/*
* @Author: dell
* @Date:   2019-02-15 08:21:47
* @Last Modified by:   dell
* @Last Modified time: 2019-02-15 13:39:44
*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-color: white;
}
em{
	font-style:normal;
	font-size:23px;
}
a{
	text-decoration: none;
	color:#494949;
}

li{
	list-style: none;
}
ul{
	margin: 0px;
	padding: 0px;
}
.xin{
	width: 1210px;
	margin: auto;
}
.tab-hd{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.tab-hd a{
	font-size: 16px;
	line-height: 70px;
}

.tab-hd a:nth-child(2),.tab-hd a:nth-child(4){
	margin-right: 110px;
	margin-left: 110px;
}
.tab-hd a:hover{
	color:#29BEA9;
}
.line{
	width: 135px;
	height: 2px;
	background-color: #29BEA9;
	position: absolute;
	bottom: 0;
	left: 150px;
}
.tab-bd {
	width: 100%;
	border-top:1px solid #B2B2B2;
	
}
.animg{
	width: 40%;
	margin: 2% 5% 2% 5%;
	float: left;
}
.cpgn{
	width: 150px;
	height: 150px;
	float: left;
}
.cpgn img{
	transition: all .3s;
}
.cpgn img:hover{
	transform: scale(1.1);
}
#gaishu,#miaobian{
	width: 100%;
	height: 360px;
}
.thep{
	width: 60%;
	margin: auto;
	color:#737373;
	text-align: center;
}
#gaishu p{
	/*text-indent:2em;*/
	/*color:#737373;*/
	line-height:24px;
}

#gaishu section{
	margin-top: 50px;
	width: 100%;
	height: 250px;
	display:flex;

}
#gaishu section div{
		flex: 1;
}
.tu{
	margin-top: 30px;
}
.rimg{
	margin-right: 10px;
	margin-bottom: 3px;
}

#gaishu section h4{
	font-weight:600;
	margin-left: 200px;
	color:#29BEA9;
	font-size: 20px;
}
#gaishu section p{
	font-size: 13px;
}
#gaishu section img{
	vertical-align: middle;
}
#gaishu section li{
	margin-left: 30px;
	margin-bottom: 10px;
}
#gaishu section li:first-child{
	margin-top: 20px;
}
#miaobian{
	position: relative;
}
#miaobian section{
	width: 100%;
	height:320px;
	margin-top: 30px;

}
#miaobian section div {
	width: 320px;
	height: 320px;
	float: left;
	margin-left: 184px;
	text-align: center;

}
#miaobian section div img{
	margin-top: 20px;
}
#miaobian section div h5{
	margin-top: 20px;
	color:#999999;
	font-size: 18px;
	font-weight:400;
}
.miaobian-tu{
	position: absolute;
	left:468px;
	top:212px;
}
#wulian{
	width: 100%;
	height: 920px;
	padding:50px 70px 0 0;
	background: url('../img/wulianyizhanshi.png')no-repeat center 200px;
	position: relative;
}
#wulian div {
	position: absolute;
	
	width: 360px;
	height: 180px;
}
#w-one {
	left:552px;
	top:97px;
	
}
#w-two{
	top:304px;
	left:-27px;
	text-align: right;
}
#w-th{
	top:284px;
	left:861px;
}
#w-for{
	left:-855px;
	top:465px;
	text-align: right;
}
#w-fiv{
	left:0px;
	top:445px;
}
#wulian div p{
	font-size: 12px;
	color: #B0B0B0;
	line-height:20px;

}
#wulian div h5{
	font-size: 18px;
	font-feature-settings: 600;
	margin-bottom: 15px;
	display:inline-block;
	color:#777777;
}
.rimg2{
	margin-right: 5px;
}
#hezuo{
	height: 335px;
}
#hezuo img{
	margin-top: 20px;
}
#hezuo h4{
	line-height: 40px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}
.theul li{
	width: 240px;
	height: 240px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	list-style: none;
	float: left;
	cursor: pointer;
}
.fwbt h4{
	text-align: center;
	color:#29BEA9;
	font-size: 20px;
}
.fwbt p{
	color: #D8D8D8;
	text-align: center;
}
.tubiao{
	width: 55%;
	height: 145px;
	border-radius: 35%;
	margin: auto;
	margin-top: 10%;
	padding-top: 5%;
	transition: all .3s;
}
.tubiao:hover{
	transition: all .3s;
	border-radius: 5%;
}