.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;
    }
}


/*  */

html,
body {
  margin: 0;
  color: #101b44;
  font-family: "Gilroy", "Poppins", "Montserrat", "Segoe UI", Arial, sans-serif;
  background: #ffffff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

*{
    font-family: "Gilroy", "Poppins", "Montserrat", "Segoe UI", Arial, sans-serif;
}

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;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1780 {
    padding-left: 3.64583vw;
    padding-right: 3.64583vw;
    margin: 0 auto;
}

.max1600{
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1450 {
    max-width: 1450px;
    margin: 0 auto;
    width: 92%;
}

.max1400 {
    max-width: 1400px;
    margin: 0 auto;
    width: 92%;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1300 {
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%!important;
    }
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(../fonts/gilroy-bold.otf) format('truetype');
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../fonts/gilroy-regular.otf) format('truetype');
}


/* header */

.header {
    width: 100%;
    z-index: 999;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.top-flex {
    position: relative;
    background-color: #fff;
    height: 60px;
}

.top-flex>.flex2 {
    height: 100%;
}

.mid-flex {
    height: 98px;
    position: relative;
    background-color: #0c56a5;
}

.mid-flex>.flex2 {
    height: 100%;
}

.head-share a {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    max-width: 20px;
    height: 20px;
}

.head-share a img {
    max-width: 20px;
    max-height: 100%;
}


.head-phone a{
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}

.head-phone i {
    margin-right: 5px;
}

.head-phone span {
    font-size: 16px;
    color: #474f58;
}

.logo {
    position: relative
}

.logo a {
    display: flex;
    align-items: center
}

.logo a img {
    max-width: 100%;
    max-height: 66px;
}

.logo h2 {
    margin-left: 10px;
    font-size: 24px;
    color: #ffffff;
    font-family: "Gilroy-Bold";
    margin-bottom: 0px;
}

.top_right {
    padding-top: 0;
    height: 100%;
}

.header-ss {
    margin-left: 2.083vw;
    margin-right: 1.25vw;
    position: relative;
    width: 30px;
    height: 100%;
}

.header-ss .ss_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/kschangjie/2025/12/1b2224362ft9amrp.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/kschangjie/2025/12/14ff87103aij6axp.png)
}

.head-message {
    margin-left: 1.125vw;
    position: relative;
    padding: 0px 10px;
    background-color: #2598eb;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    height: 100%;
}

.head-message a {
    font-size: 15px;
    font-family: "Gilroy-Bold";
    color: #fff!important;
    height: 100%;
    display: flex;
    align-items: center;
}

.head-message:hover {
    background-color: var(--sub-theme-color);
}

.x-menu {
    position: relative;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 18px;
    color: #ffffff;
    height: 98px;
    line-height: 40px;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.x-menu>li>a i::before {
    margin-left: 5px;
    width: 9px;
    height: 6px;
    background: url(//wm.cdn.cn86.cn/kschangjie/2025/12/b237effd39lp0tdn.png) no-repeat;
    display: inline-block;
    vertical-align: 2px;
    content: "";
}

.x-menu>li:hover>a {
    color: #fff!important;
    text-decoration: underline;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    width: 240px;
    left: 0%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 10px 15px;
}

.x-sub-menu>li>a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .3em .3em
}

.x-sub-menu>li>a:hover {
    color: var(--main-theme-color)!important;
}

.x-none {
    display: none;
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 18px;
        margin-right: 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: 15px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 6px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 6.25vw;
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    width: 100%;
    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
}

.v_tit_aa {
    color: #000000;
    font-size: 55px;
    margin-bottom: 20px;
    font-family: "Gilroy-Bold";
    line-height: 1.2;
    max-width: 700px;
}

.v_tit_bb {
    color: #000000;
    font-size: 22px;
    margin-bottom: 2.875vw;
    font-weight: normal;
    line-height: 1.5;
    max-width: 660px;
}

.v_tit_cc {
    display: flex;
    align-items: center;
}

.v_tit_cc a {
    display: block;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    padding: 15px 20px 15px;
    background-color: var(--main-theme-color);
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

.v_tit_cc a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: var(--sub-theme-color);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

.v_tit_cc a:hover {
    color: #fff!important;
}

.v_tit_cc a:hover::before {
    width: 100%;
}


.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #1784d4;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}

.eyebrow span {
  width: 75px;
  height: 2px;
  background: #1784d4;
}

/*  */
.recommendation {
    position: relative;
    background: #ffffff;
    padding-top: 67px;
    padding-bottom: 70px;
    overflow: hidden;
}


.swiper-controls {
    height: 52px;
    margin-top: 48px;
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    gap: 26px;
    align-items: center;
}

.swiper-btn {
    width: 52px;
    height: 52px;
    border: 1px solid #d4d9e2;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    position: relative;
}

.swiper-btn.prev {
    border-color: #075fac;
    background: #075fac;
}

.swiper-btn::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
}

.swiper-btn.prev::before {
    left: 22px;
    color: #ffffff;
    transform: rotate(-45deg);
}

.swiper-btn.next::before {
    right: 22px;
    color: #aab2bf;
    transform: rotate(135deg);
}

.swiper-button-disabled {
    opacity: 1;
}

.progress {
    height: 8px;
    background: #edf1f6;
    overflow: hidden;
}

.progress span {
    display: block;
    width: 117px;
    height: 8px;
    background: #075fac;
    transform: translateX(0);
    transition: transform 420ms ease;
}


.container2 {
  width: 1455px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .container2 {
    width: calc(100vw - 80px);
    max-width: 1455px;
  }
}



@media (max-width: 767px) {
  .container2 {
    width: calc(100vw - 32px);
  }
}



/* section1 */

.section1 {
    position: relative;
    background: #fff;
    padding-top: 3.64583vw;
    padding-bottom: 3.64583vw;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    color: #101b44;
    font-size: 40px;
    line-height: 1.2;
    font-family: "Gilroy-Bold";
    margin-bottom: 10px;
}

.hm-title p {
    color: #8c8c8c;
    font-size: 18px;
    line-height: 1.2;
}

.tabs_product {
    position: relative;
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);  /* 等宽 5 列 */
    background: #ebedf0;
}

/* 宽度不够时自动减少每行列数 */
@media (max-width: 800px) {
    .tabs_product {
        grid-template-columns: repeat(3, 1fr);  /* 每行 3 个 */
    }
}

@media (max-width: 500px) {
    .tabs_product {
        grid-template-columns: repeat(2, 1fr);  /* 每行 2 个 */
    }
}

@media (max-width: 300px) {
    .tabs_product {
        grid-template-columns: 1fr;  /* 每行 1 个 */
    }
}

.tabs_product .tabx {
    text-align: center;
    cursor: pointer;
}

.tabs_product .tabx+div{
    border-left: 1px solid #d2d4d6;
}

.tabs_product .tabx a{
    display: block;
    width: 100%;
    border-radius: 5px;
    transition: all .5s;
    font-size: 17px;
    color: #000000;
    line-height: 1.3;
    padding: 0.7em 0;
}

.tabs_product .tabx a:hover{
    background-color: #0c56a5;
    color: #fff!important;
}

.product-swiper {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.product-swiper .swiper-slide {
    position: relative;
    padding: 15px 15px 21px;
    background: #f7f9fc;
    border-radius: 5px;
}

.product-swiper .swiper-slide .img {
    position: relative;
}

.product-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.product-swiper .swiper-slide .txt {
    position: relative;
    text-align: center;
    padding: 35px 15px 0;
}

.product-swiper .swiper-slide .txt h3{
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    min-height: calc(1.3em * 3);
}

.product-swiper .swiper-slide .txt .card-line {
    width: 100%;
    height: 1px;
    margin: 18px auto 0;
    background: #e0e0e0;
}

.card-actions {
    margin-top: 17px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.card-actions a {
    width: 148px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0c56a5;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    transition: all .5s;
}

.card-actions a:nth-child(2) {
    background: #2598eb;
}

.product-swiper .swiper-slide .txt h3:hover {
    color: var(--main-theme-color);
}
.product-swiper .swiper-slide .card-actions a:hover{
    color: #fff!important;
    text-decoration: underline;
}

.product-click {
    margin-top: 35px;
}

.product-click .swiper-button-next1,
.product-click .swiper-button-prev1 {
    position: relative;
    width: 55px;
    height: 55px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0 10px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #a7a7a7;
}

.product-click .swiper-button-prev1 {
    background: url(//wm.cdn.cn86.cn/kschangjie/2025/12/d2d3bf202a7udyvt.png) no-repeat center rgba(255, 255, 255, 0.1);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.product-click .swiper-button-next1 {
    background: url(//wm.cdn.cn86.cn/kschangjie/2025/12/d2d3bf202a7udyvt.png) no-repeat center rgba(255, 255, 255, 0.1);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.product-click .swiper-button-prev1:hover {
    background-image: url(//wm.cdn.cn86.cn/kschangjie/2025/12/090a74a6176ogldn.png);
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.product-click .swiper-button-next1:hover {
    background-image: url(//wm.cdn.cn86.cn/kschangjie/2025/12/090a74a6176ogldn.png);
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}



/* section2 */

.section2 {
    position: relative;
    background: #0c56a5 url(//wm.cdn.cn86.cn/taizhoumlhb/2026/05/0afb4aff9codiaic.jpg) no-repeat;
    background-size: cover;
}

.sec2-left {
    position: relative;
    padding-left: 11.7916vw;
    flex: 1;
    min-width: 1px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.about-f1{
    position: relative;
    margin-bottom: 40px;
}

.about-f1 .p0{
    width: 85px;
    height: 85px;
    background: #2598eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 10px;
}
.about-f1 .p0 img{
    max-width: 100%;
}

.about-f1 .p1{
    line-height: 1.2;
    font-size: 44px;
    color: #fff;
    font-family: "Gilroy-Bold";
    text-transform: uppercase;
}

.about-f1 .p2{
    font-size: 18px;
    color: #d6d6d6;
    line-height: 1.2;
}

.sec2-left .about-name {
    color: #fff;
    font-size: 34px;
    font-family: "Gilroy-Bold";
    line-height: 1.2;
    margin-bottom: 20px;
}

.sec2-left .about-txt {
    font-size: 16px;
    color: #d6d6d6;
    line-height: 1.5;
    margin-bottom: 2.083vw;
}

.sec2-left .about-mo a {
    display: block;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 30px 10px;
    background-color: #2598eb;
    font-size: 16px;
    color: #f4f3f3;
    overflow: hidden;
    transition-duration: 1s;
    position: relative;
    z-index: 99;
}

.sec2-left .about-mo a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: var(--sub-theme-color);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

.sec2-left .about-mo a:hover {
    color: #f4f3f3!important;
}

.sec2-left .about-mo a:hover::before {
    width: 100%;
}

.sec2-right {
    position: relative;
    padding-left: 0px;
    width: 46.875%;
}

.sec2-right .img {
    height: 100%;
}

.sec2-right .img img {
    width: 100%;
    height: 100%;
}


/* section3 */

.section3 {
    position: relative;
    background: #d9e9f6 url(//wm.cdn.cn86.cn/taizhoumlhb/2026/05/504c250769yfbmhm.jpg) no-repeat;
    background-size: cover;
    padding: 4.166vw 0;
    font-family: "Gilroy", "Poppins", "Montserrat", "Segoe UI", Arial, sans-serif;
}
.hm-title3{
    margin-bottom: 30px;
}
.hm-title3 h3 {
    color: #101b44!important;
}
.hm-title3 p {
    color: #1a254f!important;
}

.ww_img {
    overflow: hidden;  /* 核心：隐藏超出部分 */
    width: 100%;       /* 根据你的需求调整宽度 */
}

/* 滚动容器核心样式 */
.scroll-wrap {
    display: flex;     /* 横向排列图片 */
    animation: scroll-left 15s linear infinite; /* 向左滚动动画 */
}

/* 向左滚动核心动画 */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); } /* 滚动完整距离 */
}


.watermark {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(72px, 9.1vw, 194px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    pointer-events: none;
}

.section3-con {
    margin-top: -100px;
    position: relative;
}

.tab-arc {
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  width: 100%;
  /* height: 180px; */
  overflow: visible;
  pointer-events: none;
}

.tab-arc path {
  fill: none;
  stroke: rgba(33, 82, 150, 0.16);
  stroke-width: 1.2;
}

.tab-arc circle {
  fill: #0c56a5;
  stroke: #ffffff;
  stroke-width: 4;
}

.section3-con .list1{
    position: relative;
}
.section3-con .list1 li{
    max-width: 852px;
    margin: 0 auto;
    cursor: pointer;
}
.section3-con .list1 li .img{
    border-radius: 30px;
    overflow: hidden;
}
.section3-con .list1 li .img img{
    width: 100%;
}
.section3-con .list1 li .txt{
    padding: 20px 0;
    text-align: center;
}
.section3-con .list1 li .txt .pp1{
    font-size: 26px;
    color: #000000;
    line-height: 1.5;
    font-weight: bold;
}

.section3-con .list1 li .txt .pp2{
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}


.down-cont{
    position: relative;
    height: 328px;
    margin: -60px auto 0;
    z-index: 3;
}

.section3-con .list2 li{
    position: absolute;
    text-align: center;
    width: 150px;
}
.section3-con .list2 li a{
    cursor: pointer;
}
.section3-con .list2 li .img{
    width: 150px;
    height: 150px;
    background: #0c56a5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.section3-con .list2 li .img img{
    max-width: 100%;
}
.section3-con .list2 li span{
    display: block;
    line-height: 1.3;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.section3-con .list2 li.on .img{
    background-color: #2598eb;
}
.section3-con .list2 li.on span{
    color: #0c56a5;
}

.point-1 {
  left: 100px;
  top: 0px;
}

.point-2 {
  left: 335px;
  top: 75px;
}

.point-3 {
  left: 565px;
  top: 110px;
}

.point-4 {
  left: 795px;
  top: 110px;
}

.point-5 {
  left: 1025px;
  top: 75px;
}

.point-6 {
  right: 100px;
  top: 0px;
}




/* section4 */

.section4 {
    position: relative;
    padding-top: 4.166vw;
    padding-bottom: 4.166vw;
}

.section4-con {
    margin-top: 30px;
}
.section4-list{
    position: relative;
}
.section4-list .swiper-slide {
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background-color: #f5f7fa;
    border-radius: 20px;
    overflow: hidden;
}

.section4-list .swiper-slide a {
    display: block;
}

.section4-list .swiper-slide .txt {
    position: relative;
    padding: 30px 30px 40px;
}

.section4-list .swiper-slide .txt h3 {
    font-size: 24px;
    color: #1a254f;
    line-height: 1.3;
    min-height: calc(1.3em * 2);
    margin-bottom: 10px;
    font-family: "Gilroy-Bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.section4-list .swiper-slide .txt .pp {
    font-size: 16px;
    color: #1a254f;
    line-height: 1.5;
    margin-bottom: 1.5625vw;
    min-height: calc(1.5em * 2);
}

.section4-list .swiper-slide .txt .remo {
    font-size: 16px;
    color: #005bac;
}

.section4-list .swiper-slide .txt .remo i {
    display: inline-block;
    width: 9px;
    height: 10px;
    background: url(//wm.cdn.cn86.cn/taizhoumlhb/2026/05/5acf192a6cxqky6v.png) no-repeat;
    margin-left: 10px;
}

.section4-list .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
}



/* foot */

.foot {
    position: relative;
    background: #072f59;
}

.foot-first{
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 40px 0;
}

.foot-logo a{
    display: block;
}

.foot-logo a img{
    display: block;
}

.foot-logo p{
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin-top: 15px;
}

.foot-message{
    position: relative;
    width: 60%;
}


.form-submit2 .form-input.captcha {
    position: relative;
}

.form-submit2 .form-input.captcha img {
    width: 100px;
    position: absolute;
    right: 7px;
    top: 7px;
}

.form-submit2 .form-control {
    height: 45px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    font-size: 16px;
    color: #565e65;
}

.form-submit2 .form-control.content{
    padding-top: 10px;
}

.form-submit2 .btn {
    width: 100%;
    line-height: 45px;
    height: 45px;
    padding: 0rem 0rem;
    border-radius: 5px;
    background-color: #005bac !important;
    border-color: #005bac !important;
    color: #fff;
}

.form-submit2 .btn:hover {
    background-color: #005bac !important;
    border-color: #005bac !important;
    color: #fff;
}




.foot-top {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.foot-item1 {
    position: relative;
    width: 62.85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 3.125vw;
}

.foot-item2 {
    flex: 1;
    min-width: 1px;
    padding-left: 5.2083vw;
}

.foot-top .bti {
    color: #fff;
    font-size: 20px;
    font-family: "Gilroy-Regular";
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 15px;
}

.foot-dao {
    margin-bottom: 1rem;
}

.foot-dao li a {
    display: block;
    line-height: 28px;
    font-size: 16px;
    color: rgba(228, 230, 232, .7);
    font-family: "Gilroy-Regular";
}

.foot-dao li a:hover {
    color: var(--main-theme-color)!important;
}

.ft-sphone {
    margin-bottom: 15px;
}

.ft-sphone h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    font-family: "Gilroy-Regular";
    font-weight: normal;
    line-height: 1;
}

.ft-lxwm {
    font-size: 16px;
    color: rgba(228, 230, 232, .7);
    line-height: 1.7;
    margin-bottom: 20px;
}

.ft-lxwm p {
    line-height: 28px;
}
.ft-lxwm p img{
    margin-right: 10px;
}


.foot-banq {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: #072f59;
    color: rgba(228, 230, 232, .3);
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.5;
}

.foot-banq a {
    color: rgba(228, 230, 232, .3);
}

.foot-banq a:hover {
    color: var(--main-theme-color)!important;
}


/* 响应式 */

@media (max-width: 1280px) {
    .logo a img {
        max-height: 40px;
    }
    .logo h2 {
        font-size: 22px;
    }
    .logo h2 p {
        font-size: 15px;
    }
    .head-message a {
        font-size: 14px;
    }
    .x-menu>li>a {
        font-size: 16px;
    }
    .v_tit_aa {
        font-size: 38px;
    }
    .v_tit_bb {
        font-size: 16px;
    }
    .v_tit_cc a {
        font-size: 14px;
        padding: 10px 15px 7px;
    }
    .hm-title h3 {
        font-size: 36px;
    }
    .hm-title p {
        font-size: 16px;
    }
    .product-cate-swiper .swiper-slide .txt .pmore {
        font-size: 14px;
        padding: 6px 12px;
    }
    .section1 {
        padding: 50px 0;
    }
    .section2 {
        padding: 50px 0;
    }
 
   
    .section3 {
        padding: 50px 0;
    }
    .section4 {
        padding: 50px 0;
    }
    .sec2-left {
        padding-left: 4%;
    }
    .foot-top {
        padding: 40px 0;
    }
}

@media (max-width: 992px) {
    .mid-flex {
        height: 70px;
    }
    .section4-list li .txt h3 {
        font-size: 17px;
        line-height: 1.2;
    }
    .section4-list li .txt .pp {
        line-height: 1.2;
    }
    .section4-list li .txt .remo {
        font-size: 14px;
    }
    .foot-item2 {
        padding-left: 0px;
    }
    .sec3-left {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec3-photo-list li {
        padding: 20px 10px 15px 0;
    }
    .sec3-photo-list .tip-tit {
        padding-bottom: 10px;
    }
    .sec3-photo-list .tip-cont {
        font-size: 15px;
    }
    .sec3-right {
        width: 100%;
    }
    .sec2-left {
        padding: 40px 4%;
    }
    .sec2-left .about-txt {
        font-size: 15px;
    }
    .sec2-right {
        width: 100%;
        padding: 0px 4% 20px;
    }
    .sec2-left .about-name {
        font-size: 26px;
    }
}

@media (max-width:768px) {
    .section1 {
        padding: 40px 0;
    }
    .section2 {
        padding: 10px 0 20px;
    }
 
   
    .section3 {
        padding: 40px 0;
    }
    .section4 {
        padding: 40px 0;
    }
    .mid-flex {
        height: 60px;
    }
    .x-none {
        display: inline-block!important;
    }
    .hm-title h3 {
        font-size: 28px;
    }
    .hm-title p {
        font-size: 15px;
    }
    .product-swiper .swiper-slide a {
        padding: 10px;
    }
    .product-swiper .swiper-slide .txt h3 {
        font-size: 15px;
    }
    .section5-swiper .swiper-slide h3 {
        font-size: 15px;
        line-height: 40px;
    }
    .section6-photo-list li {
        width: calc(50% - 20px);
        margin: 0 10px 22px 10px;
        padding: 15px 15px;
    }
    .section6-photo-list li .txt h3 {
        font-size: 18px;
    }
    .section6-photo-list li .txt .pp {
        font-size: 14px;
    }
    .section6-photo-list li .img img {
        max-width: 40px;
        max-height: 40px;
    }
    .case-swiper .swiper-slide .txt h3 {
        font-size: 16px;
    }
    .case-click {
        margin-top: 20px;
    }
   
    .section4 {
        padding: 40px 0 20px;
    }
    .foot {
        margin-bottom: 70px;
    }
    .foot-top {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .ss-search2 {
        margin-bottom: 20px;
    }
    .foot-banq {
        padding: 20px 0;
    }
   
    .section4-list li .txt {
        padding: 30px 20px 20px;
    }
}

@media (max-width: 500px) {
    .foot-banq,
    .ft-lxwm {
        font-size: 14px;
    }
    .ss-search2 #s_btn {
        font-size: 14px;
    }
    .section4-con {
        margin-top: 20px;
    }
    .case-click .swiper-button-next2,
    .case-click .swiper-button-prev2 {
        width: 40px;
        height: 40px;
    }
    .floor_5_main .z_school_swiper .swiper-slide .ljie a {
        width: 40px;
        height: 40px;
    }
    .product-click .swiper-button-next1,
    .product-click .swiper-button-prev1 {
        width: 40px;
        height: 40px;
    }
    .product-click {
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .v_tit_aa {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .v_tit_bb {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .v_tit_cc a {
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .home-banner .swiper-pagination1 {
        bottom: 10px;
    }
    .v_tit_aa {
        font-size: 25px;
        margin-bottom: 0px
    }
    .v_tit_bb {
        display: none!important;
    }
}

@media (max-width: 768px) {
    .v_tit_cc {
        display: none;
    }
}



.shug{
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    border-radius: 20px;
}

#formsearch66 input{background:none;border:none;float:left;width:80%;outline: none;border-right: none;}
#formsearch66 input#keyword{height:35px;line-height:35px;padding-left:15px;color:#666;}
#formsearch66 input#s_btn{width:20%;height:35px;line-height:35px;text-align:center;color:#333;border:none;cursor:pointer;float: right;}




/* 相册页面 */
.album-wrap{
    position: relative;
    padding-bottom: 5.2083vw;
}

.mian-bx{
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #c8c6c6;
    margin-bottom: 40px;
}

.cate-if{
    padding-top: 10px;
    padding-bottom: 40px;
}

.cate-if .ci1{
    font-size: 36px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
}

.cate-if .ci2{
    font-size: 18px;
    color: #1a254f;
    line-height: 1.5;
}

.cate-xc{
    position: relative;
}

.cate-xc a{
    line-height: 20px;
    display: inline-block;
    font-size: 18px;
    color: #555555;
    border-radius: 15px 0 15px 0px;
    padding: 10px 30px;
}

.cate-xc a.active,
.cate-xc a:hover{
    background-color: #0c56a5;
    color: #fff!important;
}

.anchor-xc{
    font-size: 16px;
    color: #777777;
}

.anchor-xc em{
    vertical-align: 1px;
    margin-right: 5px;
}

.anchor-xc a{
    color: #777777;
}

.anchor-xc a:hover{
    color: #333333!important;
}



/* mid header fixed on scroll */
.header.mid-flex-fixed {
    padding-bottom: 98px;
}

.header.mid-flex-fixed .mid-flex {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    animation: midFlexFixedIn .36s cubic-bezier(.22, 1, .36, 1) both;
    will-change: transform, opacity;
}

@keyframes midFlexFixedIn {
    from {
        opacity: .96;
        transform: translate3d(0, -18px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 1280px) {
    .header.mid-flex-fixed {
        padding-bottom: 84px;
    }
}

@media (max-width: 1024px) {
    .header.mid-flex-fixed {
        padding-bottom: 72px;
    }
}

@media (max-width: 992px) {
    .header.mid-flex-fixed {
        padding-bottom: 64px;
    }
}

@media (max-width: 768px) {
    .header.mid-flex-fixed {
        padding-bottom: 58px;
    }
}

@media (max-width: 600px) {
    .header.mid-flex-fixed {
        padding-bottom: 54px;
    }
}




/* responsive overrides */
@media (max-width: 1280px) {
    .max1780,
    .max1600,
    .max1500,
    .max1450,
    .max1400 {
        width: 94%;
        padding-left: 0;
        padding-right: 0;
    }
    .max1200,
    .max1300 {
        width: 94%;
    }
    .top-flex {
        height: 56px;
    }
    .mid-flex {
        height: 84px;
    }
    .logo a img {
        max-height: 54px;
    }
    .logo h2 {
        font-size: 22px;
    }
    .x-menu>li {
        margin-left: 6px;
        margin-right: 6px;
    }
    .x-menu>li>a {
        height: 84px;
        font-size: 16px;
    }
    .head-phone span,
    .head-message a {
        font-size: 14px;
    }
    .home-banner .swiper-slide .v_cover {
        padding-top: 5vw;
    }
    .v_tit_aa {
        max-width: 580px;
        font-size: 42px;
        margin-bottom: 16px;
    }
    .v_tit_bb {
        max-width: 560px;
        font-size: 18px;
        margin-bottom: 28px;
    }
    .eyebrow {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 14px;
    }
    .section-head h2,
    .hm-title h3 {
        font-size: 34px;
    }
    .section1,
    .section3,
    .section4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tabs_product .tabx {
        font-size: 18px;
        line-height: 46px;
    }
    .product-swiper .swiper-slide .txt {
        padding-top: 26px;
    }
    .product-swiper .swiper-slide .txt h3 {
        font-size: 17px;
    }
    .card-actions a {
        width: 132px;
        height: 44px;
        font-size: 14px;
    }
    .sec2-left {
        padding-left: 5vw;
    }
    .about-f1 {
        margin-bottom: 28px;
    }
    .about-f1 .p0 {
        width: 72px;
        height: 72px;
    }
    .about-f1 .p1 {
        font-size: 36px;
    }
    .sec2-left .about-name {
        font-size: 30px;
    }
    .down-cont {
        max-width: 1080px;
        height: 270px;
    }
    .section3-con .list2 li,
    .section3-con .list2 li .img {
        width: 124px;
    }
    .section3-con .list2 li .img {
        height: 124px;
    }
    .section3-con .list2 li span {
        font-size: 14px;
    }
    .point-1 {
        left: 3%;
    }
    .point-2 {
        left: 19%;
    }
    .point-3 {
        left: 35%;
    }
    .point-4 {
        left: 51%;
    }
    .point-5 {
        left: 67%;
    }
    .point-6 {
        right: 3%;
    }
    .section4-list .swiper-slide .txt {
        padding: 24px 22px 30px;
    }
    .section4-list .swiper-slide .txt h3 {
        font-size: 20px;
    }
    .foot-first,
    .foot-top {
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .foot-logo p,
    .foot-top .bti,
    .ft-sphone h2 {
        font-size: 18px;
    }
    .foot-dao li a,
    .ft-lxwm,
    .foot-banq {
        font-size: 15px;
    }
    .cate-if .ci1 {
        font-size: 32px;
    }
    .cate-xc a {
        font-size: 16px;
        padding: 9px 24px;
    }
}

@media (max-width: 1024px) {
    .max1780,
    .max1600,
    .max1500,
    .max1450,
    .max1400,
    .max1200,
    .max1300,
    .container2 {
        width: calc(100vw - 40px);
        max-width: none;
    }
    .top-flex {
        height: 52px;
    }
    .mid-flex {
        height: 72px;
    }
    .logo a img {
        max-height: 46px;
    }
    .logo h2 {
        font-size: 20px;
    }
    .head-share,
    .head-phone {
        display: none;
    }
    .x-menu>li {
        margin-left: 4px;
        margin-right: 4px;
    }
    .x-menu>li>a {
        height: 72px;
        font-size: 15px;
    }
    .head-message {
        margin-left: 10px;
        padding: 0 8px;
    }
    .home-banner .swiper-slide .v_cover {
        padding-top: 42px;
    }
    .v_tit_aa {
        max-width: 520px;
        font-size: 34px;
    }
    .v_tit_bb {
        max-width: 500px;
        font-size: 16px;
        margin-bottom: 22px;
    }
    .v_tit_cc a {
        padding: 10px 18px;
        font-size: 14px;
    }
    .eyebrow {
        gap: 12px;
        font-size: 20px;
    }
    .eyebrow span {
        width: 52px;
    }
    .section-head h2,
    .hm-title h3 {
        font-size: 30px;
        line-height: 1.25;
    }
    .hm-title p,
    .section-head p {
        font-size: 15px;
    }
    .section1,
    .section3,
    .section4 {
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .tabs_product {
        margin-top: 26px;
    }
    .tabs_product .tabx {
        font-size: 16px;
        line-height: 42px;
    }
    .product-swiper {
        margin-top: 24px;
    }
    .product-swiper .swiper-slide {
        padding: 12px 12px 18px;
    }
    .product-swiper .swiper-slide .txt {
        padding: 22px 8px 0;
    }
    .product-swiper .swiper-slide .txt h3 {
        font-size: 16px;
    }
    .card-actions {
        gap: 6px;
    }
    .card-actions a {
        width: 120px;
        height: 40px;
        font-size: 13px;
    }
    .product-click {
        margin-top: 26px;
    }
    .product-click .swiper-button-next1,
    .product-click .swiper-button-prev1 {
        width: 46px;
        height: 46px;
    }
    .sec2-left {
        padding: 44px 4%;
    }
    .sec2-right {
        width: 45%;
    }
    .about-f1 .p0 {
        width: 64px;
        height: 64px;
    }
    .about-f1 .p1 {
        font-size: 30px;
    }
    .about-f1 .p2,
    .sec2-left .about-txt {
        font-size: 15px;
    }
    .sec2-left .about-name {
        font-size: 26px;
    }
    .section3-con {
        margin-top: -70px;
    }
    .down-cont {
        height: 230px;
        margin-top: -30px;
    }
    .section3-con .list2 li,
    .section3-con .list2 li .img {
        width: 104px;
    }
    .section3-con .list2 li .img {
        height: 104px;
    }
    .section3-con .list1 li .txt .pp1 {
        font-size: 22px;
    }
    .section4-list .swiper-slide .txt h3 {
        font-size: 18px;
    }
    .section4-list .swiper-slide .txt .pp,
    .section4-list .swiper-slide .txt .remo {
        font-size: 15px;
    }
    .foot-item1 {
        width: 58%;
        margin-right: 24px;
    }
    .foot-item2 {
        padding-left: 24px;
    }
    .foot-message {
        width: 66%;
    }
    .album-wrap {
        padding-bottom: 44px;
    }
    .cate-if {
        padding-bottom: 30px;
    }
    .cate-if .ci1 {
        font-size: 28px;
    }
    .cate-if .ci2 {
        font-size: 16px;
    }
    .cate-xc a {
        margin-bottom: 8px;
    }
}

@media (max-width: 992px) {
    .header-ss,
    .head-message,
    .x-menu {
        display: none;
    }
    .x-none {
        display: inline-block!important;
    }
    .top-flex {
        height: 50px;
    }
    .mid-flex {
        height: 64px;
    }
    .mid-flex>.flex2,
    .top-flex>.flex2 {
        justify-content: space-between;
    }
    .logo a img {
        max-height: 42px;
    }
    .home-banner .swiper-slide .v_cover {
        padding-top: 34px;
    }
    .v_tit_aa {
        max-width: 440px;
        font-size: 30px;
        margin-bottom: 12px;
    }
    .v_tit_bb {
        max-width: 430px;
        font-size: 15px;
        margin-bottom: 18px;
    }
    .section-head h2,
    .hm-title h3 {
        font-size: 28px;
    }
    .tabs_product {
        grid-template-columns: repeat(3, 1fr);
    }
    .card-actions {
        flex-wrap: wrap;
    }
    .card-actions a {
        width: calc(50% - 4px);
        min-width: 108px;
    }
    .section2>.flex2,
    .section2 .flex2 {
        flex-wrap: wrap;
    }
    .sec2-left,
    .sec2-right {
        width: 100%;
    }
    .sec2-left {
        padding: 40px 4% 30px;
    }
    .sec2-right {
        padding: 0 4% 36px;
    }
    .sec2-right .img img {
        height: auto;
    }
    .section3-con {
        margin-top: -40px;
    }
    .tab-arc {
        display: none;
    }
    .section3-con .list2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 20px;
    }
    .section3-con .list2 li {
        position: static;
        width: auto;
    }
    .section3-con .list2 li .img {
        width: 90px;
        height: 90px;
        margin-left: auto;
        margin-right: auto;
    }
    .section4-list .swiper-slide {
        border-radius: 14px;
    }
    .section4-list .swiper-slide .txt {
        padding: 22px 18px 26px;
    }

    .down-cont{
        height: auto;
        margin-top: 0px;
    }

    .section3-con .list2 li .img img{
        max-width: 30px;
    }

    .foot-first>.flex2,
    .foot-top>.flex2 {
        flex-wrap: wrap;
    }
    .foot-logo,
    .foot-message,
    .foot-item1,
    .foot-item2 {
        width: 100%;
    }
    .foot-message {
        margin-top: 24px;
    }
    .foot-item1 {
        margin-right: 0;
    }
    .foot-item2 {
        flex: 0 0 100%;
        padding-left: 0;
        margin-top: 24px;
    }
    .mian-bx {
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .max1780,
    .max1600,
    .max1500,
    .max1450,
    .max1400,
    .max1200,
    .max1300,
    .container2 {
        width: calc(100vw - 30px);
    }
    body,
    p {
        font-size: 14px;
        line-height: 1.6;
    }
    .top-flex {
        display: none;
    }
    .mid-flex {
        height: 58px;
    }
    .logo a img {
        max-height: 38px;
    }
    .home-banner .swiper-slide a>img {
        min-height: 300px;
        object-fit: cover;
    }
    .home-banner .swiper-slide .v_cover {
        padding-top: 36px;
        align-items: center;
    }
    .v_tit_aa {
        max-width: 360px;
        font-size: 26px;
        line-height: 1.25;
    }
    .v_tit_bb {
        max-width: 340px;
        font-size: 14px;
        line-height: 1.45;
    }
    .v_tit_cc a {
        padding: 9px 15px;
        font-size: 13px;
    }
    .eyebrow {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .section1,
    .section3,
    .section4 {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .section-head h2,
    .hm-title h3 {
        font-size: 24px;
    }
    .hm-title p,
    .section-head p {
        font-size: 14px;
        line-height: 1.45;
    }
    .tabs_product {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }
    .tabs_product .tabx {
        font-size: 15px;
        line-height: 38px;
    }
    .product-swiper .swiper-slide {
        padding: 10px 10px 16px;
    }
    .product-swiper .swiper-slide .txt {
        padding-top: 18px;
    }
    .product-swiper .swiper-slide .txt h3 {
        font-size: 15px;
        min-height: calc(1.3em * 3);
    }
    .product-swiper .swiper-slide .txt .card-line,
    .card-line {
        margin-top: 14px;
    }
    .card-actions {
        margin-top: 14px;
    }
    .card-actions a {
        height: 38px;
        font-size: 13px;
    }
    .product-click .swiper-button-next1,
    .product-click .swiper-button-prev1,
    .swiper-btn {
        width: 40px;
        height: 40px;
    }
    .about-f1 {
        margin-bottom: 22px;
    }
    .about-f1 .p0 {
        width: 56px;
        height: 56px;
    }
    .about-f1 .p1 {
        font-size: 26px;
    }
    .about-f1 .p2,
    .sec2-left .about-txt {
        font-size: 14px;
    }
    .sec2-left .about-name {
        font-size: 23px;
    }
    .sec2-left .about-mo a {
        padding: 9px 22px;
        font-size: 14px;
    }
    .watermark {
        font-size: 58px;
    }
    .section3-con {
        margin-top: 0;
    }
    .section3-con .list1 li .img {
        border-radius: 18px;
    }
    .section3-con .list1 li .txt .pp1 {
        font-size: 19px;
    }
    .section3-con .list1 li .txt .pp2 {
        font-size: 14px;
    }
    .section3-con .list2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }
    .section3-con .list2 li .img {
        width: 78px;
        height: 78px;
    }
    .section3-con .list2 li span {
        font-size: 13px;
    }
    .section4-con {
        margin-top: 22px;
    }
    .section4-list .swiper-slide .txt {
        padding: 18px 16px 22px;
    }
    .section4-list .swiper-slide .txt h3 {
        font-size: 17px;
    }
    .section4-list .swiper-slide .txt .pp,
    .section4-list .swiper-slide .txt .remo {
        font-size: 14px;
    }
   
    .foot-first,
    .foot-top {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .form-submit2 .form-control,
    .form-submit2 .btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .form-submit2 .form-control.content {
        min-height: 96px;
    }
    .foot-dao {
        margin-bottom: 14px;
    }
    .foot-banq {
        font-size: 14px;
        padding: 16px 0;
    }
    .album-wrap {
        padding-bottom: 34px;
    }
    .mian-bx {
        padding: 16px 0;
        margin-bottom: 24px;
    }
    .cate-if {
        padding-bottom: 24px;
    }
    .cate-if .ci1 {
        font-size: 24px;
    }
    .cate-if .ci2,
    .anchor-xc {
        font-size: 14px;
    }
    .cate-xc a {
        font-size: 14px;
        padding: 8px 18px;
    }
    .structure-layout .h1,
    .structure-layout .h2,
    .structure-layout .h3,
    .structure-layout .h4,
    .structure-layout .h5,
    .structure-layout .h6 {
        font-size: 1.35rem;
    }
    .structure-layout .product-structure .structure-table,
    .structure-layout .product-structure .structure-table .structure-row,
    .structure-layout .product-structure .structure-table .structure-row .col-left,
    .structure-layout .product-structure .structure-table .structure-row .col-right {
        display: block;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .max1780,
    .max1600,
    .max1500,
    .max1450,
    .max1400,
    .max1200,
    .max1300,
    .container2 {
        width: calc(100vw - 24px);
    }
    .mid-flex {
        height: 54px;
    }
    .logo h2 {
        display: none;
    }
    .logo a img {
        max-height: 24px;
    }
    .page-mob-tool {
        right: 10px;
        bottom: 78px;
    }
    .page-mob-tool li,
    .page-mob-tool li.xymob-page-navbtn span {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .home-banner .swiper-slide a>img {
        min-height: 260px;
    }
    .home-banner .swiper-slide .v_cover {
        padding-top: 24px;
    }
    .v_tit_aa {
        max-width: 300px;
        font-size: 22px;
        margin-bottom: 8px;
    }
    .v_tit_bb {
        display: block!important;
        max-width: 300px;
        font-size: 13px;
        margin-bottom: 14px;
    }
    .v_tit_cc {
        display: flex;
    }
    .v_tit_cc a {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 18px;
    }
    .eyebrow {
        gap: 8px;
        font-size: 16px;
        line-height: 22px;
    }
    .eyebrow span {
        width: 36px;
    }

    .recommendation{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .swiper-controls{
        margin-top: 30px;
    }

    .swiper-btn.prev::before{
        left: 15px;
        top: 15px;
    }

     .swiper-btn.next::before{
        right: 15px;
        top: 15px;
    }

    .progress{
        height: 5px;
    }

    .section1,
    .section3,
    .section4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-head h2,
    .hm-title h3 {
        font-size: 22px;
    }
    .tabs_product {
        grid-template-columns: 1fr;
    }
    .tabs_product .tabx+div {
        border-left: 0;
        border-top: 1px solid #d2d4d6;
    }
    .product-swiper {
        margin-top: 18px;
    }
    .product-swiper .swiper-slide .txt h3 {
        font-size: 14px;
    }
    .card-actions {
        display: block;
    }
    .card-actions a {
        width: 100%;
        margin-top: 8px;
    }
    .product-click {
        margin-top: 18px;
    }
    .about-f1 {
        align-items: flex-start;
        margin-bottom: 18px;
    }
    .about-f1 .p0 {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }
    .about-f1 .p1 {
        font-size: 22px;
    }
    .sec2-left {
        padding: 30px 4% 24px;
    }
    .sec2-left .about-name {
        font-size: 20px;
    }
    .sec2-right {
        padding-bottom: 28px;
    }
    .watermark {
        display: none;
    }
    .section3-con .list1 li .txt {
        padding: 14px 0;
    }
    .section3-con .list1 li .txt .pp1 {
        font-size: 17px;
    }
    .section3-con .list2 {
        grid-template-columns: 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .section3-con .list2 li .img {
        width: 70px;
        height: 70px;
    }
    .section4-list .swiper-slide {
        border-radius: 10px;
    }
    .section4-list .swiper-slide .txt {
        padding: 16px 14px 20px;
    }
    .section4-list .swiper-slide .txt h3 {
        font-size: 16px;
        min-height: auto;
    }
    .section4-list .swiper-slide .txt .pp {
        min-height: auto;
    }
    .foot-first,
    .foot-top {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .foot-logo a img {
        max-width: 180px;
    }
    .foot-logo p,
    .foot-top .bti,
    .ft-sphone h2 {
        font-size: 16px;
    }
    .foot-dao li a,
    .ft-lxwm,
    .ft-lxwm p {
        font-size: 14px;
        line-height: 24px;
    }
    .foot-message {
        margin-top: 18px;
    }
    .foot-item2 {
        margin-top: 18px;
    }
    .form-submit2 .form-input.captcha img {
        width: 86px;
        top: 6px;
        right: 6px;
    }
    #formsearch66 input#keyword {
        width: 70%;
        padding-left: 10px;
    }
    #formsearch66 input#s_btn {
        width: 30%;
        font-size: 13px;
    }
    .album-wrap {
        padding-bottom: 26px;
    }
    .cate-if .ci1 {
        font-size: 21px;
        margin-bottom: 6px;
    }
    .cate-xc a {
        display: block;
        width: 100%;
        margin-bottom: 8px;
        text-align: center;
    }

    .about-f1 .p0 img{
        max-width: 20px;
    }

}

.video-list-title {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video-list-title a {
    color: #000;
}