﻿@charset "utf-8";
/* CSS Document */

.y_main{width:100%;height:auto;overflow:hidden;padding: 4% 0;background: #fbfcff;}
.box{clear: both; padding: 2%;overflow:hidden;background: url(../images/index06.png) center top repeat; margin:0 0 4% 0; border: solid 1px #cccccc;min-height: 550px;margin-top: 2%;}

/*位置*/
.location {height: auto;padding:3% 0 0 0; }
.location .tit h1{ font-size:30px;color: #011944; }
.location .tit p{font-size:1.1rem;color: #3c3c3c;letter-spacing: 2px;text-transform: uppercase;margin-top: 1%;}
.location .wz{ color: #fff;margin:1% 0 0 0;}
.location .wz span {display: inline-block;background: url(../images/loc.png) no-repeat left center; padding-left: 25px;color:#fff;line-height: 2em;}
.location .wz a{text-decoration: none;color:#fff}
.location .wz a:hover{color:#1952be;text-decoration: none;color:#fff}

@media (max-width: 600px){

.location .tit p{font-size:1rem;}
.location .tit{width:100%;}

}
/*分类*/
.pro_fl { overflow: hidden;    margin: 2% 0 0 0;}
.pro_fl p{   line-height: 32px;   margin: 0 0 3% 0;    text-align: center;}
.pro_fl strong { color:#fff;font-size:15px;    display: inline-block; background: #d70d25; padding: 0 1%;}
.pro_fl a {display: inline-block;text-decoration: none; padding:0 1% 0 0;margin-bottom:0.5%;}
.pro_fl a:hover{text-decoration:none;color:#fff;background: #194694;}
@media (max-width: 500px){
.pro_fl a{margin-bottom:1%;}
}

.y_tit{width:100%;  overflow: hidden;clear: both;color: white; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-direction: column;-ms-flex-direction: column; flex-direction: column; 
-webkit-align-items: center;-ms-flex-align: center;align-items: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center;position: relative; }
   
.y_tit .tit2 .tit_p{width:55%;float:right;overflow: hidden; } 
.y_tit .tit2 .tit_p .cc{background: rgb(255,255,255,.5);padding: 2%;}

.y_tit .tit2{position: absolute;height: 100%;top: 0;left: 0; width: 100%;}
.y_tit .tit2 h1{font-size: 30px;color: #fff;margin-bottom: 1%;}
.y_tit .tit2 h2{color: #fff;font-weight:normal;font-family: "1"; margin: 1% 0;line-height: 2em;}
.y_tit p , .y_tit p a{color: #fff;}

.y_tit span{display: inline-block;background: url(../images/loc.png) no-repeat left center; padding-left: 25px;color:#fff;line-height: 2em;}
.content_img p{color: #fff;    font-size: 18px; margin-bottom: 15px;font-weight: bold;}
.content_img {display: none;background-position: center; background-repeat: no-repeat; background-size: cover;background-repeat: no-repeat;height:35vh;position:relative}
.content_c{position:absolute;top:0;left:0;height:100%;}
.content_img .tit2{position: absolute;height: 35vh;top: 0;left: 0; width: 100%;}
.content_img .tit{width:20%;float:left;}
.content_img .tit h2{color: #fff;font-size: 1.1rem;font-weight:normal;}
.content_img .cont_p{width:75%;float:right;}
.content_img .cont_p .cc{background: rgb(255,255,255,.5);padding: 2%;}


@media screen and (max-width: 900px){
.y_tit img {display: none;}
.content_img {display: block;}

}
@media screen and (max-width: 550px){
.content_img .tit{width:100%;margin: 0 0 2% 0;}
.content_img .cont_p{width:100%}

}


/* 新闻中心*/
.y_main .honorlist,  .y_main .caselist, .y_main .plantlist{width: 100%;height: auto;overflow: hidden;}
.y_main .news , .y_main .prolist{width: 100%;height: auto;overflow: hidden;    }

.y_main .newlist ul{overflow:hidden}
.y_main .new1 {margin-right: 2%; margin-bottom: 2%;position:relative;overflow:hidden;}
.y_main .new1 a.new_c{display:block;width:100%;overflow:hidden;border: 1px solid #e1e1e1;}
.y_main .new1 a.new_c:hover{border:1px solid #0050c1;}
.y_main .new1 .left{width:450px;float:left;}

.y_main .new1 .right{position: absolute;top: 0;left:450px;padding: 2%;}
.y_main .new1 .right .date{overflow:hidden;}
.y_main .new1 .right .date b{ font-size: 35px; color: #0050c1; font-family: "2"; font-weight: normal;margin-right:1%;}

.y_main .new1 .right .date small{font-size: 18px;color: #565656;}
.y_main .new1 .right .des {margin:0 0 1% 0;}
.y_main .new1 .right .des h3{font-size: 18px; color: #565656;overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.y_main .new1 .right .des p{font-size: 14px;line-height: 1.8;color: #999999;overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;margin-top:1%;}
.y_main .new1 .right .more{float:right}
.y_main .new1 .right .more span{ color: #565656;}
.y_main .new2 li { border: 1px solid #e1e1e1;padding: 30px; background: #fff; margin-bottom: 2%;-webkit-transition: all .5s;transition: all .5s;width: 31.3%;float: left;margin-right: 2%;min-height:288px;}
.y_main .new2 li .tit {margin-bottom: 15px;position: relative;}
.y_main .new2 li .tit h3 {font-size: 18px;color: #565656; font-weight: normal; margin: 0;text-align: left;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.y_main .new2 li .tit .date {position: absolute; right: 0;top: 0;font-size: 14px;color: #666666;}
.y_main .new2 li .date h2{font-size:40px;margin-bottom:1%;color:#0050c1;font-family:"1";font-weight: normal}
.y_main .new2 li .date h3{font-size:18px;}
.y_main .new2 li .info {font-size: 14px;border-top: 1px solid #cbcbcb; line-height: 1.8;padding-top: 2%;color: #999999;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.y_main .new2 li .more {margin-top: 15px;}
.y_main .new2 li .more span {display: inline-block;width: 130px;line-height: 33px;text-align: center;color: #000;font-size: 14px; color: #666666; border: 1px solid #e1e1e1;-webkit-transition: all .5s ease;transition: all .5s ease;}
.y_main .new2 li:hover { -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);}

.y_main .new2 li:hover .more span {color: #fff;    background: #0050c1;}

@media (max-width:1100px) {
.y_main .new2 li{width:48%;}
}

@media (max-width: 1024px) {
.y_main .new1 .left{width:350px;}
.y_main .new1 .right{left:350px;}
}

@media (max-width: 990px) {
.y_main .new2 li .tit { border-bottom: none;}
.y_main .new2 li .tit h3 { padding-right: 0; }
.y_main .new2 li .tit .date { position: static;border-bottom: 1px solid #cbcbcb;padding-bottom: 5px; color: #999;}
.y_main .new2 li .date h2 , .y_main .new1 .right .date b{font-size:30px;}
.y_main .new2 li .date h3 , .y_main .new1 .right .des h3 , .y_main .new2 li .tit h3 , .y_main .right .date small{font-size:16px;}
}


@media (max-width: 700px) {
.y_main .new1 .left{width:100%;float: none;}
.y_main .new1 .left img{width:100%;}
.y_main .new1 .right {position: static;width: 100%;float:none;padding:5%;overflow: hidden;}
.y_main .new2 li{width:100%;padding:20px;min-height:auto;}
.y_main .new2 li .info{-webkit-line-clamp: 2;}

}









/*新闻分类*/
.ns{margin:2% auto;width: 100%; overflow: hidden;}
.ns li{position:relative;float: left;padding: 0.5%;width:130px;text-align:center;background:rgb(255,255,255,.9);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;margin-right:0.5em;}
.ns li a{display:block;text-decoration: none;padding: 3% 0;color: #565656;}
.ns li.on , .ns li:hover{background:#0050c1;}
.ns li.on a , .ns li:hover a{color:#fff;}
.content_c .ns li{width:100px;padding: 1%;}



/* 新闻详细内容*/
.news .new_con{width:100%;    padding:0 0 2% 0;}
.news .new_con h2,.caselist .case_con h2,.honorlist .honor_con h2, .plantlist .plant_con h2{font-weight: bold;font-size:1.6em;text-align:center;}
.news .new_con .time , .plant_con .new_c .time{border: 1px dotted #ccc;padding: 1% 0;text-align: center; margin: 3% 0;}
.news .new_con .time span , .plant_con .new_c .time span{margin:0 1%}
.news .new_con .cont{line-height:2.5em}
.plant_con .new_c .cont p{text-align:center;}
.news .new_other{ position:relative;  }
.news .new_other .hd{ overflow:hidden;  height:40px;line-height:40px; background:#1352b1; padding:0 10px;margin:30px 0  10px 0; }
.news .new_other .hd span{font-size:16px;color:#fff}
.news .new_other .hd .prev,.new_other .hd .next{ display:block;  width:10px; height:25px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden; cursor:pointer; }
.news .new_other .hd .next{ background-position:0 -50px;background:url("../images/index27.png") no-repeat;  }
.news .new_other .hd .prev{ background-position:-60px 0;background:url("../images/index28.png") no-repeat; }
.news .new_other .bd{ padding:10px; width:98%; overflow:hidden;    }
.news .new_other .bd ul{ overflow:hidden; zoom:1; }
.news .new_other .bd ul li{ width:410px;margin-right:30px;  float:left;   text-align:left; _display:inline;}
.news .new_other .bd ul li a{display:block;overflow:hidden;text-decoration:none;font-weight: 600;}
.news .new_other .bd ul li span{float:left;color:#1352b1;font-size:16px;}
.news .new_other .bd ul li p{font-size:14px;margin-top:10px;line-height:26px;}
.news .left, .caselist .left, .prolist .left,.honorlist .left, .plantlist .left{width:24%}


@media (max-width: 480px){
.news .new_con h2{    font-size: 1.3em;    margin: 3% 0;}
.news .new_con .cont{line-height:2em}
.news .new_con .cont p { font-size: 0.9em;}

}


/*产品中心*/
.nav_list { width: 100%; margin: 4% auto;overflow: hidden;}
.nav_list li{position:relative;width: 25%;float: left;padding: 0.5%;}
.nav_list li:hover , .nav_list li.on{background:#0050c1}
.nav_list li a{display:block;/* color:#fff; */text-decoration: none;border: 1px solid #ccc;padding: 4% 0;text-indent: 1em;color: #565656;}
.nav_list li:hover a, .nav_list li.on a{color:#fff;}
.nav_list .list2{width:100%;position:absolute;left:0;top:100%;display:none;background:#fafcff;}
.nav_list li:hover .list2{display:block;}
.list2 dl{overflow:hidden}
.list2 dl dd{width:100%;text-align:center;border-bottom:1px dotted #e6e6e6;line-height:2.5em;}
.list2 dl dd:last-child{border:none;}
.list2 dl dd a{color:#000;font-size:0.875rem;text-decoration: none;}
.list2 dl dd a:hover{color:#194694;text-decoration: none;}

.y_main .prolist .pro2{overflow:hidden;text-align:center;}
.y_main .prolist .pro2 a{display:inline-blick;margin:0 10px;}
.nav_list2{display:none;}

.y_main .pro_main{width:100%;overflow:hidden}
.y_main .pro_main li{width:24%;float:left;overflow:hidden;margin: 2% 0.5%;}

.pro_main .pro_img {width: 100%;}


.pro_main .pro_img a{display:block;padding: 1%;border:1px solid #ccc;overflow:hidden;position:relative;background: #fff;}
.pro_main .pro_img a:after{position:absolute;content:"";width:0;height:2px;background:#0050c1;left:0;bottom:0;transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;}
.pro_main .pro_img a:hover:after{width:100%;  }
.pro_main .pro_img a img{width:100%;max-width: 100%;transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;}

.pro_main .pro_img a:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }
.pro_main .pro_tt{width: 100%;margin-top: 3%;}
.pro_main .pro_tt h3{margin-bottom:3%;font-size: 18px;}
.pro_main .pro_tt .pro_des p{font-size:15px;line-height:1.8em;color:#4b4a4a;}
.pro_main .pro_tt .detail{margin-top:3%}
.pro_main .pro_tt .detail a{cursor: pointer;display:inline-block;margin-right:1%;border:1px solid #abaaaa;color:#abaaaa;padding:5px 15px;;font-size:14px;padding-left:35px;background-position: 10px center;background-repeat: no-repeat;}
.pro_main .pro_tt .detail a:hover{background-color:#0050c1;border:1px solid #0050c1;color:#fff;}
.pro_main .pro_tt .detail a:first-child{background-image:url(../images/a1-1.png)}
.pro_main .pro_tt .detail a:hover:first-child{background-image:url(../images/a1.png)}

.pro_main .pro_tt .detail a:last-child{background-image:url(../images/a2-1.png)}
.pro_main .pro_tt .detail a:hover:last-child{background-image:url(../images/a2.png)}



@media (max-width: 1200px){
.nav_list li{width:33.33%;}
.ctac_main{padding:2em;left:15%;right: 15%;}
.ctac_main .ind_ctac_title {font-size:30px;}

.y_main .pro_main li{width:32.33%;}
.y_main .pro_main li:nth-child(2n){float:right}

}

@media (max-width: 850px){
.pro_main .pro_tt .pro_des{display:none;}
.y_main .pro_main li{width:49%;}
}
@media (max-width: 695px){
.pro_main .pro_tt h3{font-size:16px;}
.nav_list{display:none;}
.nav_list2{display:block;}
.pro_mo_top_1{display:block;margin:1.5em 1em;border:4px #f3f6f9 solid;padding:0.1em 0.6em;background-color:#fff;}
.pro_mo_top_1 select{color:#000;font-size:0.875em; border:none; background:none; padding:0.5em 0;width:100%;outline: none; background-repeat:no-repeat; background-image:url(../images/c9.png); background-position:right center;appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.pro_main .pro_tt{width: 100%;margin-top: 3%;}
.pro_main .pro_img { width: 100%;}
.ctac_main .ind_ctac_title {font-size:25px;}
.ctac_main{padding:2em;left:10%;right: 10%;}
}

@media (max-width: 500px){
.y_main .pro_main .pp .pro_tt p{display:none}
.pro_main .pro_tt .detail a{padding: 5px 10px;padding-left: 30px;}
.pro_main .pro_tt .detail a:first-child{display:none;}
.y_main .pro_main li{width:100%;margin:2% 0;}
}





/*产品详情*/

.pro_1{width:100%;background:url(../images/pro_bg.jpg) no-repeat top center;background-size:cover;padding:3% 0 4% 0;}

.prolist .pro_t{font-size:40px;text-align:center;margin-bottom:5%;position:relative;}
.prolist .pro_t:after{position:absolute;contnet:"";left:0;top:0;width:30px;height:3px;background:#0050c1;text-align:center;}
.pro_2 , .pro_4{width:100%;margin:4% 0;overflow:hidden;}
.pro_2_1{padding:4% 0;background:#eaf0fb;}
.pro_2 .left{width:100%;text-align:left;}
.pro_2 .left p{line-height:2.4em}
.pro_2 .left p .img{width:50%;float:left;}
.pro_2 .right{width:100%;text-align: center;margin: 2% 0 0 0;}
.pro_2 .right a{cursor: pointer; margin-bottom: 2em;display:inline-block;margin-right:1%;border:1px solid #abaaaa;color:#abaaaa;padding:5px 15px;text-decoration:none;font-size:14px;padding-left:35px;background-position: 10px center;background-repeat: no-repeat;}
.pro_2 .right a:hover{background-color:#0050c1;border:1px solid #0050c1;color:#fff;text-decoration:none;}
.pro_2 .right a:first-child{background-image:url(../images/c8.png)}
.pro_2 .right a:hover:first-child{background-image:url(../images/c8-1.png)}
.pro_2 .right a:nth-child(2){background-image:url(../images/c6.png)}
.pro_2 .right a:hover:nth-child(2){background-image:url(../images/c6-1.png)}
.pro_2 .right a:last-child{background-image:url(../images/c7.png)}
.pro_2 .right a:hover:last-child{background-image:url(../images/c7-1.png)}

.pro_6{margin:4% 0;width:100%;overflow:hidden;}
.pro_6c .videos {width:50%;height:100%;margin:0 auto;}
video.edui-upload-video.vjs-default-skin.video-js{width:100%;height:100%;}
video.edui-upload-video2.vjs-default-skin.video-js{width:30%;height:100%;}

.pro_3{width:100%;padding:4% 0;overflow:hidden;}
.pro_3 li{width:20%;float:left;text-align:center; margin-bottom: 2%;}
.pro_3 li img{background: #fff;padding: 6%;border-radius: 50px;}
.pro_3 li h2{font-size: 25px;margin:8% 0;}
.pro_3 li p{line-height: 1.6em;color: #696969;letter-spacing: 0;}



.pro_4 .swiper-button-next, .pro_4 .swiper-button-prev { width: 32px;height: 54px;cursor: pointer; background-size: 100%;background-position: center;background-repeat: no-repeat; top:45%;}
.pro_4 .swiper-button-next{background-image: url(../images/button3.png); right: 0;}
.pro_4 .swiper-button-prev{ background-image: url(../images/button2.png); left: 0;}
.pro_4 .slick-con a{display:block;width:100%;border:1px solid #ccc;}
.pro_4 .slick-con a img{width:100%;}
.pro_4 .slick-con a:hover{border:1px solid #0050c1;}
.pro_4 .slick-con p{margin-top:3%;text-align:center;}
.pro_4 .pro_4c{position:relative;}
.pro_4c .pp{width:90%;margin:0 auto}
.pro_4c .pro_n{margin-bottom:3%;text-align: center;}
.pro_4c .pro_n a{display:inline-block;padding:0.5%;text-decoration:none;}
.pro_4c .pro_n a:hover{background:#0050c1;color:#fff;text-decoration:none;}
.pro_5{width:100%;background:url(../images/index17.jpg) no-repeat top center;background-size:cover;padding:4% 0;background-attachment: fixed;}
.pro_5 .pro_t{color:#fff;}

.product-des {margin-top: 3%;overflow: hidden;line-height: 1.8em;}

 @media screen and (max-width:1320px) {

.prolist .pro_t{font-size:35px;}

}

 @media screen and (max-width:1024px) {
 .prolist .pro_t{font-size:30px;}
 .pro_3 li h2 { font-size: 20px;}
 .pro_6c .videos {width:60%;}
 }
 
 @media screen and (max-width:850px) {
 .prolist .pro_t{font-size:25px;}
 .pro_2 .left , .pro_2 .right{width:100%;}
.pro_3 li{width:33.33%;}
.pro_2 .left p{line-height:2em}
.pro_6c .videos {width:70%;}
video.edui-upload-video2.vjs-default-skin.video-js{width:40%;}
 }
@media screen and (max-width:500px) {
.pro_2 .left p .img{width:100%;}
 .prolist .pro_t{font-size:22px;}
   .pro_2 .right .xj_01{display:none}
   .pro_3 li:nth-child(4) , .pro_3 li:nth-child(5){width:50%;}
      .pro_3 li:nth-child(4) {clear:both}
  .pro_3 li img{width: 50px;}
  .pro_3 li h2{font-size:16px;}
  .pro_4 .swiper-button-next, .pro_4 .swiper-button-prev{width:22px;}
  .pro_6c .videos {width:100%;}
  video.edui-upload-video2.vjs-default-skin.video-js{width:100%;}
  }
 
/*荣誉中心*/



.y_main  .hon_main{overflow:hidden}

.y_main  .hon_main a{display:inline-block;width:25%;float:left;margin-bottom:2%}

.y_main  .hon_main .hh{     margin: 4%;padding:3%; background: #fff ;overflow: hidden;}
.y_main  .hon_main .hh .hon_img{overflow: hidden; text-align: center;vertical-align: middle;display: flex; align-items: center;justify-content: center;}
	
.y_main  .hon_main .hh:hover{background:#1952be; transition:all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-o-transition: all .4s;}
.y_main  .hon_main .hh:hover h3{color:#fff}
.y_main  .hon_main .hh .hon_img img {  vertical-align: middle;}

.y_main  .hon_main .hh .hon_tt{font-size: 0.875rem; text-align: center;color: #333333; width: 100%; margin:5% 0;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.y_main  .hon_main a:hover .hon_tt{color:#fff}

 @media screen and (max-width:1100px) {
 
 .y_main  .hon_main a{width:33.33%;}
 
 }
 @media screen and (max-width:800px) {
 
 .y_main  .hon_main a{width:50%;}

 }

 @media screen and (max-width:500px) {
 
 .y_main  .hon_main a{width:100%;}
 .y_main .honorlist .box {background: none;border: none;padding: 0;}
.y_main  .hon_main .hh{    margin: 2%;}
 }



/*厂房设备*/
.plantlist .plant_main a{display:block;  width: 33.33%; margin-bottom: 2%;float: left;padding: 0.5%;overflow: hidden;}
.plantlist .plant_main .plant{position:relative; top:0; left:0; }
.plantlist .plant_main{ overflow: hidden;}
.plantlist .plant_main .plant .plant_img{position:relative;text-align: center;vertical-align: middle;display: flex; align-items: center;justify-content: center;width: 100%;height: 100%;overflow: hidden;    border: 1px solid #ececec;}
.plantlist .plant_main .plant .plant_img:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url(../images/index28.png);}

.plantlist .plant_main .plant .plant_img .pic2{position:absolute;top:45%;left:0;height:0;width:100%;text-align:center;z-index:333;}
.plantlist .plant_main .plant:hover{ transition:all .2s;-webkit-transition: all .2s;-moz-transition: all .2s;-o-transition: all .2s;}
.plantlist .plant_main .plant .plant_img .pic img{  vertical-align: middle;    max-width: 100%;	-moz-transition: all .8s ease 0s;    width: 100%; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s;-webkit-transition: all .8s ease 0s;transition: all .8s ease 0s;}

.plant_main a:hover .pic img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }

.plant_main .plant_m{overflow: hidden;}

.plant_main .plant_tt{width:100%;height:100%;    text-align: center;margin-top:5%;}



 @media screen and (max-width:1024px) {
.plantlist .plant_main a{width:50%}

}

/*案例*/
.caselist .case_main a {display:block;width:33.33%;float:left; position:relative;top:0;left:0}
.caselist .case_main .cc{ overflow: hidden;}
.caselist .case_main .cc .case_img{text-align: center;vertical-align: middle;display: flex; align-items: center;justify-content: center;width: 100%;height: 100%;overflow: hidden;}
	
.caselist .case_main .cc:hover{ transition:all .2s;-webkit-transition: all .2s;-moz-transition: all .2s;-o-transition: all .2s;}
.caselist .case_main .cc .case_img img{  vertical-align: middle;    max-width: 100%;	moz-transition: all .8s ease 0s;    width: 100%; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s;-webkit-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.case_main a:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }


.caselist .case_main a .case_tt{width:100%; height: 100%;position:absolute;top:0;left:0;background:url(../images/index19.png) repeat rgba(213,55,41,.8);;transition: All 0.6s ease-in-out;-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out;-o-transition: All 0.6s ease-in-out;	opacity: 0;filter: Alpha(Opacity=0);}
.caselist .case_main a .case_tt .tits{position:absolute;width: 100%;height:100%; }
.case_tt .tits p{text-align:center;margin:2%; color: #fff;font-size: 0.875em;color:#fff;}
.caselist .case_main a:hover .case_tt{opacity: 1;filter: Alpha(Opacity=1);}
.caselist .case_main a .case_tt .tits h3{text-align:center;color:#fff;font-size:20px}

.y_main .caselist .digg4 span{color:#fff;}

@media (max-width: 1000px){
.caselist .case_main a{width:50%}
.prolist .pro_con{width:100%;}

}
@media (max-width: 500px){
.caselist .case_main a{width:100%;margin: 1% 0;}
.y_main .pro_main .pp .pro_img img{max-height: 250px;}
}



/*公司简介*/
/*公司简介*/

.y_main .abouts{  width: 100%;height: auto;overflow: hidden;padding:4% 0 0 0;}
.abouts .ab1{overflow:hidden}
.ab1 .left{width:100%;}

.abouts .tt h1 {font-size: 30px;}
.abouts .tt p{color: #a2a2a2;}


.ab1 .cont{overflow:hidden;margin-top:2%;}
.ab1 .cont p{line-height:2em;}



.ab2{overflow:hidden;margin:4% 0;}
.ab2 .wh a{display:block;}

.abouts .des{overflow:hidden;margin-top:3%;}
.abouts .des li{width:25%;float:left;text-align:center}
.abouts .des li .top h2 , .abouts .des li span{font-size:80px;font-family:"1";color:#0050c1;  display: inline-block;}
.abouts .des li .t1 h2{color:#323232}
.abouts .des li p{font-size:18px;margin-top:3%;color:#444444;}



.abouts .ab3{overflow:hidden;background:url(../images/index15.jpg) no-repeat top center;background-size: cover;padding:7% 0;margin-top:3%}
.ab3 .cul{width:55%;padding:3%;background:rgb(33,77,138,.7)}
.ab3 .cul h1{color:#fff;font-size:30px;}
.ab3 .cul h2 {font-size: 20px;color: #fff;margin: 2% 0;}
.ab3 .cul h3 {color: #fff;font-size: 45px;margin-bottom: 7%;}
.ab3 .cul p{color:#fff;margin-top:2%;font-size:16px;line-height: 24px;}


.abouts .ab4{overflow:hidden;margin:4% 0;}
.abouts .cf{margin-top:2%;overflow:hidden;}
.abouts .cf_c img{width:100%;}
.abouts .cf_tt{margin-top:4%;text-align:center;}
.abouts .cf a {display: block;}
.abouts .cf  .cf_imgs {border: 1px solid #dadada;}
.abouts .cf  a:hover .cf_imgs {border: 1px solid #0050c1;}

.ab5{overflow:hidden;background:url(../images/index14.jpg) no-repeat top center; padding: 5% 0;background-size: cover;background-attachment: fixed;}
.ab5 .con1 .left .fw h2{font-size:25px;margin-bottom: 5%;}
.ab5 .con1 .left .fw p{line-height:2em;}

@media screen and (max-width:1440px) {
.abouts .des li .top h2 , .abouts .des li span{font-size:70px;}

}
@media screen and (max-width:1200px) {
.abouts .des li .top h2 , .abouts .des li span{font-size:60px;}

.abouts .tt h1 , .ab3 .cul h1{font-size:28px;}
.ab3 .cul h3 {font-size: 40px;}
.abouts .des li p{font-size:16px;}
}

@media screen and (max-width:1024px) {

.abouts .des li .top h2 , .abouts .des li span{font-size:50px;}
.ab5 .con1 .left .fw h2{font-size:20px;}
.abouts .tt h1 , .ab3 .cul h1{font-size:24px;}
.ab3 .cul { width: 65%;}
.ab3 .cul p{font-size:16px}
.ab3 .cul h2 {font-size: 18px;}
.ab3 .cul h3 {font-size: 35px;}
}
@media screen and (max-width:900px) {

.ab1 .left , .ab1 .right{width:100%;}
.ab1 .right{margin-top:3%;height: 65vh;}
}
@media screen and (max-width:780px) {
.ab3 .cul { width: 100%;}
.abouts .des li{width:50%;margin-top:2%;}
.abouts .des li .top h2 , .abouts .des li span{font-size:40px;}
.abouts .des li p{font-size:14px;}
.abouts .tt h1 , .ab3 .cul h1{font-size:20px;}

.ab3 .cul p{font-size:16px;}
.ab3 .cul h3 {font-size: 30px;}
}

@media screen and (max-width:500px) {
.ab3 .cul h1{font-size:20px;}
.abouts .con1 .left {height: 340px;}
.abouts .des li .top h2 , .abouts .des li span{font-size:30px;}
.abouts .des li p{font-size:12px;}
.ab1 .right{height:40vh}
.ab3 .cul h3 {font-size: 25px;}
.ab3 .cul h2 {font-size: 16px;}
.ab3 .cul p{font-size:14px;}
}



/*产品咨询*/
#public_form { position: fixed;display: none;height: 100%;width: 100%;z-index: 99;right: 0; top: 0;}
.ctac_body { background: url(../images/index13.png) repeat center;position: relative;height: 100%;}
.ctac_main {background: #010b1b;height:auto;position: absolute;padding: 3em;left: 25%;top: 25%;right: 25%;}
.ctac_cross { position: absolute;cursor: pointer; display: block;height: 20px; width: 20px;right: 15px;top: 15px;}
.ctac_main .ind_ctac_title { margin-top: 0;text-align: center;position: relative;right: auto; top: auto;color: #1854b5; text-align: center; margin: 0 0 5% 0; font-size: 40px;font-family: "1";}



/* 联系方式 */
.y_main2{overflow:hidden;width:100%;margin-top:180px;}
.y_main2 .loc h1{font-size:30px;margin-bottom:1%;color:#fff;}
.y_main2 .wz {color:#fff;}
.y_main2 .wz span {display: inline-block;background: url(../images/loc.png) no-repeat left center;padding-left: 25px; color:#fff;line-height: 2em;}
.y_main2 .wz a{text-decoration: none;color:#fff}
.contacts .con1{overflow:hidden;margin:40px 0 50px 0;width:100%;}
.con1 .left{width: 45%;background:#fff;height:450px;padding:3%;}
.con1 .left .lx{width:100%;}
.con1 .left  h2 {font-size:25px;margin-bottom: 5%;}
.con1 .left .lx li{width:100%;margin-bottom: 5%;}
.con1 .left .lx li:first-child{background:url(../images/index08.png) no-repeat left top 50%;}
.con1 .left .lx .lx_t{padding-left:2em}
.con1 .left .lx .lx_t p{line-height: 24px;}
.con1 .left .lx li:nth-child(2){background:url(../images/index09.png) no-repeat left top 50%;}
.con1 .left .lx li:nth-child(3){background:url(../images/index10.png) no-repeat left top 50%;}
.con1 .left .lx li:last-child{background:url(../images/index11.png) no-repeat left top 50%;margin-bottom: 0;}
.con1 .left .ma{ width: 30%;text-align: center;}
.con1 .left .ma .m1{margin-bottom:8%;}
.con1 .left .ma .m1 img{display:inline-block;border:1px solid #174c94;}
.con1 .left .ma .m1 p{font-size:14px;margin-top:2%;}
.con1 .right{width: 54%;background:#fff;height:450px;}
.con1 .right .ly{padding:5%;overflow:hidden;}
.con1 .right .ly h2{font-size:25px;    margin-bottom: 4%;}
.message_h input { width: 49%;margin-right: 2%;float: left;line-height: 45px;border: 1px solid #dcdcdc;outline:none;outline: none; margin-bottom: 2%;text-indent: 20px;}
.message_h input:nth-child(2n) { margin-right: 0;}
.message_h  textarea { border: 1px solid #dcdcdc;outline:none;text-indent: 7px;display: block; width: 100%;min-height: 100px; height: auto;line-height: 20px;padding: 6px 10px; resize: vertical;}
.message_h button {display: block; width: 120px;height: 38px; line-height: 38px;text-align: center;background: #cf1a1a; font-size: 14px;  color: #fff;border: none;margin-top: 2%;border-radius: 3px;cursor: pointer;}
.contacts .map{border:1px solid #ccc;}
@media screen and (max-width: 1400px) {
.y_main2{margin-top:160px;}
}
@media screen and (max-width:1200px) {
.y_main2 .loc h1 , .y_tit .tit2 h1{font-size:28px;}
.con1 .left , .con1 .right{height:400px;}
.con1 .left h2 , .con1 .right .ly h2{font-size:22px;}
.y_main2{margin-top:120px;}
}

@media screen and (max-width:1024px) {
.y_main2 .loc h1 , .y_tit .tit2 h1{font-size:26px;}
.y_main2{margin:110px 0 40px 0;}
.con1 .left{width:100%;height:auto}
.con1 .left .lx li{margin-bottom:3%;}
.con1 .right{width:100%;margin-top:30px;height:auto}
.con1 .left h2 , .con1 .right .ly h2{font-size:20px;}
.box{min-height:auto;}

}

@media screen and (max-width:780px) {
.y_main2 .loc h1 , .y_tit .tit2 h1{font-size:24px;}
.y_main2{margin:100px 0 40px 0;}

.con1 .left .ma .m1 img{width:100px;height:100px;}
.contacts .con1{margin:30px 0 20px 0;}
.con1 .left h2 , .y_tit .tit2 h1{font-size:18px;}
}

@media screen and (max-width:500px) {
.y_main2{margin:80px 0 0 0;}
.y_main2 .loc h1 , .y_tit .tit2 h1{font-size:20px;}
.message_h input{width:100%;margin-right:0;}


}


/*上下页*/

#flip { margin:4% 0 0 0;}

.digg4 {
    padding: 3px;
    margin: 3px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.metpager_8 a, .metpager_8 span.miy {

padding: 1px 6px;

color: #292929;
}
.digg4 span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
	color: #000;
}
.digg4 a, .digg4 span.miy {
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    display:inline-block;
    background:#f3f3f3;
    /* padding: 2% 0; */
}

.digg4 a:hover , a.page-num.page-num-current{background: #0050c1;color:#fff;}


/*上下篇*/

.text-secondary {color: #6c757d!important; line-height: 25px;border: 1px dotted #ccc;padding: 1em; border-radius: 8px; -webkit-border-radius: 8px;-moz-order-radius: 8px; -ms-order-radius: 8px; -o-order-radius: 8px; 
box-shadow: 0 0 15px #c7d9fb;-webkit-box-shadow: 0 0 15px #c7d9fb;-moz-box-shadow: 0 0 15px #c7d9fb;-o-box-shadow: 0 0 15px #c7d9fb;}
.text-secondary a,.text-secondary p {color: #808080;text-decoration:none;}

/*分享*/
.bdshare-button-style0-16 {
    zoom: 1;
}
.bdshare-button-style0-16 .bds_more {
    color: #333;
    float: left;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_more {
    background-position: 0 0;
}
.bdshare-button-style0-16 .bds_qzone {
    background-position: 0 -52px;
}


.bdshare-button-style0-16 .bds_tsina {
    background-position: 0 -104px;
}
.bdshare-button-style0-16 .bds_tqq {
    background-position: 0 -260px;
}
.bdshare-button-style0-16 .bds_renren {
    background-position: 0 -208px;
}
.bdshare-button-style0-16 .bds_weixin {
    background-position: 0 -1612px;
}
.bdshare-button-style0-16:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.jiathis_style {
    width: 70%;
    float: left;
}

.met_hits{
    margin-top: 2rem!important;
    margin-bottom: 1rem!important;
	overflow: hidden; 
}
.met_hits a {
    color: #666;
	font-size:14px;text-decoration: none;
}




.pro_info_1_left{ height:100%;
position:absolute; left:0; top:0; width:36em;}
.pro_info_1_left_bg{ display:none;
position:absolute; left:0; top:0; width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.pro_info_1_left_bg:nth-child(1){display:block}
.pro_info_1_right{ margin-left:39em;max-width:61em;}
.photo_show{display:block; overflow:hidden}
.photo_show img{width:100%;}
.swiper-button-next-p{ z-index:10; margin-top:-12.5px; top:50%; cursor:pointer; right:10px;position:absolute; width:25px; height:25px; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img5.png);}
.swiper-button-next-p:hover{background-image:url(../images/img5.png);}
.swiper-button-prev-p{ z-index:10; margin-top:-12.5px; top:50%; cursor:pointer; left:10px;position:absolute; width:25px; height:25px; background-position:center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img4.png);}
.swiper-button-prev-p:hover{background-image:url(../images/img4.png);}
.pro_info_1_right_4 .swiper-button-disabled{display:none}
.pro_info_1_mid{position:relative}
.pro_info_1{padding:3em 0;}
.pro_info_1_right_1{font-size:1.5em; color:#000;    font-weight: bold;}

.pro_info_1_right_3 a{display:inline-block;background:#194694;padding:1% 5%;margin-top:2%;color:#fff;text-decoration: none;}
.pro_info_1_right_3 a:hover{color:#fff;text-decoration: none;}
.pro_info_1_right_3{ border-top:1px #e6e6e6 solid; margin-top:1em; padding-top:1em; margin-bottom:2em;}
.pro_info_1_right_3  p{color:#373737; font-size:1.125em;line-height:2; }
.pro_info_2_1{background-color:#f3f9fd;}
.pro_info_2_1 span{font-size:1.5em; color:#fff; background-color:#6bc2df; display:inline-block; padding:0.4166666666666667em 2em;}
.pro_info_2_2{line-height:1.8; padding:2.5em 0;}





/*表格*/
.table-bordered {
     border-width: 1px;
    border-color: #e8e8e8;
    border-collapse: collapse;
	border-style: solid;
  }



.pro_table {
    font-size: 14px;

}
.pro_table .table-hover>tbody>tr:hover , .pro_table .table-striped>tbody>tr:hover:nth-of-type(odd){background-color:#b8cce4;}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.pro_table table thead {
    background: #b8cce4;
    color: #01579B;
}
.pro_table .table-striped>tbody>tr{background-color:#fff;}

.pro_table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.pro_table .table-bordered>tbody>tr>td, .pro_table .table-bordered>tbody>tr>th, .pro_table .table-bordered>tfoot>tr>td, .pro_table .table-bordered>tfoot>tr>th, .pro_table .table-bordered>thead>tr>td, .pro_table .table-bordered>thead>tr>th {

	border-width: 1px;
    border-color: #e8e8e8;
    border-collapse: collapse;
	border-style: solid;
    vertical-align: middle;
    padding: 8px;
	text-align: center;
	font-size: 14px;
}
.pro_table table thead td {
    font-weight: bold;
    vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

    line-height: 1.42857143;

}
.pro_table .table-hover>tbody>tr:hover>td {
    color: #fff;
}

.table {
    width: 100%;
    max-width: 100%;

}

@media (max-width: 1440px){
.pro_table .table-bordered>tbody>tr>td, .pro_table .table-bordered>tbody>tr>th, .pro_table .table-bordered>tfoot>tr>td, .pro_table .table-bordered>tfoot>tr>th, .pro_table .table-bordered>thead>tr>td, .pro_table .table-bordered>thead>tr>th {
    padding: 5px;

}

