@charset "UTF-8";
.ad{
	width:100%;
	height:742px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/index/ad_bg.png) no-repeat;
}

.ad .ad-l{
	text-align: right;
	float: left;
	width:50%;
}
.ad .ad-r{
	float: left;
	width:50%;
}
.ad .ad-r img{width:600px;margin-top: 65px;}
.ad-group{
	width:380px;
	text-align: center;
	margin:0 auto;
	padding-top:200px;
	color:#fff;
}
.ad-group h1{font-size:52px;font-weight: normal;margin-bottom: 20px;}
.ad-group p{font-size: 16px;}
.ad-group .btn{width:256px;margin:30px 0;}
.ad-group img{border:4px solid #fff;width:150px;height:150px;margin-bottom: 20px;margin-top:30px;}


.excell{
	width:100%;
}

.excell .lince{
	margin: 70px 250px;
	
}			
.excell .lince h3{
	font-weight: bold;
	font-size: 48px;
	color: #1A1A1A;
	margin-bottom: 8px;
	text-align: center;
}
.excell .lince hr{				
	border: none;
	width:90px;
	margin-bottom: 40px;
}
.excell .lince p{
	color:#666;
	line-height: 28px;
	text-align: center;
}
.excell .lince p.js{
	text-align: left;
	margin-bottom: 50px;
	color: #888888;
}
.excell .lince p img{width:800px;}

.product{width:100%;height:400px;background-color: #eee;padding: 40px 20px;}
.product p{text-align: center;font-weight: bold;font-size: 48px;color: #1A1A1A;margin:50px 0;}
.product .ts{margin:30px 200px;}
.product .ts ul li{float: left;width:22%;text-align: center;padding: 10px 10px;}
.product .ts ul li img{width:38px;height: 38px;}
.product .ts ul li strong{margin-top:20px;display: inherit;font-size: 16px;font-weight: bold;color: #181818;}
.product .ts ul li span{display: block;text-align: left;color: #888;}


