.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;}

.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);}

.xypg-right-content{font-size: 16px;}

.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}
.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.wh{max-width: 1440px;padding: 0 15px;margin: 0 auto;}
.top2{position: absolute;z-index: 999;width: 100%;}
.top2 .wh{height: 96px;}
.top2 .searchbox >.fa-search:before{display:none;}
.top2 .language-group .btn{color: #fff;outline: none;}
.top2  .btn.focus,.top2  .btn:focus{box-shadow: none;}
.top2 .logo img{max-width: 251px;}



dd{margin: 0;}
dt{font-weight: normal;}
/**/
.box1{margin: 7.3% 0 8%;}
.aleft{width: 49.7%;position: relative;}
.aleft .img img{width: 100%;}
.aright{width: 41.7%;}
.alogo{position: absolute;top:5.1vw;right: -3.3vw;z-index: 999;width: 28.7%;}
.alogo img{max-width: 100%;}
.box1 .abt dd{margin-top: 23px;}
.abt dd{color: #fabf1b;font-size: 14px;margin-bottom: 10px;}
.abt dt{color: #1b1b1b;font-size: 26px;font-family: 'Arial';line-height: 35px;}
.abt dt b{font-weight: bold;word-break:break-all;}
.acon{color: #484848;font-size: 16px;line-height: 30px;margin: 1vw 0 1vw;}
.sul li{width: 50%;border-top:1px solid #e2e2e2;padding: 1vw 0 1vw;}
.sul li p{color: #484848;font-size: 16px;margin-top: 1.6vw;}
.amore a{display:block;color: #000;font-size: 14px;margin-top: 1vw; font-weight: bold;width: 160px;height: 53px;
background-color: #fabf1b;line-height: 53px;text-align: center;}
.sbt{color: #1b1b1b;font-size: 36px;font-weight: bold;}




/**/
.box2{background-color: #f5f5f5;padding-top: 4.7%;}
.box2 .abt dt{max-width: 880px;margin: 0 auto;}
.box2 .abt{text-align: center;}
.box2 .acon{text-align: center;margin: 1.5vw 8% 1.7vw;}
.pernr52 .swiper-slide{border: solid 1px #e2e2e2;text-align: center;height: 211px;display: flex;align-items: center;justify-content: center;flex-direction: column;cursor: pointer;}
.pernr52 .swiper-slide p{color: #1b1b1b;font-size: 16px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pernr52 .swiper-slide .img{height: 75px;line-height: 75px;margin-bottom: 23px;}
.pernr51 .swiper-slide{position: relative;}
.pernr51 .swiper-slide .img img{width: 100%;}
.xbj{position: absolute;width: 100%;text-align: center;bottom: 8%;}
.xbj dd{color: #ffffff;font-size: 20px;font-weight: bold;}
.xbj dt{color: #ffffff;opacity: 0.8;font-size: 16px;margin-top: 22px;}
.pernr51{position: relative;overflow: hidden;}
.pernr52{overflow: hidden;}
.swiper-button-prev1,.swiper-button-next1{position: absolute;top:50%;outline: none;z-index: 999;transform:translateY(-50%);}
.swiper-button-prev1{left: 20px;}
.swiper-button-next1{right: 20px;}
.pernr52 .swiper-slide a{width: 100%;}

.scroll_to_top2{display:none;}


/**/
.box3{background: #f5f5f5;padding: 4.7% 0 3%;}
.box3 .abt,.box3 .acon{text-align: center;}
.box3 .acon{margin: 1.5vw 13% 1.7vw;}
.cpzx{max-width: 1720px;padding: 0 15px;margin: 0 auto;}
.mySwiper{overflow: hidden;}
.mySwiper .swiper-slide{background: url(//wm.cdn.cn86.cn/nuolei/2025/08/763457421ed0jkad.jpg) no-repeat bottom center;background-size: 100% 77%; border-bottom: 5px solid #fabf1b;padding: 0 17px;}
.mySwiper .swiper-slide .img img{display: block;width: 100%;transition: all 0.5s;}
.mySwiper .swiper-slide .img{display: block;overflow: hidden;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.1);}
.pbj{text-align: center;padding: 1.7vw 0 2.9vw;}
.pbj h3 a{display: block;font-weight: normal;text-align: center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;color: #1b1b1b;font-size: 18px;font-weight: bold;}
.mao{color: #484848;line-height: 28px;font-size: 16px;margin: 12px 9% 1.9vw;}
.pmore a{display: block;width: 159px;height: 53px;background-color: #ffffff;border: solid 1px #000000;line-height: 51px;text-align: center;color: #000000;font-size: 14px;font-weight: bold;margin: 0 auto;}
.box3 .swiper-pagination1{font-size: 0;text-align: center;margin-top: 3.2vw;}
.box3 .swiper-pagination-bullet{width: 10px; height: 10px;border: solid 1px #cccccc;background: none;margin: 0 5px;opacity: 1;}
.box3 .swiper-pagination-bullet-active{background-color: #fabf1b;border: solid 1px #fabf1b;}



/**/
.box4{background: url(//wm.cdn.cn86.cn/nuolei/2025/08/38172730d3swpceh.jpg) no-repeat top center;background-size: cover;padding: 69px 0 60px;}
.box4 .abt,.box4 .acon{text-align: center;}
.box4 .abt dt{color: #ffffff;}
.box4 .acon{margin: 1.5vw 17.6% 1.7vw;color: #ffffff;opacity: 0.4;}
.box4 .acon p{word-break:break-all;}
.ful{width: 16%;}
.pimg{width: 64.7%;}
.pimg img{width: 100%;}
.fbj dd{color: #ffffff;font-size: 18px;font-weight: bold;margin-bottom: 15px;}
.fbj dt{color: #ffffff;opacity: 0.4;font-size: 14px;line-height: 28px;}
.ful li .img{margin-bottom: 20px;height: 85px;line-height: 85px;}
.ful li{margin-bottom: 17px;}



/**/
.box5{background: url(//wm.cdn.cn86.cn/nuolei/2025/08/ba64f060218k3mhu.png) no-repeat top center;background-size: cover;padding: 6% 0 5.3%;}
.box5 .abt dt,.box5 .acon{color: #ffffff;text-align: center;}
.box5 .acon{margin: 1.5vw 16% 1.7vw;}
.hmore a{display: block;width: 168px;height: 52px;background-color: #000000;margin: 0 auto;line-height: 52px;text-align: center;color: #fff;font-size: 14px;font-weight: bold;}




/**/
.box6{background-color: #f5f5f5;padding: 5.8% 0 5.2%;}
.box6 .abt,.box6 .acon{text-align: center;}
.box6 .acon{margin: 1.5vw 17.4% 1.7vw;}
.box6 .acon p{word-break:break-all;}
.xul li{width: 31.9%;}
.xul li .img img{width: 100%;transition: all 0.5s;}
.xul li .img{overflow: hidden;}
.xul li:hover .img img{transform:scale(1.1);}
.mbj{transition: all 0.5s;padding: 2.3vw 1.5vw 1.5vw 0.9vw;}
.xul li:hover .mbj{background-color: #ffffff;box-shadow: 0px 3px 5px 0px  rgba(0, 0, 0, 0.1);}
.mbj dd{color: #1b1b1b;font-size: 18px;font-weight: bold;line-height: 30px;word-break:break-all;height:60px;overflow: hidden;}
.mbj dt{color: #484848;font-size: 16px;line-height: 30px;margin-top: 4px;}





/**/
.box7{background: url(//wm.cdn.cn86.cn/nuolei/2025/08/da0d45e8fczlucpr.jpg) no-repeat top center;background-size: cover;padding: 5.8% 0 8.7%;}
.gywm{width: 61%;}
.box7 .amore a{margin-top: 2.7vw;}
.aul li p{color: #484848;font-size: 16px;margin-top: 20px;}
.aul{text-align: center;width: 67%;}
.aul li{width: 33.333%;}
.aul li .img{height: 70px;line-height: 70px;}
.aul li .img img{transition: all 0.5s;}
.aul li:hover .img img{transform:scaleX(-1);}

/**/
.box8{background-color: #f5f5f5;padding: 4% 0;}
.box8 .abt,.box8 .acon{text-align: center;}
.box8 .abt dd{color: #f9bf13;}
.box8 .acon{margin: 1.3vw 17% 2.7vw;}
.box8 .acon p{word-break:break-all;}
.nul{width: 49%;}
.nul li .img img{width: 100%;}
.nul2{width: 48.7%;}
.det2{background-color: #ffffff;box-shadow: 0px 3px 20px 0px  rgba(0, 0, 0, 0.06);padding: 1.9vw 3.7vw 3.6vw 1.7vw;}
.ntime{color: #000000;opacity: 0.5;font-size: 14px;}
.wz{color: #1b1b1b;font-size: 18px;font-weight: bold;margin: 20px 0 10px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.wz2{color: #484848;font-size: 16px;line-height: 30px;}
.mo{font-size: 14px;font-weight: bold;color: #fabf1b;position: relative;margin-top: 10px;}
.mo:after{content: '';width: 50px;height: 2px;background-color: #fabf1b;display: block;position: absolute;left: 98px;top:10px;line-height: 1;}
.nul2 li{margin-bottom: 1.6vw;}
.nul2 .wz2{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.nul2  .det2{padding: 1.7vw 2vw 1.6vw 1.5vw;}
.nul2 .mo:after{width: 30px;}

/**/
.foot{background-color: #1b1b1b;padding: 4.3% 0 33px;}
.dbt2{text-align: center;padding-bottom: 3.8vw;border-bottom: 1px solid rgba(255,255,255,.1);}
.dbt2 dd{color: #fabf1b;font-size: 14px;}
.dbt2 dt{color: #ffffff;font-size: 42px;font-weight: bold;padding-top: 1.4vw;line-height: 1;}
.ft2{margin: 3.9vw 0 30px;}
.ft3{font-size: 16px;color: rgba(255,255,255,.3);}
.ft3 a{color: rgba(255,255,255,.3);transition: all 0.5s;}
.jian{width: 19%;}
.jj{color: #ffffff;opacity: 0.3;font-size: 16px;line-height: 30px;margin-top: 24px;}
.jj p{word-break:break-all;}
.tlogo img{max-width: 100%;}
.dao1 {width: 74%;}
.dao1 dd{color: #ffffff;font-size: 18px;font-weight: bold;margin: 11px 0 20px;}
.dao1 li a{display: block;font-size: 16px;line-height: 38px;color: rgba(255,255,255,.3);transition: all 0.5s;}
.dh{color: #fabf1b;font-size: 16px;font-weight: bold;margin-top: 10px;margin-bottom: 20px;}
.jul li{width: 30px;height: 30px;transition: all 0.5s;background-color: rgba(255,255,255,.1);text-align: center;line-height: 30px;border-radius: 50%;}
.jul li a{line-height: 30px;}
.jul li:hover{background-color: #fabf1b;}
.dao1 li a:hover,.ft3 a:hover{color: #fabf1b;}







@media(max-width: 1400px){
    .fbj dd{font-size: 16px;}
    .ful li .img{margin-bottom: 10px;}
    .fbj dd{margin-bottom: 10px;}
    .fbj dt{line-height: 22px;}
}


@media(max-width: 1370px){
    .abt dt{font-size: 32px;line-height: 43px;}
    .sbt{font-size: 36px;}
}


@media(max-width: 1270px){
    .abt dd{margin: 15px 0 5px;}
    .abt dt{font-size: 28px;line-height: 35px;}
    .pernr52 .swiper-slide p{font-size: 14px;}
    .pernr52 .swiper-slide{height: 160px;}
    .pernr52 .swiper-slide .img{margin-bottom: 14px;}
}


@media(max-width: 1100px){
    .acon{font-size: 14px;line-height: 24px;}
    .abt dt {font-size: 24px;line-height: 30px;}
    .pernr52 .swiper-slide .img img{max-width: 50px;}
    .pernr52 .swiper-slide .img{height: 60px;line-height: 60px;}
    .mao{font-size: 14px;line-height: 23px;margin: 12px 3% 1.9vw;}
    .pimg{width: 55.7%;}
    .ful{width: 21%;}
    .fwu{align-items:center;}
    .aul{width: 72%;}
    .aul li p{font-size: 14px;margin-top: 10px;}
    .nul2 .det2{padding: 1.1vw 2vw 1.1vw 1.5vw}
    .dao1 li a,.jj{font-size: 14px;line-height: 30px;}
}



@media(max-width: 768px){
    .dbt2 dt{font-size: 28px;}
    .aleft,.aright{width: 100%;}
    .pernr52 .swiper-slide{width: 25%!important;}
    .pernr52 .swiper-wrapper{flex-wrap: wrap;}
    .ful{width: 48%;}
    .pimg{display: none;}
    .box4{padding: 39px 0 30px;}
    .mbj dd{font-size: 16px;line-height: 23px;}
    .mbj dt{font-size: 14px;line-height: 24px;}
    .gywm{width: 75%;}
    .box7{padding-bottom: 20%;}
    .nul,.nul2{width: 100%;}
    .nul2{margin-top: 20px;}
    .nul2 li{margin-bottom: 15px;}
    .jian,.dao1{width: 100%;}
    body{padding-bottom: 70px;}
}

@media(max-width: 640px){
    .language-group .btn{padding: .375rem .3rem;}
    .logo{width: calc(100% - 200px);}
    .site-header-bottom .logo img{max-width: 100%;}
    .acon{margin: 15px 0;}
    .abt dt{font-size: 18px;line-height: 28px;}
    .sul li{padding: 20px 0 14px;}
    .sul li p{font-size: 12px;}
    .sbt{font-size: 30px;}
    .amore a{height: 50px;line-height: 50px;}
    .box2 .acon{margin: 15px 0;}
    .pernr52 .swiper-slide{height: 100px;}
    .pernr52 .swiper-slide .img img{max-width: 42px;}
    .pernr52 .swiper-slide .img{margin-bottom: 5px;height: 50px;line-height: 50px;}
    .pernr52 .swiper-slide p{font-size: 12px;padding: 0 3px;}
    .xbj dt{margin-top: 5px;font-size: 12px;line-height: 16px;}
    .xbj dd{font-size: 18px;}
    .swiper-button-prev1 img,.swiper-button-next1 img{width: 18px;}
    .box3 .acon{margin:15px 0; }
    .pmore a,.hmore a{width: 120px;height: 40px;line-height: 38px;font-size: 13px;}
    .pbj{padding: 17px 0 29px;}
    .box3 .swiper-pagination1{margin-top: 15px;}
    .box4{padding: 30px 0 0 0;}
    .box4 .acon{margin: 15px 0;}
    .fwu{align-items:flex-start;}
    .fbj dd{font-size: 13px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
    .fbj dt{height: 88px;font-size: 12px; display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
    .fbj dt p{word-break: break-all;display: inline;}
    .ful li .img{height: 56px;line-height: 56px;}
    .ful li .img img{height: 40px;}
    .box5 .acon,.box6 .acon,.box8 .acon{margin: 15px 0;}
    .xul li{width: 100%;margin-bottom: 15px;}
    .gywm{width: 100%;}
    .aul{width: 87%;}
    .aul li img{height: 35px;}
    .aul li .img{height: 40px;line-height: 40px;}
    .aul li p{font-size: 12px;}
    .box7{padding-bottom: 56%;}
    .wz2{font-size: 14px;line-height: 22px;}
    .wz{margin: 10px 0 5px 0;}
    .det2{padding: 20px 15px;}
    .nul2 .det2{padding: 15px;}
    .tlogo{text-align: center;}
    .dao1> li:first-child,.dao1 >li:nth-child(2),.dao1 >li:nth-child(3){display: none;}
    .ft3{display: block;font-size: 14px;text-align: center;}
}


.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}





/* nbanner11 */
.nbanner11{position: relative;width: 100%;}
.nbanner11 img{width: 100%;}
.nbanner11 .htt{position: absolute;width: 100%;text-align: center;top:50%;transform: translateY(-50%);font-size: 46px;font-weight: 600;color:#fff;text-transform: uppercase;}


@media(max-width: 1440px){
.nbanner11 .htt{font-size: 40px;}
}



@media(max-width: 1370px){
.nbanner11 .htt{font-size: 30px;}
}


@media(max-width: 1280px){
.nbanner11 .htt{font-size: 25px;}
}


.w1440{max-width: 1460px;margin:0 auto;padding: 0 10px;}


.imgbig{width: 49%;}
.imgbig img{width: 100%;}

.wz1{width: 49%;padding: 2.5vw;}


.pp_aa li{padding: 3.5vw 0;}
.pp_aa li:nth-child(2){background:#f5f5f5;}
.pp_aa li h2{color:#1b1b1b;font-weight: 600;font-size: 46px;margin-bottom: 25px;}
.pp_aa li h2 span{font-weight: 400;}
.pp_aa li h4{color:#484848;font-size: 16px;font-weight: 400;} 
.pp_aa li h4 strong{color:#1b1b1b;font-weight: 600;margin-bottom: 10px;}

.pp_aa li h3{display:block;color: #000;font-size: 14px;margin-top: 1.5vw; font-weight: bold;width: 160px;height: 53px;
background-color: #fabf1b;line-height: 53px;text-align: center;}

.pp_aa li:nth-child(4){background:#f5f5f5;}


@media(max-width: 1440px){
.pp_aa li h2{font-size: 40px;}
.pp_aa li h4{font-size: 14px;}
}


@media(max-width: 1370px){
.pp_aa li h2{font-size: 30px;}
.pp_aa li h4{font-size: 14px;}
}


@media(max-width: 1280px){
.pp_aa li h2{font-size: 20px;}
.pp_aa li h4{font-size: 14px;}
}


@media(max-width: 1100px){
.imgbig{width: 100%;}
.imgbig img{width: 100%;}

.wz1{width: 100%;padding: 2.5vw;}

.pp_aa li h3{display:block;color: #000;font-size: 14px;margin-top: 20px; font-weight: bold;width: 140px;height: 43px;
background-color: #fabf1b;line-height: 43px;text-align: center;}

}

