.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;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

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
}

.f-between {
    justify-content: space-between
}

.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;
}


.sep-container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.sep-header-mb,
.sep-footer-mb,
.sep-search-mb {
    display: none
}

.sep-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12
}

.sep-header {
    background-color: #209344
}

.sep-header .sep-container {
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.sep-header .sep-container .icon-list li {
    margin-right: 25px
}

.sep-header .sep-container .icon-list li a {
    color: #fff
}

.sep-header .sep-container .icon-list li a:hover {
    color: #e47527
}

.sep-header .sep-container .icon-list li i {
    font-size: 20px;
    vertical-align: middle
}

.sep-header .sep-container .h-right {
    align-items: center
}

.sep-header .sep-container .h-right a {
    color: #fff;
    font-size: 16px;
}

.sep-header .sep-container .h-right a:hover {
    text-decoration: underline
}

.sep-header .sep-container .h-right i {
    margin-right: 6px
}

.sep-header .sep-container .h-right .line {
    margin: 0 20px;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.4)
}

.sep-header .sep-container .h-right .download {
    margin-left: 15px;
    background: #e47527;
    color: #fff;
}


.sep-header .sep-container .h-right .download:hover {
    text-decoration: none
}

.sep-header .sep-container .language:hover {
    color: #e47527;
    font-weight: bold
}

.sep-header .sep-container .language {
    position: relative;
    cursor: pointer;
    margin-left: 43px
}

.sep-header .sep-container .language .fix {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 120px;
    background: #fff;
    z-index: 8;
    box-shadow: 0 0 3px #666
}

.sep-header .sep-container .language .fix li {
    padding: 13px 17px
}

.sep-header .sep-container .language .fix li a {
    display: block;
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #666
}

.sep-header .sep-container .language .fix li a img {
    margin-right: 16px
}

.sep-header .sep-container .language .fix li:hover {
    background-color: #e8e8e8
}

.sep-header .sep-container .language .fix li:hover a {
    color: #209344
}

.sep-header .sep-container .language:hover .fix {
    display: block
}

.sep-mainnav {
    background-color: #fff
}

.sep-mainnav .nav {
    align-items: center;
    position: relative;
}

.sep-mainnav .nav .nav-out:nth-of-type(3) {
    padding-right: 15%;
}

.sep-mainnav .nav .nav-out:nth-of-type(4) {
    padding-left: 15%;
}

.sep-mainnav .nav .logo {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 20%;
    margin: 0 auto;
}

.sep-mainnav .nav .logo img {
    max-width: 100%;
}

.sep-mainnav .nav .nav-item {
    position: relative;
    padding: 39px 0;
    font-size: 18px;
    transition: all .3s
}

.sep-mainnav .nav .nav-item>a {
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
}

.sep-mainnav .nav .nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #209344;
    border-radius: 2px;
    transition: width .3s
}

.sep-mainnav .nav .dropdown {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    max-width: 1360px;
    overflow: hidden;
    transform: rotateX(90deg) translate(-50%);
    transform-origin: 50% 0;
    transition: all .5s
}

.sep-mainnav .nav .dropdown .sep-container {
    position: relative;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.97);
    padding-right: 90px
}

.sep-mainnav .nav .dropdown .sep-container>div {
    padding-top: 81px
}

.sep-mainnav .nav .dropdown .sep-container .dro-left {
    width: 34%;
    padding: 0 0 58px;
    background: #f7f7f7;
    font-size: 20px
}

.sep-mainnav .nav .dropdown .sep-container .dro-left a {
    color: #333
}

.sep-mainnav .nav .dropdown .sep-container .dro-left li {
    margin-bottom: 8px;
    padding: 9px 35px
}

.sep-mainnav .nav .dropdown .sep-container .dro-center {
    flex: 1;
    padding-left: 4%;
    padding-right: 20px
}

.sep-mainnav .nav .dropdown .sep-container .dro-center a {
    color: #666
}

.sep-mainnav .nav .dropdown .sep-container .dro-center ul {
    display: none;
    padding-right: 10px;
    max-height: 450px;
    overflow-y: auto
}

.sep-mainnav .nav .dropdown .sep-container .dro-center ul::-webkit-scrollbar {
    width: 4px
}

.sep-mainnav .nav .dropdown .sep-container .dro-center ul::-webkit-scrollbar-thumb {
    background-color: #209344;
    border-radius: 2px
}

.sep-mainnav .nav .dropdown .sep-container .dro-center ul::-webkit-scrollbar-track {
    background-color: #d3d3d3
}

.sep-mainnav .nav .dropdown .sep-container .dro-center ul li {
    margin-bottom: 18px
}

.sep-mainnav .nav .dropdown .sep-container .dro-center ul li i {
    margin-right: 10px
}

.sep-mainnav .nav .dropdown .sep-container .dro-right .item {
    display: none;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    overflow: hidden
}

.sep-mainnav .nav .dropdown .sep-container .dro-right a {
    display: none
}

.sep-mainnav .nav .dropdown .sep-container .active-left {
    background-color: #209344
}

.sep-mainnav .nav .dropdown .sep-container .active-left a {
    color: #fff
}

.sep-mainnav .nav .dropdown .sep-container .active-center a {
    color: #209344
}

.sep-mainnav .nav .nav-out:hover .nav-item>a {
    color: #e47527
}

.sep-mainnav .nav .nav-out:hover .nav-item::before {
    width: 100%
}

.sep-mainnav .nav .nav-out:hover .dropdown {
    transform: rotateX(0) translate(-50%)
}

.sep-mainnav .nav .active-nav-color>a {
    color: #e47527
}

.sep-mainnav .nav .active-nav-color::before {
    width: 80%
}

.sep-mainnav .nav .nav-item {
    position: relative
}

.sep-mainnav .nav .nav-item .box {
    position: absolute;
    left: 0;
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: 50% 0;
    transition: all .4s
}

.sep-mainnav .nav .nav-item .box .clearfix {
    background-color: rgba(255, 255, 255, 0.98);
    min-width: 180px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px
}

.sep-mainnav .nav .nav-item .box .clearfix li {
    text-align: left;
    line-height: 25px
}

.sep-mainnav .nav .nav-item .box .clearfix li:first-child {
    padding-top: 10px
}

.sep-mainnav .nav .nav-item .box .clearfix li:last-child {
    padding-bottom: 10px
}

.sep-mainnav .nav .nav-item .box .clearfix li a {
    white-space: nowrap;
    color: #333;
    padding: 10px 20px;
    display: block;
    font-size: 15px;
}

.sep-mainnav .nav .nav-item .box .clearfix li a:hover {
    color: #209344
}

.sep-mainnav .nav .nav-item:hover .box {
    transform: rotateX(0)
}

.sep-mainnav .nav .nav-search {
    cursor: pointer;
    color: #209344
}

.sep-mainnav .nav .nav-search i {
    font-size: 26px
}

.sep-mainnav .nav .nav-search:hover {
    color: #e47527
}

.sep-mainnav .nav .active-nav-search {
    color: #e47527
}

.active-nav {
    box-shadow: 5px 0 10px 10px rgba(0, 0, 0, 0.08)
}

.active-nav .nav .nav-item {
    padding: 15px 0
}

.active-nav .logo img {
    width: 60px;
}

.search {
    display: none;
    max-width: 1360px;
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #f7f7f7;
    color: #666
}

.search .search-title {
    margin-bottom: 5px;
    justify-content: space-between
}

.search .search-title i {
    font-size: 25px;
    cursor: pointer
}

.search .search-title i:hover {
    color: #e47527
}

.search form {
    position: relative
}

.search form input {
    width: 100%;
    padding: 11px 120px 18px 25px;
    margin: 10px 0;
    border-radius: 28px;
    border: 1px solid #e5e5e5;
    font-size: 16px
}

.search form input:focus {
    border-color: #209344
}

.search form button {
    position: absolute;
    top: 15px;
    right: 5px;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background-color: #209344;
    color: #fff;
    transition: all .3s
}

.search form button i {}

.search form button:hover {
    background-color: #e47527
}


@media screen and (max-width:768px) {
    body {
        padding-top: 100px;
        max-width: 100%;
        margin: 0;
        margin-top: 0;
    }

    .sep-banner .sep-container {
        top: 50%;
    }

    .sep-container {
        padding: 0 20px
    }

    .sep-top,
    .sep-footer,
    .sep-onlineservice {
        display: none;
        overflow: hidden;
        width: 0
    }

    .flex.full {
        display: block
    }

    .flex.full>div,
    .flex.full>a {
        width: 100% !important
    }

    .common-title,
    .richtext.h2 h2 {
        padding-bottom: 28px;
        font-size: 24px
    }

    .common-title::before,
    .richtext.h2 h2::before {
        content: url(//wm.cdn.cn86.cn/fengfulai/2025/08/762dfed9dbzipl3p.png)
    }

    .div {
        padding: 60px 0
    }

    .swiper-button {
        width: 30px;
        height: 30px
    }

    .swiper-button i {
        font-size: 12px
    }

    .sep-header-mb {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 5px 0 10px 10px rgba(0, 0, 0, 0.06);
        z-index: 1000
    }

    .sep-header-mb .head-top {
        padding: 2px 20px;
        align-items: center;
        background-color: #209344;
        color: #fff
    }

    .sep-header-mb .head-top a {
        color: #fff
    }

    .sep-header-mb .head-top i {
        margin-right: 5px;
        font-size: 22px
    }

    .sep-header-mb .head-bottom {
        padding: 0 20px;
        align-items: center;
        height: 70px
    }

    .sep-header-mb .head-bottom .header-left img {
        width: 150px
    }

    .sep-header-mb .head-bottom .header-right {
        align-items: center
    }

    .sep-header-mb .head-bottom .header-right div,
    .sep-header-mb .head-bottom .header-right a {
        margin-left: 20px;
        color: #333
    }

    .sep-header-mb .head-bottom .header-right .button {
        width: 40px;
        height: 40px;
        background: #e47527;
        color: #fff;
        border-radius: 50%
    }

    .sep-header-mb .head-bottom .header-right .button i {
        font-size: 22px
    }

    .sep-header-mb .head-bottom .header-right .nav-search {
        color: #209344
    }

    .sep-header-mb .head-bottom .english {
        position: relative;
        cursor: pointer;
        padding: 9px 0;
        z-index: 10
    }

    .sep-header-mb .head-bottom .english .fix {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        width: 120px;
        background: #fff;
        z-index: 5;
        box-shadow: 0 0 3px #666
    }

    .sep-header-mb .head-bottom .english .fix li {
        padding: 13px 17px
    }

    .sep-header-mb .head-bottom .english .fix li a {
        display: flex;
        align-items: center;
        margin: 0 5px;
        text-transform: uppercase;
        font-size: 14px;
        color: #666
    }

    .sep-header-mb .head-bottom .english .fix li a img {
        margin-right: 16px
    }

    .sep-header-mb .head-bottom .english .fix li:hover {
        background-color: #e8e8e8
    }

    .sep-header-mb .head-bottom .english .fix li:hover a {
        color: #209344
    }

    .sep-header-mb .head-bottom .english:hover .fix {
        display: block
    }

    .sep-header-mb .dropdown-mb {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 12
    }

    .sep-header-mb .dropdown-mb .shadow {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        width: 100%;
        height: 100%
    }

    .sep-header-mb .dropdown-mb .close-all {
        position: relative;
        padding: 0 20px;
        line-height: 70px;
        justify-content: space-between;
        background-color: #fff;
        box-shadow: 5px 0 10px 10px rgba(0, 0, 0, 0.06);
        z-index: 2
    }

    .sep-header-mb .dropdown-mb .close-all i {
        font-size: 25px
    }

    .sep-header-mb .dropdown-mb .close-all img {
        margin: 9px 0 8px;
        height: 51px
    }

    .sep-header-mb .dropdown-mb .first-stage {
        position: relative;
        background-color: #fff;
        font-size: 18px
    }

    .sep-header-mb .dropdown-mb .first-stage div {
        padding: 16px 20px;
        min-height: 100%;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd
    }

    .sep-header-mb .dropdown-mb .first-stage .second-stage {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        font-size: 16px;
        transform: translateX(100%);
        transition: all .5s;
        max-height: 530px;
        overflow-y: auto;
        overflow-x: hidden
    }

    .sep-header-mb .dropdown-mb .first-stage .second-stage .back {
        padding: 10px 20px
    }

    .sep-header-mb .dropdown-mb .first-stage .second-stage .back i {
        display: inline-block;
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #ddd
    }

    .sep-header-mb .dropdown-mb .first-stage .email-contact {
        display: block;
        width: 100%;
        font-size: 18px;
        text-align: center;
        background-color: #209344
    }

    .sep-header-mb .dropdown-mb .first-stage .email-contact a {
        color: #fff
    }

    .sep-search-mb {
        display: none;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 95px;
        z-index: 9999;
        padding: 44px 31px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1)
    }

    .sep-search-mb>i {
        color: #000;
        font-size: 20px;
        position: absolute;
        right: 31px;
        top: 24px;
        cursor: pointer
    }

    .sep-search-mb form {
        margin-top: 10px;
        margin-bottom: 25px
    }

    .sep-search-mb form .form-control {
        height: 47px;
        vertical-align: middle;
        padding: 6px 8px;
        font-size: 13px;
        border-radius: 3px;
        background: #fbfbfb
    }

    .sep-search-mb form .btn {
        background: #209344;
        color: #fff;
        display: table;
        margin: 0 auto;
        margin-top: 17px;
        padding: 10px 40px;
        font-size: 16px;
        width: 100%
    }

    .sep-search-mb form .btn i {
        padding-right: 5px;
        vertical-align: baseline
    }

    .active-search-mb {
        color: #209344
    }
}


/* banner */
.bann {
    position: relative;
}

.bann .wzjian {
    position: absolute;
    bottom: 2.86vw;
    left: 0;
    right: 0;
    z-index: 999;
}

.bann .prev1 {
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/tongying/2025/10/1759ba97f8rjzjco.png) no-repeat center;
}

.bann .prev1:hover {
    background: #209344 url(//wm.cdn.cn86.cn/tongying/2025/10/1759ba97f8rjzjco.png) no-repeat center;
    border: 1px solid #209344;
}

.bann .next1 {
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/tongying/2025/10/5d2722a067p6sqbk.png) no-repeat center;
    margin-left: 2.3vw;
}

.bann .next1:hover {
    background: #209344 url(//wm.cdn.cn86.cn/tongying/2025/10/5d2722a067p6sqbk.png) no-repeat center;
    border: 1px solid #209344;
}

.banmo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.86vw;
    z-index: 99;
}

.bann .mySwiper1 {
    overflow: hidden;
}

.bann .swiper-slide .img>img {
    width: 100%;
    display: block;
}

.bann .swiper-slide .ww {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.bann .swiper-slide .ww .wz .wza {
    color: #ffffff;
    font-size: 24px;
    font-family: "Arial";
}

.bann .swiper-slide .ww .wz .wzb {
    color: #ffffff;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Arial";
    margin: 2vw 0;
}

.bann .swiper-slide .ww .wz .wzc {
    margin-bottom: 2vw;
}

.bann .swiper-slide .ww .wz .wzc img {
    max-width: 100%;
}

.bann .swiper-slide .ww .wz .wzd {
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #209344;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
}

@media(max-width:780px) {
    .bann .swiper-slide .ww .wz .wza {
        font-size: 18px;
    }

    .bann .swiper-slide .ww .wz .wzb {
        font-size: 14px;
        margin: 5px 0;
    }

    .bann .swiper-slide .ww .wz .wzb br {
        display: none;
    }

    .bann .swiper-slide .ww .wz .wzc {
        margin-bottom: 5px;
    }

    .bann .swiper-slide .ww .wz .wzc img {
        max-width: 15px;
        width: 100%;
    }

    .bann .swiper-slide .ww .wz .wzd {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .wzjian2 {
        justify-content: flex-end;
    }

    .bann .prev1 {
        width: 35px;
        height: 35px;
    }

    .bann .next1 {
        width: 35px;
        height: 35px;
    }

    .bann .wzjian {
        bottom: 15px;
    }
}

@media(max-width:640px) {
    .bann .swiper-slide .ww .wz .wza {
        font-size: 14px;
    }

    .bann .swiper-slide .ww .wz .wzb {
        font-size: 12px;
    }
}

/* About Us */
.wh {
    max-width: 1580px;
    width: 96%;
    margin: 0 auto;
}

.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wmybox1 {
    padding: 4.6875vw 0;
}

.ab_a {
    width: 50.17%;
}

.ab_a h2 {
    font-size: 52px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9dadb;
    position: relative;
}

.ab_a h2::before {
    content: '';
    position: absolute;
    bottom: -1.5px;
    left: 0;
    width: 85px;
    height: 3px;
    background: #209344;
}

.abnr {
    color: #555555;
    margin: 1.56vw 0;
}

.abnr p {
    font-size: 17px;
    line-height: 1.647;
    word-break: break-all;
}


.moreaa {
    justify-content: flex-start;
    gap: 20px;
}

.moreaa h3 {
    width: 130px;
    line-height: 46px;
    border-bottom: 1px solid #d3d4d6;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #111111;
    text-align: center;
}

.moreaa h3 a {
    color: #111111;
    text-align: center;
    line-height: 46px;
    font-weight: 600;
}

.moreaa h3 a:hover {
    color: #209344;
}

.moreaa h4 {
    position: relative;
    z-index: 77;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 230px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dj {
    width: 60px;
    margin: 0 auto;
    height: 60px;
    background-color: #209344;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
    z-index: 999;
    position: relative;
}

/*
.moreaa h4::after {
    position: absolute;
    content: "";
    border: dashed 1px #209344;
    left: 0px;
    top: 0px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    animation: zhuan 7s infinite linear .65s;
    z-index: 88;
}
*/
@keyframes zhuan {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}



.ab_b {
    width: 42.98%;
}

.ab_b li {
    border-bottom: dashed 1px #d3d4d6;
    padding: 30px 0;
}

.ab_b li .tb_a {
    width: 70px;
}

.ab_b li .tb_a img {
    max-width: 100%;
}

.ab_b li .tb_b {
    width: calc(100% - 90px);
}

.ab_b li .tb_b h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    height: 25px;
    overflow: hidden;
    margin-bottom: 0;
}

.ab_b li .tb_b h3 {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 0;
}

.pp_swiper {
    margin-top: 3.125vw;
    overflow: hidden;
}

.pp_ll li {
    position: relative;
}

.pp_ll li .img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.pp_ll li .img img {
    width: 100%;
    border-radius: 8px;
}

@media(max-width:1366px) {
    .ab_b li .tb_b h2 {
        font-size: 20px;
    }

    .ab_b li .tb_b h3 {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media(max-width:1024px) {
    .abnr p {
        font-size: 15px;
    }
}

@media(max-width:780px) {
    .wmybox1 {
        padding: 40px 0;
    }

    .ab_a {
        width: 100%;
    }

    .ab_a h2 {
        font-size: 24px;
    }

    .abnr p {
        font-size: 13px;
    }

    .ab_b {
        width: 100%;
        margin-top: 20px;
    }

    .moreaa {
        max-width: 200px;
    }

    .moreaa h3 a {
        font-size: 14px;
    }

    .moreaa h4 {
        width: 50px;
        height: 50px;
    }

    .moreaa h4::after {
        width: 50px;
        height: 50px;
    }

    .dj {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
    }

    .ab_b li {
        padding: 10px 0;
    }

    .ab_b li .tb_a {
        width: 30px;
    }

    .ab_b li .tb_b {
        width: calc(100% - 50px);
    }

    .ab_b li .tb_b h2 {
        font-size: 15px;
    }

    .ab_b li .tb_b h3 {
        font-size: 12px;
    }

    .pp_swiper {
        margin-top: 20px;
    }
}

/*  */
.box1 {
    padding: 6.25vw 0 4.68vw;
    background: #f6f8f7;
}

.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;
    font-weight: 600;
}

.bthx {
    background-color: #209344;
    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 {
    background: #fff;
}

.sywhy .swiper-slide .det {
    margin: 2.1vw 1.3vw;
    position: relative;
}

.sywhy .swiper-slide .nr {
    width: 50%;
    position: absolute;
    left: 0;
    top: 8%;
}

.sywhy .swiper-slide .wz {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
}

.sywhy .swiper-slide .whymo1 {
    margin: 2.21vw 0 1.4vw;
}

.sywhy .swiper-slide .whymo1 span {
    color: #fff;
    font-size: 16px;
    background-color: #209344;
    line-height: 32px;
    border-radius: 25px;
    padding: 0 1.8vw;
    display: inline-block;
}

.sywhy .swiper-slide .whymo2 span {
    color: #209344;
    font-size: 16px;
    line-height: 32px;
    border-radius: 25px;
    border: 2px solid #209344;
    padding: 0 1.8vw;
    display: inline-block;
}

.sywhy .swiper-slide .tu {
    width: 52%;
    float: right;
}

.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);
}

.sywhy .swiper-slide:hover .wz {
    color: #209344;
}

.whyjt {
    width: 178px;
    margin: 0 auto;
    margin-top: 2.97vw;
}

.whyjt .prev2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/wmy84/2025/06/f4b5a81982kfjroq.png) no-repeat center center;
    border: 1px solid #9f9f9f;
    border-radius: 50%;
}

.whyjt .next2 {
    width: 40px;
    height: 40px;
    background: url(//wm.cdn.cn86.cn/wmy84/2025/06/43c60b1e68hydvdb.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;
}


/* box2  */
.box2 {
    padding: 4.6875vw 0;
}

.mySwiper3 {
    overflow: hidden;
    margin-top: 3.65vw;
}

.po11 {}

.po11 li {
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 15px 42px;
}

.po11 li .img img {
    width: 100%;
    display: block;
}

.po11 li .wz {
    color: #222222;
    font-size: 26px;
    margin: 15px 0 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.po11 li .mo {
    color: #fff;
    background: #209344;
    text-align: center;
    width: 135px;
    line-height: 34px;
    border-radius: 25px;
    font-size: 15px;
}

.po11 li:hover {
    border-color: #209344;
}

.po11 li:hover {
    border-color: #209344;
}

.po11 li:hover .wz {
    color: #209344;
}

.sycpwz {
    text-align: center;
    color: #888888;
    font-size: 24px;
    margin-top: 3.65vw;
}

a.pmo {
    background-color: #209344;
    width: 234px;
    line-height: 54px;
    border-radius: 32px;
    border: 1px solid #209344;
    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: #209344;
}

/* Packaging Applications */
.different-bg {
    margin-top: 20px;
}

.different-index .list2 {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}

.different-index .list2 li {
    flex: 1;
    overflow: hidden;
    position: relative;
    transition-duration: .5s;
    margin-right: 8px;
}

.different-index .list2 li:last-child {
    margin-right: 0;
}

.different-index .list2 li .img1 {
    position: relative;
    height: 550px;
}

.different-index .list2 li .img1>img {
    max-width: 100%;
    object-fit: cover;
    height: 550px;
}

.different-index .list2 li .wz {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
}

.different-index .list2 li .wz .wz1 img {
    max-width: 88px;
    width: 100%;
    text-align: center;
}

.different-index .list2 li .wz .wz2 {
    color: #ffffff;
    font-size: 30px;
    margin-top: 2.6vw;
    text-align: center;
}

.different-index .list2 li .wzh {
    display: none;
    background: #209344;
}

.different-index .list2 li.on {
    flex: 3.9;
}

.different-index .list2 li.on .wz {
    display: none;
}

.different-index .list2 li.on a .img1 {
    display: flex;
    flex-direction: row-reverse;
}

.different-index .list2 li.on a .img1>img {
    width: calc(100% - 25.5%);
}

.different-index .list2 li.on .wzh {
    display: block;
    width: 25.5%;
}

.different-index .list2 li.on .wzh .wzh2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz1 img {
    max-width: 88px;
    width: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz2 {
    color: #ffffff;
    font-size: 28px;
    margin-top: 3vw;
    text-align: center;
}

.different-index .list2 li.on .wzh .wzh2 .wz3 {
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
    margin-top: 8vw;
}

@media(max-width:1366px) {
    .different-index .list2 li .wz .wz2 {
        font-size: 20px;
    }

    .different-index .list2 li.on .wzh .wzh2 .wz2 {
        font-size: 18px;
    }
}

@media(max-width: 1300px) {
    .different-index .list2 li .wz .wz2 {
        font-size: 20px;
    }

    .different-index .list2 li.on .wzh .wzh2 .wz2 {
        font-size: 18px;
    }

    .different-index .list2 li.on .wzh .wzh2 .wz3 {
        font-size: 16px;
    }
}

@media(max-width: 1024px) {
    .different-index .list2 li .wz .wz2 {
        font-size: 16px;
    }

    .different-index .list2 li .wz .wz1 img {
        max-width: 50px;
    }

    .different-index .list2 li.on .wzh .wzh2 .wz1 img {
        max-width: 50px;
    }

    .different-index .list2 li.on .wzh .wzh2 .wz2 {
        font-size: 16px;
    }

    .different-index .list2 li.on .wzh .wzh2 .wz3 {
        font-size: 14px;
        margin-top: 40px;
    }

    .different-index .list2 li .img1 {
        height: 400px;
    }

    .different-index .list2 li .img1>img {
        height: 400px;
    }
}

@media(max-width: 767px) {
    .different-bg {
        margin-top: 40px;
    }

    .different-index .list2 {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .different-index .list2 li {
        width: 50%;
        flex: auto;
        margin-right: 0;
    }

    .different-index .list2 li.on {
        width: 50%;
        flex: auto;
    }

    .different-index .list2 li.on .wz {
        display: flex;
    }

    .different-index .list2 li.on .wzh {
        display: none !important;
    }

    .different-index .list2 li.on .wzh .wzh2 {
        display: none;
    }

    .different-index .list2 li.on a .img1>img {
        width: 100%;
    }

    .different-index .list2 li .img1 {
        height: 200px;
    }

    .different-index .list2 li .img1>img {
        height: 200px;
        width: 100%;
    }
}

/* Advantages and Features */
.w1410 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.ys-index {
    margin-top: 5.2vw;
    margin-bottom: 5.72916666666667vw;
}

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.ys-wrap {}

.ys-wrap .img1 {
    width: 51%;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
}


.ys-wrap .img1 img {
    width: 100%;
    border-radius: 20px;
}

.ys-wrap .wz {
    width: 44%;
    padding-top: 1.3vw;
}

.ys-wrap .wz .wz1 {
    font-weight: 600;
    color: #333333;
    font-size: 44px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.ys-wrap .wz .wz2 {
    margin-top: 1.8vw;
}

.ys-wrap .wz .wz2 p {
    color: #333333;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 1.5625vw;
    position: relative;
}

.ys-wrap .wz .wz2 p::before {
    content: '';
    position: absolute;
    left: -9.375vw;
    top: 12%;
    width: 142px;
    height: 5px;
    background: #209344;
    opacity: 0;
}

.ys-wrap .wz .wz2 p:hover {}

.ys-wrap .wz .wz2 p:hover::before {
    opacity: 1;
}

.ys-index {
    position: relative;
}

.tab-li {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 44%;
    z-index: 9999;
}

.tab-li ul li {
    width: 31.21%;
}

.tab-li ul li .img1 {
    border: 2px solid #e6e6e6;
    border-radius: 20px;

}

.tab-li ul li .img1 img {
    width: 100%;
    border-radius: 20px;
}

.tab-li ul li.active .img1 {
    border: 2px solid #067344;
    box-shadow: 0 0 10px rgba(0, 80, 45, .5);
}

@media(max-width: 1300px) {
    .ys-wrap .wz .wz1 {
        font-size: 30px;
    }

    .ys-wrap .wz .wz2 p {
        font-size: 16px;
    }
}

@media(max-width: 1024px) {
    .ys-wrap .wz .wz1 {
        font-size: 24px;
    }

    .ys-wrap .wz .wz1 img {
        max-width: 20px;
        width: 100%;
    }

    .ys-wrap .wz .wz2 p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .tab-li {
        bottom: 10px;
    }

    .ys-wrap .wz .wz2 p::before {
        width: 80px;
    }
}

@media(max-width: 780px) {
    .ys-index {
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ys-wrap {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .ys-wrap .img1 {
        width: 100%;
    }

    .ys-wrap .wz {
        width: 100%;
        padding-top: 20px;
    }

    .ys-wrap .wz .wz1 {
        font-size: 16px;
        display: block;
    }

    .ys-wrap .wz .wz2 p {
        font-size: 13px;
    }

    .tab-li {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .tab-li ul li .img1 {
        border-radius: 5px;
    }

    .tab-li ul li .img1 img {
        border-radius: 5px;
    }

    .ys-wrap .img1 {
        border-radius: 5px;
    }

    .ys-wrap .img1 img {
        border-radius: 5px;
    }
}


/* news */
.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.box5 {
    background: #f3f4f8;
    padding: 4.6875vw 0;
}

.xw1 {
    margin-top: 3.12vw;
}

.xw1 li {
    width: 23.48%;
}

.xw1 li .img img {
    width: 100%;
    display: block;
}

.xw1 li .det {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

.xw1 li .nr {
    padding: 26px 17px;
}

.xw1 li .wz {
    color: #111111;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xw1 li .xhx {
    width: 39px;
    height: 2px;
    background-color: rgb(32, 147, 68);
    margin: 16px 0;
    transition: all 0.8s
}

.xw1 li .wz2 {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.xw1 li .xhx2 {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}

.xw1 li .aa {
    padding: 0 17px;
    height: 62px;
}

.xw1 li .tm {
    color: #111111;
    font-size: 16px;
}

.xw1 li .mo {
    width: 22px;
    height: 22px;
    background: url(//wm.cdn.cn86.cn/tongying/2025/10/a422a65837slcdrc.png) no-repeat center center #209344;
    border-radius: 50%;
}

.xw1 li:hover .wz {
    color: #209344;
}

.xw1 li:hover .xhx {
    width: 70px;
}

/*页面底部*/
.foot {
    background: #2c2c2c;
    padding: 4.6875vw 0;
}

.fota {
    width: 25%;
}

.flogo img {
    max-width: 100%;
}

.flx .wz {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0 25px;
}

.flx .wz2 img {
    max-width: 100%;
}

.f_nav {
    width: 36.5%;
}

.f_nav dl {
    margin-bottom: 0;
}

.f_nav dt {
    font-size: 20px;
    margin-bottom: 28px;
    color: #fff;
}

.f_nav dd {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.f_nav dd a {
    color: #fff;
    opacity: .5;
}

.f_nav dd a:hover {
    color: #fff !important;
    opacity: 1;
}

.fotc {
    width: 24%;
}

.flx2 .wz {
    font-size: 20px;
    margin-bottom: 28px;
    color: #fff;
}

.flx2 .wz2 {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
}

.flx2 .wz2 a {
    color: rgba(255, 255, 255, .5);
}

.flx2 .wz2 a:hover {
    color: #fff !important;
}

.fotc .social-share {
    margin-top: 23px;
}

.fotc .social-share .social-share-icon {
    border-radius: 0;
    border: none;
}

.fotc .social-share .icon-facebook {
    color: #fff !important;
    background: #4a66a0 !important;
}

.fotc .social-share .icon-twitter {
    color: #fff !important;
    background: #31a9f3 !important;
}

.fotc .social-share .icon-linkedin {
    color: #fff !important;
    background: #0077b5 !important;
}

.fotc .social-share a {
    margin: 0;
    margin-right: 17px;
}



.bq {
    background: #161616;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, .3);
}

.bq a {
    color: rgba(255, 255, 255, .3);
}

.bq a:hover {
    color: #fff !important;
}


/* 自适应 */
@media (max-width:1440px) {
    .top1 {
        font-size: 15px;
    }

    .pc-navbar>li>a {
        font-size: 16px;
    }

    a.topmo {
        font-size: 17px;
    }

    .sybt .wz {
        font-size: 21px;
    }

    .sywhy .swiper-slide .wz {
        font-size: 21px;
    }

    .sywhy .swiper-slide .whymo1 span,
    .sywhy .swiper-slide .whymo2 span {
        font-size: 14px;
    }

    .po11 li .wz {
        font-size: 22px;
    }

    .sycpwz {
        font-size: 21px;
    }

    a.pmo {
        font-size: 17px;
    }

    .choosewz {
        font-size: 15px;
        line-height: 26px;
    }

    .chooselist li .wz {
        font-size: 21px;
    }

    .chooselist li .nmb {
        font-size: 32px;
    }

    .abtt {
        font-size: 36px;
        line-height: 42px;
        width: 78%;
    }

    .abwz {
        font-size: 16px;
        line-height: 31px;
    }

    .sysj li .wz strong {
        font-size: 49px;
    }

    .sysj li .wz {
        font-size: 24px;
    }

    .sysj li .wz2 {
        font-size: 16px;
    }

    a.amo {
        width: 148px;
        line-height: 42px;
        font-size: 15px;
    }

    .xw1 li .wz {
        font-size: 20px;
    }

    .xw1 li .tm {
        font-size: 15px;
    }

    .xw1 li .wz2 {
        font-size: 15px;
        line-height: 23px;
        height: 46px;
    }

    .flx .wz {
        font-size: 28px;
    }

    .flx .wz2 {
        font-size: 15px;
    }

    .f_nav dd,
    .flx2 .wz2 {
        font-size: 15px;
    }

    .f_nav dt,
    .flx2 .wz {
        font-size: 18px;
    }
}

@media (max-width:1280px) {
    .pc-navbar>li>a {
        font-size: 15px;
        padding-right: 2.1vw;
    }

    .banjt {
        width: 120px;
    }

    .banjt .prev1,
    .banjt .next1 {
        width: 46px;
        height: 46px;
    }


    .sywhy .swiper-slide .wz {
        font-size: 20px;
    }

    .po11 li .wz {
        font-size: 21px;
    }

    a.pmo {
        width: 226px;
        line-height: 46px;
        font-size: 16px;
    }

    .chooselist li .wz {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }

    .chooselist li .nmb {
        font-size: 30px;
    }

    .abtt {
        font-size: 31px;
        line-height: 34px;
        width: 91%;
    }

    .abwz {
        font-size: 15px;
        line-height: 26px;
    }

    .sysj li .wz strong {
        font-size: 44px;
    }

    .sysj li .wz {
        font-size: 21px;
    }

    .sysj li .wz2 {
        font-size: 14px;
    }

    .aby:before {
        left: 22px;
        bottom: 22px;
    }

    .abimg {
        margin-top: 22px;
        margin-right: 22px;
    }

    .aboutz {
        margin-top: 22px;
    }

    .xw1 li .wz {
        font-size: 18px;
    }

    .fota {}


    .f_nav {
        width: 30%;
    }


    .fotc {
        width: 30%;
    }

    .flx .wz {
        font-size: 26px;
        margin: 35px 0 18px;
    }

    .f_nav dt,
    .flx2 .wz {
        margin-bottom: 13px;
    }

    .f_nav dd,
    .flx2 .wz2 {
        line-height: 25px;
    }

    .sybt .wz {
        font-size: 20px;
    }

    .sycpwz {
        font-size: 20px;
    }
}

@media(max-width:1024px) {

    .f_nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .sywhy .swiper-slide .wz {
        font-size: 16px;
    }

    .sybt .wz {
        font-size: 18px;
    }

    .po11 li .wz {
        font-size: 18px;
    }

    .sycpwz {
        font-size: 19px;
    }

    .chooselist li .det {
        padding: 25px 20px;
    }

    .chooselist li .img {
        width: 50px;
    }

    .chooselist li .img img {
        width: 100%;
        display: block;
    }

    .chooselist li .wz {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        margin: 20px 0;
    }

    .chooselist li .nmb {
        font-size: 27px;
    }

    .chooselist li+li {
        margin-top: 11px;
    }

    .aboutz {
        width: 100%;
        margin-top: 0;
    }

    .aby {
        width: 100%;
        margin-top: 25px;
    }

    .xw1 li {
        width: 49%;
    }

    .xw1 li:nth-child(n+3) {
        margin-top: 25px;
    }

    .fotc {
        width: 45%;
    }

    .fota {
        width: 51%;
    }
}


@media (max-width:640px) {
    .banjt {
        width: 90px;
    }

    .banjt .prev1,
    .banjt .next1 {
        width: 36px;
        height: 36px;
    }

    .box1,
    .box3,
    .box4,
    .box5 {
        padding: 35px 0;
    }

    .sybt .wz {
        font-size: 14px;
    }

    .sybt .wz2 {
        font-size: 24px;
        margin: 8px 0;
    }

    .bthx {
        width: 40px;
        height: 2px;
    }

    .sywhy {
        margin-top: 20px;
    }

    .sywhy .swiper-slide .det {
        padding: 40px 15px;
    }

    .sywhy .swiper-slide .nr {
        width: 60%;
    }

    .sywhy .swiper-slide .whymo1 span,
    .sywhy .swiper-slide .whymo2 span {
        font-size: 13px;
        padding: 0 18px;
        line-height: 28px;
    }

    .sywhy .swiper-slide .whymo1 {
        margin: 10px 0;
    }

    .whyjt {
        margin-top: 20px;
        width: 138px;
    }

    .whyjt .swiper-pagination2 {
        font-size: 16px;
    }

    .whyjt .prev2,
    .whyjt .next2 {
        width: 36px;
        height: 36px;
    }

    .po11 {
        margin-top: 20px;
    }

    .po11 li .wz {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .po11 li .mo {
        width: 116px;
        line-height: 30px;
        font-size: 14px;
    }


    .sycpwz {
        font-size: 17px;
        margin-top: 20px;
    }

    a.pmo {
        width: 206px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 15px;
    }

    .box3 {
        margin-top: 35px;
    }

    .choosez {
        width: 100%;
    }

    .chooselist {
        width: 100%;
        margin-top: 10px;
    }

    .chooselist li {
        margin-top: 15px;
    }

    .chooselist li+li {
        margin-top: 15px;
    }

    .chooselist li .wz {
        font-size: 14px;
    }

    .chooselist li .nmb {
        font-size: 24px;
    }

    .abtt {
        font-size: 22px;
        width: 100%;
        line-height: 25px;
    }

    .abhx {
        width: 36px;
        margin: 10px 0;
    }

    .sysj {
        width: 100%;
    }

    .sysj li {
        text-align: left;
        margin: 10px 0;
    }

    .sysj li .wz strong {
        font-size: 30px;
    }

    .sysj li .wz {
        font-size: 15px;
    }

    .sysj li .wz2 {
        font-size: 14px;
        line-height: 18px;
    }

    a.amo {
        width: 137px;
        line-height: 36px;
        font-size: 14px;
    }

    .xw1 {
        margin-top: 20px;
    }

    .xw1 li {
        width: 100%;
    }

    .xw1 li:nth-child(n+2) {
        margin-top: 25px;
    }

    .xw1 li .wz {
        font-size: 17px;
    }

    .xw1 li .wz2 {
        font-size: 14px;
    }

    .xw1 li .aa {
        height: 50px;
    }

    .fota {
        width: 100%;
    }

    .flx .wz {
        font-size: 24px;
        margin: 15px 0 10px;
    }

    .flx .wz2 {
        font-size: 15px;
        line-height: 24px;
    }

    .fotc {
        width: 100%;
        margin-top: 20px;
    }

    .foot {
        padding: 30px 0;
    }

    .f_nav dd,
    .flx2 .wz2 {
        font-size: 13px;
        line-height: 22px;
    }

    .bq {
        padding-top: 15px;
        font-size: 12px;
        padding-bottom: 25%;
    }

    .flx .wz2 {
        display: none;
    }

}