.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;
    }
}



/*  */
p {
    margin: 0;
}

.w1784 {
    max-width: 1814px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.head-index {
    justify-content: space-between;
}

.index-site-header-bottom .pc-navbar>li>a {
    color: #444444;
}

.headl {
    width: 70.63%;
}

.headl .logo {
    width: 26.19%;
}

.headl .logo img {
    max-width: 80%;
}

.navbar-nav-box {
    width: calc(100% - 28%);
}

.searchbox {
    padding: 0px;
    position: relative;
}

.searchbox>i {
    font-size: 16px;
    color: #282828;
    font-weight: 200;
    cursor: pointer;
}

.search-g-box {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 24px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    display: none;
    z-index: 3;
    padding: 16px 20px;
    background-color: white;
}

@media(max-width: 992px) {
    .search-g-box {
        position: fixed;
        top: 53px;
        margin-top: 0;
    }
}

.search-g-box form input {
    padding: 8px 12px;
    border: 1px solid var(--main-theme-color);
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    outline: none !important;
    line-height: normal;
}

.search-g-box form button {
    padding: 0 12px;
    background-color: var(--main-theme-color);
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0px 3px 3px 0px;
    outline: none !important;
    border: none !important;
}

.site-header-bottom .language {
    font-size: 16px;
    padding-left: 14px;
    color: #282828;
    cursor: pointer;
    position: relative;
    padding-right: 18px;
    /* margin-right:14px; */
}

.index-site-header-bottom .searchbox>i::before {
    display: none;
}

.language-group .btn {
    color: #666666;
    display: flex;
    align-items: center;
    padding: 0;
}

.language-group .btn img {
    margin-right: 5px;
}

.headr .emai {
    margin: 0 12px;
}

.headr .btn-group {
    margin-left: 12px;
}

@media(max-width:1480px) {
    .headl {
        width: 82.63%;
    }
}

@media(max-width:1200px) {
    .head-index {
        padding: 15px 0;
    }
}


@media(max-width:780px) {
    .headl .logo {
        width: 70%;
    }
}

/* banner */
.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 3.125vw;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    position: relative;
    margin-left: 30px;
    border: 2px solid #fff;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #fff;
}


.home-banner .banner-button-prev,
.home-banner .banner-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: var(--main-theme-color);
    font-size: 50px;
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    opacity: 0.5;
    cursor: pointer;
}

.home-banner .banner-button-next {
    right: 0px;
}

.home-banner .banner-button-prev {
    left: 0px;
}

/*  */
.pic-index {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pic-index-wrap {
    padding: 3.64583333333333vw 0;
}

.piclist {
    justify-content: space-between;
}

.piclist li {
    width: 49.41%;
    position: relative;
}

.piclist li .img1 img {
    width: 100%;
}

.piclist li .wz {
    position: absolute;
    bottom: 3.125vw;
    left: 2.76vw;
    right: 2.76vw;
    z-index: 99;
}

.piclist li .wz .wza {
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
}

.piclist li .wz .wzb {
    font-size: 16px;
    color: #ffffff;
    margin-top: 0.5vw;
}

.piclist li .wz .wzc {
    width: 140px;
    height: 40px;
    background: #de1020;
    border-radius: 30px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 1.8vw;
}


/* news */
.news-bg {
    background: #f9f9f9;
    padding-top: 3.125vw;
    padding-bottom: 2.6vw;
}

.news-index {}

.newstitle {
    text-align: center;
    color: #3a3a3d;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.nlist {
    display: flex;
    justify-content: space-between;
    margin-top: 3.125vw;
}

.nlist li {
    width: 31.61%;
}

.nlist li .img1 img {
    width: 100%;
}

.nlist li .wz {
    margin: 1.3vw 0;
    color: #333333;
    font-size: 17px;
    line-height: 1.41;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nlist li .date {
    display: flex;
    align-items: center;
}

.nlist li .date span {
    width: 22px;
    height: 1px;
    background: #c7c7c7;
    margin-right: 10px;
    color: #999999;
    font-size: 16px;
}

.nlist li:hover .wz {
    color: #de1020;
}

/* cooperation */
.cooperation-index {
    margin-top: 2.86458333333333vw;
}

.colist1 {
    justify-content: space-between;
}

.cooperation-wrap {
    margin: 2vw 0;
}

.colist1 li .img1 img {
    max-width: 100%;
}


/* foot */
.footer-bg {
    background: #0d0d0f;
    padding: 2.6vw 0;
}

.foot-index {
    justify-content: space-between;
}

.footl {
    width: 22.14%;
}

.ft-logo img {
    max-width:80%;
}

.ft-wz {
    margin-top: 2vw;
}

.ft-wz p {
    color: rgba(255, 255, 255, .8);
    line-height: 1.71;
}

.footr {
    width: 67.83%;
    justify-content: space-between;
}

.ft {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1.8vw;
    line-height: 42px;
}

.footra {
    width: 38.84%;
}

.fnavlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fnavlist li {
    width: 48%;
}

.fnavlist li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.71;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footrb {
    width: 12.4%;
}

.fnavlist2 li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.71;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footrc {
    width: 30.99%;
}

.flx p {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.71;
}

.cop-bg {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 2.6vw;
    padding-top: 2.6vw;
}

.cop-index {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cop-index a {
    color: #666;
}

.copyright {
    width: 68%;
}

.fshare {
    width: 28%;
}

.fsharelist {
    display: flex;
    justify-content: flex-end;
}

.fsharelist li {
    margin-left: 1vw;
}

.fsharelist li .img1 img {
    max-width: 100%;
}

@media(max-width:780px) {
    .pic-index-wrap {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .piclist {
        flex-wrap: wrap;
    }

    .piclist li {
        width: 100%;
        margin-bottom: 20px;
    }

    .piclist li .wz {
        left: 15px;
        right: 15px;
        bottom: 20px;
    }

    .piclist li .wz .wza {
        font-size: 20px;
    }

    .piclist li .wz .wzb {
        font-size: 14px;
    }

    .piclist li .wz .wzc {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    /* video */
    .home-video-section>img {
        height: 200px;
    }

    .home-video-section .wz .wza {
        font-size: 24px;
    }

    .home-video-section .wz .wzb {
        width: 80%;
        margin: 5px 0;
    }

    .home-video-section .wz .wzc {
        font-size: 18px;
    }

    .home-video-section .play-btn>img {
        max-width: 50px;
        width: 100%;
    }

    /* news */
    .news-bg {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .newstitle {
        font-size: 24px;
    }

    .nlist {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .nlist li {
        width: 100%;
        margin-bottom: 20px;
    }

    .nlist li .wz {
        margin: 6px 0;
        font-size: 14px;
    }

    /* cooperation */
    .cooperation-index {
        margin-top: 40px;
    }

    .cooperation-wrap {
        margin: 20px 0;
    }

    .colist1 {
        flex-wrap: wrap;
    }

    .colist1 li {
        width: 25%;
        margin-bottom: 10px;
    }

    /* foot */
    .footer-bg {
        padding: 40px 0;
    }

    .foot-index {
        flex-wrap: wrap;
    }

    .footl {
        width: 100%;
    }

    .ft-logo {
        text-align: center;
    }

    .footr {
        width: 100%;
        flex-wrap: wrap;
    }

    .footra {
        width: 100%;
        display: none;
    }

    .footrb {
        width: 100%;
        display: none;
    }

    .footrc {
        width: 100%;
        margin-top: 10px;
    }

    .cop-bg {
        margin-top: 20px;
        padding-top: 20px;
    }

    .cop-index {
        flex-wrap: wrap;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }

    .fshare {
        width: 100%;
        justify-content: center;
    }

    .fsharelist {
        justify-content: center;
    }
}