*{margin: 0; padding: 0;}
ul,li{list-style: none;}
a{
	text-decoration: none;
	color: #666;
	font-size: 14px;
}
.header{
	background-color: #fff;
	height: 106px;
	width: 100%;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 450px;
	padding-top: 24px;
}
.logo img{
	float: left;
	margin-right: 10px;
}
.logo h1{
	font-size: 26px;
	font-weight: 400;
	color: #333;
}
.logo small{
	font-size: 14px;
	color: #333;
}
.nav{
	float: right;
	padding-top: 24px;
}
.nav ul li{
	float: left;
	line-height: 62px;
	width: 80px;
	text-align: center;
	cursor: pointer;
}
.nav ul li.active{
	color: #00aaff;
	border-bottom: 1px solid #00aaff;
}
.banner{
	width: 100%;
	height: 800px;
	background: url(../images/1231.jpg) no-repeat top;
	background-size:auto 800px;
}
.product{
	padding: 50px 0;
}
.title{
	padding-bottom: 40px;
	line-height: 60px;
}
.title::after{
	content: "";
	clear: both;
	display: block;
}
.title>.name{
	color: #00aaff;
	float: left;
}
.title>.name>h2{
	float: left;
	font-size: 36px;
	font-weight: 400;
	padding-right: 10px;
}
.title>.name>small{
	font-size: 18px;
	line-height: 60px;
}
.title>.more{
	float: right;
}
.cont>ul>li>p{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.question{
	background: url(../images/icon1.png) no-repeat left;
	padding-left: 40px;
	font-size: 20px;
	line-height: 48px;
}
.boxlist_wrap{
	padding: 0 51px;
}
.boxlist_wrap::after{
	content: "";
	clear: both;
	display: block;
}
.boxlist{
	width: 364px;
	height: 234px;	
	float: left;
	border-radius: 6px;
	border: 1px solid #fff;
	text-align: center;
}
.boxlist.active{
	border: 1px solid #00AAFF;
	border-radius: 6px;
}
.boxlist:hover{
	border: 1px solid #00AAFF;	
}
.boxlist img{
	width: 70px;
	height:70px;
	padding-top: 30px;
}
.boxlist h3{
	font-size: 18px;
	padding: 10px 0 20px;
	font-weight: 400;
	color: #00AAFF;
}
.boxlist>p{
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.about{
	background-color: #00AAFF;
	width: 100%;
	height: 680px;
	margin-bottom: 50px;
}
.about .left{
	width: 600px;
	color: #FFFFFF;
}
.about .left .name{
	padding-top: 40px;
}
.about .left .name h2{
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	padding-right: 10px;
}
.about .left .name small{
	font-size: 18px;
}
.links{	
	display: flex;
	justify-content: start;
	padding-bottom: 50px;
}
.links li{
	padding: 0 10px;
}

.list{
	display: inline-block;
	text-align: center;
}
.list>p{
	font-size: 16px;
	line-height: 32px;
	width: 450px;
	text-align: left;
}
.list ul li{
	line-height: 32px;
}
.customer_info{
	padding-bottom: 50px;
	line-height: 32px;
}
.customer_wrap>ul{
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.customer_wrap>ul>li{
	width: 270px;
	height: 445px;
	position: relative;
}
.customer_wrap>ul>li>h4,.customer_wrap>ul>li>p{
	position: absolute;	
	color: #FFFFFF;
}
.customer_wrap>ul>li>h4{
	font-size: 24px;
	font-weight: 400;
}
.customer_wrap>ul>li>p{
	font-size: 16px;
	width: 200px;
	line-height: 32px;
}
.customer1{
	background: url(../images/bg1.png) no-repeat;
}
.customer2{
	background: url(../images/bg2.png) no-repeat;
}
.customer3{
	background: url(../images/bg3.png) no-repeat;
}
.customer4{
	background: url(../images/bg4.png) no-repeat;
}
.customer1>h4{
	top: 76px;
	left: 116px;
}
.customer1>p{
	top: 140px;
	left: 40px;
}
.customer2>h4{
	top: 326px;
	left: 60px;
}
.customer2>p{
	top: 100px;
	left: 40px;
}
.customer3>h4{
	top: 76px;
	left: 128px;
}
.customer3>p{
	top: 150px;
	left: 40px;
}
.customer4>h4{
	top: 326px;
	left: 110px;
}
.customer4>p{
	top: 100px;
	left: 40px;
}
	
.news>ul{
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.news>ul>li{
	width: 330px;
	padding: 34px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
}
.news>ul>li:hover{
	border-color: #00AAFF;
}
.news>ul>li>h4{
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	height: 72px;
	position: relative;
}
.news>ul>li>h4::after{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: #666;
}
.news>ul>li>small{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.news>ul>li>p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.footer{
	background-color: #333333;
	height: 400px;
	width: 100%;
	color: #FFFFFF;
}
.footer>.center{
	padding: 60px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.footer>.center>div>h4{
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 36px;
}
.footer>.bottom{
	border-top: 1px solid #666;
	text-align: center;
	width: 100%;
	font-size: 14px;
	padding-top: 20px;
}