.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;
    }
}

/*  */

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../fonts/gilroy-regular.otf) format('truetype');
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url(../fonts/gilroy-light.otf) format('truetype');
}

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.max1760 {
    max-width: 1760px;
    width: 91.66%;
    margin: 0 auto;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.pl80{
    padding-left: 80px;
}
.pr80{
    padding-right: 80px;
}

/* header */
.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    height: 124px;
}

.top-mid-flex {
    height: 100%
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 58px
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/wmytcgnfz/2025/12/8cc88e302fczekhk.png) no-repeat center;
    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/wmytcgnfz/2025/12/968928c066qmx0j1.png)
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 18px;
    color: #182b39;
    height: 124px;
    line-height: 40px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
}

.x-menu>li>a::before{
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: 0px;
    height: 2px;
    background: #000;
    content: "";
    transition: all .5s;
    -webkit-transition: all .5s;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color)!important
}

.x-menu>li:hover>a::before{
    width: 100%;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color);
}

@media (min-width: 1200px) {
    .x-menu>li {
        margin-left:15px;
        margin-right: 15px
    }
}

@media (min-width: 1440px) {
    .x-menu>li {
        margin-left:22px;
        margin-right: 22px
    }
}

/* 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: 2.083vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(31, 139, 201, 0.2);
    border-radius: 50%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
     background: rgba(31, 139, 201, 1);
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1, .home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    left: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/6e38c3b7f5esyobb.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-next1 {
    right: 2.083vw;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/cf9ba08e30xu7rnw.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}




/* section2 */

.section2 {
    position: relative;
    background: #f3f7fa;
    padding-top:8.333vw;
    padding-bottom: 4.67875vw;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    color: #182b39;
    font-size: 2.5vw;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Gilroy-Light";
    font-weight: normal;
}

.hm-title .pp {
    color: #3c5a7e;
    line-height: 1.5;
    font-size: 18px;
    max-width: 800px;
}
.hm-title .view-more{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}

@media (min-width: 992px){
    .hm-title .view-more01{
        top: 50%;
        transform: translateY(-50%);
    }
}

.hm-title .view-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 187px;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #182b39;
}
.hm-title .view-more a:hover{
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: underline;
}

.product-swiper {
    margin-top: 60px;
}

.product-swiper .swiper-slide .slicon:first-child{
    margin-bottom: 30px;
}

.product-swiper .swiper-slide {
    position: relative;
}

.product-swiper .swiper-slide a {
    display: block;
}

.product-swiper .swiper-slide .img {
    position: relative;
}

.product-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.product-swiper .swiper-slide .txt {
    position: relative;
    padding: 20px 0;
}

.product-swiper .swiper-slide .txt h3 {
    display:block;
    font-weight: normal;
    color: #182b39;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.product-swiper .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
    font-weight: bold;
}

.product-swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.product-swiper .swiper-pagination-progressbar {
     margin-top: 4.6875vw;
    background: rgba(24, 43, 57, 0.1);
    background: none;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 5px;
}

.product-swiper .swiper-pagination-progressbar::before{
    position: absolute;
    left: 0px;
    top: 1px;
    width: 100%;
    height: 5px;
    content: "";
    background: rgba(24, 43, 57, 0.1);
}

.product-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #1f8bc9;
}

/* section3 */
.section3{
    position: relative;
    padding-top: 7.2916vw;
    padding-bottom: 7.8125vw;
    background-color: #fff;
}

.sec3-left{
    position: relative;
    width: 50%;
}
.sec3-left .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec3-right{
    position: relative;
    flex: 1;
    min-width: 1px;
    padding-left: 8.333vw;
    padding-top: 2.60416vw;
}

.sec3-right > h2{
    font-weight: normal;
    font-size: 2.125vw;
    color: #182b39;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize ;
}

.sec3-right .abb-txt{
    font-size: 18px;
    color: #3c5a7e;
    line-height: 1.7;
}
.sec3-right .abb-more{
    margin-top: 3.125vw;
}
.sec3-right .abb-more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #1f8bc9;
}
.sec3-right .abb-more a:hover{
    color: #fff!important;
    text-decoration: underline;
}

/*section4*/
.section4{position: relative;padding: 40px 0 70px;background-color: #182b3a;}
.flex3{display:-webkit-box;display:-moz-flex;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;align-items:center;}
.applations{position:relative;align-items:flex-start;}
.applations .apl{flex:0 0 auto;width:48.86%;}
.applations .apl .item{position:relative;}
.applations .apl .img{padding-bottom:59.3%;background-position:center;background-size:cover;overflow:hidden;position:relative;z-index:5;}
.applations .apl .it{position:relative;z-index:10;color:#fff;padding:20px 0px;}
.applations .apl .it h3{font-size: 1.5625vw;color: #fff;text-transform: uppercase;margin-bottom: 10px;line-height: 1.2;display: block;font-family: Gilroy-Light;font-weight: normal;}
.applations .apl .it .pp{font-size: 16px;color: rgba(255, 255, 255, 0.5);line-height: 1.5;font-weight: normal;letter-spacing: 2px;font-family: Gilroy-Light;}

.applations .apr{flex:1 1 auto;padding-left:35px;overflow:hidden;}
.applations .apr .swiper-container{height:100%;}
.applations .apr .img{padding-bottom:65.06%;overflow:hidden;position:relative;}
.applations .apr .img img{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;object-fit: cover;}
.applations .apr .it{position:relative;z-index:10;width:100%;color:#fff;padding:20px 10px;}
.applations .apr .it h3{font-size: 1.5625vw;color: #fff;text-transform: uppercase;margin-bottom: 10px;line-height: 1.2;font-family: Gilroy-Light;font-weight: normal;}
.applations .apr .it .pp{font-size: 16px;color: rgba(255, 255, 255, 0.5);line-height: 1.5;font-weight: normal;font-family: Gilroy-Light;}

.section4 .bot{position:relative;left:0;bottom:0;width:100%;padding-left:0px;margin-top: 3.125vw;}
.section4 .bot .bar{flex:1 1 auto;height:5px;position:relative;background:rgba(255, 255, 255, 0.1);}
.section4 .bot .bar .cur{position:absolute;left:0;top:0;height:100%;background:#fff;transition:.3s;}


/* section5 */
.section5{
    position: relative;
    background: url(//wm.cdn.cn86.cn/wmytcgnfz/2025/12/a0266120b1mspl6j.jpg) no-repeat;
    background-size: cover;
    padding-top: 8.3333vw;
    padding-bottom: 9.375vw;
}

.hm-title5 .pp{
    max-width: 1050px;
    margin: 0 auto;
}
.section5-con{
    margin-top: 60px;
}

.h-photo-list{
    position: relative;
    margin: 0 -15px;
}
.h-photo-list li{
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px 15px 15px;
}
.h-photo-list li a{
    display: block;
}
.h-photo-list li .img img{
    display: block;
    width: 100%;
}

.h-photo-list li .text{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(//wm.cdn.cn86.cn/wmytcgnfz/2025/12/bff6fb95abdnvuzr.png) no-repeat;
    background-size: cover;
    z-index: 99;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.h-photo-list li .text .jia{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.h-photo-list li .text .jia i{
    display: block;
    width: 69px;
    height: 69px;
    background: url(//wm.cdn.cn86.cn/wmytcgnfz/2025/12/bc6512f02b6qoj7z.png) no-repeat center;
    background-size: 69px 69px;
}

.h-photo-list li .text .ooc{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    text-align: center;
    padding: 2.083vw 10px;
    color: #fff;
}
.h-photo-list li .text .ooc h3{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.h-photo-list li .text .ooc .pp{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.h-photo-list li:hover .text{
    opacity: 0;
}


/* foot */
.foot{
    position: relative;
    background: url(//wm.cdn.cn86.cn/wmytcgnfz/2025/12/2376e835f9cvoi1o.jpg) no-repeat;
    background-size: cover;
    padding-top: 4.166vw;
}

.fof-top{
    position: relative;
    padding-bottom: 10.416vw;
}
.fot-item{
    position: relative;
    flex: 1;
}

.fot-item1{
    flex: 0 0 65%;
}
.fot-item2{
    flex: 1;
}
.fot-item3{
    flex: 0 0 auto;
}

.we-tit{
    line-height: 20px;
    position: relative;
    font-size: 16px;
    color: #3c5a7e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.fof-con1{
    padding-right: 15%;
}

.fof-con-le{
    position: relative;
    flex: 1;
    min-width: 1px;
}
.fof-con-ri{
    position: relative;
}
.fof-con-ri .ewmy{
    width: 120px;
    text-align: center;
    margin-right: 3.125vw;
    margin-left: 2.083vw;
}

.fof-con-ri .ewmy p{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.ff-logo{
    margin-bottom: 2.60416vw;
}
.ff-logo a{
    display: block;
}
.ff-logo a img{
    max-width: 100%;
    max-height: 80px;
}

.ff-share{
    display: flex;
    align-items: center;
}
.ff-share a{
    height: 30px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ff-share a img{
    max-width: 30px;
}

.lxwm{
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-family: "Gilroy-Light";
}
.lxwm p{
    margin-bottom: 10px;
}

.ffnav{
    position: relative;
}
.ffnav a{
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-family: "Gilroy-Light";
}

.fof-bom{
    position: relative;
    padding: 25px 0;
    line-height: 1.2;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.2);
    font-family: "Gilroy-Light";
}
.fof-bom a{
    color: #fff;
}
.fof-bom a:hover{
    text-decoration: underline;
}


@media (max-width: 1280px){
    .header{
        height: 90px;
    }
    .x-menu>li>a{
        height: 90px;
        font-size: 16px;
    }
    .product-swiper .swiper-slide .txt h3{
        font-size: 18px;
    }
    .hm-title .view-more a,.sec3-right .abb-more a{
        width: 160px;
        height: 50px;
    }
    .sec3-right{
        padding-left: 4.16vw;
    }
    .h-photo-list li .text .ooc h3{
        font-size: 18px;
    }

    .sec3-right > h2{
        font-size: 2.25vw;
    }

    .fof-con-ri .ewmy{
        margin-left: 1.25vw;
        margin-right: 2.083vw;
    }
    .lxwm,.ffnav a{
        font-size: 15px;
    }

    .fof-con1{
        padding-right: 10%;
    }

}


@media (max-width: 992px){
    .header{
        height: 65px;
    }
    .logo a img{
        max-height: 40px;
    }

    .section2,.section3,.section5{
        padding: 40px 0;
    }

    .hm-title .view-more{
        position: relative;
        margin-top: 20px;
    }

    .sec3-left{
        width: 100%;
    }
    .sec3-right{
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }

    .applations .apl{
        width: 100%;
    }

    .h-photo-list li{
        width: calc(50% - 30px);
        margin: 0 15px 15px 15px;
    }

    .fot-item1{
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .fot-item3{
        display: none;
    }

}


@media (max-width: 768px){
    .foot{
        padding-top: 30px;
        margin-bottom: 70px;
    }
    .fof-con1{
        display: block;
    }
    .ff-logo{
        margin-bottom: 20px;
    }
    .fof-con-le{
        margin-bottom: 20px;
    }

    .fof-top{
        padding-bottom: 40px;
    }

    .hm-title h3{
        font-size: 24px;
    }
    .hm-title .pp{
        font-size: 15px;
    }

    .hm-title .view-more a, .sec3-right .abb-more a{
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .product-swiper{
        margin-top: 30px;
    }
    .sec3-right .abb-txt{
        font-size: 15px;
    }

    .applations .apl .it h3{
        font-size: 20px;
    }
    .applations .apl .it .pp{
        font-size: 14px;
    }

    .section5-con{
        margin-top: 30px;
    }
    .h-photo-list{
        margin: 0 -10px;
    }
    .h-photo-list li{
        width: calc(50% - 20px);
        margin: 0 10px 15px 10px;
    }
    .h-photo-list li .text .ooc{
        padding: 20px;
    }
    .h-photo-list li .text .ooc h3{
        font-size: 16px;
    }
    .h-photo-list li .text .ooc .pp{
        font-size: 14px;
    }

    .h-photo-list li .text .jia i{
        width: 39px;
        height: 39px;
        background-size: 39px 39px;
    }


}


@media (max-width: 640px){
    .fof-con-ri .ewmy p{
        font-size: 14px;
    }
    .fof-bom{
        padding: 18px 0;
    }   

    .section4{
        padding: 40px 0;
    }
    .applations .apl .it .pp{
        letter-spacing: 0px;
    }

    .sec3-right > h2{
        font-size: 22px;
    }
    .product-swiper .swiper-pagination-progressbar{
        margin-top: 0px;
    }

    .logo a img{
        max-height: 36px;
    }

}