@charset "utf-8";

@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}


@font-face
{font-family: LexendRegular;
src: url('Lexend-Regular.ttf')}

@font-face
{font-family: LexendLight;
src: url('Lexend-Light.ttf')}

@font-face
{font-family: LexendBold;
src: url('Lexend-Bold.ttf')}

@font-face
{font-family: LexendSemiBold;
src: url('Lexend-SemiBold.ttf')}




@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
       url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
       url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




*{box-sizing:border-box;font-size: .16rem;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:'LexendRegular', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i,span{font-style:normal;font-family: inherit;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}
.auto1200{margin:0 auto;max-width: 12rem;width: 94%;}
.auto{margin:0 auto;max-width: 14.4rem;width: 94%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}

/* ::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;} */

.c-main{color:#9e2a2f!important;}

/* .btn{display: flex;align-items: center;justify-content: center;font-size: 0.18rem;color:#fff;background-color: #1e53b4;border:none;cursor: pointer;width: 2rem;height: 0.58rem;border-radius:.29rem;}
.btn:hover{background-color: #2662d0;} */


/* 公共部分 */
.head{background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #efefef;}
.head .auto{max-width: 13.6rem;}

.hd-t{height: 0.5rem;background-color: #1f3a5f;}
.hd-t .wrap{height:100%;display: flex;align-items: center;justify-content: flex-end;}
.hd-t .wz{font-size: 0.16rem;color:#fff;margin-left: 0.15rem;}
.hd-t .ic{display: inline-block;vertical-align: middle;width: 0.2rem;margin:0 0.02rem 0 0;}
.hd-t .social{display: flex;margin-left: 0.95rem;}
.hd-t .social a{margin-left: 0.15rem;font-size: 0.22rem;color:#fff;}
.hd-t .social a:hover{color:#9e2a2f;}


.hd-b .wrap{display: flex;align-items: center;justify-content: space-between;}
.hd-b .r{display: flex;align-items: center;}

.hd-logo .img{height: .8rem;width: auto;}





.hd-nav li{display: inline-block;vertical-align: middle;margin-right: 0.85rem;position: relative;}
.hd-nav li>a{display: block;font-size: 0.18rem;color:#0b0b0b;line-height: .85rem;position: relative;}
.hd-nav li.has>a::after{content:'\e772';display: inline-block;vertical-align: middle;color:#999;font-family: 'iconfont';margin-left: 0.05rem;}

.hd-nav li.cur>a,.hd-nav li:hover>a{color:#9e2a2f;}
.hd-nav li.cur>a::after,.hd-nav li:hover>a::after{color:#9e2a2f;}

.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{width: 1.7rem;position: absolute;left:50%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;background-color: #9e2a2f;margin-left: -1rem;margin-top: -1px;border-radius:.06rem;}
.hd-nav .drop .lk{font-size: 0.15rem;color:#fff;line-height: 0.44rem;display: block;min-width: 25%;text-align: center;border-bottom:1px solid rgba(255,255,255,.15)}
.hd-nav .drop .lk:hover{opacity: 0.85;}
.hd-nav .drop .lk:last-child{border-bottom:none;}

.head .r{display: flex;align-items: center;/* margin-left: 1.6rem; */}

.hd-sear{}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;cursor: pointer;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 0.2rem;color:#070707;}
.hd-sear .icon::after{content:'\e651';font-family: 'iconfont';}

.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.6);z-index:110;display: none;}
.hd-sear-box .box{max-width: 8rem;line-height: 0.6rem;width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:.1rem;display: flex;overflow: hidden;}
.hd-sear-box .ipt-txt{font-size: 0.16rem;color:#000;flex:1;overflow: hidden;padding:0 .2rem;}
.hd-sear-box .submit{width: 0.6rem;height: 0.6rem;border:none;cursor: pointer;background:url(../images/icon_01.png) no-repeat center;background-size:.26rem;margin-right: 0.05rem;}


.hd-lang{position: relative;margin-left: 0.35rem;}
.hd-lang .font{display: flex;align-items: center;cursor: pointer;font-size: 0.16rem;color:#000;}
.hd-lang .font i{font-size: 0.2rem;color:#070707;margin-right: 0.08rem;}
.hd-lang .font::after{content:'\e775';font-family: 'iconfont';margin-left: 0.07rem;font-size: 0.14rem;transform: rotate(90deg);font-weight: bold;}

.hd-lang .drop{position: absolute;width: .8rem;left: 50%;transform: translate(-50%,0);padding-top: 0.15rem;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:.18rem 0 .08rem .15rem;position: relative;box-shadow:rgba(0, 0, 0, 0.25) 0 0 .1rem;}
.hd-lang .lk{font-size: 0.15rem;margin-bottom: 0.12rem;display: flex;align-items: center;}
.hd-lang .ic{width: 0.2rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{font-weight: bold;}
.hd-lang:hover .drop{display: block;}




.foot{background-color: #1f3a5f;padding:0.35rem 0 0.6rem;}
.foot .wrap{display: flex;align-items: flex-start;justify-content: space-between;}
.foot .lbox{flex:1;overflow: hidden;max-width: 70%;}
.foot .rbox{margin-left: 0.3rem;display: flex;flex-direction: column;align-items: flex-end;}

.foot .menu{}
.foot .menu .lk{font-size: 0.18rem;color:#fff;display: inline-block;vertical-align: middle;margin:0 0.6rem 0 0;line-height: 0.5rem;}
.foot .menu .lk:hover{color:#9e2a2f;}
.foot .smlogo{height: 1.8rem;width: auto;}

.foot .info{margin-top: 0.65rem;}
.foot .fz{font-size: 0.16rem;color:#fff;margin-bottom: 0.12rem;display: flex;align-items: flex-start;}
.foot .fz .icon{width: 0.28rem;margin:-0.02rem 0.1rem 0 0;}
.foot .fz:last-child{margin-bottom: 0;}

.foot .social{display: flex;margin-top: 0.4rem;}
.foot .social a{margin-left: 0.3rem;font-size: 0.32rem;color:#fff;}
.foot .social a:hover{color:#9e2a2f;}




/* Quality */
.inner-ban{height: 2rem;}


.crumb{font-size: 0.16rem;color:#000;line-height: 0.3rem;padding:0.1rem 0;}
.crumb .auto{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.crumb *{font-size: inherit;font-family: 'LexendLight';}
.crumb a:hover{color:#9e2a2f;}

.pub-tt{margin-bottom: 0.5rem;text-align: center;}
.pub-tt .bt{font-size: 0.5rem;color:#000;font-family: 'LexendBold';line-height: 1.2;}
.pub-tt .bt em{color:#9e2a2f;font-family: inherit;}
.pub-tt .smwz{font-size: 0.16rem;color:#565656;line-height: 0.24rem;margin: 0.2rem auto 0;max-width: 11.65rem;}
.pub-tt.white .bt{color:#fff;}

.pub-smbt{font-size: 0.42rem;color:#000;font-family: 'LexendBold';line-height: 1.3;}




.lx-di{padding:0.6rem 0 0.7rem;background:#fff;overflow: hidden;}
.lx-di .row{justify-content: space-between;}
.lx-di .item{margin-bottom: 0.2rem;width: 48.9%;}
.lx-di .tit{font-size: 0.16rem;color:#000;display: block;margin:0 0 0.1rem;}
.lx-di .ipt{width: 100%;font-size: 0.16rem;color:#000;border:1px solid #c2c2c2;}
.lx-di .ipt:focus{border-color:#9e2a2f;}
.lx-di .ipt-txt{padding:0 0.2rem;line-height: 0.6rem;height: 0.6rem;}
.lx-di .con{height: 1.8rem;padding:0.14rem 0.2rem;line-height: 1.4;resize:none;}
.lx-di .submit{margin: 0.3rem auto 0;font-size: 0.16rem;color:#fff;width: 1.8rem;line-height: 0.55rem;height: 0.55rem;background-color: #9e2a2f;border-radius:0.12rem;border:0;cursor: pointer;display: block;}
.lx-di .submit:hover{background-color: #1f3a5f;}


.qua-main{padding:0.4rem 0 0.8rem;}
.qua-main .bt{margin-bottom: 0.15rem;}
.qua-main .smbt{font-size: 0.26rem;color:#000;font-family: 'LexendSemiBold';margin:0.25rem 0 0;}
.qua-main .txt{font-size: 0.16rem;color:#4a4949;line-height: 1.5;}

.qua-main .list{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0.3rem 0 0;}
.qua-main .list li{width: 46%;margin-bottom: 0.4rem;}
.qua-main .list .tit{font-size: 0.24rem;color:#9e2a2f;font-family: 'LexendSemiBold';margin-bottom: 0.08rem;}


/* contact */
.lx-sec{padding:0.5rem 0;overflow: hidden;}
.lx-sec .list{display: flex;justify-content: space-between;padding:0.3rem 0 0;}
.lx-sec .list li{display: flex;align-items: flex-start;}
.lx-sec .list .ico{width: 0.32rem;margin-right:0.1rem;}
.lx-sec .list .title{font-size: 0.24rem;color:#000;line-height: 0.32rem;}
.lx-sec .list .txt{font-size: 0.2rem;color:#1f3a5f;margin-top: 0.04rem;}

.lx-sec .cbox{min-height: 3.15rem;background:url(../images/lx_03.jpg) no-repeat center;background-size:cover;margin-top: 0.7rem;padding:0.5rem 0.2rem;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius:0.2rem;}
.lx-sec .cbox .txt{font-size: 0.16rem;color:#0a0a0a;line-height: 1.5;max-width: 8.6rem;margin:0.24rem auto 0;}
.lx-sec .cbox .txt a:hover{text-decoration: underline;}


/* equipment */
.equ-sec{padding:0.4rem 0 0.6rem;overflow: hidden;}
.equ-sec .menu{margin: 0.35rem 0 0.55rem;text-align: center;}
.equ-sec .menu .lk{font-size: 0.18rem;min-width: 3.2rem;line-height: 0.56rem;background-color: #eaeaea;border-radius:0.28rem;margin:0 0.15rem;display: inline-block;vertical-align: middle;padding:0 0.25rem;}
.equ-sec .menu .lk.cur,.equ-sec .menu .lk:hover{color:#fff;background-color: #1f3a5f;}

.equ-list{display: flex;flex-wrap: wrap;margin:-0.55rem 0 0 -2%;}
.equ-list .item{width: 31.3%;margin:0.55rem 0 0 2%;}
.equ-list .imgbox{height: 3.45rem;border-radius:0.06rem;display: block;}
.equ-list .title{font-size: 0.18rem;display: block;margin-top: 0.18rem;text-align: center;}
.equ-list .item:hover .title{color:#9e2a2f;}


/* markets */
.market-sec{padding:0.5rem 0 0.3rem;}
.market-sec .topbt{margin-bottom: 0.15rem;}
.market-sec .bt,.market-sec .smbt{color:#000;font-family: 'LexendBold';line-height: 1.4;}
.market-sec .bt{font-size: 0.3rem;margin-bottom: 0.12rem;}
.market-sec .smbt{font-size: 0.22rem;margin-bottom: 0.1rem;}
.market-sec .desc{font-size: 0.16rem;color:#4a4949;line-height: 1.6;font-family: 'LexendLight';}
.market-sec .desc *{font-family: inherit;}

.market-sec .list{display: flex;flex-wrap: wrap;margin:-2% 0 0 -2%;padding:0.1rem 0 0;}
.market-sec .list .item{width: 23%;margin:2% 0 0 2%;}
.market-sec .list .imgbox{height: 2.05rem;border-radius:0.06rem;}
.market-sec .list .font{font-size: 0.16rem;color:#4a4949;line-height: 1.4;margin:0.15rem auto 0;text-align: center;font-family: 'LexendLight';}

.market-sec .section{margin-bottom: 0.45rem;}
.market-sec .mod{margin-bottom: 0.45rem;}
.market-sec .mod:last-child{margin-bottom: 0;}
.market-sec .section:last-child{margin-bottom: 0;}


/* about */
.us-sec{padding:0.4rem 0 0.6rem;}
.us-sec .mod{margin-bottom: 0.5rem;}
.us-sec .mod:last-child{margin-bottom: 0;}
.us-sec .topbt{margin-bottom: 0.05rem;}
.us-sec .desc{font-size: 0.18rem;color:#4a4949;line-height: 1.4;font-family: 'LexendLight';margin-bottom: 0.08rem;}

.us-sec .rows{font-size: 0.2rem;color:#000;line-height: 1.6;margin-bottom: 0.08rem;}
.us-sec .rows .dot{position: relative;padding-left: 0.19rem;}
.us-sec .rows .dot:before{content:'';width: 0.07rem;height: 0.07rem;background-color: #9e2a2f;border-radius:50%;position: absolute;left: 0;top: 0.12rem;}


/* product */
.cp-series{padding:0.4rem 0 0.7rem;}
.cp-series .list{display: flex;overflow: hidden;margin-top: 0.26rem;justify-content: flex-start;}
.cp-series .list .item{display: block;overflow: hidden;transition: all 0.5s;border:0.03rem solid #fff;flex:1 1 21%;width: 21%;height: 4.1rem;position: relative;}
.cp-series .list .item.on{flex:1 1 34%;}
.cp-series .list .item.on .bot{bottom: 0.25rem;}
.cp-series .list .item.on .txt{opacity: 1;}

.cp-series .list .bot{padding:0 0.2rem;position: absolute;width: 100%;left: 0;bottom: 0.15rem;z-index:2;}
.cp-series .list .title{font-size: 0.24rem;color:#fff;font-family: 'LexendBold';}
.cp-series .list .txt{font-size: 0.16rem;color:#fff;-webkit-line-clamp: 1;margin-top: 0.05rem;opacity: 0;}
.cp-series .list .mask{position: absolute;width: 100%;height:100%;left: 0;bottom: 0;background: linear-gradient(rgba(0,0,0,0) 30%, rgba(0,0,0,.6) 100%);z-index:1;}



.cp-supp{padding:0.7rem 0 1.3rem;background-color: #1f3a5f;overflow: hidden;}
.cp-supp .detail{max-width: 12.55rem;margin:0 auto;}
.cp-supp .list{display: flex;flex-wrap: wrap;margin-left: -1.8%;}
.cp-supp .list .item{width: 31.5%;margin:0 0 1.8% 1.8%;position: relative;}
.cp-supp .list .top{padding:0 0.22rem;display: flex;align-items: center;background-color: rgba(65,92,132,.8);transition: all 0s;}
.cp-supp .list .top::after{content:'';width: 0.24rem;height: 0.24rem;background:url(../images/icon_05.png) no-repeat center;background-size:contain;margin-left: 0.2rem;}
.cp-supp .list .title{font-size: 0.24rem;color:#fff;line-height: 0.65rem;-webkit-line-clamp: 1;flex:1;overflow: hidden;}
.cp-supp .list .drop{display: none;padding:0.15rem 0.2rem 0.2rem;position: absolute;width: 100%;left: 0;background-color: rgba(65,92,132,.8);z-index:30;}
.cp-supp .list .txt{font-size: 0.14rem;color:#fff;line-height: 0.22rem;-webkit-line-clamp: 3;font-family: 'LexendLight';}
.cp-supp .list .item:hover .drop{display: block;}
.cp-supp .list .item:hover .top{background-color: #9e2a2f;}
.cp-supp .list .item:hover .drop{background-color: #9e2a2f;}

/* productDetail */
.cp-intro{padding:0.3rem 0 0.7rem;background-color: #1f3a5f;}
.cp-intro .detail{display: flex;align-items: flex-start;justify-content: space-between;}
.cp-intro .lbox{width: 39%;padding-top: 0.4rem;}
.cp-intro .pub-tt{margin-bottom: 0;text-align: left;}
.cp-intro .txt{font-size: 0.16rem;color:#fff;line-height: 1.5;margin:0.2rem 0 0;font-family: 'LexendLight';-webkit-line-clamp: 7;}
.cp-intro .tags{margin-left: -0.1rem;font-size: 0;margin-top: 0.55rem;}
.cp-intro .tag{display: inline-block;vertical-align: middle;font-size: 0.16rem;color:#fff;line-height: 0.38rem;padding:0 0.08rem;border-radius:0.06rem;background-color: rgba(255,255,255,.1);margin:0 0 0.08rem 0.1rem;}
.cp-intro .down{font-size: 0.18rem;color:#fff;background-color: #9e2a2f;border-radius:0.1rem;width: 2rem;height: 0.5rem;display: flex;align-items: center;justify-content: center;margin-top: 0.25rem;}
.cp-intro .down:before{content:'';display: inline-block;width: 0.26rem;height: 0.26rem;background:url(../images/icon_06.png) no-repeat center;background-size:contain;margin-right: 0.06rem;}
.cp-intro .down:hover{background-color: #e93940;}

.cp-intro .rbox{width: 56%;padding-right: 0.2rem;position: relative;}
.cp-intro .rbox::after{content:'';position: absolute;top: 0.2rem;right: 0;bottom: -0.2rem;left: 0.45rem;background-color: #9e2a2f;z-index:1;}
.cp-intro .imgbox{height: 4.95rem;overflow: hidden;position: relative;z-index:2;}

.cp-rang{padding:0.6rem 0 0.75rem;overflow: hidden;}
.cp-rang .detail{background:url(../images/cp_06.jpg) no-repeat center;background-size:cover;border-radius:0.2rem;padding:0.5rem 0.6rem 0.3rem;margin-top: -0.1rem;}
.cp-rang .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.cp-rang .list li{background-color: rgba(255,255,255,.1);margin-bottom: 1.5%;padding:0.35rem 0.3rem;}
.cp-rang .list li:nth-child(odd){width: 35%;}
.cp-rang .list li:nth-child(even){width: 63.5%;}
.cp-rang .list .title{font-size: 0.36rem;color:#fff;line-height: 1.3;}
.cp-rang .list .txt{font-size: 0.22rem;color:#fff;line-height: 1.4;margin-top: 0.05rem;}
.cp-rang .tips{font-size: 0.2rem;color:#fff;opacity: 0.8;}

.cp-quote{padding:0.7rem 0 0.6rem;}
.cp-quote .txt{font-size: 0.4rem;color:#fff;line-height: 1.4;text-align: center;font-family: 'LexendBold';}
.cp-quote .txt .email{color:#e93940;text-decoration: underline;}
.cp-quote .txt .email:hover{color:#9e2a2f;}
.cp-quote .button{font-size: 0.26rem;color:#1f3a5f;width: 3.25rem;line-height: 0.6rem;background-color: #fff;border-radius:0.3rem;font-family: 'LexendBold';margin:0.45rem auto 0;display: block;text-align: center;}
.cp-quote .button:hover{color: #e93940;}




.cp-sec{background-color: #eeeeee;padding:0.5rem 0 0.2rem;}
.cp-sec .pub-tt{margin-bottom: 0.25rem;}

.cp-sec .table{margin-bottom: 0.55rem;}
.cp-sec .table th,.cp-sec .table td{font-size: 0.18rem;border-right:1px solid #909090;font-weight: normal;text-align: center;padding:0.1rem 0.05rem;line-height: 0.25rem;}
.cp-sec .table th{color:#fff;background-color: #1f3a5f;padding-top: 0.14rem;padding-bottom: 0.14rem;}
.cp-sec .table td{color:#000;border-bottom:1px solid #909090;background-color: #fff;}
.cp-sec .table tr:last-child td{border-bottom:0;}
.cp-sec .table td:last-child{border-right:0;}

.cp-sec .table2{}
.cp-sec .table2 td{padding:0.1rem 0 0.1rem 5%;text-align: left;}
.cp-sec .table2 td:first-child{color:#fff;background-color: #1f3a5f;}



.cp-js{padding:0.45rem 0;background-color: #fcfcfc;}
.cp-js .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.cp-js .list .item{width: 45%;padding:0.3rem 0;}
.cp-js .list .top{display: flex;align-items: center;}
.cp-js .list .icon{width: 0.72rem;margin-right: 0.18rem;}
.cp-js .list .title{font-size: 0.26rem;color:#9e2a2f;font-family: 'LexendBold';}
.cp-js .list .txt{font-size: 0.16rem;color:#4a4949;line-height: 1.5;margin:0 0 0 0.9rem;}


/* quality-policy */
.policy-sec{padding:0.5rem 0 0;}
.policy-sec .line{height: 1px;background-color: #d5d5d5;margin:0.7rem 0 0;}
.policy-sec .mod{margin-bottom: 0.35rem;}
.policy-sec .topbt{margin-bottom: 0.15rem;}
.policy-sec .desc{font-size: 0.16rem;color:#4a4949;line-height: 1.6;font-family: 'LexendLight';}
.policy-sec .desc *{font-family: inherit;}
.policy-sec .txt{font-size: 0.18rem;color:#000;margin-top: 0.25rem;}
.policy-sec .txt p{margin-bottom: 0.25rem;}

.policy-sec .list{display: flex;flex-wrap: wrap;margin:-1.3% 0 0 -1.3%;padding-top: 0.1rem;}
.policy-sec .list li{width: 32%;margin:1.3% 0 0 1.3%;}
.policy-sec .list .imgbox{height: 3.05rem;border-radius:0.08rem;}

.policy-sec .tag{display: inline-block;vertical-align: middle;font-size: 0.25rem;color:#fff;line-height: 0.6rem;background-color: #9e2a2f;padding:0 0.4rem 0 0.1rem;margin:0.3rem 0 0.25rem;}

.policy-sec .tb-row{margin-top: 0.25rem;}
.policy-sec .tb-row .hang{font-size: 0.18rem;color:#000;line-height: 1.5;display: flex;align-items: flex-start;margin-bottom: 0.2rem;}
.policy-sec .tb-row .ico{width: 0.36rem;margin-right: 0.15rem;}


.policy-sec .rows{font-size: 0.18rem;color:#000;line-height: 1.6;margin-bottom: 0.3rem;}
.policy-sec .rows p:before{content:'';width: 0.07rem;height: 0.07rem;background-color: #9e2a2f;border-radius:50%;display: inline-block;vertical-align: middle;margin:0 0.1rem 0 0;}





/* index */
.idx-ban{overflow: hidden;}
.idx-ban .box{display: flex;width: 110%;margin-left: -5%;}
.idx-ban .item{position: relative;width: 22%; height: 6rem;overflow: hidden;display: block;transform: skew(-10deg);}
.idx-ban .img{width: 100%;max-width: initial;height: 100%;display: block;transition: all 1s;}
.idx-ban .bot{position: absolute;width: 100%;left: 0;bottom: 0.5rem;text-align: center;}
.idx-ban .title{font-size: 0.36rem;color:#fff;font-family: 'LexendBold';text-align: center;}
.idx-ban .title::after{content:'';display: inline-block;vertical-align: middle;width: 0.24rem;height: 0.24rem;background:url(../images/icon_05.png) no-repeat center;background-size:contain;margin-left: 0.14rem;}


.idx-ban .item:hover .img{transform: scale(1.1,1.1);}
.idx-ban .item:nth-child(1),.idx-ban .item:nth-child(4){width:28%;}
.idx-ban .item:nth-child(1) .bot{padding-left: 13%;}
.idx-ban .item:nth-child(4) .bot{padding-right: 13%;}



.idx-bar{background-color: #e6edf3;height: 0.9rem;display: flex;align-items: center;justify-content: center;}
.idx-bar .more{font-size: 0.3rem;color:#9e2a2f;line-height: 0.4rem;font-family: 'LexendSemiBold';position: relative;}
.idx-bar .more::after{content:'\e775';display: inline-block;vertical-align: middle;font-family: 'iconfont';margin-left: 0.08rem;transform: scale(0.8);font-weight: bold;}
.idx-bar .more:before{content:'';position: absolute;width: 100%;left: 0;bottom: 0;height: 2px;background-color: #9e2a2f;}
.idx-bar .more:hover{color:#1f3a5f;}
.idx-bar .more:hover:before{background-color: #1f3a5f;}


.cp-wel{padding:0.8rem 0;overflow: hidden;}
.cp-wel .tags{margin-bottom: 0.4rem;text-align: center;}
.cp-wel .tags .tag{display: inline-block;vertical-align: middle;font-size: 0.16rem;color:#9e2a2f;background-color: #f4f4f4;border-radius:0.22rem;padding:0 0.15rem;line-height: 0.46rem;margin:0 0.06rem;}

.cp-wel .detail{text-align: center;background-color: #e8f0f6;border-radius:0.29rem;padding:0.6rem 0.6rem;}
.cp-wel .smtit{font-size: 0.36rem;color:#000;font-family: 'LexendSemiBold';line-height: 1.5;}
.cp-wel .txt{font-size: 0.22rem;color:#4a4949;margin:0.4rem auto 0;line-height: 1.5;}

.idx-inst{padding:0.8rem 0;background-color: #e8f0f6;overflow: hidden;}
.idx-inst .detail{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 13.1rem;margin:0 auto;}
.idx-inst .lbox,.idx-inst .rbox{width: 49.1%;}
.idx-inst .item{background-color: #c9dbe8;border-radius:0.24rem;margin-bottom: 3%;display: flex;flex-direction: column;justify-content: center;}
.idx-inst .item .row{margin-bottom: 0.45rem;}
.idx-inst .item .row:last-child{margin-bottom: 0;}
.idx-inst .item .title{font-size: 0.24rem;color:#000;font-weight: bold;}
.idx-inst .item .fz{font-size: 0.2rem;color:#1f3a5f;margin-top: 0.16rem;}
.idx-inst .item .ico{width: 0.32rem;margin-right: 0.06rem;}

.idx-inst .lbox .item{padding:0.25rem 0.85rem;height: 3.3rem;}
.idx-inst .rbox .item{padding:0.25rem 0.65rem;height: 1.55rem;}


.idx-advan{padding:0.8rem 0;overflow: hidden;}
.idx-advan .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.idx-advan .list li{background:url(../images/idx_07.jpg) no-repeat center;background-size:cover;border-radius:0.73rem;padding:0.6rem 0.15rem 0.5rem;width: 31.3%;text-align: center;}
.idx-advan .list .icon{height: 1.2rem;width: auto;display: block;margin:0 auto;}
.idx-advan .list .title{font-size: 0.28rem;font-family: 'LexendBold';margin-top: 0.28rem;}
.idx-advan .list .txt{font-size: 0.16rem;color:#565656;margin-top: 0.15rem;}


.idx-fw{padding:0.7rem 0 0.8rem;background-color: #e8f0f6;overflow: hidden;}
.idx-fw .detail{padding-left:calc(50% - 7.2rem);}

.idx-fw .item{padding:1px 0.2rem 0.2rem 0.55rem;/* width: 11.45rem;margin-right: 0.9rem; */display: flex;align-items: flex-start;background-color: #fff;margin-right: 0.9rem;}
.idx-fw .item .imgbox{width: 6rem;height: 4.65rem;margin-top: -0.65rem;margin-right: 0.6rem;}
.idx-fw .item .info{flex:1;overflow: hidden;}
.idx-fw .item .title{font-size: 0.34rem;color:#000;margin-top: 0.2rem;}
.idx-fw .item .txt{font-size: 0.16rem;color:#565656;line-height: 1.5;margin-top: 0.1rem;}

.idx-fw .swiper-slide{/* width: 11.45rem; */padding-top: 0.65rem;width: 12.35rem;}
.idx-fw .swiper-pagination{display: none;}


.idx-fw .swiper-button{width: 0.6rem;height: 0.6rem;border-radius:50%;background-color: #1f3a5f;margin-top: -0.3rem;background-size:0.11rem;}


.idx-fw .swiper-button-disabled{display: none;}


.kf-sec{position: fixed;right: 0.1rem;bottom: 10vh;z-index:100;display: none;}
.kf-sec .item{margin-bottom: 0.1rem;}
.kf-sec .box{display: flex;width: 0.4rem;height: 0.4rem;border-radius:50%;align-items: center;justify-content: center;}
.kf-sec .box .ico{width: 0.2rem;}
.kf-sec .tel .box{background-color: #0b9e45;}
.kf-sec .email .box{background-color: #ffc000;}
.kf-sec .gotop .box{background-color: #939393;}

.kf-sec .item .box:hover{background-color: #e93940!important;}
