.banner{
	width: 100%;
	height: 300px;
}

.page-nav{
   width: 100%;
   height: 200px;
   line-height: 200px;
}
.nav-lf{
	float: left;
}

.nav-rt{
	float: right;
}

.nav-lf h1,.nav-lf h2{
	display: inline-block;
}
.nav-lf h1{font-size: 25px;color: #333;}
.nav-lf h2{font-size: 12px;color: #999;}
.nav-rt ul li{display: inline-block;font-size: 12px;color: #999}
.nav-rt ul li a{font-size: 12px;color: #999}


.ways-container{
	width: 100%;
	padding: 100px 0 50px 0;
}
.ways-container .item{
	width: 25%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
	border-right:1px solid #eaeaea;
	text-align: center;
}
.ways-container .item:last-child{
	border-right: none;
}

.ways-container .item .text{
	font-size: 16px;
	color: #333;
	margin-top: 40px;
	height: 48px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 

}
.ways-container .item i{
	font-size: 60px;
	color: #00a3ec;
}

.places-container{
	padding:50px 0;
	border-top:1px solid #eaeaea;

}
.places-container .item{
    width: 25%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
}
.places-container .item h6{
	font-size: 18px;
	color: #333333
}

.places-container .item h3{
	font-size: 20px;
	color: #333333
}

.places-container .item span{
	font-size: 20px;
	color: #333333
}

.places-container .item{
	line-height: 2;
	color: #999999;
	font-size: 12px;
}

.places-container .item>div{
	line-height: 1.6;
	box-sizing: border-box;
	padding:20px 0;
	color: #999999;
	font-size: 12px;
}

.online-form h6{
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
}
.online-form i{
	font-size: 20px;
	color: #333333;
	margin-right: 10px;
}

.online-form .content>div{
   float: left;
}

.online-form .content .name{
	width: 49%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	background:#fff;
}
.online-form .content .name:first-child{
	margin-right: 2%;
}
.online-form .content .name input{
	display: inline-block;
	width: 80%;
	border: none;
	font-size: 16px;
	background: transparent;
}

.online-form .content .name label{
	color: #666666;
	font-size: 16px;
	width: 20%;
}

 .contact-ways{
 	background: #f7f7f7;
 	padding-bottom: 100px;
 }

.online-form .content .leave{
	width: 100%;
	background: #fff;
	margin-top: 20px;
}
.online-form .content .leave textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px;
	height: 120px;
	border: none;
	color: #666666;
font-size: 16px;
}

.online-form .submit{margin-top: 50px;}
.online-form .submit input{
	width: 160px;
	border-radius: 25px 25px;
	height: 50px;
	border: none;
	background: #e7383f;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}


/*新闻*/
.news-nav{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;

}

.news-nav ul li{
	display: inline-block;
	margin-right: 50px;
}
.news-nav ul li a{
	font-size: 14px;
	color: #666666;
}
.news-nav ul li.active a{
	display: inline-block;
	padding-bottom: 16px;
	color: #04a7e7;
	border-bottom: 2px solid #04a7e7;
}
.news-container-p{
	padding-bottom: 100px
}

.news-container{
	padding-bottom: 80px;
}
.news-container .item {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.news-container .img {
    width: 20%;
    float: left;
    overflow: hidden;
}
.news-container .img  img{
	width: 240px;
	height: 150px;
	 transition: all 1s;
}

.news-container .item .text {
    float: left;
    width: 80%;
    padding-left: 30px;
    box-sizing: border-box;
}



.news-container .item .text  a {
    font-size: 16px;
    color: #333333;
}
.news-container .item:hover  a {
    color: #03a2e5;
}

.news-container .item:hover .img  img{
    transform: scale(1.1);
   
}


.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: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.page-button{
    text-align: center;
	width: 100%;
	height: 80px;
	line-height: 80px;
	float: left;

}
.page-button a{
	 margin-right: 30px;
	 font-size: 16px;
	 color: #666666;
     padding-bottom: 10px;
}
.page-button span{
	margin-right: 30px;
	color: #666666;
}

.page-button span{
     display: inline-block;
}

.page-button a.current{
	color: #04a7e7;
	box-sizing: border-box;
	border-bottom:2px solid #04a7e7;
}

/*案例*/
.new-details{
	background: #f7f7f7;
}
.details-ham{
	height: 100px;
	line-height: 100px;
}
.details-ham a{
  font-size: 12px;
  color: #999
}
.details-ham {
  font-size: 12px;
  color: #999
}

.details-ham i{
  font-size: 12px;
  color: #999
}
.details-ham ul li{
	display: inline-block;

}
.details-ham ul{
	float: right;
}
.new-details .content{
	width: 100%;
	padding: 50px 50px;
	background: #fff;
	box-sizing: border-box;
}
.new-details .content .title h1{
	text-align: center;
	font-size: 25px;
	color: #333;
	font-weight: bold;
}

.new-details .content .title{
	text-align: center;
	font-size: 12px;
	color: #999;
}

.new-details .content .date{
	margin-top: 20px;
}

.new-details .content .text{
	margin-top: 20px;
	text-align: center;

}

.new-details .content .text img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.new-details .content .text .des{
	text-align: left;
	font-size: 12px;
	color: #666666;
	line-height: 2;
}

.news-page{
	background: #f7f7f7;
	padding: 30px 0;
}
.news-page>div{
	margin-bottom: 30px;
	font-size: 14px;
	color: #666;
}
.news-page span{
	float: right;
	color: #999;
}

.news-page .pre,.news-page .next{
	float: left;
}



.news-page .pre a,.news-page .next  a{
	color: #666
}

.news-page .pre:hover ,.news-page .next:hover {
	color: #666
}


.recommend-product{
	width: 100%;
	padding-bottom: 100px;
}

.recommend-product h1{
	font-size: 20px;
	color: #333333;
	margin-bottom: 50px;

}

.recommend-product h1:before{
	content: "";
    font-size: 10px;
    border-left: 3px solid #00a3ec;
    vertical-align: top;
    line-height: 24px;
    padding-left: 10px;
}

.recommend-product .item{
	width: 31%;
	float: left;
	margin-right: 3.5%;
	text-align: center;

}
.recommend-product .item:nth-child(3n){
	margin-right: 0
}

.recommend-product .item img{
	width: 370px;
	height: 280px;
	
}
.recommend-product .item a{
	font-size: 16px;
	color: #999;
	line-height: 70px;
	height: 70px;
}
.recommend-product .item span{
	font-size: 16px;
	color: #999;
	line-height: 70px;
	height: 70px;
	display: block;
}

.recommend-product .more{
	width: 100%;
	float: left;
	text-align: center;
}
.recommend-product .more a{
	display: inline-block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: #03a2e5;
	border-radius: 30px 30px;
	margin-top: 20px;
}

.recommend-product .item .img{
	position: relative;
}


.recommend-product .item .img:after{
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.2);
}

.recommend-product .item .img .more a{
	display: block;
	position: absolute;
	top: 50%;
	left:20%;
	width:180px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 30px 30px;
	margin-left: -90px;
	margin-top: -30px;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: rgba(0,0,0,0.2);
	z-index: 2;
	transition:all 1s;
	opacity: 0
}


.case-container .item a{
	font-size: 16px;
    color: #999;
    line-height: 70px;
    height: 70px;
    display: block;
    text-align: center;
}



.recommend-product .item:hover .img .more a{
    opacity: 1;
    left:50%;
}

.recommend-product .item:hover  .img:after{
    opacity: 1;
    
}

.case-container{
	padding-top: 50px;
	padding-bottom: 100px;
}
.case-container .item{
   width: 48%;
   float: left;
   margin-bottom: 50px;
   position: relative;
}
.case-container .item{
   margin-right: 4%
}
.case-container .margin{
	margin-right: 0;
}
.case-container .item:nth-child(even){
	margin-right: 0;
}

.case-container .item img{
	width: 575px;
	height: 366px;
}

.case-container .item .text{
    position: absolute;
    top: 0;
    left: -80px;
    opacity: 1;
    width: 100%;
    height: 100%;
    height: calc(100% - 70px);
    box-sizing: border-box;
    padding: 80px 80px;
    z-index: 2;
    transition: all 1s;
    opacity: 0

   

}
.case-container .item:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 70px);
	opacity: 0;
	transition: all 1s;
	background: rgba(0,0,0,0.2);
}


.case-container .item .text>a{
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #03a2e5;
	margin-top: 20px;

}
.case-container .item .text h1{
	font-size: 20px;
	color: #fff;
}
.case-container .item .text h5{
	font-size: 20px;
	color: #fff;
}

.case-container .item .text span.line{
	display: block;
	height: 3px;
	width: 30px;
	margin: 20px 0;
	background-color: #fff;
}
.case-container .item .text .des{
	color: #fff;
	line-height: 2;
}

.case-container .item:hover:after{
  opacity: 1
}

.case-container .item:hover .text{
  opacity: 1;
  left: 0px;
}


/*关于我们*/
.about-container{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 30px;
}
.about-container h5{
	text-align: center;
	font-size: 16px;
	color: #59a82b;
	height: 80px;
	width: 310px;
	margin: 0 auto;
	background: url(../img/tbg.png);
	line-height: 80px;
}

.about-container .con1{
	line-height: 2;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 80px;
}

.about-container img{
	max-width: 100%;
}

.about-container .con{
	text-align: left;
}


/*参评*/
.product-p{
	padding-bottom: 30px;
}
.product{
	padding-bottom: 100px;

}
.product-details{
	margin-top: 100px;
}

/*详情*/
.pro-banner-container{
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 50px 50px;

}

.pro-banner-container .lf{
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.pro-banner-container .rt{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.product-b{
	overflow: hidden;
	margin: 0 50px;
	margin-bottom: 30px;
}

.xs-banner{	
	overflow: hidden;
	margin: 0 50px;
	position: relative;
	margin-left: 60px;
}
.bottom-pro .pre{
	position: absolute;
	left:0;
	top:50%;
	margin-top: -20px;
}

.bottom-pro .next{
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -20px;
}

.bottom-pro{
	position: relative;
	
}
.bottom-pro i{
	color: #999;
	font-size: 40px;
}

.bottom-pro .pre:hover i,.bottom-pro .next:hover i{
	color: #333
}

.product-b img{
	width: 450px;
	height: 420px;
}


.pro-banner-container .rt .des h1
{ 
  font-size: 20px;
  color: #04a7e7;
}
.pro-banner-container .rt .des{
	font-size: 14px;
	color: #999;
	line-height: 2;
	/*max-height: 420px;*/
	overflow: hidden;

}

.pro-banner-container .rt strong{
	font-size: 16px;
	color: #333;
}


/*解决*/
.deal{
	margin-top: 10px;
}
.deal-second{
	margin-top: 50px;
}


.xs-banner img{
	width: 80px;
	height: 74px;
}

.case-container .item .text>a i{
	margin-left: 10px;
}

.sh-container{
	padding-bottom: 100px;
}
.sh-container .item{
   width: 100%;
   border-bottom: 1px solid #f0f0f0;
}

.sh-container .item{
	padding: 24px 0;
}

.sh-container .item>a{
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sh-container .item .content{
   font-size: 14px;
   color: #666;
   line-height: 1.8;
}

.sh-container .page-button{
	margin-top: 50px;
}

.sh-container .no-result{
	border: none;
	display: none;
}

.map{
	width: 1200px;
	margin:0 auto;
}