@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family: "Lato", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #1e1d28;
    min-height: initial !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato/Lato-Bold.woff2') format('woff2'), url('../fonts/lato/Lato-Bold.woff') format('woff'), url('../fonts/lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato/Lato-Regular.woff2') format('woff2'), url('../fonts/lato/Lato-Regular.woff') format('woff'), url('../fonts/lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url('../fonts/oswald/Oswald-SemiBold.woff2') format('woff2'), url('../fonts/oswald/Oswald-SemiBold.woff') format('woff'), url('../fonts/oswald/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alumni Sans';
    src: local('Alumni Sans Regular'), local('AlumniSans-Regular'), url('../fonts/alumnisans/AlumniSans-Regular.woff2') format('woff2'), url('../fonts/alumnisans/AlumniSans-Regular.woff') format('woff'), url('../fonts/alumnisans/AlumniSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}

/* slick 懒加载图片去边框 */
.slick-loading {
    opacity: 0;
}

/* 去除翻译插件边框 */
.goog-te-gadget-simple {
    border: none !important;
}

/* h1隐藏 */
.fszero {
    display: none;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

:root {
    font-size: 16px;
    --main-color: #FCB026;
    --flex-margin: -15px;
    --flex-padding: 15px;
    scroll-behavior: initial;
}

/* 翻译插件展位 */
.google-translate {
    min-width: 108px;
}

.fancybox-content {
    height: 800px !important;
}

.c_pcbtn {
    display: none;
}

.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.translated-ltr .header,
.translated-rtl .header {
    top: 40px;
}

.header-logo {
    width: 246px;
    display: block;
    line-height: var(--height);
}

.header-logo img {
    width: 100%;
}

ul {
    padding: 0;
}

.header {
    --paddx100: 100px;
}

.header-top {
    background-color: #FCB026;
    padding: 8px var(--paddx100);
}

.header-top .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-media {
    display: flex;
    align-items: center;
}

.header-media a {
    margin-right: 16px;
    display: inline-block;
}

.header-media span {
    color: #fff;
    font-size: 16px;
}

.header-topcontrols {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-media,
.header-topcontrols {
    width: 170px;
    flex-shrink: 0;
}

.header-cart {
    margin-right: 42px;
    position: relative;
}

.header-cart::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #fff;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-cart span {
    font-size: 24px;
    color: #fff;
}

.header-welcome p {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.header-language {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.header-language p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: capitalize;
    margin-right: 5px;
}

.header-language span {
    color: #fff;
    font-size: 13px;
}

.header-language-second {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 13px 22px;
    display: none;
}

.header-language-second::after {
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 11px;
    position: absolute;
}

.header-language-second a {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
    display: inline-block;
    padding: 2px 0;
}

@media screen and (min-width: 1200px) {
    .header-language-second a:hover {
        color: var(--main-color);
    }
}

.header-bottom {
    background-color: #fff;
    --height: 70px;
    padding: 0 var(--paddx100);
}

.header-bottom .flex {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 1200px) {
    .hd_list {
        display: flex;
    }

    .hd_item {
        position: relative;
        z-index: 1;
        margin-right: 42px;
    }

    .hd_item:last-child {
        margin-right: 0;
    }

    .hd_link {
        display: flex;
        align-items: center;
        height: var(--height);
        position: relative;
        color: #333;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
    }

    .hd_link::after {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: var(--main-color);
        transition: all 0.5s;
        opacity: 0;
    }

    .hd_item.active .hd_link,
    .hd_item:hover .hd_link {
        color: var(--main-color);
    }

    .hd_item.active .hd_link::after,
    .hd_item:hover .hd_link::after {
        opacity: 1;
    }

    .hd_second {
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
        padding: 14px 0px;
    }

    .hd_second_item {
        position: relative;
        padding: 0 24px;
    }

    .hd_three {
        position: absolute;
        left: 100%;
        top: 0;
        background-color: #fff;
        padding: 15px 24px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    }

    .hd_three_link {
        display: inline-block;
        padding: 4px 0;
        font-size: 15px;
        line-height: 1.65;
        color: #444 !important;
        white-space: nowrap;
    }

    .hd_second_link {
        white-space: nowrap;
        font-size: 16px;
        line-height: 1.65;
        color: #666;
        display: inline-block;
        padding: 6px 0;
    }

    .hd_second_link:hover {
        color: var(--main-color);
    }

    .hd_second_item.active .hd_second_link {
        color: var(--main-color);
    }
}

.hd_second {
    display: none;
}

.header-rcontrols {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-search {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-right: 38px;
}

.header-search span {
    color: #333333;
    font-size: 18px;
    margin-right: 11px;
}

.header-search p {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration-line: underline;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .header-search:hover span {
        color: var(--main-color);
    }

    .header-search:hover p {
        color: var(--main-color);
    }
}

/* search */
.search_view {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}

.search_view form {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both;
}

.search_view_tit {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.search_close {
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}

.search_close:hover {
    transform: rotate(-90deg);
}

body.search_open {
    overflow: hidden;
}

@keyframes searchtit {
    from {
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.search_view_cont {
    position: relative;
    width: 1200px;
}

.search_view_cont input {
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}

.search_view_cont input:focus {
    border-bottom: 1px solid #fff;
}

.search_view_cont button {
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
    .search_view_tit {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .search_view_cont button {
        font-size: 24px;
    }

    .search_close {
        width: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .search_view_cont {
        width: 82.5%;
    }

    .search_view_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .search_view_cont button {
        font-size: 22px;
    }

    .search_close {
        right: 140px;
        top: 100px;
        width: 24px;
    }

    .search_view_cont input {
        height: 45px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .search_close {
        right: 90px;
        top: 100px;
        width: 24px;
    }

    .search_view_tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .search_close {
        right: 40px;
        top: 80px;
        width: 20px;
    }

    .search_view_tit {
        font-size: 20px;
    }

    .search_view_cont button {
        font-size: 18px;
    }

    .search_view_cont input {
        height: 40px;
    }
}

/* search-end */
.header-bottom .left,
.header-rcontrols {
    width: 300px;
}

.home-banner {
    overflow: hidden;
    position: relative;
}

.home-banner .swiper-container {
    width: 100%;
}

.home-banner .swiper-slide {
    overflow: hidden;
}

.home-banner .swiper-container {
    width: 100%;
}

.home-banner .swiper-slide {
    overflow: hidden;
}

.home-banner .slide-link {
    position: relative;
    display: block;
}

.home-banner .slide-link img {
    width: 100%;
}

.home-banner .slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.home-banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .slide-video .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: none;
}

.home-banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 24px;
    --wh: 12px;
    --interval: 12px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: var(--wh);
    height: var(--wh);
    background-color: #fff !important;
    opacity: 0.5 !important;
    margin: 0 var(--interval);
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.home-product {
    padding-top: 6.25rem;
    overflow: hidden;
}

.home-product .mod-content {
    margin-bottom: 3.375rem;
}

.hc_cont1290 {
    width: 1290px;
    margin: 0 auto;
    max-width: 100%;
}

.mod-content .tits,
.mod-content .tits p {
    color: #333;
    font-family: Oswald;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.mod-content .tits span,
.mod-content .tits p span {
    color: var(--main-color);
}

.mod-content .texts {
    margin-top: 25px;
}

.mod-content .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-transform: capitalize;
}

.mod-content.center .tits {
    text-align: center;
}

.mod-content.center .texts {
    text-align: center;
}

.mod-product {
    padding: 8px;
    background-color: #F3F3F3;
}

.mod-product .imgs {
    margin-bottom: 30px;
}

.mod-product .img_box {
    padding-top: 67.5%;
    display: block;
}

.mod-product .conts {
    padding: 5px 26px 20px;
}

.mod-product .tits {
    display: block;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.mod-product .texts p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.mod-product .controls {
    display: flex;
    align-items: center;
}

.mod-product .more {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.mod-product .more p {
    color: #FCB026;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-right: 15px;
}

.mod-product .more span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.mod-product .carts-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mod-product .carts-btn p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-right: 15px;
    transition: all 0.5s;
}

.mod-product .carts-btn span {
    font-size: 22px;
    color: #000000;
}

@media screen and (min-width: 1200px) {
    .mod-product .carts-btn:hover p {
        color: var(--main-color);
    }

    .mod-product .carts-btn:hover span {
        color: var(--main-color);
    }
}

@media screen and (min-width: 1200px) {
    .mod-product:hover .img_box img {
        transform: scale(1.05);
    }
}

.home-product-list {
    margin: 0 var(--flex-margin);
}

.home-product-list .slick-list {
    overflow: initial !important;
}

.home-product-list .item {
    padding: 0 var(--flex-padding);
}

.hc_cont1650 {
    width: 1650px;
    margin: 0 auto;
}

.home-choose {
    padding-top: 9.375rem;
    padding-bottom: 6.875rem;
}

.home-choose .flex {
    display: flex;
    align-items: flex-start;
}

.home-choose .left {
    width: 53%;
    position: relative;
    z-index: 3;
}

.home-choose .left .subtit {
    padding-left: 17px;
    position: relative;
    margin-bottom: 30px;
}

.home-choose .left .subtit::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color);
}

.home-choose .left .subtit p {
    color: #333;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 25px */
    text-transform: capitalize;
}

.home-choose .right {
    width: calc(100% - 53%);
}

.home-choose .right .imgs {
    margin-left: -110px;
}

.home-choose .right img {
    width: 100%;
}

.home-choose-list {
    margin-top: 3.125rem;
}

.home-choose-list .item {
    margin-bottom: 40px;
    display: flex;
}

.home-choose-list .item .iconfont {
    font-size: 30px;
    color: #666666;
    margin-right: 23px;
}

.home-choose-list .item p {
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 25px */
    transition: all 0.5s;
    margin-top: 2px;
}

@media screen and (min-width: 1200px) {
    .home-choose-list .item:hover .iconfont {
        color: var(--main-color);
    }

    .home-choose-list .item:hover p {
        color: var(--main-color);
    }
}

.home-choose-list .item:last-child {
    margin-bottom: 0;
}

.home-choose-lists {
    margin-top: 5.25rem;
}

.home-choose-lists .item {
    display: flex;
    justify-content: space-between;
    margin: 0 var(--flex-margin) 30px;
}

.home-choose-lists .item:nth-child(even) {
    flex-direction: row-reverse;
}

.home-choose-lists .lefts,
.home-choose-lists .rights {
    padding: 0 var(--flex-padding);
    width: 50%;
}

.home-choose-lists .lefts .conts,
.home-choose-lists .rights .conts {
    height: 100%;
}

.home-choose-lists .lefts .img_box,
.home-choose-lists .rights .img_box {
    height: 100%;
    padding-top: 56.7901234%;
}

.home-choose-lists .lefts .img_box img,
.home-choose-lists .rights .img_box img {
    object-fit: cover;
}

.home-choose-lists .rights .conts {
    position: relative;
    z-index: 1;
    padding: 3.4375rem 4rem;
}

.home-choose-lists .rights .conts>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.home-choose-lists .rights .conts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-choose-lists .rights .tits {
    color: #FFF;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.home-choose-lists .rights .texts {
    margin-bottom: 25px;
}

.home-choose-lists .rights .texts p {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-choose-lists .rights .more {
    display: flex;
    align-items: center;
}

.home-choose-lists .rights .more p {
    color: #FCB026;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 17.5px */
    margin-right: 15px;
}

.home-choose-lists .rights .more span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .home-choose-lists .rights .conts:hover .tits {
        color: var(--main-color);
    }

    .home-choose-lists .rights .conts:hover .more span {
        transform: translateX(6px);
    }
}

.home-choose-lists .item:last-child {
    margin-bottom: 30px;
}

.home-about {
    padding-top: 5.9375rem;
    padding-bottom: 6.875rem;
    position: relative;
    z-index: 1;
}

.home-about>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.home-about .mod-content {
    padding-bottom: 5rem;
}

.home-about-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8.75rem;
}

.home-about-number>span {
    width: 1px;
    height: 10.625rem;
    display: block;
    background-color: rgba(0, 0, 0, 0.06);
    margin: 0 17.5rem;
}

.mod-number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mod-number .number {
    position: relative;
    z-index: 1;
}

.mod-number .number .unit {
    color: #FCB026;
    text-align: center;
    font-family: "Alumni Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-transform: capitalize;
    position: absolute;
    left: calc(100% + 10px);
    top: 3.25rem;
}

.mod-number .number .unit .mask {
    position: absolute;
    left: 5px;
    top: 50%;
}

.mod-number .number .unit .mask::after {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mod-number .number .unit .mask::before {
    content: "";
    width: 136px;
    height: 136px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mod-number .number .val {
    color: #000;
    text-align: center;
    text-shadow: 0px 7px 9.9px rgba(0, 0, 0, 0.15);
    font-family: "Alumni Sans";
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}

.mod-number .texts {
    color: #333;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-top: 12px;
}

.home-about-bottom {
    display: flex;
    justify-content: center;
}

.home-about-link {
    display: block;
    text-align: center;
}

.home-about-link .imgs {
    width: 130px;
    margin-bottom: 18px;
    display: inline-block;
}

.home-about-link .imgs img {
    width: 100%;
}

.home-about-link .texts {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-decoration-line: underline;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .home-about-link:hover .texts {
        color: var(--main-color);
    }
}

.mod-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mod-link .time {
    color: #333;
    text-shadow: 0px 5px 13.3px rgba(0, 0, 0, 0.15);
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 16px;
}

.mod-link .tits {
    color: #333;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 18px;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mod-link .texts {
    margin-bottom: 4.375rem;
}

.mod-link .texts p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mod-link .img_box {
    padding-top: 63.888888%;
}

.home-news-list {
    margin-top: 90px;
}

.home-news-list .item {
    padding: 0 28px;
    border-left: 1px solid rgba(252, 176, 38, 0.3);
}

.home-news-list .slick-slide:nth-child(even) {
    padding-top: 50px;
}

@media screen and (min-width: 1200px) {
    .mod-link:hover .tits {
        color: var(--main-color);
    }

    .mod-link:hover .img_box img {
        transform: scale(1.05);
    }
}

.home-news {
    padding: 6.875rem 0;
}

.footer-bottom {
    background-color: var(--main-color);
    padding: 17px 6.25rem;
}

.footer-bottom .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .flex .left {
    display: flex;
}

.footer-bottom .flex .left p,
.footer-bottom .flex .left a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    margin-right: 15px;
}

@media screen and (min-width: 1200px) {
    .footer-bottom .flex .left a:hover {
        text-decoration: underline;
    }
}

.footer-bottom .flex .right {
    display: flex;
    align-items: center;
}

.footer-media {
    display: flex;
    margin-right: 3.125rem;
}

.footer-media-item {
    margin-right: 20px;
}

.footer-media-item:last-child {
    margin-right: 0;
}

.footer-media-link span {
    font-size: 22px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .footer-media-link:hover span {
        transform: scale(1.1);
    }
}

.footer-top {
    background-color: #222222;
    padding: 3.125rem 6.25rem 3.625rem;
}

.footer-top .flex {
    display: flex;
    justify-content: space-between;
}

.footer-top .flex .left {
    width: 49%;
}

.footer-top .flex .left .tits {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 22px;
}

.footer-top .flex .right {
    flex-shrink: 0;
    margin-left: 30px;
}

.footer-rightlink {
    display: flex;
}

.footer-rightlink a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    margin-right: 19px;
    text-transform: uppercase;
}

.footer-rightlink a:last-child {
    margin-right: 0;
}

@media screen and (min-width: 1200px) {
    .footer-rightlink a:hover {
        text-decoration: underline;
    }
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
}

.footer-contact .item {
    display: flex;
    margin-right: 20px;
    margin-bottom: 16px;
}

.footer-contact .item .key {
    display: flex;
    flex-shrink: 0;
    margin-right: 14px;
}

.footer-contact .item .key span {
    font-size: 18px;
    color: #fff;
    margin-right: 12px;
    margin-top: 8px;
}

.footer-contact .item .key p {
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.footer-contact .item .val p,
.footer-contact .item .val a {
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

@media screen and (min-width: 1200px) {
    .footer-contact .item .val a:hover {
        color: var(--main-color);
    }
}

.footer-contact .item:nth-child(1) {
    width: 100%;
}

.footer-contact .item:last-child {
    margin-bottom: 0;
}

.footer-logo {
    width: 400px;
    display: block;
    margin-bottom: 4.6875rem;
}

.footer-logo img {
    width: 100%;
}

.footer-list {
    display: flex;
}

.footer-list .items {
    padding: 0 1.25rem;
    position: relative;
    z-index: 1;
}

.footer-list .items::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.footer-list .links:nth-child(1) {
    padding-left: 0;
}

.footer-list .links {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

@media screen and (min-width: 1200px) {
    .footer-list .links:hover {
        color: var(--main-color);
    }
}

.footer-list .items:last-child {
    padding-right: 0;
}

.footer-list .items:last-child::after {
    display: none;
}

.page-banner .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.page-banner .title {
    color: #FCB026;
    font-family: Oswald;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

/* bread */
.bread {
    width: 100%;
    --text-color: #fff;
    --text-interval: 9px;
    --text-fontsize: 16px;
    --icon-fontsize: 17px;
    --hover-color: #fff;
    background-color: var(--main-color);
    padding: 10px 0;
}

.mod_bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mod_bread_item {
    display: flex;
    align-items: center;
}

.mod_bread_link {
    display: flex;
    align-items: center;
}

.mod_bread_link span {
    color: var(--text-color);
    font-size: var(--icon-fontsize);
    margin-right: 15px;
}

.mod_bread_link .text {
    color: var(--text-color);
    font-size: var(--text-fontsize);
    transition: all 0.36s;
    line-height: 1.75;
}

.mod_bread_item>span {
    margin: 0 var(--text-interval);
    display: inline-block;
    font-size: var(--text-fontsize);
    color: var(--text-color);
    line-height: 1.75;
}

.mod_bread_item:last-child>span {
    display: none;
}

.mod_bread_link:hover .text {
    color: var(--hover-color) !important;
}

.mod_bread_link:hover span {
    color: var(--hover-color) !important;
}

/* bread-end */
.product-header {
    margin-bottom: 3.125rem;
    padding-top: 4.375rem;
}

.product-header .mod-content .texts {
    width: 1410px;
    max-width: 100%;
}

.product-content {
    padding-bottom: 6.25rem;
}

.product-content>.hc_cont1650>.flex {
    display: flex;
    justify-content: space-between;
    --leftWidth: 330px;
    --left-mr: 30px;
}

.product-content>.hc_cont1650>.flex>.left {
    width: var(--leftWidth);
    margin-right: var(--left-mr);
    flex-shrink: 0;
    --paddx: 25px;
}

.product-content>.hc_cont1650>.flex>.left .title {
    padding: 20px var(--paddx);
    color: #FFF;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 30px */
    text-transform: uppercase;
    background-color: var(--main-color);
    margin-bottom: 2px;
}

.product-content>.hc_cont1650>.flex>.right {
    width: calc(100% - var(--leftWidth) - var(--left-mr));
    --margin-x: -15px;
    /* list 负margin */
    --padding-x: 15px;
    /* item 左右间距 */
    --list-mb: -30px;
    /* list 下边距 */
    --margin-y: 30px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--margin-x) var(--list-mb);
}

.product-item {
    width: 33.33333%;
    padding: 0 var(--padding-x);
    margin-bottom: var(--margin-y);
}

.product-nav-item {
    margin-bottom: 2px;
}

.product-nav-conts {
    padding: 17px var(--paddx);
    background: rgba(252, 176, 38, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-nav-conts .texts {
    padding-right: 20px;
    color: #FFF;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-transform: capitalize;
}

.product-nav-conts .iconfont {
    font-size: 20px;
    color: #444444;
}

.product-nav-item.current .product-second {
    display: block;
}

.product-nav-item.current .product-nav-conts .iconfont {
    transform: rotate(90deg);
}

@media screen and (min-width: 1200px) {
    .product-nav-item:hover .product-nav-conts .iconfont {
        transform: rotate(90deg);
    }
}

.product-second {
    display: none;
}

.product-second {
    padding: 18px var(--paddx);
    background-color: rgba(252, 176, 38, 0.2);
}

.product-second-item {
    margin-bottom: 14px;
}

.product-second-item:last-child {
    margin-bottom: 0;
}

.product-second-links {
    color: #666 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.product-second-item.current {
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .product-second-item:hover {
        text-decoration: underline;
    }
}

/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: center;
    --margin-x: 5px;
    --fs: 16px;
    --iconfs: 20px;
    --wh: 40px;
    --bg: #e6e6e6;
    --page-color: #222;
    margin-top: 3.75rem;
}

.mod_page_item {
    margin: 0 var(--margin-x);
}

.mod_page .prev,
.mod_page .next {
    margin: 0 var(--margin-x) !important;
}

.mod_page_item a {
    color: var(--page-color);
    transition: all 0.36s;
    display: block;
    text-align: center;
    border-radius: 50%;
    width: var(--wh);
    line-height: var(--wh);
    font-size: var(--fs);
    background-color: transparent;
}

.mod_page .prev a,
.mod_page .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--wh);
}

.mod_page .prev span {
    transform: rotate(180deg);
}

.mod_page .next span {
    transform: rotate(0deg);
}

.mod_page .prev span,
.mod_page .next span {
    font-size: var(--iconfs);
}

.mod_page_item.act a {
    background-color: var(--main-color);
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .mod_page_item a:hover {
        background-color: var(--main-color);
    }

    .mod_page_item.prev a:hover span,
    .mod_page_item.next a:hover span {
        color: #fff;
    }

    .mod_page_item:not(.prev, .next) a:hover {
        color: #fff;
    }
}

/* 分页-end */
.prodeta-info {
    padding: 5rem 0;
    background-color: #F3F3F3;
}

.prodeta-info .flex {
    display: flex;
}

.prodeta-info .left {
    width: 49.33333333%;
    display: flex;
    justify-content: space-between;
    margin-right: 5.25rem;
}

.prodeta-info .left .prodeta-info-blist {
    width: 79.8525798%;
}

.prodeta-info .left .prodeta-info-slist {
    width: 18.79606879%;
}

.prodeta-info .right {
    width: 33.3333333%;
}

.prodeta-info .right .title {
    color: #333;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 20px;
}

.prodeta-info .right .texts {
    margin-bottom: 7.5rem;
}

.prodeta-info .right .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.prodeta-info .right .prodeta-btngroup {
    display: flex;
    align-items: center;
}

.prodeta-info .right .prodeta-btngroup .prodeta-btn {
    min-width: 160px;
    height: 40px;
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-right: 25px;
    cursor: pointer;
}

.prodeta-info .right .prodeta-btngroup .prodeta-btn p {
    color: #FFF;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.prodeta-info .right .prodeta-btngroup .prodeta-btn span {
    font-size: 22px;
    margin-right: 10px;
    color: #fff;
}

.prodeta-info .right .prodeta-btngroup .prodeta-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    border-radius: 40px;
    transition: all 0.5s;
    z-index: -1;
}

@media screen and (min-width: 1200px) {
    .prodeta-info .right .prodeta-btngroup .prodeta-btn:hover::after {
        background-color: var(--main-color);
        transform: scale(1.15);
    }
}

.prodeta-info-blist .img_box,
.prodeta-info-slist .img_box {
    padding-top: 68.666666%;
}

.prodeta-info-slist {
    margin: -4px 0;
}

.prodeta-info-sitem {
    padding: 4px 0;
}

.prodeta-info-sconts {
    cursor: pointer;
    position: relative;
}

.prodeta-info-sconts .play-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
}

.prodeta-info-sconts .play-mask span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 44px;
}

.prodeta-nav {
    background-color: #FCB026;
    position: sticky;
    left: 0;
    z-index: 10;
    top: 110px;
}

.prodeta-nav-list {
    display: flex;
    align-items: center;
}

.prodeta-nav-item {
    /* 24px */
    padding: 18px 46px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-nav-item:hover {
        text-decoration: underline;
    }
}

.prodeta-nav-item.active {
    background-color: #F59E00;
}

.prodeta-introduction {
    padding-top: 5rem;
}

.prodeta-introduction .edit {
    margin-top: 2.5rem;
}

.prodeta-application {
    padding-top: 5rem;
}

.prodeta-application-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.125rem;
}

.prodeta-application-header .mod-content {
    width: 50%;
}

.prodeta-arrow {
    display: flex;
    align-items: center;
}

.prodeta-prev,
.prodeta-next {
    cursor: pointer;
    transition: all 0.5s;
    width: 50px;
    height: 50px;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodeta-prev span,
.prodeta-next span {
    color: #fff;
    font-size: 36px;
}

.prodeta-prev {
    transform: rotate(180deg);
    margin-right: 15px;
}

@media screen and (min-width: 1200px) {

    .prodeta-prev:hover,
    .prodeta-next:hover {
        background-color: var(--main-color);
    }
}

.prodeta-application-list {
    margin: 0 var(--flex-margin);
}

.prodeta-application-list .item {
    padding: 0 var(--flex-padding);
}

.prodeta-application-list .img_box {
    padding-top: 67.9245283%;
}

.prodeta-inquiry {
    padding-top: 5rem;
}

.prodeta-inquiry .mod_form {
    --form-margin: -10px;
    --form-padding: 10px;
    --form-item-botton: 20px;
    --form-item-br: 12px;
    --form-item-width: 25%;
    --form-item-bg: #F1F1F1;
    --form-item-height: 60px;
    --form-item-padding: 25px;
    --form-label-size: 16px;
    --form-color: #666;
    --form-textarea-height: 350px;
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem var(--form-margin) 0;
}

.prodeta-inquiry .mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}

.prodeta-inquiry .mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.prodeta-inquiry .mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    line-height: 1.2;
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts input {
    width: 100%;
    height: var(--form-item-height);
    padding: 0 var(--form-item-padding);
    font-size: var(--form-label-size);
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts textarea {
    height: var(--form-textarea-height);
    font-size: var(--form-label-size);
    padding: 22px var(--form-item-padding);
    width: 100%;
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 50px;
    padding: 0 18px;
    color: #fff;
    background-color: #FCB026;
    margin-top: 20px;
    transition: all 0.5s;
}

.prodeta-inquiry .mod_form .mod_form_item .conts button p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.prodeta-inquiry .mod_form .mod_form_item .conts button span {
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .prodeta-inquiry .mod_form .mod_form_item .conts button:hover {
        transform: translateX(5px);
    }
}

.prodeta-inquiry .mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}

.prodeta-inquiry .mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: left;
    border: none;
}

.prodeta-inquiry .mod_form .mod_form_item.button {
    margin-bottom: 0;
}

.prodeta-inquiry .mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: #F1F1F1;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
    color: #666;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
    color: #666;
}

.prodeta-inquiry .mod_form .mod_form_item.block {
    width: 100%;
}

.prodeta-recommend {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
}

.prodeta-recommend-list {
    margin: 0 var(--flex-margin);
}

.prodeta-recommend-list .item {
    padding: 0 var(--flex-padding);
}

.applications-header {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
}

.applications-content {
    padding-bottom: 6.25rem;
}

.applications-list {
    margin: 0 var(--flex-margin) -30px;
}

.applications-list .item {
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
    position: relative;
}

.applications-list .after_safe {
    position: absolute;
    right: var(--flex-padding);
    bottom: 0;
    z-index: 2;
    padding: 10px 24px;
    background-color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.65;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .applications-list .after_safe:hover {
        background-color: #222;
        color: #fff;
    }
}

.applications-list .conts {
    display: block;
    position: relative;
    z-index: 1;
}

.applications-list .conts .img_box {
    padding-top: 49.38271605%;
}

.applications-list .conts .tits {
    position: absolute;
    min-width: 300px;
    padding: 14px 30px;
    text-align: center;
    left: 0;
    bottom: 0;
    background-color: var(--main-color);
    color: #FFF;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .applications-list .conts:hover .img_box img {
        transform: scale(1.05);
    }
}

.appdeta .mod-content .texts {
    width: 1350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
}

.appdeta .mod-content .texts p {
    line-height: 1.75;
}

.appdeta-content {
    padding-bottom: 6.25rem;
}

.appdeta-conts {
    cursor: pointer;
}

.appdeta-conts .img_box {
    padding-top: 63.29113924%;
}

.appdeta-conts .tits {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    text-transform: capitalize;
    margin-top: 20px;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .appdeta-conts:hover .img_box img {
        transform: scale(1.05);
    }

    .appdeta-conts:hover .tits {
        color: var(--main-color);
    }
}

.appdeta-list {
    margin: 0 var(--flex-margin) -30px;
}

.appdeta-item {
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.aftersale-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px var(--flex-margin) -30px;
}

.aftersale-item {
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
    width: 20%;
}

.aftersale-link {
    display: block;
}

.aftersale-link .img_box {
    padding-top: 60.5863192%;
}

.aftersale {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.process-manufactur {
    padding: 6.25rem 0;
}

.process-manufactur .mod-content {
    margin-bottom: 3.125rem;
}

.process-manufactur .appdeta-conts .tits {
    text-align: center;
}

.process-work .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process-work .left {
    width: 40%;
}

.process-work .left .mod-content {
    margin-bottom: 2.5rem;
}

.process-work .left .more {
    min-width: 160px;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    display: inline-flex;
}

.process-work .left .more p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-right: 15px;
}

.process-work .left .more span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--main-color);
    font-size: 14px;
    flex-shrink: 0;
}

@media screen and (min-width: 1200px) {
    .process-work .left .more:hover {
        transform: translateX(6px);
    }
}

.process-work .right {
    width: 55.1515151%;
}

.process-work .right .img_box {
    padding-top: 59.34065934%;
}

.structure-item {
    padding: 50px 0;
}

.structure-item .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.structure-item .left {
    width: 44.848484%;
}

.structure-item .right {
    width: 570px;
    flex-shrink: 0;
}

.structure-item .img_box {
    padding-top: 70.17543859%;
}

.structure-item:nth-child(even) {
    background-color: #F8F8F8;
}

.structure-item:nth-child(even) .flex {
    flex-direction: row-reverse;
}

.structure-deta-header {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
}

.structure-deta-header .mod-content {
    width: 1350px;
    max-width: 100%;
}

.structure-deta-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -5.9375rem;
}

.structure-deta-list .item {
    width: 40%;
    margin-bottom: 5.9375rem;
}

.structure-deta-list .conts .img_box {
    padding-top: 67.69230769%;
}

.structure-deta {
    padding-bottom: 7.5rem;
}

.about-section1 {
    padding-left: calc((100% - 1650px) / 2);
    padding-top: 100px;
}

.about-section1 .mod-content {
    margin-bottom: 3.75rem;
    padding-right: 40px;
}

.about-section1 .flex {
    display: flex;
    justify-content: space-between;
}

.about-section1 .left {
    width: 31.11111111%;
    padding-top: 1.25rem;
}

.about-section1 .left .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.about-section1 .right {
    width: 62.77777777%;
    position: relative;
    z-index: 1;
}

.about-section1 .right::after {
    content: "";
    position: absolute;
    left: -11.625rem;
    bottom: -13rem;
    width: 372px;
    height: 372px;
    border-radius: 50%;
    z-index: -1;
    background-color: rgba(252, 176, 38, 0.05);
}

.about-section1 .right .img_box {
    padding-top: 57.5221238%;
}

.about-section2 {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
}

.about-section2 .flex {
    display: flex;
    justify-content: space-between;
}

.about-section2 .left {
    display: flex;
}

.about-section2 .left .items {
    margin-right: 9.375rem;
}

.about-section2 .left .items:last-child {
    margin-right: 0;
    margin-top: 10rem;
}

.about-section2 .mod-number .number .val {
    font-size: 160px;
}

.about-section2 .mod-number .number .unit {
    top: 2.1875rem;
}

.about-section2 .mod-number .texts {
    font-size: 30px;
    margin-top: 0px;
}

.about-section2 .right {
    width: 46.06060606%;
    align-self: flex-end;
}

.about-section3 {
    padding: 6.875rem 0;
    background-color: #FFFBF4;
}

.about-section3 .flex {
    display: flex;
    justify-content: space-between;
}

.about-section3 .flex .item {
    width: 44.24242424%;
    display: flex;
    flex-direction: column;
}

.about-section3 .flex .img_box {
    padding-top: 58.9041095%;
    margin-bottom: 65px;
}

.about-section3 .flex .tits {
    color: #333;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.about-section3 .flex .texts {
    margin-top: 27px;
}

.about-section3 .flex .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.about-section3 .flex .item:nth-child(even) {
    flex-direction: column-reverse;
    padding-top: 3.75rem;
}

.about-section3 .flex .item:nth-child(even) .img_box {
    margin-bottom: 0;
    margin-top: 65px;
}

.about-section4 {
    padding: 6.875rem 0;
}

.about-section4 .flex {
    display: flex;
    justify-content: space-between;
}

.about-section4 .flex .left {
    width: 56.84848484%;
}

.about-section4 .flex .left .mod-content {
    position: sticky;
    left: 0;
    top: 300px;
}

.about-section4 .flex .right {
    width: 36.3636363%;
}

.about-s4item {
    margin-bottom: 33px;
}

.about-s4item .img_box {
    padding-top: 50%;
}

.about-s5 {
    position: relative;
    z-index: 1;
    padding: 8.125rem 0;
}

.about-s5>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-s5 .about-s5-content {
    width: 1160px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
}

.about-s5 .about-s5-content .title {
    color: #FCB026;
    text-align: center;
    font-family: Oswald;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.about-s5 .about-s5-content .iconfont {
    cursor: pointer;
    font-size: 104px;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .about-s5 .about-s5-content .iconfont:hover {
        transform: scale(1.1);
    }
}

.about-honor {
    padding: 8.125rem 0;
    position: relative;
    z-index: 1;
}

.about-honor>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-honor .flex {
    display: flex;
    align-items: center;
}

.about-honor .left {
    width: 53.515151%;
    margin-right: 7.5rem;
}

.about-honor .left img {
    width: 100%;
    height: auto !important;
}

.about-honor .right {
    width: 373px;
    flex-shrink: 0;
}

.about-honor .right .iconfont {
    margin-top: 82px;
    font-size: 160px;
    color: rgba(32, 32, 32, 0.2);
}

.about-equipment {
    padding: 6.875rem 0;
}

.about-equipment .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-equipment .left {
    width: 42.4242424%;
}

.about-equipment .left .mod-content .texts {
    margin-top: 30px;
}

.about-equipment .left .about-equipment-dots {
    margin-top: 60px;
}

.about-equipment .right {
    width: 49.090909%;
}

.about-equipment-list {
    margin: 0 var(--flex-margin);
}

.about-equipment-item {
    padding: 0 var(--flex-padding);
}

.about-equipment-conts {
    cursor: pointer;
}

.about-equipment-conts .img_box {
    padding-top: 67.9487179%;
}

@media screen and (min-width: 1200px) {
    .about-equipment-conts:hover .img_box img {
        transform: scale(1.05);
    }
}

.about-equipment-item {
    margin-bottom: 30px;
}

.about-equipment-item:last-child {
    margin-bottom: 0;
}

.about-equipment-dots .slick-dots {
    margin-top: 0;
    text-align: left;
}

.about-equipment-dots .slick-dots button {
    display: none !important;
}

.about-equipment-dots .slick-dots li {
    background-color: transparent !important;
    opacity: 1 !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    margin-right: 20px;
    transition: all 0.5s !important;
    margin-left: 0 !important;
}

.about-equipment-dots .slick-dots li.slick-active {
    background-color: var(--main-color) !important;
}

.about-quality {
    background-color: #FFFBF4;
    padding: 7.5rem 0;
}

.about-quality .mod-content {
    margin-bottom: 3.125rem;
}

.about-quality-list {
    display: flex;
    margin: 0 -12px;
}

.about-quality-list .item {
    padding: 0 12px;
    width: 50%;
}

.about-quality-list .conts .img_box {
    padding-top: 29.8850574%;
}

.news .flex {
    display: flex;
}

.news .left {
    width: 75.78125%;
    padding-left: calc((100% - 1650px) / 2);
    padding-right: 5rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.news .right {
    width: calc(100% - 75.78125%);
    background-color: #FBFBFB;
}

.news .right .title {
    padding: 30px 0;
    text-align: center;
    color: #333;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 37.5px */
}

.news-list {
    margin-bottom: -3.75rem;
}

.news-item {
    margin-bottom: 3.75rem;
    padding: 0 30px;
    position: relative;
}

.news-item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: var(--main-color);
}

.news-item::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    background-color: var(--main-color);
}

.news-alink {
    display: block;
    padding: 42px 55px;
}

.news-alink .time {
    color: #333;
    text-shadow: 0px 5px 13.3px rgba(0, 0, 0, 0.15);
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 16px;
}

.news-alink .tits {
    color: #333;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-alink .texts p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1200px) {
    .news-alink:hover {
        background-color: #F3F3F3;
    }
}

.news-search {
    display: flex;
    align-items: center;
    background-color: #EBEBEB;
}

.news-search input {
    height: 60px;
    color: #333;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 20px */
    padding: 0 23px;
    width: calc(100% - 40px - 23px);
}

.news-search input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #333;
}

.news-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

.news-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.news-search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

.news-search button {
    width: 40px;
    height: 40px;
    margin-right: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-search button span {
    font-size: 28px;
    color: #131415;
}

.news-search-box {
    padding: 0 55px;
}

.server .about-section2 .right {
    width: 48.060606%;
    align-self: flex-end;
}

.server .about-section2 {
    position: relative;
    z-index: 1;
}

.server .about-section2::after {
    content: "";
    position: absolute;
    width: 372px;
    height: 372px;
    border-radius: 50%;
    left: 32%;
    top: 10%;
    background: rgba(252, 176, 38, 0.05);
}

.server-imgs-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.server-imgs-item {
    padding: 0 15px;
    width: 50%;
}

.server-imgs-conts .img_box {
    padding-top: 50.61728395%;
}

.about-value {
    padding-top: 6.875rem;
}

.about-value-list {
    display: flex;
    justify-content: center;
    margin-top: 3.125rem;
}

.about-value-item {
    padding: 0 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 380px;
    position: relative;
}

.about-value-item .icons {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.125rem;
    z-index: 1;
    position: relative;
}

.about-value-item .icons img {
    width: 80px;
}

.about-value-item .icons img:last-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
}

.about-value-item:last-child .line{
    display: none !important;
}

.about-value-item .tits {
    color: #282828;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1.2px;
    margin-bottom: 16px;
}

.about-value-item .texts p {
    color: #666;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.about-value-item .line {
    position: absolute;
    left: 294px;
    top: 80px;
    width: 170px;
}

@media screen and (min-width: 1200px) {
    .about-value-item:hover .icons {
        background: #fff;
        box-shadow: 6px 8px 80px 0px rgba(148, 148, 148, 0.16);
    }

    .about-value-item:hover .icons img:last-child {
        opacity: 0;
    }
}

.about-value-item:nth-child(2) .line {
    top: 50px;
    transform: rotateX(180deg);
}

.about-customer {
    padding-top: 6.875rem;
    padding-bottom: 6.25rem;
}

.about-customer-content {
    display: flex;
    margin-top: 68px;
}

.about-customer-content .left {
    width: 56.36363636%;
    padding: 5rem 9.0625rem 5rem 7.5rem;
    background-color: #FAFAFA;
}

.about-customer-content .left .mask {
    width: 42px;
    margin-bottom: 45px;
}

.about-customer-content .left .mask img {
    width: 100%;
}

.about-customer-content .left .tits {
    color: #333;
    font-family: Oswald;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 13px;
}

.about-customer-content .left .texts p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.about-customer-content .right {
    width: 43.636363%;
    position: relative;
    z-index: 1;
}

.about-customer-content .right .img_box {
    padding-top: 67.3611111%;
    height: 100%;
}

.about-customer-content .right .img_box img {
    object-fit: cover;
}

.about-customer-content .right .img_box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 27.62886597%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.about-customer-content .right .tits {
    position: absolute;
    left: 40px;
    bottom: 30px;
    color: #FFF;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 25px */
    z-index: 3;
}

.contact-banner img {
    width: 100%;
}

.contact-form {
    background: #FFF;
    box-shadow: 0px 4px 25.3px 0px rgba(0, 0, 0, 0.05);
    width: 880px;
    margin: -80px auto 6.25rem;
    position: relative;
    z-index: 2;
    padding: 36px;
}

.contact-form .mod_form {
    --form-margin: -12px;
    --form-padding: 12px;
    --form-item-botton: 24px;
    --form-item-br: 12px;
    --form-item-width: 50%;
    --form-item-bg: #F1F1F1;
    --form-item-height: 52px;
    --form-item-padding: 20px;
    --form-label-size: 16px;
    --form-color: #666;
    --form-textarea-height: 160px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin);
}

.contact-form .mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}

.contact-form .mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-form .mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    line-height: 1.2;
    color: var(--form-color);
}

.contact-form .mod_form .mod_form_item .conts input {
    width: 100%;
    height: var(--form-item-height);
    padding: 0 var(--form-item-padding);
    font-size: var(--form-label-size);
    color: var(--form-color);
}

.contact-form .mod_form .mod_form_item .conts textarea {
    height: var(--form-textarea-height);
    font-size: var(--form-label-size);
    padding: 22px var(--form-item-padding);
    width: 100%;
    color: var(--form-color);
}

.contact-form .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 50px;
    padding: 0 18px;
    color: #fff;
    background-color: var(--main-color);
    margin-top: 10px;
    transition: all 0.5s;
}

.contact-form .mod_form .mod_form_item .conts button p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-right: 18px;
}

.contact-form .mod_form .mod_form_item .conts button span {
    font-size: 14px;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
}

.contact-form .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 50px;
    padding: 0 18px;
    color: #fff;
    background-color: var(--main-color);
    margin-top: 10px;
    transition: all 0.5s;
}

.contact-form .mod_form .mod_form_item .conts button p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-right: 18px;
}

.contact-form .mod_form .mod_form_item .conts button span {
    font-size: 14px;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .contact-form .mod_form .mod_form_item .conts button:hover {
        transform: translateY(4px);
    }
}

.contact-form .mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}

.contact-form .mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: center;
    border: none;
}

.contact-form .mod_form .mod_form_item.button {
    margin-bottom: 0;
}

.contact-form .mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}

.contact-form .mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}

.contact-form .mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
}

.contact-form .mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
}

.contact-form .mod_form .mod_form_item.block {
    width: 100%;
}

.contact-content {
    padding-bottom: 6rem;
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

.contact-list .item {
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
    width: 33.3333333%;
}

.contact-list .conts {
    background-color: #F5F5F5;
    padding: 4.375rem 2.5rem 3.75rem;
    transition: all 0.5s;
    height: 100%;
}

.contact-list .conts .iconfont {
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    border: 1px solid var(--main-color);
}

.contact-list .conts .tits {
    color: #454545;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3.125rem;
}

.contact-list .conts .texts p,
.contact-list .conts .texts a {
    color: #181818;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-list .conts .texts p {
    margin-bottom: 15px;
}

.contact-list .conts .texts p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .contact-list .conts .texts a:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 1200px) {
    .contact-list .conts:hover {
        background-color: var(--main-color);
    }

    .contact-list .conts:hover .iconfont {
        border-color: #fff;
        background-color: var(--main-color);
    }
}

/* 搜索页 */
.product_search {
    margin-bottom: 20px;
}

.product_search_tit {
    font-family: Redbold;
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}

.product_search_text {
    background-color: #F3F3F3;
    padding: 12px 20px;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1440px) {

    /* 搜索页 */
    .product_search_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_search_text {
        padding: 10px 15px;
    }

    .product_search {
        margin-bottom: 15px;
    }

    /* 搜索页-end */
}

/* sitemap */
.sitemap_cont {
    padding: 6rem 0;
}

.sitemap_cont_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sitemap_cont_item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 25px;
}

.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap_cont_link:hover {
    text-decoration: underline;
}

.sitemap_second_list {
    margin-top: 15px;
}

.sitemap_second_item {
    margin-bottom: 10px;
}

.sitemap_second_link {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}

.sitemap_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {
    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }

    .sitemap_cont_list {
        margin: 0 -8px;
    }

    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }

    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }

    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .sitemap_cont_item {
        width: 33.333333%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 7rem 0;
    }

    .sitemap_cont_list {
        flex-direction: column;
    }

    .sitemap_cont_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }
}

/* sitemap-end */
/* shop */
.shop_cont {
    padding: 6rem 0px;
}

.shop_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_cheack {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 70px;
    margin-right: 10px;
}

.shop_photo {
    width: 200px;
    flex-shrink: 0;
}

.shop_photo_img {
    padding-top: 69.2307692%;
    border: 1px solid #ecebeb;
    transition: all 0.36s;
    display: block;
    overflow: hidden;
}

.shop_photo_img img {
    transform: scale(0.9);
}

.shop_photo_img:hover img {
    transform: scale(1);
}

.shop_photo_img:hover {
    border: 1px solid var(--main-color);
}

.shop_name {
    width: 30%;
    min-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
}

.shop_list .shop_text {
    transition: all 0.36s;
}

.shop_number {
    width: 180px;
    flex-shrink: 0;
}

.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
    color: #222;
}

.shop_operation {
    width: 140px;
    flex-shrink: 0;
}

.shop_header {
    padding: 20px 0;
    background-color: var(--main-color);
}

.shop_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.shop_cont input[type=checkbox] {
    -webkit-appearance: auto;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 10px;
}

.shop_item .shop_row {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.shop_operation_btn {
    cursor: pointer;
    padding: 15px;
    box-sizing: content-box;
    display: inline-block;
}

.shop_operation_btn span {
    font-size: 20px;
}

.shop_operation_btn:hover span {
    color: var(--main-color);
}

.shop_operation {
    text-align: center;
}

.shop_number_control {
    display: flex;
    align-items: center;
}

.shop_number_control>div {
    cursor: pointer;
    width: 34px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    transition: all 0.36s;
}

.shop_number_control>div:hover {
    color: #fff;
    background-color: var(--main-color);
}

.shop_number_control input {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1680px) {
    .shop_cheack {
        width: 70px;
        min-width: 70px;
    }

    .shop_main {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1560px) {
    .shop_cheack {
        width: 50px;
        min-width: 50px;
    }

    .shop_number {
        width: 160px;
    }

    .shop_photo {
        width: 190px;
    }
}

@media screen and (max-width: 1440px) {
    .shop_cont input[type=checkbox] {
        width: 15px;
        height: 15px;
    }

    .shop_photo {
        width: 180px;
    }

    .shop_number_text,
    .shop_operation_text,
    .shop_text,
    .shop_photo_text,
    .shop_cheack_text {
        font-size: 15px;
    }

    .shop_number_control>div {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }

    .shop_number_control input {
        width: 45px;
        font-size: 14px;
    }

    .shop_operation_btn {
        padding: 12px;
    }

    .shop_operation_btn span {
        font-size: 18px;
    }

    .shop_number {
        width: 125px;
    }

    .shop_header {
        padding: 15px 0;
    }

    .shop_main {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .shop_photo {
        width: 170px;
    }

    .shop_main {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .shop_photo {
        width: 150px;
    }

    .shop_operation {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {

    .shop_header .shop_photo,
    .shop_header .shop_name,
    .shop_header .shop_number,
    .shop_header .shop_operation {
        display: none;
    }

    .shop_header {
        padding: 10px 0;
    }

    .shop_item .shop_row {
        padding: 16px 17px;
    }

    .shop_cont input[type=checkbox] {
        width: 14px;
        height: 14px;
    }

    .shop_row {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .shop_item .shop_row {
        padding-bottom: 60px !important;
        padding: 16px 15px;
    }

    .shop_item {
        margin-bottom: 10px;
    }

    .shop_row>div {
        width: 100%;
    }

    .shop_number_control {
        justify-content: center;
    }

    .shop_name {
        width: 100%;
        text-align: center;
        padding: 15px 0 12px;
    }

    .shop_item .shop_cheack input {
        position: absolute;
        left: 0;
        bottom: 5px;
        margin: 12px !important;
        box-sizing: content-box;
    }

    .shop_item .shop_operation_btn {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .shop_main {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

/* shop */
.prodeta-inquiry.pageinquiry {
    padding-top: 0 !important;
    padding-bottom: 6.5rem;
}

/* newdate */
.newdate_info_tit {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}

.news_info {
    margin-bottom: 50px;
}

.news_info li {
    list-style: inherit;
}

.news_info ol,
.news_info ul {
    padding-left: 1rem;
}

.news_primary {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.news_info h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: var(--main-color);
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .newdate_info {
        padding: 55px 0 20px;
    }

    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .pdrf_shares_text {
        font-size: 20px;
    }

    .news_info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .newdate_info {
        padding: 50px 0 15px;
    }

    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .newdate_info_date {
        font-size: 14px;
    }

    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .news_info {
        margin-bottom: 30px;
    }

    .pdrf_shares_text {
        font-size: 18px;
    }

    .newdate_page {
        margin-top: 30px;
    }

    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }

    .newdate_prev {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }

    .newdate_info {
        padding: 40px 0 12px;
    }

    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .pdrf_shares_text {
        font-size: 16px;
    }

    .news_info h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }

    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 1.4;
    }

    .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}

/* newdate-end */
.privacy_cont {
    padding: 7rem 0;
}

.privacy_cont .title {
    margin-bottom: 3rem;
    font-size: 32px;
    font-weight: bold;
}

.privacy_cont .edit p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.hd_four {
    display: none;
}

.hd_three {
    display: none;
}

.ct_aside1 {
    position: fixed;
    top: 60%;
    right: 10px !important;
    transform: translateY(-50%);
    z-index: 10;
    --wh: 46px;
    --fs: 24px;
}

.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
    background: rgba(149, 149, 149, 0.5);
    padding: 20px 10px;
    border-radius: 87px;
}

.ct_aside1_item {
    margin-bottom: 23px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child {
    margin-bottom: 0;
}

.ct_aside1_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    transition: all 0.36s;
    width: initial !important;
    height: initial !important;
    position: relative;
    z-index: 2;
}

.ct_aside1_link::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    left: -9px;
    top: 2px;
    background-color: var(--main-color);
    transition: all 0.5s;
    opacity: 0;
}

.ct_aside1_link span {
    color: #fff;
    font-size: var(--fs);
}

@media screen and (min-width: 1200px) {
    .ct_aside1_link:hover span {
        color: var(--main-color);
    }

    .ct_aside1_link:hover::after {
        opacity: 1;
    }
}

.ct_aside1_item.active .ct_aside1_link {
    background-color: #031417;
}

.ct_aside1_item:hover .ct_aside1_link {
    background-color: #031417;
}

.ct_aside1_link,
.ct_aside1_switch {
    width: var(--wh);
    height: var(--wh);
    border-radius: 50%;
}

.ct_aside1_switch {
    background-color: #000;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before {
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active {
    background-color: #031417;
    transform: rotate(-135deg);
}

.ct_aside1_cont {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr {
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont a {
    display: inline-block;
    padding: 17px 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist {
    transform: translateX(100px);
}

.ct_aside1_list.active {
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width: 768px) {
    .ct_aside1_list {
        display: none;
    }

    .ct_aside1 {
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch {
        display: block;
    }
}

/* hover */
@media screen and (min-width: 1200px) {
    .ct_aside1_switch:hover {
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont {
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

.logo-ph {
    display: none;
    width: 100%;
}

.process-work{
    display: none;
}






.about-section2{
    display: none;
}

.about-new{
    padding: 100px 0;
}

@media screen and (max-width:1680px) {
    .about-new{
        padding: 90px 0;
    }
}

@media screen and (max-width:1440px) {
    .about-new{
        padding: 80px 0;
    }
}

@media screen and (max-width:1200px) {
    .about-new{
        padding: 70px 0;
    }
}

@media screen and (max-width:991px) {
    .about-new{
        padding: 60px 0;
    }
}


.about-new .img_box{
    padding-top: 75%;
}

.about-new ul{
    margin: 0 var(--flex-margin) -30px;
}

.about-new li{
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.about-section3 .mod-content{
    margin-bottom: 50px;
}

@media screen and (max-width:1440px) {
    .about-section3 .mod-content{
        margin-bottom: 40px;
    }
}

@media screen and (max-width:1200px) {
    .about-section3 .mod-content{
        margin-bottom: 30px;
    }
}

.about-section3 .flex .items{
    width: 48%;
}

.about-section3 .flex .flex-img{
    display: flex;
    justify-content: space-between;
}

.about-quality-list .item{
    width: 25%;
    margin-bottom: 30px !important;
}

@media screen and (max-width:768px) {
    .about-quality-list .item{
        width: 50% !important;
    }

    .about-quality-list{
        flex-direction: row !important;
    }
}

.about-quality-list{
    flex-wrap: wrap;
    margin-bottom: -30px !important;
}

.about-quality-list .item .conts .img_box{
    padding-top: 133.33333%;
}

.home-about-number{
    display: none !important;
}

html {
    scroll-padding-top: 80px; 
  }

.mod-content .tits span, .mod-content .tits p span{
    color: #333;
}