.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}

/*  */
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1300px;width: 95.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}

.flex222{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

/* header */
.header{left:0;top:0;width:100%;z-index:999;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}
.logo{position:relative;width: 40%; line-height: 60px;}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li>a{display:block;font-size:18px;color:#334155;height:110px;line-height:110px;font-weight:400;}

.x-menu>li:hover>a{color:var(--main-theme-color)!important}
.x-sub-menu{position:absolute;z-index:999;width:250%;left:-25%;top:100%;display:none;background:#fff;border-radius:0;padding:0 0;border-top: #045cb4 2px solid;}
.x-sub-menu>li>a{display:block;text-align:left;font-size:16px;color:#333;line-height:1.5;padding:.6em .7em;font-weight: 600;}
.x-sub-menu>li>a:hover{color:#045cb4!important;border-bottom: none;}

@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px;}
}
@media (min-width:1440px){
    .x-menu>li{/* margin-left:22px; *//* margin-right:22px; */}
}


.picBox {
    position: relative;
}
.jdufngfhg{
    position: absolute;
    top: 30px;
    right: 24px;
    z-index: 999;
    background: url(//wm.cdn.cn86.cn/huizhouzira/2025/08/507b8c5e68nzvbrr.png) no-repeat;
    width: 18px!important;
    height: 18px!important;
    text-align: center;
    display: block!important;
}

.jdufngfhg a img{
    opacity: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 35%;
    height: auto;
}
.fancybox-active .jdufngfhg a img{
    opacity: 1;
}
/* .fancybox-active  .jdufngfhg{
    width: 100%!important;
    height: 100%!important;
} */
.wneding{
    font-size: 1.5rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qiahun{
    overflow: hidden;
    position: relative;
}
.qiahun_img img{
    width: 100%;
    height: auto;
}
.qiahunnei{
    position: absolute;
    top:20%;
    left: 15%;
    width: 70%;
    z-index: 99;
    text-align: center;
    color: #6EC1E4;
}
.qiahunnei_a{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
}
.qiahunnei_b{
    margin-bottom: 1.6em;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.5rem;
}
.qiahunnei_c{
    background-color: #3241A8;
    width: 180px;
    line-height: 46px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    margin: 5% auto 0;
}
.qiahunnei_c a{
    color: #fff;
}
.qiahunnei_c:hover a{
    color: #fff!important;
}
.swion{
    position: absolute;
    bottom: 3%!important;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 999;
}
/*nei1*/
.nei1{
    box-sizing: border-box;
    padding: 2% 0;
    overflow: hidden;
}
.huanyng{
    text-align: center;
    font-size: 1.9rem;
    line-height: 80px;
    color: #6EC1E4;
    font-weight: 600;
}
.abgftle{
    width: 48%;
}
.abgftrt{
    width: 49%;
}
.abgftrt img{
    max-width: 100%;
    height: auto;
}
.abgft{
    margin-top: 3%;
}
.abgftle_a{
    text-align: justify;
    color: #1B1919;
    font-size: 18px;
    line-height: 60px;
}
.flex666{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abgftle_b{
    color: #1B1919;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-weight: inherit;
}
.abgftle_c{
   width: 140px;
   line-height: 46px;
   border-radius: 5px;
   text-align: center;
   color: #fff;
   font-size: 16px; 
   background: #045cb4;
   margin-top: 3%;
}
.abgftle_c a{
    color: #fff;
}
.fhgjh{
    margin-top: 3%;
}
.yousungf{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.coangkdie ul li{
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 2%;
}
.coangkdie ul li:nth-child(4n){
    margin-right: 0px;
}
.woct{
    text-align: center;
    font-size: 1.25rem;
    color: #1e293b;
    line-height: 30px;
    text-decoration: underline;
}
.imgad img{
    width: 100%;
    height: auto;
}
.banqidngfrt{
    width: 20%;
}
.banqidngft{
    width: 30%;
}
.banqidngfff{
    width: 20%;
}
.banqidngfrt_a{
    color: #1e293b;
    font-size: 22px;
    line-height: 45px;
}
.banqidngfrt_b{
    margin-top: 4%;
}
.banqidngfrt_b ul li{
    margin-bottom: 1.75em;
    font-size: 16px;
}
.banqidngfrt_b ul li a{
    color: #046bd2;
}
.hjsifng{
     margin-top: 4%;
     color: #046bd2;
     font-weight: 600;
     font-size: 16px;
     line-height: 30px;
}
.difiggf{
    box-sizing: border-box;
    padding: 1.5% 0;
}
.abndubf{
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.banqidngfle{
    width: 20%;
}
.banqidngfle img{
    max-width: 100%;
    height: auto;
}
.bangdfbf{
    position: relative;
    overflow: hidden;
}
.bangdfbf_img img{
    width: 100%;
    height: auto;
}
.bangdfbfnei{
    position: absolute;
    top:15%;
    left: 0px;
    width: 100%;
    text-align: center;
}
.bangdfbfnei_a{
    font-size: 46px;
    color: #1e293b;
    line-height: 55px;
}
.bangdfbfnei_b{
    margin-top: 0.2em;
    font-size: 16px;
    line-height: 40px;
    color: #333;
}
/*touuff*/
.touuff{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
    background: #fff;
}
.anvdfbgfle{
    width: 49%;
}
.anvdfbgfle_a{
    font-size: 1.875rem;
    color: #000;
    line-height: 60px;
}
.anvdfbgfrt{
    width: 49%;
}
.anvdfbgfrt img{
    max-width: 100%;
    height: auto;
}
.anvdfbgfle_b{
    font-size: 18px;
    line-height: 30px;
}
.fggg{
    margin-top: 8%;
}
/*neidfhg*/
.neidfhg{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.liansidle{
    width: 47%;
}
.liansidle_a{
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.4em;
    color: #000;
}
.liansidle_b{
    margin-top: 5%;
    font-size: 20px;
    line-height: 35px;
    color: #333;
    font-weight: 600;
}
.liansidle_b a{
    color: #046bd2;
}

.liansider{
    width: 49%;
}



.contact-section2{position:relative;background:url(//wm.cdn.cn86.cn/yzkaisuer/2025/05/fb088fd131q9uod9.jpg) no-repeat;background-size:cover;padding:60px 0}
.c-section2-con{position:relative;background:#fff;padding:50px 40px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;max-width:1025px;margin:0 auto}
.lx-title h3{font-size:42px;color:#222;font-weight:700;margin-bottom:0;line-height:1}

.hm-message-con{position:relative;margin:0 -10px}
.hm-message-con input[type=text],.hm-message-con textarea{height:55px;background:#f2f2f2;border:none;border-radius:0;font-size:15px;color:#888;box-shadow:inherit}
.hm-message-con input[type=text]::-webkit-input-placeholder,.hm-message-con textarea::-webkit-input-placeholder{color:#888}
.hm-message-con input[type=text]:-ms-input-placeholder,.hm-message-con textarea:-ms-input-placeholder{color:#888}
.hm-message-con input[type=text]::-ms-input-placeholder,.hm-message-con textarea::-ms-input-placeholder{color:#888}
.hm-message-con input[type=text]::placeholder,.hm-message-con textarea::placeholder{color:#888}
.hm-message-con textarea{padding-top:15px;height:190px;resize:none;background:#f2f2f2;color:#888}
.hm-message-con textarea:focus{background:0 0;box-shadow:inherit;color:#888}
.hm-message-con input[type=text]:focus,.hm-message-con textarea:focus{color:#888;background:#f2f2f2}
.hm-message-con .x-submit{width:212px;height:55px;background:var(--main-theme-color);color:#fff;font-size:16px;border:none;outline:0;margin:0 auto;-webkit-transition:all .5s ease;transition:all .5s ease;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;
float: left;
}
.hm-message-con .x-submit:hover{background:var(--main-theme-color);color:#fff}
.hm-message-con .contans{height:55px;display:flex;align-items:center;justify-content:space-between;background:#fff}
.hm-message-con .contans input{border:none}
.hm-message-con .pr-5{position:relative;font-size:15px;color:#222;margin-bottom:10px}
.hm-message-con .form-input.relative input[type=text]{padding-left:1.2rem}
.hm-message-con .w100120{width:calc(100% - 120px)!important}
.hm-message-con .contans input[type=text]:focus{border:none}
.hm-message-con .contans .yzmimg{cursor:pointer;margin:0 8px;width:120px;height:55px}
@media (max-width:1280px){
    .lx-title h3{font-size:32px}
    .c-section2-con{padding:40px 30px}
}
@media (max-width:992px){
    .lx-title h3{font-size:24px}
    .c-section2-con{padding:30px 20px}
}
@media (max-width:768px){
    .hm-message-con input[type=text],.hm-message-con textarea{height:40px;font-size:13px}
    .hm-message-con textarea{height:100px}
    .hm-message-con .contans .yzmimg{height:40px}
    .hm-message-con .x-submit{height:45px;width:160px;font-size:14px}
}
.youdng{
    box-sizing: border-box;
    padding: 2% 3%;
}
.youdng_a{
    color: #334155;
    font-size: 14px;
    line-height: 30px;
}
.youdng_b{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.flexggg{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.nei2{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
    background: url(//wm.cdn.cn86.cn/huizhouzira/2025/08/0e059b2a03jxoge6.png) center center no-repeat;
    background-size: 100% 100%;
}

.xwwfhg{
    margin-top: 2%;
}
.xwwfhgle{
    width: 49%;
}
.xwwfhgle_a{
    display: flex;
    justify-content: space-between;
    padding: 0;
    color: #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    margin-bottom: 25px;
    line-height: 45px;
    position: relative;
}
.xwwfhgle_a a{
    position: absolute;
    top:0px;
    right: 0;
}
.xwwfhgle_a span{
    font-size: 22px;
    border-bottom: 2px solid #6b6b6b;
}
.xwwfhgle_img img{
    width: 100%;
    height: auto;
}
.xwwfhgle_img{
    margin-top: 10px;
}

.xwwgfle{
    width: 18%;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;

    text-align: center;
}
.xwwfhglenei{
    margin-top: 15px;
}
.xwwgfle_a{
    font-size: 30px;
}
.xwwgfle_b{
    font-size: 14px;
}
.xwwgfrt{
    width: 82%;
    border-left: 2px solid #6b6b6b;
    box-sizing: border-box;
    padding-left: 7%;
}
.xwwgfrt_a{
    font-size: 16px;
    position: relative;
    line-height: 30px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwwgfrt_a span {
    position: absolute;
    top: 0;
    left: -20px;
    color: #007EDD;
    width: 20px;
    height: 20px;
}
.xwwgfrt_b{
    color: #6b6b6b;
    font-size: 13px;
    line-height: 22px;
}
.xwwfhglenei ul li{
    margin-bottom: 20px;
}
.flexkkkk{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

@media(max-width:1600px){
    .xwwfhgle_a span{
        font-size: 20px;
    }
    .liansidle_a{
        font-size: 2.1rem;
    }
    .anvdfbgfle_b {
        font-size: 17px;
        line-height: 26px;
    }
    .anvdfbgfle_a{
        font-size: 1.6rem;
    }
    .bangdfbfnei_a{
        font-size: 40px;
    }
    .wneding{
        font-size: 1.3rem;
    }
    .qiahunnei_a{
        font-size: 2.2rem;
        line-height: 1.3;
    }
    .huanyng{
        font-size: 1.8rem;
    }
    .woct{
        font-size: 1.15rem;
    }
}
@media(max-width:1500px){
     .liansidle_a{
        font-size: 1.8rem;
        line-height: 50px;
    }
    .anvdfbgfle_b {
        font-size: 16px;
        line-height: 25px;
    }
    .anvdfbgfle_a{
        font-size: 1.4rem;
    }
    .bangdfbfnei_a{
        font-size: 35px;
    }
    .banqidngfrt_b ul li {
        margin-bottom: 1.2em;
        font-size: 15px;
    }
    .language-group .btn{
        font-size: 18px;
    }
    .x-menu>li>a{
        font-size: 17px;
    }
    .wneding{
        font-size: 1.2rem;
    }
    .qiahunnei_a{
        font-size: 2.1rem;
        line-height: 1.2;
    }
    .huanyng{
        font-size: 1.6rem;
    }
    .woct{
        font-size: 1.1rem;
    }
}

@media(max-width:1440px){
     .xwwfhgle_a span{
        font-size: 18px;
    }
    .anvdfbgfle_b {
        font-size: 15px;
        line-height: 24px;
    }
    .anvdfbgfle_a{
        font-size: 1.2rem;
    }
    .bangdfbfnei_a{
        font-size: 31px;
    }
     .woct{
        font-size: 1rem;
    }
    .x-menu>li>a {
        font-size: 16px;
    }
    .language-group .btn{
        font-size: 16px;
    }
}

@media(max-width:1366px){
    .xwwfhgle_a span{
        font-size: 16px;
    }
     .bangdfbfnei_a{
        font-size: 26px;
    }
    .abndubf {
        font-size: 16px;
        line-height: 20px;
    }
    .qiahunnei_b{
        font-size: 1.2rem;
    }
    .qiahunnei_a {
        font-size: 1.8rem;
        line-height: 1.2;
    } 
    .woct{
        font-size: 18px;
    }
    .x-menu>li>a {
        font-size: 15px;
    }
    .language-group .btn{
        font-size: 15px;
    }
    .xwwgfle_a{
        font-size: 25px;
    }
}


@media(max-width:1200px){
    .liansidle_b {
        margin-top: 2%;
        font-size: 19px;
        line-height: 30px;

    }
    .bangdfbfnei_a{
        font-size: 24px;
        line-height: 40px;
    }
    .x-menu>li>a{
        height: 80px;
        line-height: 80px;
    }
    .banqidngfrt_a{
        font-size: 20px;
    }
}

@media(max-width:1024px){
    .banqidngfrt_b ul li {
        margin-bottom: 0.2em;
        font-size: 13px;
    }
    .banqidngfrt_a {
        font-size: 16px;
        line-height: 35px;
    }
    .abgftle_b {
        font-size: 14px;
        line-height: 24px;
    }
    .woct {
        font-size: 16px;
    }
}

@media(max-width:992px){
    .xwwfhgle{
        width: 100%;
    }
    .liansidle_b {
        margin-top: 2%;
        font-size: 15px;
        line-height: 24px;
    }
    .liansidle_a {
        font-size: 20px;
        line-height: 30px;
    }
    .liansider{
        width: 100%;
    }
    .liansidle{
        width: 100%;
    }
    .anvdfbgfrt img{
        width: 100%;
    }
    .anvdfbgfrt{
        width: 100%;
    }
    .anvdfbgfle{
        width: 100%;
    }
    .bangdfbfnei_a {
        font-size: 20px;
        line-height: 35px;
    }
    .hjsifng {
        margin-top: 4%;
        font-size: 13px;
        line-height: 19px;
    }
    .coangkdie ul li:nth-child(4n) {
        margin-right: 1.3%;
    }
    .coangkdie ul li {
        width: 48%;
        margin-right: 1.3%;
        margin-bottom: 2%;
    }
    .abgftrt{
        width: 100%;
    }
    .abgftle{
        width: 100%;
    }
    .huanyng {
        font-size: 22px;
        line-height: 40px;
    }
    .qiahunnei_b {
        font-size: 16px;
    }
    .qiahunnei_a {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media(max-width:500px){
    .anvdfbgfle_a {
        font-size: 18px;
        line-height: 35px;
    }
    .bangdfbfnei{
        display: none;
    }
    .difiggf{
        display: none;
    }
    .site-footer {
        padding: 20px 0 20px;
        margin-bottom: 60px;
    }
    .banqidngft{
        width: 100%;
    }
    .banqidngfle{
        display: none;
    }
    .banqidngfrt{
        display: none;
    }
    .banqidngfff{
        display: none;
    }
    .qiahunnei{
        display: none;
    }
    .huanyng {
        font-size: 20px;
        line-height: 40px;
    }
}