/*header*/

#js-scroll{transition:none;}
.header{position:fixed;top:0;left:0;z-index:18;width:100%;background:#FFF}
.header>div{display: flex;justify-content: space-between;align-items: center;}
.header .logos{line-height:.93rem;}
.header .logos img {max-height:.66rem;transition:none}
.header .items{display:flex;align-items:center}
.header .items ul li {display:inline-block;vertical-align:middle;padding:0 .55rem 0 0}
.header .items ul li a{font-size:.18rem;color:#2d2c2c;}
.header .items ul li.active a,.header .items ul li a:hover {color:#026acd}
.header .items dl {margin:0 .3rem;;padding:0;position:relative;}
.header .items dl dt {font-size:.18rem;color:#2d2c2c;text-transform:uppercase;line-height:.93rem;cursor:pointer;}
.header .items dl dt i{font-size:.24rem;font-weight:normal;margin-right:5px;}
.header .items dl dd {position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#FFF;width:1.2rem;box-shadow:10px 10px 19px rgba(0,0,0,.12);text-align:center;display:none;transition:none;}
.header .items dl dd a{display:block;line-height:.45rem;font-size:.16rem;color:#000;}
.header .items dl dd a:hover {background:#026acd;color:#FFF}
.header .items>a{font-size:.22rem;color:#000;font-weight:bold;}

.is_header {box-shadow:10px 10px 19px rgba(0,0,0,.18)}
/*banner*/
.tem_banner{padding:.93rem 0 0}
.tem_banner .label_txt{position:absolute;top:20%;left:0;width:100%;text-align:center;z-index:1}
.tem_banner .label_txt h3 {font-size:.65rem;color:transparent;font-weight:bold;background:linear-gradient(to right, #07b9cf,#16e066);background-clip: text;}
.tem_banner .label_txt p{font-size:.36rem;color:#FFF;margin:.3rem 0 0}
.tem_banner .label_txt>*{opacity:0;transform:translateY(3vw)}
.tem_banner .swiper-slide-active .label_txt>*{opacity:1;transform:none;transition: all .8s cubic-bezier(.69, .27, .45, .99);transition-delay:100ms}
.tem_banner .swiper-slide-active .label_txt p{transition-delay:150ms}
/**/
.index_about{padding:2rem 0 1.25rem;background-position:right 0;background-repeat:no-repeat;background-size:cover;position:relative;display:flex;z-index:2}
.index_about:before{content:'';width:10.97rem;height:10.91rem;background:url(../images/icon1.png) 0 bottom no-repeat;position:absolute;background-size:100% 100%;position:absolute;left:0;bottom:0}
.index_about .text{flex:0 0 38%;position:relative;z-index:2;margin-left:2.6rem;padding-left:.55rem;}
.index_about .text h3 {font-size:.44rem;color:#FFF;margin:0 0 .5rem;font-weight:bold;line-height:1.5}
.index_about .text>p{font-size:.16rem;color:#FFF;line-height:1.89;margin:0 0 .85rem;}
.index_about .text>a{display:inline-block;border:2px solid #FFF;font-size:.14rem;color:#FFF;line-height:.56rem;padding:0 .41rem;}
.index_about .text>a i{font-size:.2rem;margin-left:.1rem;}
.index_about .text .nums{display:flex;margin:1rem 0 0;justify-content:space-between;}
.index_about .text .nums h5{font-size:.29rem;color:#FFF;line-height:1}
.index_about .text .nums h5 em {font-size:.81rem;display:inline-block;margin-right:5px;line-height:1;font-weight:bold;}
.index_about .text .nums p{font-size:.16rem;color:#FFF;margin:.3rem 0 0}

.index_product{padding:.95rem 0 1.15rem;}
.index_product .titles{margin:0 0 .5rem;}
.index_product .titles h3 {font-size:.48rem;color:#212121;font-weight:bold}
.index_product .titles p{font-size:.3rem;color:#0068cb;margin:.2rem 0 0}
.index_product .mains{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 .33rem;}
.index_product .mains li img{width:100%;height:3.12rem;object-fit:cover;transition:none}
.index_product .mains li{margin:0 0 .25rem;}
.index_product .mains li a{display:block;position:relative;}
.index_product .mains li span {background:none !important;}
.index_product .mains li.itm1 img{height:5.7rem;}
.index_product .mains li.itm2 img{height:5.15rem;}
.index_product .mains li.itm3 img{height:4.7rem;}
.index_product .mains li.itm4 img{height:4.65rem;}
.index_product .mains li.itm5 img{height:4.7rem;}
.index_product .mains li a:hover {box-shadow:10px 10px 19px rgba(0,0,0,.12);transform:translateY(-5px)}
.index_product .mores{margin:.6rem 0 0}
.index_product .mores>a{display:inline-block;background:#026acd;font-size:.16rem;color:#FFF;font-weight:bold;padding:0 .37rem;line-height:.45rem;}

.index_why{background-position:0 0;background-repeat:no-repeat;background-size:cover;padding:1.7rem 0 2.3rem;}
.index_why .titles h3{font-size:.48rem;color:#FFF}
.index_why .titles p{font-size:.24rem;color:#FFF;margin:.35rem 0 0}
.index_why .mains{width:5.46rem;height:5.46rem;border:1px solid #FFF;border-radius:100%;margin:0 auto;position:relative;display:flex;    justify-content: center;    align-items: center;}
.index_why .mains ol{margin:0;padding:0}
.index_why .mains ol li {position:absolute;width:1.1rem;z-index:4}
.index_why .mains ol li.lt0 {left:-1.1rem;top:2.77rem;}
.index_why .mains ol li.lt1 {left:50%;top:-.46rem;transform:translateX(-50%);text-align:center;padding:0 0 .23rem;}
.index_why .mains ol li.lt2 {right:-1.1rem;top:2.77rem;text-align:right;}
.index_why .mains ol li.lt3 {left:50%;bottom:-.46rem;transform:translateX(-50%);text-align:center;padding:.23rem 0 0;}
.index_why .mains h6{cursor:pointer;}
.index_why .mains h6 span {font-size:.2rem;color:#FFF;}
.index_why .mains h6 em {font-size:1.2rem;color:#FFF;font-family:"FuturaLT-Book";position:absolute;bottom:0;right:.1rem;line-height:1;opacity:0}
.index_why .mains h6:before{content:'';width:.18rem;height:.18rem;background:#FFF;border-radius:100%;position:absolute;right:-.09rem;top:50%;transform:translateY(-50%)}
.index_why .mains ol li.lt1 h6:before{right:auto;left:50%;transform:translateX(-50%);top:auto;bottom:-.09rem;}
.index_why .mains ol li.lt2 h6:before{left:-.09rem;right:auto;}
.index_why .mains ol li.lt3 h6:before{right:auto;left:50%;transform:translateX(-50%);top:-.09rem}
.index_why .mains ol li#current h6 em {opacity:1;}
.index_why .mains ol li#current h6 span {opacity:0}
.index_why .mains ol li#current.lt1 h6 em{right:auto;left:50%;transform:translateX(-50%)}
.index_why .mains ol li#current.lt3 h6 em{right:auto;left:50%;transform:translateX(-50%);top:0;bottom:auto}
.index_why .mains ol li#current.lt2 h6 em{right:auto;left:.1rem}
.index_why .mains .itembox .icon {height:1rem;}
.index_why .mains .itembox .icon img{max-height:.75rem;transition:none}
.index_why .mains .itembox h4 {font-size:.3rem;color:#FFF;margin:0 0 .4rem}
.index_why .mains .itembox h4 em {font-size:.36rem;font-weight:bold;display:block;margin:0 0 .1rem;}
.index_why .mains .itembox p{font-size:.24rem;color:#FFF;margin:0}
.index_why .mains>a{position:absolute;width:.75rem;height:.75rem;background:#026acd;border-radius:100%;position:absolute;bottom:.8rem;right:.1rem;z-index:2;line-height:.75rem;text-align:center;font-size:.46rem;color:#FFF;}
.index_why .mains>a:before{content:'';width:1.1rem;height:1.1rem;background:rgba(2,106,205,.39);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%}
.index_why .mains>a i{position:relative;z-index:21}

.index_case{background:#f8f8f8;padding:.8rem 0 .7rem 2.6rem;}
.index_case .items{display:grid;grid-template-columns:52.7% 47.3%}
.index_case .items .names h3 {font-size:.48rem;color:#212121;font-weight:bold;}
.index_case .items .names p{font-size:.3rem;color:#0068cb;margin:.1rem 0 0}
.index_case .items .thumbs>div{position:relative;padding:.23rem 1.54rem .3rem .33rem;background:#FFF;width:100%}
.index_case .items .thumbs .swiper-slide {padding:0 .28rem 0 .23rem;cursor:pointer;}
.index_case .items .thumbs .swiper-slide em {font-size:.16rem;color:#514e4e;}
.index_case .items .thumbs .swiper-slide .imgs{margin:.15rem 0 0}
.index_case .items .thumbs .swiper-slide img{width:100%;height:.87rem;object-fit:cover;transition:none}
.index_case .items .thumbs .swiper-page{position:absolute;right:0;top:0;background:#026acd;display:flex;height:100%;width:1.54rem;    align-items: center;    text-align: center;    justify-content: center;}
.index_case .items .thumbs .swiper-page>div{font-size:.2rem;color:#FFF;padding:0 .25rem;}
.index_case .items .thumbs .swiper-page:after{content:'';width:2px;height:.14rem;background:#FFF;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.index_case .lists .swiper-slide a{display:block;position:relative}
.index_case .lists .swiper-slide .imgs img {width:100%;height:6.44rem;object-fit:cover;transition:none}
.index_case .lists .swiper-slide .tit{position:absolute;bottom:.5rem;left:0;width:100%;padding:0 .5rem;display:flex;justify-content:space-between;align-items:center;z-index:3}
.index_case .lists .swiper-slide .tit p{font-size:.2rem;color:#FFF;font-weight:bold;margin:0}
.index_case .lists .swiper-slide .tit i {width:.61rem;height:.61rem;border:1px solid #FFF;line-height:.59rem;text-align:center;font-size:.22rem;color:#FFF;border-radius:100%}
.index_case .lists .swiper-slide-active .tit p{font-size:.3rem;}
.index_case .lists .swiper-slide a:before{content:'';width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));position:absolute;bottom:0;left:0;z-index:1;opacity:0;transition:all .5s ease-in-out}
.index_case .lists .swiper-slide-active a:before{opacity:1}

.index_news{padding:.9rem 0 1.65rem;}
.index_news h3 {font-size:.48rem;color:#303031;margin:0 0 .4rem;}
.index_news .lists{position:relative}
.index_news .swiper-slide a{display:block;padding:.6rem .3rem .35rem;background:#ecf6fd;position:relative}
.index_news .swiper-slide a>*{position:relative;z-index:3}
.index_news .swiper-slide h5 {font-size:.24rem;color:#292929;font-weight:bold;line-height:.3rem;height:.6rem;overflow:hidden;margin:0 0 .3rem}
.index_news .swiper-slide .imgs img{width:100%;height:2.35rem;object-fit:cover;transition:none}
.index_news .swiper-slide .time{margin:.3rem 0 0;padding:.35rem 0 0;border-top:1px solid #2770a8;font-size:.16rem;color:#292929;font-size:.16rem;color:#292929;position:relative}
.index_news .swiper-slide .time em {font-size:.72rem;display:block;line-height:1;margin:.1rem 0 0}
.index_news .swiper-slide .time i{position:absolute;right:0;bottom:0;width:.38rem;height:.38rem;border:2px solid #9bbfda;line-height:.34rem;text-align:center;font-size:.18rem;color:#2a72a9;border-radius:100%}
.index_news .swiper-slide a:before{content:'';width:0;height:100%;background:linear-gradient(to right,#0789b1,#11c37f);position:absolute;top:0;left:0;z-index:1;transition:all .45s ease-in-out}
.index_news .swiper-slide a:hover:before{width:100%}
.index_news .swiper-slide a:hover h5 {color:#FFF}
.index_news .swiper-slide a:hover .time {border-color:#FFF;color:#FFF}
.index_news .swiper-slide a:hover .time em {color:#FFF}
.index_news .swiper-slide a:hover .time i{background:#73e0b0;color:#FFF;border-color:#73e0b0}
.index_news .swiper-page>div{position:absolute;top:50%;left:-1rem;transform:translateY(-50%);z-index:1;width:.56rem;height:.56rem;background:#afafaf;line-height:.56rem;text-align:center;border-radius:100%}
.index_news .swiper-page>div img {max-height:.16rem;transition:none}
.index_news .swiper-page>div.slide-button-next {left:auto;right:-1rem;}
.index_news .swiper-page>div:hover{background:#026acd}
/**/
.footer{background:#2b2b2b;}
.footer>div{display:flex;}
.footer .logos {flex:0 0 14%;padding:.6rem .1rem 0 0}
.footer .logos img{max-height:.7rem;transition:none}
.footer .logos>p{margin:2.7rem 0 0}
.footer .logos>p a{display:flex;font-size:.16rem;color:#FFF;justify-content:space-between;align-items:center;}
.footer .logos>p i {font-size:.3rem;color:#1d518b;}

.footer .navlist{flex:0 0 65%;padding:.93rem 1rem .75rem;border-left:1px solid #606060;border-right:1px solid #606060;display:flex;justify-content:space-between;}
.footer .navlist dl {margin:0;padding:0;max-width:1.7rem;}
.footer .navlist dl dt {margin:0 0 .35rem;font-weight:normal}
.footer .navlist dl dt a{font-size:.18rem;color:#FFF}
.footer .navlist dl dd {margin:0 0 .2rem;}
.footer .navlist dl dd a{font-size:.16rem;color:#abaaaa}
.footer .infos {flex:0 0 21%;padding:.75rem 0 .5rem .3rem;}
.footer .infos .tels{margin:0 0 .65rem;}
.footer .infos .tels p{font-size:.16rem;color:#d9d7d7;}
.footer .infos .tels p:first-child{margin:0 0 .52rem;}
.footer .infos .copy,.footer .infos .copy a {font-size:.16rem;color:#abaaaa}
/**/
.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;}

/*** 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:#026acd;}
.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:#026acd;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;display:block;overflow:hidden}
.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%);}

.met_pager{padding: .45rem 0;text-align: center;font-size: 0;}
.met_pager a{display:inline-block;vertical-align:top;width:31px;height:31px;text-align:center;background:#e0e0e0;line-height:31px;font-size:.16rem;color:#393737;margin:0 3px}
.met_pager a[href="javascript:;"]{cursor:initial}
.met_pager a[href="javascript:;"]:hover{color:#393737;background:#e0e0e0}
.met_pager a.page-num-current,.met_pager a:hover{background: #026acd;color:#fff;}


.show_product{padding:.7rem 0}
.show_product .row .text-left .bigimg{border:1px solid #ccc;position: relative;z-index: 5;}
.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 #026acd}
.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:#026acd;color:#fff;padding:0 .3rem}
.editor{padding:.1rem 0;line-height:1.8;font-size:.16rem;color:#333}
.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}

.cloudzoom-blank,.cloudzoom-zoom,.cloudzoom-blank *,.cloudzoom-zoom *{transition:none;}

.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_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:#026acd;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;}

.fancybox-container ,.fancybox-container *{transition:none;}
/********<=767 mobile nav style css********/
.fl-page{position:relative;top:-1.5rem;}

#menu {display:none;}
#menu.mm-menu.mm-current{display:block;}
.m-header {background:#FFF;box-shadow:0 0 12px rgba(0,0,0,0.2)}
.m-header >.col-xs-6>div {color:#333;line-height:normal;}
.m-header >.col-xs-6 .langs>*{display:inline-block;font-size:14px;color:#333;line-height:normal;}
.m-header >.col-xs-6 .langs em {padding:0 5px;}
.m-header >.col-xs-6 .langs a{width:30px;height:30px;background:#333;color:#FFF;line-height:30px;text-align:center;border-radius:100%;margin:0 0 0 5px;}
.m-header >.col-xs-6 .menu{margin-left:.15rem;}
.m-header >.col-xs-6 .menu a{font-size:16px;color:#333}
.m-header >.col-xs-6 .menu a>* {display:inline-block;vertical-align:middle;}
.m-header >.col-xs-6 .menu a i {font-size:20px;}
.m-header >.col-xs-6 img {max-height:45px;}
.st-container .st-menu {background:#0e6eb8;
	-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:#f39800;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:#FFF}
.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:#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:#f39800}
.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;}
/********<=767 mobile nav style css 2********/

/**************************/
@media(max-width:1800px){
	.index_about .text{padding-left:0}
}
@media(max-width:1440px){
	.index_about .text{margin-left:1.6rem;flex:0 0 45%}
	.index_about .text h3{font-size:.38rem;}
	.index_about .text .nums h5 em{font-size:.6rem;}
	.index_case{padding-left:1.6rem;}
}
/******ipad****/
@media(max-width:990px){
	body{overflow-x:hidden;}
	.st-menu {display:block;}	
	.header {display:none;}
	.m-header  {top:0;opacity:1;}
	
	.tem_banner{padding:60px 0 0}
	.index_about .text{margin-left:15px;}
	.index_case{padding-left:15px;}
	.index_news .swiper-page > div{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){
	.tem_banner .swiper-slide img {width:100%;height:320px;object-fit:cover;}
	.index_about::before{width:100%;height:100%;background:rgba(0,0,0,.7);bottom:0;left:0}
	.index_about .text{flex:1;margin:0 15px;}
	
	.index_why .mains{transform:scale(.8)}
	.index_case .items{display:block;}
	.index_case .items .names{margin:0 0 .65rem;}
	.footer > div{display:block;}
	.footer .navlist{display:none;}
	.footer .logos > p{display:none;}
	.footer .infos{padding-left:0}
	.news_box .mains{grid-template-columns:1fr 1fr;}
	
	.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;}
}