header{position: fixed;width: 100%;z-index: 1000;background: #fff;box-shadow: 0 0 .1rem rgb(0 0 0 / 20%);}
header .top{background:#2067b9}
header .top>div{display:flex;height:.5rem;align-items: center;justify-content: space-between;}
header .top>div>*{font-size:.16rem;color:white}
header .top h2{position:relative;padding:0 0 0 .4rem}
header .top h2:after{content:"";background: url(../images/tel.png) no-repeat;position:absolute;width:.25rem;height:.24rem;left:.0;transform:translateY(-50%);top:50%;background-size:100%}
header .top h2 em{font-size:.18rem;color:white;font-weight:bold;margin-left:.1rem}
header  .bot>div{display:flex;height:.9rem;line-height:.9rem;justify-content: space-between;}
header  .bot  .logo{width:15.5%}
header  .bot .navs{width:64%}
header  .bot ul{display:flex;justify-content: space-between;}
header  .bot ul li a{font-size:.18rem;color:#333333;padding:0 .26rem;font-weight:bold}
header  .bot ul li:first-child a{padding-left:.6rem;position:relative}
header  .bot ul li:first-child a:after{content:"";background: url(../images/home.png) no-repeat;position:absolute;width:.25rem;height:.24rem;left:20%;transform:translateY(-50%);top:50%;background-size:100%}
header  .bot ul li.active a{background:#f0f0f0}
header  .bot .shop{display:flex;width:10%;justify-content: space-between;}
header  .bot ul li a:hover{background:#f0f0f0}
/***** Header End *****/

.tem_banner{position:relative;width:100%;padding-top: 1.4rem;}
.tem_banner.index .txt{position:absolute;width:100%;top:0;left:0;font-size:.16rem;text-align: left;color: #fff;top:30%}
.tem_banner.index .txt .title {width: 100%;}
.tem_banner.index .txt .title>*{text-shadow: 1px 1px 5px #000;}
.tem_banner.index .txt .title h2{font-size: .72rem;color:#fff;display: block;margin-bottom: .5rem;line-height: 1.4;opacity: 0;transform: translateY(50px);transition: 1s;}
.tem_banner.index .txt .title p{font-size: .36rem;color:#fff;opacity: 0;transform: translateY(50px);transition: 1s;}
.tem_banner.index .swiper-slide-active .txt .title h2{transform: none;transition: 1s;opacity: 1;transition-delay: .3s;}
.tem_banner.index .swiper-slide-active .txt .title p{transform: none;transition: 1s;opacity: 1;transition-delay: .6s;}


.tem_banner.index .slide-pagination{transition:.5s;position:absolute;z-index:1;bottom: .8rem!important;right:1.8rem;font-size:0;margin:0;}
.tem_banner.index .slide-pagination span{width:18px;height:18px;border-radius:100%;background:#848484;;margin:0 5px;outline:0;opacity:1}
.tem_banner.index .slide-pagination span.swiper-pagination-bullet-active{background:#fff;}

.tem_banner.indise .flash{font-size:0}
.tem_banner.indise .flash img{width:100%;height:100%}
.tem_banner.indise .txt{position:absolute;bottom: 0;left:0;width:100%;text-align: center;color: #fff;}
.tem_banner.indise .txt .title{font-size: .45rem;color: #fff;display: block;margin-bottom: 1.5rem;text-align: right;}
.tem_banner.indise .txt .title h2{color:#eb5f2e;font-size:.45rem;}
.tem_banner.indise .txt .title p{font-size:.36rem;color:#fff;display:block;margin-top:.1rem;}

.tem_banner.indise .txt .nav{background: #1e4ba7;text-align:left;overflow: hidden;}
.scode-2 .tem_banner.indise .txt .nav {display: none;}
.tem_banner.indise .txt .nav li{display:inline-block;vertical-align:top;font-size:.2rem;text-align:center;}
.tem_banner.indise .txt .nav li a {line-height: .9rem;color: #fff;font-size: .16rem;position: relative;padding: 0 .6rem;}
.tem_banner.indise .txt .nav li a::after{position:absolute;content:'';width:1px;height:.5rem;margin-top:-.25rem;right:0;top:50%;border-right:dashed 1px #fff}
.tem_banner.indise .txt .nav li a i {margin-left: .1rem;}
.tem_banner.indise .txt .nav li a:hover {background: #1b408a;}

.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;}
.index_product{background: url(../images/index_productbg.jpg) no-repeat;background-size:cover}
.index_product>div{display:flex}
.index_product .left{width:23%;background:#2067b9;padding:.35rem 0 }
.index_product .left ul li{padding:.25rem 0;display:flex;justify-content: center;}
.index_product .left ul li a{display:flex;width:81%;position:relative;justify-content: flex-end;padding:0 0 0 .8rem;}
.index_product .left ul li a .img{position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:2;border:5px solid #2067b9;border-radius:100%}
.index_product .left ul li a h1{padding:.35rem 0 .35rem .5rem;background:white;width:100%;z-index:0;border-radius:  0 25px  25px 0;font-size:.18rem;color:black;font-weight:bold;position:relative}
.index_product .left ul li a h1:after{content:"";position:absolute;width:0;height:100%;background:#e70012;left:0;top:0;border-radius:  0 25px  25px 0;z-index:-1;transition:.6s}
.index_product .left ul li#current a h1{color:white}
.index_product .left ul li#current a h1:after{width:100%;transition:.6s}
.index_product  .infos{width:77%}
.index_product  .infos .items .content{display:flex;padding:1.75rem 0 0;justify-content: flex-end;}
.index_product  .infos .items .content .img{width:58%;position:relative;overflow:inherit;padding:.5rem 0 0;z-index:2}
.index_product  .infos .items .content .text{width:35%;}
.index_product  .infos .items .content .text h1{font-size:.36rem;color:black;font-weight:bold;text-align:right}
.index_product  .infos .items .content .text  h2{font-size:.29rem;color:black;font-weight:bold;text-align:right;text-transform:uppercase;padding:.12rem 0 .53rem}
.index_product  .infos .items .content .text  p{font-size:.16rem;color:black;line-height:.25rem}
.index_product  .infos .items .content .img:after{content:"";position:absolute;width:7.72rem;height:2.03rem;background: url(../images/dipan.png) no-repeat;left:50%;transform:translateX(-50%);bottom:-1.3rem;z-index:-1;background-size:100%}
.index_product  .infos .items .content  .more{margin:.92rem 0 0;text-align:right}
.index_product  .infos .items .content  .more a{display:inline-block;padding:.1rem .26rem;background:#2067b9;border-radius:15px;font-size:.19rem;color:white;}
.index_about>div{display:flex;padding:1rem 0 1.1rem;justify-content: space-between;align-items: center;}
.index_about>div .left{width:36%}
.index_about>div .left .tit h1{font-size:.36rem;color:#2067b9;text-transform:uppercase;font-weight:bold}
.index_about>div .left .tit h2{font-size:.36rem;color:black;;font-weight:bold;padding:.25rem 0  .55rem}
.index_about>div .left  .con p{font-size:.16rem;color:black;line-height:.25rem}
.index_about>div .left   .more{margin:.6rem 0 0}
.index_about>div .left   .more ul li{margin:0 0 .22rem}
.index_about>div .left   .more ul li a{width:2.8rem;padding:.2rem 0 .2rem .8rem;border:3px solid #dcdcdc;border-radius:20px;font-size:.18rem;color:black ;position:relative}
.index_about>div .left   .more ul li a:after{content:"";position:absolute;width:.2rem;height:.2rem;border-radius:100%;border:2px solid #2067b9;left:12%;top:50%;transform:translateY(-50%);transition:.6s}
.index_about>div .left   .more ul li a:before{content:"\f105";position:absolute;font:normal normal normal 14px/1 FontAwesome;right:15%;top:50%;transform:translateY(-50%);font-size:.25rem;transition:.3s;}
.index_about>div .left   .more ul li a:hover{background:#2067b9;border:3px solid #2067b9;color:white}
.index_about>div .left   .more ul li a:hover:after{border:2px solid white;transition:.6s}
.index_about>div .left   .more ul li a:hover:before{right:10%;transition:.3s;color:white}
.index_about>div .left   .more ul li:last-child{margin:0}
.index_about>div .img{width:56.5%}
.index_choose{background:url(../images/choose_bg.jpg) no-repeat;background-size:cover;}
.index_choose .title{text-align:center;padding:.15rem 0 }
.index_choose .title h1{font-size:.36rem;color:white;display:flex;justify-content: center;align-items: center;}
.index_choose .title h1 em{font-size:1.9rem;color:#e70012;font-weight:bold;margin:0 .2rem}
.index_choose .title h2{font-size:.16rem;color:white}
.index_choose .lists{display:flex;justify-content: center;padding:1.85rem 0 .5rem;position:relative;}
.index_choose .lists .items{position:absolute;display:flex;width:35%;align-items: center;}
.index_choose .lists .items .img{width:27%}
.index_choose .lists .items .text{width:62%}
.index_choose .lists .items .text h1{font-size:.25rem;color:white;font-weight:bold;;padding:0 0 .15rem}
.index_choose .lists .items .text h1 em{font-size:.18rem;margin-left:.33rem;font-weight:initial}
.index_choose .lists .items .text p{font-size:.15rem;color:white;line-height:.25rem}
.index_choose .lists .items1{left:0;top:0}  
.index_choose .lists .items1:after{content:"";position:absolute;background:url(../images/icon1-1.png) no-repeat;width:5.39rem;height:.72rem;left:0;bottom:-.8rem;background-size:100%}
.index_choose .lists .items2{left:0;top:48%} 
.index_choose .lists .items2:after{content:"";position:absolute;background:url(../images/icon2-2.png) no-repeat;width:5.39rem;height:.72rem;left:0;bottom:-.8rem;background-size:100%}
.index_choose .lists .items3{right:0;top:0;flex-direction:row-reverse}  
.index_choose .lists .items3:after{content:"";position:absolute;background:url(../images/icon3-3.png) no-repeat;width:5.39rem;height:.72rem;right:0;bottom:-.8rem;background-size:100%}
.index_choose .lists .items4{right:0;top:50%;;flex-direction:row-reverse}
.index_choose .lists .items4:after{content:"";position:absolute;background:url(../images/icon4-4.png) no-repeat;width:5.39rem;height:.72rem;right:0;bottom:-.8rem;background-size:100%} 
.index_choose .lists .imgs{position:relative;z-index:2}
.index_choose .lists .imgs:after{content:"";position:absolute;width:7.10rem;height:1.86rem;background: url(../images/dipan2.png) no-repeat;left:50%;transform:translateX(-50%);bottom:-1.4rem;z-index:-1;background-size:100%}
.index_pro>div{padding:2.2rem 0 2rem}
.index_pro .top{display:flex;justify-content: space-between;align-items: flex-end;}
.index_pro .top .tit{}
.index_pro .top .tit h1{font-size:.36rem;color:#2067b9;text-transform:uppercase;font-weight:bold;padding:0 0 .25rem}
.index_pro .top .tit  p{font-size:.36rem;color:black;font-weight:bold}
.index_pro .top .more{display:flex}
.index_pro .top .more a{padding:.1rem .3rem;border:2px solid #dcdcdc;border-radius:20px;color:black;font-size:.18rem;font-weight:bold;margin-left:.35rem}
.index_pro .top .more a:hover{background:#2067b9;border:2px solid #2067b9;color:white}
.index_pro .lists{padding:.45rem 0 0}
.index_pro .lists a .txt {padding:.15rem 0 0}
.index_pro .lists a .txt h1{color:#232323;font-size:.18rem;font-weight:bold;position:relative}
.index_pro .lists a .txt h1:after{content:"";position:absolute;background:url(../images/jt.png) no-repeat;width:.34rem;height:.11rem;right:10%;top:50%;background-size:100%;transform:translateY(-50%);transition:.6s}
.index_pro .lists a:hover .txt h1:after{background:url(../images/jt1.png) no-repeat;width:.34rem;height:.11rem;transition:.6s;background-size:100%;right:5%}
.index_pro .lists a:hover .txt h1{color:#2067b9;}
.index_pro .lists a:hover img{transform:scale(1.1)}
.index_news>div{padding:0 0 2.2rem}
.index_news .top{display:flex;justify-content: space-between;align-items: flex-end;}
.index_news .top .tit{}
.index_news .top .tit h1{font-size:.36rem;color:#2067b9;text-transform:uppercase;font-weight:bold;padding:0 0 .25rem}
.index_news .top .tit  p{font-size:.36rem;color:black;font-weight:bold}
.index_news .top .more{display:flex}
.index_news .top .more a{padding:.1rem .3rem;border:2px solid #dcdcdc;border-radius:20px;color:black;font-size:.18rem;font-weight:bold;margin-left:.35rem}
.index_news .top .more a:hover{background:#2067b9;border:2px solid #2067b9;color:white}
.index_news  .lists{display:flex;margin:.45rem 0 0;padding:.3rem 0 0;border-top:2px solid #f0f0f0;justify-content: space-between;border-bottom:2px solid #f0f0f0;}
.index_news  .lists .left{width:41.5%}
.index_news  .lists .left a .text{padding:.35rem 0 .24rem;position:relative}
.index_news  .lists .left a .text:after{content:"";position:absolute;background:url(../images/jt.png) no-repeat;width:.34rem;height:.11rem;right:5%;bottom:5%;background-size:100%;transition:.6s}
.index_news  .lists .left a:hover .text:after{background:url(../images/jt1.png) no-repeat;width:.34rem;height:.11rem;transition:.6s;background-size:100%;right:0%}
.index_news  .lists .left a:hover img{transform:scale(1.1)}
.index_news  .lists .left a span{font-size:.16rem;color:#a3a3a3;font-weight:bold}
.index_news  .lists .left a .text h1{font-size:.18rem;color:#2067b9;font-weight:bold;margin:.24rem 0}
.index_news  .lists .left a .text p{color:#777777;font-size:.16rem;line-height:.22rem}
.index_news  .lists .right{width:53%;display:flex;flex-direction: column;justify-content: space-between;}
.index_news  .lists .right a{display:flex;justify-content: space-between;padding:0 0 .3rem;;border-bottom:2px solid #f0f0f0;position:relative}
.index_news  .lists .right a:after{content:"";position:absolute;background:url(../images/jt.png) no-repeat;width:.34rem;height:.11rem;right:5%;bottom:8%;background-size:100%;transition:.6s}
.index_news  .lists .right a:hover:after{background:url(../images/jt1.png) no-repeat;width:.34rem;height:.11rem;transition:.6s;background-size:100%;right:0%}
.index_news  .lists .right a:last-child{border:0}
.index_news  .lists .right a .img{width:30%}
.index_news  .lists .right a:hover img{transform:scale(1.1)}
.index_news  .lists .right a  .text{width:68%;padding:.1rem  0 0}
.index_news  .lists .right a  .text span{font-size:.16rem;color:#a3a3a3;font-weight:bold}
.index_news  .lists .right a  .text h1{font-size:.18rem;color:black;font-weight:bold;margin:.12rem 0 .2rem}
.index_news  .lists .right a  .text  p{color:#777777;font-size:.16rem;line-height:.22rem}
footer{background:#272727}
footer .top{position:relative}
footer .top:after{content:"";position:absolute;background:#4a4c4e;width:100%;height:1px;left:0;top:38%}
footer .top>div{display:flex;padding:.64rem 0 .35rem;justify-content: space-between;}
footer .top .left{width:7.5%}
footer .top .left .logo{margin:0 0 .44rem}
footer .top .left  .weixin p{font-size:.16rem;color:#777a7c;padding:.1rem 0 0;font-weight:bold}
footer .top .middle{display:flex;width:50%;justify-content: space-between;padding:.45rem 0 0}
footer .top .middle dl dt{margin:0 0 .55rem}
footer .top .middle dl dt a{font-size:.18rem;color:white;}
footer .top .middle dl  dd{margin:0 0 .2rem}
footer .top .middle dl  dd a{color:#7d8182;font-size:.16rem;}
footer .top .right{width:30%;padding:.45rem 0 0}
footer .top .right dt{font-size:.18rem;color:white;margin:0 0 .55rem}
footer .top .right h2{font-size:.34rem;color:white;font-weight:bold}
footer .top .right ul li{padding:.25rem 0 0}
footer .top .right ul li h3{font-size:.18rem;color:white}
footer .top .right ul li p{font-size:.18rem;color:#727678;padding:.15rem 0 0 }
footer .bot{border-top:1px solid #4a4c4e}
footer .bot>div{display:flex;justify-content: space-between;padding:.24rem 0;align-items: center;}
footer .bot h1{display:flex;color:#838789;font-size:.16rem}
footer .bot h1 a{;color:#838789;font-size:.16rem;margin-left:1.3rem}
footer .bot .shop{display:flex;align-items: center;width:11%;justify-content: space-between;}
/*** 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:#da251c;}
.page_head .nav li.on a,.page_head .nav li:hover a{color:#fff;}


/***** 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:#da251c;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 #da251c}
.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:#da251c;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:#da251c;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;}


/**/
/********<=767 mobile nav style css********/
.m-header {background: white;box-shadow:0 0 12px rgba(0,0,0,0.2);}
.m-header >.col-xs-6>div {color: black;}
.m-header >.col-xs-6 img {max-height: 35px;}
.st-container .st-menu {
	background: #2067b9;
	-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: #fff;position:relative;font-size:.25rem;}
.st-container .st-menu ul li>a:hover,.st-container .st-menu ul li.active>a {background: white;box-shadow:0 4px 8px rgba(0,0,0,0.2);border-radius:5px;color:#2067b9;}
.st-container .st-menu ul li>a>i {position:absolute;right:1em;top:50%;transform:translateY(-50%);color: white;}
.st-container .st-menu ul li.active>a>i,.st-container .st-menu ul li>a:hover>i {color:black}
.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: #fff;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: #bbdeff;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;}
/**************************/
/******ipad****/
@media(max-width:1440px){
	.index_choose .lists .imgs img{width:90%}
}
@media(max-width:1300px){
	footer .top .right h2{font-size:.3rem}
	.index_product .left ul li a h1{padding:.35rem 0 .35rem .8rem;}
	
	.index_product .left ul li a{width:90%;padding:0 0 0 .7rem;}
		.index_choose .lists .imgs img{width:85%}
		.index_choose .lists .items .text{width:63%}
}
@media(max-width:990px){
	body{overflow-x:hidden;}
	.st-menu {display:block;}	
	.header {display:none;}
	.m-header  {top:0;opacity:1;}
	.tem_banner{padding-top: 60px;}
	.tem_banner.index .txt .title{font-size:.36rem;}
    .tem_banner.index .mould{max-width:40%}
	.tem_banner.index .txt .logo .img{width:1rem}
	.tem_banner.index .txt .title h2{font-size:.3rem}
	.tem_banner.index .txt .title p{font-size:.26rem;}
	.tem_banner.index .txt .title span{font-size:.16rem;}
	.tem_banner.index .slide-pagination{display:none;}
	
 
    .page_product .box li{width:25%}
    .page_product .box li i{display:none;}
    .page_products .list li{width:33.33%;}
}

/********mobile*********/

@media(max-width:767px){
	.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;}
	.index_product>div{display:inherit}
	.index_product .left{width:100%}
	.index_product .left ul li a h1{padding:.6rem 0 .6rem 2rem;}
	.index_product .left ul li a .img{width:30%}
	.index_product .infos{width:100%}
	.index_product .infos .items .content{display:inherit;padding:0}
	.index_product .infos .items .content .img{width:100%}
	.index_product .infos .items .content .text{width:100%;padding:2rem 0 0}
	.index_about>div{display:inherit}
	.index_about>div .left{width:100%}
     .index_about>div .img{width:100%;padding:.2rem 0 }
     .index_choose .lists .items{position:inherit;width:100%;margin:.5rem 0;display:flex;justify-content: space-between;}
     .index_choose .lists{display:inherit}
     .index_choose .lists .items:after{display:none}
     .index_choose .lists .imgs img{width:100%}
     .index_pro .top{display:inherit}
       .index_pro .top .more {padding:.3rem 0 0}
     .index_pro .top .more a{margin-left:0;margin-right:.3rem}
     .index_news .top{display:inherit}
      .index_news .top .more {padding:.3rem 0 0}
     .index_news .top .more a{margin-left:0;margin-right:.3rem}
     .index_news .lists{display:inherit}
     .index_news .lists .left{width:100%}
     .index_news .lists .right{width:100%}
     .index_news .lists .right a{display:flex;align-items: center;}
     .index_news  .lists .left a .text{padding:.35rem 0 .35rem;}
     footer .top .middle{display:none}
     footer .top:after{display:none}
     footer .top .left{width:30%}
     footer .top .right{width:60%}
     footer .bot>div{display:inherit}
     footer .bot .shop{width:30%;padding:.2rem 0 0 }
     footer .bot h1{display:inherit}
     footer .bot h1 a{margin:0}
}