/***** Header *****/
header{position: fixed;width: 100%;z-index: 1000;;background: #fff;box-shadow: 0 0 .1rem rgb(0 0 0 / 20%);}
header .pad175{padding:0 1.75rem;display:flex;justify-content: space-between;height:1.18rem;line-height:1.18rem}
header  .logo{width:14.5%}
header  .navs{width:56%}
header  .navs ul{display:flex;justify-content: space-between;}
header  .navs ul li a{font-size:.16rem;color:#3b3b3b}
header  .navs ul li a:hover{color:#1c58d2}
header  .navs ul li.active a{color:#1c58d2}
header   .right{width:7.5%;display:flex;justify-content: space-between;}
header .right  .search{display:flex;flex-direction: column;justify-content: center;}
header .right  .search a{width:.19rem;height:.19rem;background:url(/public/common/images/search.png) 0 0 no-repeat;background-size:100%}
header .right .langs{display:flex;flex-direction: column;justify-content: center;line-height:normal}
header .right .langs a{font-size:.16rem;color:#373737;padding-left:.33rem;position:relative}
header .right .langs a:after{content:'';position:absolute;background:url(/public/common/images/langs.png) 0 0 no-repeat;width:.19rem;height:.19rem;left:0;top:50%;transform:translateY(-50%);background-size:100%}
header  .index_btn{position:relative;background:white;width:1.3%}
header .menu_btn {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:17px;cursor:pointer;}
header .menu_btn span {display:block;width:15px;height:2px;background:#000;margin:7px 0;}
header .menu_btn:before,header .menu_btn:after{content:'';width:23px;height:2px;background:#000;display:block;transition:all .4s;position:absolute;top:0;left:0;}
header .menu_btn:after {top:auto;bottom:0}
header .menu_btn:hover span,header .menu_btn.ons span{opacity:0;}
header .menu_btn:hover:before,header .menu_btn.ons:before {transform:rotate(45deg) translate(5px,5px) }
header .menu_btn:hover:after,header .menu_btn.ons:after{transform:rotate(-45deg) translate(5px,-8px)}
/***** Header End *****/

.tem_banner{position:relative;width:100%;padding-top: 1.18rem;}
.tem_banner.index .txt{position:absolute;top:35%;left:50%;font-size:.16rem;transform:translateX(-50%)}

.tem_banner.index .txt  h1{font-size: .6rem;color:#fff;margin-bottom: .3rem;;opacity: 0;text-shadow: 2px 2px 3px #333;;transform: translateY(50px);transition: 1s;}
.tem_banner.index .txt  p{font-size: .48rem;color:#fff;opacity: 0;transform: translateY(50px);transition: 1s;;text-shadow: 2px 2px 3px #333}
.tem_banner.index .swiper-slide-active .txt  h1{transform: none;transition: 1s;opacity: 1;transition-delay: .3s;}
.tem_banner.index .swiper-slide-active .txt p{transform: none;transition: 1s;opacity: 1;transition-delay: .6s;}

.tem_banner.index .slide-pagination{transition:.5s;position:absolute;z-index:1;bottom: 1.2rem;left:0;text-align: center;font-size:0;width:100%;margin:0;}
.tem_banner.index .slide-pagination span{width:.16rem;height:.16rem;border-radius:100%;opacity:1;margin:0 16px;outline:0;background: #fff;position:relative}
.tem_banner.index .slide-pagination span.swiper-pagination-bullet-active:after{transform:translate(-50%,-50%) rotate(360deg);transition:.3s;opacity:1}
.tem_banner.index .slide-pagination span:after{content:'';position:absolute;background:url(/public/common/images/icon1.png) 0 0 no-repeat;width:.37rem;height:.37rem;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;transition:.3s;background-size:100%}
.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{height:9.6rem;background-size:cover;background-attachment:fixed}
.index_about ul{display:flex;height:100%}
.index_about ul li{width:25%}
.index_about ul li a{height:100%;position:relative;display:flex;flex-direction: column;justify-content: center;border-right:1px solid white;padding:0 .6rem}
.index_about ul li a:after{content:'';position:absolute;left:50%;transform:translateX(-50%);top:0;width:100%;height:0;background:rgba(28,88,210,.74);transition:.6s }
.index_about ul li a:hover:after{height:100%;transition:.6s }
.index_about ul li a .txt{text-align:center;z-index:1}
.index_about ul li a .txt h1{padding:1.1rem 0 0;position:relative;font-size:.24rem;color:white;font-weight:bold;margin:0 0 .7rem}
.index_about ul li a .txt p{font-size:.18rem;color:white;transition:.3s;opacity:0;}
.index_about ul li:nth-child(1) a .txt h1:after{position:absolute;content:"";background:url(/public/common/images/icon12.png) 0 0 no-repeat;width:.81rem;height:.81rem;background-size:100%;left:50%;transform:translateX(-50%);top:0;transition:.3s}
.index_about ul li:nth-child(2) a .txt h1:after{position:absolute;content:"";background:url(/public/common/images/icon12.png) 0 0 no-repeat;width:.81rem;height:.81rem;background-size:100%;left:50%;transform:translateX(-50%);top:0;transition:.3s}
.index_about ul li:nth-child(3) a .txt h1:after{position:absolute;content:"";background:url(/public/common/images/icon13.png) 0 0 no-repeat;width:.88rem;height:.74rem;background-size:100%;left:50%;transform:translateX(-50%);top:0;transition:.3s}
.index_about ul li:nth-child(4) a .txt h1:after{position:absolute;content:"";background:url(/public/common/images/icon14.png) 0 0 no-repeat;width:.79rem;height:.79rem;background-size:100%;left:50%;transform:translateX(-50%);top:0;transition:.3s}
.index_about ul li a  .txt{padding:.6rem  0 0;}
.index_about ul li a:hover  .txt{padding:0}
.index_about ul li a:hover  .txt h1{padding:0;font-size:.36rem}
.index_about ul li a:hover  .txt h1:after{opacity:0;transition:.3s}
.index_about ul li a:hover  p{opacity:1;transition:.3s}
.index_about ul li a  .txt .more{position:absolute;left:50%;transform:translateX(-50%);width:2.15rem;height:.5rem;;bottom:2.6rem;opacity:0}
.index_about ul li a  .txt .more i{width:.5rem;height:.5rem;border:1px solid white;border-radius:100%;text-align:center;line-height:.5rem;font-size:.36rem;color:white;position:absolute;left:0;transition:.3s} 
.index_about ul li a  .txt .more:after{content:'';position:absolute;width:.09rem;height:.09rem;background:white;right:0;border-radius:100%;top:50%;transform:translateY(-50%)}
.index_about ul li a  .txt .more:before{content:'';position:absolute;width:1.65rem;height:2px;right:0;;top:50%;transform:translateY(-50%);z-index:-1;border: 1px dashed white;transition:.2s}
.index_about ul li a:hover  .txt  .more{opacity:1;transition:.2s}
.index_about ul li a:hover  .txt  .more i{left:87%;transition:1.5s;background:white;color:#3d3d3d;z-index:2}
.index_about ul li a:hover  .txt  .more:before{width:0;transition:1.5s}
.index_product {background: linear-gradient(to bottom, #e5f1fa, #ffffff);padding:0 0 .8rem}
.index_product .title{text-align:center;padding:.75rem  0 .6rem;position:relative}
.index_product .title h1{font-size:.3rem;color:#373737;text-transform:uppercase;font-weight:bold;margin:0 0 .1rem}
.index_product .title p{font-size:.36rem;color:#373737}
.index_product .title a{position:absolute;width:.62rem;height:.62rem;background:url(/public/common/images/iocn7.png) 0 0 no-repeat;top:.68rem;right:1.6rem;background-size:100%}
.index_product .lists{padding-left:2.6rem;display:flex;justify-content: space-between;}
.index_product .lists ul{width:23.5%;display:flex;flex-wrap: wrap;}
.index_product .lists ul li {width:50%}
.index_product .lists ul li a{height:2rem;display:flex;flex-direction: column;justify-content: center;align-items: center;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.index_product .lists ul li a h1{font-size:.16rem;color:#303030;font-weight:bold;padding:1rem 0 0 ;position:relative}
.index_product .lists ul li:nth-child(1) a h1:after{content:'';position:absolute;background:url(/public/common/images/icon2.png) 0 0 no-repeat;width:.52rem;height:.52rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(2) a h1:after{content:'';position:absolute;background:url(/public/common/images/icon3.png) 0 0 no-repeat;width:.51rem;height:.55rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(3) a h1:after{content:'';position:absolute;background:url(/public/common/images/icon4.png) 0 0 no-repeat;width:.54rem;height:.5rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(4) a h1:after{content:'';position:absolute;background:url(/public/common/images/icon5.png) 0 0 no-repeat;width:.51rem;height:.47rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(5) a h1:after{content:'';position:absolute;background:url(/public/common/images/icon6.png) 0 0 no-repeat;width:.62rem;height:.54rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(6) h1:before{display:none}
.index_product .lists ul li:nth-child(6) h1{padding:.5rem 0 0}
.index_product .lists ul li:nth-child(6) a h1:after{content:'+';position:absolute;left:50%;top:.0rem;transform:translateX(-50%);opacity:1;transition:.3s;font-size:.3rem}
.index_product .lists ul li:nth-child(6) a:hover h1:after{color:white}
.index_product .lists ul li:nth-child(2) a,.index_product .lists ul li:nth-child(4) a,.index_product .lists ul li:nth-child(6) a{border-right:0}
.index_product .lists ul li:nth-child(5) a,.index_product .lists ul li:nth-child(6) a{border-bottom:0}
.index_product .lists ul li a h1:before{content:"";position:absolute;;width:.3rem;height:1px;left:50%;transform:translateX(-50%);background:#d4d4d5;top:.8rem;transition:.3s}
.index_product .lists ul li a:hover,.index_product .lists ul li#current a{background:#224eaa}
.index_product .lists ul li a:hover h1:before,.index_product .lists ul li#current a h1:before{background:white}
.index_product .lists ul li a:hover h1,.index_product .lists ul li#current a h1{color:white;transition:.3s}
.index_product .lists ul li:nth-child(1) a:hover h1:after,.index_product .lists ul li:nth-child(1)#current h1:after {content:'';position:absolute;background:url(/public/common/images/icon2-1.png) 0 0 no-repeat;width:.52rem;height:.52rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(2) a:hover h1:after,.index_product .lists ul li:nth-child(2)#current h1:after{content:'';position:absolute;background:url(/public/common/images/icon3-1.png) 0 0 no-repeat;;width:.51rem;height:.55rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(3) a:hover h1:after,.index_product .lists ul li:nth-child(3)#current h1:after{content:'';position:absolute;background:url(/public/common/images/icon4-1.png) 0 0 no-repeat;width:.54rem;height:.5rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(4) a:hover h1:after,.index_product .lists ul li:nth-child(4)#current h1:after{content:'';position:absolute;background:url(/public/common/images/icon5-1.png) 0 0 no-repeat;width:.51rem;height:.47rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}
.index_product .lists ul li:nth-child(5) a:hover h1:after,.index_product .lists ul li:nth-child(5)#current h1:after{content:'';position:absolute;background:url(/public/common/images/icon6-1.png) 0 0 no-repeat;width:.62rem;height:.54rem;left:50%;top:0;transform:translateX(-50%);opacity:1;transition:.3s;background-size:100%}

.index_product .lists .infos{width:76%}
.index_product .lists .infos .items{position:relative}
.index_product .lists .infos .items a{position:relative;padding:.3rem}

.index_product .lists .infos .items .swiper-slide .img img{transform:scale(.8);filter:blur(5px)}
.index_product .lists .infos .items .swiper-slide-active .img img{transform:scale(1);filter:blur(0)}
.index_product .lists .infos .items .swiper-slide-active .more{opacity:1}
.index_product .lists .infos .items .swiper-slide-active a:hover .img img{transform:scale(1.1)}
.index_product .lists .infos .items a:after{content:'';position:absolute;background:url(/public/common/images/icon7.png) 0 0 no-repeat;width:5.5rem;height:5.5rem;left:50%;top:50%;transform:translate(-50%,-50%);background-size:100%;z-index:-1}
.index_product .lists .infos .items .text{}
.index_product .lists .infos .items .more{position:absolute;left:50%;transform:translateX(-50%);top:50%;width:2.15rem;height:.5rem;opacity:0}
.index_product .lists .infos .items .more i{width:.5rem;height:.5rem;border:1px solid white;border-radius:100%;text-align:center;line-height:.5rem;font-size:.36rem;color:white;position:absolute;left:0;transition:.3s} 
.index_product .lists .infos .items .more:after{content:'';position:absolute;width:.09rem;height:.09rem;background:white;right:0;border-radius:100%;top:50%;transform:translateY(-50%)}
.index_product .lists .infos .items .more:before{content:'';position:absolute;width:1.65rem;height:2px;right:0;;top:50%;transform:translateY(-50%);z-index:-1;border: 1px dashed white;transition:.2s}
.index_product .lists .infos .items a:hover .more i{left:87%;transition:.5s;background:white;color:#3d3d3d;z-index:2}
.index_product .lists .infos .items a:hover .more:before{width:0;transition:.5s}
.index_product .lists .infos .items .text h1{font-size:.22rem;color:#3d3d3d;text-transform:uppercase}
.index_product .lists .infos .items .text p{font-size:.32rem;color:#3d3d3d;text-transform:uppercase;margin:.1rem 0 0 }
.index_product .lists .infos .items .swiper-page{position:absolute;right:20%;top:10%;z-index:2}
.index_product .lists .infos .items .swiper-page .slide-button-prev{width:.52rem;height:.52rem;background:#a0a0a0 url(/public/common/images/jt1.png) center center no-repeat;border-radius:100%;margin: .7rem 0 .1rem;transition:.3s}
.index_product .lists .infos .items .swiper-page .slide-button-next{width:.52rem;height:.52rem;background:#a0a0a0 url(/public/common/images/jt2.png) center center no-repeat;border-radius:100%;transition:.3s}
.index_product .lists .infos .items .swiper-page .slide-button-prev:hover{background:#1c58d2 url(/public/common/images/jt1.png) center center no-repeat}
.index_product .lists .infos .items .swiper-page .slide-button-next:hover{background:#1c58d2 url(/public/common/images/jt2.png) center center no-repeat}
.index_choose{background:url(/public/common/images/icon8.jpg) 0 0 no-repeat;height:9.59rem;background-size:cover}
.index_choose>div{position:relative;height:100%}
.index_choose .text{position:absolute;left:50%;transform:translateX(-50%);top:26%}
.index_choose .text h1{font-size:.26rem;color:#0e244b;font-weight:bold;margin:.2rem 0 0}
.index_choose .items{position:absolute}
.index_choose .items1{left:9%;top:20%}
.index_choose .items1 h1{font-size:.24rem;color:#0e244b;font-weight:bold;padding:1.6rem  0 0;position:relative}
.index_choose .items1 h1:after{content:"";position:absolute;width:1.28rem;height:1.28rem;background:#d6f0fd;left:50%;top:0;border-radius:100%;transform:translateX(-50%);box-shadow: 0 0 .4rem rgb(35 79 170 / 35%);}
.index_choose .items1 h1:before{content:"";position:absolute;width:.97rem;height:.97rem;background:url(/public/common/images/icon9.png) 0 0  no-repeat;left:50%;top:.155rem;transform:translateX(-50%);z-index:2;background-size:100%;transition:.3s}
.index_choose .items1:hover h1:before{content:"";position:absolute;width:.97rem;height:.97rem;background:url(/public/common/images/icon9-1.png) 0 0  no-repeat;left:50%;top:.155rem;transform:translateX(-50%);z-index:2;background-size:100%;transition:.3s}
.index_choose .items3{right:9%;top:20%}
.index_choose .items3 h1{font-size:.24rem;color:#0e244b;font-weight:bold;padding:1.6rem  0 0;position:relative}
.index_choose .items3 h1:after{content:"";position:absolute;width:1.28rem;height:1.28rem;background:#d6f0fd;left:50%;top:0;border-radius:100%;transform:translateX(-50%);box-shadow: 0 0 .4rem rgb(35 79 170 / 35%);}
.index_choose .items3 h1:before{content:"";position:absolute;width:.97rem;height:.97rem;background:url(/public/common/images/icon11.png) 0 0  no-repeat;left:50%;top:.155rem;transform:translateX(-50%);z-index:2;background-size:100%;transition:.3s}
.index_choose .items3:hover h1:before{content:"";position:absolute;width:.97rem;height:.97rem;background:url(/public/common/images/icon11-1.png) 0 0  no-repeat;left:50%;top:.155rem;transform:translateX(-50%);z-index:2;background-size:100%;transition:.3s}
.index_choose .items2{left:50%;transform:translateX(-50%);bottom:19%}
.index_choose .items2 h1{font-size:.24rem;color:#0e244b;font-weight:bold;padding: 0 0 1.44rem;position:relative}
.index_choose .items2 h1:after{content:"";position:absolute;width:1.28rem;height:1.28rem;background:#d6f0fd;left:50%;bottom:0;border-radius:100%;transform:translateX(-50%);box-shadow: 0 0 .4rem rgb(35 79 170 / 35%);}
.index_choose .items2 h1:before{content:"";position:absolute;width:.97rem;height:.97rem;background:url(/public/common/images/icon10.png) 0 0  no-repeat;left:50%;bottom:.155rem;transform:translateX(-50%);z-index:2;background-size:100%;transition:.3s}
.index_choose .items2:hover h1:before{content:"";position:absolute;width:.97rem;height:.97rem;background:url(/public/common/images/icon10-1.png) 0 0  no-repeat;left:50%;bottom:.155rem;transform:translateX(-50%);z-index:2;background-size:100%;transition:.3s}
.index_sale{background:url(/public/common/images/icon15.jpg) 0 0  no-repeat;background-size:cover}
.index_sale>div{display:flex;justify-content: space-between;padding:1.4rem  0 1.25rem}
.index_sale .left{width:54%}
.index_sale .left .title h1{font-size:.3rem;color:#373737;text-transform:uppercase;font-weight:bold;margin:0 0 .1rem}
.index_sale .left .title  p{font-size:.36rem;color:#373737;display:inline-block;position:relative;padding-right:.7rem}
.index_sale .left .title  p:after{content:"";position:absolute;width:.5rem;height:2px;background:#313131;right:0;top:50%;transform:translateY(-50%)}
.index_sale .right{width:41.5%;padding:1.4rem 0 0;position:relative}
.index_sale .right .more{position:absolute;right:-.1rem;top:-.2rem}
.index_sale .right .more a{width:.62rem;height:.62rem;background:url(/public/common/images/icon16.png) 0 0 no-repeat;background-size:100%}

.index_sale .right .txt{padding:0 0 .9rem}
.index_sale .right .txt h1{font-size:.36rem;color:#272729;font-weight:bold;padding:0 0 .35rem}
.index_sale .right .txt  p{font-size:.2rem;color:#3c3c3c;line-height:.35rem}
.index_sale .right .infos h2{font-size:.3rem;color:#272729;font-weight:bold;padding:0 0 .3rem}
.index_sale .right .infos .lists .swiper-slide{display:flex;flex-wrap: wrap;justify-content: space-between;}
.index_sale .right .infos .lists .swiper-slide .items{width:32.5%;margin:0  0 .08rem}
.index_sale .right .infos .lists .swiper-slide .items a:hover img{transform:scale(1.1)}
.index_sale .right .infos .lists .swiper-slide:after{content:"";width:32.5%}
.index_sale .right .infos .lists .slide-pagination{margin:.3rem 0 0}
.index_sale .right .infos .lists .slide-pagination span{width:8px;height:8px;margin-right:.08rem}
.index_news{padding:1.63rem 0 2rem;background:url(/public/common/images/icon17.jpg) 0 0  no-repeat;background-size:cover;background-attachment:fixed}
.index_news>div{display:flex;justify-content: space-between;}
.index_news .left{width:17%}
.index_news .left .title{padding:0 0 1.15rem}
.index_news .left .title h1{font-size:.3rem;color:white;text-transform:uppercase;font-weight:bold;margin:0 0 .1rem}
.index_news .left .title  p{font-size:.36rem;color:white;display:inline-block;position:relative;padding-right:.7rem}
.index_news .left .title  p:after{content:"";position:absolute;width:.5rem;height:2px;background:white;right:0;top:50%;transform:translateY(-50%)}
.index_news .left  .swiper-page{display:flex;margin:0 0 .85rem}
.index_news .left  .swiper-page .slide-button-prev{width:.52rem;height:.52rem;margin-right:.25rem;background: url(/public/common/images/jt1.png) center center no-repeat;border-radius:100%;border:1px solid white;transition:.3s}
.index_news .left  .swiper-page .slide-button-next{width:.52rem;height:.52rem;background: url(/public/common/images/jt2.png) center center no-repeat;border-radius:100%;transition:.3s;border:1px solid white}
.index_news .left  .swiper-page .slide-button-prev:hover{background:#1c58d2 url(/public/common/images/jt1.png) center center no-repeat;border:1px solid #1c58d2;}
.index_news .left  .swiper-page .slide-button-next:hover{background:#1c58d2 url(/public/common/images/jt2.png) center center no-repeat;border:1px solid #1c58d2}
.index_news .left .more a{width:1.25rem;height:.5rem;line-height:.5rem;text-transform:uppercase;border-bottom:2px solid white;font-size:.16rem;color:white;background:url(/public/common/images/jt2.png) right center no-repeat}
.index_news .right{width:77%}
.index_news .right a{background:#ffffff}
.index_news .right a .text{padding:.47rem .4rem  .55rem}
.index_news .right a .text h1{font-size:.18rem;color:#1d1e1e;font-weight:bold;height:.5rem;line-height:.25rem;margin:0 0 .3rem}    
.index_news .right a .text  p{font-size:.16rem;color:#4c4c4c;line-height:.25rem;height:.5rem}
.index_news .right a .more{height:.95rem;line-height:.95rem;padding:0 .35rem;display:flex;justify-content: space-between;align-items: center;border-top:2px solid #e5e5e5}
.index_news .right a .more span{font-size:.16rem;color:#242424;font-weight:bold;position:relative;padding-left:.22rem;z-index:2}
.index_news .right a .more span:after{content:"";position:absolute;background: url(/public/common/images/icon18.png) 0 0 no-repeat;width:.15rem;height:.15rem;left:0;top:50%;transform:translateY(-50%);background-size:100%}
.index_news .right a .more span:before{content:"";position:absolute;background: #1c58d2;width:0;height:0;left:-.1rem;top:.23rem;background-size:100%;border-radius:100%;z-index:-1;transition:.3s}
.index_news .right a:hover .more span:before{width:.36rem ;height:.36rem}
.index_news .right a .more  em{font-size:.16rem;color:#242424}
.index_news .right a:hover  .text h1{color:#1c58d2;transition:.3s}
.index_news .right a:hover img{transform:scale(1.1)}
.index_guimo{position:relative}
.index_guimo .pad175{padding:.65rem 1.75rem}
.index_guimo ul{display:flex}
.index_guimo ul li {width:25%;height:1.75rem;border-right:2px solid #bfbfbf;display:flex;justify-content: center;align-items: center;}
.index_guimo ul li  .txt{margin-left:.3rem}
.index_guimo ul li  .txt h1{font-size:.18rem;color:#1c58d2;    font-weight:bold;}
.index_guimo ul li  .txt h1 em{font-size:.5rem;color:#1c58d2;font-weight:bold;margin-right:.1rem}
.index_guimo ul li  .txt p{font-size:.2rem;color:#3c3c3c;margin:.1rem 0 0}
.index_guimo  .cans{position:absolute;left:50%;transform:translateX(-50%);width:100% !important;height:100% !important;bottom:0;z-index:-1;background:#f3f3f3}
.index_guimo  .cans canvas{height:100%  !important;width:100% !important}
/*** 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:#1c58d2;}
.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:#1c58d2;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 #1c58d2}
.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:#1c58d2;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{background: #eeeeee;}
footer .top{display:flex;justify-content: space-between;padding:1.15rem 0 0}
footer .top .fot_nav{width:60%;display:flex;justify-content: space-between;}
footer .top .right{width:36%;display:flex;flex-direction: column;align-items: flex-end;}
footer .top .fot_nav dl dt {margin:0 0 .15rem}
footer .top .fot_nav dl dt a{font-size:.16rem;color:#313131;font-weight:bold}
footer .top .fot_nav dl dd{margin: 0 0 .05rem}
footer .top .fot_nav dl dd a{font-size:.14rem;color:#8c8c8c}
footer .top .right .search{width:3rem}
footer .top .right .search form{position:relative}
footer .top .right .search input{height:.4rem;border:1px solid #ccd2df;border-radius:0;background:none;padding-right:.5rem}
footer .top .right .search  button{position:absolute;right:.2rem;top:50%;transform:translateY(-50%);background:none;border:0;color:#636363;font-size:.2rem}
footer .top .right .infos{width:100%;display:flex;justify-content: space-between;margin:.78rem -0 0;padding:.15rem 0;border-top:1px solid #dde1e9;border-bottom:1px solid #dde1e9}
footer .top .right .infos .shares{width:50%;}
footer .top .right .infos .shares .img{text-align:left !important;margin:0 0 .1rem}
footer .top .right .infos ul{display:flex;align-items: center;}
footer .top .right .infos ul li h1{font-size:.16rem;color:#101010}
footer .top .right .infos ul li  {margin-right:.2rem}
footer .top .right .infos ul li:last-child{margin:0}
footer .top .right .infos ul li  a{font-size:.2rem;color:#101010}
footer .top .right .infos .imgs p{font-size:.14rem;color:#353535;text-align:right;margin:.1rem 0 0}
footer .bot{display:flex;height:1.33rem;line-height:1.33rem}
footer .bot>*{font-size:.14rem;color:#282828;font-weight:bold}
footer .bot p{margin-right:.5rem}
.tras {-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.trans-md {-webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;}
.nav-header {position:fixed;top:0;right:0;z-index:50;width:100%;}
.nav-header .bg{position:fixed;top:0;right:0;width:100%;height:100%;background:rgba(0,0,0,0);visibility:hidden}
.nav-header .btns{position:fixed;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}
.nav-open .nav-header .bg{background:rgba(0,0,0,.3);visibility:visible}
.nav-open .nav-header .nav-bg{-webkit-transform:translate(50%,-50%) scale(1);-ms-transform:translate(50%,-50%) scale(1);transform:translate(50%,-50%) scale(1)}
#topnav{position:fixed;top:0;right:0;pointer-events:none;-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;-o-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;transition:all .8s cubic-bezier(.77,0,.175,1) 0s}
#topnav .main{position:absolute;top:0;right:0;width:15%;height:100%;background:#fff;pointer-events:auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;z-index:1;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;-o-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;transition:all .8s cubic-bezier(.77,0,.175,1) 0s;border-left:1px solid #dcdcdc}
#topnav .main nav{max-width:100%;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;-o-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;transition:all .8s cubic-bezier(.77,0,.175,1) 0s;position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;padding:0 15%}
#topnav .sub-btn{-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer}
#topnav .sub-btn h5 {position: relative;line-height: 40px;text-transform: capitalize;transition: all .4s;font-size:16px;color:#2b2b2b}
#topnav .sub-btn.active,.desktop #topnav .sub-btn:hover{color:#2c1d10}
#topnav .submenu{position:absolute;top:0;right:15%;width:280px;height:100%;padding-left:20px;padding-right:20px;background:#F0F0F0;pointer-events:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;opacity:0;-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;-o-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;transition:all .8s cubic-bezier(.77,0,.175,1) 0s}
.nav-open #topnav .submenu.open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.nav-open #topnav .submenu.open a{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
#topnav .submenu>div{position:absolute;top:50%;left:0;width:100%;padding:0 20%;transform:translateY(-50%)}

#topnav .submenu a{position:relative;display:block;margin-bottom:10px;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;-o-transition:all .8s cubic-bezier(.77,0,.175,1) 0s;transition:all .8s cubic-bezier(.77,0,.175,1) 0s;font-size:16px;color:#323232;margin:0 0 35px;}

#topnav .submenu a:focus img,.desktop #topnav .submenu a:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}
#topnav .submenu a:focus .title:before,.desktop #topnav .submenu a:hover .title:before{height:100%}
@media (orientation:landscape){#topnav .submenu{padding-top:20px;padding-bottom:20px}}#topnav nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
#topnav nav ul {    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;	
	}
.m-t-lg {margin-top:60px}	
nav ul li {    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;}
#topnav nav ul li {margin:0}
#topnav nav ul li a{    position: relative;
    display: block;
    line-height: 40px;
    text-transform: capitalize;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;padding:0;font-size:16px;color:#2b2b2b}
#topnav nav ul li a:hover,#topnav nav ul li a:focus{background:none;color:#2c1d10}

.nav-open #topnav .main{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.nav-open{overflow:hidden}
.nav-open #qtranslate-chooser{color:#583afa}
.desktop .mini-header .toplogo:after{background:#583afa}
.mini-header .toplogo .logo{background-position:bottom center}
.mini-header .menu_btn span:after,.mini-header .menu_btn span:before{background:#583afa}
.mini-header #qtranslate-chooser{color:#583afa}
.full {width:100%;height:100%;overflow:hidden;}
@media (max-width:812px){.p-v-md{padding-top:40px;padding-bottom:40px}}@media (max-width:767px){.p-v-md{padding-top:30px;padding-bottom:30px}}.p-v-lg{padding-top:120px;padding-bottom:120px}
@media (max-width:812px){.p-v-lg{padding-top:.8rem;padding-bottom:.8rem}}@media (max-width:767px){.p-v-lg{padding-top:60px;padding-bottom:60px}}@media (min-width:1600px){.p-v-lg{padding-top:160px;padding-bottom:160px}}.p-h-xs{padding-left:20px;padding-right:20px}


@media (orientation:landscape){#topnav .submenu{padding-top:20px;padding-bottom:20px}}#topnav nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
#topnav nav ul li{margin:0}
.nav-open #topnav .main{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.nav-open{overflow:hidden}
.nav-open #qtranslate-chooser{color:#2c1d10}
.desktop .mini-header .toplogo:after{background:#2c1d10}
.mini-header .toplogo .logo{background-position:bottom center}
.mini-header .menu_btn span:after,.mini-header .menu_btn span:before{background:#2c1d10}
.mini-header #qtranslate-chooser{color:#2c1d10}
@media (min-width:768px){html:not(.iphone_x) .mini-header .toplogo{height:70px;padding-top:24px;padding-bottom:24px}
html:not(.iphone_x) .mini-header #qtranslate-chooser,html:not(.iphone_x) .mini-header .menu_btn{height:70px;line-height:70px}
html:not(.iphone_x) .mini-header .pagenav .title,html:not(.iphone_x) .mini-header .pagenav ul li a{line-height:70px}}#qtranslate-chooser,#topnav .submenu,.menu_btn,.pagenav{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}
@media (min-width:768px) and (orientation:portrait){#topnav .p-v-lg{padding-top:120px}}@media (max-width:812px) and (orientation:portrait){.toplogo{width:160px;padding:34px 24px}
.pagenav{left:160px;width:calc(100% - 340px)}}@media (max-width:812px) and (orientation:landscape){#topnav .main{width:40%}
#topnav .submenu{right:40%;width:50%;max-width:240px}}
@media (max-width:767px){.header-bg{height:60px;background:#000}
.toplogo{width:140px;height:60px;padding:20px}
.menu_btn{width:60px;height:60px;line-height:60px}
#qtranslate-chooser{width:60px;height:60px;line-height:60px}
#topnav .main{padding-top:.8rem}
#topnav .main nav{max-width:80%}
#topnav .submenu a .title{font-size:12px}}
@media (max-width:767px) and (orientation:portrait){#topnav .main{width:60%;padding-top:100px}
#topnav .submenu{right:40%;width:60%}
.nav-open .opensub #topnav .main{-webkit-transform:translate3d(20vw,0,0);transform:translate3d(20vw,0,0)}}
@media (orientation:landscape){.iphone_x .header-bg{display:none}
}
/**/
/********<=767 mobile nav style css********/
.m-header {background: #444;box-shadow:0 0 12px rgba(0,0,0,0.2);}
.m-header >.col-xs-6>div {color: #fff;}
.m-header >.col-xs-6 img {max-height: 35px;}
.st-container .st-menu {
	background: #363636;
	-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: #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: #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:1600px){
	.index_product .lists{padding-left:.6rem}
	.index_choose{height:8rem}
	.index_guimo .pad175{padding:.65rem .75rem}
	header .pad175{padding:0 .75rem}
}
@media(max-width:990px){
	body{overflow-x:hidden;}
header .navs{display:none}
header .logo{width:35%}
header .right{width:20%}
	.tem_banner{padding-top: 60px;}
	.tem_banner.index .txt h1{font-size:.48rem}
	.tem_banner.index .txt p{font-size:.3rem}
	.tem_banner.index .txt{width:100%}
	.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){
	.index_product .lists{padding:0}
	.index_product .lists{display:inherit}
	.index_product .lists .infos{width:100%}
	.index_product .title a{right:.5rem}
	.index_product .lists .infos .items .swiper-page .slide-button-prev{background-size:60%}
	.index_product .lists .infos .items .swiper-page .slide-button-next{background-size:60%}
	.index_product .lists .infos .items .swiper-page .slide-button-prev:hover{background-size:60%}
.index_product .lists .infos .items .swiper-page .slide-button-next:hover{background-size:60%}
.index_product .lists .infos .items a:after{background-size:80%}
.index_news .left  .swiper-page .slide-button-prev{background-size:60%}
.index_news .left  .swiper-page .slide-button-next{background-size:60%}
.index_news .left  .swiper-page .slide-button-prev:hover{background-size:60%}
.index_news .left  .swiper-page .slide-button-next:hover{background-size:60%}
.index_news .left .more a{background-size:20%}
.index_choose{height:8rem;background-attachment:fixed}
.index_choose .text .img img{width:70%}
.index_choose .items1{left:5%;top:20%}
.index_choose .items3{right:5%;top:20%}
.index_choose .items2{bottom:25%}
.index_choose .text{text-align:center;top:10%}
.index_about ul{display:flex;flex-wrap: wrap;}
.index_about ul li{width:50%}
.index_about ul li a .txt .more{bottom:.5rem}
.index_sale>div{display:inherit}
.index_sale .left{width:100%}
.index_sale .right{width:100%}
.index_news>div{display:inherit}
.index_news .left{width:100%;margin:0 0 .1rem}
.index_news .right a .more{display:inherit}
.index_news .right a .more span{width:100%}
.index_news .right a .more em{width:100%;display:inline-block}
.index_news .right a .more{height:auto;line-height:normal}
.index_news .right a .text{padding:.2rem}
footer .top .right .search{width:4rem}
footer .top .right .search input{height:.8rem}
.index_guimo .pad175{padding:.65rem .25rem}
footer .top .right{width:100%}
footer .top .fot_nav{display:none}
.index_guimo ul{display:flex;flex-wrap: wrap;}
.index_guimo ul li{width:50%}
.index_guimo ul li .img{width:30%}
.index_news .right{width:100%}
	.index_product .lists ul{width:100%}
	.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;}


}   