.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;
    }
}


/*  */

body,
html {
    scroll-behavior: smooth;
}

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;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.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: #0b396a;
}

.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-whs {
    margin-right: 2.083vw;
    color: #474f58;
    font-size: 16px;
}

.head-whs a {
    color: #474f58;
    text-transform: capitalize;
}
.head-whs a:hover{color: #005bac;}
.head-phone i {
    margin-right: 5px;
}

.head-phone span {
    font-size: 17px;
    font-weight: bold;
    color: #474f58;
}

.logo {
    position: relative
}

.logo a {
    display: flex;
    align-items: center
}

.logo a img {
    max-width: 100%;
    max-height: auto;
}

.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/zaeltffx/2026/05/5b2b912e71kmxlqb.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/zaeltffx/2026/05/5b2b912e71kmxlqb.png)
}

.head-message {
    margin-left: 1.125vw;
    position: relative;
    padding: 0px 10px;
    background-color: #e5322d;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    height: 100%;
}

.head-message a {
    font-size: 15px;
    display: block;
    font-family: "Gilroy-Bold";
    color: #fff!important;
    height: 100%;
    display: flex;
    align-items: center;
}

.head-message:hover {
    background-color: #e5322d;
}

.x-menu {
    position: relative;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>dt{width: 9px;height:8px;float: left;
background:url(//wm.cdn.cn86.cn/zaeltffx/2026/06/574b80e2fagmucti.png) no-repeat;position: absolute;right:0px;top:50%;transform: translateY(-50%);}




.x-menu>li>a {
    display: flex;
    font-size: 18px;
    color: #666666;
    height: 80px;
    line-height: 80px;
    font-weight: normal;
    align-items: center;
    justify-content: center;text-transform: uppercase;
}

.x-menu>li>a i::before {
    margin-left: 5px;
    width: 9px;
    height: 6px;
    background: url(//wm.cdn.cn86.cn/zaeltffx/2026/05/cd41cee335hthoek.png) no-repeat;
    display: inline-block;
    vertical-align: 2px;
    content: "";
}

.x-menu>li:hover>a {
    color: #d7271e!important;
    text-decoration: underline;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    min-width: 150%;
    left: 50%;
    transform: translateX(-50%);
    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;
    white-space: nowrap;
    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: 80px;
    height: 2px;
    background: #fff;
    border-radius: 0%;
    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;
    display: none;
}

.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: #fff;
    font-size: 55px;
    margin-bottom: 20px;
    font-family: "Gilroy-Bold";
    line-height: 1.2;
    max-width: 610px;
}

.v_tit_bb {
    color: #fff;
    font-size: 18px;
    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 12px;
    margin-right: 17px;
    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%;
}









/* Product Center */
.box_pro{margin-top: 100px;}


.pfirst_sort{margin-top: 20px;}
.pfirst_sort li{	width: 221px;
	height: 74px;
	background-color: #f0f0f0;
	border-radius: 10px;line-height: 74px;text-align: center;margin: 0 9px;}
.pfirst_sort li a{color: #333333;	font-size: 20px;}
.pfirst_sort li.on{	background-color: #c10000;}
.pfirst_sort li.on a{color:#fff}



.pro_con{margin-top: 46px;}
.pro_main ul{  display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(3, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 25px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;
    margin: 0;}

.pro_main ul li{overflow: hidden;}
.pro_main ul li img{width: 100%;}
.pro_main ul li img img{width: 100%;}
.pro_main ul li .txt{background-color: #f3f3f3;padding:25px}
.pro_main ul li .txt .clamp11{	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;height:60px;overflow: hidden;}


.df_more_ab img{width:7px!important;height:13px!important}




/* Video Presentation */
.box_2bg{background:url(//wm.cdn.cn86.cn/zaeltffx/2026/06/57524aaac6sdcg3u.png) no-repeat right top;margin-top: 60px;}
.nt_tt2{	font-size: 26px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0px;
	color: #c10000;}


.video_cc{width: 100%;margin-top: 50px;position: relative;}
.video_cc img{width: 100%;}


.abgg_c{position: absolute;top:50%;transform: translateY(-50%);width: 114px;left:50%;margin-left:-57px;height: 114px;}
.abgg_c img{max-width: 100%;}














/* section1 */

.section1 {
    position: relative;
    background: #fff;
    padding-top: 3.64583vw;
    padding-bottom: 3.64583vw;
}



.product-cate-swiper {
    margin-top: 35px;
    overflow: hidden;
    position: relative;
}

.product-cate-swiper .swiper-slide {
    position: relative;
}

.product-cate-swiper .swiper-slide a {
    display: block;
}

.product-cate-swiper .swiper-slide .img {
    position: relative;
}

.product-cate-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.product-cate-swiper .swiper-slide .txt {
    position: relative;
    background-color: #f5f7fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 25px 25px 25px;
    text-align: center;
}

.product-cate-swiper .swiper-slide .txt h3 {
    color: #101b44;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "Gilroy-Bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.product-cate-swiper .swiper-slide .txt .pp-content {
    color: #3b3d46;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    min-height: 90px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
    text-align: left;
}
.product-cate-swiper .swiper-slide .txt .pp-content2 {
    min-height: 100px;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-cate-swiper .swiper-slide .txt .pp-content2 p {
    color: #3b3d46;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
    text-align: left;
}

.product-cate-swiper .swiper-slide .txt .pp-content2 p::before {
    content: "•";
    color: #818181;
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.product-cate-swiper .swiper-slide .txt .pmore {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    background: var(--main-theme-color);
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.product-cate-swiper .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
}

.product-cate-swiper .swiper-slide:hover .txt .pmore {
    background: var(--sub-theme-color);
    color: #fff!important;
}


/* section2 */

.section2 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #e2eef8 url(//wm.cdn.cn86.cn/zaeltffx/2026/05/9edc2fd1b1nkcbcs.jpg) no-repeat;
    background-size: cover;
}

.product-swiper {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.product-swiper .swiper-slide {
    position: relative;
    padding: 8px;
}

.product-swiper .swiper-slide a {
    background-color: #fff;
    display: block;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-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-top: 10px;
    padding-bottom: 5px;
}

.product-swiper .swiper-slide .txt h3 {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: normal;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.product-swiper .swiper-slide:hover a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-swiper .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
}

.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/zaeltffx/2026/05/5a88900b73wzr44d.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/zaeltffx/2026/05/5a88900b73wzr44d.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/zaeltffx/2026/05/2566e703dd9iszqn.pngg);
    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/zaeltffx/2026/05/2566e703dd9iszqn.png);
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}





/* section4 */

.section4 {
    position: relative;
    background: #e2eef8 url(//wm.cdn.cn86.cn/zaeltffx/2026/05/7ebcc7f2a74ambhn.jpg) no-repeat;
    background-size: cover;
}

.sec4-left {
    position: relative;
    padding-left: 13.5416vw;
    padding-right: 3.125vw;
    flex: 1;
    min-width: 1px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.sec4-left .about-name {
    color: #fff;
    font-size: 2.083vw;
    font-family: "Gilroy-Bold";
    line-height: 1.2;
    margin-bottom: 20px;
}

.sec4-left .about-txt {
    font-size: 18px;
    color: #d6d6d6;
    line-height: 1.5;
    margin-bottom: 2.083vw;
}

.sec4-left .about-mo a {
    display: block;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 30px 10px;
    background-color: #e5322d;
    font-size: 16px;
    color: #f4f3f3;
    overflow: hidden;
    transition-duration: 1s;
    position: relative;
    z-index: 99;
}

.sec4-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
}

.sec4-left .about-mo a:hover {
    color: #f4f3f3!important;
}

.sec4-left .about-mo a:hover::before {
    width: 100%;
}

.sec4-right {
    position: relative;
    padding-left: 0px;
    width: 46.875%;
}

.sec4-right .img {
    height: 100%;
}

.sec4-right .img img {
    width: 100%;
    height: 100%;
}


/* section5 */

.section5 {
    position: relative;
    padding: 50px 0;
}

.section5-swiper {
    position: relative;
    overflow: hidden;
}

.section5-swiper .swiper-slide {
    position: relative;
    text-align: center;
}

.section5-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.section5-swiper .swiper-slide h3 {
    font-weight: normal;
    font-size: 18px;
    color: #101b44;
    line-height: 45px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.section5-swiper .swiper-slide:hover h3 {
    color: var(--main-theme-color);
}


/* section6 */

.section6 {
    position: relative;
    padding-top: 3.125vw;
    padding-bottom: 3.64583vw;
    background-color: #f5f7fa;
}

.section6-con {
    margin-top: 40px;
}

.section6-photo-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.section6-photo-list li {
    position: relative;
    width: calc(25% - 18px);
    margin: 0 9px 18px 9px;
    background-size: cover;
    padding: 2.60416vw 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .05);
    background-color: #ffffff;
}

.section6-photo-list li .img {
    margin-bottom: 20px;
}

.section6-photo-list li .img img {
    max-width: 70px;
    max-height: 70px;
    transition: all 0.5s;
    transform: scale(1,1);
}

.section6-photo-list li a {
    display: block;
}

.section6-photo-list li .txt {
    position: relative;
}

.section6-photo-list li .txt h3 {
    color: #101b44;
    font-size: 20px;
    font-family: "Gilroy-Bold";
    margin-bottom: 10px;
    line-height: 1.3;
    transition: all 0.5s;
}

.section6-photo-list li .txt .pp {
    font-size: 16px;
    color: #3b3d46;
    line-height: 1.5;
    margin-bottom: 10px;
}

.section6-photo-list li:hover {
    border-color: var(--main-theme-color);
}

.section6-photo-list li:hover .txt h3{
    color:var(--main-theme-color)
}

.section6-photo-list li:hover .img img {
    transform: scale(-1,1);
}


.hm-mo {
    margin-top: 20px;
    text-align: center;
}

.hm-mo a {
    display: inline-block;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    padding: 15px 20px 12px;
    margin-right: 17px;
    background-color: var(--main-theme-color);
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.hm-mo a:hover {
    color: #fff!important;
}

.hm-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
}

.hm-mo a:hover::before {
    width: 100%;
}






/* Why choose us */
.Why_bg{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/7ae1b667c7susuhy.png) no-repeat 50%;background-size: cover;padding: 100px 0;margin-top: 85px;}






/* About Xindelong */
.ab_bg{margin-top: 70px;}
.df_more_ab{background: #c10000!important;}
.ab_nr{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #666666;margin-top: 30px;}

.ab_a{width: 48%;}



.ab_22{width: 50%;}
.ab_22 img{width: 100%;}


.ab_ll{margin-top: 56px;	border: solid 1px #e5e5e5;}
.ab_ll li + li{border-left: solid 1px #e5e5e5;}
.ab_ll li{width: 20%;text-align: center;padding: 20px;}
.ab_ll li .img_a{width: 65px;margin:0 auto;}
.ab_ll li .img_a img{max-width: 100%;}

.ab_ll li .text{	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;margin-top: 5px;}

.ab_ll li:hover{	background-color: #f3f3f3;}














/* section7 */

.section7 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;background:#f3f3f3;margin-top: 95px;
}

.hm-title p{	font-size: 44px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 0px;
	color: #d7271e;}

.hm-title h3{	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;max-width: 664px;margin:0 auto;margin-top: 15px;}



.chose_ll{margin-top: 50px;}
.chose_ll li{width: 48.8%;border:1px solid rgba(255, 255, 255, .2);padding: 25px 35px;margin-bottom: 30px;}
.chose_ll li .cho_img{width: 89px;height:91px;
background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/5ff142dc0dal2nco.png) no-repeat 50%;text-align: center;padding-top: 30px;}


.chose_ll li .text33{width: calc(100% - 170px);}

.chose_ll li .text33 .ch_tt1{	font-size: 20px;
	font-weight: 600;;
	line-height: 37px;
	letter-spacing: 0px;
	color: #fefefe;}


.chose_ll li .text33 .ch_tt2{		font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;height:75px;overflow: hidden;margin-top: ;}


.dj_324{background: rgba(255, 255, 255, .7);border-radius: 6px;width: 60px;height: 60px;line-height: 60px;text-align: center; opacity: 0;}

.chose_ll li:hover{background-color: #ffffff;}
.chose_ll li:hover .dj_324{background: rgba(255, 162, 0, .7);}
.chose_ll li:hover{background:#fff;}
.chose_ll li:hover .cho_img{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/efba90d6adyho6xm.png) no-repeat 50%;}
.chose_ll li:hover .cho_img img{filter: brightness(100);}

.chose_ll li:hover .cho_img img{max-width: 40px;}
.chose_ll li:hover .ch_tt1{color: #000000;}
.chose_ll li:hover .ch_tt2{color: #000000;}




/* Trusted By */
.ty_hz{background:#f3f3f3;border-bottom: 1px solid #cdcdcd;padding: 105px 0;}
.hz_list{width: 56%;overflow: hidden;float:right;}
.hz_list li{	box-shadow: 2px 2px 7px 0px 
		rgba(0, 0, 0, 0.08);}
.hz_list li img{width: 100%;}

.hm-title22{margin-left: 13.5%;margin-right: 18.5%;}








.section7-con {
    margin-top: 30px;
}
.section7-list1{
    width: 46.64%;
    position: relative;
    margin-right: 55px;
}
.section7-list1 li{
    position: relative;
    background-color: #fff;
    box-shadow:  0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    height: 100%;
}
.section7-list1 li a{
    display: block;
    height: 100%;
}
.section7-list1 li .img img{
    display: block;
    width: 100%;
}
.section7-list1 li .txt{
    position: relative;
    padding: 25px 30px;
}
.section7-list1 li .txt h3{
    color: #171717;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-family: "Gilroy-Bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.section7-list1 li .txt .pp{
    font-size: 16px;
    color: #545252;
    line-height: 1.5;
    margin-bottom: 20px;
}
.section7 .lemo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}  
.section7 .lemo span{
    font-size: 15px;
    color: #7e7e7e;
    line-height: 30px;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.section7 .lemo .uyy {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #c10000;
}
.section7 .lemo .uyy i{
    display: block;
    width: 6px;
    height: 11px;
    background: url(//wm.cdn.cn86.cn/zaeltffx/2026/06/134d20a97bcngywf.png) no-repeat;
    margin-left: 10px;
}
.section7-list1 li:hover .txt h3 {
    color: var(--main-theme-color);
}
.section7 .lemo:hover span{
    color: var(--sub-theme-color);
}


.section7-right {
    position: relative;
    flex: 1;
    min-width: 1px;
    	background-color: #ffffff;
}
.sec7-photo-list {
    position: relative;border-left: 6px solid #c10000;
}

.sec7-photo-list li {
    position: relative;
    margin-bottom: 0;
    padding: 20px 30px 20px;border-bottom: 1px solid #e6e6e6;
}

.sec7-photo-list li:not(:last-child){
    margin-bottom: 18px;
}




.sec7-photo-list .tip-tit {
    padding: 0px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.sec7-photo-list .teee{	font-size: 20px!important;
	font-weight: 600!important;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333!important;display: block;}
    


.sec7-photo-list .tip-tit span {
    font-size: 16px;
    color: #b1b1b1;
    font-weight: 400;
  
}

.sec7-photo-list .tip-tit span.clicked {
    color: var(--main-theme-color);
}

.sec7-photo-list .tip-cont {
    color: #545252;
    font-size: 16px;
    display: none;
}
.circle-chevron {
    width: 136px;
    height: 20px;
    flex-shrink: 0;
    place-items: center;
    transition: all .2s ease-in-out;
    display: grid;
}
.circle-chevron.clicked {
   font-size: 0px!important;
}






.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}



.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}



.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}




/* foot */

.foot {
    position: relative;
    background: #000000;padding-bottom: 15px;
}



.foot-top {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}


.df_aa{width: 25%;}
.df_logo_a img{max-width: 100%;}


.df_logo_js{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.6;margin-top: 30px;}


.df_more{	width: 175px;position: relative;overflow: hidden;
	height: 53px;	color: #ffffff;
	border-radius: 10px;background: rgba(255, 255, 255, .6);text-align: center;margin-top: 36px;
}

.df_more a{font-size: 18px;line-height: 53px;text-align: center;color: #ffffff;position: relative;z-index: 22;}
.df_more a img{margin-left: 20px;}



.df_more::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: rgba(255, 0, 0, .1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;opacity: .6;
    z-index: 1
}

.df_more:hover a{color:#fff}
.df_more:hover::before {
    width: 100%;color:#c10000
}




.foot-top .bti {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 5px;
}


.bti a {
    color: #fff;
}


.ddx{	width: 78px;
	height: 1px;
	background-color: #d7271e;margin-top: 15px;margin-bottom: 15px;}


.xxff{width: 100%;border-top: 1px solid #666666;padding-top: 15px;}

.copyright{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;text-align: center;
	line-height: 30px;
	letter-spacing: 0px;color: rgba(255, 255, 255, .5);}

.copyright a{color: rgba(255, 255, 255, .5);
text-align: center;}


.foot-dao li a{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;}




.ft-lxwm {
    font-size: 16px;
    color: #e4e6e8;
    line-height: 1.7;
    font-family: "Gilroy-Regular";
    margin-bottom: 20px;
}

.ft-lxwm p {
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}



/* Application Industry */
.App_con{margin-top:4.5vw}
.app_ban{position: relative;overflow: hidden;background: url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/32c0c4a3abvxwhhw.png) no-repeat 100% 100%;}
.app_ban .swiper-slide .a_ppimg{width: 50%;}
.app_ban .swiper-slide .a_ppimg imng{width: 100%;}

.pp_ca_nn{width: 45%;}
.pp_ca_nn .App_t1{	font-size: 44px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 0px;
	color: #d7271e;}

.pp_ca_nn .App_t2{	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #666666;margin-top:20px}


.App_t3{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/5d8e7c8d508eavpl.png) no-repeat 50%;background-size:  100% 100%;padding: 45px 30px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;line-height: 40px;
	color: #666666;margin-top: 50px}



.app_ban .swiper-button-prev{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/258a9e9ebf1ggizc.png) no-repeat 50%}



.app_ban .swiper-button-next{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/b00a4528fblxpxbl.png) no-repeat 50%}


 .app_ban .swiper-button-prev {
        left: 55.5%;
      }
      
.app_ban .swiper-button-next{
        left: 62%;right: auto!important;
      }
      

.app_ban .swiper-button-next,
.app_ban .swiper-button-prev {
        outline: none;
        position: absolute;
        top:90%;
        z-index: 9999;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; width: 76px;
	height: 59px;
	border-radius: 6px;
	border: solid 1px #c7c7c7;}



.app_ban .swiper-button-next:hover{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/e526069d226k8ajh.png) no-repeat 50% #ffa200;border: solid 1px #ffa200;
}
.app_ban .swiper-button-prev:hover{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/dbff0dda19lg0d0o.png) no-repeat 50% #ffa200;border: solid 1px #ffa200;}









.wmy-left{
        background: #fff;
    border-radius: 16px;
    padding: 20px 20px;
     width: 25%;
}



.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    padding: 30px;width: 73%;
}



/* nei-cate */

.flex_bx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    }

.widget_nav_menu {
    margin-bottom: 30px;
}

.widget_nav_menu ul {
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 1)
}

.widget_nav_menu ul li {
    margin: 0;
    padding: 0;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, .015);
    background: 0;
    color: #000;
    position: relative
}

.widget_nav_menu ul li:first-child {
    border-top: 0
}

.widget_nav_menu ul li:before {
    width: 0;
    height: 0;
    display: none
}

.widget_nav_menu ul li a:link,
.widget_nav_menu ul li a:visited {
    padding: 12px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    color: #000;
    background-color: rgba(0, 0, 0, .03);
    display: block
}

.widget_nav_menu ul>li.current-cat a,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li:hover a,
.widget_nav_menu ul li.current-menu-item>a,
.widget_nav_menu ul li.current-menu-parent>a,
.widget_nav_menu ul li.current_page_item>a,
.widget_nav_menu ul li.current_page_parent>a,
.widget_nav_menu ul li.current-cat-ancestor>a,
.widget_nav_menu ul li.current-cat-parent>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    text-decoration: underline;
    color: var(--main-theme-color)
}

.widget_nav_menu ul li.menu-item-has-children>a:after,
.widget_nav_menu ul li.page_item_has_children>a:after,
.widget_nav_menu ul li.cat-item ul.children>a:after {
    float: right;
    content: "\e612";
    font-family: WPPOPFont;
    font-size: 16px;
    vertical-align: middle;
    color: rgba(0, 0, 0, .45)
}

.widget_nav_menu ul li.menu-item-has-children>a:hover:after,
.widget_nav_menu ul li.menu-item-has-children:hover>a:after,
.widget_nav_menu ul li.page_item_has_children>a:hover:after,
.widget_nav_menu ul li.page_item_has_children:hover>a:after,
.widget_nav_menu ul li.cat-item ul.children>a:hover:after,
.widget_nav_menu ul li.cat-item:hover ul.children>a:after {
    text-decoration: none
}

.widget_nav_menu ul li.menu-item-has-children ul,
.widget_nav_menu ul li.page_item_has_children ul,
.widget_nav_menu ul li.cat-item ul.children {
    margin-top: -1px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9999;
    display: none
}

.widget_nav_menu ul li.menu-item-has-children ul li,
.widget_nav_menu ul li.page_item_has_children ul li,
.widget_nav_menu ul li.cat-item ul.children li {
    font-weight: 400
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:link,
.widget_nav_menu ul li.menu-item-has-children ul li>a:visited,
.widget_nav_menu ul li.page_item_has_children ul li>a:link,
.widget_nav_menu ul li.page_item_has_children ul li>a:visited,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:link,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:visited {
    padding: 12px;
    border-left-color: transparent;
    color: #000
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:hover,
.widget_nav_menu ul li.menu-item-has-children ul li:hover>a,
.widget_nav_menu ul li.page_item_has_children ul li>a:hover,
.widget_nav_menu ul li.page_item_has_children ul li:hover>a,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:hover,
.widget_nav_menu ul li.current-cat-parent ul.children li:hover>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background-color: rgba(0, 0, 0, .03)
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:after,
.widget_nav_menu ul li.page_item_has_children ul li>a:after,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:after {
    opacity: 0
}

.widget_nav_menu ul li.menu-item-has-children ul li.menu-item-has-children>a:after,
.widget_nav_menu ul li.page_item_has_children ul li.page_item_has_children>a:after,
.widget_nav_menu ul li.current-cat-parent ul.children li ul.children>a:after {
    opacity: 1
}

.widget_nav_menu ul li ul.children li>a {
    padding: 12px;
    border-left-color: transparent;
    color: #000
}

.widget_nav_menu ul li ul.children li>a:hover,
.widget_nav_menu ul li ul.children li:hover>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background-color: rgba(0, 0, 0, .03)
}

.widget_nav_menu ul li:hover>a,
.widget_nav_menu_vertical ul li ul.children li>a:hover,
.widget_nav_menu_vertical ul li ul.children li:hover>a {
    background-color: transparent !important
}

.widget_nav_menu ul li {
    border-top: none
}

.widget_nav_menu ul li a:link,
.widget_nav_menu ul li a:visited {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .035)
}

.widget_nav_menu ul li a.active {
    background-color: rgba(0, 0, 0, .035);
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
}





.gallery-container {
    margin: -1% -1% 0;
    overflow: hidden;
    clear: both;
}

.gallery-container .item-content {
    float: left;
    margin-bottom: 0;
    padding: 1%;
    text-align: center;
    position: relative;
    width: calc(100% / 3);
    margin: 0 auto;
}

.item-cover {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.item-cover img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.item-cover .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.item-grid-box:hover .item-cover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.item-cover:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.item-grid-box:hover .item-cover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.gallery-container .item-content figcaption {
    margin: 15px auto 10px
}

.gallery-container .item-content h3 {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .gallery-container .item-content .item-grid-box h3 {
        font-size: 20px;
    }
}

.item-grid-box a:hover {
    text-decoration: underline;
    color: #000!important;
}

@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }
    .nei-page-wrap {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .gallery-container .item-content {
        margin: 10px auto;
        width: 50%;
    }
}






/* 响应式 */


@media(max-width: 1440px){
  .box_pro{margin-top: 60px;}

  .pfirst_sort li{	width: 201px;
	height: 64px;
	background-color: #f0f0f0;
	border-radius: 10px;line-height: 64px;text-align: center;margin: 0 9px;}  

.pfirst_sort li a{color: #333333;	font-size: 18px;}

.hm-title p{font-size: 30px;}

.pp_ca_nn .App_t1{font-size: 30px;}

.App_t3{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/5d8e7c8d508eavpl.png) no-repeat 50%;background-size:  100% 100%;padding: 45px 30px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;line-height: 35px;
	color: #666666;margin-top: 40px}

}




@media(max-width: 1280px){
  .box_pro{margin-top: 40px;}

  .pfirst_sort li{	width: 160px;
	height: 54px;
	background-color: #f0f0f0;
	border-radius: 10px;line-height: 54px;text-align: center;margin: 0 9px;}  

.pfirst_sort li a{color: #333333;	font-size: 16px;}

.hm-title p{font-size: 25px;}

.pp_ca_nn .App_t1{font-size: 25px;}

.App_t3{background:url(//wm.cdn.cn86.cn/thinkinglongffx/2026/06/5d8e7c8d508eavpl.png) no-repeat 50%;background-size:  100% 100%;padding: 45px 30px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;line-height: 35px;
	color: #666666;margin-top: 40px}

}



@media(max-width: 992px){
.pro_main ul{  display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(2, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 15px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;
    margin: 0;}


    .pro_main ul li:nth-child(n+ 3){display: none;}

    .nt_tt2{width: 100%;margin-top:10px}

    .app_ban .swiper-slide .a_ppimg{width: 100%;}
    .pp_ca_nn{width: 100%;margin-top: 20px;}
    .app_ban{padding-bottom: 120px;}

    .app_ban .swiper-button-next,
.app_ban .swiper-button-prev {
        outline: none;
        position: absolute;
        top:95%;
        z-index: 9999;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; width: 76px;
	height: 59px;
	border-radius: 6px;
	border: solid 1px #c7c7c7;}


.app_ban .swiper-button-next{
        left: auto!important;
        right: 0!important;
      }

     .app_ban .swiper-button-prev {
        left: 78.5%;
      }


.hm-title22{margin-left: 0%;margin-right: 0%;}

.hz_list{width: 100%;overflow: hidden;float:right;margin-top: 20px;}

.ab_a{width: 100%;}
.ab_22{width: 100%;margin-top: 20px;}

.ab_ll li{width: 100%;text-align: center;padding: 20px;}


  .ab_ll li + li{border-left: none;border-top: solid 1px #e5e5e5;} 

  .section7-list1{
    width: 100%;
    position: relative;
    margin-right: 0px;
} 

.ft-item{display: none!important;}

.df_aa{width: 100%;}

.pfirst_sort li{margin-bottom: 10px;}
.header{padding: 10px!important;}


.chose_ll li{width: 100%;border:1px solid rgba(255, 255, 255, .2);padding: 15px;margin-bottom: 30px;}
.chose_ll li .text33{width: calc(100% - 0px);}
}

          .app_ban .swiper-slide .a_ppimg img{width: 100%;}



@media(max-width: 768px){
.ty_hz{background:#f3f3f3;border-bottom: 1px solid #cdcdcd;padding: 25px 0;}

  .pfirst_sort li{
	width: 145px;
	height: 45px;
	background-color: #f0f0f0;
	border-radius: 10px;
	line-height: 45px;
	text-align: center;
	margin: 0 9px;margin-bottom: 10px!important;
	}  

.pfirst_sort li a{color: #333333;	font-size: 15px;}



.df_more{
	width: 120px;
	position: relative;
	overflow: hidden;
	height: 40px;
	color: #ffffff;
	border-radius: 10px;
	background: rgba(255, 255, 255, .6);
	text-align: center;
}

.df_more a{font-size: 15px;line-height: 40px;text-align: center;color: #ffffff;position: relative;z-index: 22;}
.df_more a img{margin-left: 10px;}

.pro_main ul li .txt{background-color: #f3f3f3;padding:10px}
}


.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
}


.max1580 {
    width: 100%;
    max-width: 1580px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.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%;
    }
}


.anchor2{
    background-color: #000!important;
    border-bottom: 1px solid rgba(255,255,255,.3);
    color: #fff!important;
}

/* about1 */




.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
}


.max1580 {
    width: 100%;
    max-width: 1580px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.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%;
    }

        .wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
   width: 100%;
}
}



















.anchor2{
    background-color: #000!important;
    border-bottom: 1px solid rgba(255,255,255,.3);
    color: #fff!important;
}

/* about1 */

.about1 {
    position: relative;
    background: #000;
    padding: 100px 0;
}

.about1 .about1-img {
    position: relative;
    width: 50%;
}

.about1 .about1-img .img img {
    display: block;
    width: 100%;
}

.about1 .about1-img a.playx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.about1 .about1-img a.playx i {
    display: block;
    width: 72px;
    height: 72px;
    background: url(//wm.cdn.cn86.cn/zhixianggd/2025/08/2b381c6895revhdd.png) no-repeat center;
    background-size: 100% auto;
}

.about1 .about1-txt {
    position: relative;
    padding-left: 30px;
    width: 50%;
}

.about1 .about1-txt h3 {
    color: #fff;
    line-height: 1;
    font-size: 42px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.about1 .about1-txt h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: var(--main-theme-color);
}

.about1 .about1-txt .pp {
    font-size: 16px;
    color: #777777;
    line-height: 1.7;
}


/* about2 */

.about2 {
    position: relative;
    background: #000;
    padding-bottom: 80px;
}

.about-tit {
    position: relative;
}

.about-tit h3 {
    color: #fff;
    line-height: 1;
    font-size: 42px;
    font-weight: bold;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.about-tit h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: var(--main-theme-color);
}

.about2-swiper {
    position: relative;
    overflow: hidden;
}

.about2-swiper .swiper-slide a img {
    display: block;
    width: 100%;
}


/* about3 */

.mb-100{
    margin-bottom: 100px;
}

.about3 {
    position: relative;
    background: #000;
    padding-bottom: 120px;
}
.about3-con{
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    background: url(//wm.cdn.cn86.cn/zhixianggd/2025/08/581e9f79648kgpxm.png) no-repeat center bottom;
    background-size: 100% 69px;
    padding-bottom: 50px;
}
.about3-swiper {
    position: relative;
    overflow: hidden;
}

.about3-swiper .swiper-slide a img {
    display: block;
    width: 100%;
}


@media (max-width: 1280px){
    .about1{
        padding: 60px 0;
    }
    .about1 .about1-txt h3,.about-tit h3{
        font-size: 36px;
    }
    .mb-100{
        margin-bottom: 60px;
    }
    .about3{
        padding-bottom: 80px;
    }
    .about3-con{
        padding-bottom: 40px;
        background-size: 100% 49px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (max-width: 992px){
    .about1 .about1-img{
        width: 100%;
    }
    .about1 .about1-txt{
        width: 100%;
        padding: 30px 10px;
    }
    .about2{
        padding-bottom: 50px;
    }
    .about1{
        padding: 50px 0;
    }
    .about1 .about1-txt h3,.about-tit h3{
        font-size: 32px;
    }
    .mb-100{
        margin-bottom: 50px;
    }
    .about3{
        padding-bottom: 60px;
    }
}


@media (max-width: 768px){
    .about1 .about1-txt h3,.about-tit h3{
        font-size: 26px;
    }
    .about3-con{
        padding-bottom: 30px;
        background-size: 100% 39px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mb-100{
        margin-bottom: 40px;
    }
    .about1{
        padding:40px 0;
    }
    .about2{
        padding-bottom: 40px;
    }
    .about3{
        padding-bottom: 40px;
    }


}