/***** Header *****/
header{position: fixed;width: 100%;z-index: 1000;background: #fff;box-shadow: 0 0 .1rem rgb(0 0 0 / 20%);}
header>div{display:flex;height:1rem;line-height:1rem;justify-content: space-between;}
header>div .logo{width:19%}
header>div .navs{width:50%}
header>div .navs ul{display:flex;justify-content: space-between;}
header>div .navs ul li a{font-size:.16rem;color:black;position:relative}
header>div .navs ul li.active a{color:#D9001B}
header>div .navs ul li.active a:after{width:100%}
header>div .navs ul li a:after{content:'';position:absolute;width:0;height:2px;bottom:0;background:#D9001B;left:0;transition:.3s}
header>div .navs ul li a:hover:after{width:100%;transition:.3s}
header>div .navs ul li a:hover{color:#D9001B;transition:.3s}
header>div .langs a{font-size:.16rem;color:black}
/***** Header End *****/

.tem_banner{position:relative;width:100%;padding-top: 1rem;}
.tem_banner.index .txt{position:absolute;width:100%;height:100%;top:0;left:0;font-size:.16rem;text-align: left;color: #fff;}
.tem_banner.index .txt .pd{display:inline-block;text-align:left;max-width: 4.95rem;}
.tem_banner.index .txt .logo{font-size:0;margin-bottom: .35rem;}
.tem_banner.index .txt .logo .img{display:inline-block;width:2.17rem;opacity:0;transition:none;transform:translateY(30px);}
.tem_banner.index .txt .title {width: 100%;text-align: center;}
.tem_banner.index .txt .title>*{text-shadow: 1px 1px 5px #000;}
.tem_banner.index .txt .title h2{font-size: .48rem;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: 1rem;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;left:0;text-align: center;font-size:0;width:100%;margin:0;}
.tem_banner.index .slide-pagination span{width:11px;height:11px;border-radius:100%;border:1px solid #fff;opacity:1;background:0 0;margin:0 5px;outline:0}
.tem_banner.index .slide-pagination span.swiper-pagination-bullet-active{background: #fff;border-color: #fff;}
.tem_banner.index  .swiper-page>div{position:absolute;width:.5rem;height:.5rem;border-radius:100%;line-height:.5rem;text-align:center;font-size:.24rem;color:white;outline:none;z-index:2;top:50%;left:5%;transform:translateY(-50%);background:rgba(0,0,0,.5)}
.tem_banner.index .swiper-page>div.slide-button-next {left:auto;right:5%}
.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_about{padding:.9rem 0 1.25rem;position:relative}

.index_about .title{text-align:center;margin:0 0 .35rem}
.index_about .title h1{font-size:.3rem;color:#ff4050;font-weight:bold;}
.index_about .title p{font-size:.2rem;margin:.1rem 0 0;padding:0  0 .4rem;position:relative}
.index_about .title p:after{content:'';position:absolute;background: url(../images/icon1.png)  0 0 no-repeat;width:.3rem;height:.1rem;left:50%;transform:translateX(-50%);bottom:0;background-size:100%}
.index_about .infos{display:flex;justify-content: space-between;align-items: center;}
.index_about .infos .left{width:48%}
.index_about .infos .left .more{text-align:center;margin:.2rem  0 0}
.index_about .infos .left .more a{display:inline-block;width:1.5rem;height:.48rem;line-height:.48rem;border:1px solid #a1a1a1;font-size:.14rem;color:black;box-shadow:3px 3px 0 1px #a1a1a1}

.index_about .infos .img{width:48%}
.index_chosse{background:rgba(246, 246, 246, 1);padding:0 0 .5rem}
.index_chosse .title{text-align:center;padding:.55rem 0 .65rem}

.index_chosse .title h1{font-size:.3rem;color:#ff4050;font-weight:bold;}
.index_chosse .title p{font-size:.2rem;margin:.1rem 0 0;;position:relative}
.index_chosse ul{display:flex;justify-content: space-between;overflow:inherit;margin:0 0 .25rem}
.index_chosse ul li .img img{max-width:90px;}
.index_chosse ul li {width:19%;text-align:center}
.index_chosse ul li:nth-child(1){margin:.7rem 0 0}
.index_chosse ul li:nth-child(4){margin:.7rem 0 0}
.index_chosse ul li  .text h1{font-size:.18rem;color:#333333;margin:.2rem 0}
.index_chosse ul li  .text p{font-size:.14rem;line-height:.3rem;color:#999999}
.index_chosse>div>.img img{width:60%}
.index_product .title{display:flex;padding:.75rem  0 .45rem;justify-content: space-between;align-items: flex-end;}
.index_product .title h1{font-size:.15rem;color:black;}
.index_product .title  h1 em{font-size:.3rem;color:#ff4050;font-weight:bold;margin-right:.05rem}
.index_product .title a{font-size:.15rem;color:black;border-bottom:1px solid black ;padding: 0 0 .05rem}
.index_product .lists ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.index_product .lists ul li{width:33%;margin-bottom:.45rem}
.index_product .lists ul li h1{font-size:.16rem;color:#333;text-align:center;margin:.2rem 0 0}
.index_product .lists ul li a{position:relative}
.index_product .lists ul li a h2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:.16rem;color:white;z-index:1;width:100%;text-align:center;padding:.15rem 0;opacity:0 }
.index_product .lists ul li a h2:after{content:'';position:absolute;width:60%;height:1px;top:0;left:50%;transform:translateX(-50%);background:white;transition:all 0.5s ease}
.index_product .lists ul li a h2:before{content:'';position:absolute;width:60%;height:1px;bottom:0;left:50%;transform:translateX(-50%);background:white;transition:all 0.5s ease}
.index_product .lists ul li a:hover h2{opacity:1}
.index_product .lists ul li a:hover h2:after{opacity:1;width:.2rem;;transition:all 0.5s ease}
.index_product .lists ul li a:hover h2:before{opacity:1;width:.2rem;;transition:all 0.5s ease}
.index_product .lists ul li a:hover:after{opacity:1}
.index_product .lists ul li a:hover img{transform:scale(1.1)}
.index_product .lists ul li a:after{content:'';position:absolute;background:rgba(0,0,0,.6);width:100%;height:100%;top:0;left:0;opacity:0;transition:all 0.5s ease}




.index_news {background:rgba(242, 242, 242, 1);padding:0 0 .75rem}
.index_news .title{display:flex;padding:.7rem  0 .50rem;justify-content: space-between;align-items: flex-end;}
.index_news .title h1{font-size:.15rem;color:black;}
.index_news .title  h1 em{font-size:.3rem;color:#ff4050;font-weight:bold;margin-right:.05rem}
.index_news .title a{font-size:.15rem;color:black;border-bottom:1px solid black ;padding: 0 0 .05rem}
.index_news .lists ul{display:flex;justify-content: space-between;overflow:inherit} 
.index_news .lists ul li{width:32%}
.index_news .lists ul li a{display:flex;flex-direction: column;align-items: center;}
.index_news .lists ul li a .text{width:90%;background:white;padding:24px 24px 10px;box-shadow:2px 2px 7px 6px #44040a14;top:-24px;position:relative}
.index_news .lists ul li a .text span{background:#ff4050;padding:5px 10px;display:inline-block;color:white;font-size:.14rem}
.index_news .lists ul li a .text h2{font-size:.16rem;color:black;margin:26px 0 16px}
.index_news .lists ul li a .text p{font-size:.14rem;color:#777;line-height:.3rem;height:.6rem}
.index_news .lists ul li a .text .more{margin:.15rem  0 0;z-index:2;display:inline-block;position:relative;padding:10px 5px;;font-size:.14rem}
.index_news .lists ul li a .text .more em{z-index:2;;font-size:.14rem;color:#ff4050}
.index_news .lists ul li a .text .more:after{content:'';position:absolute;background:#ff4050;width:25%;height:0;left:0;top:0;z-index:-1;	-webkit-transition: .5s all;-moz-transition: .5s all;transition: .5s all;}
.index_news .lists ul li a .text .more:before{content:'';position:absolute;background:#ff4050;width:25%;height:0;right:0;bottom:0;z-index:-1;	-webkit-transition: .5s all;-moz-transition: .5s all;transition: .5s all;}
.index_news .lists ul li a .text .more em:after{content:'';position:absolute;background:#ff4050;width:25%;height:0;left:25%;bottom:0;z-index:-1;	-webkit-transition: .5s all;-moz-transition: .5s all;transition: .5s all;}
.index_news .lists ul li a .text .more em:before{content:'';position:absolute;background:#ff4050;width:25%;height:0%;left:50%;top:0;z-index:-1;	-webkit-transition: .5s all;-moz-transition: .5s all;transition: .5s all;}
.index_news .lists ul li a:hover .text .more:after{height:100%}
.index_news .lists ul li a:hover .text .more:before{height:100%}
.index_news .lists ul li a:hover .text .more em:after{height:100%}
.index_news .lists ul li a:hover .text .more em:before{height:100%}
.index_news .lists ul li a:hover .text .more em{color:white}
.index_news .lists ul li a:hover  img{transform:scale(1.1)}
/*** 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;}

footer{width:100%;background: rgba(39, 39, 39, 1);}
footer .top {padding:0 0 .7rem;border-bottom:1px solid rgba(69, 69, 69, 1)}
footer .top .text{padding:.5rem 1rem 1rem;}
footer .top .text .img{padding:0 0 .35rem}
footer .top .text p{font-size:.14rem;color:#999999;text-align:center;line-height:.3rem}
footer .top  ul{display:flex;flex-wrap: wrap;align-items: center;}
footer .top  ul li{width:33.33%;margin:0 0 .2rem}
footer .top  ul li p{font-size:.14rem;color:white}
footer .top  ul li h2{font-size:.16rem;color:white;font-weight:bold}
footer .bot{display:flex;height:.5rem;line-height:.5rem;align-items: center;justify-content: center;}
footer .bot>*{font-size:.14rem;color:#aaa;margin:0 .2rem}
/**/
/********<=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: #363636;}
.m-header >.col-xs-6 img {max-height: 35px;}
.st-container .st-menu {
	background: white;
	-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: black;position:relative;font-size:.25rem;}
.st-container .st-menu ul li>a:hover,.st-container .st-menu ul li.active>a {background: #1163b2;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: #1163b2;}
.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: black;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: #1163b2;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: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_about .infos{display:inherit}
	.index_about .infos .left{width:100%;margin:0 0 .2rem}
	.index_about .infos .img{width:100%}
	.index_chosse ul li .img img{width:100%}
	.index_product .lists ul li{width:48%}
	.index_news .lists ul{display:inherit}
	.index_news .lists ul li{width:100%}
	footer .top .text{padding:.2rem}
	footer .top .text .img img{width:50%}
	footer .top ul li{width:100%}
	footer .bot{height:auto;line-height:normal}
	footer .bot{display:inherit}

}