.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;
    }
}

/*  */
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

/*h1,h2{font-size:12px;font-weight:bold;}*/
hr {border: 0;border-top:1px solid #ccc;height:0;}
.shouye p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.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);}

body {
    overflow-x: hidden;
}
.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}
.wh{padding: 0 3.8vw;}

.top2 .language-group .btn{color: #333333;margin-top:25px;margin-left: 1vw;}
.x-menu>li.lastli{margin-right: 20px;}
.x-menu {
    position: relative
}

.x-menu>li {
    text-align: center;
     position: relative;
}
.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    height: 90px;
    font-weight: bold;
    line-height: 90px; 
    position: relative;
    padding: 0 1.5vw;
}

.x-menu>li:hover>a {
   color: #000000;text-decoration: underline;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 240px;
    left: 50%;
    transform:translateX(-50%);
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}


.logo img{max-height: 67px;}



/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100vw;
    max-width: 100vw;
}



.home-banner .swiper-pagination1{text-align: center;width: 100%;position:absolute;bottom: 5%;z-index: 999;}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.7;
    margin: 0 4px!important;
    transition: width .3s ease;
    border-radius: 6px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   width: 45px;
   opacity: 1;
}




.swiper-button-prev1,.swiper-button-next1{width: 51px;height: 51px;text-align: center;line-height: 49px;display: block;position: absolute;top:50%;transform:translateY(-50%);z-index: 999; border: dashed 1px #ffffff;border-radius: 50%;outline: none;transition:all 0.3s;}
.swiper-button-prev1{left: 2%;}
.swiper-button-next1{right: 2%;}
.swiper-button-prev1:hover{border-color: #000;background-color: #000;}
.swiper-button-next1:hover{border-color: #000;background-color: #000;}

.scroll_to_top2{display: none;}


/**/
.box1{padding: 4.8% 0 6% 3.8vw;overflow: hidden;}
.pleft{width: 30.7%;padding-right: 7vw;}
.mySwiper {overflow: hidden;width:69.3%;position: relative;}
.pbt{color: #333333;font-size: 3.125vw;font-weight: bold;line-height: 1;}
.pleft .pbt1{margin: 4vw 0 4.3vw;}
.pbt1{color: #333333;font-size: 1.8725vw;font-weight: bold;line-height: 1;}
.pcon{color: #333333;font-size: 16px;line-height:2.1875; }
.mySwiper .swiper-slide{width: 41.05%;border-radius: 20px;overflow: hidden;}
.swiper-button-next2{position: absolute;outline: none;border-radius: 50%;right: 2.5vw;transition:all 0.5s;top:50%;transform:translateY(-50%);z-index: 99; width: 68px;height: 68px;background: rgba(130,130,130,.2) url(//wm.cdn.cn86.cn/dgtiechengfw/2026/07/5aefaee3e7ppab9j.png) no-repeat center;}
.swiper-button-next2:hover{background-color: rgba(130,130,130,.4);}
.mySwiper .swiper-slide .img{overflow: hidden;position: relative;}
.mySwiper .swiper-slide .img img{width: 100%;transition:all 0.5s;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.1);}
.pbj{position: absolute;bottom: 2vw;padding: 0 2vw;width: 100%;}
.pbj1{position: absolute;bottom: 13.4vw;width: 100%;text-align: center;opacity: 0;transition:all 0.5s;}
.mySwiper .swiper-slide .img:after{content: '';position: absolute;transition:all 0.5s; width: 100%;height: 100%; display: block;background: url(//wm.cdn.cn86.cn/dgtiechengfw/2026/07/24826a9cd0rngpqe.png) no-repeat top center;background-size: cover;top:0;left: 0;}
.mySwiper .swiper-slide:hover .img:after{background: rgba(0,0,0,.6);}
.pt1{color: #ffffff;font-size: 1.5625vw;font-weight: bold;line-height: 1;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pt2{color: #ffffff;font-size: 0.9375vw;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;margin-top: 6px;}
.pmore a{display: block;width: 167px;height: 54px;transition:all 0.5s;background-color: #fff;border-radius: 27px;line-height: 54px;text-align: center;color: #000000;font-size: 16px;margin: 0 auto;margin-top: 3.5vw;}
.pmore a:hover{background: #333333;color: #fff;}
.pmore1 a{background: #666666;color: #fff;margin: 7vw 0 0 0;}
.pmore1 a:hover{background: #333;}
.mySwiper .swiper-slide:hover .pbj1{opacity: 1;}
.mySwiper .swiper-slide:hover .pbj{opacity: 0;}



/**/
.box2{background: url(//wm.cdn.cn86.cn/dgtiechengfw/2026/07/047d918401eca5oe.jpg) no-repeat top center;background-size: cover;padding: 6.8% 0 16.2%;overflow: hidden;}
.pbt11{text-align: center;color: #000000;text-transform: uppercase;}
.sul li p{color: #333333;font-size: 20px;}
.sbt span{color: #000000;font-size:3.75vw;font-weight: bold;line-height: 1;padding-right: 0.9vw;}
.sbt sup{font-size:2.34375vw;font-weight: bold;color: #000000;line-height: 1}
.sul li{text-align: center;width: 20%;}
.sul {margin: 4.6vw 0 2.8vw;}
.sp{text-align: center;}
.sp p{color: #000000;font-size: 16px;font-weight: bold;margin-top: 13px;}
.abox{margin-top: 21vw;width: 50.6%;}
.abox .pbt{color: #000000;}
.abox .pbt1{margin: 2.2vw 0 1.8vw;}
.acon{color: #333333;font-size: 16px;line-height:2.1875;}


/**/
.mySwiper2{overflow: hidden;background-color: #666666;}
.mySwiper2 .img{width: 57.7%;position: relative;z-index: 9;}
.mySwiper2 .img img{width:100%;}
.yright{width: 42.3%;padding-right: 5vw;}
.yright .pbt{color: #ffffff;padding-left: 4.6vw;position: relative;}
.yright .pbt:after{content: '';display: block;width: 4.6875vw;height: 6px;background-color: #fff;border-radius: 3px;left: -1.4vw;top:1.2vw;position: absolute;}
.ys{padding-left: 4.6vw;}
.ys .pbt1{color: #fff;margin: 4.3vw 0 1.6vw;}
.ys .acon{color: #ffffff;}
.ys .pmore1 a{background-color: #333333;margin-top: 3.5vw;}
.ys .pmore1 a:hover{color: #333333;background: #fff;}
.mySwiper2 .swiper-pagination1{margin-top: 3vw;}
.mySwiper2 .swiper-pagination1 .swiper-pagination-bullet{margin-right:19px;width: 10px;height: 10px;opacity: 1; background-color: #afafaf;outline: none;}
.mySwiper2 .swiper-pagination1 .swiper-pagination-bullet-active{opacity: 1;background: #fff;}


/**/
.box4{padding: 6% 0 4.1%;overflow: hidden;}
.box4 .pbt{text-align: center;}
.mySwiper3 {margin-top: 3.8vw;}
.box4 .pmore1 a{margin: 3vw auto 0;}
.mySwiper3 .swiper-slide{cursor: pointer;}
.mySwiper3 .img{border-radius: 5px;border: solid 2px #eeeeee;overflow: hidden;transition:all 0.5s;}
.mySwiper3 .img img{width: 100%;transition:all 0.5s;}
.mySwiper3 .swiper-slide:hover .img img{transform:scale(1.1);}
.hbt{color: #afafaf;font-size: 16px;text-align: center;margin-top: 20px;transition:all 0.5s;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.mySwiper3 .swiper-slide:hover .hbt{color: #000000;font-weight: bold;}
.mySwiper3 .swiper-slide:hover .img{border: solid 2px #bfbfbf;}


/**/
.box5{background-color: #f5f5f5;overflow: hidden;padding: 3.7% 0 4.2%;}
.box5 .pbt{text-align: center;}
.mySwiper4 {overflow: hidden;margin-top: 3.3vw;}
.mySwiper4 .img{border-radius: 5px;border: solid 1px #eeeeee;overflow: hidden;transition:all 0.5s;}
.mySwiper4 .img img{width: 100%;transition:all 0.5s;}
.mySwiper4 .swiper-slide:hover .img img{transform:scale(1.1);}
.mySwiper4 .swiper-pagination2{text-align: center;margin-top: 32px;width: 100%;line-height: 1;}
.mySwiper4 .swiper-pagination2 .swiper-pagination-bullet{margin:0 9px;width: 10px;height: 10px;opacity: 1; background-color: #afafaf;outline: none;}
.mySwiper4 .swiper-pagination2 .swiper-pagination-bullet-active{opacity: 1;background: #d7120e;}
.mySwiper4 .swiper-slide:hover .img{border: solid 1px #bfbfbf;}


/**/
.box6{background-color: #f2f1ee;padding: 3.6% 0 4.2%;overflow: hidden;}
.box6 .pbt{text-align: center;}
.xinwen {margin-top: 3.4vw;}
.xin1{width: 55%;}
.xin1 li{width: 47.5%;background-color: #ffffff;border-radius: 5px;border: solid 1px #e5e5e5;}
.xin2{width: 42.25%;background-color: #ffffff;border-radius: 5px;border: solid 1px #e5e5e5;}
.xin1 li a{display: block;}
.xin1 li .img{overflow: hidden;position: relative;}
.xin1 li .img img{width: 100%;transition:all 0.5s;}
.xin1 li:hover .img img{transform:scale(1.1);}
.time{color: #ffffff;font-size: 14px;font-weight: bold;position: absolute;bottom: 12px;left: 1.5vw;}
.det{padding: 22px  1.6vw 1.6vw;}
.nfl,.nfl2{color: #666666;font-size: 14px;font-weight: bold;text-transform: uppercase;}
.xinwen .wz{color: #333333;font-size: 1.04vw;margin: 10px 0; line-height: 1.5;font-weight: bold;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.xinwen .wz2{color: #848484;font-size: 14px;line-height: 1.785;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.xin2 li{padding:1.8vw 0;border-bottom: 1px solid #eeeeee;}
.xin2{padding: 10px 11px 0 33px;}
.xin2 li:last-child{border-bottom: none;}
.ntime{color: #d1d1d1;font-size: 14px;font-weight: bold;margin-left: 21px;}
.ntime span{padding-left: 15px;}
.xinwen .wz:hover{text-decoration: underline;}











/**/
.box9{background: url(//wm.cdn.cn86.cn/dgtiechengfw/2026/07/514dfc2105josrm3.jpg) no-repeat top center;background-size: cover;padding: 5% 0 5.1%;}
.ybt1{color: #ffffff;font-size:2.083333vw;font-weight: bold;line-height: 1.375;width:49%;}
.ybt4{width: 174px;height: 46px;background-color: #666666;border-radius: 5px;color: #ffffff;font-weight: bold;font-size: 16px;text-align: center;line-height: 46px;transition:all 0.5s;}
.ybt3{width: calc(100% - 174px);height: 46px;background-color: #ffffff;border:none;color: #b4b4b4;font-size: 16px;line-height: 46px;}
.ybt4:hover{background: #333;}
.ly{width: 38.1%;background-color: #fff;border-radius: 10px;overflow: hidden;padding: 9px 9px 9px 23px;}



/**/
.foot{padding: 3.8% 0 4.5%;}
.tlogo img{width: 122px;}
.tlogo{margin-bottom: 4.2vw;}
.she li{margin-right: 8px;}
.she li:last-child{margin-right: 0;}
.she li img{width: 40px;}
.dbt1{color: #333333;font-weight: bold;font-size: 16px;margin-bottom: 15px;}
.dao li a{display: block;color: #a5adb1;font-size: 16px;line-height: 2.1875;}
.sec3{display: flex;flex-direction: column;flex-wrap: wrap;max-height: 140px;gap: 0 36px;}
.dao li:first-child{margin-right: 3.5vw;}
.lx p{color: #666666;font-size: 16px;line-height: 2.5;padding-left: 37px;}
.lx p:first-child{background: url(//wm.cdn.cn86.cn/dgtiechengfw/2026/07/69948f1ac6esxlmz.png) no-repeat left center;}
.lx p:nth-child(2){background: url(//wm.cdn.cn86.cn/dgtiechengfw/2026/07/d7dc4edf9cedssgf.png) no-repeat left center;}
.lx p:nth-child(3){background: url(//wm.cdn.cn86.cn/dgtiechengfw/2026/07/dc5a2496fa43l8sg.png) no-repeat left center;}
.bq{color: #717171;font-size: 14px;line-height: 24px;}
.bq a{color: #717171;}
.dao{margin-right: 7vw;}
.lx{margin: 13px 0 1vw;}
.foot a:hover{color: #333333;}
.xxe{max-width: 511px;}


@media(max-width: 1660px){
    .dao{margin-right: 4vw;}
    .she li img{width: 34px;}
    .dao li a,.lx p{font-size: 14px;}
    .xxe{width: 50%;}
}

@media(max-width: 1560px){
    .dao{margin-right: 2vw;}
    .she li img{width: 34px;}
    .dao li a,.lx p{font-size: 14px;}
    .xxe{width: 50%;}
    .sul li p{font-size: 18px;}
}

@media(max-width: 1400px){
    .dao{display: none;}
    .xxe{width: 100%;}
    .x-menu>li>a{font-size: 14px;}
    .ybt3{font-size: 14px;width: calc(100% - 130px);}
    .ybt4{width: 130px;font-size: 14px;}
    .ly{padding-left: 15px;}
    .sul li p{font-size: 16px;}
}

@media(max-width: 1200px){
    .pleft .pbt1{margin: 3vw 0 3.3vw;}
    .pcon{font-size: 14px;line-height: 1.6;}
    .pt2{font-size: 12px;}
    .ys .pbt1{margin: 2vw 0 1vw;}
    .acon{font-size: 14px;line-height: 1.6;}
    .xinwen .wz{font-size: 16px;}
    .pt1{font-size: 18px;}
    .pmore1 a{margin-top: 3vw;width: 140px;height: 46px;font-size: 14px;line-height: 46px;}
}

@media(max-width: 991px){
    body{padding-bottom: 70px;}
}

@media(max-width: 768px){
    .pleft,.mySwiper{width: 100%;}
    .pbt1{font-size: 23px;}
    .pbt{font-size: 34px;}
    .pleft{margin-bottom: 30px;}
    .mySwiper2 .img,.yright{width: 100%;}
    .yright{padding: 6% 4% 6% 0;}
    .xin1{width: 100%;}
    .xin2{width: 100%;margin-top: 20px;}
    .tright {width: 57%;}
    .tleft{width: 40%;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 7px;height: 7px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet-active{width: 30px;}
    .sul li p{font-size: 14px;}
}

@media(max-width: 640px){
    .language-group .btn{font-size: 14px;}
    .swiper-button-prev1, .swiper-button-next1{display: none;}
    .box1{padding: 30px 0 40px 4%;}
    .pbt1{font-size: 18px;}
    .pbt{font-size: 26px;}
    .mySwiper .swiper-slide{width: 80%;}
    .pbj{bottom: 20px;padding: 0 10px;}
    .sbt span{font-size: 36px;}
    .sbt sup{font-size: 20px;}
    .sul li{width:50%;margin-bottom: 15px;}
    .sul{margin: 40px 0 20px;}
    .sp p{font-size: 14px;}
    .abox{width: 100%;}
    .acon{font-size: 15px;}
    .box2{padding-top: 12%;}
    .abox .pbt1{margin:16px 0 12px;}
    .yright .pbt:after{height: 3px;top:12px;}
    .ys .pbt1{margin: 15px 0 10px;}
    .box4,.box5,.box6,.box9{padding: 30px 0;}
    .mySwiper3{margin-top: 25px;}
    .hbt{font-size: 14px;margin-top: 12px;}
    .mySwiper4 .swiper-pagination2 .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 4px;}
    .mySwiper4 .swiper-pagination2{margin-top: 20px;}
    .xinwen{margin-top: 25px;}
    .xin1 li{width: 100%;margin-bottom: 15px;}
    .det{padding: 15px;}
    .xin2 li{padding: 20px 0;}
    .xin2{padding: 10px 15px;}
    .ybt1,.ly{width: 100%;}
    .ybt1{font-size: 18px;margin-bottom: 20px;}
    .ybt4,.ybt3{height: 36px;line-height: 36px;}
    .tleft,.tright{width: 100%;}
    .foot{padding: 20px 0;}
    .tleft{text-align: center;}
    .she{display: flex;align-items: center;justify-content: center;}
    .lx p{line-height: 2;background-position: left 7px!important;}
    .bq{text-align: center;}
}   

.news-lists li .time {
    position: static;
}