.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;}
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;}



/*----- 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: 1608px;margin: 0 auto;width: 92%;}

/**/
.top2{position: fixed;width: 100%;z-index: 999;top:0;transition:all 0.5s;}
.top2.scroll{background: #fff;}
.top2.scroll .x-menu>li>a{color: #333;line-height: 110px;height: 110px;}
.top2.scroll .x-sub-menu{top:110px;}
.tan{margin-left: 3.9vw;}
.tan .language-group .btn{
    width: 99px;
    height: 31px;
    background-color: #f4cd0c;
    border-radius: 16px;
    padding: 0;line-height: 31px;
    margin-left: 1.5vw;
}
.logo img{max-width: 227px;}
.logo .img2{display: none;}
.top2.scroll .logo .img1{display: none;}
.top2.scroll .logo .img2{display: inline-block;}


.x-menu {
    position: relative
}

.x-menu>li {
    text-align: center;
    padding: 0 1.6vw;
     position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    height: 135px;
    line-height: 135px; 
    position: relative;
    text-transform: uppercase;
}

.x-menu>li:hover>a {
    color: #ffd818;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 80%;
    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)
}






/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ban{position: absolute;width: 100%;z-index: 99999;bottom: 7.5%;}

.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{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: 12%;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.home-banner .swiper-slide .v_cover .v_con {
  
    position: relative;
    z-index: 5;
}

.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 .v_tit_aa {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con .v_tit_bb {
    transition-delay: .5s
}


.v_tit_aa {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 2vw;
    line-height: 1;
    text-align: center;
}
.v_tit_bb{font-size:3.4375vw;color: #ffffff;font-weight: bold;line-height: 1.318;max-width: 70%;margin: 0 auto}
.ban .wh{position: relative;}
.v_cover a{display: block;width: 200px;height: 52px;background-color: #d60018;border-radius: 26px;line-height: 52px;margin: 0 auto;color: #ffffff;font-size: 18px;text-align: center;margin-top: 2.8vw;}
.jian{position: relative;right: 0;}
.swiper-button-prev1,.swiper-button-next1{width: 51px;height: 51px;text-align: center;line-height: 49px;display: block;position: relative; border: dashed 1px #ffffff;border-radius: 50%;outline: none;transition:all 0.3s;}
.swiper-button-prev1{margin-right: 28px;}
.swiper-button-prev1:hover{border-color: #d60018; background-color: #d60018;}
.swiper-button-next1:hover{border-color: #d60018;background-color: #d60018;}
.logo img{max-width: 240px;}
.shub{ -webkit-animation: myfirst 1.5s infinite; animation: myfirst 1.5s infinite;}
@-webkit-keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
@keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}

.scroll_to_top2{display: none;}


.lastli{position: relative;}
.so {
    line-height: 110px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 258px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(244, 205, 12, 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;
}

/**/
.box1{background:url(//wm.cdn.cn86.cn/nblituopucd/2026/02/86968f38ecyr7cdk.jpg) no-repeat top center;overflow: hidden; background-size: cover;padding: 5% 0 61px;}
.cbt1{color: #3c3e41;font-size: 2.08vw;font-weight: bold;line-height: 1;text-transform: uppercase;}
.cmore a{position: relative;overflow: hidden;font-weight: bold; display: block;width: 210px;height: 58px;color: #3c3e41;font-size: 18px;text-align: center;  border: solid 1px #767676;line-height: 56px;text-align: center;}
.cmore a:after{content: '';display: block;position: absolute;width: 0;top:0;left: 0; height: 100%;background: #ffd818;transition:all .3s ease-out;}
.cmore a:hover:after{width: 100%;}
.cmore a span{position: relative;z-index: 9;}
.cmore a:hover{border-color:#ffd818;}
.xul{margin-top: 3vw;}
.xul li{width: 48.2%;border: solid 1px #e2e2e2;margin-bottom: 27px;position: relative;}
.xul li a{display: block;}
.cbt2{position: absolute;transition:all 0.5s; width: 100%;padding: 2.4vw 10px 1.5vw 3.3vw;line-height: 1; bottom: 0;left: 0;color: #ffffff;font-size: 1.5625vw;font-weight: bold; background: url(//wm.cdn.cn86.cn/nblituopucd/2026/02/d094d497f5miswjw.png) no-repeat center bottom;background-size: cover;}
.xul li:hover .cbt2{color: #f4cd0c;}
.xul li a .img{overflow: hidden;}
.xul li a .img img{transition:all 0.5s; }
.xul li:hover a .img img{transform:scale(1.1);}

/**/
.box2{margin: 81px 0 30px;}
.box2 .cbt1{margin-top: 14px;}
.psort{background-color: #f5f5f5;border-radius: 5px;width: 81.2%;justify-content: center;}
.psort li{background: url(//wm.cdn.cn86.cn/nblituopucd/2026/02/41da3e3b199zai8c.jpg) no-repeat right center;}
.psort li a{display: block;color: #999a9b;font-size: 0.9375vw;line-height: 74px;text-align: center;padding: 0 0.7vw;}
.psort li:last-child{background: none;}
.psort li.active a{color: #3c3e41;}

.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }
.psort li:after{
content: '';
width:0px;
height: 2px;
background-color: #ffd818;
transition: all ease .3s;
margin:0 auto;
display: block;
bottom: 0;
position: relative;
}
.psort li:hover:after{
width:92px;
}
.pbox{margin-top: 3vw;}
.pul li{width: 31.92%;margin-bottom: 24px;}
.pul li a{display: block;}
.pul li .img{border: solid 1px #dddddd;overflow: hidden;}
.pul li .img img{width: 100%;transition:all 0.5s;}
.pbt2{text-align: center;line-height: 62px;text-transform: uppercase; text-align: center;color: #3c3e41;font-size: 18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pul li:hover .img img{transform:scale(1.1);}
.pul li:hover .pbt2{color: #f8cd0e;}


/**/
.box3{background: url(//wm.cdn.cn86.cn/nblituopucd/2026/02/51978179c2vsg26v.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding: 5.4% 0;}
.mySwiper{overflow: hidden;margin-top: 23px;}
.aleft{width: 47%;}
.aleft .cbt1{text-align: left;color: #fff;margin: 0.8vw 0 1.7vw;}
.aright{width: 49.9%;}
.aright .img video { width: 100%; }
.abt2{color: #ffffff;font-size: 24px;font-weight: bold;padding-right: 3vw;line-height: 1.7;}
.acon{color: #ffffff;font-weight: bold;font-size: 16px;line-height: 28px;margin: 1.5vw 0;}
.acon p{margin-bottom: 0;}
.aleft .cmore a{color: #cead13;border: solid 1px #cead13;}
.aleft .cmore a:hover{color: #3c3e41;}
.aright .img{border: solid 1px #f5f5f5;}
.sul{margin-top: 2vw;}
.sul li{text-align: center;}
.sul li p{color: #f7ce0b;font-size: 16px;font-weight: bold;margin: 18px  0 0 0 ;}
.sbt{color: #ffffff;font-size: 24px;font-weight: bold;}
.sbt span{color: #ffffff;font-size: 3.125vw;font-family: Impact;font-weight: normal;}
.sul li:first-child .sbt{font-weight: normal;}
.mySwiper .img{border: solid 1px #f5f5f5;display: block;overflow: hidden;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.1);}


/**/
.box4{overflow: hidden;margin-top: 6.1%;}
.box4 .cbt1{text-align: center;}
.wul{margin-top: 2.9vw;}
.wul li{width: 25%;border: solid 1px #e0e0e0;padding: 3.5vw 1.2vw 2vw;}
.sz{font-size: 4.16vw;font-family: 'Impact';color: #464646;line-height: 1;}
.yy h3{margin-bottom: 0;color: #464646;font-size: 18px;font-weight: bold;width: 68%;line-height: 1.777;padding-right: 0.9vw;}
.ys1{color: #464646;font-size: 14px;text-align: center;margin-top: 1.5vw;padding: 0 1vw;}

/**/
.box5{padding: 4.6% 0 5%;}
.box5 .cbt1{text-align: center;}
.xin1{margin-top: 3.5vw;}
.xin1 li{width: 32.4%;}
.xin1 li .img{border: solid 1px #e0e0e0;overflow: hidden;position: relative;}
.xin1 li .img img{transition:all 0.5s;}
.xin1 li:hover .img img{transform:scale(1.1);}
.xin1 .time{position: absolute;bottom: 0;left: 0; width: 156px;height: 41px;background-color: #cead13;line-height: 41px;text-align: center;letter-spacing: 2px; color: #ffffff;font-size: 18px;}
.wz{letter-spacing: 1px;font-size: 1.25vw; color: #3c3e41;line-height: 1.25;margin-top: 1.2vw;}
.line2{width: 18px;height: 2px;background-color: #cead13;margin-top: 16px;transition:all 0.5s;}
.xin1 li:hover .line2{width: 100%;}
.xin1 li:hover .wz{color: #cead13;}





/**/
.foot{padding-bottom: 20px;}
.section5,.foot{background-color: #1b2229;}
.liu{background: url(//wm.cdn.cn86.cn/nblituopucd/2026/02/7b43799a4725i2mv.jpg) no-repeat top center;background-size: cover;padding: 5vw 0 4vw;}
.bt2{text-align: center;}
.bt21{color: #ffffff;font-size: 1.875vw;}
.bt22{color: #ffffff;font-size: 18px;margin-top: 15px;}
.yan li input{background-color: #ffffff;height: 61px;display: block;outline: none;border:none;color: #606d85;font-size: 16px;padding-left: 16px;}
.yan{margin-top: 2vw;}
.yan ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #606d85;
}
.yan :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #606d85;
}
.yan ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #606d85;
}
.yan :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #606d85;
}
.yan li:first-child{width: 25%;}
.yan li.tj{width: 11.9%;}
.yan li.tj input{background-color: #cead13;color: #ffffff;padding-left: 0;text-align: center;width: 100%;}
.yan li{width: 22%}
.yan li.yzm{width: 16%;}
.bq{text-align: center;color: #a9abae;font-size: 18px;}
.ft1{padding: 4vw 0;}
.lxwm{max-width: 449px;}
.twz{margin: 1.8vw 0 2vw;color: #ffffff;font-size: 1.1vw;line-height: 1.4;}
.tleft .social-share .social-share-icon{margin: 0 14px 0 0;color: #fff; width: 38px;height: 38px;border-radius: 2px;border:none;line-height: 38px;}
.tleft .social-share .icon-facebook{background-color: #3b5998;}
.tleft .social-share .icon-twitter{background-color: #31a9f3;}
.tleft .social-share .icon-linkedin{background-color: #0077b5;}
.tleft{width: 22%;}
.dbt2{font-size: 1.31vw;color: #ffffff;line-height: 1;margin:1.6vw 0 1.3vw;}
.dao a,.lxwm,.lxwm a{display:block;color: #ffffff;font-size: 0.94vw;line-height: 2.25;}
.lxwm p{margin-bottom: 0;}
.dao{margin: 0 7vw 0 5.2%;}
.tewm{margin: 5.8vw 1.8vw 0 0;}
.tewm img{width: 146px;}
.section5 .fp-tableCell{vertical-align: top;}
.foot a:hover{color: #cead13;}
.bq p{margin-bottom: 0;}



@media(max-width: 1750px){
    .yy h3{padding-right: 0;width: calc(100% - 6vw);}

}


@media(max-width: 1563px){
    .psort li a{line-height: 60px;}
    .liu{padding: 4vw 0;}
    .cmore a{width: 180px;height: 52px;line-height: 50px;font-size: 16px;}
    .pbt2{font-size: 16px;line-height: 54px;}
    .abt2{font-size: 20px;}
    .yy h3{line-height: 1.3;}
    .xin1 .time{width: 130px;height: 35px;line-height: 35px;font-size: 16px;}
    .bq{font-size: 16px;}
}


@media(max-width: 1460px){
    .psort li a{font-size: 15px;}
    .cbt1{font-size: 32px;}
    .logo img{max-width: 200px;}
    .x-menu>li>a{font-size: 16px;}
    .tan{margin-left: 2vw;}
    .tewm img{width: 120px;}
    .lxwm{width: 30%;}
}



@media(max-width: 1200px){
    .yan li input{font-size: 14px;height: 45px;}
    .twz{font-size: 16px;}
    .dbt2{font-size: 18px;}
    .dao a, .lxwm, .lxwm a{font-size: 14px;}
    .bq{font-size: 14px;}
    .tewm img{width: 120px;}
    .gd a{margin-top: 2vw;}
    .ybt1{font-size: 16px;}
    .sort1{bottom: 2vw;}
    .det .wz{font-size: 18px;}
    .yan li.yzm{width: 20%;}
    .yan li{width: 20%;}
    .cbt1{font-size: 28px;}
    .lastli{display: none;}
}



@media(max-width: 1028px){
    .ying2 .ybt,.ybt{font-size: 30px;}
    .dao{margin: 0 4vw 0 2.2%;}
    .logo img{max-width: 160px;}
    .tan{margin-left: 0;}
    .x-menu>li>a{height: 100px;line-height: 100px;}
    .tan .language-group .btn{font-size: 14px;}
    .x-menu>li>a{font-size: 14px;}
    .cbt2{font-size: 20px;}
    .pbt{display: block;}
    .pbt .cbt1{text-align: center;}
    .psort li a{line-height: 45px;padding: 0 20px;}
    .psort{margin-top: 15px;width: 100%;}
    .box2{margin-top: 50px;}
    .sul li p{font-size: 12px;}
    .sbt{font-size: 20px;}
    .top2.scroll .x-menu>li>a{color: #333;line-height: 90px;height: 90px;}
.top2.scroll .x-sub-menu{top:90px;}
.aleft,.aright{width: 100%;}
.aright{margin-top: 30px;}
.aright .img img{width: 100%;}
.sbt span{font-size: 40px;}
.sul li p{font-size: 14px;}
.wul li{width: 50%;}
.wz{font-size: 16px;}
.acon{margin: 16px 0;}
}






@media(max-width: 768px){
    .dao{display: none;}
    .tleft{width: 24%;}
    .twz{font-size: 14px;}
    .tleft .social-share .social-share-icon{width: 32px;height: 32px;line-height: 32px;}
    .yan li:first-child,.yan li,.yan li.yzm{width: 100%;}
    .yan li{margin-bottom: 15px;}
    .yan li.tj{width: 100px;}
    .bt21{font-size: 20px;}
    .pul li{width: 48%;margin-bottom: 15px;}
    .xin1 li{width: 100%;margin-bottom: 20px;}
    .lxwm{margin-left: 7%;}
    .tleft{width: 28%;}
    .lxwm{width: 40%;}
    .box1{padding-bottom: 40px;}

}

@media(max-width: 640px){
    .liu{padding: 30px 0 20px;}
    .bt21{font-size: 16px;}
    .bt22{font-size: 14px;}
    .ft1{padding: 20px 0;}
    .tleft{width: 100%;float: none;}
    .tlogo img{max-width: 50%;}
    .lxwm{margin-top: 20px;line-height: 1.8;}
    .tewm{width: 100%;margin:0;text-align: center;margin-top: 10px;}
    .box1{padding: 30px 0 10px;}
    .cbt1{font-size: 22px;}
    .cmore a{width: 100px;height: 36px;line-height: 34px;font-size: 12px;}
    .xul{margin-top: 25px;}
    .xul li{width: 100%;margin-bottom: 20px;}
    .cbt2{padding: 20px 10px 15px 20px;}
    .box2{margin-top: 30px;}
    .psort li{background: none;}
    .psort li a{line-height: 22px;padding: 10px 5px;}
    .pbox{margin-top: 25px;}
    .pbt2{font-size: 12px;line-height: 40px;}
    .pul li{margin-bottom: 10px;}
    .box2{margin-bottom: 10px;}
    .box3{padding: 30px 0;}
    .abt2{padding-right: 0;font-size: 15px;}
    .acon{font-size: 14px;line-height: 24px;}
    .sul{margin-top: 25px;}
    .sul li p{margin-top: 10px;}
    .sul li{width: 48%;margin-bottom: 15px;}
    .sul img{display: none;}
    .box4{margin-top: 30px;}
    .wul{margin-top: 20px;}
    .wul li{width: 100%;padding: 15px;}
    .sz{font-size: 35px;}
    .yy h3{font-size: 16px;width: calc(100% - 60px);}
    .box5{padding: 30px 0 10px;}
    .wz{margin-top: 10px;}
    .lxwm{width: 100%;margin-left: 0;}
    .twz,.yan{margin-top: 15px;}
    .bt22{margin-top: 10px;}
    .psort{display: block;}
}