/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 480px;
    background-repeat: no-repeat;
    background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../image/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../image/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/*优势*/
.youshi{
	font-size: 0;
	position: relative;
	top: -50px;
}
.youshi li{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	background: #1abde8;
	padding:40px 50px;
}
.youshi li h2{
	margin-bottom: 15px;
	font-size: 16px;
}
.youshi li h2 span{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}
.youshi li h2 a{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.youshi li p{
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
}
.youshi li:nth-child(even){
	background: #e3e3e3;
}
.youshi li:nth-child(even) h2 span{
	color: #666666;
}
.youshi li:nth-child(even) h2 a{
	color: #666666;
}
.youshi li:nth-child(even) p{
	color: #666666;
}
/*优势*/

/*产品展示*/
.gongyong{
	background: #fff;
	padding: 10px 0 100px 0;
}
.gongyong .title{
	text-align: center;
	font-size: 0;
	padding: 24px 0;
	background: url(../image/probg.png) no-repeat center;
}
.gongyong .title h2{
	font-size: 30px;
	color: #1e1e1e;
	margin-bottom: 5px;
}
.gongyong .title p{
	font-size: 18px;
	color: #1e1e1e;
	text-transform: uppercase;
}
.gongyong .title span{
	font-size: 18px;
	color: #1abde8;
}
.product .fenlei{
	text-align: center;
	font-size: 0;
	margin: 40px 0;
}
.product .fenlei li{
	display: inline-block;
	vertical-align: top;
	margin: 0 24px;
}
.product .fenlei a{
	font-size: 16px;
	color: #999999;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.product .fenlei a:hover{
	color: #1abde8;
}
.product .prolist{
	font-size: 0;
}
.product .prolist li{
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.product .prolist li:nth-child(4n){
	margin-right: 0;
}
.product .prolist a{
	display: block;
}
.product .prolist p{
	border: 1px solid #d8d8d8;
	padding: 40px 10px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.product .prolist img{
	width: 100%;
	height: 188px;
}
.product .prolist span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d6d6d6;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.product .prolist a:hover p{
	border: 1px solid #1abde8;
}
.product .prolist a:hover span{
	color: #1abde8;
	border-bottom: 1px solid #1abde8;
}
.more{
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 30px auto 0;
	background: #1abde8;
	color: #fff;
	font-size: 14px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.more:hover{
	background: #333;
}
/*产品展示*/

/*电话联系*/
.lx{
	background: url(../image/lianxi.jpg) no-repeat top center;
	background-size: cover;
	height: 300px;
	position: relative;
}
.lx .kuang{
	position: absolute;
	width: 970px;
	height: 182px;
	background: url(../image/1.png) no-repeat left top;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
	padding: 51px 0;
}
.lx .kuang p{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.lx .kuang span{
	font-size: 30px;
	color: #1abde8;
}
.lx .kuang a{
	position: absolute;
	font-size: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	animation:xuanzhuan 1.5s linear infinite;
	-webkit-animation:xuanzhuan 1.5s linear infinite;
	-moz-animation:xuanzhuan 1.5s linear infinite;
	-ms-animation: xuanzhuan 1.5s linear infinite;
	-o-animation:xuanzhuan 1.5s linear infinite;
}
.lx .kuang a b{
	opacity: 0;
	font-size: 14px;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #1abde8;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.lx .kuang a:hover b{
	opacity: 1;
}
@keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
@-o-keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
@-webkit-keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
@-ms-keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
@-moz-keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
/*电话联系*/

/*关于我们*/
.about{
	padding: 60px 0 50px;
}
.abouta{
	margin-top: 60px;
	width: 100%;
	height: 600px;
	background: url(../image/about.jpg) no-repeat top center;
}
.abouta>.container{
	height: 300px;
	position: relative;
}
.abouta .content{
	position:absolute;
	width: 710px;
	height: 205px;
	right: 0;
	top:45px;
}
.abouta .content p{
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}
.abouta .content a{
	display: inline-block;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	border-radius: 5px;
	color: #33ccff;
	font-size: 14px;
	margin-top: 45px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.abouta .content a:hover{
	background: #333;
	color: #fff;
}
/*关于我们*/

.news{
	padding-bottom: 60px;
	overflow: hidden;
}
.newb{
	font-size: 0;
	margin-top: 40px;
	margin-bottom: 60px;
}
.newb>div{
	display: inline-block;
	vertical-align: top;
}
.newb1{
	width: 540px;
	margin-right: 50px;
}
.newb1>div{
	
}
.newb1>div>a{
	display: block;
	position: relative;
}
.newb1>div>a>img{
	width: 100%;
	height: 360px;
}
.newb1>div>a>div{
	position: absolute;
	width: 100%;
	height: 70px;
	background: rgba(51,51,51,.8);
	bottom: 0;
	left: 0;
	text-align: center;
}
.newb1>div>a>div>div{
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 75px;
	height: 100px;
	background: #1abde8;
	padding-top: 5px;
}
.newb1>div>a>div>div>span{
	font-size: 40px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
	display: inline-block;
	padding-bottom: 3px;
}
.newb1>div>a>div>div>p{
	font-size:12px;
	color: #fff;
}
.newb1>div>a>div>p{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 70px;
	width: 430px;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px 0 20px;
	text-align: left;
}
.newb2{
	width: 610px;
}
.newb2>ul{
	
}
.newb2>ul>li{
	padding-bottom: 16px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
}
.newb2>ul>li:last-child{
	margin-bottom: 0;
}
.newb2>ul>li>div{
	display: inline-block;
	vertical-align: top;
}
.newb2>ul>li>div:nth-child(1){
	width: 85px;
	margin-right: 30px;
	text-align: center;
}
.newb2>ul>li>div:nth-child(1)>p{
	display: inline-block;
	border-bottom: 1px solid #cccccc;
	font-size: 48px;
	color: #cccccc;
	margin-bottom: 9px;
}
.newb2>ul>li>div:nth-child(1)>span{
	font-size: 14px;
	color: #666666;
}
.newb2>ul>li>div:nth-child(2){
	width: 495px;
	margin: 4.5px 0;
}
.newb2>ul>li>div:nth-child(2)>h3{
	margin-top: 7px;
	margin-bottom: 15px;
}
.newb2>ul>li>div:nth-child(2)>h3>a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 16px;
	font-weight: bold;
}
.newb2>ul>li>div:nth-child(2)>h3>a:hover{
	color: #1abde8;
}
.newb2>ul>li>div:nth-child(2)>p{
	font-size: 14px;
	color: #666;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}