.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;
    }
}


/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


input {
    padding: 0;
    margin: 0;
}

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: 30px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.xypg-right-content p {
    font-size: 16px;
}


/*----- 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;
}

.of {
    overflow: hidden;
}

.wh {
    max-width: 1580px;
    width: 94%;
    margin: 0 auto;
}

.w1530 {
    max-width: 1530px;
    margin: 0 auto;
    width: 94%;
}

.com-img {
    overflow: hidden;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img: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);
}



.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.bold {
    font-weight: bold;
}

.oh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bcg {
    background-size: 100% 100%;
}


.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);
}



/*头部样式*/
.top1 {
    background: #f3f4f8;
    color: #4c4c4c;
    height: 40px;
    font-size: 16px;
}

.top1 a {
    color: #4c4c4c;
}

.topadd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topadd li {
    margin-right: 3.65vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topadd li .wz {
    margin-left: 8px;
}

.top1 .language-group .btn {
    color: #333;
}

.top1 .language-group .btn a {
    color: #333;
}

.iclist {}

.iclist li {
    margin-left: 15px;
}

.iclist li img {
    max-width: 100%;
}

.top2 {
    width: 100%;
    background: #fff;
    ;
}

.logos {}

.logos img {
    width: 100%;
}


.header-ss .ss_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    cursor: pointer;
}

.navbar-nav-box {
    width: 68.6%;
}

.x-menu {
    position: relative;
    justify-content: space-between;
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 24px;
    color: #242424;
    height: 120px;
    line-height: 120px;
    font-weight: 600
}

.x-menu>li>a .fa {
    display: none;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color) !important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    min-width: 150%;
    left: 50%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0;
    transform: translateX(-50%);
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em;
    white-space: nowrap;
}

.x-sub-menu>li>a:hover {
    color: #fff !important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {}
}

@media (min-width:1440px) {
    .x-menu>li {}
}




/* banner */
.bann {
    position: relative;
}

.bann .mySwiper1 {
    overflow: hidden;
    position: relative;
}

.bann .swiper-slide .img {
    position: relative;
    padding-bottom: 41.7%;
}
.bann .swiper-slide .img img {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .bann .swiper-slide .img {
        padding-bottom: 60%;
    }
}


.bann .swiper-pagination-banner {
    bottom: 10px;
}

.bann .swiper-pagination-banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.mySwiper1 .swiper-slide .ww{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.mySwiper1 .swiper-slide .ww .wh{
    width: 100%;
}

.mySwiper1 .swiper-slide .ww .wh .wz{
    align-items: center;
}

.mySwiper1 .swiper-slide .ww .wh .wz .wz-left{
    width: 47.44%;
    font-family: "Arial";
}

.mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wza{
    color: #fff;
    font-weight: 600;
    font-size: 2.60416666666667vw;
    line-height: 1.38;
}

.mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wzb{
    color: #fefefe;
    font-size: 1.04166666666667vw;
    line-height: 1.65;
    margin-top: 2vw;
}
.mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wzc {
    margin-top: 5.2vw;
}
.mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wzc a{
    width: 180px;
    height: 56px;
    background: #ffffff;
    line-height: 56px;
    text-align: center;
    color: #e30713;
    font-size: 18px;
}

.mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wzc a.more2{
    background: #dc7126;
    color: #fff;
    margin-left: 1vw;
}

.mySwiper1 .swiper-slide .ww .wh .wz .img2{
    width: 51.5%;
    text-align: center;
}

.mySwiper1 .swiper-slide .ww .wh .wz .img2 img{
    max-width: 100%;
}

@media(max-width:990px){
    .mySwiper1 .swiper-slide .ww .wh{
        padding: 0 15px;
    }
    .mySwiper1 .swiper-slide .ww .wh .wz{
        flex-wrap: wrap;
    }
    .mySwiper1 .swiper-slide .ww .wh .wz .wz-left{
        width: 100%;
    }
    .mySwiper1 .swiper-slide .ww .wh .wz .img2{
        width: 100%;
        margin-top: 20px;
        display: none;
    }
    .mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wza{
        font-size: 17px;
    }
    .mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wzb{
        font-size: 15px;
    }
    .mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wzc a{
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
}
@media(max-width:500px){
    .mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wza{
        font-size: 14px;
    }
    .mySwiper1 .swiper-slide .ww .wh .wz .wz-left .wzb{
        font-size: 12px;
    }
}


/* 主体样式 */
.box1 {
    padding: 4.69vw 0 3.65vw;
}

.sybt {
    text-align: center;
}

.sybt .wz {
    color: #888888;
    font-size: 24px;
    margin-bottom: 0.668vw;
}

.sybt .wz2 {
    color: #222222;
    font-size: 3.65vw;
    line-height: 1;
}

.bthx {
    background-color: rgb(227, 7, 19);
    width: 60px;
    height: 3px;
    margin: 0 auto;
    margin-top: 0.88vw;
}

.sywhy {
    position: relative;
    margin-top: 2.08vw;
}

.sywhy .mySwiper2 {
    overflow: hidden;
}

.sywhy .swiper-slide {}

.sywhy .swiper-slide .img {
    overflow: hidden;
}

.sywhy .swiper-slide .img img {
    width: 100%;
    display: block;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.sywhy .swiper-slide:hover .img 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);
}

.whyjt {
    width: 178px;
    margin: 0 auto;
    margin-top: 2.97vw;
}

.whyjt .prev2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/dingyang/2025/11/3a36efe7e4yzbsmc.png) no-repeat center center;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
}

.whyjt .next2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/dingyang/2025/11/169806e73a2vo01x.png) no-repeat center center;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
}

.whyjt .swiper-pagination2 {
    width: 50px;
    text-align: center;
    position: static;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
}

.whyjt .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 50%;
    background: #999999;
    opacity: 1;
    cursor: pointer;
}

.whyjt .swiper-pagination-bullet-active {
    background: #333333;
    opacity: 1;
}

/*  */
.po11 {
    margin: 0 -12px;
    margin-top: 3.54vw;
}

.po11 li {
    width: calc(100% / 5 - 24px);
    float: left;
    margin: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px 15px 42px;
}

.po11 li .img img {
    width: 100%;
    display: block;
}

.po11 li .wz {
    color: #222222;
    font-size: 24px;
    line-height: 1.5;
    height: 68px;
    overflow: hidden;
    margin: 15px 0 20px;
}

.po11 li .mo {
    color: #fff;
    background: #e30713;
    text-align: center;
    width: 135px;
    line-height: 34px;
    border-radius: 25px;
    font-size: 15px;
}

.po11 li:hover {
    border-color: #e30713;
}

.po11 li:hover {
    border-color: #e30713;
}

.po11 li:hover .wz {
    color: #e30713;
}

.sycpwz {
    text-align: center;
    color: #888888;
    font-size: 24px;
    margin-top: 2.21vw;
}

a.pmo {
    background-color: #e30713;
    width: 234px;
    line-height: 54px;
    border-radius: 32px;
    border: 1px solid #e30713;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

a.pmo:hover {
    background: none;
    color: #e30713;
}

/* Applications */
.appbg {
    background: url(//wm.cdn.cn86.cn/dingyang/2025/11/3d64cee850bwyzvn.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 4.6875vw;
    background-attachment: fixed;
}

.appindex {
    justify-content: space-between;
    align-items: center;
}

.appleft {
    width: 28.75%;
}


@media (min-width:990px) {
    .appleft {
        position: sticky;
        top: 100px;
    }
}

.appleft .ap1 {
    color: #222222;
    font-size: 3.64583333333333vw;
    font-weight: 600;
    line-height: 1;
}

.appleft .ap2 {
    color: #222222;
    font-size: 24px;
    line-height: 1.54;
    margin: 65px 0;
}

.appleft .apw {
    color: #222222;
    font-size: 18px;
    line-height: 1.667;
    margin-bottom: 70px;
}

.appleft .apmore {}

.appright {
    width: 64.4%;
}

.applist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.applist::before {
    display: none;
}

.applist li {}

.applist li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.applist li::after {}

.applist li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.applist li .wz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url(//wm.cdn.cn86.cn/dingyang/2025/11/ea00fb0dbfyaauax.png) no-repeat bottom center;
    background-size: 100% 100%;
    padding: 1.5vw 5px;
    text-align: center;
    transition: all 0.5s ease;
    transform: translateY(85%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
.applist li:hover .wz {
    transform: translateY(0);
    align-items: center;
}

.applist li:nth-of-type(4) {
    transform: translateY(-90px);
}

.applist li:nth-of-type(6) {
    transform: translateY(-180px);
}

.applist li .wz h3{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
}

.applist li .wz .pp{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 15px;
}




/* Q & A */
.newsbg {
    padding-top: 5.73vw;
    padding-bottom: 4.6875vw;
}

.newslist {}

.newslist li {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 2.6vw 2vw;
    margin-top: 2.2vw;
}


.newslist li .wz {
    justify-content: space-between;
    align-items: center;
}

.newslist li .wz .wza {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    width: 80%;
}

.newslist li .wz .more {
    width: 42px;
    height: 42px;
    background: #c0c0c0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newslist li .wz .more img {
    transition: transform 0.3s;
    display: block;
}

.newslist li .wzb {
    color: #222222;
    font-size: 20px;
    line-height: 1.8;
    margin-top: 1.5vw;
}

.newslist li.on {
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.19);
}

.newslist li.on .more {
    background: #e30713;
}

.newslist li.on .more img {
    transform: rotate(45deg);
}

/*  */
.sep-section9 {
    background: #f6f6f6;
    padding: 5.2vw 0;
}

@media(max-width:1580px) {
    .applist li:nth-of-type(4) {
        transform: translateY(-80px);
    }
    .applist li:nth-of-type(6) {
        transform: translateY(-170px);
    }
}

@media(max-width:1366px) {
    .po11 li .wz {
        font-size: 22px;
    }

    .appleft .ap2 {
        margin: 40px 0;
    }

    .appleft .apw {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .common-button {
        font-size: 16px;
    }

    .applist li:nth-of-type(4) {
        transform: translateY(-75px);
    }

    .applist li:nth-of-type(6) {
        transform: translateY(-150px);
    }

    .applist li .wz {
        font-size: 20px;
    }

    .newslist li .wz .wza {
        font-size: 22px;
    }

    .newslist li .wzb {
        font-size: 16px;
        margin-top: 10px;
    }

    .sep-section9 .my-box,
    .sep-inner-contact .my-box {
        margin-top: 0px
    }

    .sep-section9 .items .item .text .textb {
        font-size: 16px;
    }

    .sep-footer .items .thumb .imgs {
        margin-top: 40px;
    }

    .sep-footer .items .item li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .sep-footer .items .thumb .imgs .title {
        font-size: 14px;
    }

    .sep-footer .copyright {
        font-size: 14px;
    }

}

@media(max-width:1200px) {
    .x-menu>li>a {
        font-size: 20px;
        height: 100px;
        line-height: 100px;
    }

    .sybt .wz {
        font-size: 20px;
    }

    .po11 li .wz {
        font-size: 18px;
    }

    .sycpwz {
        font-size: 18px;
    }

    a.pmo {
        width: 200px;
        line-height: 45px;
        font-size: 14px;
    }

    .sep-section4 .my-box .content .text {
        font-size: 14px;
        line-height: 22px;
    }

    .common-button {
        padding: 10px 30px;
    }

    .sep-section4 ul .content .num {
        font-size: 40px;
    }

    .sep-section4 ul .content .text {
        font-size: 15px;
    }

    .applist li:nth-of-type(4) {
        transform: translateY(-65px);
    }

    .applist li:nth-of-type(6) {
        transform: translateY(-130px);
    }

    .sep-section9 .items .item .text .textb {
        font-size: 14px;
    }

    .sep-footer .items .thumb img {
        max-width: 80%;
    }

    .sep-footer .items .thumb .imgs .title {
        font-size: 12px;
    }
}

@media(max-width:1025px) {
    .po11 li .wz {
        font-size: 16px;
    }

    .appleft .ap2 {
        margin: 20px 0;
        font-size: 18px;
    }

    .appleft .apw {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .applist li .wz {
        font-size: 18px;
    }

    .newslist li .wz .wza {
        font-size: 18px;
    }

    .newslist li .wzb {
        font-size: 15px;
    }

    .newslist li .wz .more {
        width: 30px;
        height: 30px;
    }

    .newslist li .wz .more img {
        max-width: 20px;
        width: 100%;
    }

    .sep-footer .items .thumb .imgs>div {
        margin-right: 1vw;
    }
}

@media(max-width:990px) {
    .bann .swiper-pagination-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .box1 {
        padding: 40px 0;
    }

    .sybt .wz {
        font-size: 14px;
    }

    .sybt .wz2 {
        font-size: 20px;
    }

    .sywhy {
        margin-top: 20px;
    }

    .po11 {
        margin: 0;
        margin-top: 20px;
    }

    .po11 li {
        width: 48%;
        margin: 0;
        margin-bottom: 4%;
        border-radius: 10px;
        padding: 10px;
    }

    .po11 li:nth-child(2n) {
        float: right;
    }

    .po11 li .wz {
        height: 40px;
        font-size: 14px;
    }

    .po11 li .mo {
        width: 120px;
        font-size: 12px;
    }

    a.pmo {
        width: 150px;
        margin-top: 10px;
    }

    .sep-section4 {
        padding: 40px 0;
        margin-top: 40px;
    }

    .sep-section4 ul .content .num {
        font-size: 20px;
    }

    .sep-section4 ul .content .text {
        height: auto;
    }

    .sep-section6 {
        padding: 40px 0;
    }

    .appbg {
        padding: 40px 0;
        padding-bottom: 0;
    }

    .appindex {
        flex-wrap: wrap;
    }

    .appleft {
        width: 100%;
    }

    .appleft .ap1 {
        font-size: 24px;
    }

    .appleft .ap2 {
        margin: 10px 0;
        font-size: 14px;
    }

    .appleft .apw {
        margin-bottom: 10px;
    }

    .common-button {
        padding: 5px 20px;
        font-size: 12px;
    }

    .appright {
        width: 100%;
        margin-top: 20px;
    }

    .applist li:nth-of-type(4) {
        transform: translateY(-85px);
    }
    .applist li:nth-of-type(6) {
        transform: translateY(-170px);
    }

    .applist li .wz {
        font-size: 14px;
    }

    .newsbg {
        padding: 40px 0;
    }

    .newslist li .wz .wza {
        font-size: 15px;
    }

    .newslist li .wzb {
        font-size: 12px;
        line-height: 18px;
    }

    .sep-footer {
        padding-top: 30px;
        padding-bottom: 20%;
    }

    .sep-footer .items {
        flex-wrap: wrap;
    }

    .sep-footer .items .thumb {
        width: 100%;
        padding-right: 0;
    }

    .sep-footer .items .item {
        flex: auto;
        display: none;
    }

    .sep-footer .items .thumb a {
        display: block;
    }

    .sep-footer .items .thumb .imgs {
        margin-top: 20px;
    }

    .sep-footer .copyright {
        padding: 10px 0;
        text-align: center;
    }

    .sep-footer .copyright .w1530 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sep-section9 {
        padding: 40px 0;
    }
}

@media(max-width:640px) {
    .site-header-bottom {
        padding: 10px 0;
    }

    .site-header-bottom .logo img {
        max-width: 120px;
        width: 100%;
    }

    .bann .swiper-pagination-banner {
        bottom: 5px;
    }

    .sep-section4 .my-box .content .abtitle {
        font-size: 24px;
    }

    .sep-section4 .my-box .content .text {
        font-size: 13px;
        line-height: 20px;
    }

    .applist li .wz {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .applist li:nth-of-type(4) {
        transform: translateY(-55px);
    }

    .applist li:nth-of-type(6) {
        transform: translateY(-110px);
    }

    .sep-section9 .items .item .text {}

    .sep-section9 .items .item .text .textb {
        font-size: 12px;
    }

    .sep-footer .items .thumb a img {
        max-height: 50%;
    }

    .sep-footer .copyright {
        font-size: 12px;
        line-height: 18px;
    }
}