/*新闻列表*/
.home-advan{ padding-top: 20px; }
.home-advan .tit{ position: relative; line-height: 28px;}
.home-advan .tit span{ display: block; font-size: 13px; text-transform: uppercase; color: #acacac;}
.home-advan .tit p{ font-size: 26px; color: #424242;}
.home-advan .tit a{display: none; position: absolute; top:-5px; right:0; padding: 0 35px; line-height: 45px; background: #FFFFFF; color: #222222; border-bottom: 2px solid #dddddd;}
.home-advan .tit a:after{ content: ""; position: absolute; bottom:-2px; left:0; width:30%; height: 2px; background: #ff7c76; -webkit-transition: all ease .4s;-moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s;   transition: all ease .4s;}
.home-advan .tit a:hover:after{ width: 100%;}
.home-advan ul{ margin-top: 10px;}
.home-advan li{ float: left; width: 48.5%; position: relative;margin-right: 3%;margin-top: 30px;}
.home-advan li:nth-child(2n){margin-right: 0;}
.home-advan li .box{  width: 100%; height: 100%; }
.home-advan li .box .con{ position: relative;}
.home-advan li .box .pic{overflow: hidden;}
.home-advan li:hover img {transform: scale(1.1); -webkit-transform: scale(1.1);}
.home-advan li .box .con img{display: block;width: 100%;}
.home-advan li .box .con .text1{font-size: 22px; color: #fff; line-height:60px;background: url(../images/icon-srch1.png) no-repeat right;text-align:center; background: -webkit-linear-gradient(left,#004094, #008af5,#004094);}
.home-advan li .box .con .text2{padding: 15px 0 0;font-size: 16px;color: #888;line-height: 20px;text-align: justify;}
.home-advan li .box .con .text3{font-size: 16px;color: #058bee; line-height:40px;font-weight: bold;background: url(../images/icon-srch1.png) #fff no-repeat right;
    background-position-x: 120px;}
	
	.transition {
	-webkit-transition: all ease .4s;
	   -moz-transition: all ease .4s;
	    -ms-transition: all ease .4s;
	     -o-transition: all ease .4s;
	        transition: all ease .4s;
}

@media (max-width:1024px) {
	.home-advan li{width: 48%;margin-right: 4%;margin-bottom: 4%;}
	.home-advan li:nth-child(2n){margin-right: 0;}
	.home-advan li .box .con .text1{font-size: 16px;}
}
@media (max-width:480px) {
	.home-advan .tit{line-height: 22px;}
	.home-advan .tit p{font-size: 22px;}
	.home-advan .tit span{font-size: 15px;}
	.home-advan .tit a{padding: 0 8px;font-size: 13px;line-height: 35px;top: 2px;display: none}
	.home-advan li .box .con .text2{height: 60px;overflow: hidden;}
}


/*产品详情页*/
.pro_content{overflow: hidden;margin-bottom: 3%;padding-top: 30px;}
.pro_con_left{width: 40%;float: left;display: block;overflow: hidden;padding: 0 7% 0 3%;}
.pro_con_right{width: 60%;float: right;display: block;overflow: hidden;}
.proinfo_top{overflow: hidden;margin-bottom: 5%;}
.proinfo_top .txt1{font-size: 30px;font-weight: bold;color: #fff;padding:1%;background: #4a4a4a;}
.proinfo_top .txt2{line-height: 24px;text-align: justify; margin-top:15px; font-size:16px;}
#index_news11{overflow: hidden;width: 100%;}
.news11div{ padding-bottom: 5%;margin-bottom:7%; border-bottom:1px solid #d4d4d4;text-align:left;}
.news11div span{display:inline-block;margin: 0 8% 0 0%;background: #fff;padding: 1% 0%;color: #1078cf;cursor: pointer;font-size:16px;}
.news11div span.cur{ background: #fff; color: #1078cf;font-size:16px;}
.indexNewsList{display:none;}
.indexNewsList p{line-height: 28px;text-align: justify;}

#index_news12{overflow: hidden;width: 100%;}
.news12div{ margin-bottom:5%; border-bottom:0px solid #d4d4d4;text-align:left;}
.news12div span{display:inline-block;margin: 0 5% 0 0%;background: #fff;padding: 1% 0%;color: #666;cursor: pointer;font-size:16px;}
.news12div span.cur{ background: #fff; color: #1078cf;font-size:16px; font-weight:bold;vertical-align: top;}

.flip{ margin-top:45px; padding-top: 20px; border-top: 1px dashed #eeeeee;}
.flip a{ max-width:48%; display: inline-block; position: relative; line-height:30px;}
.flip .prev{ float: left; padding-left:20px; background:url(../images/prev_prev.png) no-repeat left;}
.flip .next{ float: right; padding-right:20px;  background:url(../images/prev_next.png) no-repeat right;}
.flip a:hover{ color: #f67d7d;}
.flip .prev:hover{ background:url(../images/prev_prevh.png) no-repeat left;}
.flip .next:hover{ background:url(../images/prev_nexth.png) no-repeat right;}

.ny-tit{ padding-bottom: 25px; font-size: 36px; color: #333333; text-align: center; position: relative; letter-spacing: 2px;}
.ny-tit:after{ content:""; position: absolute; bottom:0; left:50%; margin-left: -25px; width: 50px; height:2px; background: #f67d7d;}
.ny-des{ margin: 22px auto 0; line-height: 30px; max-width: 960px; text-align: center;}
.ny-more{ width: 150px; height: 40px; line-height: 40px; display: inline-block; background: -webkit-linear-gradient(left,#004094, #008af5,#004094);color: #FFFFFF; text-align: center;}
.ny-more:hover{ background: -webkit-linear-gradient(left,#004094, #008af5);} 

@media (max-width:480px){
	.pro_con_left{width: 100%;padding: 0;}
	.pro_con_right{width: 100%;}
	.proinfo_top .txt1{font-size: 24px;}
	.proinfo_top .txt2{line-height: 24px;}
}