/***** Header *****/
.header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px;
    
    background: white;
}
.header:after{content:"";position:absolute;width:68.6%;height:100%;background:#03864d;right:0;top:0;z-index:-1}
.header>div {
    display: flex;
    height: 0.92rem;
    line-height: 0.92rem;
    justify-content: space-between;
}

.header .logo {
    width: 24.4%;
}
.header .navs ul{display:flex}
.header .navs ul li {
    margin-right: 0.55rem;
}

.header .navs ul li a {
    font-size: 0.16rem;
    color: white;
    position: relative;
}
.header .navs ul li:last-child{margin:0}
.header .navs {
    width: 63.8%;
}

.header .navs ul li a::after {
    content: "";
    position: absolute;
    width: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    bottom: 0px;
    background: white;
    transition: all 0.5s ease 0s;
}
.header .navs ul li a:hover:after,.header .navs ul li.active a:after{width:100%}
.header .langs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative
}

.header .langs p {
    position: relative;
    line-height: normal;
    font-size: 0.16rem;
    color: white;
    padding: 0px 0.27rem 0px 0.24rem;
}

.header .langs p::before {
    position: absolute;
    content: "";
    width: 0.18rem;
    height: 0.18rem;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon1.png) 0px 0px no-repeat;
    background-size:100%
}

.header .langs p:after {
    content:"\f107";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:.2rem
}

.header .langs dl {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.8rem;
    display: none;
    z-index: 999;
    box-shadow: rgb(0, 0, 0) 1px 1px 5px;
    margin: 0px;
    padding: 0px;
    background: white;
    transition: none 0s ease 0s;
}
.header  .langs dl dd a{display:block;font-size:.14rem;color:#525252;line-height:.35rem;padding:0 .16rem;text-align:center;}
.header  .langs dl dd a:hover{background:#03864d;color:white;transition:.3s}

/***** Header End *****/

.tem_banner.index{padding:.92rem 0 0 }
.tem_banner.index .label_text{position:absolute;left:2.6rem;top:49.5%;z-index:2}
.tem_banner.index .label_text h1{font-size:.6rem;color:#ffffff;font-weight:bold;letter-spacing:10px;margin:0 0 .3rem}
.tem_banner.index .label_text h2{font-size:.36rem;color:#ffffff;padding:0 0 1.1rem;position:relative;margin:0 0 .4rem}
.tem_banner.index .label_text h2:after{content:'';position:absolute;background:#ffffff;height:12px;width:.63rem;left:0;bottom:0}
.tem_banner.index .label_text p{font-size:.2rem;color:white}
.tem_banner.index .slide-pagination{position:absolute;left:50%;transform:translateX(-50%);bottom:.7rem;z-index:2}
.tem_banner.index .slide-pagination span{width:7px;height:7px;background:rgba(255,255,255,.57);margin:0 .09rem;opacity:1;position:relative}
.tem_banner.index .slide-pagination span:after{content:"";position:absolute;border:1px solid white;width:.18rem;height:.18rem;transition:.3s;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;opacity:0}
.tem_banner.index .slide-pagination span.swiper-pagination-bullet-active{background:white}
.tem_banner.index .slide-pagination span.swiper-pagination-bullet-active:after{opacity:1}
.index_pro {padding:0 0 1.5rem;background:#FFF}
.pad95{padding:0 .95rem}
.index_pro .pad95 .title{padding:1.2rem 0 .55rem;text-align:center}
.index_pro .pad95 .title h1{font-size:.42rem;color:#2e2e2f;font-weight:bold;padding:0 0 .25rem}
.index_pro .pad95 .title p{font-size:.42rem;color:#2e2e2f;font-weight:bold;padding:0 0 .4rem}
.index_pro .pad95 .title a{font-size:.16rem;color:#03864d;font-weight:bold;display:inline-block}
.index_pro .lists{display:flex;justify-content: space-between;}
.index_pro .lists ul{width:31.4%;display:flex;flex-direction: column;justify-content: space-between;}
.index_pro .lists ul li{}
.index_pro .lists ul li a{overflow:hidden;border-radius:30px;position:relative}
.index_pro .lists ul li a:before{content:'';width:100%;height:100%;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,.35));z-index:1;transition: all .8s cubic-bezier(.69, .27, .45, .99);}
.index_pro .lists ul li a:after{content:'';width:100%;height:0;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom,rgba(3,134,77,0),rgba(3,134,77,.75));z-index:1;transition: all .8s cubic-bezier(.69, .27, .45, .99);}
.index_pro .lists ul li a .text{position:absolute;width:100%;left:0;z-index:2;bottom:-.3rem;padding:0 .4rem}
.index_pro .lists ul li a .text h1{font-size:.24rem;color:white;padding:0 0 .1rem}
.index_pro .lists ul li a .text p{font-size:.16rem;color:white;margin:0 0 .45rem}
.index_pro .lists ul li a .text em{font-size:.16rem;color:white;display:inline-block;padding-right:.25rem;position:relative }
.index_pro .lists ul li a .text em:after{content:"";position:absolute;background:url(../images/icon4.png)0 0 no-repeat;width:.16rem;height:.17rem;right:0;top:50%;transform:translateY(-50%);background-size:100%}
.index_pro .lists .middle{width:31.9%;}
.index_pro .lists .middle a {position:relative;overflow:hidden;border-radius:30px}
.index_pro .lists .middle a:before{content:'';width:100%;height:100%;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,.1),rgba(0,0,0,.35));z-index:1;}
.index_pro .lists .middle a:after{content:'';width:100%;height:0;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom,rgba(3,134,77,0),rgba(3,134,77,.75));z-index:1;transition: all .8s cubic-bezier(.69, .27, .45, .99);}
.index_pro .lists .middle a .text{position:absolute;width:100%;left:50%;z-index:2;bottom:-.3rem;transform:translateX(-50%);text-align:center}
.index_pro .lists .middle a .text h1{font-size:.24rem;color:white;padding:0 0 .1rem}
.index_pro .lists .middle a .text p{font-size:.16rem;color:white;margin:0 0 .45rem}
.index_pro .lists .middle a .text em{font-size:.16rem;color:white;display:inline-block;padding-right:.25rem;position:relative }
.index_pro .lists .middle a .text em:after{content:"";position:absolute;background:url(../images/icon4.png)0 0 no-repeat;width:.16rem;height:.17rem;right:0;top:50%;transform:translateY(-50%);background-size:100%}
.index_pro .lists .middle   a:hover .text{bottom:.5rem}
.index_pro .lists .middle   a:hover img{transform:scale(1.1)} 
.index_pro .lists ul li a:hover:before,.index_pro .lists .middle   a:hover:before{height:0}
.index_pro .lists ul li a:hover:after,.index_pro .lists .middle   a:hover:after{height:100%}

.index_pro .lists .middle  a .img{border-radius:30px}
.index_pro .lists .middle{width:31.9%}
.index_pro .lists ul li a:hover .text{bottom:.5rem}
.index_pro .lists ul li a .img{border-radius:30px;}
.index_pro .lists ul li a:hover img{transform:scale(1.1)}
.index_product{display:flex;background:#FFF}
.index_product .items{width:50%;position:relative}
.index_product .items .text{position:absolute;  }
.index_product .items .text h1{font-size:.42rem;color:#ffffff;padding:0 0 .25rem}
.index_product .items .text p{font-size:.16rem;color:#ffffff}
.index_product .items:nth-child(1) .text{left:.93rem;top:1.3rem;text-align:left;}
.index_product .items:nth-child(2) .text{right:.93rem;top:1.3rem;text-align:right}
.index_product .items .more{position:absolute;;;}
.index_product .items:nth-child(1) .more{bottom:.72rem;left:.92rem}
.index_product .items:nth-child(2) .more{bottom:.72rem;right:.92rem}
.index_product .items:nth-child(1) .more a{}
.index_product .items .more a{height:1.64rem;width:2.2rem;background:white;padding:0 .33rem;position:relative;border-radius: 20px 0  0  20px;  }
.index_product .items .more a:after{content:"";position:absolute;background:url(../images/icon5.png) 0 0 no-repeat;width:.29rem;height:.29rem;background-size:100%;right:.18rem;top:.18rem}
.index_product .items .more a h1{font-size:.77rem;position:absolute;color:rgba(34,34,34,.07);font-weight:bold;left:0;top:20%}
.index_product .items:nth-child(2) .more a{border-radius:0 20px 20px 0}
.index_product .items .more a  p{font-size:.16rem;color:#03864d;font-weight:bold;padding:1.2rem 0 0}
.index_product .items .more a:hover{background:#03864d}
.index_product .items .more a:hover p{color:white}
.index_product .items .more a:hover h1{font-size:.77rem;position:absolute;color:rgba(255,255,255,.8);font-weight:bold;left:0;top:20%}

.index_prolist{padding:1.3rem 0 1.2rem;background:#FFF}
.index_prolist .title {position:relative;margin:0 0 .45rem;}
.index_prolist .title h3 {font-size:.42rem;color:#2e2e2f}
.index_prolist .title >a{position:absolute;right:0;top:50%;transform:translateY(-50%);border:1px solid #0c8a53;border-radius:999px;font-size:.18rem;color:#03864d;line-height:.54rem;padding:0 .4rem;}
.index_prolist .title >a:hover {background:#03864d;color:#FFF}
.index_prolist .lists{position:relative}
.index_prolist .lists .swiper-slide a{display:block;background:#f1f1f1;border-radius:10px;overflow:hidden;height:3.65rem;line-height:3.65rem;text-align:center}

.index_prolist .lists .swiper-slide img {max-height:2.75rem;transition:none;}
.index_prolist .lists .swiper-page>div{position:absolute;top:50%;left:-.24rem;transform:translateY(-50%);width:.6rem;height:.6rem;background:#03864d;border-radius:100%;line-height:.6rem;font-size:.18rem;color:#FFF;z-index:2;text-align:center}
.index_prolist .lists .swiper-page>div.slide-button-next {left:auto;right:-.24rem;}

.pad26 {margin:0 2.6rem;}
.index_about{padding:1.35rem 0 0}
.index_about:before{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-position:center;background-repeat:no-repeat;background-size:cover;}
.index_about .text{width:4.8rem;max-width:100%;}
.index_about .text h3 {font-size:.3rem;color:#FFF;margin:0 0 .3rem;}
.index_about .text .editor {font-size:.16rem;color:#FFF;line-height:1.7}
.index_about .nums {position:relative;margin:1.35rem 0 0;height:4.12rem;background:url(../images/icon3.png) center 0 no-repeat;background-size:100% auto;padding:1.4rem 0 0;text-align:center}
.index_about .nums p{position:absolute;margin:0;top:-1.1rem;left:50%;transform:translateX(-50%);}
.index_about .nums p img {width:2.04rem;transition:none;}
.index_about .nums h5 {font-size:.3rem;color:#FFF}
.index_about .nums h6 {font-size:.18rem;color:#FFF;margin:.25rem 0 .75rem;}
.index_about .nums h6 em {display:inline-block;vertical-align:bottom;font-size:.4rem;}
.index_about .nums a{display:inline-block;width:.45rem;height:.45rem;background:#FFF;border-radius:100%;line-height:.45rem;font-size:.18rem;color:#0b4da3}


.index_quliy{padding:1.5rem  0 1.85rem;background:#FFF}
.index_quliy .items1{display:flex;justify-content: space-between;align-items: center;}
.index_quliy .items1 .img{width:60%;border-radius:18px;overflow:hidden}
.index_quliy .items1 .text{width:32%}
.index_quliy .items1 .text h1{font-size:.3rem;color:#03864d;font-weight:bold}
.index_quliy .items1 .text h2{font-size:.48rem;color:#333333;margin:.4rem 0 .5rem;font-weight:bold}
.index_quliy .items1 .text  p{font-size:.16rem;color:#333333}
.index_quliy .items1 .text  a{margin:1.4rem 0 0 ;display:inline-block;height:.5rem;line-height:.5rem;width:1.65rem;border:1px solid #03864d;text-align:center;border-radius:50px;font-size:.16rem;color:#03864d}
.index_quliy .items1 .text  a:hover{background:#03864d;color:white}

.index_quliy .items2{display:flex;justify-content: space-between;align-items: center;margin:1.25rem 0 0 }
.index_quliy .items2 .img{width:58%}
.index_quliy .items2 .text{width:35%}
.index_quliy .items2 .text h1{font-size:.3rem;color:#03864d;font-weight:bold}
.index_quliy .items2 .text h2{font-size:.48rem;color:#333333;margin:.4rem 0 .35rem;font-weight:bold}
.index_quliy .items2 .text  p{font-size:.16rem;color:#333333}
.index_quliy .items2 .text  a{margin:1rem 0 0 ;display:inline-block;height:.5rem;line-height:.5rem;width:1.65rem;border:1px solid #03864d;text-align:center;border-radius:50px;font-size:.16rem;color:#03864d}
.index_quliy .items2 .text  a:hover{background:#03864d;color:white}
.index_news_top {background:#f4f4f4}
.index_news_top>div{display:flex}
.index_news_top .left{width:17%;border-right:2px solid #e7e7e7;padding:.9rem 0 0 }
.index_news_top .left h1{font-size:.36rem;color:#2d2d2d;font-weight:bold;padding:0 0 .45rem}
.index_news_top .left a{font-size:.16rem;color:#03864d;font-weight:bold;display:inline-block}
.index_news_top .lists{width:83%}
.index_news_top .lists a{padding:.55rem  .5rem .5rem;border-right:2px solid #e7e7e7}
.index_news_top .lists a h2{font-size:.2rem;color:#3a3a3a;font-weight:bold;height:.56rem;line-height:.28rem;margin:0 0 .65rem}
.index_news_top .lists a p{font-size:.14rem;color:#797979;font-weight:bold;position:relative}
.index_news_top .lists a p:after{content:'';position:absolute;background:url(../images/icon6.png) 0 0 no-repeat;width:.24rem;height:.13rem;right:.2rem;top:50%;transform:translateY(-50%);transition:.3s;background-size:100%}
.index_news_top .lists a:hover p:after{transition:.3s;right:0}
.index_news {padding:0 0 1.3rem;background:#FFF}
.index_news .title{display:flex;padding:.8rem  0 .7rem;justify-content: space-between;align-items: flex-end;}
.index_news .title h2{font-size:.42rem;color:#2e2e2f;font-weight:bold}
.index_news .title a{font-size:.16rem;color:#03864d;font-weight:bold}
.index_news .infos{display:flex;justify-content: space-between;}
.index_news .infos .img{width:42%}
.index_news .infos .lists{width:52%;position:relative;padding:.3rem 0 0}
.index_news .infos .lists .swiper-container{height:3.2rem;width:100%;position:relative}
.index_news .infos .lists:after{content:"";position:absolute;background:#c6c6c6;width:2px;height:100%;top:0;left:.12rem}
.index_news .infos .lists a{opacity:.6}
.index_news .infos .lists a h1{font-size:.18rem;color:#03864d;font-style:italic;padding-left:.5rem;position:relative}
.index_news .infos .lists a h2{font-size:.2rem;color:#03864d;margin:.1rem 0 0;padding-left:.5rem }
.index_news .infos .lists .swiper-slide-next a{opacity:1;font-weight:bold;}

.index_news .infos .lists a h1:after{position:absolute;content:"";background:url(../images/icon7.png) 0 0 no-repeat;width:.12rem;height:.13rem;left:.07rem;background-size:100%;top:50%;transform:translateY(-50%)}
.index_news .infos .lists .swiper-slide-next a h1:after{position:absolute;content:"";background:url(../images/icon8.png) 0 0 no-repeat;width:.26rem;height:.25rem;left:0;background-size:100%;top:50%;transform:translateY(-50%)}
.index_news .infos .lists .swiper-page{position:absolute;right:0;top:18%;z-index:2}
.index_news .infos .lists .swiper-page>div{width:.48rem;height:.48rem;background:#dcdcdc;text-align:center;line-height:.48rem;font-size:.24rem;border-radius:100%;margin:.11rem 0;color:#3b3b3b}
.index_news .infos .lists .swiper-page>div:hover{background:#03864d;color:white}

/*** page web ***/
.page_web{width:100%;}
.page_head{padding: .3rem 0 .5rem;text-align: left;}
.page_head .nav li{float:left;margin-right: 2px;width: 2rem;line-height: .5rem;text-align: center;background: #eee;}
.page_head .nav li a{font-size: .16rem;color: #414d59;display: block;vertical-align: top;padding-left: 0;position: relative;}
.page_head .nav li.on,.page_head .nav li:hover{background:#03864d;}
.page_head .nav li.on a,.page_head .nav li:hover a{color:#fff;}

.tem_banner .position{position:absolute;bottom:0;width:100%;height:.6rem;line-height:.6rem;background-color: rgba(0, 0, 0, 0.55);font-size: .14rem;color: #fff;}
.tem_banner .position a {font-size: .14rem;color: #fff;display: inline-block;margin: 0 .05rem;}
.tem_banner .position a:first-child {margin-left: 0;}
/***** Page-Service *****/
.page_position{position:relative;top:-1.4rem;}

.page_about{width: 100%;line-height: 1.75;font-size: .14rem;color: #595959;padding-bottom: 1rem;}
.page_img{width:100%;padding-bottom: .5rem;}
.page_img li{margin-bottom:.15rem;}
.page_img a .img{border:1px solid #eee;margin-bottom:.15rem}
.page_img a p{font-size:.14rem;color: #595959;text-align:center;display:block;margin-bottom:.15rem;display: block;word-break: break-all;display: -webkit-box!important;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 1;}

.page_tech{padding:.5rem 0;}
.page_tech .top{background:#fafafa;padding:.4rem;margin-bottom:.4rem}
.page_tech .top h2{font-size:.2rem;font-weight:700;color:#e7463c;margin-bottom:.1rem}
.page_tech .top p{line-height:1.5;color:#565656;font-size:.16rem}
.page_tech .top a{display:inline-block;border:1px solid #e7463c;color:#e7463c;padding:.1rem .3rem;font-size:.14rem;margin-top: .15rem;}
.page_tech .list {width:100%;}
.page_tech .list li {margin-bottom: .25rem;padding: .25rem;border-bottom: 1px solid #eaeaea;}
.page_tech .list li a{width:100%;position:relative;padding-left:1.2rem}
.page_tech .list li a .time{position:absolute;left:0;top:0;background:#f5f5f5;text-align:center;padding:.15rem}
.page_tech .list li a .time h2{font-size:.35rem;color:#e7463c}
.page_tech .list li a .time p{color:#e7463c;font-size:.14rem}
.page_tech .list li a .txt{float:left;min-height: .88rem;}
.page_tech .list li a .txt h2{font-size:.18rem;color:#333}
.page_tech .list li a .txt span{margin:.05rem 0;color:#b4b4b4;display:block}
.page_tech .list li a .txt span i{margin-right:.05rem}
.page_tech .list li a .txt p{font-size:.14rem;color:#333}



.page_profile{padding:1.2rem 0;position: relative;}
.page_profile .w1400{position:relative;}
.page_profile .name{position:absolute;left:0;width:100%;text-align: left;top: -1.2rem;font-size: 1.61rem;color: rgb(238 243 252 / 60%);z-index:-1}
.page_profile .left{float:left;width: 50%;padding-right: .85rem;padding-top: .5rem;}
.page_profile .left .names{margin-bottom:.4rem}
.page_profile .left .names h2{font-size:.36rem;display:block;margin-bottom:.1rem}
.page_profile .left .names p{font-size:.24rem;color:#13298c}
.page_profile .left .title{margin-bottom:.4rem}
.page_profile .left .title h2{font-size:.48rem;color:#434444;display:block;margin-bottom:.07rem}
.page_profile .left .title p{font-size:.24rem;color:#13298c;text-transform:uppercase}
.page_profile .left .desc{font-size:.16rem;color:#4e4e4e;line-height:2}
.page_profile .right{float:right;width:50%}

.page_honor{padding:.6rem 0 1rem;background:url(../images/honor_bj.jpg) fixed}
.page_honor .title{text-align:center;margin-bottom:.55rem}
.page_honor .title h2{font-size:.36rem;color:#1e4ba7}
.page_honor .title span{display:inline-block;width:.26rem;height:.32rem;background:url(../images/icon_honor.png) no-repeat center;background-size:100%;margin:.2rem 0 .08rem}
.page_honor .title p{font-size:.16rem;color:#747474}
.page_honor .list{width:100%}
.page_honor .list a{padding:1rem .21rem .5rem;background:#fff}
.page_honor .list a p{font-size:.16rem;color:#353535;text-align:center;display:block;margin-top:.45rem}
.page_honor .list .paginations{position:relative;font-size:0;text-align:center;margin-top:.75rem;width:100%}
.page_honor .list .paginations>span{width:.14rem;height:.14rem;border:1px solid #1e4ba7;background:initial;margin:0 .05rem}
.page_honor .list .paginations>span.swiper-pagination-bullet-active{background:#1e4ba7}

.page_equipment{padding:.8rem 0;}
.page_equipment .title{text-align:center}
.page_equipment .title h2{font-size:.36rem;color:#1e4ba7}
.page_equipment .nav{margin:.3rem;text-align:center;font-size:0}
.page_equipment .nav li{display:inline-block;margin:0 .35rem}
.page_equipment .nav li a{color:#5f5f5f;font-size:.16rem;padding-left:.42rem;position:relative;line-height:.35rem;cursor:pointer}
.page_equipment .nav li a:hover,.page_equipment .nav li#current a{color:#1e4ba7}
.page_equipment .nav li a::after{position:absolute;content:'';left:0;top:0;width:.31rem;height:100%;background-repeat:no-repeat;background-position:center}
.page_equipment .nav li.li1 a::after{background-image:url(../images/icon_cj.png);background-size:.27rem}
.page_equipment .nav li.li2 a::after{background-image:url(../images/icon_ck.png);background-size: .29rem;}
.page_equipment .nav li.li3 a::after{background-image:url(../images/icon_bgs.png);background-size: .31rem;}
.page_equipment .nav li#current.li1 a::after,.page_equipment .nav li.li1 a:hover::after{background-image:url(../images/icon_cj1.png);background-size:.27rem}
.page_equipment .nav li#current.li2 a::after,.page_equipment .nav li.li2 a:hover::after{background-image:url(../images/icon_ck1.png);background-size:.29rem}
.page_equipment .nav li#current.li3 a::after,.page_equipment .nav li.li3 a:hover::after{background-image:url(../images/icon_bgs1.png);background-size:.31rem}
.page_equipment .list{padding: 0 .6rem;position: relative;}
.page_equipment .list a:hover img{transform:scale(1.1)}
.page_equipment .list .navigation{position:absolute;left:0;width:100%;top: 45%;display: block !important;}
.page_equipment .list .navigation>div{width:.35rem;height:.35rem;border-radius:100%;border:1px solid #2651aa;line-height:.35rem;text-align:center;color:#2651aa;position:absolute;top:0}
.page_equipment .list .navigation>div.swiper-button-disabled{background:#2651aa;color:#fff}
.page_equipment .list .navigation .left{left:0}
.page_equipment .list .navigation .right{right:0}



.page_products{padding-bottom: .7rem;}
.page_products .nav{width:100%;padding: .5rem 0;}
.page_products .nav li{padding:0 .05rem;margin-top: .1rem;}
.page_products .nav a{font-size: .14rem;color:#000;background:#eee;text-align: center;line-height: 1.7;height: .6rem;display: table-cell;vertical-align: middle;width: 500px;}

.page_products .nav a p {
    color: #000;
}

.page_products .nav a:hover p {
    color: #fff;
}
.page_products.en .nav a {font-size: .12rem;}
.page_products .nav a:hover,.page_products .nav a.on{background:#03864d;color:#fff;}
.page_products .list{width:100%}
.page_products .list ul{overflow:initial}
.page_products .list li{margin-top:.2rem}
.page_products .list li a{padding-bottom: .2rem;}
.page_products .list li a .img{border: 1px solid #ececec;}
.page_products .list li a p{font-size:.16rem;color:#383838;text-align:center;margin-top: .15rem;padding: 0 .1rem;}
.page_products .list li a:hover img{transform:scale(1.1)}
.page_products .list li a:hover{transform: translateY(-.15rem);box-shadow: 0 .03rem .18rem .02rem rgb(37 85 243 / 20%);}

.show_product{padding:.7rem 0}
.show_product .row .text-left .bigimg{border:1px solid #ccc;position: relative;z-index: 20;}
.show_product .row .text-left .thumbs{padding:.2rem .3rem;position:relative}
.show_product .row .text-left .thumbs .navigation{position:absolute;left:0;top:36%;width:100%;z-index:1}
.show_product .row .text-left .thumbs .navigation>div{position:absolute;top:0;cursor:pointer;font-size:.3rem;color:#444}
.show_product .row .text-left .thumbs .navigation>div.swiper-button-disabled{color:#999}
.show_product .row .text-left .thumbs .navigation .left{left:0}
.show_product .row .text-left .thumbs .navigation .right{right:0}
.show_product .row .text-left .thumbs .swiper-slide{border:1px solid #ddd;cursor:pointer}
.show_product .row .text-left .thumbs .swiper-slide-thumb-active{border:1px solid #03864d}
.show_product .row .text-right{padding-left:.5rem;text-align:left}
.show_product .row .text-right h2{font-size:.3rem;color:#333;line-height:1.5;display:block;margin-bottom:.2rem}
.show_product .row .text-right p{font-size:.14rem;line-height:1.8;color:#666}
.show_product .bot{padding-top:.1rem 0 .5rem;}
.show_product .bot .title{border-bottom:1px solid #d9d9d9}

.show_product .bot .title h2{display:inline-block;line-height:.45rem;background:#03864d;color:#fff;padding:0 .3rem}
.editor{padding:.1rem 0;line-height:1.8}
.editor table tr{border-top:1px solid #555;border-left:1px solid #555}
.editor table tr{border-bottom:1px solid #555}
.editor table tr td{border-right:1px solid #555}


.pro_fixed {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,.5);transition:none;display:none;}
.pro_fixed .mains {position:absolute;top:50%;left:50%;background:#FFF;transform:translate(-50%,-50%);padding:.4rem .3rem;width:100%;max-width:600px;}
.pro_fixed .mains_on {top:70%;opacity:0;visibility:hidden}
.pro_fixed .mains .lists{font-size:0;position:relative}
.pro_fixed .mains #smalls{margin:.3rem 0 0}
.pro_fixed .mains #smalls .swiper-slide{text-align:center;cursor:pointer;}
.pro_fixed .mains #smalls .swiper-slide img {max-height:100%}
.pro_fixed .mains #smalls .swiper-slide:before{content:'';width:100%;height:100%;border:2px solid #015fc1;position:absolute;top:0;left:0;transform:scale(.8);opacity:0;transition:all .5s}
.pro_fixed .mains #smalls .swiper-slide-thumb-active:before{opacity:1;transform:scale(1);}
.pro_fixed .mains h6{display:inline-block;margin:.25rem 0 0;background:#015fc1;border-radius:35px;padding:0 .72rem;line-height:.6rem;font-size:.2rem;color:#FFF}

.page_news{width:100%;padding-bottom: .5rem;}
.page_news .list{width:100%;}
.page_news .list .top{margin-bottom:.5rem;}
.page_news .list .top a:hover i{margin-left:.2rem;}
.page_news .list .top a:hover img{transform:scale(1.1)}
.page_news .list .top a>div{width:50%;display: table-cell;vertical-align: middle;}
.page_news .list .top .left{padding: 0 .4rem;background: #f0f0f0;}
.page_news .list .top .left h3{font-size:.16rem;color:#2c2c2c}
.page_news .list .top .left h2{font-size:.2rem;color:#2c2c2c;display:block;margin:.2rem 0 .1rem}
.page_news .list .top a:hover .left h2{color:#13298c}
.page_news .list .top .left span{font-size:.14rem;color:#717171}
.page_news .list .top .left p{font-size:.16rem;color:#797979;line-height:1.65;margin:.3rem 0}
.page_news .list .top .left i{font-size:.2rem;color:#13298c}
.page_news .list .bot{width:100%}
.page_news .list .bot li{margin-bottom:.2rem;padding: .3rem 0;border-bottom: 1px dashed #ddd;position: relative;}
.page_news .list .bot li::after{position:absolute;content:'';left:0;bottom:-1px;width:0;height:1px;border-bottom:1px dashed #13298c;transition:.6s}
.page_news .list .bot li:hover::after{width:100%;transition:.6s}
.page_news .list .bot li:hover .left img{transform:scale(1.1)}
.page_news .list .bot li:hover .right h2{color:#13298c}
.page_news .list .bot li .left{width:22.5%;display:table-cell;vertical-align:middle}
.page_news .list .bot li .right{width:77.5%;padding-left:.3rem;display:table-cell;vertical-align:middle}
.page_news .list .bot li .right h2{font-size:.2rem;color:#404040}
.page_news .list .bot li .right p{font-size:.16rem;color:#6a6a6a;min-height:.6rem;line-height:.3rem;margin:.25rem 0}
.page_news .list .bot li .right span{font-size:.14rem;color:#404040}

.show_news {padding-bottom: .5rem;}
.show_news h2 {font-size:.36rem;color:#333;text-align:center;}
.show_news .met_infos {padding:.15rem 0 .35rem;font-size:.14rem;color:#585858;text-align:center;}
.show_news .met_infos span {display:inline-table;margin:0 .1rem;}
.show_news .met_infos span a {font-size:.14rem;color:#585858}
.show_news .editor {font-size:.16rem;color:#333;line-height:1.8}
.met_page {padding:.45rem 0 0;margin:.45rem 0 0;border-top:1px solid #e5e5e5;}
.met_page li {margin:.1rem 0;font-size:.14rem;color:#333;}
.met_page li>* {display: inline-block;vertical-align: top;}
.met_page li a {font-size:.14rem;color:#333}

.page_network{padding:.7rem 0 1rem;}
.page_network .title{margin-bottom:.5rem;text-align:center}
.page_network .title h2{font-size:.3rem;color:#13298c;display:block;margin-bottom:.4rem}
.page_network .title p{font-size:.24rem;color:#545454}

.page_message{padding: .8rem 0 1rem;background: #f7f7f7;}
.page_message>div {background: #fff;padding: .6rem .25rem;text-align: left;}
.page_message>div .title{font-size:.3rem;color:#2a5392;text-align:left;margin-bottom:.2rem;padding: 0 .35rem;}
.page_message>div .list{width:100%}
.page_message>div .list div{float:left;width:100%;text-align:center;padding:0 .35rem}
.page_message>div .list div.textarea{margin:.35rem 0}
.page_message>div .list div.button{width:100%}
.page_message>div .list div.button button{display:inline-block;background:#045693;color:#fff;width:initial;padding:0 .7rem;border-radius:.04rem}
.page_message>div .list div>*{width:100%;height:.5rem;line-height:.5rem;border:none;border-bottom:1px solid #ddd}
.page_message>div .list div>textarea {height: 1rem;}
.page_message>div .list div.input {width: 33.33%;}
.page_message>div .list form {display: block;width: 100%;}
.page_message>div .list form .input {display: inline-block;float: left;width: 33.33%;}



.page_contact{width:100%;padding: .6rem 0;}
.page_contact .contact {}
.page_contact .contact .title{width:100%;margin-bottom: .2rem;}
.page_contact .contact .title h2{font-size:.3rem;color:#03864d;font-weight:700}
.page_contact .contact .title p{font-size:.2rem;color:#cacaca;line-height:1.5;font-family:arial}
.page_contact .contact .con{font-size:.16rem;line-height:1.75;color:#333}
.page_contact .message h2{font-size:.16rem;color:#000;display:block;padding-top:.1rem}
.page_contact .message form{width:100%}
.page_contact .message form>div{float:left;width:100%;padding-right:.3rem;margin-top:.3rem}
.page_contact .message form>div button{background:#505050;border:1px solid #505050;font-size:15px;padding:8px 30px;display:inline-block;color:#fff;border-radius:4px}
.page_contact .message form .checkcode>*{display:inline-block;vertical-align:middle}
.page_contact .message form .checkcode input{width:initial;margin-right:.1rem}
.page_contact .message form>div input{display:block;width:100%;line-height:.42rem;padding:0 .1rem;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);font-size:.14rem;color:#555;box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.page_contact .message form>div textarea{height:1.2rem;width:100%;padding:.1rem;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;font-size:.14rem;color:#555}
.page_contact .message form .input{width:50%}
.page_contact .map{margin-top:.5rem;padding:.5rem 0;border-top:1px solid #ddd;}

.footer{background:#03864d}
.footer  .top{display:flex;padding:1.1rem 0 .5rem;border-bottom:1px solid rgba(255,255,255,.3);justify-content: space-between;}
.footer  .top .fot_nav{display:flex;width:74%;justify-content: space-between;}
.footer  .top .fot_nav dl  dt{margin:0 0 .4rem;}
.footer  .top .fot_nav dl  dt a{font-size:.18rem;color:white;font-weight:normal}
.footer  .top .fot_nav dl   dd{margin:0 0 .1rem}
.footer  .top .fot_nav dl   dd:last-child{margin:0}
.footer  .top .fot_nav dl   dd a{font-size:.15rem;color:#FFF}
.footer  .top .right{width:19%;padding:.02rem 0 0 }
.footer  .top .right   h2{font-size:.16rem;color:white;padding:0 0 .4rem}
.footer  .top .right .txt h1{font-size:.24rem;color:white;font-weight:bold}
.footer  .top .right .txt p{font-size:.16rem;color:#ffffff;margin:.25rem 0 0 }
.footer  .bot{display:flex;padding:.3rem  0 .3rem;justify-content: space-between;}
.footer  .bot .left{width:50%;padding:.1rem 0 0 }
.footer  .bot .left p{font-size:.16rem;color:#ffffff;padding:0 0 .15rem}
.footer  .bot .left a{font-size:.16rem;color:#ffffff}
.footer  .bot .right ul {display:flex}
.footer  .bot .right ul li{margin-left:.18rem}
.footer  .bot .right ul li a{width:.38rem;height:.38rem;background:#898989;color:white;text-align:center;line-height:.38rem;font-size:.2rem;border:1px solid #b3b7bd;position:relative}
.footer  .bot .right ul li a>div{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);box-shadow:4px 4px 6px rgba(0,0,0,.15);opacity:0;visibility:hidden;width:1.2rem;}
.footer  .bot .right ul li a:hover>div {opacity:1;visibility:visible}
/**/
/********<=767 mobile nav style css********/
.m-header {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.m-header>.col-xs-6>div {
    color: #3377fe;
}

.m-header>.col-xs-6 img {
    max-height: 35px;
}

.st-container .st-menu {
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
}

.st-container .st-menu ul li a {
    color: #555;
    position: relative;
    font-size: .25rem;
}

.st-container .st-menu ul li>a:hover,
.st-container .st-menu ul li.active>a {
    background: #555;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #fff;
}

.st-container .st-menu ul li>a>i {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
}

.st-container .st-menu ul li.active>a>i,
.st-container .st-menu ul li>a:hover>i {
    color: #FFF
}

.st-container .st-menu ul li>dl {
    transition: none;
    margin: 0
}

.st-container .st-menu ul li>dl dd a {
    background: none;
    box-shadow: none;
    color: #b3b3b3;
    padding-left: 0;
}

.st-container .st-menu ul li>dl dd a i {
    padding-right: 10px;
}

.st-container .st-menu ul li>dl dd.on2 a,
.st-container .st-menu ul li>dl dd a:hover {
    color: #c40001;
    font-weight: bold;
}

.st-container .st-menu ul li>dl dd.on2 a i,
.st-container .st-menu ul li>dl dd a:hover i {
    padding-right: 16px
}

.st-effect-1.st-menu {
    display: block;
}
/**************************/
@media(max-width:1600px){
  .header:after{width:80%}
  .tem_banner.index .label_text{left:1rem;top:35%}	
}
@media(max-width:1440px) {
    .index_news .infos .lists .swiper-container{height:3.4rem}
	.pad26{margin:0 1.6rem;}
}

@media(max-width:1300px) {
    .index_news .infos .lists{padding:.1rem 0 0}
    .index_news .infos .lists .swiper-container{height:3.8rem}
}
/******ipad****/
@media(max-width:990px){
	body{overflow-x:hidden;}
	.st-menu {display:block;}	
	.header {display:none;}
	.m-header,.m_header2  {top:0;opacity:1;}
	.tem_banner{padding-top: 60px;}

    .page_product .box li{width:25%}
    .page_product .box li i{display:none;}
    .page_products .list li{width:33.33%;}
	.pad26{margin:0 25px}
	.pad95{padding:0 25px;}
	
}

/********mobile*********/
@media(max-width:767px){
	.pad26{margin:0 15px;}
	.pad95{padding:0 15px;}
	.page_product .box li{width:33.33%}
	.page_products .list li{width:50%;}
	.page_news li a .left{display:none;}
	.page_news li a .right{width:100%}
	.page_news li a{padding:.2rem 0}
	.page_contact .contact .con>div{width:100% !important}
	.page_contact .message .left{width:100%}
	.page_contact .message .right{display:none;}

     .tem_banner.index .label_text{left:.2rem}
    .tem_banner.index .label_text h1{font-size:.36rem}
    .tem_banner.index .label_text h2{padding:0 0 .4rem;margin:0 0 .2rem}
    .tem_banner.index .label_text h2:after{height:3px}
    .tem_banner.index .label_text h2{font-size:.3rem}
    .tem_banner.index .slide-pagination{bottom:0}
    .tem_banner.index .slide-pagination span:after{width:.25rem;height:.25rem}
    .index_pro .pad95{padding:0 .2rem}
    .index_pro .lists{display:inherit}
     .index_pro .lists ul{width:100%;margin: .2rem 0 }
     .index_pro .lists ul li{margin:0 0 .2rem}
     .index_pro .lists .middle{width:100%}
     .index_product{display:inherit;}
     .index_product .items{width:100%}
     .index_quliy .items1, .index_quliy .items2{display:inherit}
     .index_quliy .items1 .img{width:100%}
     .index_quliy .items1 .text{width:100%;margin:.2rem 0 0 }
      .index_quliy .items2 .img{width:100%;margin:.2rem 0 0 }
     .index_quliy .items2 .text{width:100%; }
     .index_news_top>div{display:inherit}
     .index_news_top .left{width:100%;border-right:0}
     .index_news_top .lists{width:100%}
     .index_news_top .lists a{padding:.25rem;border-right:2px solid #e7e7e7}
     .index_news .infos{display:inherit}
     .index_news .infos .img{width:100%}
     .index_news .infos .lists{width:100%;margin:.2rem  00 }
     .footer .top .fot_nav{display:none}
     .footer .top .right{width:100%}
     .footer .bot{display:inherit}
     .footer .bot .left{width:100%}
.index_product .items:nth-child(1) .text{left:.93rem;top:.2rem;text-align:left;}
.index_product .items:nth-child(2) .text{right:.93rem;top:.2rem;text-align:right}	 

}