body{
	background:#f5f7fb;
}
.pageBaner{
	position: relative;
}
.pageBaner img{
	display:block;
	width:100%;
}
.pageBaner .text{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:36px;
}




/* 位置 */
.pageMap{
	border-bottom:1px solid #eee;
	background:#fff;
}
.pageMap ul{
	margin:0px;
	padding:0px;
}
.pageMap ul li{
	display:inline-block;
}
.pageMap ul li img{
	height:18px;
	position:relative;
	top:-2px;
}
.pageMap ul li a{
	display:block;
	height:55px;
	line-height:55px;
}
.pageMap ul li a:hover{
	color:#f68820;
}
.pageMap ul li a:before {
    content: "›";
    margin: 0 8px 0 4px;
    color: #6e7582;
    position: relative;
	font-size:18px;
}
.pageMap ul li:nth-child(2) a:before{
	display:none;
}


.adv{
	padding:30px 0 50px 0;
	
}
.adv .name{
	text-align: center;
    font-size: 24px;
    color: #333;
    height: 100px;
    line-height: 100px;
}

.adv .desc{
	text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
	max-width:800px;
	margin: 0 auto;
	margin-bottom:30px;
	padding:0 10px;
}
.adv .list{
	max-width:1200px;
	margin: 0 auto 30px auto;
	display:flex;
	justify-content:space-around;
}
.adv .list .item{
	width: 244px;
    height: 244px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #666;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	margin-bottom:15px;
}
.adv .list .item .num{
	font-size: 72px;
    color: #f68820;
    line-height: 80px;
}
.adv .list .item .num span{
	color:#666;
	font-size:24px;
}
.adv .tel{
	text-align: center;
    font-size: 16px;
    color: #666;
}

.service{
	background:#fff;
	padding:30px 0;
}
.service .name{
	text-align: center;
    font-size: 24px;
    color: #333;
    height: 100px;
    line-height: 100px;
}
.service .list{
	max-width:1200px;
	margin: 0 auto 30px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.service .list .item{
	text-align:center;
	font-size: 16px;
    color: #666;
	margin-bottom:30px;
}
.service .list .item .icon{
	width: 170px;
    height: 170px;
    line-height: 170px;
    background: #f4f4f4;
    display: block;
    margin: 0 auto 30px auto;
    border-radius: 50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.service .desc{
	text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
	max-width:800px;
	margin: 0 auto;
	margin-bottom:30px;
	padding:0 10px;
}

.value{
	background-size:cover !important;
	padding-top:80px;
}
.value .name{
	text-align: center;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
}
.value .list{
	padding:50px 0 100px 0;
	display:flex;
	flex-wrap:wrap;
	max-width:1200px;
	margin:0 auto;
}
.value .list .box{
	background:#fff;
	width:400px;
	height:400px;
}
.value .list .box .e{
	display:flex;
	height:200px;
}
.value .list .box .e .i{
	width:50%;
}
.value .list .box .e .i img{
	display:block;
	height:200px;
	width:200px;
}
.value .list .box .e .text{
	height:200px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding:8%;
	color:#666;
	height:100%;
}
.value .list .box .e .text .t{
	font-size: 18px;
    padding-bottom: 10px;
}

.value .list .box .e .black{
	background:#383838;
	color:#fff;
}


.wydz{
	background:#fff;
	padding:30px 0;
}
.wydz .name{
	text-align: center;
    font-size: 24px;
    color: #333;
    height: 100px;
    line-height: 100px;
}

#myform .box{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	max-width:600px;
	margin:0 auto;
}
#myform .box .item{
	width:50%;
	padding:0 10px;
}
#myform .box .item input{
	height:42px;
	line-height:42px;
}
#myform .submit{
	text-align:center;
	padding-top:30px;
}

#myform button{
	border:none;
	display:block;
	background:#333;
	height:60px;
	line-height:55px;
	width:100%;
	color:#fff;
	width:200px;
	margin:0 auto;
	font-size:16px;
	opacity:0.9;
	border-radius:5px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#myform button i{
	position:relative;
	right:0px;
	top:3px;
	font-size:22px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#myform button:hover{
	opacity:1;
}
#myform button:hover i{
	right:-10px;
}



@media screen and (max-width:768px){
	.pageBaner .text{font-size:24px;}
	
	.adv .list .item{width:120px;height:120px;}
	.adv .list .item .num{font-size:36px;line-height:40px;}
	.adv .list .item .num span{font-size:16px;}
	.adv .list .item .txt{font-size:12px;padding:0 15px;}
	
	.service .list .item{width:50%;}
	#myform .box .item{width:100%;}
}