.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;
    }
}



/*  */
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.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

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: 1620px;margin: 0 auto;width: 92%;}

/*@font-face{
  font-family: 'Montserrat';
  src:url('../fonts/Montserrat-Bold.otf') format('truetype');
}*/
@font-face{
  font-family: 'Montserrat';
  src:url('../fonts/Montserrat-Regular.otf') format('truetype');
}
.top2{position: fixed;width: 100%;z-index: 9999;transition:all 0.5s;}
.top2.scroll{background: #fff;}


.x-menu {
    position: relative
}

.x-menu>li {
    text-align: center;
    padding: 0 1.6vw;
     position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #000000;
    height: 100px;
    line-height: 100px; 
    position: relative;
}

.x-menu>li:hover>a {
    
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}

.topr{padding-left: 3.4vw;margin-left: 1.6vw;background: url(//wm.cdn.cn86.cn/nbgaoyun/2025/12/e034b9d046vyg9v1.png) no-repeat left center;}




/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ban{position: absolute;width: 100%;z-index: 99;bottom: 5%;}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}



.home-banner .swiper-slide >a>img {
    display: block;
    max-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{min-width: 93px;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.7;
    margin: 0 4px!important;
    transition: width .3s ease;
    border-radius: 6px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   width: 45px;
    opacity: 1;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 17%;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-banner .swiper-slide .v_cover .v_con {
  
    position: relative;
    z-index: 5;
}

.home-banner .swiper-slide .v_con .v_tit_aa,
.home-banner .swiper-slide .v_con .v_tit_bb,
.home-banner .swiper-slide .v_con a  {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(-100px, 0, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con .v_tit_aa,.home-banner .swiper-slide-active .v_con .v_tit_bb,.home-banner .swiper-slide-active .v_con a{
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con .v_tit_aa {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con .v_tit_bb {
    transition-delay: .5s
}


.v_tit_aa {
    font-size: 3.6458vw;font-weight: bold;
    color: #282828;
    margin-bottom: 10px;
    line-height: 1.142;
    line-height: 1;
    max-width: 26.51vw;
    font-family: 'Montserrat';
}
.v_tit_bb{max-width: 33.59375vw;padding: 10px 6.1vw 10px 1.5vw;line-height: 1.25; font-size:1.6666vw;color: #ffffff;line-height: 1.25;background: url(//wm.cdn.cn86.cn/nbgaoyun/2025/12/4fb7189d9demh8rn.png) no-repeat left center;background-size: cover;}
.ban .wh{position: relative;}
.v_cover a{
    width: 150px;
    height: 46px;
    line-height: 44px;text-align: center;
    opacity: 1;font-size: 16px;color: #000000;
    border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 1);
  margin-top: 4vw;
}
.v_cover a img{margin-left: 40px;}

.logo img{max-width: 199px;}
.topr .dropdown-toggle::after{display: none;}
.topr .language-group{margin: 0 1.3vw 0 2vw;}
.scroll_to_top2{display: none;}
.topr .btn.focus,.topr .btn:focus{
    box-shadow: none;
}

.lastli{padding:0 ;position: relative;}
.so {
    line-height: 98px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(56, 117, 209, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 30%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 70%;
    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;
}
.home-banner .swiper-slide>a{display: block;}



/**/
.box1{background: url(//wm.cdn.cn86.cn/nbgaoyun/2025/12/387261b917dkenbj.png) no-repeat top center;background-size: cover;overflow: hidden; padding: 7.3% 0;}
.pp{padding: 0 8vw;}
.box1 .pbt{width: 22%;}
.pbt{color: #000000;font-size: 2.6vw;font-weight: bold;font-family: 'Montserrat';text-transform: uppercase;line-height: 1;}
.psort{width: 78%;position: relative;z-index: 99;}
.psort li h3{color: #000000;font-size: 1.04vw;font-weight: normal;margin-left: 1.3vw;margin-bottom: 0;}
.psort li .img2{display: none;}
.psort li:hover .img1{display: none;}
.psort li:hover .img2{display: inline-block;}
.psort li:hover h3{color: #3875D1;}
.mySwiper{overflow: hidden;margin-top: 2.4vw;border-top:1px solid #E6E7E8;margin-left: 8vw;}
.mySwiper .swiper-slide{text-align: center;}
.mySwiper .img{border-right: 1px solid #E6E7E8;overflow: hidden;}
.pbj h3{display: flex;align-items: center;justify-content: center;color: #000000;font-size:  1.04vw;line-height: 1.6;font-weight: normal;height: 64px;padding: 0 3vw;overflow: hidden;}
.pmore {color: #000000;font-size:  1.04vw;margin-top: 10px;}
.mySwiper .img img{width: 100%;transition:all 0.5s;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.1);}



/**/
.box2{background:url(//wm.cdn.cn86.cn/nbgaoyun/2025/12/96a58dcdff8jrfhr.png) no-repeat top center;background-size: cover;padding: 6% 0 5.8%;overflow: hidden;}
.aright{width: 683px;}
.aleft{width: 36%;}
.acon1{font-size: 1.04vw;line-height: 1.5;color: #000000;margin: 4vw 0 2.4vw;}
.amore a{margin: 0;width: 196px;height: 59px;line-height: 59px;background: #fff;border-radius: 50px;color: #000000;font-size: 16px;}
.amore a img{margin-left: 32px;}
.amore a:hover{background: #3875D1;color: #fff;}
.amore a .img2{display: none;}
.amore a:hover .img2{display: inline-block;}
.amore a:hover .img1{display: none;}
.acon{color: #000000;font-size: 16px;line-height: 34px;text-align: justify;}
.sbt{color: #000000;font-size: 26px;line-height: 1.2;}
.sul{margin-top: 20px;}
.sul li p{color: #000000;font-size: 16px;}
.sbt span{font-size: 48px;color: #000;line-height: 1.2;}
.mySwiper2{margin-top: 67px;overflow: hidden;}
.mySwiper2 .swiper-slide{width: 30.3%;position: relative;margin-top:60px;}
.mySwiper2 .swiper-slide-active{transform: scale(1.1);transform-origin: 50% 100%; }
.vr{position: absolute;width: 19.6%;opacity: 0;transition:all 0.5s; text-align: center;top:0;left:0;height: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;left:50%;transform:translateX(-50%);}
.mySwiper2 .swiper-slide-active .vr{opacity: 1;}
.mySwiper2 .swiper-wrapper{align-items: flex-end;}
.box3{overflow: hidden;}


/**/
.mySwiper3{overflow: hidden;margin-left: 4vw;margin-top: -14px;}
.hleft{position: relative;width: 50%;}
.hleft .pbt{position: absolute;top:7vw;left: 7.8vw;}
.hleft img{width: 100%;height: 100%;object-fit: cover;}
.hright{width: 50%;padding: 7vw 5.3vw 40px 2.5vw;background: url(//wm.cdn.cn86.cn/nbgaoyun/2025/12/a6c77c2fce6zicej.png) no-repeat top center;background-size: cover;}
.hright .pbt{margin-left: 3vw;}
.slicon{margin-bottom: 14px;} 
.hmore2{text-align: right;margin-top: 20px;}
.hmore1 a{position: absolute;bottom: 40px;right: 3.6vw;}
/**/
.box4{padding: 7.5% 0 5.3%;overflow: hidden;}
.nmore a{width: 196px;height: 59px;line-height: 59px;border-radius: 50px;background: #3875D1;color: #fff;font-size: 16px;}
.nmore a img{margin-left: 30px;}
.mySwiper4{margin-top: 5.3vw;overflow: hidden;}
.mySwiper4 a{display: block;}
.mySwiper4 h3{transition:all 0.5s;color: #333333;font-size: 1.04vw;margin-bottom: 0; line-height: 1.4;height: 56px;overflow: hidden; font-weight: normal;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.line1{width: 30px;height: 3px;background: #000000;margin: 2.2vw 0;}
.mySwiper4 p{color: #808080;margin: 19px 0 1.87vw; font-size: 16px;line-height: 2;height: 64px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.m2{color: #808080;font-size: 16px;transition:all 0.5s;}
.mySwiper4  .img{overflow: hidden;}
.mySwiper4  .img img{transition:all 0.5s;}
.mySwiper4 .swiper-slide:hover  .img img{transform:scale(1.1);}
.mySwiper4 .swiper-slide:hover h3,.mySwiper4 .swiper-slide:hover .m2{color: #3875D1;}


/**/
.foot{background: url(//wm.cdn.cn86.cn/nbgaoyun/2025/12/a61c107491zmkmo7.png) no-repeat top center;background-size: cover;overflow: hidden;}
.ft1{padding: 3.5vw 0 3vw;background: url(//wm.cdn.cn86.cn/nbgaoyun/2025/12/ddfefc9944rmfpfb.png) no-repeat bottom center;}
.dtel2{text-align: right;}
.dtel2 span{color: #FFFFFF;opacity: 0.73;font-size: 22px;text-transform: uppercase;}
.dtel{font-size: 2.6vw;font-weight: bold;color: #fff;margin-top: 20px;}
.ft2{padding: 2.4vw 0 3vw;}
.dao  li h3{font-size: 1.04vw;color: #fff;font-weight: normal;margin-bottom: 15px;}
.dao a{display: block;color: #8A8F99;font-size: 0.833vw;line-height: 25px;margin-bottom: 6px;}
.dao{width: 53%;}
.tewm{text-align: center;font-size: 14px;color: #fff;line-height: 3;}
.tewm img{width: 149px;}
.ft3{font-size: 14px;color: #8A8F99;}
.ft3 a{color: #8A8F99;}
.ft3 .wh{border-top: 1px solid rgba(230, 231, 232, 0.1);padding: 2.7vw 0;}
.foot a{transition:all 0.5s;}
.foot a:hover{color: #fff;}

.tlogo img{width: 257px;}


@media(max-width: 1920px) {
    .fz-60 {
        font-size: 3.125vw
    }
    .fz-56 {
        font-size: 2.9166666667vw
    }
    .fz-54 {
        font-size: 2.8125vw
    }
    .fz-40 {
        font-size: 2.0833333333vw
    }
    .fz-36 {
        font-size: 1.875vw
    }
}

@media(max-width: 1280px) {
    .fz-60 {
        font-size: 40px
    }
    .fz-56 {
        font-size: 36px
    }
    .fz-54 {
        font-size: 36px
    }
    .fz-40 {
        font-size: 28px
    }
    .fz-36 {
        font-size: 24px
    }
    .fz-34 {
        font-size: 24px
    }
    .fz-32 {
        font-size: 24px
    }
    .fz-26 {
        font-size: 20px
    }
    .fz-22 {
        font-size: 20px
    }
    .fz-20 {
        font-size: 16px
    }
    .fz-16 {
        font-size: 14px
    }
    .fz-24 {
        font-size: 20px;
    }
    .fz-52 {
        font-size: 46px;
    }
}

@media(max-width: 1024px) {
    .fz-60 {
        font-size: 32px
    }
    .fz-56 {
        font-size: 28px
    }
    .fz-54 {
        font-size: 28px
    }
    .fz-40 {
        font-size: 24px
    }
    .fz-36 {
        font-size: 20px
    }
    .fz-34 {
        font-size: 20px
    }
    .fz-32 {
        font-size: 20px
    }
    .fz-26 {
        font-size: 16px
    }
    .fz-24 {
        font-size: 17px;
    }
    .fz-22 {
        font-size: 16px
    }
    .fz-52 {
        font-size: 32px;
    }
}




@media(max-width: 1700px){
    .pp{padding: 0 4%;}
    .mySwiper{margin-left: 4%;}
}


@media(max-width: 1500px){
    .psort li h3,.pbj h3,.pmore,.acon1,.mySwiper4 h3,.dao li h3{font-size: 16px;}
    .dao a{font-size: 14px;}
    .mySwiper4 h3{height: 48px;}
}



@media(max-width: 1400px){
    .sbt span{font-size: 40px;}
}



@media(max-width: 1200px){
    .aright{width: 60%;}
    .box1 .pbt{width: 16%;}
    .psort{width: 82%;}
    .psort li h3{margin-left: 5px;}
    .psort li  .img img{max-height: 31px;}
    .tlogo img{width: 207px;}
    .amore a,.nmore a{width: 150px;height: 45px;line-height: 45px;}
    .amore a img,.nmore a img{margin-left: 28px;}
    .mySwiper2{margin-top: 50px;}
}





@media(max-width: 1020px){
    .topr .language-group{margin: 0;}
    .home-banner .swiper-slide .v_cover{padding-top: 14%;}
    .v_cover a{width: 120px;height: 40px;line-height: 38px;font-size: 14px;}
    .v_cover a img{margin-left: 20px;}
    .dtel{font-size: 30px;margin-top: 10px;}
    .dtel2 span{font-size: 18px;}
    .hmore1 img,.hmore2 img{width: 29px;}
    .hright{padding-bottom: 20px;}
    .hmore1 a{bottom: 20px;}

}

@media(max-width: 991px){
    body{padding-bottom: 70px;}
}


@media(max-width: 768px){
    .dao{display: none;}
    .tewm{text-align: center;width: 100%;}
    .sbt span{font-size: 32px;}
    .mySwiper4 p{font-size: 14px;line-height: 24px;height: 48px;}
    .m2{font-size: 14px;}
}
@media(max-width: 640px){
    .v_cover a{display: none;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet{width: 8px;height: 8px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet-active{width: 30px;}
    .box1 .pbt{width: 100%;}
    .pbt{font-size: 24px;}
    .psort{width: 100%;margin-top: 20px;}
    .psort li{margin-bottom: 10px;width: 49%;}
    .psort li a{justify-content: space-between;}
    .psort li h3{margin-left: 0;width: calc(100% - 40px);}
    .psort li h3, .pbj h3, .pmore, .acon1, .mySwiper4 h3, .dao li h3{font-size: 14px;}
    .aleft,.aright{width: 100%;}
    .box2{padding: 30px 0;}
    .aright{margin-top: 25px;}
    .acon{font-size: 14px;line-height: 25px;}
    .sul li{width: 49%;margin-bottom: 15px;}
    .mySwiper2{margin-top: 20px;}
    .hleft,.hright{width: 100%;}
    .amore a, .nmore a{width: 120px;height: 38px;line-height: 38px;}
    .amore a img, .nmore a img{margin-left: 20px;}
    .line1{margin: 15px 0;}
    .mySwiper4 h3{height:40px; }
    .tlogo img{width: 150px;}
    .tlogo,.dtel2{width: 100%;text-align: center;}
    .ft1,.ft2{padding: 20px 0;}
    .dtel2{margin-top: 20px;text-align: left;}
    .dtel2 span{font-size: 16px;}
    .dtel{font-size: 24px;margin-top: 5px;}
    .ft3{font-size: 12px;}
    .ft3 .wh{display: block;text-align: center;width: 100%;}
    .mySwiper2 .swiper-slide-active{transform: scale(1);}
    .hright{padding-top: 60px;}
    .v_tit_aa{max-width: 155px;font-size: 18px;}
}


.mao2{display: block;height: 100px;margin-top: -100px;visibility: hidden;}