html,body{width: 100%;font-size:16px;}
*{margin:0; padding:0;}
em{ font-style:normal;}
img {border: 0 none;height: auto;vertical-align: middle;}
ul{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
div, ul, li, span, a {box-sizing: border-box;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a{text-decoration: none;background: transparent;outline: none;color:#000;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .pub_button .pb_bg, .section_seven .item i{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.cuya{font-family: "impact";}

@media( min-width:1280px ){
.s_width{ width:90%; margin:0 auto; position:relative}
}
@media( max-width:1279px){
.s_width{ width:90%; margin:0 auto; position:relative}
}
@media( max-width:750px){
.s_width{ width:90%; margin:0 auto; position:relative}
}
.liuyan{ padding:0 0 30px 0}


.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}


@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}

/*主导航多级菜单*/
.hbg{width: 100%;position: fixed;;top: 0px;z-index: 9999;background: none;text-align: center; border-bottom:1px solid transparent; border-color: rgba(255, 255, 255, 0.2); height: 90px;}
.hbg #logo{transition: .5s;position: absolute; left: 10px; top: 19px; width: auto;}
.hbg #logo:hover{left: 40px;}
.hbg #logo img{ width:100%}

.hbg .nav{ height:41px; width:52%; position: absolute; right:15%; padding-top:13px; }
.hbg .nav li{width: calc(100%/7); float:left; text-align:center; line-height:41px; position:relative; padding:0 0 20px 0}
.hbg .nav li a{ color:#fff; display:block; line-height:31px; margin-top:20px; }
.hbg .nav li a:hover{border:1px solid transparent; border-color: rgba(248, 77, 71, 0.5); color:#fff; border-radius: 30px;transition:all 0.9s ease 0s; -webkit-transition:all 0.9s ease 0s;}

.hbg .product_son{display: none;position: absolute;left:0;top:100px;text-align: center;width:100%;padding:20px 0;height:auto;background-color:rgba(0,0,0,0.75);z-index:999;}
.hbg .product_son .item{display: inline-block;width:13%;margin:0.5%;}
.hbg .product_son .item img{border: 0;vertical-align: middle;max-width: 100%;display: block;}
.hbg .product_son .item p{font-size:16px;color:#fff;height:40px;line-height:40px;}
.hbg .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(3,9188,67,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.hbg #tel{ width: 14%;position: absolute;right: 0; color: #fff; top:40px;}

.hbg.bg{background: rgba(0,66,142,0.95);height: 70px;}
.hbg.bg #logo{ top:10px}
.hbg.bg #logo img{height: 50px;}
.hbg.bg .nav{ padding-top: 0;}
.hbg.bg .nav ul li{height: 70px; line-height: 70px;}
.hbg.bg #tel{top:23px;}
/* ------------------------ */
#banner{position:relative;overflow:hidden;width:100%;}
#banner ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner ul li{width:33.333%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:183px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:50px;height:8px;border-radius:20%;-moz-border-radius:20%;-webkit-border-radius:20%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background-image: -webkit-linear-gradient(left,#0298d2, #30ae03);}
.tel_banner{display: none;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1}

/*产品分类*/
.porduct-box{ width:100%; margin:0 auto; padding:6% 0 0 0; background:#e6e7eb; }
.product_tit{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content:flex-start;   justify-content: flex-start; }
.product_tit li{ width: 25%; font-weight: 800; color: #333;}
.product_tit li:nth-child(2){width: 45%; font-weight: 500; line-height: 31px; color: #666;}
.tab-porduct{width: 90%; margin: 5% auto 0 auto;}
.pro-ul{margin-left:-5%}
.pro-ul li{float:left;width:28.3%;margin-left:5%;margin-bottom:90px;position:relative;z-index:1}
.pro-ul li:before{content:'';position:absolute;left:-14px;bottom:-20px;right:33px;background:url(../images/pro-bg1.png) no-repeat;height:303px;z-index:-1}
.pro-ul li .con{padding-left:32px}
.pro-ul li .pic{position:relative;padding-top:75.6%;overflow:hidden;width:100%;height:0;border-radius:6px 6px 6px 40px;-webkit-border-radius:6px 6px 6px 40px;-moz-border-radius:6px 6px 6px 40px;-ms-border-radius:6px 6px 6px 40px;-o-border-radius:6px 6px 6px 40px;margin-bottom:10px;-webkit-box-shadow:0 7px 16px rgba(255,255,255,.21);-moz-box-shadow:0 7px 16px rgba(255,255,255,.21);-ms-box-shadow:0 7px 16px rgba(255,255,255,.21);-o-box-shadow:0 7px 16px rgba(255,255,255,.21);box-shadow:0 7px 16px rgba(255,255,255,.8);z-index:2}
.pro-ul li .pic img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:6px 6px 6px 40px;-webkit-border-radius:6px 6px 6px 40px;-moz-border-radius:6px 6px 6px 40px;-ms-border-radius:6px 6px 6px 40px;-o-border-radius:6px 6px 6px 40px}
.pro-ul li .pro-text{padding-right:34px;position:relative}
.pro-ul li .text{display:block;font-size:24px;color:#d6e2fc;line-height:34px;padding:18px 0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.pro-ul li .text i{display:block;width:23px;height:18px;background:url(../images/arrow.png) no-repeat center;position:absolute;right:100px;top:26px;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.pro-ul li:hover .text{font-weight:700;color:#f3b86f;padding-right:68px}
.pro-ul li:hover .text i{opacity:1}

.tx_index_pro{ overflow:hidden;	width:100%; padding:20px 0; clear:both;  position:relative;}
.inbg{height: 320px;}
.tx_index_pro_right{float: right;position: relative;z-index: 999999;}
.cssimg img{-webkit-transition-duration:.5s;transition-duration:.5s;}
.cssimg:hover img{-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}
.rtCont{position:relative;width: 90%;margin: 0 auto;overflow: hidden;}
.rtCont ul{margin:0 auto;width:208px;overflow:hidden;}
.rtCont li{float:left;text-align:center;margin:0 1.3%;}
.rtCont li a{display:block;position: relative;transition:all .2s ease;padding-top: 20px;}
.rtCont li a img{display:block;font-size:0px;width:215px;height:215px;transition:all .2s ease;border:10px solid #21b24b;border-radius: 50%;-webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.1);box-shadow: 0 0px 15px rgba(0,0,0,0.1);margin: 0 auto;}
.rtCont li a p{margin-top: 15px;color: #333;margin-bottom: 0;}
.rtCont li a:hover img{-webkit-box-shadow: 0 0px 15px rgba(20,174,103,1);border-color: #8ec31f;}
.rtCont li a:hover p{color: #03a77e}
.rtCont>a{transition: .5s;}
.rtCont>a:hover{background: #fff;color: #999;box-shadow: 0 0px 10px rgba(0,0,0,0.3);}

/*首页公司简介*/ 
.about{ width:100%; background:#fafaf6 url("../images/aboutbg.jpg") repeat; margin:0px auto;display: flex; display:-webkit-flex; justify-content:space-between;align-items: flex-start; }
.about .about_l{max-width: 45%; overflow: hidden;flex: 1; margin:5% 0 0 7%; }
.about .about_l h2{ font-weight: 400;transition: .5s; width: 40%; }
.about .about_l h2 em{display: block; font-family: georgia,serif;}
.about .about_l h2 em:after{content: ""; background:url("../images/line.png") no-repeat center bottom; width: 223px; height:20px; display: block; margin-bottom: 10px;}
.about .about_l h2 a:hover{color: #f8b90e;}
.about .about_l p{ margin-top:5%; line-height: 31px; color: #333;}
.PubLink {display: inline-block;color: rgb(102, 102, 102);width: 50%;max-width: 256px;line-height: 62px;text-align: center;font-family:  Times New Roman;font-size: 15px;border-width: 1px;border-style: solid;border-color: rgb(102, 102, 102);border-image: initial;padding: 0px 30px; margin-top: 7%;}
.PubLink:hover {border: 1px #d2bb84 solid;background: #d2bb84;color: #fff;}

.about .about_r{ width:45%; overflow:hidden;}
.about .about_r img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;animation: sss1 6s infinite alternate linear; }

@media (max-width:750px){
  .about{display: block;}
  .about .about_l{max-width:100%; margin: 0 auto 0 auto; padding-top: 5rem;}
  .about .about_l h2{ width: 80%;}

  .about .about_r{display: none;}
  .about_list{ width: 95%; margin: 7% auto 0 auto;}
  .about_list li{font-size: 12px;}
}

/*厂容厂貌*/
.shili{width:100%;   padding:6rem 0 5rem 0; }
.shili h2{  text-align:center; width:100%; position:relative; margin:0 auto 2rem auto; color: #00428e; }
.shili h2 em{ color:#00428e; font-style: normal; background:url("../images/case.jpg") no-repeat center center; display: block;}
.shili h2 span{ font-weight:normal; font-size:18px; color:#666; text-align: center; display: block;}

.casebox { width: 100%; padding-top: 50px; padding-bottom: 1.5%; } 
.casebox .swiper-slide { background-position: center; background-size: cover; width: 600px; height: 490px; border: 10px solid #fff; box-sizing: border-box }
.casebox .swiper-slide img{width: 100%;}
.casebox .swiper-slide p{ line-height: 35px; text-align: center;}

@media (max-width:769px){
   .shili{padding:3rem 0 3rem 0;}
    .shili h2{ width: 70%; margin: 0 auto;}
    .shili h2 img{width:100%;}
    .shili h3{text-align: center; padding: 3% 0 3% 0;}
    .shili h3:after{margin: 1rem auto 0 auto;}
}

/*news*/
.news{width:100%;   padding:6% 0 6% 0;background:url("../images/news.jpg") no-repeat center center;}
.news h2{  text-align:center; width:100%; position:relative; margin:0 auto 2rem auto; color: #00428e; }
.news h2 em{ color:#f33b47; font-style: normal; background:url("../images/news.png") no-repeat center center; display: block;}

.news_cont{display: flex;-ms-flex-preferred-size: 100%;flex-basis: 100%;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;	-ms-flex-wrap: wrap;flex-wrap: wrap;width: 80%;overflow: hidden; margin: 0 auto;}
.news_cont .newList{flex-basis: 31%;margin-right: 3%;margin-top:3%;}
.newList{ overflow:hidden; padding:0rem; height:auto; width:100%; }
.news_cont .newList:nth-child(3n){ margin-right:0px; }
.news_cont .newPicBox{ position:relative; width:100%; height:0px; padding-bottom:50%; overflow:hidden; border-radius:0px; margin:0 auto; }
.news_cont .newPic{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(1); width:100%; height:auto; transition:all .5s ease; }
.news_cont .picLink{ position:absolute; top:0px; left:0px; width:100%; height:100%; }
.news_cont .contentBoxB{ padding:2% 2% 1% 2%; background: #fff; }
.news_cont .newTitle{ font-size:20px; margin-bottom:0; min-height:48px; line-height:1.2; font-weight:normal; color:#373c41; transition:all .5s ease; display:-webkit-box; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; }
.news_cont .lineBox{ position:relative; width:100%; height:1px; background:#ededed; margin-bottom:26px; }
.news_cont .lineBox::before{ content:''; position:absolute; top:0px; left:0px; width:0px; height:100%; background:#afafaf; transition:all .5s ease; }
.news_cont .TimeBox{ font-size:14px; line-height:1.5; letter-spacing:.25px; color:#777; margin-bottom:20px; }
.news_cont .newMs{ position:relative; width:100%; line-height:1.4; clear:both; font-size:14px; color:#777; min-height:42px; letter-spacing:0; margin:20px 0px 30px; display:-webkit-box; overflow:hidden; -webkit-line-clamp:1; -webkit-box-orient:vertical; text-overflow:ellipsis;  font-weight: 100;}
.news_cont .image_con{ width: 100%; }
.news_cont .image_con img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.news_cont .image_con:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.news_cont .look{ display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; margin-top:20px; color:#777; overflow:hidden; }
.news_cont .look .look_name{ margin-right:10px; position:relative; }
.news_cont .bottom_btn{font-size:14px;line-height:31px;/* font-weight:bold; */letter-spacing:.5px;text-transform:uppercase;transition:all .5s ease; background: #fff; padding: 0 2% 2% 0;}
.news_cont .contentBoxB .bottom_btn{ display:none; }
.news_cont .newList:hover .newPic{ transform:translate(-50%,-50%) scale(1.1); }
.news_cont .newList:hover .newTitle{ color:#222; }
.news_cont .newList:hover .lineBox::before{ width:100%; }
.news_cont .newList:hover .bottom_btn{ color:#d2bb84; } 


/*footer*/
.footer{ width:100%;  background:url("../images/end.jpg") no-repeat center top;}
.footer .s_width{display: flex; display:-webkit-flex;justify-content:space-between;align-items: flex-start;flex: 5; width: 80%;  margin: 0 auto; }

.footer .f_pro{  width:40%;border-left:1px solid transparent;border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.6);  color:#fff;  padding:75px 5% 0 5%;}
.footer .f_pro h2{text-transform: uppercase; font-weight:normal;padding-bottom:50px;}
.footer .f_pro h2:after{content: "";display: block;width: 30px;height: 2px;background: #f8de07; margin-top: 15px;;}
.footer .f_pro ul{ overflow:hidden; padding-bottom:20px;}
.footer .f_pro li{width: 33%; float:left;}
.footer .f_pro li em{ display:block; color:#fff; padding-bottom:20px;}
.footer .f_pro li em:after{ content:""; width:40px; height:3px; background:#79c440; display:block; margin-top:10px;}
.footer .f_pro li a{ color:#fff; line-height:35px;}
.footer .f_pro li a:hover{font-weight: bold;}
.footer .f_pro p{ line-height: 35px;;}

.footer .f_contact{  width:30%;  color:#fff; padding:75px 0 0 0;}
.footer .f_contact h2{text-transform: uppercase; font-weight:normal;padding-bottom:50px;}
.footer .f_contact h2:after{content: "";display: block;width: 30px;height: 2px;background: #f8de07; margin-top: 15px;;}
.footer .f_contact p{ line-height: 35px;;}

.footer .f_wx{color:#fff; padding:75px 0 75px 0;}
.footer .f_wx h2{text-transform: uppercase; font-weight:normal;}
.footer .f_wx h2:after{content: "";display: block;width: 30px;height: 2px;background: #f8de07; margin-top: 15px;;}
.footer .f_wx ul{ overflow:hidden; padding-top:50px;}
.footer .f_wx li{ width:130px; float:left; margin-right:15px; text-align:center;}
.footer .f_wx li img{ width:100px; height:100px;} 
.footer .f_wx li em{ text-align:center; display:block; line-height:28px;}
.footer .f_wx li:nth-child(2){margin-right:0}
.footer .f_wx p{ margin-top:9px; font-size:15px;padding-left: 15px;}
.footer .f_wx p img{ margin-top:10px; display:block;}

.end{ background:#00448c; height:65px }
.end .end_l{ width:600px;}
.end .end_l img{ padding-top:0;}
.end .end_l p{ font-size:16px; color:#fff; line-height:65px;}
.end .end_r{ padding-top:8px;}
.end a{ color:#fff; }

@media (max-width:769px){
    .footer,.end{display: none;}
    .fixed_footer{background-color:rgba(1,118,172,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
    @media (min-width:640px){.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
    .fixed_footer a{float: left;width:33.33%;text-align: center;}
    .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
    .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
}


/*网站内页*/
/* ===================== 内页 Banner 图 ===================== */

#nyba{height:500px;position: relative;overflow:hidden;background-attachment: fixed;position: relative;}
.nybabg{ background:url(../images/bj_bg_new.png)repeat center top; position:absolute; z-index:2; width:100%; height:100%;opacity:1;}
.gsb{background:linear-gradient(rgba(0, 0, 0, 0.45) 0%, rgba(38, 156, 212, 0) 40%);position: absolute;top: 0;width: 100%;height: 100%;left: 0;z-index: 1;}
#nyba img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;animation:change 2s ease-in-out}
@keyframes change{from
{ transform:scale(1.2);opacity: 0.8;}to {transform:scale(1);opacity: 1;}
}

@keyframes change1{
	from { transform:translateY(60px);opacity: 0;}
	to {transform:translateY(0px);opacity: 1;}
}

.fade_text{text-transform:uppercase;margin-top:11%;text-align: center;font-size:0;position: relative;z-index: 22;}
.fade_text span{color:#fff;display: inline-block;}
.fade_text .cn{height:95px;line-height:95px;overflow: hidden;}
.fade_text .cn span{font-size:72px;}
.fade_text .en{height:40px;line-height:40px;font-size:30px;overflow:hidden;}
.fade_text .line{width:80px;height:3px;background-color:#fff;margin:20px auto;}
.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:5px;overflow: hidden;width:8px;z-index: 5;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
.son_list{position: absolute;height:50px;width:100%;bottom:10px;left:0;text-align: center;}
.son_list a{display: inline-block;width:140px;padding:0 5px;height:50px;color:#333;background-color: #fff;font-size:16px;text-align: center;line-height:50px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.son_list a i{background-color:#2e3979;position: absolute;left:50%;top:50%;margin:-100px 0 0 -100px;z-index:-1;width:200px;height:200px;border-radius:50%;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);}
.son_list a:hover i, .son_list a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
.son_list a:hover, .son_list a.active{color:#fff;}
/* ===================== 内页 Banner 图 ===================== */
.main{ width:90%; margin:80px auto 0 auto;}
.main_tit{text-align: center;font-weight: bold;position: relative;width: 80%;margin: 6rem auto 0px auto; color:#144c9c;}
.main_tit a{display: block;transition: 1s; color:#333;}
.main_tit:hover a{transform: translateX(-560px);}
.main_tit:hover p{transform: translateX(300px);}
.main_tit:hover span{transform: translateX(-510px);}
.main_tit p{font-size: 132px;opacity: 0.08;text-transform: uppercase;position: absolute;top: -77px;left:50%;transition: 1s; text-align:center; width: 100%; margin-left: -50%;}
.main_tit span{display:block;padding-top: 19px;font-weight: normal;transition: 1s; color: #666;}

@media (max-width:769px){
	.main_tit{width: 90%;margin: 3rem auto 0px auto; }	
}

.main_list{width:90%; margin:00% auto 2% auto;} 
.main_list ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap:wrap}
.main_list li{ padding:0 3%; line-height: 7vh; border: 1px solid #f2f2f2; text-align: center; margin: 1% 0.5%;transition: .5s; background: #00428e;color: #fff; }
.main_list li a{color: #fff;}
.main_list li:hover{ background: #eaba10;}
.main_list li:hover a{ color: #fff;}

.main_cont{border:1px solid transparent; border-color: rgba(151, 151, 151, 0.2); width: 90%; margin: 0 auto; padding: 5%;}
.main_cont p{ line-height: 35px;}

/*内页公司简介*/
.se_about{ width:72%; background:#fbfbfb; padding:50px; overflow:hidden;}
.se_about p{font-size:16px; line-height:31px;}

@media (max-width:769px){
    .se_about{ width:100%;padding: 0 0 80px 0; }
    .se_about p img{width: 100%;}
}

/*内页产品展示*/
.main_pro ul{ width:100%;}
.main_pro li{width:23%; float:left; margin:0 2% 2% 0;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.main_pro li .img{overflow: hidden;}
.main_pro li:nth-child(4n){ margin-right:0;}
.main_pro li img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.main_pro li:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

@media (max-width:769px){
    .main_pro li{width:100%; float:left; margin:0 0% 2% 0;}
}

.main_read{border:1px solid transparent; border-color: rgba(151, 151, 151, 0.2); width: 90%; margin: 0 auto 5% auto; padding: 5%; }
.main_read h3{ text-align: center;}
.main_read .main_date{text-align: center; margin: 2% 0;}
.main_read_cont{}
.main_read_cont p{line-height: 31px;}
.main_read_cont img{margin: 0 auto; display: block;}

/* 样式一 */
.item .info{padding:20px;background:url(../images/arrow2.png) right 90px no-repeat;}
.item strong{display: block;width:95%;font-weight:100;text-transform: uppercase;text-transform: uppercase;text-transform: uppercase;}
.item .line2{width:100%;height:2px;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#00428e;text-transform: uppercase;}

.item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.item:hover .info{background:url(../images/arrow2.png) right center no-repeat;}
.item:hover strong{border-right:1px solid #f1f1f1;text-transform: uppercase;}
/* 样式一 */

@media (max-width:769px){
    .item .info{padding:20px 0;}

}

/*se_hangye*/
.se_news_con{ padding:40px 0 0 0; width:100%; margin:0 auto;}
.se_news_con ul{ }
.se_news_con li{  margin-bottom:15px;position:relative; overflow:hidden; cursor: pointer;position:relative; top:0; padding:25px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; border-bottom:1px solid #eee}
.se_news_con li:hover { background:#00428e; top:20px;}
.se_news_con .se_news_da{ width:1380px; margin:0 auto}
.se_news_l{ width:300px; position:relative; overflow:hidden; height:200px; }
.se_news_l img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_news_l:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

.se_news_r{ width: 976px; position: relative; z-index: 2; padding:10px 20px 0 0}
.se_news_r span{ display:block; background:url(../images/yuan.png) no-repeat left center; line-height:35px; font-size:14px; color:#888; padding:0 0 0 20px;}
.se_news_r h3{  font-size:14px; color:#555555; padding:5px 0 10px 0; font-weight:normal;}
.se_news_r h3 a{  font-size:23px; color:#333; text-transform:uppercase; display:block; line-height:50px;transition:all 0.2s ease 0s; -webkit-transition:all 0.2s ease 0s;}
.se_news_r h3 a:hover{   color:#fff; }
.se_news_r p{ line-height:28px; color:#777; padding:10px 0 10px 0; font-size:15px;}
.se_news_r .se_news_more{ width:120px; border:1px solid #f2f2f2; background:#f2f2f2; line-height:30px; text-align:center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_news_r .se_news_more a{ color:#00af5f; font-size:14px;}
.se_news_r .se_news_more a:hover{ color:#fff; }
.se_news_con li:hover .se_news_more{ background:#fff; border:1px solid #fff; }
.se_news_con li:hover .se_news_more a{ color:#ca2c2c; }
.se_news_con li:hover .se_news_r h2 a{ color:#fff; }
.se_news_con li:hover .se_news_r h2{ color:#fff; }
.se_news_con li:hover .se_news_r p{ color:#fff; }

@media( max-width:1366px ){
    .se_news_con .se_news_da{ width:90%; margin:0 auto}
    .se_news_r{ width: 70%; }
} 

@media (max-width:769px){
    .se_news_con{ padding:0px 0 0 0;}
    .se_news_con .se_news_da{width: 100%;}
    .se_news_l{display: none;}
    .se_news_r{width: 95%;}
}


/*内页产品案例*/
.se_tuandui { width:90%; margin:0 auto;  padding:0px 0 20px 0}
.se_tuandui ul{ width:100%;}
.se_tuandui li{float:left; padding:0; width:29.8%; margin:0 5% 25px 0; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li .p-img{ width:100%; text-align:center;  position:relative; overflow:hidden }
.se_tuandui li .p-name{ height:85px; line-height:85px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:22px; color:#333;}
.se_tuandui li .p-name em{ display:block; font-size:19px; color:#fff;}
.se_tuandui li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:16px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}
.se_tuandui li:nth-child(3n){ margin:0 0 25px 0;}

@media( max-width:1279px){
.se_tuandui li .p-name{ height:55px; line-height:55px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:20px;  color:#fff;}	
}
	
@media only screen and (max-width:750px ){
.se_tuandui li{float:left; padding:0; width:48%; margin:0 0.5% 25px 0.5%; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li .p-name{ height:55px; line-height:55px;font-size:18px; }
.se_tuandui p{ font-size:14px; line-height:35px; color:#666;}
}


/*内页联系我们*/
.ny_contact{ background:#f2f2f2; padding:100px 0; width: 100%; overflow: hidden;}
.ny_contact .s_width{ width:1280px; margin:0 auto; background:#fff;}

.ny_contact_l{ width:40%; background:url(../images/cnt_r.jpg) no-repeat right top; padding:50px;}
.ny_contact_l h2 {font-family: arial;font-size: 60px;color: #666666;margin-bottom: 16px;line-height: 45px;text-transform: uppercase;}
.ny_contact_l h3 {line-height: 36px;font-size: 29px;}
.ny_contact_l .pub_title_link {width: 60px;height: 2px;background-color: #e60012;margin: 23px auto 32px;    margin-left: 0;}
.ny_contact_l p {line-height: 40px;font-size: 16px;}
.ny_contact_l p i{ padding-right:15px; font-size:18px;}


.ny_contact_r{ padding:50px; width:44%;}
.ny_contact_r h2{font-size: 24px;line-height: 30px; font-weight:normal; margin-bottom: 15px;}
.ny_contact_r .form-group{margin-bottom:10px;}
.ny_contact_r .control-label {float: left;line-height: 33px;font-size: 16px;width: 73px;text-align: right;color: #333;}
.ny_contact_r .espcms_bbs_form .content {    padding: 15px 0 0 0;    width: 600px;    border-right: 0 solid;    border-left: 0 solid;    overflow: hidden;}
.ny_contact_r .espcms_form_group {float: left;margin: 0 0 10px 0;}
.ny_contact_r .control_required {float: left;line-height: 35px; color:#fff; font-size:15px;}
.ny_contact_r .infoInput {width: 375px;}
.ny_contact_r .form-control {margin: 0 15px 0 10px;background:#eae9e9;border:none; width:300px;}
.ny_contact_r input {line-height: 33px;margin: 0 0px 0 10px; border:none;}
.ny_contact_r .button{ width:110px; height:35px; background:#2eb31c; text-align:center; line-height:35px; margin:40px 0 0 20px; color:#0da056; font-size:16px;}
.ny_contact_r .button a{ color:#0da056}

@media (max-width:769px){
    .ny_contact{padding:20px 0; }
    .ny_contact .s_width{ width:100%; padding: 20px;}  
    .ny_contact_l{width:100%;padding:0px;}
    .ny_contact_r{display: none;;}
}

.p_float{ position:fixed; width:80px; bottom:0;  right:0; z-index:9999; opacity:0}
.p_float li{ height:78px; width:78px;text-align:center; background:#abce02; position:relative; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.p_float p{ line-height:78px; color:#fff; font-size:16px;}

@media (max-width:769px){
    .p_float{display: none;}
}
.mbx{ width:100%; height:60px; border-bottom:1px solid #eaefed;}
.mbx .espcms_path{ width:90%; margin:0 auto; font-size:16px; line-height:60px;}
.mbx .espcms_path li{display: inline-block;}
.mbx .espcms_path > li + li:before {padding: 0 5px;color: #ccc;content: "/\00a0";}

@media (max-width:769px){
    .mbx .espcms_path{ font-size:13px; }
}

.espcms_page_botton{text-align: center;border-top: 1px solid #E0E0E0;padding:50px 0px 15px 0;}
.btn-default {color: #333;background-color: #fff;border-color: #ccc;outline: 0px;}
.btn {display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.btn-group, .btn-group-vertical {position: relative;display: inline-block;vertical-align: middle;}

.btn-default {color: #333;background-color: #f2f2f2;outline:0px; margin-right:1px;}
.btn-default:focus,.btn-default.focus {color: #333;background-color: #76cc02;outline:0px}
.btn-default:hover {color: #333;background-color: #e6e6e6;outline:0px}
.btn-default:active,.btn-default.active {color: #fff;background-color: #76cc02;outline:0px}
.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,
.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {color: #fff;background-color: #76cc02;}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {background-image: none;}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,
.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {background-color: #fff;border-color: #ccc;}
.btn-default .badge {color: #fff;background-color: #333;}

.espcms_info_pager{ width:100%; margin:10% auto 105px auto;}
.espcms_info_pager li{ width:46%; float:left; text-align:left; background:#f2f2f2; line-height:50px; margin-right:5%}
.espcms_info_pager li:nth-child(2n){ margin-right:0px;}

.container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}

@media (max-width:769px){
    .espcms_page_botton{text-align: center;border-top: 1px solid #E0E0E0;padding:10px 0px 10px 0;}
    .espcms_info_pager li{ width:100%;}
}
/*提醒*/
.espcms_warn{background-color: #fff;padding:50px 0px 80px 0px;width:100%;margin: 0px auto;border-radius: 10px;}
.espcms_warn .form-control-icon-feedback {line-height: 45px;font-size: 20px; color: #4D4D4D;position: absolute;top: 0;z-index: 2;display: block;width: 34px;height: 34px;text-align: center;pointer-events: none;}
.espcms_warn > h2 {font-size: 30px;font-weight: 300;line-height: 40px;position: relative;}
.espcms_warn > h3 {font-size: 20px;font-weight: 300;line-height: 30px;position: relative;}

.member_list_div{overflow: hidden;}
.member_list_div .h4{padding: 0px;margin: 0px;font-size:14px;}
.member_list_div .order_bottom{padding-top:15px;}
.mt20{margin-top:20px !important;}.mb1{margin-bottom:1px !important;}.mb2{margin-bottom:2px !important;}.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb20{margin-bottom:20px !important;}.mb30{margin-bottom:20px !important;}
.btn-warning {color: #fff;background-color: #f0ad4e;border-color: #eea236;}
.btn-warning:focus,.btn-warning.focus {color: #fff;background-color: #ec971f;border-color: #985f0d;}
.btn-warning:hover {color: #fff;background-color: #ec971f;border-color: #d58512;}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {color: #fff;background-color: #ec971f;border-color: #d58512;}
.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,
.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus {color: #fff;background-color: #d58512;border-color: #985f0d;}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {background-image: none;}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {background-color: #f0ad4e;border-color: #eea236;}
.btn-warning .badge {color: #f0ad4e;background-color: #fff;}


.bann_container{margin-top: 1px;background-image:linear-gradient(284deg, #039BE5,#B3E5FC);}
.page_bann_title{padding:55px 0px;text-align: center;}
.page_bann_title > h2{font-size:40px;color:#fff;font-weight: bold;text-shadow: 1px 1px 4px #424242;}
.page_bann_title > p{font-size:20px;color:#fff;text-shadow: 1px 1px 4px #424242;padding-top:10px;}

.espcms_title{margin-top: 40px;margin-bottom: 30px;}
.espcms_title .title_name{color:#0288D1;font-size:30px;}
.espcms_title .title_name_white{color:#fff;font-size:30px;}
.espcms_title .title_subhead{color:#757575;font-size:20px;}
.espcms_title .title_subhead_white{color:#fff;font-size:20px;}

.espcms_product_img img {margin-right: auto;margin-left: auto;display: block;max-width: 100%;height: auto;margin-bottom: 5px;max-height: 185px;}
.espcms_product_img .espcms_product_title {text-align: center;padding: 10px 0px 10px 0px;height: 40px;}
.espcms_page_book{padding-top:25px;padding-bottom:25px;}
.espcms_page_navigation_title > h4{padding:5px 0px;margin: 0px;font-weight: bold;font-size:16px;}
.espcms_page_navigation_title > h5{padding:0px 0px;margin: 0px;font-weight: bold;font-size:14px;}
.espcms_page_navigation{padding:0px;border:0px;margin: 0px;}
.espcms_page_navigation > li{border:0px;margin: 0px;padding:8px 5px;}
.espcms_page_navigation > li:before{float:left;padding-right:3px;font-family: 'Glyphicons Halflings';content:"\e250";font-size:7px !important;padding-top:2px;color:#ababab}
.espcms_page_navigation > li.active{background: none;color:#1565C0;font-weight: bold}
.espcms_page_navigation > li.active:hover{background: none;color:#1565C0;font-weight: bold}

.espcms_page_infolist{padding:0px;border:0px;margin: 0px;}
.espcms_page_infolist > li{border:0px;margin: 0px;padding:8px 5px;list-style: none}
.espcms_page_infolist > li:before{float:left;padding-right:3px;font-family: 'Glyphicons Halflings';content:"\e080";font-size:7px !important;padding-top:2px;color:#ababab}

.espcms_address{line-height: 200%;margin: 0px;padding:0px;}




.badge {display: inline-block;min-width: 10px;padding: 3px 7px;font-size: 12px;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: middle;background-color: #777;border-radius: 10px;}
.badge:empty {display: none;}
.btn .badge {position: relative;top: -1px;}
.btn-xs .badge,
.btn-group-xs > .btn .badge {top: 0;padding: 1px 5px;}
a.badge:hover,
a.badge:focus {color: #fff;text-decoration: none;cursor: pointer;}
/*新闻列表*/
.espcms_info_list{padding-top: 15px;}
.espcms_info_list > ul > li{border:0px;margin: 0px;padding:8px 5px;}
.espcms_info_list > ul > li:before{float:left;padding-right:5px;font-family: 'Glyphicons Halflings';content:"\e080";font-size:7px !important;padding-top:0px;color:#ababab}
.espcms_info_time{background: none;color:#BDBDBD}
.espcms_info_list > ul > li > .list-group-item-text{padding-left:15px;line-height: 150%;padding-top:10px;color:#BDBDBD}/*se-contact*/

.se_contact{ width:70%; margin:50px auto;}
.se_contact ul{ margin:0px auto;}
.se_contact li{ width:32%;  float:left; text-align:center; padding-bottom:15px; margin-right:1%;}
.se_contact li:nth-child(3){ margin-right:0px;}
.se_contact li img{ margin-top:30px;}
.se_contact li i{ display:block; text-align:center; font-style:normal; padding:20px 0 10px 0; font-size:20px;}
.se_contact li em{ display:block; padding:15px 0 0 0; font-size:18px; line-height:30px;}
.se_contact li span{display:block; font-size:16px; line-height:31px; color:#666; text-align:center;}


/*===================== 响应式代码 START =====================*/

@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}



@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}
}
@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}