.banner-bg{
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;


}

.Indexbanner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Indexbanner .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 14px;
    position: absolute;
}

.Indexbanner .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    opacity: .5;
}

.Indexbanner .swiper-pagination span.swiper-active-switch{
	opacity: 1;
}

.index-button ul li{
	position: absolute;	
	top: 50%;
	margin-top: -40px;
}
.index-button ul li i{
	font-size: 80px;
	color: #03a2e5;
	opacity: .5;
}
.index-button ul li:hover i{
	font-size: 80px;
	color: #03a2e5;
	opacity: 1;
}


.index-button ul li.pre{
	left: 2%;
	cursor: pointer;
}

.index-button ul li.next{
	right: 2%;
	cursor: pointer;
}

.banner-w{
	width: 600px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -600px;
	
}

.banner-w .b-text{
   color:#03a2e5; 
   padding-top: 200px;
   line-height: 2;
}

.banner-w .b-text a{
	margin-top: 20px;
   display: block;
   color:#55a92e; 
   font-size: 20px;
   width: 200px;
   height: 50px;
   text-align: center;
   line-height: 50px;
   border-radius: 25px 25px;
   border: 1px solid #55a92e; 
}


.fieldbanner{
	width: 100%;
}
.fieldbanner-img{
	width: 100%;
	height: 839px;
	
}

.pro-container .item a span{
	display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #03a2e5;
    border: 1px solid #03a2e5;
    transition: all .5s;
}

.pro-container .item a:hover span{
	color: #fff;
	background: #03a2e5
}

/*主页产品展示*/
.product-display .p-title{
	width:500px;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
	margin-bottom: 40px;
}
.product-display{
	padding: 50px 0;
	background-color: #f8f8f8;
}

.product-display .p-title h1{
	font-size: 20px;
	font-weight: bold;
}
.product-display .p-title h4{
	font-size: 26px;
	font-weight: bold;
}

.product-display .p-title .line{
	width: 100%;
	height: 1px;
	background: #e8e8e8
}
.product-display .p-title h5{
	font-size: 14px;
	color: #333333;
	
}
.product-display .p-title h2{
	font-size: 14px;
	color: #333333;
	
}

.pro-container .item{
   width: 30%;
   margin-right: 5%;
   float: left;
   position: relative;
   margin-bottom: 80px;

}
.pro-container .item img{
   width: 100%;
   height: 280px;
   
}

.pro-container .item:after{
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.2);
	transition: all 1s;
}

.pro-container .item:hover:after{
    opacity: 1
}

.pro-container .item .ptext a{
	position: absolute;
	
	top: 50%;
	left: 0%;
	width: 180px;
	height: 60px;
	margin-top: -30px;
	margin-left: -90px;
	color: #fff;
	box-sizing: border-box;
	border: 2px solid #fff;
	line-height: 60px;
    text-align: center;
    border-radius: 30px 30px ;
	display: block;
	z-index: 2;
	opacity: 0;
	transition: all 1s

}
.pro-container .item .ptext a i{
	margin-left: 10px;
	font-size: 20px;
}

.pro-container .item:hover .ptext a{
	left: 50%;
	opacity: 1;
}

.pro-container .item a{
	display: block;
	height: 80px;
	line-height: 80px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -80px;
	text-align:center;
	font-size: 20px;
	color: #333;
}

.solutions .img{
	width: 100%;
	height: 400px;
}
.solutions img{
	width: 100%;
}
.solutions{
	width: 100%;
	position: relative;
}
.solutions .w{
	position: absolute;
	top: 0;
	width: 1200px;
	height: 400px;
	padding-top: 150px;
	box-sizing: border-box;
	left: 50%;
	margin-left: -600px;
	padding-left: 400px;
	line-height: 1.6;
}
.solutions .w h1{
	font-size: 50px;
	color: #FFF;
}

.solutions .w h2{
	font-size: 20px;
	color: #FFF;
}

.solutions .w .line{
	width: 250px;
	height: 5px;
	background-color: #fff;
	margin-top: 50px;
	color: #FFF;
}

.scheme-container{
	width: 100%;
}

.scheme-container .le{float: left;width: 350px;}
.scheme-container .ri{float: right;width: 800px;}
#second-list dd{
	display: none;
}
#second-list{
	width: 100%;
	overflow: hidden;
	border-radius: 5px 5px;
	border: 1px solid #f0f0f0;
}
#second-list dt{
	cursor: pointer;
	width: 100%;
	height: 80px;
	line-height: 80px;
	box-sizing: border-box;
	padding-left: 30px;
	color: #666666;
	background: #fff;
	position: relative;
	font-size: 16px;
	transition: all .2s;
	border-bottom: 1px solid #f0f0f0;

}
#second-list #open2{
    color: #00a3ec;
	border-left: 4px solid #00a3ec;

}

#second-list dt i{
	position: absolute;
	right: 30px;
	top: 0;

}
#second-list dd{
	border-bottom: 1px solid #f0f0f0;
}
#second-list dd ul li{
	
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #666666;
	box-sizing: border-box;
	width: 100%;
	padding-left: 50px;
}
#second-list dd ul li a{
	color: #999;
}

.scheme-container .ri .item{
	width:30%;
	margin-right: 5%;
	float: left;
}
.scheme-container .ri .item:nth-child(3n){
	margin-right: 0;
}

.scheme-container .ri .title{
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #666666;
}
.scheme-container .ri .title a{
	color: #666666;
}
.scheme-container .ri .item .img img{
	width: 100%;
	height: 200px;
}
.scheme-container .ri .item .img{
	position: relative;

}
.scheme-container .ri .item:hover .img{
	box-shadow: 0px 3px 10px 1px #ccc;
}



.scheme-container .ri .item .img:before{
	content: "";
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.2);
}

.scheme-container .ri .item .img  a{
	box-sizing: border-box;
	position: absolute;
	top: 80%;
	left: 50%;
	color: #fff;
	font-size: 16px;
	height: 60px;
	width: 180px;
	border-radius: 30px 30px ;
	margin-left: -90px;
	margin-top: -30px;
	text-align: center;
	line-height: 60px;
	border: 2px solid #fff;
	transition: all .5s;
	opacity: 0;
}

.scheme-container .ri .item .img:hover a{
     top: 50%;
     opacity: 1;
}
.scheme-container .ri .item .img:hover:before{
	 opacity: 1
}

.a-bottom{
	width: 100%;
	height: 60PX;
	
	float: left;
}
.addmore{
	border-radius: 30px 30px;
	display: block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	background:#03a2e5;

}
.partner-content{
	overflow: hidden;
}
.partner{
	width: 100%;
	height: 450px;
	box-sizing: border-box;

}
.partner .title{
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center
}
.partner .item{
	float: left;
	width: 90%;
	/*margin-right: 2.5%;*/
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}
.partner .item:nth-child(5n){
	margin-right: 0;
}
.partner-content img{
	width: 100%;
}
.case-container{
	width: 100%;
	min-width: 1200px;
}
.case-container .img{
	width: 100%;
   /* min-height: 220px;*/
	position: relative;
}

.case-container .img img{
	width: 100%;
	/*height: 290px;*/
	
}
.case-container .item{
	width: 24.55%;
	margin-right: .6%;
	float: left;
	margin-bottom: 10px;
	/*min-height: 290px;*/

}
.case-container .img .text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: -50px;
	top: 50%;
	padding: 40px 30px;
	margin-top: -100px;
	box-sizing: border-box;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transition: all 1s

}


@media screen and (max-width: 2000px) { 
  .case-container .img .text{
  	padding: 0px 30px;
  }
}
@media screen and (max-width: 1340px) { 
   .case-container .item p{
   	  display: none;
   }
   .case-container .img .text{
  	padding: 40px 30px;
  }
}
.case-container .item:nth-child(4n){
	margin-right: 0%;
}

.case-container .item:last-child img{
   width: 100%;
}

.case-container .img:after{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: all 1s;
   background: rgba(0,0,0,.2);
}



.case-container .img .text h4{
	font-size: 20px;
}
.case-container .img .text a{
	height: 50px;
	line-height: 50px;
	width: 180px;
	background: #04a7e7;
	text-align: center;
	display: block;
	margin-top: 30px;
	color: #fff;
}
.case-container .img .text a i{
	margin-left: 10px;
}
.case-container .img .text .line{
	width: 30px;
	height: 3px;
	background: #fff;
	margin-top: 20px;
	margin-bottom:30px;
}

.case-container .item:hover .img:after{
   opacity: 1;
}

.case-container .item:hover .img .text{
   opacity: 1;
   left: 0;
}

.case-container .last-item:hover .img:after{
	opacity: 0;
}


/*优势*/
.advantage{
	width: 100%;
	padding-top:80px;
}
.advantage-title{
    text-align: center;
	width: 250px;
	height: 80px;
	border-right: 3px solid #f0f0f0;
	border-left: 3px solid #f0f0f0;
	margin:0 auto;
	margin-bottom: 80px;
}
.advantage-title h4{
	font-size: 50px;
	color: #0099cc;
	line-height: 1
}
.advantage-title h5{
	line-height: 3;
	font-size: 14px;
	color: #999999;
}

.ad-item{
	width: 100%;
	margin-bottom: 50px;

}

.ad-item .img{
	float: left;
	width: 50%;
}
.ad-item .img img{
	width: 600px;
	height: 200px;
}
.ad-item .text{
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 30px;

}
.ad-item .text h6{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}
.ad-item .text .details{
	font-size: 12px;
	color: #666666;
	line-height: 2
}

.ad-item:nth-child(even) .text{
    float: left;
    padding-left: 0px;
    padding-right: 50px;

}

.ad-item:nth-child(even) .img{
	float: right;
	
}


/*电话·*/
.phone-bg{
	width: 100%;
	
}
.phone-bg img{
	width: 100%;
	
}
.phone-bg h1{
	font-size: 26px;
	color: #fff;
}
.phone-bg h2{
	font-size: 40px;
	color: #fff;
}
.phone-bg .text{
	width: 100%;
	line-height: 1.6;
	padding-top: 60px;
	text-align: center;
}
.news-nav{
	width: 400px;
	margin: 0 auto;
	height: 60px;
}
.news-nav ul li{
	float: left;
	width: 50%;
	background: #fff;
	cursor: pointer;
	text-align: center;
}

.news-nav ul{
	height: 100%;
	width: 100%;
	line-height: 60px;
	color: #03a2e5;
	font-size: 16px;
	border: 1px solid #03a2e5;
}
.news-nav ul li.active{
	background: #03a2e5;
	color: #fff;
}
.news-container {
	margin-top: 40px;
}

.news-container .img{
	width: 20%;
	float: left;
	overflow: hidden;
}

.news-container .img img{
	width: 240px;
	height: 150px;
	transition: all 1s
}

.news-container .item{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.news-container .item .text{
	float: left;
	width: 80%;
	padding-left: 30px;
	box-sizing: border-box;
}
.news-container .item .text h1 a{
	font-size: 16px;
	color: #333333
}
.news-container .item .text span{
	font-size: 12px;
	color: #999999;
	display: block;
	line-height: 40px;
}
.news-container .item .des{
	line-height: 1.6;
	overflow:hidden; 
	color: #666666;
	font-size: 14px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
}
.news-container .add-more a{
	width: 250px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #03a2e5;
	border: 1px solid #03a2e5;
	display: block;
	border-radius: 30px 30px;
	margin-top: 30px;
	background: #fff;
}
.news-container .add-more a:hover{
    background: #03a2e5;
    color:#fff;
}

.news-container .item:hover h3 a{
	color: #03a2e5;
} 
.news-container .item h3 a{
  transition: all 1s
}
.news-container .item:hover img{
	transform: scale(1.1);
}

.kefu{
	width: 100%;
	height: 250px;
	background: #f5f5f9
}
.kefu .w{
	height: 100%;
	background:url(../img/kefu2.png) no-repeat right 150px center;

}
.kefu .text strong{
   font-size: 25px;
   color: #333333;
   font-weight: 500;

}

.kefu .text{
   color: #666666;
   line-height: 2;
   font-size: 14px;
   padding-top: 30px;
}
.kefu .text .box{
	max-height: 84px;
	overflow: hidden;
}

.kefu .text a{
	width: 250px;
	height: 60px;
	border-radius: 30px 30px;
	display: block;
	background:#03a2e5;
	color: #fff;
	text-align: center;
	line-height: 60px;
	margin-top: 10px;
}

.company-news{
	display: none;
}

.about-container>div{
	width: 50%;
	float: left;
	height: 400px;
}
.about-container>div.video{
        width:50%; 
       height:345px;  
	box-sizing: border-box;
    border: 8px solid #e8e8e8;
}

.about-container>div.text{
    padding-left: 40px;
    box-sizing: border-box;
}


.about-container>div.text h4{
   font-size: 20px;
   color: #333333;
   height: 50px;
}
.about-container>div.text .des{
   font-size: 12px;
   color: #666666;
   height: 290px;
   line-height: 2;
   overflow: hidden;
}

.about-container>div.text>a{
  display: block;
  width: 250px;
  height: 60px;
  border-radius: 30px 30px;
  text-align: center;
  line-height: 60px;
  color:#03a2e5;
  box-sizing: border-box;
  border: 1px solid #03a2e5;

}
.news{
background: #fff;
padding-bottom: 100px;
}


@media screen and (max-width: 1300px) {
  .index-button{
  	display: none;
  }
}


#video{	
height: 100%;
}
.video{
	overflow: hidden;
}

.addimg{
	background:url(../img/add.png) no-repeat center center;
	font-size: 25px;
	color: #999999;
	text-align: center;
	padding-top: 220px;
	box-sizing: border-box;
}


.about-container>div.text>a:hover{
	background: #03a2e5;
	color: #fff;
}



.fieldbanner-img {
	width: 1200px;
	margin: 0 auto;	
	padding: 50px 0px;
	box-sizing: border-box;
}

.fieldbanner-img .item{
	width: 20%;
	float: left;
	box-sizing: border-box;	
	overflow: hidden;
	text-align: center;	
	font-size: 18px;
	padding: 0 30px;
	height: 260px;
}
.fieldbanner-img .item:nth-child(6){
  margin-left: 20%;
}
.fieldbanner-img .item .img{
	width: 100%;
	padding: 2px 2px;
	box-sizing: border-box;	
	border: 2px dotted #0099cc;
	border-radius: 50%;
	overflow: hidden;
	

}
.fieldbanner-img .item:hover img{
    transform: scale(1.1);
}
.fieldbanner-img .item img{
	width: 172px;
	height: 172px;
	border-radius: 50%;
	transition: all .5s;
}
.fieldbanner-img .item .te{
	width: 100%;
	height: 80px;
	line-height: 60px;
	font-size: 18px;
    color: #0099cc;

}
.fieldbanner-img .item .te a{
    color: #333;
    font-weight: bold;
}

.fieldbanner-img .item:hover a{
    color: #0099cc
}
.fieldbanner-img .first-item{
	margin-left: 20%;
}
.fieldbanner-img .item:first-child,
.fieldbanner-img .item:nth-child(8){
	margin-left: 20%;
}


.fieldbanner-img .item:nth-child(3){
	margin-right: 20%;
}

.fieldbanner-img .text{
	color: #0099cc;
	line-height: 1.8;
	padding: 0 0;
	padding-top: 10px;
	position: relative;
	left: -40%;
	top: -260px;

}
.fieldbanner-img .text h4{
    font-size: 40px;
    font-weight: bold
}

.fieldbanner-img .text h5{
    font-size: 30px;
    font-weight: bold
}

.fieldbanner-img .text h6{
    font-size: 20px;
}

#second-list dd ul li a:hover{
	 color: #00a3ec;
}

