.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;
}



.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;
    }
}





/*  */
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.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.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

body {
    overflow-x: hidden;
}
.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}
.wh{max-width: 1440px;margin: 0 auto;width: 92%;}


/**/
.top1{background: #111111;}
.dh{color: #ffffff;font-size: 17px;}
.language-group .btn{padding: 0 5px;}
.top1 .wh{height: 83px;}
.top1 .logo img{max-height: 47px;}
.yx{margin-left: 4vw;}
.top2{background-color: #122ea7;}




/* 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%;
    transform: scale(1);
    transition: all 2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}

.home-banner .swiper-pagination1 {
    bottom: 4%;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 11px;
    height: 11px;
    background-color: #e6e6e6;
    margin: 0 8px!important;
    transition: width .3s ease;
    border-radius: 50%;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    width: 25px;
    height: 11px;
    background-color: #122ea7;
}


.swiper-button-prev1,.swiper-button-next1{width: 57px;height: 193px;outline: none;position: absolute;z-index: 999; top:50%;transform:translateY(-50%);}
.swiper-button-prev1{background:rgba(0,21,42,.6) url(//wm.cdn.cn86.cn/jinlufaqiche/2025/05/5564621ddcahcbti.png) no-repeat center;left: 0;}
.swiper-button-next1{background:rgba(0,21,42,.6) url(//wm.cdn.cn86.cn/jinlufaqiche/2025/05/eede2386f63zmeq7.png) no-repeat center;right: 0;}


.scroll_to_top2{display: none;}





/* 导航样式 */

.x-menu > li {
    text-align: center;
    float: left;
    position: relative;
}

.x-menu > li > a {
    font-size: 17px;
    color: #ffffff;
    line-height: 55px;
    display: block;
    /*padding: 0 1.4vw;*/
    padding-right: 2.8vw;
}

.x-menu > li:hover > a {
    color: #fff;text-decoration: underline;
}
.yu{cursor: pointer;}
.lastli{position: relative;}
.x-menu > li:last-child>a{padding-right: 0;}
.so{line-height: 55px;}

.x-menu > li:hover>.dropdown-menus {
    display: flex;
        visibility: visible;
    opacity: 1;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--main-theme-color);
    position: absolute;
    left: 4px;
    top: -10px;
}

.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 80px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}

.so {
    cursor: pointer;
}

.so img {
    max-width: 100%;
    max-height: 25px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    width: 248px;
    padding: 20px;
    /*border-radius: 20px;*/
    z-index: 999;
    background: #122ea7;
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 26%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 74%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}
.ly a{display: block;width: 156px;height: 40px;background-color: #ec6607;border-radius: 3px;line-height: 40px;text-align: center;color: #ffffff;font-size: 17px;}
.topr .language-group{margin: 0 2.1vw 0 1.4vw;}



/**/
.box1{padding:6% 0 4.2%;overflow: hidden;}
.bt1{text-align: center;}
.bt1 h3{color: #252525;font-size: 42px;font-weight: bold;}
.bt1 p{color: #666666;font-size: 18px;margin-top: 9px;}
.plist{margin: 40px 0 2.5vw;}
.plist li{width: 31.6%;text-align: center;margin-bottom: 30px;}
.plist li .img{margin:0 2.6vw;overflow: hidden;}
.plist li .img img{max-width: 100%;transition:all 0.5s;}
.plist li:hover .img img{transform:scale(1.1);}
.plist li h2{color: #222222;font-size: 18px;line-height: 1.44;font-weight: normal;margin-top: 15px;margin-bottom: 0;}
.plist li:hover h2{text-decoration: underline;}
.pmore a{display: block;width: 360px;height: 58px;background-color: #122ea7;border:1px solid #122ea7; border-radius: 5px;text-align: center;margin: 0 auto;color: #ffffff;font-size: 18px;text-align: center;line-height: 56px;}
.pmore a:hover{border-color: #122ea7;background: #fff;color: #122ea7;}

/**/
.box2{background-color: #f7f7f7;padding: 80px 0 90px;overflow: hidden;}
.psort{text-align: center;margin: 3.1vw 0 4.1vw;border-bottom: 2px solid #dbdbdb;font-size: 0;}
.psort li{display: inline-block;margin: 0 0.8vw;}
.psort li a{display: block;color: #555555;font-size: 19px;font-weight: bold;padding: 0 1.2vw 15px 1.2vw;position: relative;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.psort li.cur a{color: #122ea7;}
.psort li a:after{width: 100%;height: 2px;background-color: #122ea7;content: '';display: block;transition:all 0.5s;opacity: 0;position: absolute;bottom: -2px;left: 0;}
.psort li.cur a:after{opacity: 1;}
.pbox{margin-bottom: 42px;}
.pbox li{width: 31.95%;background-color: #ffffff;}
.pbox li a{display: block;padding: 1.8vw 1.8vw 3.7vw 1.8vw;}
.pbox li h3{color: #222222;text-align: center;font-size: 20px;line-height: 1.6;font-weight: normal;letter-spacing: -0.2px;margin: 2.5vw 0 1.7vw;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.gd{width: 200px;height: 50px;transition:all 0.5s; border: solid 1px #111111;margin: 0 auto;line-height: 48px;margin: 0 auto;color: #444444;font-size: 15px;font-weight: bold;text-align: center;text-transform: uppercase;}
.pbox li .img{overflow: hidden;}
.pbox li .img img{transition:all 0.5s;}
.pbox li:hover .img img{transform:scale(1.1);}
.gd:hover{background: #122ea7;color: #fff;border-color: #122ea7;}



/**/
.box3{padding: 102px 0 58px;overflow: hidden;}
.aleft{width: 52.3%;}
.aimg{width: 45.5%;overflow: hidden;}
.aimg img{transition:all 0.5s;}
.aimg:hover img{transform:scale(1.1);}
.aleft h3{color: #252525;font-size: 42px;}
.acon{color: #555555;font-size: 15px;line-height: 1.866;margin: 23px 0 2vw;}
.amore a{display: block;width: 180px;height: 48px;background-color: #122ea7;border-radius: 8px;line-height: 46px;border:1px solid #122ea7;color: #ffffff;font-size: 18px;text-align: center;}
.sul{ text-align: center;padding: 5.2vw 9.8vw 5.5vw;}
.sbt{font-size: 44px;font-weight: bold;color: #111111;}
.sul li p{color: #111111;font-size: 18px;margin-top: 28px;}
.he{padding: 0 5.2vw;}
.hul{margin-top: 30px;}
.hul li{width: 32%;text-align: center;margin-bottom: 25px;}



/**/
.box4{overflow: hidden;padding: 7.2% 0 6.4%;background: url(//wm.cdn.cn86.cn/yunbangqicai/2025/06/d535d98e30favfwq.jpg) no-repeat top center;background-size: cover;}
.box4 .bt1 h3{color: #fff;}
.yul{margin-top: 60px;padding: 0 5.6vw;text-align: center;}
.yul li{background-color: #ffffff;width: 24.32%;padding: 4vw 0 5.8vw;}
.yul li h3{color: #252525;font-size: 20px;margin: 30px 5px 33px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.gd1{width: 200px;height: 65px;border: solid 1px #555555;margin: 0 auto;line-height: 65px;color: #333333;font-size: 18px;transition:all 0.5s;}
.yul li .img{height: 5.26vw;line-height: 5.26vw;}
.yul li .img img{max-height: 5.26vw;}
.yul li:hover .gd1{background: #122ea7;color: #fff;border-color: #122ea7;}



/**/
.box5{padding: 110px 0 68px;overflow: hidden;}
.xul{margin: 47px 0 40px;}
.xul li{width: 49.1%;margin-bottom: 20px;}
.jbj{background-color: #f7f7f7;width: 56.29%;padding:0 2vw;display: flex;align-items: center;}
.xul li .img{width: 43.71%;position: relative;overflow: hidden;}
.jbj h3{color: #111111;font-size: 18px;line-height:1.5555;font-weight: normal;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
.xul li .img2{position: absolute;top:50%;left: 50%;transform:translate(-50%,-50%);width: 22%;}
.xul li .img .img1{transition:all 0.5s;}
.xul li:hover .img .img1{transform:scale(1.1);}



/**/
.box6{background-color: #f7f7f7;padding: 90px 0 108px;overflow: hidden;}
.honor{position: relative;margin: 50px 0 60px;}
.mySwiper{overflow: hidden;margin: 0 80px;}
.swiper-button-prev2,.swiper-button-next2{width: 47px;height: 47px;border-radius: 50%;outline: none;position: absolute;top:50%;margin-top: -24px;}
.swiper-button-prev2{background: #afafaf url(//wm.cdn.cn86.cn/yunbangqicai/2025/06/63c2665a2471main.png) no-repeat center;left: 0;}
.swiper-button-next2{background: #afafaf url(//wm.cdn.cn86.cn/yunbangqicai/2025/06/abe0c16ea772friu.png) no-repeat center;right: 0;}


/**/
.box7{overflow: hidden;padding: 90px 0 100px;}
.xin1{margin: 60px 0 40px;}
.xin1 li{width: 32.6%;background-color: #ffffff;border-radius: 10px;box-shadow: 0 0 5px 5px rgba(0,0,0,.05);overflow: hidden;}
.xin1 li h3{padding: 30px 15px 30px;}
.xin1 li h3 span{font-size: 16px;height: 50px;font-weight: normal;line-height: 24px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.xin1 li:hover h3{color: #122ea7;}
.xin1 li .img{overflow: hidden;}
.xin1 li .img img{transition:all 0.5s;}
.xin1 li:hover .img img{transform:scale(1.1);}



/**/
.foot{background-color: #252525;}
.ft1{padding: 4.2vw 0 6vw;}
.ban{font-size: 15px;color: rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.2);padding: 8px 0;text-align: center;}
.ban a{color: rgba(255,255,255,.5);}
.ft1 h3{color: #ffffff;font-size: 25px;margin-bottom: 2.8vw;}
.tleft{width: 31%;}
.jj{color: #ffffff;font-size: 15px;line-height: 26px;margin-bottom: 1.7vw;}
.dmore a{display: block;width: 164px;height: 50px;background-color: #122ea7;border-radius: 5px;border:1px solid #122ea7;line-height: 48px;text-align: center;color: #fff;font-size: 18px;}
.dmore a:hover{background: #fff;color: #122ea7;border-color: #122ea7;}
.tmid{max-width: 321px;}
.lx{font-size: 15px;line-height: 26px;}
.lx p{padding-left: 32px;margin-bottom: 15px;}
.lx p:first-child{background: url(//wm.cdn.cn86.cn/yunbangqicai/2025/06/ef0281d5c7xht8xj.png) no-repeat left center;}
.lx p:nth-child(2){background: url(//wm.cdn.cn86.cn/yunbangqicai/2025/06/04fe8e8165oyecht.png) no-repeat left center;}
.lx p:nth-child(3){background: url(//wm.cdn.cn86.cn/yunbangqicai/2025/06/b712d0ba27unkkrn.png) no-repeat left center;}
.pp a{display: block;color: #ffffff;font-size: 15px;line-height: 26px;}
.shejj a{margin-right: 16px;}
.shejj a img{width: 34px;}
.foot a:hover{color: #fff;}



/**/

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 280px;
        margin-right:4.5vw;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-bottom: 2vw;
}
.product-cate.cate-list .list-title{border:none;padding-left: 1.4vw; border-bottom: 1px solid rgba(225,221,221,.5);color: #555555;font-size: 15px;line-height: 48px;font-weight: normal;}
.product-cate.cate-list{border:none;margin-top: 10px;}
.product-cate.cate-list .category span{background: url(//wm.cdn.cn86.cn/yunbangqicai/2025/06/54a22de9986wilpq.png) center no-repeat;}
.product-cate.cate-list .active {
  background: #f6f6f6;color: #555555;
}
.product-cate.cate-list .category:hover .list-title {
  background: #f6f6f6;color: #555555;
}
.left-title1{color: #222222;font-size: 24px;font-weight: normal;text-transform: uppercase;}
.cpbj{padding-top: 3.2vw;}
.product-list .content .list .cont .product-title a{color: #222222;font-size: 15px;line-height: 20px;font-weight: normal;margin-top: 10px;}






/**/


/* contact-section1 */

.contact-section1 {
    position: relative;
    padding: 4.166vw 0;
}
.lx-title{margin-bottom: 2.6vw;}
.lx-title h3 {
    font-size: 42px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

.nei-photo-list1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.nei-photo-list1 li {
    position: relative;
    text-align: center;
    flex: 1;
}

.nei-photo-list1 li .img {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--main-theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

.nei-photo-list1 li .txt {
    padding-top: 20px;
}

.nei-photo-list1 li h3 {
    font-size: 21px;
    color: #222222;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.nei-photo-list1 li .p {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.contact-section2 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/yunbangqicai/2025/06/d3d876c610gujpn1.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.c-section2-con {
    position: relative;
    background: #fff;
    padding: 50px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    max-width: 1025px;
    margin: 0 auto;
}

.hm-message-con {
    position: relative;
    margin: 0 -10px;
}

.hm-message-con input[type=text],
.hm-message-con textarea {
    height: 55px;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    font-size: 15px;
    color: #888888;
    box-shadow: inherit;
}

.hm-message-con input[type=text]::-webkit-input-placeholder,
.hm-message-con textarea::-webkit-input-placeholder {
    color: #888888
}

.hm-message-con input[type=text]:-ms-input-placeholder,
.hm-message-con textarea:-ms-input-placeholder {
    color: #888888
}

.hm-message-con input[type=text]::-ms-input-placeholder,
.hm-message-con textarea::-ms-input-placeholder {
    color: #888888
}

.hm-message-con input[type=text]::placeholder,
.hm-message-con textarea::placeholder {
    color: #888888
}

.hm-message-con textarea {
    padding-top: 15px;
    height: 190px;
    resize: none;
    background: #f2f2f2;
    color: #888888;
}

.hm-message-con textarea:focus {
    background: none;
    box-shadow: inherit;
    color: #888888;
}

.hm-message-con input[type=text]:focus,
.hm-message-con textarea:focus {
    color: #888888;
    background: #f2f2f2;
}

.hm-message-con .x-submit {
    width: 212px;
    height: 55px;
    background: var(--main-theme-color);
    color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.hm-message-con .x-submit:hover {
    background: var(--main-theme-color);
    color: #fff;
}

.hm-message-con .contans {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.hm-message-con .contans input {
    border: none;
}

.hm-message-con .pr-5 {
    position: relative;
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
}

.hm-message-con .form-input.relative input[type=text] {
    padding-left: 1.2rem;
}

.hm-message-con .w100120 {
    width: calc(100% - 120px)!important;
}

.hm-message-con .contans input[type=text]:focus {
    border: none;
}

.hm-message-con .contans .yzmimg {
    cursor: pointer;
    margin: 0px 8px;
    width: 120px;
    height: 55px
}



/*  contact */

@media (max-width: 1280px) {
    .lx-title h3 {
        font-size: 32px;
    }
    .nei-photo-list1 li h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .nei-photo-list1 li .p {
        font-size: 14px;
    }
    .c-section2-con {
        padding: 40px 30px;
    }
}

@media (max-width: 992px) {
    .lx-title h3 {
        font-size: 24px;
    }
    .c-section2-con {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .contact-section1 {
        padding: 40px 0;
    }
    .nei-photo-list1 li {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .hm-message-con input[type=text],
    .hm-message-con textarea {
        height: 40px;
        font-size: 13px;
    }
    .hm-message-con textarea {
        height: 100px;
    }
    .hm-message-con .contans .yzmimg {
        height: 40px;
    }
    .hm-message-con .x-submit {
        height: 45px;
        width: 160px;
        font-size: 14px;
    }
    .c-section2-con{padding-bottom: 10px;}
    .c-section2-con{
        border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    }
}






@media(max-width: 989px){
    .wmy-right{margin-top: 10px;}
}






@media(max-width: 640px){
.left-title1{font-size: 20px;}
/* .site-header-bottom  .logo{width: calc(100% - 174px);} */
.contact-section1{padding: 30px 0 10px;}
.lx-title{margin-bottom: 20px;}
}
  
  @media(max-width: 1450px){
    .xin1 li h3 span{font-size: 22px;}
  }
@media(max-width: 1300px){
    .box2{padding: 60px 0 70px;}
    .acon{font-size: 15px;}
    .sbt{font-size: 40px;}
    .box3{padding-top: 80px;}
    .yul li h3{font-size: 18px;}
    .jbj h3{font-size: 16px;line-height: 1.3;}
    .box5{padding: 80px 0 50px;}
    .box6{padding: 60px 0 80px;}
    .honor{margin: 40px 0 50px;}
    .box7{padding: 60px 0 70px;}
    .ft1 h3{font-size: 23px;margin-bottom: 2vw;}
}



@media(max-width: 1200px){
    .x-menu > li > a{font-size: 16px;}
    .ly a{width: 136px;}
    .plist li h2{font-size: 16px;}
    .bt1 h3,.aleft h3{font-size: 36px;}
    .bt1 p{margin-top: 5px;}
    .pbox li h3{font-size: 18px;}
    .pmore a{width: 300px;height: 50px;line-height: 48px;}
    .gd1{width: 160px;height: 52px;line-height: 50px;font-size: 16px;}
    .cpfl{display: none;}
    .jj{font-size: 13px;line-height: 22px;}
}



@media(max-width: 1090px){
    .x-menu > li > a{font-size: 14px;}
    .dh{font-size: 15px;}
    .pbox li h3{font-size: 16px;}
    .yul li h3{font-size: 16px;margin: 20px 5px 23px}
    .gd1{width: 130px;height: 42px;line-height:40px;font-size: 14px;}
     .jbj h3{font-size: 15px;line-height: 1.3;}
}

@media(max-width: 800px){
    .plist li h2{font-size: 14px;}
    .plist li{margin-bottom: 20px;}
    .psort li {margin:0;}
    .psort li a{font-size: 16px;}
    .box2{padding: 50px 0 60px;}
    .box5{padding: 50px 0 30px;}
    .sul li p{font-size: 16px;margin-top: 15px;}
    .sul{padding: 30px 5vw;}
    .sbt{font-size: 34px;}
    .bt1 h3, .aleft h3{font-size: 32px;}
    .box3{padding-top: 60px;}
    .aleft,.aimg{width: 100%;}
    .aimg{margin-top: 30px;}
    .yul{margin-top: 40px;}

    .yul li{width: 49%;margin-bottom: 2%;}
    .box6{padding: 40px 0 60px;}
      .honor{margin: 30px 0 40px;}
      .xin1{margin: 40px 0 24px;}
       .box7{padding: 40px 0 50px;}
       .xin1 li h3 span{font-size: 18px;}
       .ft1 h3{font-size: 20px;}
       .tleft,.tmid,.she{width: 100%;}
       .tmid{margin: 15px 0;}
}
@media(max-width: 768px){
    body{padding-bottom: 70px;}
}

@media(max-width: 640px){
    .bt1 h3,.aleft h3{font-size: 24px;line-height: 1;}
    .plist li h2{font-size: 14px;}
    .plist li{margin-bottom: 20px;}
    .bt1 p{font-size: 15px;}
    .plist{margin-top: 20px;}
    .plist li{width: 48%;}
    .box1{padding:30px 0;}
    .box2{padding: 30px 0;}
    .psort li{margin-bottom: 15px;width: 50%;}
    .psort li a{padding-bottom: 5px;font-size: 14px;}
    .psort li a:after{bottom: 0;}
    .pmore a{width: 200px;height: 45px;line-height: 43px;font-size: 16px;}
    .pbox li{width: 100%;margin-bottom: 20px;}
    .pbox li a{padding: 15px;}
    .gd{width: 160px;height: 40px;line-height: 38px;font-size: 14px;}
    .pbox li h3{font-size: 14px;}
    .pbox{margin-bottom: 10px;}
    .box3{padding-top: 30px;}
    .acon{margin:10px 0 20px 0;}
    .amore a{width: 140px;height: 42px;line-height: 40px;font-size: 14px;}
    .sul li{width: 49%;margin-bottom: 15px;}
    .sbt{font-size: 28px;}
    .sul li p{font-size: 14px;}
    .box4{padding: 30px 0;}
    .yul{margin-top: 23px;}
    .yul li .img{height: 50px;line-height: 50px;}
    .yul li .img img{max-height: 50px;}
    .yul li{width: 100%;margin-bottom: 2%;}
    .yul li{padding:25px 0 35px;}
    .box5{padding: 30px 0 ;}
    .xul{margin: 25px 0 20px;}
    .xul li{width: 100%;}
    .jbj h3{font-size: 13px;}
    .box6{padding: 30px 0;}
    .honor{margin: 20px 0 30px;}
    .mySwiper{margin: 0 40px;}
    .swiper-button-prev2, .swiper-button-next2{width: 35px;line-height: 35px;height: 35px;}
    .xin1{margin: 30px 0 10px;}
    .box7{padding: 30px 0 ;}
    .xin1 li{margin-bottom: 15px;width: 100%;}
    .xin1 li h3{padding: 34px 15px 25px;}
    .ft1{padding: 20px 0;}
    .ban{font-size: 13px;}
    .dmore a{width: 120px;height: 40px;line-height: 38px;font-size: 14px;}
    .ft1 h3{font-size: 18px;}

}



.tab-pane p *{
    text-wrap-mode: wrap!important;
}