.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;}

.shouye h1,.shouye h2{font-size:12px;font-weight:bold;}
.shouye hr {border: 0;border-top:1px solid #ccc;height:0;}
.shouye 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}



.top2 {width: 92%;max-width: 1498px; position: fixed;z-index: 999;transition: all .5s ease;left:50%;transform:translateX(-50%); background: rgba(0,0,0,.5);border-radius: 52px;top:2.6vw;}
.top2.scroll{top:0;width: 100%;max-width: 100%;}
.top2 .wh{width: 98%;}


.searchbox .sou2.fa-search:before{display: none;}
.sou2{color: #ffffff;font-size: 16px;cursor: pointer;margin-left: 16px;}
.sou2 img{margin-right: 7px;}
.logo{margin-right: 28px;}
/* 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: 100vw;
    max-width: 100vw;
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    
}

.jian{position: absolute;bottom: 36px;width: 100%;text-align: center;z-index: 99;}
.swiper-button-prev1,.swiper-button-next1{outline: none;}
.swiper-pagination1{text-align: center;line-height: 1;font-size: 0;margin: 0 4px;}
.swiper-pagination1 .swiper-pagination-bullet{width: 17px;height: 17px;background: none; border-radius: 8px;border: solid 1px #ffffff;opacity: 1;margin: 0 4px;}
.swiper-pagination1 .swiper-pagination-bullet-active{background: #fff;}



.scroll_to_top2{display: none;}
.dropdown-toggle::after{
        display: inline-block;
    margin-left: .255em;
    vertical-align: .1em;
    content: "";
    border-top: .4em solid;
    border-right: .45em solid transparent;
    border-bottom: 0;
    border-left: .45em solid transparent;
}



/**/
.box1{padding: 5.3% 0 7%;overflow: hidden;}
.bt1{text-align: center;}
.bt11{color: #fe5f15;font-size: 16px;font-weight: bold;line-height: 1;}
.bt11 span{margin: 0 19px;}
.bt12{color: #222222;font-size: 2.1875vw;line-height: 1.095;font-weight: bold;margin-top: 1.4vw;}
.abox{margin-top: 4.3vw;}
.aleft{width: 37%;position: relative;z-index: 9;}
.aright{width: 55.56%;position: relative;}
.aimg img{width: 100%;}
.aleft h3.abt{color: #222222;font-size: 1.8725vw;font-weight: bold;line-height: 1;margin-bottom: 0;}
.acon{color: #444444;font-size: 16px;line-height:1.75;margin: 1.3vw 0 2vw;}
.aul{width: 135.2%;position: relative;z-index: 99;}
.aul li{width: 30.5%;}
.aul li a{display: block;background-color: #f6f7f9;padding: 1.7vw 1.2vw 1.4vw;}
.aul li .img{height: 56px;line-height: 56px;}
.aul li .img img{max-height: 56px;}
.aul li .img2{display: none;}
.aul li:hover .img1{display: none;}
.aul li:hover .img2{display: inline-block;}
.aul li a:hover{background-color: #01165a;}
.aul li h3{color: #222222;font-size: 20px;font-weight: bold;line-height: 1.4;margin: 12px 0;padding-right: 10px;}
.aul li p{color: #555555;font-size: 14px;line-height:1.5714; }
.aul li:hover h3{color: #ffffff;}
.aul li:hover p{color: #9baff1;}
.amore{margin-top: 1vw;background: url(//wm.cdn.cn86.cn/hnjufeishiye/2026/07/15eae2506469f6lr.png) no-repeat top center;background-size: cover;width: 44px;height: 15px;}
.aul li:hover .amore{background: url(//wm.cdn.cn86.cn/hnjufeishiye/2026/07/f1eaae1459bnlde7.png) no-repeat top center;background-size: cover;}
.aa2{margin-top: 2vw;}
.amore2 a{background-color: #fe5f15;border-radius: 10px;color: #ffffff;font-size: 1.09375vw;line-height: 1;padding: 0.9vw 1.6vw;}
.amore2 a img{margin-left: 1.2vw;}
.ftel span{color: #666666;font-size: 14px;}
.ftel2{letter-spacing: -1px;color: #222222;font-size: 1.66666vw;font-weight: bold;line-height: 1;}
.ftel{padding-left: 4.2vw;background: url(//wm.cdn.cn86.cn/hnjufeishiye/2026/07/d76f8de7e42jeroz.png) no-repeat left center;background-size: 2.96875vw;}
.shuju{background-color: #ffffff;padding: 2.4vw 2.4vw; border-left: 10px solid #fe5f15;width: 37.3%;position: absolute;bottom: 3.2vw;right: 3.2vw;z-index: 99;}
.shu{color: #666666;font-size: 18px;line-height: 1.333;margin-top: 9px;}
.sbt{color: #222222;font-size: 2.8125vw;font-weight: bold;line-height: 1;}









/**/
.box2{background: url(//wm.cdn.cn86.cn/hnjufeishiye/2026/07/f2bc3fe23c2kjqva.jpg) no-repeat top center;background-size: cover;padding: 5% 0 3.3%;overflow: hidden;}
.box2 .bt1{text-align: left;}
.box2 .bt12{color: #fff;}
.pmore2 a{background-color: #fe5f15;border-radius: 10px;color: #ffffff;font-size: 1.09375vw;line-height: 1;padding: 0.9vw 1.3vw;letter-spacing: 1px;}
.pmore2 a img{margin-left:1.5vw;}
.pbox{position: relative;margin-top: 2.9vw;}
.mySwiperp{overflow: hidden;}
.mySwiperp .img{overflow: hidden;}
.mySwiperp .img img{width: 100%;transition:all 0.5s;}
.mySwiperp .swiper-slide:hover .img img{transform:scale(1.1);}
.mySwiperp a{display: block;position: relative;}
.swiper-button-prev2,.swiper-button-next2{position: absolute;outline: none;top:50%;transform:translateY(-50%);z-index: 99;}
.swiper-button-prev2{left: -4.4vw;}
.swiper-button-next2{right: -4.4vw;}
.mySwiperp h3{color: #ffffff;transition:all 0.5s;font-size: 16px;padding: 0 1.1vw;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; line-height: 55px;background: rgba(0,0,0,.5);position: absolute;margin-bottom: 0;width: 100%;bottom: 0;left: 0;}
.pbj{position: absolute;padding: 1.2vw 6vw 15px 1.3vw; width: 85.2%;transition:all 0.5s;opacity: 0;bottom: 1.2vw;background: rgba(1,22,90,.7);border-radius: 10px;left: 50%;transform:translateX(-50%);}
.pmore{position: absolute;right: -25px;top:50%;transform:translateY(-50%);}
.flm{color: #fe5f15;font-size: 14px;}
.pbt{color: #ffffff;font-size: 16px;line-height:1.25;font-weight: bold;margin-top: 10px;}
.mySwiperp .swiper-slide:hover .pbj{opacity: 1;}
.mySwiperp .swiper-slide:hover h3{opacity: 0;}
.pbox2{width: 69.3%;margin-top: 8.2vw;}
.pbt21{color: #ffffff;font-size: 1.6666vw;font-weight: bold;line-height: 1;}
.pbt22{color: #ffffff;font-size: 2.5vw;font-weight: bold;line-height: 1;margin-top: 10px;}
.pbox2 .pmore2 a{background-color: #ffffff;color: #01165a;font-weight: bold;letter-spacing: 0;}









/**/
.box3{padding: 4.6% 0 4.2%;overflow: hidden;}
.jul{margin-top: 3.5vw;}
.jul li{width: 32.71%;margin-bottom: 11px;overflow: hidden;}
.jul li:nth-child(4),.jul li:nth-child(5){width: 49.6%;}
.jul li .img{overflow: hidden;}
.jul li .img img{width: 100%;transition:all 0.5s;}
.jul li:hover .img img{transform:scale(1.1);}
.jul li a{display: block;position: relative;}
.yy{position: absolute;bottom: 0;left: 0;width: 100%;}
.jbj{position: absolute;bottom: 23px;width: 100%;left: 0;padding: 0 15px;z-index: 9;transition:all 0.5s;opacity: 0;}
.jbt{color: #ffffff;font-weight: bold;width: 100%; font-size: 1.04vw; transition:all 0.5s;margin-bottom: 0;position: absolute;bottom: 20px;z-index: 9;padding: 0 15px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.jbj p{color: #e6eaf7;font-size: 14px;line-height: 17px;margin: 5px 0 22px;}
.jmore{width: 132px;height: 30px;background-color: #fe5f15;border-radius: 14px;color: #ffffff;font-size: 13px;padding: 3px 3px 3px 18px;}
.jbj h3{color: #ffffff;font-weight: bold;font-size: 1.04vw;margin-bottom: 0;}
.jul li:hover .jbj{opacity: 1;}
.jul li:hover .jbt{opacity: 0;}
.jul li a:after{content: '';background: rgba(1,22,90,.5);width: 100%;height: 100%;position: absolute;bottom:-100%;left: 0;transition:all 0.5s;}
.jul li:hover a:after{bottom: 0;}




/**/
.box4{background: #e0e0e0;padding: 4.3% 0 5.1%;overflow: hidden;}
.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: relative;z-index: 9; opacity: 1; visibility: visible;  }
.box4 .bt1{text-align: left;}
.csort li{margin-right: 0.6vw;}
.csort li:last-child{margin-right: 0;}
.csort li a{color: #444444;font-size: 16px;padding: 1vw;line-height: 1;background-color: #ffffff;display: block;}
.csort li.active a{background-color: #01165a;color: #fff;}
.cbox{margin-top: 2.7vw;}
.cbox li{width: 24.31%;}
.cbox li .img{overflow: hidden;}
.cbox li .img img{width: 100%;transition:all 0.5s;}
.cbox li:hover .img img{transform:scale(1.1);}
.cwz a{display: block;color: #444444;font-size: 18px;text-align: center;line-height: 70px;background: #fff;padding: 0 5px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.cbox li:hover .cwz a{background-color: #01165a;color: #fff;}


/**/
.box5{background: url(//wm.cdn.cn86.cn/hnjufeishiye/2026/07/9b5cd259f6jrysa9.jpg) no-repeat top center;background-size: cover;padding: 3.2vw 0;overflow: hidden;}
.hbt1{color: #ffffff;font-size: 2.1875vw;font-weight: bold;line-height: 1;}
.hcon{font-size: 1.04vw;line-height: 1.3;color: rgba(255,255,255,.7);margin-top: 1vw;}
.box5 .pmore2 a{background-color: #ffffff;color: #fe5f15;font-weight: bold;letter-spacing: 0;}
.box5 .pmore2 a img{margin-left: 1.2vw;}
.hleft{width: 60%;}


/**/
.box6{background-color: #01165a;padding: 5% 0 7.4%;overflow: hidden;}
.box6 .bt12{color: #fff;}
.ybox1{margin-top: 3.7vw;position: relative;z-index: 99;}
.ysimg1{width: 41.7%;border: solid 5px #ffffff;}
.ysimg1 img{height: 100%;width: 100%;object-fit: cover;}
.yul{width: 58.3%;}
.yul li{margin-bottom: 2px;height: calc(50% - 2px); background-color: #0f2464;position: relative;padding: 1.4vw 1.8vw 1.2vw;}
.sz{color: #ffffff;opacity: 0.02;font-size: 5.729vw;font-weight: bold;line-height: 1;position: absolute;right: 14px;top:0px;}
.yul li h3{color: #fe5f15;font-weight: bold;font-size: 1.35416vw;line-height: 1;margin-bottom: 10px;}
.ys1{color: rgba(255,255,255,.5);line-height: 15px;font-size: 12px;font-weight: lighter;}
.ys2{color: #ffffff;font-weight: bold;font-size: 14px;line-height: 1.428;margin-top: 6px;}
.ybox2{margin-top: 1.8vw;}
.ybox2 .yul li{height: calc(33.3333% - 2px)}



/**/
.box7{padding: 5.1% 0 5.8%;overflow: hidden;}
.xin{margin-top: 4.9vw;}
.xin1{width: 57.44%;}
.xin2{width: 39.5%;}
.xin1 li{width: 49%;}
.xin1 li .img{overflow: hidden;}
.xin1 li .img img{width: 100%;transition:all 0.5s;}
.xin1 li:hover .img img{transform:scale(1.1);}
.xin1 .det{background-color: #f1f3f4;padding: 1.8vw 1.5vw;}
.det .wz{color: #222222;transition:all 0.5s;font-weight: bold;font-size: 16px;margin-bottom: 5px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.time{color: #888888;font-size: 12px;}
.det .wz2{color: #444444;text-align: justify;font-size: 12px;line-height: 18px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
.xin1 .jmore{margin-top: 22px;}
.xin2 li{height: 25%;border-bottom: 1px solid rgba(102,102,102,.2);padding-top: 0.6vw;}
.xin2 li .det .wz2{-webkit-line-clamp: 3;}
.xin2 li:last-child{border-bottom: none;}
.xin1 li:hover  .det .wz,.xin2 li:hover .det .wz{color: #fe5f15;}



/**/
.foot{background-color: #242424;overflow: hidden;}
.ft2{text-align: center;color: #727272;font-size: 14px;padding:20px 0 40px;border-top: 1px solid #626262;}
.ft2 a{color: #727272;}
.ft1{padding:4vw 0 2.6vw;}
.tleft{width: 20.5%;}
.tlogo img{width: 220px;}
.twz{color: #ffffff;font-size: 16px;line-height: 1.75;margin: 1.4vw 0;}
.lx p{color: #ffffff;font-size: 18px;line-height: 2;padding-left: 34px;}
.lx p:first-child{background: url(//wm.cdn.cn86.cn/hnjufeishiye/2026/07/e6aeb9d0f70lpcj1.png) no-repeat left center;}
.lx p:nth-child(2){background: url(//wm.cdn.cn86.cn/hnjufeishiye/2026/07/9946627e18cx4jcx.png) no-repeat left center;}
.she{margin-top: 24px;}
.she li{margin-right: 10px;}
.she li img{width: 30px;}
.ding{width: 270px;}
.dbbt{color: #ffffff;font-size: 20px;font-weight: bold;margin:7px 0 18px;}
.sec3 a{display: block;color: #888888;font-size: 14px;line-height: 3;}
.foot a:hover{color: #fff;}
.dbt2{color: #ffffff;font-size: 16px;line-height: 1.625;}
.dbt3{color: #ffffff;font-size: 16px;}
.you{border: solid 1px #8b8b8d;position: relative;margin: 20px 0 25px;}
.you input{display: block;outline: none;padding-left: 22px;color: #ffffff;font-size: 16px;height: 48px;}
.you img{position: absolute;right: 5px;top:5px;}







@media(max-width: 1600px){
    .swiper-button-prev2{left: 0;}
    .swiper-button-next2{right: 0;}
}



@media(max-width: 1530px){
    .pc-navbar>li>a{font-size: 16px;}
    .cwz a{font-size: 16px;line-height: 60px;}
    .dbbt{font-size: 18px;}
    
}

@media(max-width: 1230px){
    .searchbox{display: none;}
    .language-group .btn{font-size: 14px;}
    .aul li p{font-size: 12px;}
    .shu{font-size: 16px;}
    .ftel2{font-size: 24px;}
    .csort li a{font-size: 14px;}
    .xin2 li .det .wz2{-webkit-line-clamp:2;}
}

@media(max-width: 1200px){
    .searchbox{display: block;}
    .logo{margin-right: 0;}
    .navbar-nav-box{display: none;}
    .aul li h3{font-size: 18px;}
    .amore{width: 30px;height: 10px;}
    .pmore2 a{font-size: 16px;padding:12px 19px;}
    .bt11{font-size: 14px;}
    .aleft h3.abt{font-size: 26px;}
    .bt12{font-size: 28px;}
    .csort{width: 60%;}
    .csort li {margin-bottom: 10px;width: 48%;text-align: center;margin-right: 0;}
    .csort li a{font-size: 13px;}
    .cwz a{font-size: 14px;line-height: 50px;}
    .hcon{font-size: 14px;}
    .twz,.dbt2,.dbt3{font-size: 14px;}
    .lx p{font-size: 16px;}
    .sec3 a{font-size: 12px;}
    .tleft{width: 21.5%;}
}

@media(max-width: 991px){
    body{padding-bottom: 70px;}
}

@media(max-width: 768px){
    .aleft,.aright{width: 100%;}
    .aright{margin-top: 30px;}
    .amore2 a{font-size: 14px;padding:12px 19px;margin-right: 20px;}
    .aa2 {justify-content:flex-start;}
    .aul li p{font-size: 14px;}
    .aul{width: 100%;}
    .sbt{font-size: 36px;}
    .jbt{font-size: 16px;}
    .yul li h3{font-size: 18px;}
    .ysimg1 ,.yul{width: 100%;}
    .yul li{height: auto;padding: 20px;}
    .xin1,.xin2{width: 100%;}
    .xin2{margin-top: 30px;}
    .xin2 li{height: auto;padding: 20px 0;}
    .dao{display: none;}
    .tleft{width: 50%;}
    .jian{bottom: 20px;}
    .swiper-pagination1 .swiper-pagination-bullet{width: 10px;height: 10px;}
    .swiper-button-prev1, .swiper-button-next1{display: none;}
}





@media(max-width: 640px){
    .sou2{font-size: 0;}
    .sou2{margin-left: 0;}
    .language-group .btn{font-size: 12px;padding: 5px;}
    .language-group .btn img{width: 16px;height: 11px;}
    .sou2 img{width: 15px;}
    .site-header-bottom .logo img{max-width: 100%;}
    .logo{width: calc(100% - 190px);}
    .box1{padding-top: 7%;}
    .bt12{font-size: 22px;margin-top: 10px;}
    .aleft h3.abt{font-size: 22px;}
    .abox{margin-top: 25px;}
    .aul li{width: 100%;margin-bottom: 15px;}
    .acon{margin: 10px 0 15px;}
    .aul li a{padding: 20px 15px;}
    .amore2 a img{margin-left: 15px;width: 20px;}
    .shuju{width: 50%;padding: 15px;}
    .shu{font-size: 14px;}
    .sbt{font-size: 32px;}
    .ftel{width: 100%;margin-top: 15px;background-size: 40px;padding-left: 50px;}
    .box2{padding: 40px 0;}
    .box2 .bt1{width: 100%;margin-bottom: 25px;}
    .pmore2 a{font-size: 14px;}
    .pmore2 a img{width: 20px;}
    .pbox{margin-top: 25px;}
    .pbox2{width: 100%;}
    .pbt2{width: 100%;margin-bottom: 20px;}
    .pbt21{font-size: 14px;}
    .pbt22{font-size: 18px;}
    .jul{margin-top: 25px;}
    .jul li{width: 100%!important;margin-bottom: 20px;}
    .box3{padding: 30px 0 10px;}
    .box4{padding: 30px 0 10px;}
    .csort{width: 100%;margin-top: 20px;}
    .csort li a{padding: 10px;}
    .box5{padding: 30px 0;}
    .cbox li{width: 48%;margin-bottom: 4%;}
    .hbt1{font-size: 22px;}
    .hleft{width: 100%;margin-bottom: 20px;}
    .box6,.box7{padding: 30px 0 20px;}
    .ybox1{margin-top: 25px;}
    .sz{font-size: 70px;}
    .xin1 li{width: 100%;margin-bottom: 20px;}
    .xin1 .det{padding: 18px 15px;}
    .xin2{margin-top: 0px;}
    .tleft,.ding{width: 100%;}
    .ft1,.ft2{padding: 20px 0;}
    .twz{margin: 14px 0;}
    .dbbt{margin: 20px 0 10px;}



}