.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;
    }
}


/* =====================
   Reset
===================== */

html,
body {
    scroll-behavior: smooth;
}

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.relative {
    position: relative;
}


/* =====================
   Layout Container
===================== */

.max1200,
.max1300,
.max1400,
.max1420,
.max1500,
.max1520,
.max1600 {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.max1200 {
    max-width: 1200px;
}

.max1300 {
    max-width: 1300px;
}

.max1400 {
    max-width: 1400px;
}

.max1420 {
    max-width: 1420px;
}

.max1500 {
    max-width: 1500px;
}

.max1520 {
    max-width: 1520px;
}

.max1600 {
    max-width: 1600px;
}

@media screen and (max-width: 1280px) {
    .max1200,
    .max1300,
    .max1400,
    .max1420,
    .max1500,
    .max1520,
    .max1600 {
        width: 92%;
    }
}


/* =====================
   Common Utilities
===================== */

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clearboth {
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fwn {
    font-weight: 400;
}

.overflow {
    overflow: hidden;
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media screen and (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%;
    }
}


/* =====================
   Flex Utilities
===================== */

.flex2 {
    display: 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-center {
    align-items: center;
}

.a-flex-start {
    align-items: flex-start;
}

.a-flex-end {
    align-items: flex-end;
}

.a-j-center {
    align-items: center;
    justify-content: center;
}


/* =====================
   Text Clamp
===================== */

.clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clamp2,
.clamp3,
.clamp4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.clamp4 {
    -webkit-line-clamp: 4;
}


/* =====================
   Image Hover
===================== */

.com-img,
.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img img,
.com-img2 img {
    display: block;
    width: 100%;
}

.com-img img {
    transition: transform .5s;
}

.com-img:hover img {
    transform: scale(1.2);
}

.com-img2 img {
    transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
}


/* =====================
   Logo State
===================== */

.white-logo {
    opacity: 1;
    visibility: visible;
}

.black-logo {
    display: none;
    opacity: 0;
    visibility: hidden;
}


/* Inter Regular */

@font-face {
    font-family: "Inter";
    src: url("../fonts/INTER-REGULAR-9.OTF") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}


/* Inter SemiBold */

@font-face {
    font-family: "Inter";
    src: url("../fonts/INTER-SEMIBOLD-10.OTF") format("opentype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}


/* Inter Bold */

@font-face {
    font-family: "Inter";
    src: url("../fonts/INTER-BOLD-4.OTF") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


/* 全站使用 */

body {
    font-family: "Inter", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}


/* header */

.header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: transform .45s ease, background-color .3s ease;
}

.header-container {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.top-mid-flex {
    height: 90px;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
    max-height: 65px;
}

.get-quote {
    position: relative;
    margin-left: 20px;
}

.get-quote a {
    line-height: 20px;
    display: inline-block;
    border-radius: 5px;
    background-color: var(--main-theme-color);
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    transition: all .3s ease;
}

.get-quote a:hover {
    background: var(--sub-theme-color);
    border-color: var(--sub-theme-color);
    color: #fff;
}

.top_right {
    position: relative;
}

.header-ss {
    margin-left: 30px;
    margin-right: 10px;
    position: relative;
}

.header-ss .ss_btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/238e6a4dd0yynjz5.png) no-repeat center;
    border: 1px solid rgb(255, 255, 255, 0.2);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/mosijianshen/2026/04/161aea4c0dmorjbx.png);
}

.x-menu {
    position: static;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 14px;
    color: #000000;
    height: 90px;
    font-weight: 400;
    position: relative;
    align-items: center;
    justify-content: center;
}

.x-menu>li>a i::before {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/cebd02f938oqepwa.png) no-repeat center;
    margin-left: 6px;
    vertical-align: 2px;
    content: "";
}

.x-menu>li>a::before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--main-theme-color);
    transition: all 0.3s;
    content: "";
}

.x-menu>li:hover>a::before,
.x-menu>li.active>a::before {
    width: 100%;
}

.x-menu>li:hover>a,
.x-menu>li.active>a {
    color: var(--main-theme-color)!important;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 220px;
    left: -50%;
    left: 0%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0px 0;
}

.x-sub-menu>li>a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    text-transform: capitalize;
    padding: .6em .3em .8em 1rem;
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width:1280px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px
    }
    .x-menu>li>a {
        font-size: 14px;
    }
    .get-quote a {
        padding: 10px 20px;
        font-size: 18px;
    }
}

@media (min-width:1366px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px
    }
    .x-menu>li>a {
        font-size: 15px;
    }
}

@media (min-width:1400px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px
    }
    .x-menu>li>a {
        font-size: 16px;
    }
}

@media (min-width:1500px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px;
    }
    .x-menu>li>a {
        font-size: 18px;
    }
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide>a {
    display: block;
}

.home-banner .swiper-slide>a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 25px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #cdcdcd;
    margin: 0 6px !important;
    opacity: 1;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: var(--main-theme-color);
    width: 14px;
    height: 14px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    text-align: left;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con :nth-child(1) {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
    transition-delay: .5s
}

.home-banner .swiper-slide-active .v_con :nth-child(3) {
    transition-delay: .7s
}

.home-banner .swiper-slide-active .v_con :nth-child(4) {
    transition-delay: .9s
}

.home-banner .swiper-slide-active .v_con :nth-child(5) {
    transition-delay: 1.1s
}

.home-banner .swiper-slide-active .v_con :nth-child(6) {
    transition-delay: 1.3s
}

.home-banner .swiper-slide-active .v_con :nth-child(7) {
    transition-delay: 1.5s
}

.v_tit_aa {
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    max-width: 680px;
    font-weight: 700;
    margin-bottom: 30px;
}

.v_tit_bb {
    font-size: 18px;
    line-height: 1.5;
    max-width: 680px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
}

.v_tit_cc {
    display: flex;
    align-items: center;
}

.v_tit_cc a {
    min-width: 222px;
    padding: 15px 20px 15px 20px;
    position: relative;
    overflow: hidden;
    background-color: var(--main-theme-color);
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    text-transform: capitalize;
}

.v_tit_cc a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.4s ease-in-out;
    background-color: var(--sub-theme-color);
    overflow: hidden;
}

.v_tit_cc a:hover span {
    color: #fff!important;
}

.v_tit_cc a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    color: #fff!important;
    font-weight: 400;
}

.v_tit_cc a:hover::before {
    width: 100%;
    left: 0px;
}

@media (max-width: 1280px) {
    .v_tit_aa {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .v_tit_bb {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .v_tit_cc {
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .v_tit_aa {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%;
    }
    .v_tit_aa {
        font-size: 22px;
    }
    .v_tit_dd {
        font-size: 18px;
    }
    .v_tit_bb {
        display: none!important;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 6px!important;
    }

    .top-mid-flex{
        height: 65px;
    }
    .logo a img{
        max-height: 40px;
    }

}


/* section1 */

.section1 {
    position: relative;
    padding: 20px 0;
}

.section1 span {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
}

.section1 span img {
    max-width: 100%;
    max-height: 50px;
    margin-left: 20px;
}


/* section2 */

.section2 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/2a93ec0568vigiad.jpg) no-repeat;
    background-size: cover;
    padding: 65px 0;
}

.hm-title {
    margin-bottom: 38px;
    text-align: center;
}

.hm-title h3 {
    margin: 0;
    color: #000000;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.hm-title .pp {
    max-width: 1000px;
    margin: 12px auto 0;
    color: #464645;
    font-size: 17px;
    line-height: 1.6;
}


/* =========================
   产品列表
========================= */

.section2 .h-product-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section2 .h-product-list>li {
    min-width: 0;
    background: #fff;
    box-shadow: 0px 6px 5.64px 0.36px rgba(32, 32, 32, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section2 .h-product-list>li:hover {
    z-index: 2;
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

.section2 .h-product-list>li>a {
    display: flex;
    height: 100%;
    min-height: 446px;
    color: inherit;
    text-decoration: none;
    flex-direction: column;
}


/* =========================
   产品图片
========================= */

.section2 .h-product-list .img {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #fff;
}

.section2 .h-product-list .img img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.45s ease;
}

.section2 .h-product-list>li:hover .img img {
    transform: scale(1.04);
}


/* =========================
   产品文字
========================= */

.section2 .h-product-list .text {
    display: flex;
    min-height: 186px;
    padding: 12px 22px 25px;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.section2 .h-product-list .text h3 {
    width: 100%;
    min-height: calc(1.35em * 2);
    margin: 0 0 9px;
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.section2 .h-product-list .text .pp {
    width: 100%;
    min-height: calc(1.35em * 2);
    margin: 0 0 22px;
    color: #6a6a6a;
    font-size: 15px;
    line-height: 1.35;
}


/* =========================
   Read More 按钮
========================= */

.section2 .read-more {
    display: inline-flex;
    min-width: 126px;
    min-height: 38px;
    margin-top: auto;
    padding: 8px 18px;
    border: 1px solid #ff7900;
    border-radius: 5px;
    color: #f47700;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.section2 .h-product-list>li:hover .read-more {
    color: #fff;
    background: #f77c00;
}


/* =========================
   Get a Quote 按钮
========================= */

.section2 .get-more {
    margin-top: 38px;
    text-align: center;
}

.section2 .get-more a {
    display: inline-flex;
    min-width: 188px;
    min-height: 54px;
    padding: 13px 24px;
    border: 1px solid #f57c00;
    border-radius: 5px;
    color: #fff;
    background: #f57c00;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    -moz-transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    -ms-transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    -o-transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}


/* HTML 中已有空的 <i></i>，这里绘制右上箭头 */

.section2 .get-more i {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/90fb5b74e32xanwf.png) no-repeat center;
}

.section2 .get-more a:hover {
    color: #f57c00;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(245, 124, 0, 0.2);
}

.section2 .get-more a:hover i {
    background-image: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/530de0b1150bikam.png);
}


/* =========================
   平板端：两列
========================= */

@media (max-width: 1100px) {
    .section2 {
        padding: 60px 24px;
    }
    .section2 .hm-title h3 {
        font-size: 38px;
    }
    .section2 .h-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
    .section2 .h-product-list .img {
        height: 300px;
    }
}


/* =========================
   小平板
========================= */

@media (max-width: 768px) {
    .section2 {
        padding: 48px 18px;
    }
    .section2 .hm-title {
        margin-bottom: 30px;
    }
    .section2 .hm-title h3 {
        font-size: 32px;
    }
    .section2 .hm-title .pp {
        margin-top: 10px;
        font-size: 16px;
    }
    .section2 .h-product-list {
        gap: 16px;
    }
    .section2 .h-product-list .img {
        height: 230px;
    }
    .section2 .h-product-list .text {
        padding: 10px 18px 22px;
    }
    .section2 .h-product-list>li>a {
        min-height: 415px;
    }
}


/* =========================
   手机端：单列
========================= */

@media (max-width: 576px) {
    .section2 {
        padding: 40px 0;
    }
    .section2 .hm-title {
        margin-bottom: 24px;
    }
    .section2 .hm-title h3 {
        font-size: 22px;
        line-height: 1.25;
    }
    .section2 .hm-title .pp {
        font-size: 14px;
        line-height: 1.55;
    }
    .section2 .h-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .section2 .h-product-list .img {
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .section2 .h-product-list .img img {
        padding: 10px;
    }
    .section2 .h-product-list>li>a {
        min-height: 0;
    }
    .section2 .h-product-list .text {
        min-height: 180px;
        padding: 12px 18px 22px;
    }
    .section2 .h-product-list .text h3 {
        min-height: auto;
        font-size: 17px;
    }
    .section2 .h-product-list .text .pp {
        min-height: auto;
        font-size: 14px;
    }
    .section2 .get-more {
        margin-top: 28px;
    }
    .section2 .get-more a {
        max-width: 260px;
        font-size: 14px;
    }
    .section2 .read-more{
        font-size: 14px;
    }

    .section1 span{
        font-size: 13px;
    }

}


/* section3 */

.section3 {
    position: relative;
    padding: 65px 0;
    background-color: #fff;
}

.section3-content {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.section3-swiper {
    position: relative;
}

.section3-swiper {
    padding-bottom: 2px;
}

.section3-swiper .swiper-slide {
    height: auto;
}

.section3-swiper .swiper-slide>a {
    display: flex;
    height: 100%;
    color: #111;
    text-decoration: none;
    flex-direction: column;
}

.section3-swiper .swiper-slide .img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f3f3f3;
}

.section3-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section3-swiper .swiper-slide .txt {
    padding: 20px 14px 15px;
    flex: 1;
}

.section3-swiper .swiper-slide .txt h3 {
    margin: 0 0 8px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.3s ease;
    text-transform: capitalize;
}

.section3-swiper .swiper-slide .txt .pp {
    margin: 0;
    color: #373737;
    font-size: 16px;
    line-height: 1.5;
    min-height: calc(1.5em * 2);
}

.section3-swiper .swiper-slide .exple {
    display: flex;
    min-height: 40px;
    margin: 0 12px;
    padding: 7px 12px;
    color: #111;
    font-size: 14px;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(230, 230, 230, .5);
    transition: color 0.3s ease, background-color 0.3s ease;
}

.section3-swiper .swiper-slide>a:hover .txt h3 {
    color: var(--main-theme-color);
}

.section3-swiper .swiper-slide>a:hover .exple {
    background-color: var(--main-theme-color);
    color: #fff;
}


/* 左右箭头 */

.section3-content .swiper-button-next3,
.section3-content .swiper-button-prev3 {
    position: absolute;
    top: 40%;
    z-index: 99;
    width: 46px;
    height: 52px;
    margin-top: -26px;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s ease;
}

.section3-content .swiper-button-prev3 {
    left: 0px;
    background-image: url("//wm.cdn.cn86.cn/shangyangfan/2026/08/f63ee096259ogd9h.png");
}

.section3-content .swiper-button-next3 {
    right: 0px;
    background-image: url("//wm.cdn.cn86.cn/shangyangfan/2026/08/1d9a8f4b36jqeyln.png");
}

.section3-content .swiper-button-prev3:hover {
    background-color: var(--main-theme-color);
    background-image: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/ca51309c1bm3dp5a.png);
}

.section3-content .swiper-button-next3:hover {
    background-color: var(--main-theme-color);
    background-image: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/65f98207dcd15pts.png);
}

.section3-content .swiper-button-disabled {
    opacity: 0.35;
}


/* 平板 */

@media screen and (max-width: 1199px) {
    .section3 {
        padding: 58px 0;
    }
    .section3-swiper .swiper-slide .txt {
        padding: 17px 10px 13px;
    }
    .section3-swiper .swiper-slide .txt h3 {
        font-size: 17px;
    }
    .section3-swiper .swiper-slide .txt .pp {
        font-size: 14px;
    }
    .section3-swiper .swiper-slide .exple {
        margin: 0 10px;
        font-size: 13px;
    }
}


/* 手机 */

@media screen and (max-width: 767px) {
    .section3 {
        padding: 45px 0;
    }
    .section3-swiper .swiper-slide .txt {
        padding: 14px 8px 11px;
    }
    .section3-swiper .swiper-slide .txt h3 {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 1.35;
    }
    .section3-swiper .swiper-slide .txt .pp {
        font-size: 13px;
        line-height: 1.55;
    }
    .section3-swiper .swiper-slide .exple {
        min-height: 34px;
        margin: 0 8px;
        padding: 6px 8px;
        font-size: 12px;
    }
    .section3-swiper .swiper-button-next3,
    .section3-swiper .swiper-button-prev3 {
        width: 34px;
        height: 44px;
        margin-top: -22px;
    }
}


/* 小屏手机 */

@media screen and (max-width: 479px) {
    .section3 {
        padding: 38px 0;
    }
    .section3-swiper .swiper-slide .txt {
        padding-right: 4px;
        padding-left: 4px;
    }
    .section3-swiper .swiper-slide .txt h3 {
        font-size: 16px;
    }
    .section3-swiper .swiper-slide .txt .pp {
        font-size: 14px;
    }
    .section3-swiper .swiper-slide .exple {
        margin: 0 4px;
        font-size: 12px;
    }
}


/* ============ section4 ============ */

.section4 {
    padding: 50px 0 80px;
    background: #fff;
    overflow: hidden;
}

.section4 .section4-content {
    display: flex;
    align-items: flex-start;
}


/* ---- left images ---- */

.section4-left {
    width: 49.29%;
    position: relative;
    flex-shrink: 0;
    padding-left: 0px;
}

.section4-left .s4-img-top {
    width: 100%;
    margin-left: auto;
    position: relative;
    padding-left: 7.8125vw;
    z-index: 2;
}

.section4-left .s4-img-top img {
    width: 100%;
    aspect-ratio: 16/14;
    object-fit: cover;
}

.section4-left .s4-img-bottom {
    width: 78%;
    margin-top: -4.6875vw;
    position: relative;
    z-index: 2;
}

.section4-left .s4-img-bottom img {
    width: 100%;
    aspect-ratio: 21/10;
    object-fit: cover;
}


/* diagonal lines decoration (top-left) */

.section4-left .s4-lines {
    position: absolute;
    top: 4.6875vw;
    left: 0;
    width: 92px;
    z-index: 1;
}


/* circle arrow badge */

.section4-left .s4-badge {
    position: absolute;
    left: 80px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 3;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4-left .s4-badge .s4-badge-inner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ef8207;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s;
}

.section4-left .s4-badge:hover .s4-badge-inner {
    background: #e06f0d;
}

.section4-left .s4-badge svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}


/* ---- right content ---- */

.section4-right {
    width: 50.7%;
    padding-left: 70px;
    padding-top: 15px;
}


/* hm-title4 */

.hm-title4 .hm-label {
    display: inline-block;
    color: #ef8207;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 0px;
}

.hm-title4 h3 {
    font-size: 40px;
    line-height: 1.28;
    color: #080809;
    text-transform: capitalize;
    font-weight: 700;
}

.hm-title4 .pp {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #292929;
}


/* stats */

.section4-nums {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    padding-bottom: 28px;
}

.section4-nums .num-item {
    flex: 0 0 auto;
}

.section4-nums .num-item .num {
    font-size: 36px;
    font-weight: 700;
    color: #ef8207;
    line-height: 1.1;
}

.section4-nums .num-item .num-text {
    margin-top: 0px;
    font-size: 16px;
    color: #4b4b4b;
}

.section4-nums .linn {
    width: 1px;
    height: 48px;
    background: #e6e6e6;
}

.section4-nums .linn:last-child {
    display: none;
}


/* check list */

.section4-list {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    max-width: 538px;
}

.section4-list p {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #464645;
    line-height: 1.7;
}

.section4-list p+p {
    margin-top: 8px;
}

.section4-list p::before {
    content: "";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    background: #f58220 url(//wm.cdn.cn86.cn/shangyangfan/2026/08/54e3e8a5b9mw7hqi.png) center/10px no-repeat;
}


/* tel */

.section4-tel {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #050505;
}

.section4-tel .tel-icon {
    flex-shrink: 0;
    width: 27px;
    height: 24px;
    margin-right: 10px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/d81195f9e6x86x3u.png) center/contain no-repeat;
}

.section4-tel .tel-sep {
    margin: 0 12px;
    color: #bbb;
    font-weight: 400;
}


/* button */

.section4-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    padding: 14px 31px;
    background: #f58220;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    transition: background .3s, transform .3s;
}

.section4-btn i {
    width: 11px;
    height: 10px;
    fill: #fff;
    margin-left: 10px;
    transition: transform .3s;
    display: inline-block;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/90fb5b74e32xanwf.png) no-repeat center;
}

.section4-btn:hover {
    background: var(--main-theme-color);
    transform: translateY(-2px);
    color: #fff;
}

.section4-btn:hover i {
    transform: translateX(4px);
}


/* responsive */

@media (max-width:1200px) {
    .hm-title4 h3 {
        font-size: 32px;
    }
    .section4-right {
        padding-left: 45px;
    }
}

@media (max-width:992px) {
    .section4 {
        padding: 20px 0px 40px;
    }
    .section4 .section4-content {
        flex-direction: column;
    }
    .section4-left {
        width: 100%;
        padding-left: 0px;
    }
    .section4-right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}

@media (max-width:576px) {
    .hm-title4 h3 {
        font-size: 26px;
    }
    .section4-nums {
        flex-wrap: wrap;
        padding-bottom: 0px;

    }
    .section4-nums .num-item {
        flex: 0 0 50%;
        margin-bottom: 15px;
    }
    .section4-tel {
        font-size: 14px;
        flex-wrap: wrap;
    }
    .section4-left .s4-badge{
        width: 82px;
        height: 82px;
        top: 60%;
    }
    .section4-left .s4-badge .s4-badge-inner{
        width: 46px;
        height: 46px;
    }
    .section4-left .s4-img-top{
        padding-left: 70px;
    }
    .section4-left .s4-lines{
        width: 60px;
    }
    .section4-btn{
        font-size: 14px;
    }

    .section4-nums .num-item .num{
        font-size: 30px;
    }
    .section4-nums .num-item .num-text{
        font-size: 14px;
    }
    .section4-list p{
        font-size: 14px;
    }

}


/* section5 */

.section5 {
    position: relative;
    overflow: hidden;
    padding: 60px 0 80px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/1e5d5ac51dgbchmt.jpg) no-repeat center;
    background-size: cover;
}

.section5-content {
    position: relative;
    padding-left: 5.2083vw;
    padding-right: 5.2083vw;
}

.section5-content {
    margin-top: 32px;
}

.section5-swiper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.section5-swiper .swiper-wrapper {
    align-items: center;
}

.section5-swiper .swiper-slide {
    height: auto;
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    width: 271px;
}

.section5-swiper .swiper-slide>a {
    display: block;
}

.section5-swiper .swiper-slide .swiper-slide-shadow-left,
.section5-swiper .swiper-slide .swiper-slide-shadow-right {
    display: none;
}

.section5-swiper .certificate-img {
    display: flex;
    width: 100%;
    height: 374px;
    align-items: center;
    justify-content: center;
    transform-origin: center bottom;
    height: auto;
    aspect-ratio: 271 / 374;
}

.section5-swiper .certificate-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section5-swiper .certificate-name {
    min-height: 34px;
    margin-top: 18px;
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.section5-swiper .swiper-slide-active {
    z-index: 5;
    opacity: 1;
}

.section5-swiper .swiper-slide-active .certificate-name {
    opacity: 1;
    transform: translateY(0);
}


/* 左右箭头 */

.section5-content .swiper-button-prev5,
.section5-content .swiper-button-next5 {
    position: absolute;
    top: 48%;
    z-index: 20;
    width: 46px;
    height: 58px;
    margin-top: -29px;
    border: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.section5-content .swiper-button-prev5 {
    left: 12px;
}

.section5-content .swiper-button-next5 {
    right: 12px;
}

.section5-content .swiper-button-prev5::after,
.section5-content .swiper-button-next5::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 27px;
    height: 27px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transition: border-color 0.3s ease;
}

.section5-content .swiper-button-prev5::after {
    left: 17px;
    transform: translateY(-50%) rotate(-135deg);
}

.section5-content .swiper-button-next5::after {
    right: 17px;
    transform: translateY(-50%) rotate(45deg);
    border-color: var(--main-theme-color);
}

.section5-content .swiper-button-prev5:hover::after,
.section5-content .swiper-button-next5:hover::after {
    border-color: var(--main-theme-color);
}

.section5-content .swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}


/* 笔记本 */

@media screen and (max-width: 1199px) {
    .section5 {
        padding: 50px 0;
    }
    .section5>.max {
        width: calc(100% - 40px);
    }
    .section5-swiper {
        padding-right: 70px;
        padding-left: 70px;
    }
    .section5-swiper .certificate-img {
        height: 245px;
    }
    .section5-swiper .certificate-name {
        font-size: 15px;
    }
}


/* 平板 */

@media screen and (max-width: 991px) {
    .section5-content {
        margin-top: 26px;
    }
    .section5-swiper {
        padding-right: 55px;
        padding-left: 55px;
    }
    .section5-swiper .certificate-img {
        height: 230px;
    }
    .section5-swiper .certificate-name {
        min-height: 44px;
        margin-top: 14px;
        font-size: 14px;
    }
}


/* 手机 */

@media screen and (max-width: 767px) {
    .section5 {
        padding: 42px 0;
    }
    .section5>.max {
        width: calc(100% - 30px);
    }
    .section5-content {
        margin-top: 22px;
    }
    .section5-swiper {
        padding: 5px 42px 20px;
    }
    .section5-swiper .certificate-img {
        height: 260px;
    }
    .section5-swiper .certificate-name {
        min-height: 24px;
        margin-top: 12px;
        font-size: 14px;
    }
    .section5-swiper .swiper-button-prev5,
    .section5-swiper .swiper-button-next5 {
        width: 34px;
        height: 44px;
        margin-top: -22px;
    }
    .section5-swiper .swiper-button-prev5 {
        left: 0;
    }
    .section5-swiper .swiper-button-next5 {
        right: 0;
    }
    .section5-swiper .swiper-button-prev5::after,
    .section5-swiper .swiper-button-next5::after {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
}


/* 小屏手机 */

@media screen and (max-width: 479px) {
    .section5 {
        padding: 36px 0;
    }
    .section5>.max {
        width: calc(100% - 24px);
    }
    .section5-content{
        padding-left: 30px;
        padding-right: 30px;
    }
    .section5-swiper {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .section5-swiper .certificate-img {
        height: 230px;
    }
    .section5-swiper .certificate-name {
        font-size: 14px;
    }

    .section5-content .swiper-button-prev5{
        left: 0px;
    }
    .section5-content .swiper-button-next5{
        right: 0px;
    }
}


/* =========================
   公共小箭头
========================= */

.section6 i,
.section7 i,
.section8 i,
.section9 i {
    display: inline-block;
    margin-left: 7px;
}


/* ==================================================
   Section6 - Contact Banner
================================================== */

.section6 {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    background-color: #102532;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section6::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 17, 27, 0.6);
}

.section6 .max1420 {
    position: relative;
    z-index: 2;
}

.section6-content {
    display: flex;
    min-height: 380px;
    padding: 50px 20px;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section6-content h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
}

.section6-content .pp1 {
    color: rgba(255, 255, 255, 0.92);
    font-size: 22px;
    line-height: 1.6;
}

.section6-content .pp2 {
    margin-top: 40px;
}

.section6-content .pp2 a {
    display: inline-flex;
    min-width: 150px;
    min-height: 52px;
    padding: 10px 25px;
    border-radius: 4px;
    background-color: var(--main-theme-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.section6-content .pp2 a:hover {
    background-color: var(--sub-theme-color);
    transform: translateY(-3px);
}

.section6-content .pp2 i {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 15px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/b40c9619efmqe60q.png) no-repeat center;
}


/* ==================================================
   Section7 - Customer Cases
================================================== */

.section7 {
    position: relative;
    padding: 80px 0 70px;
    overflow: hidden;
    background-color: #fff;
}

.hm-title7 {
    display: flex;
    margin-bottom: 42px;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.hm-title7 h3 {
    max-width: 760px;
}

.more-services {
    flex: 0 0 auto;
}

.more-services a {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 4px;
    background-color: var(--main-theme-color);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.more-services a:hover {
    background-color: var(--sub-theme-color);
    transform: translateY(-2px);
}

.more-services i {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/b40c9619efmqe60q.png) no-repeat center;
}

.section7-swiper .lmore i {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/530de0b1150bikam.png) no-repeat center;
}

.section7-content,
.section7-swiper {
    position: relative;
}

.section7-swiper {
    width: 100%;
    padding-bottom: 55px;
    overflow: hidden;
}

.section7-swiper .swiper-wrapper {
    align-items: stretch;
}

.section7-swiper .swiper-slide {
    position: relative;
    height: auto;
    padding-bottom: 72px;
}

.section7-swiper .swiper-slide>a {
    display: block;
    height: 100%;
    color: #222;
    text-decoration: none;
}

.section7-swiper .img {
    width: 100%;
    height: 446px;
    overflow: hidden;
    background-color: #eee;
}

.section7-swiper .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.section7-swiper .swiper-slide>a:hover .img img {
    transform: scale(1.06);
}

.section7-swiper .txt {
    position: absolute;
    right: 28px;
    bottom: 0;
    left: 28px;
    z-index: 3;
    display: flex;
    min-height: 155px;
    padding: 27px 30px 20px;
    background-color: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.section7-swiper .txt h3 {
    margin: 0 0 18px;
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    transition: color 0.3s ease;
    min-height: calc(1.45em * 4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.section7-swiper .lmore {
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid #ddd;
    color: var(--main-theme-color);
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    transition: color 0.3s ease, border-color 0.3s ease;
}


/* Swiper 6.0.4 当前项 */

.section7-swiper .swiper-slide-active .txt {
    background-color: #ef8207;
}

.section7-swiper .swiper-slide-active .txt h3,
.section7-swiper .swiper-slide-active .lmore {
    color: #fff;
}

.section7-swiper .swiper-slide-active .lmore {
    border-color: rgba(255, 255, 255, 0.5);
}

.section7-swiper .swiper-slide-active .lmore i {
    background-image: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/b40c9619efmqe60q.png);
}


/* Swiper 6.0.4 分页 */

.section7-swiper .swiper-pagination7 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.section7-swiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 8px !important;
    background-color: #cdcdcd;
    opacity: 1;
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
}

.section7-swiper .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background-color: var(--main-theme-color);
}


/* ==================================================
   Section8 - Accordion
================================================== */

.section8 {
    position: relative;
    padding: 30px 0 0;
    overflow: hidden;
    background-color: #fff;
}

.hm-title8 {
    margin-bottom: 45px;
}

.section8-content {
    position: relative;
}

.h-photo-list8 {
    display: flex;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.h-photo-list8>li {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    background-color: #fff;
    cursor: pointer;
    flex: 1;
    transition: flex 0.65s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease;
}

.h-photo-list8>li:last-child {
    border-right: 1px solid #e4e4e4;
}

.h-photo-list8>li.active {
    flex: 1.75;
}


/* Section8 展开内容 */

.h-photo-list8 .cont1 {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04);
    transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.65s ease;
}

.h-photo-list8>li.active .cont1 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.h-photo-list8 .cont1 .img {
    position: absolute;
    inset: 0;
}

.h-photo-list8 .cont1 .img::after {
    content: "";
    position: absolute;
    inset: 28% 0 0;
    z-index: 1;
    background: linear-gradient( to bottom, transparent 0%, rgba(0, 0, 0, 0.82) 100%);
    display: none;
}

.h-photo-list8 .cont1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.h-photo-list8>li.active .cont1 .img img {
    transform: scale(1.02);
}

.h-photo-list8 .cont1 .txt {
    position: absolute;
    right: 30px;
    bottom: 38px;
    left: 30px;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.45s ease 0.2s, transform 0.45s ease 0.2s;
}

.h-photo-list8>li.active .cont1 .txt {
    opacity: 1;
    transform: translateY(0);
}

.h-photo-list8 .cont1 .txt1 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.h-photo-list8 .cont1 .txt2 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.5;
}


/* Section8 收起内容 */

.h-photo-list8 .cont2 {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    padding: 55px 32px 45px;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    flex-direction: column;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.h-photo-list8>li.active .cont2 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.h-photo-list8 .ty1 {
    display: flex;
    min-height: 110px;
    margin-bottom: 36px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.h-photo-list8 .ty1 .img1 {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
}

.h-photo-list8 .ty1 .img1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.h-photo-list8 .ty1 span {
    color: transparent;
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    -webkit-text-stroke: 1px #5d5d5d;
}

.h-photo-list8 .ty2 {
    min-height: calc(1.45em * 2);
    margin-bottom: 17px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.h-photo-list8 .ty3 {
    overflow: hidden;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.h-photo-list8 .ty4 {
    margin-top: auto;
    padding-top: 25px;
}

.h-photo-list8 .ty4 a {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 15px;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #494949;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.h-photo-list8 .ty4 a:hover {
    background-color: #f58200;
    color: #fff;
}

.h-photo-list8 .ty4 i {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 7px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/e33d9f82aaudgnqj.png) no-repeat center;
}


/* ==================================================
   Section9 - News and Subscribe
================================================== */

.section9 {
    position: relative;
    padding: 80px 0 90px;
    overflow: hidden;
    background-color: #fff;
}

.hm-title9 {
    margin-bottom: 45px;
}

.hm-title9 h3 span {
    color: #ef8207;
}

.section9-content {
    display: grid;
    grid-template-columns: 440px minmax(0, 1fr);
    gap: 28px;
}

.section9-left {
    min-height: 570px;
    padding: 52px 38px 38px;
    background-color: #ef8207;
    color: #fff;
}

.subscribe-title {
    margin: 0 0 38px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

.subscribe-submit {
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background-color: #fff;
    cursor: pointer;
}

.subscribe-submit span {
    display: flex;
    color: #1a1a1a;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.subscribe-submit>i {
    position: relative;
    display: block;
    width: 55px;
    height: 50px;
    background-color: #834806;
}

.subscribe-submit>i::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 22px;
    width: 9px;
    height: 9px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/c67df4c69chhtvte.png) no-repeat center;
}

.subscribe-contact {
    display: flex;
    margin-top: 70px;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.subscribe-contact>i {
    color: #fff;
    font-size: 18px;
}

.subscribe-contact>i::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/ebecea2273euvqtg.png) no-repeat;
    width: 27px;
    height: 24px;
    display: inline-block;
}

.subscribe-contact a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
}

.section9-right {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.9fr);
    gap: 28px;
}

.hnews-list9-featured,
.hnews-list9-side {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hnews-list9-featured li,
.hnews-list9-featured li>a {
    display: block;
    height: 100%;
}

.hnews-list9-featured li>a {
    color: #222;
    text-decoration: none;
}

.hnews-list9-featured .img {
    width: 100%;
    height: 388px;
    overflow: hidden;
}

.hnews-list9-featured .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hnews-list9-featured .txt {
    padding-top: 22px;
}

.hnews-list9-featured .news-date,
.hnews-list9-side span {
    display: block;
    color: #727272;
    font-size: 18px;
}

.hnews-list9-featured h3 {
    margin: 12px 0 32px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    transition: all .3s;
}

.hnews-list9-featured li h3:hover {
    color: var(--main-theme-color);
}

.hnews-list9-featured .xw-more {
    display: inline-flex;
    min-height: 42px;
    padding: 8px 20px;
    border: 1px solid #dadada;
    border-radius: 5px;
    color: #383838;
    font-size: 16px;
    align-items: center;
    transition: all .3s;
}

.hnews-list9-featured .xw-more i {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/e33d9f82aaudgnqj.png) no-repeat center;
}

.hnews-list9-featured .xw-more:hover{
    color: #fff;
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
}

.hnews-list9-featured .xw-more:hover i{
    background-image: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/c67df4c69chhtvte.png);
}


.hnews-list9-side li {
    border-bottom: 1px solid #ddd;
}

.hnews-list9-side a {
    display: block;
    padding: 2px 0 26px;
    color: #222;
    text-decoration: none;
}

.hnews-list9-side li+li a {
    padding-top: 40px;
}

.hnews-list9-side h3 {
    margin: 0 0 17px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    transition: color 0.3s ease;
}

.hnews-list9-side a:hover h3 {
    color: #f58200;
}

.hnews-list9-side span {
    font-size: 16px;
}


/**/

.form-submit2 .form-input.captcha {
    position: relative;
}

.form-submit2 .form-input.captcha img {
    position: absolute;
    right: 7px;
    top: 7px;
}

.form-submit2 input::-webkit-input-placeholder,
.form-submit2 textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .55);
}

.form-submit2 .form-control {
    background-size: 30px 30px;
    border-radius: 0;
    padding: 1.5rem 40px 1.5rem .15rem;
    font-size: 15px;
    color: rgba(255, 255, 255, .55);
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.form-submit2 .form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-submit2 .form-control.name {
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/edb09c398f9w2lm3.png) no-repeat right 10px top 10px;
}

.form-submit2 .form-control.email {
    background: url(//wm.cdn.cn86.cn/shangyangfan/2026/08/670798fa2amnqs94.png) no-repeat right 10px top 10px;
}

.form-submit2 .btn {
    padding: .9rem 4rem;
    border-radius: 0;
    background-color: #fff !important;
    border-color: #333 !important;
    color: #333;
}

.form-submit2 .btn:hover {
    background-color: #ef8207 !important;
    border-color: #ef8207 !important;
    color: #fff;
}


/* ==================================================
   Responsive - 1199px
================================================== */

@media screen and (max-width: 1199px) {
    .section6,
    .section6-content {
        min-height: 330px;
    }
    .section7 {
        padding: 65px 0 55px;
    }
    .section7-swiper .img {
        height: 350px;
    }
    .h-photo-list8 {
        height: 460px;
    }
    .h-photo-list8>li.active {
        flex: 1.55;
    }
    .h-photo-list8 .cont2 {
        padding: 42px 24px 35px;
    }
    .h-photo-list8 .ty1 {
        min-height: 90px;
        margin-bottom: 26px;
    }
    .h-photo-list8 .ty1 .img1 {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }
    .h-photo-list8 .ty1 span {
        font-size: 44px;
    }
    .h-photo-list8 .ty2 {
        font-size: 16px;
    }
    .h-photo-list8 .ty3 {
        font-size: 13px;
    }
    .section9-content {
        grid-template-columns: 310px minmax(0, 1fr);
    }
    .section9-left {
        padding-right: 28px;
        padding-left: 28px;
    }
    .section9-right {
        gap: 20px;
    }
}


/* ==================================================
   Responsive - 991px
================================================== */

@media screen and (max-width: 991px) {
    .hm-title7 {
        align-items: flex-end;
    }
    .section7-swiper .img {
        height: 360px;
    }
    .h-photo-list8 {
        height: 430px;
    }
    .h-photo-list8>li.active {
        flex: 1.7;
    }
    .h-photo-list8 .cont2 {
        padding: 35px 18px 30px;
    }
    .h-photo-list8 .ty1 {
        display: block;
        margin-bottom: 22px;
    }
    .h-photo-list8 .ty1 span {
        display: block;
        margin-top: 12px;
        font-size: 36px;
    }
    .h-photo-list8 .ty2 {
        font-size: 15px;
    }
    .h-photo-list8 .ty3 {
        -webkit-line-clamp: 3;
    }
    .section9-content {
        grid-template-columns: 1fr;
    }
    .section9-left {
        min-height: auto;
    }
    .subscribe-contact {
        margin-top: 40px;
    }
}


/* ==================================================
   Responsive - 767px
================================================== */

@media screen and (max-width: 767px) {
    .section6 {
        min-height: 290px;
        background-position: center;
    }
    .section6-content {
        min-height: 290px;
        padding: 40px 15px;
    }
    .section6-content h3 {
        font-size: 27px;
    }
    .section6-content .pp1 {
        font-size: 16px;
    }
    .section6-content .pp2 {
        margin-top: 28px;
    }
    .section7 {
        padding: 50px 0 42px;
    }
    .hm-title7 {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .hm-title7 h3 {
        max-width: none;
    }
    .more-services {
        margin-top: 22px;
    }
    .section7-swiper .img {
        height: 330px;
    }
    .section7-swiper .txt {
        right: 18px;
        left: 18px;
        min-height: 145px;
        padding: 23px 22px 18px;
    }
    .section8 {
        padding-top: 20px;
    }
    .h-photo-list8 {
        display: block;
        height: auto;
        overflow: visible;
    }
    .h-photo-list8>li {
        width: 100%;
        height: 115px;
        border: 1px solid #e4e4e4;
        border-bottom: 0;
        transition: height 0.55s ease;
    }
    .h-photo-list8>li:last-child {
        border-bottom: 1px solid #e4e4e4;
    }
    .h-photo-list8>li.active {
        height: 420px;
    }
    .h-photo-list8 .cont1 .txt {
        right: 22px;
        bottom: 25px;
        left: 22px;
    }
    .h-photo-list8 .cont2 {
        display: flex;
        padding: 18px 20px;
        align-items: center;
        flex-direction: row;
    }
    .h-photo-list8 .ty1 {
        display: flex;
        min-height: 0;
        margin: 0 20px 0 0;
        align-items: center;
        gap: 12px;
    }
    .h-photo-list8 .ty1 .img1 {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }
    .h-photo-list8 .ty1 span,
    .h-photo-list8 .ty3,
    .h-photo-list8 .ty4 {
        display: none;
    }
    .h-photo-list8 .ty2 {
        min-height: 0;
        margin: 0;
        font-size: 16px;
        flex: 1;
    }
    .section9 {
        padding: 55px 0 30px;
    }
    .section9-content {
        gap: 35px;
    }
    .section9-right {
        grid-template-columns: 1fr;
    }
    .hnews-list9-featured .img {
        height: auto;
        aspect-ratio: 16 / 10;
    }
    .hnews-list9-side a {
        padding-bottom: 22px;
    }
    .hnews-list9-featured .news-date{
        font-size: 15px;
    }
    .hnews-list9-featured h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hnews-list9-featured .xw-more{
        font-size: 14px;
    }

    .hnews-list9-side h3{
        font-size: 16px;
    }
    .hnews-list9-side li+li a{
        padding-top: 30px;
    }
    .hnews-list9-side span{
        font-size: 14px;
    }

}


/* ==================================================
   Responsive - 479px
================================================== */

@media screen and (max-width: 479px) {
    .section6-content h3 {
        font-size: 24px;
    }
    .section6-content .pp1 {
        font-size: 14px;
    }
    .section7-swiper .img {
        height: 290px;
    }
    .section7-swiper .txt {
        right: 12px;
        left: 12px;
    }
    .section7-swiper .txt h3 {
        font-size: 16px;
    }
    .h-photo-list8>li {
        height: 100px;
    }
    .h-photo-list8>li.active {
        height: 360px;
    }
    .h-photo-list8 .cont2 {
        padding: 15px 16px;
    }
    .h-photo-list8 .ty1 {
        margin-right: 14px;
    }
    .h-photo-list8 .ty1 .img1 {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
    .h-photo-list8 .ty2 {
        font-size: 14px;
    }
    .h-photo-list8 .cont1 .txt {
        right: 18px;
        bottom: 22px;
        left: 18px;
    }
    .h-photo-list8 .cont1 .txt1 {
        font-size: 17px;
    }
    .h-photo-list8 .cont1 .txt2 {
        font-size: 13px;
    }
    .section9-left {
        padding: 38px 24px 30px;
    }
    .subscribe-title {
        font-size: 25px;
    }
    .subscribe-contact {
        justify-content: flex-start;
    }
    .subscribe-submit span{
        font-size: 15px;
    }
}


/* ==================================================
   Foot
================================================== */

.foot {
    position: relative;
    background-color: #282929;
    color: #fff;
}

.foot * {
    box-sizing: border-box;
}

.foot a {
    color: inherit;
    text-decoration: none;
}

.foot-main {
    padding: 75px 0 70px;
}

.foot-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 280px 240px;
    align-items: start;
    gap: 55px;
}


/* ==================================================
   公司信息
================================================== */

.foot-company {
    min-width: 0;
}

.foot-brand {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.foot-logo {
    display: block;
    width: 92px;
    flex: 0 0 92px;
}

.foot-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

.foot-company-name {
    padding-top: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.foot-contact {
    margin-top: 47px;
}

.foot-contact p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}

.foot-contact a {
    transition: color 0.3s ease;
}

.foot-contact a:hover {
    color: #f58200;
}


/* ==================================================
   社交媒体
================================================== */

.foot-social {
    margin-top: 40px;
}

.foot-social-title {
    margin-bottom: 17px;
    color: #ddd;
    font-size: 18px;
    line-height: 1.4;
}

.foot-social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.foot-social-list a {
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background-color: #f58200;
    color: #fff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.foot-social-list a:hover {
    background-color: #d96f00;
    color: #fff;
    transform: translateY(-3px);
}

.foot-social-list i {
    line-height: 1;
}


/* ==================================================
   快捷导航
================================================== */

.foot-nav {
    min-width: 0;
}

.foot-nav h3,
.foot-qrcode h3 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.foot-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foot-nav li {
    margin: 0 0 7px;
    padding: 0;
}

.foot-nav li:last-child {
    margin-bottom: 0;
}

.foot-nav a {
    position: relative;
    display: inline-block;
    color: #eee;
    font-size: 17px;
    line-height: 1.4;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.foot-nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #f58200;
    transform: translateY(-50%);
    transition: width 0.3s ease;
}

.foot-nav a:hover {
    padding-left: 18px;
    color: #f58200;
}

.foot-nav a:hover::before {
    width: 11px;
}


/* ==================================================
   二维码
================================================== */

.foot-qrcode {
    min-width: 0;
}

.foot-qrcode-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 22px;
}

.foot-qrcode-item {
    width: 105px;
    height: 105px;
    padding: 2px;
    overflow: hidden;
    background-color: #fff;
}

.foot-qrcode-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ==================================================
   版权
================================================== */

.foot-copyright {
    padding: 22px 15px;
    border-top: 1px solid #454545;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 16px;
    line-height: 1.6;
}

.foot-copyright a {
    color: rgba(255, 255, 255, 0.45);
    font-size: 16px;
}

.foot-copyright a:hover {
    color: var(--main-theme-color);
}


/* ==================================================
   响应式：1199px
================================================== */

@media screen and (max-width: 1199px) {
    .foot-main {
        padding: 65px 0 60px;
    }
    .foot-grid {
        grid-template-columns: minmax(0, 1.7fr) 190px 245px;
        gap: 35px;
    }
    .foot-company-name {
        font-size: 18px;
    }
    .foot-contact p {
        font-size: 16px;
    }
    .foot-qrcode-list {
        gap: 14px;
    }
    .foot-qrcode-item {
        width: 96px;
        height: 96px;
    }
}


/* ==================================================
   响应式：991px
================================================== */

@media screen and (max-width: 991px) {
    .foot-grid {
        grid-template-columns: minmax(0, 1.4fr) 190px;
        gap: 45px;
    }
    .foot-company {
        grid-row: span 2;
    }
    .foot-qrcode {
        grid-column: 2;
    }
    .foot-company-name {
        font-size: 17px;
    }
    .foot-contact {
        margin-top: 38px;
    }
    .foot-social {
        margin-top: 32px;
    }
    .foot-qrcode-item {
        width: 90px;
        height: 90px;
    }
}


/* ==================================================
   响应式：767px
================================================== */

@media screen and (max-width: 767px) {
    .hm-title h3{
        font-size: 22px;
    }
    .hm-title .pp{
        font-size: 14px;
    }
    .foot-main {
        padding: 48px 0;
    }
    .foot-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 30px;
    }
    .foot-company {
        grid-row: auto;
        grid-column: 1 / -1;
    }
    .foot-nav,
    .foot-qrcode {
        grid-column: auto;
    }
    .foot-brand {
        gap: 20px;
    }
    .foot-logo {
        width: 75px;
        flex-basis: 75px;
    }
    .foot-company-name {
        padding-top: 0;
        font-size: 16px;
    }
    .foot-contact {
        margin-top: 30px;
    }
    .foot-contact p {
        font-size: 15px;
    }
    .foot-social-title {
        font-size: 16px;
    }
    .foot-nav h3,
    .foot-qrcode h3 {
        margin-bottom: 18px;
        font-size: 17px;
    }
    .foot-nav a {
        font-size: 15px;
    }
    .foot-qrcode-list {
        gap: 12px;
    }
    .foot-qrcode-item {
        width: 90px;
        height: 90px;
    }
    .foot-copyright {
        font-size: 13px;
    }

    .foot-copyright a{
        font-size: 13px;
    }
}


/* ==================================================
   响应式：575px
================================================== */

@media screen and (max-width: 575px) {
    .foot-main {
        padding: 40px 0;
    }
    .foot-grid {
        display: block;
    }
    .foot-company,
    .foot-nav,
    .foot-qrcode {
        width: 100%;
    }
    .foot-nav,
    .foot-qrcode {
        margin-top: 38px;
    }
    .foot-brand {
        display: block;
    }
    .foot-logo {
        width: 72px;
        margin-bottom: 18px;
    }
    .foot-company-name {
        font-size: 15px;
        line-height: 1.6;
    }
    .foot-contact {
        margin-top: 24px;
    }
    .foot-contact p {
        font-size: 14px;
        word-break: break-word;
    }
    .foot-social {
        margin-top: 27px;
    }
    .foot-social-list a {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
    .foot-nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 20px;
    }
    .foot-nav li {
        margin: 0;
    }
    .foot-qrcode-list {
        gap: 18px;
    }
    .foot-qrcode-item {
        width: 100px;
        height: 100px;
    }
    .foot-copyright {
        padding: 18px 10px;
        font-size: 12px;
    }
    .foot-copyright a{
        font-size: 12px;
    }

    .section6-content .pp2 a,.more-services a{
        font-size: 14px;
    }

    .section6-content .pp2 a{
        min-height: 48px;
        padding: 12px 22px;
    }


    .home-banner .swiper-pagination1{
        bottom: 12px;
    }
    .home-banner .swiper-slide>a>img{
        height: 200px;
        object-fit: cover;
    }

}


/* ==================================================
   响应式：375px
================================================== */

@media screen and (max-width: 375px) {
    .foot-company-name {
        font-size: 14px;
    }
    .foot-contact p {
        font-size: 13px;
    }
    .foot-nav ul {
        grid-template-columns: 1fr;
    }
    .foot-qrcode-item {
        width: 92px;
        height: 92px;
    }
}