@charset "utf-8";

/*初始化样式*/
*{-webkit-tap-highlight-color:transparent;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before,*:after {box-sizing: border-box;}
@media (min-width:1025px){
    ::-webkit-scrollbar{width:0.04rem;height:0.12rem;background-color:rgba(0,0,0,0.1);}
	::-webkit-scrollbar-thumb{background-color:#1212fc;border-radius:0.2rem;}
}
/*html5设置*/
:root {  
    --fz12:calc(12em / 16);  
    --fz14:calc(14em / 16);  
    --fz16:calc(16em / 16);
    --fz18:calc(18em / 16);
    --fz20:calc(20em / 16);
    --fz22:calc(22em / 16);
    --fz24:calc(24em / 16);
    --fz26:calc(26em / 16);
    --fz28:calc(28em / 16);
    --fz30:calc(30em / 16);
    --fz32:calc(32em / 16);
    --fz34:calc(34em / 16);
    --fz36:calc(36em / 16);
    --fz38:calc(38em / 16);
    --fz40:calc(40em / 16);
    --fz42:calc(42em / 16);
    --fz44:calc(44em / 16);
    --fz46:calc(46em / 16);
    --fz48:calc(48em / 16);
    --fz50:calc(50em / 16);
    --fz52:calc(52em / 16);
    --fz60:calc(60em / 16);
    --fz66:calc(66em / 16);
}
html {-webkit-text-size-adjust:none; font-size: calc(100vw/19.2);}
@media only screen and (max-width:1280px){
    /*1280px*/
    html{font-size:calc(100vw/12.8);}
}
@media only screen and (max-width:1024px){

    /*1024px*/
    html{font-size:calc(100vw/10.24);}
}
@media only screen and (max-width:750px){

    /*750px*/
    html{font-size:calc(150vw/7.5);}
}
article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;}
html,body,div,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,p,h1,h2,h3,h4,h5,h6,dl,dd,ol,ul,li{margin:0;padding:0;}
body{background-color:#fff;color:#333;font:normal 0.16rem/1.875em 'Sans-serif'; overflow-x:hidden;word-wrap:break-word;}
a{text-decoration:none;outline:none;color:#333;}
a:focus{outline:none;-moz-outline:none;}
a:hover{color:#0600ff;}
a img{border:none;}
img {vertical-align:middle; max-width:100%;}
li{list-style:none;}
select,input,textarea,button{border-radius:0;-webkit-border-radius:0;background:none;border:none;margin:0;padding:0;outline:none;font-family:inherit; font-size:1em;}
input:focus{outline:none;}
textarea{resize:none;}
input::-moz-placeholder{opacity:0.75; color:inherit;}
input:-moz-placeholder{opacity:0.75; color:inherit;}
input::-webkit-input-placeholder{opacity:0.75; color:inherit;}
input:-ms-input-placeholder{opacity:0.75; color:inherit;}
table{background-color:transparent;border-spacing:0;border-collapse:collapse;width:100%;box-sizing:border-box;}
table td,table th{box-sizing:border-box;}

/*全局样式*/
.inner{width:93.75%;max-width:14rem;margin:0 auto;}
.w1820 {max-width: 18.2rem;}
.w1600 {max-width: 16rem;}
.clear{clear:both;height:0px;overflow:hidden;width: 100%;}
.submit {cursor:pointer;}
.submit:hover {opacity: 0.85;}
/*figure*/
.figure {overflow: hidden; position: relative;}
.figure a {display: block; position: relative; overflow: hidden;}
.figure img {display: block; width: 100%; height: auto; transition: all .3s;}
.figure:after {content:'';}
.figure .img {position: absolute; left:0; top:0; width: 100%; height: 100%; object-fit: cover; display: block; transition: all .3s;}
.figure .bg{background:no-repeat center center;background-size:cover;display:block;transition:all .3s;}
/*table*/
.table {display: table; table-layout: fixed;width: 100%;}
.table .td {display: table-cell; vertical-align: middle;}
/*rows*/
[class*=rows]{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;}
.rows_1{line-clamp:1; -webkit-line-clamp:1;}
.rows_2{line-clamp:2; -webkit-line-clamp:2;}
.rows_3{line-clamp:3; -webkit-line-clamp:3;}
.rows_4{line-clamp:4; -webkit-line-clamp:4;}
.rows_5{line-clamp:5; -webkit-line-clamp:5;}
/*flex*/
[class*=flex]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;}
[class*=_fdrr]{flex-direction:row-reverse;}
[class*=_fdc]{flex-direction:column;}
[class*=_fdcr]{flex-direction:column-reverse;}
[class*=_fww]{flex-wrap:wrap;}
[class*=_fwn]{flex-wrap:nowrap;}
[class*=_jcsb]{justify-content:space-between;}
[class*=_jcfs]{justify-content:flex-start;}
[class*=_jcc]{justify-content:center;}
[class*=_jcfe]{justify-content:flex-end;}
[class*=_aifs]{align-items:flex-start;}
[class*=_aic]{align-items:center;}
[class*=_aife]{align-items:flex-end;}

/*entry*/
.entry *{line-height:1.875em;}
.entry img{height:auto!important;}
.entry ul li{position:relative;padding-left:1.66666667em;}
.entry ul li:before{width:0.27777778em;height:0.27777778em;border-radius:50%;background-color:#3f3a39;content:'';display:block;position:absolute;left:0.38888889em;top:0.75em;}
.entry ol li{list-style:outside decimal none;}
.entry h1{font-size:1.5em;}
.entry h2{font-size:1.375em;}
.entry h3{font-size:1.25em;}
.entry h4{font-size:1.125em;}
.entry h5{font-size:1em;}
.entry h6{font-size:0.875em;}
.entry blockquote{margin:0 2em;font-style:italic;opacity:0.95;padding:1em;border:1px solid #e8e8e8;background-color:#f9f9f9;}
.entry hr{border:none;clear:both;border-bottom:1px solid #e6e6e6;}

/*header*/
#header{background-color:#fff;position:relative;z-index:8;}
@media only screen and (max-width:1024px){
    #header{padding:0.25rem 0;}
}
@media only screen and (max-width:750px){
    #header{position:relative;}
}

/*logo*/
#logo{width:1.46rem;position:relative;z-index:10;}
#logo a{display:block;overflow:hidden;padding-bottom:23.28767123%;position:relative;}
#logo i{position:absolute;width:100%;height:100%;text-indent:-99999em;display:block;overflow:hidden;background:no-repeat left center;background-size:contain;}
#logo i:nth-child(2){display:none;}
@media only screen and (min-width:1025px){

    /*ishide*/
    .ishide{transition:all 0.2s;}
    .ishide.true{visibility:hidden;opacity:0;}
}

/*button*/
#button{width:3.35rem;}
#button.true{justify-content:flex-end;}
#button.true #topbtn{display:block;}
#button.true .ishide{display:none;}
@media only screen and (max-width:1280px){
    #button{width:2.8rem;}
}
@media only screen and (max-width:1024px){
    #button{width:3.5rem;}
    #button.true{justify-content:space-between;}
    #button.true #topbtn{display:none;}
    #button.true .ishide{display:block;}
}
@media only screen and (max-width:750px){
    #button{width:2.9rem;}
}

/*topbtn*/
#topbtn{display:none;cursor:pointer;}
#topbtn span{display:block;font-size:var(--fz18);background:url(../images/topbtn_01.svg) no-repeat left center;background-size:1.11111111em auto;padding-left:1.83333333em;margin-right:0.6rem;}
#topbtn .white{color:#fff;background-image:url(../images/topbtn_02.svg);}

/*member*/
#member .enter{background-color:#0600ff;width:1.2rem;border-radius:0.2rem;padding:0 0.17rem;height:0.4rem;position:relative;transition:all 0.2s;}
#member .enter:before{width:1px;height:0.625em;background-color:rgba(255,255,255,0.2);content:'';display:block;position:absolute;left:50%;top:50%;transform:translateY(-50%);margin-left:-0.5px;transition:all 0.2s;}
#member .enter a{color:#fff;display:block;width:50%;text-align:center;transition:all 0.2s;}
#member .user .avatar{width:0.4rem;position:relative;border-radius:50%;margin-right:0.1rem;}
#member .user .avatar:after{display:block;content:'';padding-bottom:100%;}
#member .user .avatar img{display:block;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#member .user span{display:block;width:3.375em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#member .user a{color:#222;}
#member .message_dot{position: absolute; bottom: 0; right: 0; width: .12rem; height: .12rem; background-color: red; border-radius: 50%; border: 1px solid #fff; animation: pulse .5s infinite;}
@keyframes pulse {
    0% {
      transform: scale(0.35);
      opacity: 0.3;
    }
    50% {
      transform: scale(1.5);
      opacity: 1;
    }
    100% {
      transform: scale(0.35);
      opacity: 0.3;
    }
}

/*search*/
#search{position:relative;}
#search span{width:0.19rem;height:0.18rem;background:url(../images/search_01.png) no-repeat right center;background-size:contain;cursor:pointer;display:block;overflow:hidden;}
#search .input{position:absolute;left:0.35rem;top:calc(100% + 0.2rem);z-index:8;background-color:#fff;box-shadow:0 0.05rem 0.15rem rgba(0,0,0,0.1);width:3.5rem;transform:translateX(-100%);border-radius:0.05rem;display:none;}
#search .text{display:block;width:100%;height:3.125em;line-height:1.875em;padding:0.625em 3.125em 0.625em 1em;}
#search .go{display:block;position:absolute;right:0;top:0;height:100%;width:3.125em;cursor:pointer;background:url(../images/search_01.png) no-repeat center center;background-size:auto 36%;}
@media only screen and (max-width:750px){
    #search{position:static;}
    #search .input{left:0;transform:none;top:100%;width:100%;border-radius:0;}
}

/*language*/
#language{position:relative;cursor:pointer;}
#language span{background:url(../images/language_01.png) no-repeat left center;color:#222;background-size:1.25em auto;padding-left:1.875em;padding-right:1.4375em;}
#language span:after{width:0.6875em;height:0.375em;background:url(../images/language_arrow_01.svg) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);}
#language ul{position:absolute;background-color:#fff;top:100%;left:50%;transform:translateX(-50%);box-shadow:0 0.05rem 0.15rem rgba(0,0,0,0.1);min-width:1.2rem;text-align:center;padding:0.05rem 0.15rem;border-radius:0.05rem;margin-top:0.15rem;display:none;}
#language ul:before{content:'';display:block;position:absolute;left:50%;transform:translateX(-50%);bottom:100%;border-bottom:0.1rem solid #fff;border-left:0.1rem solid transparent;border-right:0.1rem solid transparent;}
#language li{font-size:0.875em;line-height:3em;border-bottom:1px solid #eee;}
#language li:last-child{border-bottom:none;}
body:before{content:'';display:block;position:absolute;left:0;top:0;width:100vw;height:100vw;position:fixed;background-color:rgba(0,0,0,0.4);z-index:7;opacity:0;visibility:hidden;transition:all 0.2s;}
body.active:before{opacity:1;visibility:visible;}

/*navi*/
#navi{font-size:var(--fz18);line-height:1.66666667em;width:calc(100% - 4.81rem);}
#navi a{display:block;color:#222;position:relative;}
#navi .parent{padding:0.35rem 0.3rem;}
#navi .drop{display:none;}
#navi dt{font-size:1.11111111em;line-height:1.5em;margin-bottom:0.55em;font-weight:bold;}
#navi dt a{color:#222;}
#navi dt a:hover{color:#0600ff;}
#navi dd{line-height:2.22222222em;}
#navi dd a{color:#666;}
#navi dd a:hover{color:#0600ff;}
@media only screen and (min-width:1025px){
    #navi{padding:0 0.3rem;}
    #navi .parent > a:after{width:100%;height:0.02rem;content:'';display:block;position:absolute;left:0;bottom:-0.35rem;background-color:#0600ff;width:0;transition:all 0.3s;opacity:0;}
    #navi .on > a,#navi .cur > a{color:#0600ff;}
    #navi .on > a:after,#navi .cur > a:after{width:100%;opacity:1;}
    #navi .drop{position:absolute;top:100%;left:0;width:100vw;z-index:5;background-color:#fff;border-top:1px solid rgba(0,0,0,0.1);}
    #navi dl{padding:0.5rem 0.67rem 0.45rem;min-width:3.5rem;max-width:100%;}
    #navi .sub{width:9.9rem;max-width:100%;margin:0 auto;padding-bottom:0.4rem;}
    #navi .sub a{transition:all 0.1s;}
    #navi .left{width:30.3030303%;border-right:1px solid rgba(0,0,0,0.1);padding:0.4rem 0;}
    #navi .left a{padding:0.25rem 0.4rem;}
    #navi .left .active a{background-color:#0600ff;color:#fff;}
    #navi .left li ul{display:none;}
    #navi .middle li,#navi .right li{border-bottom:1px solid rgba(0,0,0,0.1);}
    #navi .middle a,#navi .right a{padding:0.25rem 0;color:#333;background:no-repeat right center;background-size:0.33333333em auto;padding-right:1em;}
    #navi .middle .active a,#navi .right .active a{color:#0600ff;}
    #navi .middle{width:36.36363636%;border-right:1px solid rgba(0,0,0,0.1);padding:0.4rem 0.3rem;}
    #navi .middle .active a{background-image:url(../images/arrow_right_03.svg);}
    #navi .middle li ul{display:none;}
    #navi .right{width:33.33333333%;padding:0.4rem 0 0.4rem 0.3rem;}
    #navi .right a:hover{color:#0600ff;}
}
@media only screen and (max-width:1280px){
    #navi{width:calc(100% - 4.26rem);}
    #navi .parent{padding-right:0.25rem;padding-left:0.25rem;}
}
@media only screen and (max-width:1024px){

    /*1024px*/
    #navi{position:fixed;width:80%;max-width:25em;height:calc(100% - 0.9rem);background-color:#fff;z-index:9;right:0;top:0.9rem;box-shadow:0 0.05rem 0.15rem rgba(0,0,0,0.1);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0.5rem;transform:translateX(100%);opacity:0;transition:all 0.2s;}
    #navi.active{transform:translateX(0);opacity:1;}
    #navi .menu{display:block;}
    #navi .parent{padding:0.75em 0;line-height:2em;position:relative;}
    #navi .parent > a:after{display:none;}
    #navi em{display:block;position:absolute;right:-0.4rem;width:3.5em;height:3.5em;z-index:2;top:0;cursor:pointer;}
    #navi em:after{width:0.55555556em;height:0.55555556em;border-right:0.05555556em solid #333;border-bottom:0.05555556em solid #333;content:'';display:block;position:absolute;top:50%;left:50%;transform:rotate(-45deg);background-color:transparent;margin:-0.38888889em 0 0 -0.38888889em;transition:all 0.3s;}
    #navi .on > em:after{transform:rotate(45deg);}
    #navi .drop{position:static;background-color:transparent;box-shadow:none;margin:1em 0 1em 2em;}
    #navi dl{width:100%;margin-top:1em;}
    #navi .left{width:100%;}
    #navi .left li{position:relative;padding:0.5em 0;}
    #navi .left li ul{margin-left:2em;margin-top:0.5em;display:none;}
    #navi .left em{width:3em;height:3em;}
    #navi .middle,#navi .right{display:none;}
}

/*navbtn*/
#navbtn{display:none;}
@media only screen and (max-width:1024px){

    /*1024*/
    #navbtn{position:relative;cursor:pointer;width:0.25rem;height:0.2rem;transition:all 0.3s;display:block;z-index:10;overflow:hidden;}
    #navbtn:before,#navbtn:after,#navbtn i{width:100%;height:0.02rem;background-color:#222;display:block;position:absolute;left:0;transition:all 0.3s;content:'';}
    #navbtn:before{top:0.01rem;}
    #navbtn:after{bottom:0.01rem;}
    #navbtn i{top:50%;transform:translateY(-50%);}
    #navbtn.active{overflow:visible;}
    #navbtn.active:before{transform:rotate(45deg);top:50%;}
    #navbtn.active:after{transform:rotate(-45deg);bottom:auto;top:50%;}
    #navbtn.active i{opacity:0;}
}

/*banner*/
#banner{background:no-repeat center center;background-size:cover;padding-bottom:26.04166667%;position:relative;}
#banner .text{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;z-index:5;color:#fff;}
#banner .hgroup{font-size:var(--fz48);}
#banner .name{font-size:1em;line-height:1.6em;}
#banner .alias{font-size:0.41666667em;font-weight:normal;line-height:1.5em;}
@media only screen and (max-width:1024px){
    #banner{padding-bottom:50%;}
}
@media only screen and (max-width:750px){
    #banner .hgroup{font-size:var(--fz36);}
}

/*inbar*/
#inbar{border-bottom:1px solid rgba(0,0,0,0.1);}

/*location*/
.location{width:100%;text-align:right;margin-bottom:0.3rem;}
.location #breadcrumb{padding:0;}

/*breadcrumb*/
#breadcrumb{padding:0.3rem 0;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#breadcrumb a{color:#999;}
#breadcrumb a:hover{color:#0600ff;}
#breadcrumb i{font-style:normal;margin:0 0.1875em;}
@media only screen and (max-width:1024px){

    /*1024px*/
    #breadcrumb{width:100%;padding:0.15rem 0;}
}

/*submenu*/
#submenu li{padding:0.3rem 0;position:relative;margin-right:0.52rem;}
#submenu li:after{width:100%;height:0.04rem;background-color:#0600ff;content:'';display:block;position:absolute;left:0;bottom:-1px;opacity:0;}
#submenu li:last-child{margin-right:0;}
#submenu a{white-space:nowrap;display:block;}
#submenu .cur:after{opacity:1;}
#submenu .cur a{color:#0600ff;}
@media only screen and (max-width:1024px){

    /*1024px*/
    #submenu{width:100%;overflow:hidden;}
    #submenu ul{overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;}
    #submenu li{padding:0.15rem 0;}
}

/*footer*/
#footer{background-color:#171717;}

/*copyright*/
#copyright{line-height:2em;color:rgba(255,255,255,0.3);padding:0.25rem 0 0.47rem;}
#copyright a{display:inline-block;color:rgba(255,255,255,0.3);}
#copyright a:hover{color:#fff;}
#copyright .page a{margin-right:0.4rem;}
#copyright .page a:last-child{margin-right:0;}
@media only screen and (max-width:1024px){

    /*1024px*/
    #copyright{flex-direction:column;text-align:center;justify-content:center;align-items:center;}
}

/*bottom*/
#bottom{color:rgba(255,255,255,0.6);border-bottom:1px solid rgba(255,255,255,0.1);padding:1rem 0 0.87rem;}
#bottom a{color:rgba(255,255,255,0.6);}
#bottom a:hover{color:#fff;}
@media only screen and (max-width:750px){
    #bottom{padding:0.6rem 0 0.5rem;}
}

/*infor*/
#infor{width:3.5rem;}
#infor .logo{width:41.71428571%;margin-bottom:0.26rem;}
#infor .logo img{display:block;width:100%;height:auto;}
#infor .meta p{background:no-repeat left 0.625em;background-size:1.125em auto;padding-left:1.875em;line-height:2.5em;}
#infor .meta .tel{background-image:url(../images/infor_tel.png);}
#infor .meta .mail{background-image:url(../images/infor_mail.png);}
#infor .meta .addr{background-image:url(../images/infor_addr.png);}
@media only screen and (max-width:1024px){
    #infor{width:calc(100% - 2.4rem);}
    #infor .logo{width:1.46rem;}
}
@media only screen and (max-width:750px){
    #infor{width:calc(100% - 1.5rem);}
}

/*follow*/
#follow{width:1.4rem;text-align:center;}
#follow img{display:block;width:100%;height:auto;}
#follow .name{margin-top:0.07rem;}
@media only screen and (max-width:750px){
    #follow{width:1.2rem;}
}

/*menu*/
#menu{width:calc(100% - 6rem);max-width:7.85rem;}
#menu dt{font-size:var(--fz18);line-height:1.66666667em;margin-bottom:0.23rem;}
#menu dt a{color:#fff;}
#menu dt a:hover{opacity:0.6;}
#menu dd{line-height:2.25em;}
@media only screen and (max-width:1024px){
    #menu{display:none;}
}

/*application*/
#application{padding:3.125% 0;}
@media only screen and (max-width:750px){
    #application{padding:0.3rem 0;}
}

/*vmore*/
.vmore a{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background-color:#0600ff;border:1px solid #0600ff;color:#fff;height:2.625em;padding:0 1.25em;}
.vmore i{font-style:normal;display:block;padding-right:1.25em;background:url(../images/vmore_01.svg) no-repeat right center;background-size:0.375em auto;}
.vmore .white{background-color:#fff;color:#0f328c;border-color:#fff;}
.vmore .white i{background-image:url(../images/vmore_02.svg);}
.vmore .white:hover{background-color:#0600ff;border-color:#0600ff;color:#fff;}
.vmore .white:hover i{background-image:url(../images/vmore_01.svg);}
.vmore .blue{background-color:transparent;color:#0600ff;border-color:#0600ff;}
.vmore .blue i{background-image:url(../images/vmore_03.svg);}
.vmore .blue:hover{background-color:#0600ff;color:#fff;}
.vmore .blue:hover i{background-image:url(../images/vmore_01.svg);}

/*aitem*/
.aitem{padding:4.28571429% 0;}
.aitem .figure{width:50%;}
.aitem .figure a{padding-bottom:71.42857143%;}
.aitem .figure a:hover .img{transform:scale(1.05);}
.aitem .text{width:44.28571429%;}
.aitem .title{font-size:var(--fz32);line-height:1.25em;margin-bottom:0.44rem;}
.aitem .title span{color:#0600ff;}
.aitem .entry{margin-bottom:0.52rem; color: #1895ff; font-size:var(--fz18);}
.aitem:nth-child(2n){flex-direction:row-reverse;}
@media only screen and (max-width:1024px){
    .aitem .figure{width:100%;}
    .aitem .text{width:100%;margin-bottom:0.5rem;}
}
@media only screen and (max-width:750px){
    .aitem{padding:0.3rem 0;}
}

/*logreg*/
#logreg{background:no-repeat center center;background-size:cover;padding:1.6rem 0 1.8rem;}
#logreg .box{background-color:#fff;width:5rem;max-width:90%;margin:0 auto;padding:0.5rem 0.5rem 0.37rem;overflow:hidden;}
#logreg .title{font-size:var(--fz32);line-height:1.28125em;color:#10121a;font-weight:normal;margin-bottom:0.35rem;}
#logreg .input{margin-bottom:0.2rem;position:relative;}
#logreg .text{border:solid 1px #b8b8ca;color:#666;display:block;height:3.75em;width:100%;line-height:1.875em;padding:0.9375em 1.4375em 0.9375em 3.3125em;border-radius:0.05rem;background:no-repeat 1.4375em center;background-size:1.125em auto;transition:all 0.2s; }
#logreg .text:focus{border-color:#0600ff;}
#logreg .input .icon{ position: absolute; left: 0; top: 0; width: 3.3125em; height: 100%;background:no-repeat 1.4375em center;background-size:1.125em auto;transition:all 0.2s;}
/* #logreg .mail{background-image:url(../images/logreg_mail.png);}
#logreg .mail:focus{background-image:url(../images/logreg_mail_focus.png);}
#logreg .pwd{background-image:url(../images/logreg_pwd.png);}
#logreg .pwd:focus{background-image:url(../images/logreg_pwd_focus.png)!important;} */
#logreg .input .mail_icon{background-image:url(../images/logreg_mail.png);}
#logreg .mail:-webkit-autofill + .mail_icon,
#logreg .mail:focus + .mail_icon{background-image:url(../images/logreg_mail_focus.png);}
#logreg .input .pwd_icon{background-image:url(../images/logreg_pwd.png);}
#logreg .pwd:-webkit-autofill + .pwd_icon,
#logreg .pwd:focus + .pwd_icon{background-image:url(../images/logreg_pwd_focus.png);}
#logreg .verify{padding-right:8.6875em;}
#logreg .verify .text{padding-left:1.4375em;}
#logreg .verify img{cursor:pointer;position:absolute;right:0;top:50%;transform:translateY(-50%);width:7.875em;height:auto;display:block;}
#logreg .code .text{padding-left:1.4375em;padding-right:8.9375em;}
#logreg .code a{position:absolute;right:1px;top:1px;height:calc(100% - 2px);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background-color:#f7f7f7;color:#0600ff;border-radius:0 0.05rem 0.05rem 0;width:7.5em;}
#logreg .agree{font-size:var(--fz14);line-height:2em;margin-bottom:0.1rem;}
#logreg .agree a{color:#0600ff;}
#logreg .agree a:hover{text-decoration:underline;}
#logreg .agree input{margin-right:0.12rem;}
#logreg .submit{background-color:#0600ff;color:#fff;display:block;width:100%;font-size:var(--20);height:3em;border-radius:0.05rem;}
#logreg .enter{margin-top:0.1rem;}
#logreg .enter a{color:#666;display:block;position:relative;}
#logreg .enter a:not(:last-child){margin-right:0.27rem;}
#logreg .enter a:not(:last-child):after{width:1px;height:0.875em;background-color:#ccc;content:'';display:block;position:absolute;right:-0.135rem;top:50%;transform:translateY(-50%);}
#logreg .enter a:hover{text-decoration:underline;}
#logreg .enter .blue{color:#0600ff;}

/*ucenter*/
#ucenter{border-top:1px solid rgba(0,0,0,0.1);padding:0.46rem 0 1.2rem;}
#ucenter .location{margin-bottom:0.46rem;}

/*uside*/
#uside{width:2.2rem;}
#uside .title{font-size:var(--fz24);font-weight:500;line-height:1.25em;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:0.22rem;}
#uside li{border-bottom:1px solid rgba(0,0,0,0.1);padding:0.15rem 0;}
#uside a{color:#10121a;display:block;background:no-repeat left center;background-size:1em auto;padding-left:2em;}
#uside a:hover,#uside .cur a{color:#0600ff;}
#uside .u1 a{background-image:url(../images/icon_u1.png);}
#uside .u1 a:hover,#uside .u1.cur a{background-image:url(../images/icon_u1_cur.png);}
#uside .u2 a{background-image:url(../images/icon_u2.png);}
#uside .u2 a:hover,#uside .u2.cur a{background-image:url(../images/icon_u2_cur.png);}
#uside .u3 a{background-image:url(../images/icon_u3.png);}
#uside .u3 a:hover,#uside .u3.cur a{background-image:url(../images/icon_u3_cur.png);}
#uside .u4 a{background-image:url(../images/icon_u4.png);}
#uside .u4 a:hover,#uside .u4.cur a{background-image:url(../images/icon_u4_cur.png);}
#uside .u5 a{background-image:url(../images/icon_u5.png);}
#uside .u5 a:hover,#uside .u5.cur a{background-image:url(../images/icon_u5_cur.png);}
@media only screen and (max-width:1024px){
    #uside{width:100%;margin-bottom:0.5rem;}
    #uside ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;border-bottom:1px solid rgba(0,0,0,0.1);}
    #uside li{width:20%;}
    #uside li:nth-child(n+4){border-bottom:none;}
}
@media only screen and (max-width:750px){
    #uside li{width:33.333%;}
}

/*umain*/
#umain{width:calc(100% - 2.2rem);padding-left:4.28571429%;}
@media only screen and (max-width:1024px){
    #umain{width:100%;padding:0;}
}

/*uname*/
.uname{background-color:#f7f7f7;text-align:center;font-size:var(--fz32);line-height:1.5em;padding:0.26rem;margin-bottom:0.6rem;}
@media only screen and (max-width:750px){
    .uname{margin-bottom:0.35rem;}
}

/*profile*/
.profile .avatar{width:19.55357143%;position:relative;overflow:hidden;border-radius:50%;}
.profile .avatar .figure{padding-bottom:100%;border-radius:50%;}
.profile .avatar .btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;width:13.69863014%;}
.profile .avatar input[type="file"]{display:none;}
.profile .avatar .upload{padding-bottom:100%;display:block;background:url(../images/editor_01.png) no-repeat center center;background-size:contain;cursor:pointer;}
.profile .info{width:71.42857143%;max-width:5.1rem;}
.profile .item{margin-bottom:0.13rem;}
.profile .label{font-size:var(--fz18);line-height:2.27777778em;margin-bottom:0.05rem;display:block;}
.profile .input{position:relative;}
.profile .text{border:1px solid #ccc;display:block;width:100%;padding:0.9375em 1.25em;height:3.75em;line-height:1.875em;color:#666;}
.profile .text:focus{border-color:#0600ff;}
.profile .radio{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
.profile .radio label{display:block;margin-right:0.38rem;}
.profile .radio label:last-child{margin-right:0;}
.profile .select{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;}
.profile select{display:block;border:1px solid #ccc;height:3.75em;padding:0 1.25em;width:31.37254902%;margin-right:2.94117647%;color:#666;}
.profile select:nth-child(3n){margin-right:0;}
.profile .editor{width:1.0625em;height:1.125em;background:url(../images/editor_02.png) no-repeat center center;background-size:contain;display:block;cursor:pointer;position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:0.2rem;}
.profile .submit{background-color:#0600ff;color:#fff;font-size:var(--fz20);display:block;width:10em;height:3em;max-width:100%;margin-top:0.6rem;}
@media only screen and (max-width:750px){
    .profile .avatar{width:1.6rem;margin:0 auto 0.2rem;}
    .profile .info{width:100%;}
    .profile .editor{margin-left:0;left:auto;right:0.2rem;}
    .profile .submit{margin-top:0.3rem;}
}

/*utab*/
.utab{overflow:hidden;margin-bottom:0.1rem;}
.utab a{display:block;background-color:#f7f7f7;height:2.625em;line-height:2.625em;margin-right:0.1rem;margin-bottom:0.1rem;padding:0 1.25em;color:#666;transition:all 0.2s; position: relative; cursor: pointer}
.utab a:last-child{margin-right:0;}
.utab a:hover,
.utab .cur{background-color:#0600ff;color:#fff;}
.line_utab{border-bottom: solid 1px #e6e6e6}
.line_utab .utab{margin-bottom: 0}
.line_utab .utab a{background: none; padding:0 .1rem; margin-bottom: 0; margin-right: .24rem}
.line_utab .utab a:after{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;transition:all 0.2s; }
.line_utab .utab .cur,
.line_utab .utab a:hover{color: #0600ff}
.line_utab .utab .cur:after,
.line_utab .utab a:hover:after{background: #0600ff}
@media only screen and (max-width:750px){
.utab a{padding:0 1em;}
}

/*udownload*/
#udownload{margin-bottom:0.6rem;}
#udownload ul{border-top:1px solid rgba(0,0,0,0.1);}
#udownload li{border-bottom:1px solid rgba(0,0,0,0.1);font-size:var(--fz18);line-height:2em;padding:0.22rem 0;}
#udownload time{display:block;position:absolute;right:0;top:0;font-size:0.88888889em;color:#999;line-height:2.25em;}
#udownload a{color:#222;position:relative;padding-right:6.66666667em;height:2em;}
#udownload a:hover{color:#0600ff;}
@media only screen and (max-width:750px){
    #udownload a{padding-right:6.11111111em;}
}

/*Pages*/
.Pages .p_cur,.Pages .p_count,.Pages .p_total,.Pages .p_jump,.Pages .a_first,.Pages .a_end{display:none;}
.Pages .p_page{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
.Pages .num{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;justify-content:center;font-style:normal;}
.Pages a{display:block;background:#f5f5f5 no-repeat center center;background-size:auto 32%;height:3.125em;min-width:3.125em;text-align:center;line-height:3.125em;border-radius:1.5625em;margin:0 0.15rem;}
.Pages a:hover,.Pages .a_cur{background-color:#0600ff;color:#fff;}
.Pages .a_prev,.Pages .a_next{text-indent:-99999em;overflow:hidden;}
.Pages .a_prev{background-image:url(../images/pages_prev_01.svg);}
.Pages .a_prev:hover{background-image:url(../images/pages_prev_02.svg);}
.Pages .a_next{background-image:url(../images/pages_next_01.svg);}
.Pages .a_next:hover{background-image:url(../images/pages_next_02.svg);}
@media only screen and (max-width:750px){
    .Pages .num{display:none;}
}

/*security*/
.security{max-width:4.4rem;}
.security .item{margin-bottom:0.2rem;}
.security .input{position:relative;}
.security .text{border:solid 1px #e5e5e5;display:block;width:100%;padding:0.9375em 1.25em;height:3.75em;line-height:1.875em;color:#666;border-radius:0.05rem;}
.security .text:focus{border-color:#0600ff;}
.security .code a{display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);color:#0600ff;padding:0 1.25em;}
.security .code .text{padding-right:7.5em;}
.security .submit{background-color:#0600ff;color:#fff;font-size:var(--fz18);display:block;width:11.66666667em;height:3.33333333em;max-width:100%;border-radius:0.05rem;}
@media only screen and (max-width:750px){
    .security{max-width:none;}
}

/*popup*/
.popup{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);z-index:10;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none;}
.popup .wrap{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;justify-content:center;align-items:center;padding:0.35rem 0;min-height:100%;width:100%;}
.popup .box{background-color:#fff;border-radius:0.1rem;width:5.2rem;max-width:90%;position:relative;}
.popup .close{width:0.18rem;height:0.18rem;background:url(../images/close_01.svg) no-repeat center center;background-size:contain;position:absolute;right:0.19rem;top:0.19rem;cursor:pointer;}

/*logging*/
.logging .box{padding:0.5rem 0.5rem 0.6rem;}
.logging .text{font-size:var(--fz24);line-height:1.66666667em;text-align:center;}
.logging .icon{width:0.61rem;margin:0 auto 0.15rem;}
.logging .icon i{display:block;padding-bottom:100%;background:no-repeat center center;background-size:contain;}
.logging .icon .success{background-image:url(../images/success_01.svg);}

/*question*/
.question{padding: .2rem 0 .4rem 0;}
.question .boxitem{display: table; table-layout: fixed;width: 100%;}
.question .item{padding:.2rem; display: table-cell; vertical-align: middle;}
.question.nb{border-top:none;}
.question .first{background: #f7f7f7;border-bottom:1px solid rgba(0,0,0,0.1);}
.question .ID{width: 15%;white-space: nowrap}
.question .title{width: 30%}
.question .status{width: 15%}
.question .user{width: 15%}
.question .date{width: 18%;white-space: nowrap}
.question .operate{width: 15%;white-space: nowrap}

.qitem{border-bottom: solid 1px #e6e6e6; transition: 0.5s}
.qitem:hover{background: #fafafa}
.qitem .date{}
.qitem .title a{color: #0600ff;}
.qitem .titlebox{ display: flex; margin-top: 0.05rem;line-height: 2.5em;}
.qitem .supp{ color:#0600ff;line-height:2.5em;background:url(../images/icon_z.png) no-repeat left 0.78125em;background-size:0.75em auto;padding-left:1.5em;}
.qitem .status{}
.qitem .status span{}
.qitem .status span:before{content: '';width: 8px; height: 8px;border-radius:100%;display: inline-block; margin-right: 8px;}
.qitem .status .gray:before{background-color:#999999;}
.qitem .status .orange:before{background-color:#fc8203;}
.qitem .status .green:before{background-color:#00cc1b;}
.qitem .method{color:#666;width:100%;line-height:2.5em;margin-top:0.07rem;}
.qitem .operate .line{color: #d9d9d9; padding: 0px 5px;}
.qitem .operate a{color: #0600ff; cursor: pointer}
.qitem .filebox,
.qitem .replybox,
.qitem_sub,
.reply_tw{ width: 100%;}
.qitem .filebox{ margin: .15rem 0;}
.qitem .filebox a{ display: inline-block; padding: .05rem .2rem; background-color: #f7f7f7; border-radius: .25rem; color: #333; transition: all 0.5s; }
.qitem .filebox a:hover{ background-color: #0600ff; color: #fff; }
.qitem .replybox{ padding: .3rem; background-color: #f6f6f6; position: relative; margin-top: .2rem;}
.qitem .replybox::before{ content: ''; position: absolute; left: .5rem; bottom: 100%; border: .12rem solid transparent; border-bottom-color: #f6f6f6;}
.reply_tw{ margin: .3rem 0;}
.qitem_sub{ background-color: #ebebeb; padding: .3rem;}
@media(max-width:768px){
.question{overflow-x: auto}
.question .boxitem{width: 200%}
}

/*find*/
.find{max-width:100%;margin-bottom:0.3rem;}
.find .box span{padding-right: 18px}
.find .input{position:relative; width:50%}
.find .select{width:22%}
.find .text,
.find select{display:block;border:1px solid #ccc;color:#666;flex: 1; height:2.875em;line-height:1.5em;padding:0.5625em 2.6875em 0.5625em 1.25em;}
.find .btn{width:22%}
.find .btn button{cursor:pointer; width: 48%;height:2.875em;}
.find .btn button.go{background:#0600ff;color:#fff;}
.find .btn button.reset{background:#f7f7f7;color:#666666;}
@media(max-width:768px){
.find .input{width: 100%; margin-bottom: .2rem}
.find .select{width: 65%}
.find .btn{width:30%}
}

/*wrapper*/
#wrapper{padding:0.28rem 0 1.2rem;}

/*mside*/
#mside{width:2.2rem;}
#mside .title{display:none;}
#mside .widget{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:0.28rem;margin-bottom:0.28rem;}
#mside .expand{position:relative;cursor:pointer;}
#mside .expand:after{width:0.06rem;height:0.11rem;background:url(../images/arrow_right_01.svg) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2;transition:all 0.2s;}
#mside .name{font-size:var(--fz18);font-weight:500;color:#222;}
#mside .name a{color:#222;display:block;}
#mside .item{margin-top:0.15rem;}
#mside .item ul{margin-top:0.04rem;}
#mside .cate{font-size:var(--fz16);line-height:1.875em;color:#555;font-weight:normal;}
#mside .cate a{color:#555;display:block;}
#mside .cate a:hover{color:#0600ff;}
#mside ul{margin-top:0.12rem;display:none;}
#mside .active ul{display: block;}
#mside li a{color:#999;line-height:2.25em;padding-left:1.25em;display:block;background:url(../images/mside_01.svg) no-repeat left center;background-size:0.4375em auto;}
#mside .cur a{color:#0600ff;background-image:url(../images/mside_02.svg);}
#mside .active > .expand:after{transform:translateY(-50%) rotate(90deg);}
@media only screen and (max-width:1024px){
    #mside{width:100%;}
    #mside .title{background-color:#f7f7f7;margin-bottom:0.3rem;display:block;font-weight:normal;font-size:var(--fz20);line-height:2em;padding:0.15rem 0.3rem;position:relative;cursor:pointer;}
    #mside .title:after{content:'';display:block;position:absolute;right:0.3rem;top:50%;transform:translateY(-50%);width:0.55em;height:0.3em;background:url(../images/arrow_down_01.svg) no-repeat center center;background-size:contain;}
    #mside .drop1{display:none;padding:0 0.3rem 0.3rem;}
}

/*main*/
#main{width:calc(100% - 2.2rem);padding-left:4.28571429%;}
@media only screen and (max-width:1024px){
    #main{width:100%;padding:0;}
}

/*pname*/
.pname{background-color:#f7f7f7;text-align:center;font-size:var(--fz32);line-height:1.5em;padding:0.26rem;color:#222;}
.pname .status{ font-size:16px;color: #fff; border-radius: 4px;padding: 6px;position: relative; margin-left: 20px;}
.pname .status:before{content: '';position: absolute; width: 0; height: 0; bottom:0; left: -10px; border: solid 10px transparent; }
.pname .status.yellow{background: #fc8203;}
.pname .status.yellow:before{ border-bottom-color: #fc8203}
.pname .status.gray{background: #999999;}
.pname .status.gray:before{ border-bottom-color: #999999}
.pname .status.green{background: #00cc1b;}
.pname .status.green:before{ border-bottom-color: #00cc1b}

/*singlepage*/
.single-box{ width:100% !important; padding:0 !important;}
#singlepage .pname{margin-bottom:0.5rem;}
#singlepage .entry{line-height:2em;color:#666;}
#singlepage .entry *{line-height:2em;}
@media only screen and (max-width:750px){
    #singlepage .pname{margin-bottom:0.35rem;}
}

/*download*/
#download{margin-bottom:0.6rem;}
#download li{border-bottom:1px solid rgba(0,0,0,0.1);padding:0.12rem 0;}
#download li span{display:block;}
#download li .name{font-size:var(--fz18);line-height:2em;width:calc(100% - 6em);}
#download li .size{line-height:2.25em;color:#999;}
#download li a{color:#222;background:url(../images/icon_download_01.png) no-repeat right 0.5em;background-size:1em auto;padding-right:3.22222222em;}
#download li a:hover{color:#0600ff;}
.filter-download{margin-top: 0.2rem;}
.filter-download .filter-item em{font-style: normal;}
.filter-download .filter-item{position: relative;z-index: 20;margin-right: .1rem;}
.filter-download .cur-model{display: flex;align-items: center;justify-content: space-between; border-radius: 0.05rem; line-height: 2.4em;padding: 0 1em; border: 1px solid rgba(0,0,0,0.2); min-width: 1.6rem; cursor: pointer;}
.filter-download .cur-model i{margin-left: 2em; width: 0.12rem; height: 0.06rem;background: url(../images/language_arrow_01.svg) no-repeat center center; background-size: contain;}
.filter-download .model-list{position: absolute; left: 0;top: 100%;background: #fff; box-shadow: 0 0 0.2rem 0 rgba(6,0,255,0.1);width: max-content;padding: 1em; max-width: 3rem; min-width: 100%;display: none;}
.filter-download .model-list.show{display: block;}
.filter-download .model-list dd{cursor: pointer; padding: 0.1rem 0;display: flex;align-items: center;}
.filter-download .model-list dd:hover{color: #0600ff;}
.filter-download .model-list dd i{width: 1em;height: 1em;display: block; border: 1px solid rgba(0,0,0,0.2); background: no-repeat center center; background-size: contain;}
.filter-download .model-list dd span{flex: 1;margin-left: 0.5em; line-height: 1.2;}
.filter-download .model-list dd.a_cur i{background-color: #0600ff; border-color: #0600ff; background-image: url(../images/checked.svg);}
.filter-download .reset{display: block;line-height: 2.4em;padding: 0 1em; background: rgba(0,0,0,0.1);border-radius: 0.05rem; margin: 0 0 0 1em;cursor: pointer;}

.filter-download + #udownload{margin-top: 0.2rem;}

/*faq*/
#faq{margin-bottom:0.6rem;}

/*fitem*/
.fitem{border-bottom:1px solid rgba(0,0,0,0.1);padding:0.22rem 0;}
.fitem .title{font-size:var(--fz18);line-height:2em;color:#222;cursor:pointer;font-weight:normal;position:relative;padding-right:1.11111111em;}
.fitem .title:after{width:0.88888889em;height:0.88888889em;background:url(../images/icon_close.svg) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;right:0;top:0.55555556em;}
.fitem .entry{line-height:2.25em;color:#666;margin-top:0.08rem;display:none;}
.fitem .entry *{line-height:2.25em;}
.fitem.active .title:after{background-image:url(../images/icon_open.svg);}

/*contact*/
#contact .item{width:49.10714286%;margin-top:1.78571429%;}
#contact .info{border:solid 1px #e5e5e5;text-align:center;color:#222;position:relative;height:100%;padding:16.72727273% 14.54545455% 10.90909091%;}
#contact .icon{width:0.7rem;max-width:50%;margin:0 auto 0.38rem;}
#contact .icon i{display:block;overflow:hidden;padding-bottom:100%;background:no-repeat center center;background-size:contain;}
#contact .title{font-size:var(--fz28);line-height:1.28571429em;margin-bottom:0.14rem;}
#contact .intro{font-size:var(--fz18);line-height:1.77777778em;min-height:3.55555556em;}
@media only screen and (max-width:750px){
    #contact .item{width:100%;margin-top:0.2rem;}
}

/*quality*/
#quality .item{margin-top:7.67857143%;}
#quality .item:hover .img{transform:scale(1.05);}
#quality .figure{width:53.57142857%;}
#quality .figure:after{display:block;padding-bottom:75%;}
#quality .text{width:38.39285714%;}
#quality .title{font-size:var(--fz32);line-height:1.125em;color:#222;margin-bottom:0.58rem;}
#quality li{padding-left:2.625em;background:no-repeat left 0.125em;background-size:2.0625em auto;color:#666;line-height:2em;margin-bottom:0.28rem;}
#quality li:last-child{margin-bottom:0;}
#quality li span{font-size:1.25em;line-height:1.8em;color:#333;font-weight:bold;}
#quality .item:nth-child(2n){flex-direction:row-reverse;}
@media only screen and (max-width:750px){
    #quality .item{margin-top:0.6rem;}
    #quality .figure{width:100%;}
    #quality .text{width:100%;margin-bottom:0.3rem;}
    #quality .title{margin-bottom:0.4rem;}
}

/*machine*/
#machine{margin-bottom:0.4rem;}
#machine .list{padding:0 0.2rem;}
#machine .figure{width:44.44444444%;}
/* #machine .figure:after{display:block;padding-bottom:62.5%;} */
#machine .text{width:48.14814815%;padding:0.25rem 0;}
#machine .title{font-size:var(--fz32);line-height:1.25em;font-weight:normal;margin-bottom:0.2rem;}
#machine .entry{font-size:var(--fz18);line-height:2.22222222em;color:#666;}
#machine .entry *{line-height:2.22222222em;}
#machine .item{margin-top:0.55rem;}
#machine .item:nth-child(2n){flex-direction:row-reverse;}
#machine .figure img{width: 100%;box-sizing: border-box;}
#machine .figure .swiper-button-prev,#machine .figure .swiper-button-next{--swiper-navigation-size: .24rem;color: #0600ff;}
#machine .figure .mySwiper{margin-top: .15rem;}
#machine .figure .mySwiper img{border: 1px solid #ccc;height: .65rem;object-fit: cover;}
#machine .figure .mySwiper .swiper-slide-thumb-active img{border: 1px solid #0600ff;}
@media only screen and (max-width:750px){
    #machine .figure{width:100%;margin-bottom:0.3rem;}
    #machine .text{width:100%;padding:0;}
}

/*msgform*/
.msgform .input{margin-bottom:3.21428571%;}
.msgform .item{margin-bottom:0.52rem;}
.msgform .label{font-size:var(--fz18);line-height:1.66666667em;margin-bottom:0.12rem;display:block;}
.msgform .label i{font-style:normal;color:#e60000;}
.msgform .text{display:block;width:100%;border-bottom:1px solid rgba(17,17,17,0.1);color:#666;height:3.75em;line-height:1.875em;padding:0.9375em 0;}
.msgform .disabled{background-color:#f0f0f0;color:#666;height:3.25em;line-height:3.25em;padding:0 1.25em;display:block;width:100%;}
.msgform .textarea{border:solid 1px #ccc;display:block;width:100%;color:#666;height:10em;padding:1.4375em 1.25em;}
.msgform textarea.text{height:8.5em;}
.msgform .button{margin-top:0.24rem;}
.msgform .submit{color:#fff;width:10em;height:3.25em;margin-right:0.2rem;background-color:#0600ff;}
.msgform .submit:last-child{margin-right:0;}
.msgform .submit:hover{opacity:0.8;}
.msgform .reset{background-color:#b2b2b2;}
.msgform .column .input{width:48.21428571%;}
@media only screen and (max-width:750px){
    .msgform .column .input{width:100%;}
}

/*message*/
.message .pname{margin-bottom:0.36rem;}

/*faqbar*/
.faqbar{margin-top:0.4rem;}

/*popupfaq*/
.popupfaq .box{width:6.3rem;border-radius:0;padding:0.52rem 0.6rem 0.7rem;}
.popupfaq .item{margin-bottom:0.24rem;}
.popupfaq .title{font-size:var(--fz32);line-height:1.35em;margin-bottom:0.3rem;}
.popupfaq .text{display:block;width:100%;border:1px solid rgba(0,0,0,0.1);color:#666;height:3.125em;line-height:1.875em;padding:0.625em 0.875em;}
.popupfaq textarea.text{height:7.5em;}
.popupfaq .label{display:block;font-size:var(--fz18);line-height:1.35em;margin-bottom:0.15rem;}
.popupfaq .label i{font-style:normal;color:#0600ff;}
.popupfaq .agree{color:#666;}
.popupfaq .agree input[type="checkbox"]{margin-right:0.1rem;display:inline-block;vertical-align:middle;margin-top:0.035rem;}
.popupfaq .file{border:1px solid rgba(0,0,0,0.1);height:1rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;color:#999;cursor:pointer;}
.popupfaq .file span{display:block;background:url(../images/icon_upload.svg) no-repeat center top;background-size:1em auto;padding-top:1.25em;}
.popupfaq input[type="file"]{display:none;}
.popupfaq .btn{margin-top:0.16rem;}
.popupfaq .submit{color:#fff;background-color:#0600ff;width:10em;height:3.25em;}
@media only screen and (max-width:750px){
    .popupfaq .box{padding:0.35rem 0.4rem 0.5rem;}
}

/*publish*/
.publish{background:no-repeat center center;background-size:cover;overflow:hidden;position:relative;color:#fff;padding:0.74rem 0.6rem;margin-top:0.8rem;}
.publish:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0.4;}
.publish .text{font-weight:bold;font-size:var(--fz24);line-height:2.08333333em;position:relative;z-index:5;width:calc(100% - 2.4rem);}
.publish .btn{font-size:var(--fz18);width:10em;height:2.88888889em;position:relative;z-index:5;text-align:center;line-height:2.88888889em;background-color:#0600ff;cursor:pointer;}
.publish .btn:hover{opacity:0.8;}
@media only screen and (max-width:750px){
    .publish{flex-direction:column;align-items:center;justify-content:center;text-align:center;}
    .publish .text{width:100%;margin-bottom:0.35rem;}
}

/*history*/
#history{position:relative;margin-top:0.6rem;}
#history:after{width:0.05rem;height:100%;content:'';display:block;position:absolute;left:50%;top:0;transform:translateX(-50%);background:url(../images/history_line.png) repeat-y center top;background-size:100% auto;}
#history .item{position:relative;z-index:5;}
#history .item:after{width:0.05rem;height:0.04rem;background-color:#0600ff;content:'';display:block;position:absolute;left:50%;top:0.01rem;transform:translateX(-50%);}
#history .item:nth-child(2n){flex-direction:row-reverse;margin-top:-0.3rem;}
#history .info{width:42.85714286%;color:#222;}
#history .info:hover .img{transform:scale(1.05);}
#history .figure{padding-bottom:66.66666667%;}
#history .text{margin-bottom:0.32rem;}
#history .year .title{font-size:var(--fz40);line-height:1.125em;margin-right:0.08rem;}
#history .year sup{font-size:var(--fz16);line-height:1.875em;}
#history .entry{line-height:1.5em;width:calc(100% - 1.3rem);padding-left:10.41666667%;}
#history .entry *{line-height:1.5em;}
@media only screen and (max-width:750px){
    #history:after{left:0;transform:none;}
    #history .item{margin-bottom:0.5rem;padding-left:0.35rem;}
    #history .item:after{left:0;transform:none;}
    #history .item:nth-child(2n){margin-top:0;}
    #history .item:last-child{margin-bottom:0;}
    #history .info{width:100%;}
}

/*selectbar*/
.selectbar{margin-top:0.4rem;}
.selectbar .text,.selectbar select{border:solid 1px #ccc;display:block;width:100%;height:2.625em;}
.selectbar .select{margin-right:0.2rem;max-width:calc(100% - 0.2rem);width:10em;}
.selectbar select{padding:0 1.25em;color:#222;}
.selectbar .text{color:#666;line-height:1.875em;padding:0.375em 3.625em 0.375em 1.25em;}
.selectbar .go{width:3.625em;height:100%;position:absolute;right:0;top:0;background:url(../images/search_01.png) no-repeat center center;background-size:auto 42.85714286%;cursor:pointer;}
.selectbar .input{width:3rem;max-width:calc(100% - 0.2rem);margin-right:0.2rem;position:relative;}
@media only screen and (max-width:750px){
    .selectbar .input,.selectbar .select{margin:0 0 0.2rem;width:100%;max-width:none;}
}

/*joblist*/
#joblist{margin-top:0.3rem;margin-bottom:0.6rem;}
#joblist table{table-layout:fixed;text-align:center;}
#joblist th{background-color:#f7f7f7;font-size:var(--fz18);line-height:1.66666667em;padding:0.15rem 0.4rem;font-weight:normal;}
#joblist td{color:#666;padding:0.15rem 0.4rem;border-bottom:1px solid rgba(0,0,0,0.1);}
#joblist td p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#joblist td a{color:#666;}
#joblist td a:hover{color:#0600ff;}
#joblist .name{text-align:left;width:28.57142857%;}
#joblist .addr{width:19.64285714%;}
#joblist .view{width:19.64285714%;}
@media only screen and (max-width:750px){
    #joblist .part,#joblist .num{display:none;}
    #joblist th,#joblist td{padding:0.15rem 0.2rem;}
}

/*jpost*/
#jpost{margin-top:0.55rem;}
#jpost .title{font-size:var(--fz32);line-height:1.125em;color:#222;font-weight:normal;margin-bottom:0.16rem;}
#jpost .meta{line-height:2.25em;color:#666;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:0.18rem;margin-bottom:0.6rem;}
#jpost .meta span{display:block;position:relative;}
#jpost .meta span:not(:last-child){margin-right:0.12rem;padding-right:0.12rem;}
#jpost .meta span:not(:last-child):after{width:1px;height:0.875em;background-color:#ccc;content:'';display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);}
#jpost .info{width:2.4rem;}
#jpost .back a{background-color:#0600ff;color:#fff;font-size:var(--fz18);display:block;text-align:center;height:3.33333333em;line-height:3.33333333em;}
#jpost .mail{padding-bottom:108.33333333%;background:no-repeat center center;background-size:cover;position:relative;color:#fff;margin-bottom:0.1rem;}
#jpost .mail:before{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:100%;background-image:linear-gradient(0deg,#000,transparent 50%);}
#jpost .mail .box{position:absolute;left:0;bottom:0;width:100%;padding:5% 8.33333333%;z-index:5;}
#jpost .mail span{font-size:var(--fz20);line-height:1.5em;}
#jpost .text{width:calc(100% - 2.4rem);padding-right:14.28571429%;}
#jpost .entry{line-height:2em;color:#666;overflow:hidden;margin-bottom:0.4rem;}
#jpost .entry *{line-height:2em;}
#jpost .entry h3{color:#333;line-height:1.8em;position:relative;padding-left:0.8em;font-weight:normal;margin-bottom:0.1rem;}
#jpost .entry h3:before{width:0.2em;background-color:#0600ff;height:1em;border-radius:0.1em;content:'';display:block;position:absolute;left:0;top:0.4em;}
#jpost .apply{background-color:#0600ff;color:#fff;font-size:var(--fz18);display:block;text-align:center;width:8.88888889em;height:2.88888889em;line-height:2.88888889em;cursor:pointer;}
@media only screen and (max-width:750px){
    #jpost .meta{margin-bottom:0.35rem;}
    #jpost .text{width:100%;padding-right:0;margin-bottom:0.5rem;}
    #jpost .info{width:100%;}
}

/*apppost*/
#apppost{padding:0.5rem 0 0;overflow:hidden;}

/*systemintro*/
.systemintro{margin-bottom:0.9rem;}
.systemintro .title{text-align:center;font-size:var(--fz40);line-height:1.35em;margin-bottom:0.44rem;}
.systemintro .entry{max-width:10rem;margin:0 auto 0.52rem;text-align:center;}
.systemintro .figure img{width: auto;margin: 0 auto}
@media only screen and (max-width:750px){
    .systemintro{margin-bottom:0.5rem;}
    .systemintro .title{margin-bottom:0.25rem;}
    .systemintro .entry{margin-bottom:0.3rem;}
    
}

/*sname*/
.sname{text-align:center;font-size:var(--fz36);line-height:1.35em;font-weight:500;margin-bottom:0.35rem;}

/*systeminfo*/
.systeminfo{padding-bottom:0.9rem; overflow: hidden;}
.systeminfo .top {margin-bottom: 0.55rem;}
.systeminfo .sname {font-weight: bold; margin-bottom: 0.24rem;}
.systeminfo .intro {text-align: center;}
.systeminfo .btm {display: flex; justify-content: space-between; flex-wrap: wrap;  background-color: #fff;}
.systeminfo .figure {width: 50%;}
@media only screen and (min-width:751px){
    .systeminfo .figure.right{ order: 2;}
}

.systeminfo .figure:after {display: block; padding-bottom: 75.72%;}
.systeminfo .text { flex: 1; min-width: 0; padding:1rem 0.3rem 0.5rem 0.6rem;}
.systeminfo .title {font-weight: normal; font-size: 0.36rem; line-height: 1.25em; margin-bottom: 0.15rem;}

.systeminfo .box{padding:0.4rem 0.4rem 0.08rem;background-color:#0f328c;border-radius:0.1rem;color:#fff;overflow:hidden;}
.systeminfo .tab{overflow:hidden;margin-bottom:0.15rem;}
.systeminfo .tab span{display:block;margin:0 0.1rem 0.1rem 0;background-color: #1212fc; color:#fff; font-size: 0.18rem; font-weight: 500; height: 2em; line-height: 2em; padding:0 0.2rem;}
.systeminfo .tab span:last-child{margin-right:0;}
.systeminfo .list { overflow-y: auto; -webkit-overflow-scrolling: touch; padding-right: 0.35rem; max-height: 18.75em;}
.systeminfo .entry {line-height: 1.75em; color:#666;}
.systeminfo .entry * {line-height: 1.75em;}
.systeminfo .entry p{position:relative;padding-left:0.9375em;}
.systeminfo .entry p:before{width:0.375em;height:0.625em;content:'';display:block;position:absolute;left:0;top:0.625em;background: url(../images/arrow_right_05.png) no-repeat left center; background-size: contain;}
.systeminfo .file,
.systeminfo .enter {margin-top: 0.2rem;}
.systeminfo .file li {margin-right:0.2rem; margin-bottom: 0.15rem;}
.systeminfo .file li:last-child {margin-right: 0;}
.systeminfo .enter a,
.systeminfo .file a {display: inline-block; background: url(../images/file_pdf_02.png) no-repeat left center; background-size: 1.125em auto; padding-left:1.5em; line-height: 2em;}
.systeminfo .enter a {background-image: url(../images/arrow_right_04.png); background-position: right center; padding-left: 0; padding-right: 1.5em; transition: padding 0.2s;}
.systeminfo .enter a:hover {padding-right: 2em;}
.systeminfo .red-list{margin-top: .15rem;display: flex;}
.systeminfo .red-list .name{font-size: .18rem;color: #000;font-weight: bold;}
.systeminfo .red-list dl{display: flex;flex-wrap: wrap;margin: -0.05rem;}
.systeminfo .red-list dl dd{margin: .05rem;}
.systeminfo .red-list dl dd a{font-size: .18rem;color: #0600ff;text-decoration: underline;}

@media only screen and (max-width:750px){
    .systeminfo{padding-bottom:0.5rem;}
    .systeminfo .figure {width: 100%;}
    .systeminfo .text {width: 100%; padding:0.3rem; flex: auto;}
}

/*systemapp*/
.systemapp{margin-bottom:0.35rem;}
.systemapp .sname {margin-bottom: 0.2rem;}
.systemapp .swiper {margin:0 -0.2rem;}
.systemapp ul{width:109.28571429%;}
.systemapp li{width:33.333%;padding-right:8.49673203%;padding-bottom:3.26797386%;}
.systemapp .list {position: relative;}
.systemapp .figure{padding-bottom:68.182%; box-shadow: 0px 0px 0.2rem 0.04rem rgba(0, 0, 0, 0.06); border-radius: 0.05rem; margin-bottom: 0.32rem;}
.systemapp .title{text-align:center;font-weight:500;font-size:var(--fz24);line-height:1.25em; margin-bottom: 0.1rem;}
.systemapp .info{position:relative;overflow: hidden; padding:0.2rem;}
.systemapp .txt{text-align: center}
.systemapp .intro {color:#666;}
.systemapp .list .prev {left:-1rem;}
.systemapp .list .next {right:-1rem;}
@media only screen and (max-width:1280px){
    .systemapp .list .prev{left:-0.3rem;}
    .systemapp .list .next{right:-0.3rem;}
}
@media only screen and (max-width:1024px){
    .systemapp ul{width:105.20833333%;}
    .systemapp li{padding-right:4.95049505%;}
}
@media only screen and (max-width:750px){
    .systemapp li{width:100%;}
    .systemapp .list .prev{left:0.1rem;}
    .systemapp .list .next{right:0.1rem;}
}

/*systemNetwork*/
.systemNetwork{overflow: hidden; background: no-repeat center center; background-size: cover; padding:0.9rem 0;}
.systemNetwork li{width:48%;padding-bottom:3.26797386%;}
.systemNetwork .figure{padding-bottom:55.8333%; margin-bottom: 0.4rem;}
.systemNetwork .title{width:100%;text-align:center;font-weight:normal;font-size:var(--fz24);line-height:1.25em; margin-bottom: 0.08rem;}
.systemNetwork .figure .img{object-fit: contain;}
.systemNetwork .info{position:relative;text-align: center;  padding:0.4rem; border-radius: 0.05rem; overflow: hidden;height: 100%; }
.systemNetwork .txt{text-align: center; padding:0 0.25rem;}
.systemNetwork .intro {color:#666; display: flex; justify-content: center; text-align: left; }
@media only screen and (max-width:1024px){
    .systemNetwork ul{width:105.20833333%;}
    .systemNetwork li{padding-right:4.95049505%;}
}
@media only screen and (max-width:750px){
    .systemNetwork {padding:0.6rem 0;}
    .systemNetwork li{width:100%;}
}


/*systemremote*/
.systemremote{background: no-repeat center center; background-size: cover; overflow: hidden;}
.systemremote .inner {display: flex;align-items: center; justify-content: flex-end; height: 8rem;}
.systemremote .sname{margin-bottom:0.1rem; text-align: left;}
.systemremote .text{max-width: 5rem; color:#fff;}
.systemremote .entry{font-size: 0.2rem; line-height: 2em;}
@media only screen and (max-width:750px){
    .systemremote .inner{height: 5rem;}
}

/*systemoutput*/
.systemoutput{margin-bottom:0.4rem;overflow:hidden;}
.systemoutput .entry{width:49.71428571%;color:#666;margin-bottom:0.5rem;}
.systemoutput .entry:nth-child(2n){width:42.42857143%;}
.systemoutput .entry h4{font-weight:normal;line-height:1.66666667em;color:#333;}
@media only screen and (max-width:1024px){
    .systemoutput .entry:nth-child(n+1){width:100%;}
}
@media only screen and (max-width:750px){
    .systemoutput{margin-bottom:0.1rem;}
}

/*systemimage*/

.systemscene{margin-bottom:0.9rem;}
.systemimage {padding:0.9rem 0 0.8rem; overflow: hidden;}
.systemimage .item{width: 48%; padding: 0.4rem;margin-bottom: 0.4rem; overflow: hidden; /*box-shadow: 0px 0px 0.18rem 0.02rem rgba(0, 0, 0, 0.06);*/}
.systemimage figure {margin-bottom: 0.25rem;}
.systemimage figure img{ border-radius:0.1rem;}
.systemimage .txt{text-align: center;}
.systemimage .title {font-size: 0.24rem; line-height: 1.25em; font-weight: 500; margin-bottom: 0.1rem;}
.systemimage .intro {color:#666; text-align: left; display: flex; justify-content: center;}
@media only screen and (max-width:750px){    
	.systemscene{margin-bottom:0.6rem;}
    .systemimage {padding:0.6rem 0;}
	.systemimage .item{width: 100%;}
}

/*systeminternal*/
.systeminternal{margin-bottom:0.7rem;}
.systeminternal .image{width:6.6rem;position:relative;}
.systeminternal .image li{position:absolute;top:0;font-size:var(--fz24);line-height:1.25em;z-index:5;padding-bottom:6.96969697%;cursor:pointer;}
.systeminternal .image li span{display:block;position:absolute;left:0;width:100%;text-align:center;top:50%;transform:translateY(-50%);}
.systeminternal .image li:nth-child(1){width:12.12121212%;left:61.81818182%;margin-top:23.03030303%;}
.systeminternal .image li:nth-child(2){width:21.21212121%;left:24.24242424%;margin-top:14.6969697%;}
.systeminternal .image li:nth-child(3){width:21.21212121%;left:0.75757576%;margin-top:40.90909091%;}
.systeminternal .image li:nth-child(4){width:22.72727273%;left:38.48484848%;margin-top:37.27272727%;}
.systeminternal .image li:nth-child(5){width:17.42424242%;left:28.03030303%;margin-top:48.03030303%;}
.systeminternal .image .cur{color:#0600ff;}
.systeminternal .figure{padding-bottom:84.09090909%;}
.systeminternal .text{width:calc(100% - 6.7rem);padding:0.27rem 0;}
.systeminternal .item{display:none;}
.systeminternal .item:first-child{display:block;}
.systeminternal .title{font-size:var(--fz24);line-height:1.25em;font-weight:normal;margin-bottom:0.1rem;}
.systeminternal .entry{line-height:2.5em;}
.systeminternal .entry *{line-height:2.5em;}
@media only screen and (max-width:1024px){
    .systeminternal .image{width:100%;margin-bottom:0.25rem;}
    .systeminternal .text{width:100%;padding:0;}
}
@media only screen and (max-width:750px){
    .systeminternal .image li{font-size:var(--fz18);}
}

/*systemvideo*/
.systemvideo .item{width:48.57142857%;padding-bottom:0.4rem;}
.systemvideo .video{position:relative;padding-bottom:64.70588235%;margin-bottom:0.2rem;}
.systemvideo video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;}
.systemvideo .title{font-size:var(--fz18);line-height:1.66666667em;text-align:center;font-weight:normal;}
@media only screen and (max-width:750px){
    .systemvideo .item{width:100%;}
}

/*swiper-arrow*/
.swiper-arrow .arrow{width:0.6rem;border-radius:50%;border:1px solid #999;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;background:no-repeat center center;background-size:25.86206897% auto;z-index:5;}
.swiper-arrow .arrow:after{padding-bottom:100%;display:block;content:'';}
.swiper-arrow .arrow:hover{background-color:#0600ff;border-color:#0600ff;}
.swiper-arrow .prev{left:0;background-image:url(../images/swiper_prev_01.png);}
.swiper-arrow .prev:hover{background-image:url(../images/swiper_prev_04.png);}
.swiper-arrow .next{right:0;background-image:url(../images/swiper_next_01.png);}
.swiper-arrow .next:hover{background-image:url(../images/swiper_next_04.png);}

/*related*/
.related{overflow:hidden;background-color:#f7f7f7;padding:1.1rem 0 1.4rem;}
.related .sname{margin-bottom:0.55rem;}
.related .list{position:relative;}
.related .figure{padding-bottom:69.76744186%;background-color:#fff;margin-bottom:0.22rem;}
.related .img {object-fit:contain;}
.related .title{font-size:var(--fz24);font-weight:normal;line-height:1.35em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0.04rem;}
.related .excerpt{color:#666;}
.related .info{display:block;overflow:hidden;}
.related .prev{left:-1rem;}
.related .next{right:-1rem;}
@media only screen and (max-width:1280px){
    .related .prev{left:-0.3rem;}
    .related .next{right:-0.3rem;}
}
@media only screen and (max-width:750px){
    .related{padding:0.6rem 0;}
    .related .prev{left:0.1rem;}
    .related .next{right:0.1rem;}
}

/* systemSolution */
.systemSolution{padding:0.9rem 0 1rem; position: relative;}
.systemSolution .list {position:relative; margin:0 -0.2rem;}
.systemSolution .swiper-slide {padding:0.2rem;}
.systemSolution .figure{padding-bottom:68.182%;box-shadow: 0px 0px 0.2rem 0.04rem rgba(0, 0, 0, 0.06); border-radius: 0.05rem; margin-bottom: 0.35rem;}
.systemSolution .img{object-fit: contain;}
.systemSolution .txt{padding: 0 0.4rem;text-align:center;}
.systemSolution .title{font-weight:500;font-size:var(--fz24);line-height:1.25em;margin-bottom: 0.15rem;}
.systemSolution .intro {color:#666; display: flex; justify-content: center; text-align: left;}
.systemSolution .prev{left:-1rem;}
.systemSolution .next{right:-1rem;}
.systemSolution .arrow{transform: translateY(-90%);}
@media only screen and (max-width:1280px){
    .systemSolution .prev{left:-0.3rem;}
    .systemSolution .next{right:-0.3rem;}
}
@media only screen and (max-width:750px){
    .systemSolution{padding:0.55rem 0;}
    .systemSolution .swiper-slide {padding:0.1rem 0;}
    .systemSolution .prev{left:0.1rem;}
    .systemSolution .next{right:0.1rem;}
}

/*orderpage*/
#orderpage{border-top:1px solid rgba(0,0,0,0.1);padding:0.4rem 0 1.2rem;}

/*ordermsg*/
.ordermsg{width:57.14285714%;}
.ordermsg .title{font-size:var(--fz32);line-height:1.35em;margin-bottom:0.16rem;}
.ordermsg .warning{color:#666;}
.ordermsg .form{margin-top:0.45rem;}
@media only screen and (max-width:1024px){
    .ordermsg{width:100%;margin-bottom:0.5rem;}
}

/*ordertype*/
.ordertype{background-color:#f0f0f0;padding:0.46rem 0.4rem 0.33rem;width:37.14285714%;}
.ordertype .title{font-size:var(--fz24);line-height:1.25em;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:0.27rem;margin-bottom:0.23rem;}
.ordertype .meta{line-height:2.5em;color:#666;margin-bottom:0.28rem;}
.ordertype .qr{width:1.64rem;max-width:100%;text-align:center;color:#666;}
.ordertype .qr img{display:block;width:100%;height:auto;}
.ordertype .qr .name{margin-top:0.05rem;}
@media only screen and (max-width:1024px){
    .ordertype{width:100%;}
}

/*propage*/
#propage{padding:0.28rem 0 1.2rem;}
#propage .inner{ max-width: 100%; }
/*pagename*/
.pagename{font-size:var(--fz32);line-height:1.125em;color:#222;margin-bottom:0.4rem;}
#propage .pagename{position: relative;z-index: 1;display: flex;justify-content: space-between;align-items: center;}
#propage .pagename .reset{position: sticky;top: 0;display: block; padding: 0 2em; line-height: 2.4; font-size: 0.5em; background: #ebebeb;cursor: pointer;font-weight: normal;}

/*prolist*/
#prolist{margin-bottom:0.6rem;}
#prolist .list{/* overflow-x:auto;-webkit-overflow-scrolling:touch; */min-height:3rem;}
#prolist table{text-align:center;border-top:solid 1px #e5e5e5;border-left:solid 1px #e5e5e5; table-layout:fixed;min-width:700px;}
#prolist th{background-color:#f5f5f5;font-size:var(--fz16);font-weight:normal;color:#222;line-height:2.25em;padding:0.12rem;border:1px solid #e5e5e5;}
#prolist th ul{display: none}
#prolist td{border:1px solid #e5e5e5;font-size:var(--fz16);line-height:1.5em;color:#222;padding:0.23rem .1rem;}
#prolist td a{color:#222;}
#prolist td a:hover{color:#0600ff; text-decoration: underline;}

#prolist .figure-container{position: relative; }
#prolist .figure{width:45.71428571%;margin:0 auto;}
#prolist .figure-container .show-img{position: absolute; left: 100%;top: 50%;transform: translateY(-50%);background-color: #fff;box-shadow: 0px 0px 0.2rem 0px rgba(6,0,255,0.1); width: 3.6rem; padding: 0.1rem;}
#prolist .figure-container .show-img::after{position: absolute;border: 0.1rem solid transparent; border-right-color: #fff; right: 100%;top: 50%;margin-top: -0.1rem; content: '';}
#prolist .w140{width:12.5%;}
#prolist .w160{width:14.28571429%;}
#prolist .drop{cursor:pointer;position:relative;}
#prolist .drop span{background:url(../images/arrow_down_03.svg) no-repeat right center;background-size:0.5625em auto;padding-right:1.0625em;}
#prolist .drop ul{background-color:#fff;box-shadow:0px 0px 0.2rem 0px rgba(6,0,255,0.1);min-width:1.6rem;position:absolute;left:0.1rem;top:calc(100% - 0.1rem);z-index:5;padding:0.1rem 0;display:none;}
#prolist .drop li{padding:0 0.2rem;color:#666;line-height:2.5em;text-align:left;white-space: nowrap;}
#prolist .drop li.a_cur,
#prolist .drop li:hover{color:#0600ff;}
#prolist .drop li .checkbox{display: inline-flex; margin-right: 0.5em; width: 1em;height: 1em; border: 1px solid rgba(0,0,0,0.2);align-items: center;justify-content: center;}
#prolist .drop li .checkbox::before{display: block; content: ''; width: 100%; height: 100%; background:  no-repeat center center; background-size: contain;}
#prolist .drop li.a_cur .checkbox{background-color: #0600ff; border-color: #0600ff;}
#prolist .drop li.a_cur .checkbox::before{background-image: url(../images/checked.svg);}
#prolist .drop:last-child ul{left:auto;right:0.1rem;}
#prolist .drop.cur span{color:#0600ff;background-image:url(../images/arrow_down_02.svg);}
#prolist #th7{width: 12%;}
/*probar*/
#probar{background-color:#f7f7f7;position:sticky;top:0;z-index:2;}
#probar #breadcrumb{padding:0.15rem 0;}
@media only screen and (max-width:1024px){
    #probar #breadcrumb{background-color:#f7f7f7;padding-left:3.125%;padding-right:3.125%;width:100%;display:none;}
    #prolist .figure-container .show-img{display: none;}
}

/*protab*/
#protab{color:#222;padding:0.15rem 0;}
#protab a{display:block;color:#222;margin-right:0.5rem;}
#protab a:last-child{margin-right:0;}
#protab a:hover,#protab .cur{color:#0600ff;}
@media only screen and (max-width:1024px){
    #protab{width:100%;justify-content:space-between;}
    #protab a{margin-right:0;}
}

/*psupport*/
.psupport{background:no-repeat center center;background-size:cover;position:relative;text-align:center;padding:1.1rem 0 1rem;}
.psupport:before{background-color:rgba(255,255,255,0.8);content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;}
.psupport .inner{position:relative;z-index:5;}
.psupport .name{font-size:var(--fz36);line-height:1.25em;color:#222;font-weight:normal;margin-bottom:0.26rem;}
.psupport .entry{color:#666;margin:0 auto 0.33rem;max-width:80%;}
.psupport .go a{display:block;background-color:#0600ff;color:#fff;text-align:center;width:10em;height:2.625em;line-height:2.625em;margin:0 auto;}

/*proname*/
.proname{font-size:var(--fz36);line-height:1.25em;color:#222;font-weight:normal;margin-bottom:0.36rem;}

/*proarea*/
.proarea{background-color:#f5f5f5;padding:0.92rem 0 0.4rem;}
.proarea .proname{margin-bottom:0.55rem;}
.proarea li{width:27.71428571%;margin-right:8.35714286%;margin-bottom:3.57142857%;}
.proarea li:nth-child(3n){margin-right:0;}
.proarea .figure{padding-bottom:100%;border-radius:0.2rem;overflow:hidden;box-shadow:0px 0px 0.1rem 0px rgba(0,0,0,0.2);margin-bottom:0.2rem;}
.proarea .title{font-size:var(--fz18);line-height:1.66666667em;text-align:center;font-weight:normal;}
.proarea a{display:block;color:#222;}
.proarea a:hover .img{transform:scale(1.05);}
@media only screen and (max-width:750px){
    .proarea{padding:0.6rem 0 0.3rem;}
    .proarea li{margin-right:0;width:100%;margin-bottom:0.4rem;}
}

/*proinfo*/
.proinfo{background-image:linear-gradient(90deg,#102fc9,#8fcfef);color:#fff;overflow:hidden;position:relative;z-index:1;}
.proinfo .inner{position:relative;padding:8.02083333% 0 5.3125%;}
.proinfo .inner:before{width:61.42857143%;padding-bottom:50%;content:'';display:block;position:absolute;right:0;bottom:0;background:url(../images/proinfo_bg.svg) no-repeat center center;background-size:contain;margin-bottom:-4.28571429%;}
.proinfo .text{width:42.35714286%;position:relative;z-index:2;}
.proinfo .name{font-size:var(--fz48);line-height:1.35em;margin-bottom:0.08rem;}
.proinfo .intro{line-height:2.25em;margin-bottom:0.28rem;}
.proinfo .meta{border-top:1px solid rgba(255,255,255,0.1);padding:0.25rem 0;margin-bottom:0.22rem;}
.proinfo .meta p{padding:0.05rem 0;}
.proinfo .meta a{display:block;background:no-repeat left 0.25em;background-size:1.1875em auto;padding-left:2.0625em;color:#fff;}
.proinfo .meta .pdf{background-image:url(../images/file_pdf.png);}
.proinfo .title{font-size:var(--fz16);line-height:2.25em;font-weight:normal;margin-bottom:0.05rem;}
.proinfo .order a{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#0f328c;width:7.6875em;height:2.625em;}
.proinfo .order a:hover{opacity:0.8;}
.proinfo .order i{font-style:normal;padding-right:1.25em;display:block;background:url(../images/arrow_right_02.svg) no-repeat right center;background-size:0.375em auto;}
.proinfo .pic{width:45.21428571%;position:relative;padding:0 4.28571429%;z-index:2;}
.proinfo .figure{padding-bottom:82.65107212%;}
.proinfo .img{object-fit:cover;}
.proinfo .arrow{width:0.4rem;background-color:#fff;border-color:#fff;background-size:39.47368421% auto;}
.proinfo .arrow:hover{opacity:0.8;}
.proinfo .prev{left:-0.4rem;background-image:url(../images/swiper_prev_02.png);}
.proinfo .next{right:-0.4rem;background-image:url(../images/swiper_next_02.png);}
.proinfo .navSwiper{ margin-top: 1em;}
.proinfo .navSwiper figure{ cursor: pointer;}
.proinfo .navSwiper .swiper-slide{ padding: 10px; background-color: transparent; border: 1px solid transparent;}
.proinfo .navSwiper .swiper-slide-thumb-active{ border-color: var(--color-blue);}
@media only screen and (max-width:1280px){
    .proinfo .prev{left:0;}
    .proinfo .next{right:0;}
}
@media only screen and (max-width:1024px){
    .proinfo .text{width:46%;}
    .proinfo .pic{width:50%;padding:0 0.55rem;}
}
@media only screen and (max-width:750px){
    .proinfo{position:relative;}
    .proinfo .inner{padding:0.6rem 0;position:static;}
    .proinfo .inner:before{bottom:auto;margin-bottom:0;top:0;width:100%;padding-bottom:81.3655761%;margin-top:-7.11237553%;}
    .proinfo .text{width:100%;}
    .proinfo .pic{width:100%;margin-bottom:0.5rem;}
}

/*procont*/
.procont{padding:0.92rem 0 1rem;}
.procont .proname{margin-bottom:0.32rem;}
.procont .tab{border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom:0.4rem;}
.procont .tab span{display:block;font-size:var(--fz18);line-height:1.66666667em;color:#222;position:relative;margin-right:0.6rem;padding-bottom:0.24rem;cursor:pointer;}
.procont .tab span:after{content:'';display:block;position:absolute;left:0;width:100%;background-color:#0600ff;bottom:-1px;height:2px;opacity:0;}
.procont .tab span:last-child{margin-right:0;}
.procont .tab span:hover{color:#0600ff;}
.procont .tab .cur{color:#0600ff;}
.procont .tab .cur:after{opacity:1;}
.procont .entry{display:none;}
.procont .entry:first-child{display:block;}
.procont .entry th{background-color:#0600ff;color:#fff;font-size:var(--fz16);line-height:1.75em;font-weight:normal;padding:0.16rem 0.1rem;}
.procont .entry td{border:1px solid rgba(6,0,255,0.4);color:#555;padding:0.1rem;}
@media only screen and (max-width:750px){
    .procont{padding:0.6rem 0 0.7rem;}
}

/*prodoc*/
.prodoc{padding:0.45rem 0;margin-top:0.45rem;}
.prodoc .selectbar{margin:0 0 0.32rem;}
.prodoc .selectbar select{height:3.25em;}
.prodoc .selectbar .text{height:3.25em;padding-top:0.6875em;padding-bottom:0.6875em;}
.prodoc .selectbar .go{background-size:auto 34.61538462%;}
@media only screen and (max-width:750px){
    .prodoc{padding:0.25rem 0;margin-top:0.3rem;}
}

/*doclist*/
.doclist{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.doclist table{table-layout:fixed;min-width:8.3rem;}
.doclist th{background-color:#0600ff;color:#fff;font-size:var(--fz18);line-height:1.66666667em;text-align:left;font-weight:normal;padding:0.15rem 3.57142857%;}
.doclist th:nth-child(1){width:15%;}
.doclist th:nth-child(2){width:39%;}
.doclist th:last-child{width:16%;}
.doclist td{border-bottom:1px solid rgba(0,0,0,0.1);color:#666;padding:0.15rem 3.57142857%;}
.doclist td span{display:block;}
.doclist td .name{width:calc(100% - 1rem);}
.doclist td a{color:#0600ff;}
@media only screen and (max-width:1280px){
    .doclist th,.doclist td{padding-left:2%;padding-right:2%;}
}
@media only screen and (max-width:750px){
    .doclist th:nth-child(2){width:37%;}
    .doclist th:last-child{width:18%;}
}

/*prodesign*/
.prodesign{padding:0.45rem 0;}
.prodesign .item{margin-bottom:0.5rem;}
.prodesign .item:last-child{margin-bottom:0;}
.prodesign .name{font-size:var(--fz18);line-height:1.66666667em;font-weight:normal;background-color:#f5f5f5;padding:0.15rem 0.3rem;margin-bottom:0.5rem;}
.prodesign .figure{width:4.4rem;}
.prodesign .text{width:calc(100% - 4.4rem);padding-left:6.78571429%;}
.prodesign .title{font-size:var(--fz24);line-height:1.25em;font-weight:normal;color:#222;margin-bottom:0.26rem;}
.prodesign .entry{color:#666;margin-bottom:0.36rem;min-height:7.5em;}
.prodesign .send a{display:block;overflow:hidden;background-color:#0600ff;color:#fff;text-align:center;width:7.6875em;height:2.625em;line-height:2.625em;}
.prodesign .send a:hover{opacity:0.8;}
@media only screen and (max-width:750px){
    .prodesign{padding:0.25rem 0;margin-bottom:0.35rem;}
    .prodesign .figure{width:100%;margin-bottom:0.25rem;}
    .prodesign .text{width:100%;padding:0;}
    .prodesign .entry{min-height:0;}
}

/*ishome*/
.ishome #header{position:fixed;left:0;top:0;width:100%;transition:all 0.2s;}
.ishome #header:not(.white){background-color:transparent;}
.ishome #header:not(.white) #logo:not(.blue) i:nth-child(1){display:none;}
.ishome #header:not(.white) #logo:not(.blue) i:nth-child(2){display:block;}
.ishome #header:not(.white) #navi .parent > a{color:#fff;}
.ishome #header:not(.white) #button:not(.blue) #search span{background-image:url(../images/search_02.png);}
.ishome #header:not(.white) #button:not(.blue) #language span{color:#fff;background-image:url(../images/language_02.png);}
.ishome #header:not(.white) #button:not(.blue) #language span:after{background-image:url(../images/language_arrow_02.svg);}
.ishome #header:not(.white) #button:not(.blue) #member .enter{background-color:#fff;}
.ishome #header:not(.white) #button:not(.blue) #member .enter:before{background-color:rgba(0,0,0,0.2);}
.ishome #header:not(.white) #button:not(.blue) #member .enter a{color:#333;}
.ishome #header:not(.white) #button:not(.blue) #navbtn:before,.ishome #header:not(.white) #button:not(.blue) #navbtn:after,.ishome #header:not(.white) #button:not(.blue) #navbtn i{background-color:#fff;}

/*section*/
.section .inner{padding-top:0.5rem;}
@media only screen and (max-width:1024px){
    .section .inner{padding-top:0.45rem;}
}

/*slides*/
#slides .swiper-slide:before{width:25.88541667%;padding-bottom:100vh;background:url(../images/slides_bar.png) no-repeat center center;background-size:100% 100%;content:'';display:block;position:absolute;right:0;top:0;z-index:2;}
#slides .bgimg{padding-bottom:100vh;}
#slides .info{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;z-index:2;color:#fff;transition:all 1s;}
#slides .text{width:50%;opacity:0;position:relative;top:50%;transform:translate(0);left:0;transition:all 1s;}
#slides .intro{font-size:var(--fz52);line-height:1.16666667em;font-weight:bold;margin-bottom:0.35rem;}
#slides .proimg{width:33.28571429%;}
#slides .proimg:after{display:block;padding-bottom:82.61802575%;}
#slides .swiper-slide-duplicate-active .info .text,#slides .swiper-slide-active .info .text{transform:translateY(-30%);opacity:1;}
#slides .swiper-pagination{width:auto;left:auto;right:8.39583333%;bottom:4.16666667%;z-index:2;color:#fff;display: inline;}
#slides .swiper-pagination-bullet{width:auto;height:auto;border-radius:0;background-color:transparent;margin:0 0 0.5625em;opacity:0.2;position:relative;transition:all 0.2s;}
#slides .swiper-pagination-bullet:before{height:0.125em;background-color:#fff;content:'';display:block;position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:0.06rem;width:0;transition:all 0.2s;}
#slides .swiper-pagination-bullet-active{opacity:1;}
#slides .swiper-pagination-bullet-active:before{width:5.625em;}
@media only screen and (max-width:750px){
    #slides .text{width:100%;margin-bottom:0.5rem;}
    #slides .intro{font-size:var(--fz50);}
    #slides .proimg{width:100%;}
}

#slides .vmore .white:not(:hover) {border: 1px solid #fff;color: #fff;background-color: initial;}
#slides .vmore i{background-image: url(../images/vmore_01.svg) ;}
/*htitle*/
.htitle .name{font-size:var(--fz48);line-height:1.45833333em;color:#222;}
.htitle .name:before{width:1.54166667em;height:0.16666667em;background:url(../images/htitle_line.svg) no-repeat right center;background-size:contain;display:block;content:'';margin-bottom:0.14rem;}
.htitle .intro{font-size:var(--fz18);line-height:1.66666667em;color:#333;margin-top:0.11rem;}
@media only screen and (max-width:750px){
    .htitle .name{font-size:var(--fz42);}
}

/*proupdate*/
#proupdate{background:url(../images/proupdate_bg.jpg) no-repeat center center;background-size:cover;}
#proupdate .htitle{margin-bottom:0.46rem;}
#proupdate .right{width:65.125%;}
#proupdate ul{border-top:1px solid rgba(0,0,0,0.1);}
#proupdate li{border-bottom:1px solid rgba(0,0,0,0.1);padding:2.59117083% 0 3.07101727%;}
#proupdate li time{display:block;color:#666;margin-bottom:0.08rem;}
#proupdate li span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--fz20);line-height:1.5em;}
#proupdate li a{display:block;overflow:hidden;background:url(../images/more_01.svg) no-repeat right center;background-size:2.625em auto;padding-right:6.25em;}
@media only screen and (max-width:750px){
    #proupdate .left{width:100%;margin-bottom:0.4rem;position:relative;}
    #proupdate .htitle{margin-bottom:0;}
    #proupdate .vmore{position:absolute;right:0;top:0.3rem;}
    #proupdate .right{width:100%;}
    #proupdate li{padding:0.2rem 0 0.25rem;}
}

/*news*/
#news{background-color:#f4f9ff;}
#news .top{margin-bottom:0.36rem;}
#news .figure{padding-bottom:66.8%;margin-bottom:0.4rem;}
#news .title{font-size:var(--fz24);line-height:1.5em;height:3em;font-weight:normal;margin-bottom:0.2rem;}
#news time{display:block;color:#666;}
#news .info{display:block;overflow:hidden;}
#news .info:hover .img{transform:scale(1.05);}
#news .swiper-arrow{width:1.4rem;}
#news .arrow{position:static;transform:none;}
#news .arrow:not(:hover){border-color:#666;}
#news .prev:not(:hover){background-image:url(../images/swiper_prev_03.png);}
#news .next:not(:hover){background-image:url(../images/swiper_next_03.png);}

/*recruit*/
#recruit{overflow:hidden;}
#recruit .inner{padding-top:0;position:relative;}
#recruit .inner:before{width:53.75%;padding-bottom:12.5%;background:url(../images/logo_01.png) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;left:0;bottom:0;}
#recruit .left{width:4.75rem;max-width:40%;}
#recruit .vmore{margin-top:0.52rem;}
#recruit .right{width:50%;position:relative;}
#recruit .right:after{width:92.875%;height:100%;background:url(../images/recruit_mask_02.png) no-repeat left center;background-size:100% 100%;content:'';display:block;position:absolute;right:-20%;top:0;}
#recruit .figure:after{padding-bottom:100vh;display:block;}
#recruit .text{position:absolute;right:0;z-index:5;bottom:8.64583333%;color:#fff;width:48.125%;}
#recruit .entry{font-size:var(--fz18);line-height:2em;margin-bottom:12.46753247%;}
#recruit .data{font-size:var(--fz18);line-height:1.66666667em;color:rgba(255,255,255,0.6);}
#recruit .data .num{font-size:var(--fz66);line-height:1.125em;font-weight:bold;color:#fff;}
@media only screen and (min-width:751px){
    #recruit .box{margin-top:-30%;}
    #recruit .figure{width:120%;mask:url(../images/recruit_mask_01.png) no-repeat left center;-webkit-mask:url(../images/recruit_mask_01.png) no-repeat left center;mask-size:100% 100%;-webkit-mask-size:100% 100%;}
}
@media only screen and (max-width:1024px){
    #recruit .right{width:60%;}
    #recruit .entry{font-size:var(--fz16);}
    #recruit .data .num{font-size:var(--fz50);}
}
@media only screen and (max-width:750px){
    #recruit .inner{width:100%;height:100%;flex-direction:column;padding-top:1.1rem;background:none;}
    #recruit .inner:before{bottom:50%;width:100%;padding-bottom:23.2%;}
    #recruit .left{width:100%;padding:0 3.125%;max-width:none;}
    #recruit .vmore{margin-top:0.3rem;}
    #recruit .right{width:100%;height:55%;}
    #recruit .right:after{right:0;width:100%;}
    #recruit .figure{position:absolute;left:0;top:0;width:100%;height:100%;}
    #recruit .figure:after{display:none;}
    #recruit .text{padding:0 3.125%;width:76%;}
}

/*sloution*/
#sloution{background-color:#2046a5;overflow:hidden;}
#sloution .item{width:19.8%;height:100vh;transform:skew(-12deg);overflow:hidden;position:relative;transition:all 0.2s;}
#sloution .item:before{position: absolute; left:0; top:0; width: 100%; height: 100%; background-image: linear-gradient(90deg,rgba(0,0,0,0.4), transparent 20%); display: block; content: ''; mix-blend-mode: multiply; z-index: 3;}
#sloution .figure{position:absolute;left:-40%;top:0;width:180%;height:100%;transform:skew(12deg);}
#sloution .figure:after{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(15,50,140,0.4);mix-blend-mode:multiply;}
#sloution .img{width:auto;min-width:100%;}
#sloution .text{position:absolute;top:50%;left:0;width:100%;transform:skew(12deg) translateY(-50%);padding:0 0.7rem 0;color:#fff;z-index:5;transition:all 0.2s;}
#sloution .title{font-size:var(--fz36);line-height:1.33333333em;text-align:center;}
#sloution .intro{line-height:2em;margin-top:0.22rem;display:none;width:6rem;}
#sloution .vmore{margin-top:0.5rem;display:none;}
#sloution .cur{width:40.6%;}
#sloution .cur .text{padding:0 1.3rem;}
#sloution .cur .title{text-align:left;}
#sloution .cur .intro{display:block;}
#sloution .cur .vmore{display:flex;}
@media only screen and (max-width:1280px){
    #sloution .text{padding:0 0.3rem;}
    #sloution .title{font-size:var(--fz30);}
    #sloution .intro{width:4rem;}
    #sloution .cur .text{padding:0 1rem;}
}
@media only screen and (max-width:1024px){
    #sloution .title{font-size:var(--fz22);}
    #sloution .intro{width:3rem;}
}
@media only screen and (max-width:750px){
    #sloution .list{flex-direction:column;height:100%;}
    #sloution .item{height:25%;width:100%;transform:none;}
    #sloution .item:nth-child(1) .text{margin-top:0.3rem;}
    #sloution .figure{transform:none;}
    #sloution .text{transform:translateY(-50%);padding:0 0.5rem;}
    #sloution .vmore{margin-top:0.3rem;display:flex;justify-content:center;}
    #sloution .cur .text{padding:0 0.5rem;}
    #sloution .cur .title{text-align:center;}
    #sloution .cur .intro{display:none;}
}

/*product*/
#product{background:url(../images/product_bg.jpg) no-repeat center center;background-size:cover;overflow:hidden;}
#product:before{width:7.4rem;height:100%;background:url(../images/product_left_bg.png) no-repeat center center;background-size:100% 100%;content:'';display:block;position:absolute;left:0;top:0;z-index:2;}
#product .img{object-fit:contain;}
#product .left{width:3.6rem;position:relative;z-index:5;}
#product .htitle .name,#product .htitle .intro{color:#fff;}
#product .tab{margin-top:0.42rem;}
#product .tab li{background-color:#d6e2ff;font-size:var(--fz18);margin-bottom:0.2rem;height:3.55555556em;line-height:1.66666667em;border-radius:1.77777778em;padding:0 0.7rem 0 0.4rem;cursor:pointer;position:relative;}
#product .tab li:after{width:1.05555556em;height:0.77777778em;background:url(../images/arrow_right_04.png) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);right:0.4rem;opacity:0;}
#product .tab .figure{width:0.4rem;}
#product .tab .figure:after{display:block;padding-bottom:85%;}
#product .tab .name{width:calc(100% - 0.7rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#product .tab .cur{background-color:#fff;}
#product .tab .cur:after{opacity:1;}
#product .right{width:calc(100% - 6.2rem);}
#product .list{width:100%;}
#product .info .pic{position:relative;}
#product .info .pic:before{background-color:#fff;content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;transform:skew(-15deg);display: none}
#product .info .figure{padding-bottom:50.27848101%;}
#product .info .text{opacity:0;}
#product .info .num{font-size:var(--fz20);line-height:1.5em;margin-bottom:0.1rem;}
#product .info .num span{display:inline-block;position:relative;}
#product .info .num span:after{width:2em;height:1px;background-color:#0f328c;content:'';display:block;position:absolute;top:50%;transform:translateY(-50%);left:100%;margin-left:0.14rem;}
#product .info .title{font-size:var(--fz36);line-height:1.35em;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0.1rem;text-align: center;}
#product .info .intro{color:#666;text-align: center;font-size: .18rem;}
#product .swiper{overflow:visible;}
#product .btn{width:1.4rem;position:absolute;left:59%;bottom:0;margin-bottom:6.12244898%;display: none}
#product .arrow{position:static;transform:none;}
#product .arrow:not(:hover){border-color:#666;}
#product .prev:not(:hover){background-image:url(../images/swiper_prev_03.png);}
#product .next:not(:hover){background-image:url(../images/swiper_next_03.png);}
#product .swiper-slide-active .text{opacity:1;}
@media only screen and (max-width:1280px){
    #product:before{width:5.4rem;}
    #product .left{width:3rem;}
    #product .right{width:calc(100% - 5rem);}
    #product .info .text{padding:3% 0;}
    #product .btn{margin-bottom:2%;}
}
@media only screen and (max-width:1024px){
    #product .right{padding-right:5%;}
    #product .info .pic{width:100%;margin-bottom:0.2rem;padding:9% 20%;}
    #product .info .text{padding:0;width:100%;}
    #product .btn{bottom:0.7rem;}
}
@media only screen and (max-width:750px){
    #product:before{display:none;}
    #product .inner{width:auto;padding:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:space-between;height:100%;}
    #product .left{background-color:#0f328c;width:100%;padding:1rem 3.125% 0.25rem;}
    #product .tab{margin-top:0.2rem;}
    #product .tab ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:space-between;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
    #product .tab li{width:49%;margin-bottom:2%;padding:0 0.5rem 0 0.2rem;}
    #product .tab li:after{right:0.15rem;}
    #product .tab .name{width:calc(100% - 0.55rem);}
    #product .right{width:100%;padding:5% 8%;height:calc(100% - 4.2rem);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;}
    #product .info .pic{margin-left:auto;margin-right:auto;}
    #product .btn{left:auto;right:0;}
}

/*guide*/
#guide{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:1000;overflow:hidden;  /**/}
#guide .column{width:150%;height:100%;margin:0 -25%;}
#guide .item{height:100%;background-color:#fff;border-left:1px solid #fff;border-right:1px solid #fff;width:35.76388889%;transform:skew(-15deg);position:relative;}
#guide .item:nth-child(2){border-color:#cdccff;}
#guide .item:nth-child(2) .bar{background-color:#cdccff;top:0;}
#guide .item:nth-child(4){border-color:#827fff;}
#guide .item:nth-child(4):before,#guide .item:nth-child(4) .bar{background-color:#827fff;}
#guide .item:nth-child(4) .half:first-child{top:0;}
#guide .item:nth-child(4) .half:last-child{bottom:0;}
#guide .item:nth-child(6){border-color:#0600ff;}
#guide .item:nth-child(6) .bar{background-color:#0600ff;bottom:0;}
#guide .blank{width:4.86111111%;}
#guide .effect{width:7.98611111%;}
#guide .bar{position:absolute;left:0;width:100%;height:0;}
#guide .text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;}
#guide .logo{width:2.96rem;margin-bottom:0.3rem;}
#guide .logo img{display:block;width:100%;height:auto;}
#guide .rate{text-align:center;white-space:nowrap;font-weight:bold;font-size:var(--fz40);line-height:1.25em;color:#222;}
@media only screen and (max-width:750px){
    #guide .item{transform:skew(-8deg);}
}
.list-news{margin-bottom:.6rem}
.list-news .txt{flex:1;}
.list-news .pic{flex-shrink:0;overflow:hidden;}
.list-news .pic img{display:block;width:100%;transition:0.8s;}
.list-news a:hover .pic img{transform:scale(1.15);}
.list-news .txt p{line-height:calc(30 / 18 * 1em);font-weight:100;margin-bottom:calc(40 / 18 * 1em);color:#666666;}
.list-news li{border-bottom:1px solid #dce2e6;padding:0.4rem 0;}
.list-news li:first-child{padding-top:0;}
.list-news li .pic{border-radius:0.15rem;}
.list-news li .time{padding:0.25rem 0;}
.list-news li .time time{font-size:calc(14 / 18 * 1em);color:#999999;text-align:center;display:block;line-height:1;}
.list-news li .time span{display:block;font-size:calc(50 / 14 * 1em);margin-bottom:calc(19 / 50 * 1em);line-height:calc(38 / 50 * 1em);}
.list-news li h4{font-size:calc(24 / 18 * 1em);font-weight:normal;margin-bottom:1em;}
.list-news li .more{display:flex;align-items:center;font-size:calc(16 / 18 * 1em);font-weight:100;}
.list-news li a:not(:hover) .more{color:#0600ff;}
.list-news li .more:after{display:block;content:'';width:0.14rem;height:0.14rem;margin-left:0.08rem;background:url(../images/arrow_right_01.svg) no-repeat center;background-size:.06rem auto;}
@media (min-width:1025px){
    .list-news ol .pic{width:calc(700 / 1600 * 100%);}
    .list-news li .pic{width:calc(340 / 1600 * 100%);}
    .list-news li .time{width:calc(220 / 1600 * 100%);display:flex;align-items:center;justify-content:center;border-left:1px solid #dce2e6;}
    .list-news li .txt{margin:0 0.9rem 0 0.5rem;}
}
@media (max-width:1024px){
    .list-news a{display:block;}
    .list-news li .pic{padding-bottom:62%;}
    .list-news li .txt{padding:0.3rem  0.3rem 0;}
    .list-news ol .txt{padding:0.3rem;}
    .list-news li a{position:relative;z-index:1;}
    .list-news li .time{position:absolute;right:0;top:0;z-index:10;background-color:#fff;padding:0.2rem;border-radius:0 0 0 0.1rem;}
}
.news-info{}
.news-info .padd_wtd{padding:.5rem;}
.news-info .tit-box{text-align:center;background:#f7f7f7;padding:.26rem}
.news-info .tit-box .title{font-size:.32rem;}
.news-info .tit-box .time{color:#555555;padding:.15rem 0 0;}
.news-info .info-con{line-height:2;}
.news-info .article-box{color:#333333;padding:.4rem .5rem;border-top:solid 1px #e7e7e7;align-items:center;justify-content:space-between}
.news-info .article-box dl{width:calc(100% - 2rem);line-height:1.8;}
.news-info .article-box dl dd{line-height:2.5;color:#333333;}
.news-info .article-box dl dd a{position:relative;color:#333333;}
.news-info .article-box dl dd a:hover{color:#0600ff;}
.news-info .article-box .more .aniu{cursor:pointer;line-height:3;color:#fff;background:#0600ff;padding:0 .35rem;transition:all .5s;border-radius:.05rem;}
@media (max-width:1024px){
.news-info .article-box .more .aniu{font-size:.16rem;}
}
@media (max-width:768px){
.news-info .article-box .more .aniu{font-size:.2rem;}
.news-info .article-box{padding:.4rem 1rem;flex-wrap:wrap}
.news-info .article-box dl{width:100%;}
.news-info .info-con{padding:.5rem 0;}
.news-info .article-box .more{margin:.3rem auto 0}
}
@media (max-width:640px){
.news-info .tit-box .title{font-size:.3rem;}
.news-info .article-box{padding:.3rem 0;}
}
.togglePassword{position: absolute; right: .2rem; top: 50%; transform: translateY(-50%); width: .2rem; height: .15rem;  background: url(../images/icon25.png) no-repeat center; background-size: contain; cursor: pointer; }
.togglePassword.layui-icon-eye-close{ background-image: url(../images/icon26.png); }

.problem_form{padding: 6% 0}
.problem_form .item{display: flex;justify-content: flex-end; padding-bottom: .15rem; position: relative}
.problem_form .input{width:calc(100% - 1.15rem)}
.problem_form .text{display:block;width:100%;border:1px solid rgba(0,0,0,0.1);color:#666;height:3.125em;line-height:1.875em;padding:0.625em 0.875em;}
.problem_form textarea.text{height:1.9rem;}
.problem_form .label{width: 1.15rem; font-size: var(--fz18);line-height:3.125em;}
.problem_form .label i{font-style:normal;color:#0600ff; padding-right: 5px;}
.problem_form .AddFile{border:1px solid rgba(0,0,0,0.1); color: #0600ff; padding:.1rem .4rem; display: inline-block; cursor: pointer; margin-bottom: .2rem}
.problem_form .AddFile:before{content: '';display: inline-block; width: 14px; height: 12px;margin-right: 10px; background: url("../images/AddFile.svg")}
.problem_form .AddFile:hover{background-color: #0600ff; border-color: #0600ff; color: #fff}
.problem_form .AddFile:hover:before{filter: brightness(0) invert(1);}
.problem_form .btn{width:calc(100% - 1.15rem); padding: .3rem 0}
.problem_form .submit{color:#fff;background-color:#0600ff;width:10em;height:3.25em;}
.problem_form #count{position: absolute; right:10px; bottom:20px; color: #999999}
.problem_form[rel=reply] {padding-bottom: 0}
.problem_form[rel=reply] .item{justify-content: space-between}

.problem_topic .problem{padding-top: 4%;padding-bottom: 1.5%; border-bottom: solid 1px #e6e6e6}
.problem_topic .back{background: url(../images/back.svg) no-repeat left;padding-left: 23px; color: #0600ff}
.problem_topic .topic{background: #f7f7f7; padding:3% 2%; margin: 2% 0}
.problem_topic .topic span{color: #999999}
.problem_topic .topic p{font-size: var(--fz18);}

.problem_reply{border-bottom: solid 1px #e6e6e6; padding: 3% 0}
.problem_reply .icon{background: #ebebfa; width: .6rem; height: .6rem; border-radius: 100%;}
.problem_reply .icon img{width: 100%; height: 100%; object-fit: cover; -o-object-fit: cover}
.problem_reply .txt{width: calc(100% - .82rem)}
.problem_reply .txt p:nth-child(1){color: #666666}




.threemenu{padding-top: .3rem;}
.threemenu li{display: inline-block;margin-right: .3rem;}
.threemenu li.cur a{display: inline-block;color:#0600ff;}


@media screen and (min-width:1025px){
    #navi .drop{height: auto !important;}
    #navi .right .ondrop{
        max-height: 4.05rem;
        overflow-y: auto;
    }
    #product .swiper-slide-active .text {
        max-width: 56%;
        margin: 0 auto;
    }
    #product .info .intro{
        text-align: left;
    }
}

.about03{padding:5.3% 0;}
.hbox13 .title{color:#332c2c;text-align:center; font-size: var(--fz32);}
.about03_box{ margin:.6rem auto 0;}
.about03_box .about03_big{padding-bottom:.5rem;border-bottom:1px solid #eee; margin-bottom: .5rem;}
.about03_box .about03_tit{color:#332c2c;line-height:1.75;text-align:center;padding-top:25px;}
.about03_box .about03_tit i{color:#e62129;font-style:inherit;}
.list10{display:flex;justify-content:center;width:100%; flex-wrap: wrap;}
.list10 .item{ margin: .2rem;}
.list10 .year{position:relative;padding-right:22px;display:inline-block;}
.list10 .ctit{color:#555555;margin-top:10px;}
.list10 .num{line-height:.9;color:#e62129;font-weight:700;}
.list10 .num_t{line-height:.8;position:absolute;right:0;top:0;color:#e62129;}
.list10 .num_b{line-height:1;position:absolute;right:0;bottom:0;color:#e62129;}
.list10 .num_c{position:absolute;right:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);color:#e62129;}
.about03_box .fs80{ font-size: .8rem;}
.about03_box .fs30{ font-size: var(--fz30);}
.about03_box .fs20{ font-size: var(--fz20);}
.about03 .about03_swiper{margin-top:0px;}
.about03_swiper { z-index:2;position:relative;padding:0 8%;}
.about03_swiper::before{content:'';display:block;position:absolute;left:0;right:0;top:1.95rem;background-image:url(../images/icon18.png);background-repeat:no-repeat;height:1.98rem;background-size:100% auto;}
.about03_swiper .swiper-slide{ padding: 0 .2rem;}
.about03_swiper .big_img{min-height:2.35rem;display:flex;align-items:flex-end;height:fit-content; justify-content: center;}
.about03_swiper .imgbox{display:inline-block;padding:.15rem; border:1px solid #e8e8ea;box-shadow:0 0 10px rgba(0,0,0,.05);position:relative;z-index:2;}
.about03_swiper .tit{color:#332c2c;margin-top:2em;line-height:1.75;text-align:center;display:flex;align-items:center; ;justify-content:center;}
.about03 .about_swiper{margin-top:70px;}
.about_swiper{ z-index:2;position:relative;padding:0 8%;}
.about_swiper::before{content:'';display:block;position:absolute;left:0;right:0;top:2.35rem;background-image:url(../images/icon18.png);background-repeat:no-repeat;height:1.98rem;background-size:100% auto;}
.about_swiper .big_img{min-height:2.75rem;display:flex;align-items:flex-end;height:fit-content;}
.about_swiper .imgbox{display:inline-block;padding:15px;border:1px solid #e8e8ea;box-shadow:0 0 10px rgba(0,0,0,.05);position:relative;z-index:2;}
.about_swiper .tit{color:#332c2c;margin-top:2em;line-height:1.75;text-align:center;display:flex;align-items:center; justify-content:center;}
.about_swiper .swiper-slide{ padding: 0 .2rem;}
.base_swiper .arrow{width:0.4rem; background-size:39.47368421% auto;}
.base_swiper .arrow:hover{opacity:0.8;}
.base_swiper .prev{left:-0.4rem;background-image:url(../images/swiper_prev_02.png);}
.base_swiper .next{right:-0.4rem;background-image:url(../images/swiper_next_02.png);}
@media screen and (max-width:640px){
    .about03_swiper::before{top: 2.5rem;}
    .about_swiper::before{top: 2.6rem;}
    .base_swiper .prev{ left: 0rem;}
    .base_swiper .next{ right: 0rem;}
}