.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;}

hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}


/**/

.black {
    color: #000
}

.black50 {
    color: rgba(0, 0, 0, .5)
}

.red {
    color: #f00;
}

.gray {
    color: #90959c
}

.blue {
    color: #1d6ab7
}

.lightblue {
    color: #9ca2ab
}

.white {
    color: #fff
}

.white10 {
    color: rgba(255, 255, 255, .1)
}

.white20 {
    color: rgba(255, 255, 255, .2)
}

.white30 {
    color: rgba(255, 255, 255, .3)
}

.white40 {
    color: rgba(255, 255, 255, .4)
}

.white50 {
    color: rgba(255, 255, 255, .5)
}

.white60 {
    color: rgba(255, 255, 255, .6)
}

.white70 {
    color: rgba(255, 255, 255, .7)
}

.white80 {
    color: rgba(255, 255, 255, .8)
}

.white90 {
    color: rgba(255, 255, 255, .9)
}

.bg-blue {
    background-color: #1d6ab7
}

.bg-lightblue {
    background-color: #9ca2ab
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-white50 {
    background-color: rgba(255, 255, 255, .5)
}

.bg-lightgray {
    background-color: #f3f3f3
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

.v-rl {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl
}

.v-lr {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.bg-cover,
.bg-contain {
    background-position: center center;
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.fz-12 {
    font-size: 12px
}

.fz-13 {
    font-size: 13px
}

.fz-14 {
    font-size: 14px
}

.fz-15 {
    font-size: 15px
}

.fz-16 {
    font-size: 16px
}

.fz-17 {
    font-size: 17px
}

.fz-18 {
    font-size: 18px
}

.fz-19 {
    font-size: 19px
}

.fz-20 {
    font-size: 20px
}

.fz-21 {
    font-size: 21px
}

.fz-22 {
    font-size: 22px
}

.fz-23 {
    font-size: 23px
}

.fz-24 {
    font-size: 24px
}

.fz-25 {
    font-size: 25px
}

.fz-26 {
    font-size: 26px
}

.fz-27 {
    font-size: 27px
}

.fz-28 {
    font-size: 28px
}

.fz-29 {
    font-size: 29px
}

.fz-30 {
    font-size: 30px
}

.fz-31 {
    font-size: 31px
}

.fz-32 {
    font-size: 32px
}

.fz-33 {
    font-size: 33px
}

.fz-34 {
    font-size: 34px
}

.fz-35 {
    font-size: 35px
}

.fz-36 {
    font-size: 36px
}

.fz-37 {
    font-size: 37px
}

.fz-38 {
    font-size: 38px
}

.fz-39 {
    font-size: 39px
}

.fz-40 {
    font-size: 40px
}

.fz-41 {
    font-size: 41px
}

.fz-42 {
    font-size: 42px
}

.fz-43 {
    font-size: 43px
}

.fz-44 {
    font-size: 44px
}

.fz-45 {
    font-size: 45px
}

.fz-46 {
    font-size: 46px
}

.fz-47 {
    font-size: 47px
}

.fz-48 {
    font-size: 48px
}

.fz-49 {
    font-size: 49px
}

.fz-50 {
    font-size: 50px
}

.fz-51 {
    font-size: 51px
}

.fz-52 {
    font-size: 52px
}

.fz-53 {
    font-size: 53px
}

.fz-54 {
    font-size: 54px
}

.fz-55 {
    font-size: 55px
}

.fz-56 {
    font-size: 56px
}

.fz-57 {
    font-size: 57px
}

.fz-58 {
    font-size: 58px
}

.fz-59 {
    font-size: 59px
}

.fz-60 {
    font-size: 60px
}

@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: 32px
    }
    .fz-36 {
        font-size: 28px
    }
    .fz-34 {
        font-size: 25px
    }
    .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;
    }
    .fz-48{font-size:31px}
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.lts-100 {
    letter-spacing: 0.01em
}

.lts-200 {
    letter-spacing: 0.02em
}

.lts-300 {
    letter-spacing: 0.03em
}

.lts-400 {
    letter-spacing: 0.04em
}

.lts-500 {
    letter-spacing: 0.05em
}

.lts-600 {
    letter-spacing: 0.06em
}

.lts-700 {
    letter-spacing: 0.07em
}

.lts-800 {
    letter-spacing: 0.08em
}

.lts-900 {
    letter-spacing: 0.09em
}

.lts-1000 {
    letter-spacing: 0.1em
}

.mt-10 {
    margin-top: 10px
}

.amt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

.mt-160 {
    margin-top: 160px
}

.mt-170 {
    margin-top: 170px
}

.mt-180 {
    margin-top: 180px
}

.mt-190 {
    margin-top: 190px
}

.mt-200 {
    margin-top: 200px
}

@media(max-width: 1024px) {
    .mt-40 {
        margin-top: 20px
    }
    .mt-50 {
        margin-top: 25px
    }
    .mt-60 {
        margin-top: 30px
    }
    .mt-70 {
        margin-top: 35px
    }
    .mt-80 {
        margin-top: 40px
    }
    .mt-90 {
        margin-top: 45px
    }
    .mt-100 {
        margin-top: 50px
    }
    .mt-110 {
        margin-top: 55px
    }
    .mt-120 {
        margin-top: 60px
    }
    .mt-130 {
        margin-top: 65px
    }
    .mt-140 {
        margin-top: 70px
    }
    .mt-150 {
        margin-top: 75px
    }
    .mt-160 {
        margin-top: 80px
    }
    .mt-170 {
        margin-top: 85px
    }
    .mt-180 {
        margin-top: 90px
    }
    .mt-190 {
        margin-top: 95px
    }
    .mt-200 {
        margin-top: 100px
    }
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}


/*  */

/*----- Common css ------*/
h3{font-weight:normal;}
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.of{overflow:hidden;}
.max1520{max-width:1520px;width:94%;margin: 0 auto;}
.wh{max-width:1610px;width:94%;margin: 0 auto;}
.wh1450{max-width:1450px;width:94%;margin: 0 auto;}
.max1470{max-width:1470px;width:94%;margin: 0 auto;}




.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.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
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.com-img{overflow:hidden;cursor: pointer;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.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);}



.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bcg{background-size:100% 100%;}




/* header */

.header {
/*    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;*/
    background: #f6f6f6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top-mid-flex {
    height: 96px
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 58px
}

.header-ss {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.header-ss .ss_btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/3195d9cd14xoxovn.png) no-repeat center #000;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/212e3048c96dhkne.png)
}

.head-message {
    position: relative;
}

.head-message a {
    background: #000;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.head-message a:hover {
    background: var(--main-theme-color);
    color: #fff!important;
}

.x-menu {
    position: relative;
    margin: 0 2vw;
    justify-content: space-between;
}

.x-menu>li {
    position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #111111;
    height: 96px;
    line-height: 96px;
    font-weight: 400;text-transform:uppercase;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color)!important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 170%;
    left: -35%;
    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)
}

@media (max-width: 992px) {
    .top-mid-flex {
        height: 65px;
    }
    .logo a img {
        max-height: 45px;
    }
}

@media (max-width: 768px) {
    .home-banner,
    .nbanner,
    .page-banner {
  /*      margin-top: 65px;*/
    }
}


.language-group .btn{color:#111;}



/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom:2.19vw;width:100%;position:absolute;left:0;right:0;text-align:center;z-index:99;
}


.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;display:inline-block;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color:#1d6ab7;
}



/* hm-section1 */

.hm-section1 {
    position: relative;
    padding: 80px 0;
}

.section1_swiper {
    position: relative;
    overflow: hidden;
}

.section1_swiper .swiper-slide {
    position: relative;
}

.section1_swiper .swiper-slide a {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.section1_swiper .swiper-slide .img-box {
    position: relative;
}

.section1_swiper .swiper-slide .img-box::before {
    content: "";
    display: block;
    padding-top: 153.4391534392%;
}

.section1_swiper .swiper-slide .img-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    top: auto;
    height: 100px;
    background: linear-gradient(#00000000, #000000dd);
}

.section1_swiper .swiper-slide .img-box img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.section1_swiper .swiper-slide .item_intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section1_swiper .swiper-slide .item_intro .case-item__title {
    transition: all .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.section1_swiper .swiper-slide .item_detail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all .3s;
    background:rgba(29,106,183,.5);
}

.section1_swiper .swiper-slide .item_detail>div {
    margin-right: 40px;
    margin-left: 40px;
}

.case-item__title {
    transition: all .3s cubic-bezier(0.33, 1, 0.68, 1);
}

.case-item__desc {
    line-height: 1.875;
}

.case-item__more {
    width: 60px;
    height: 60px;
    line-height: 2;
    text-align: center;
    border: 2px solid #fff;
    background: url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/2466114fabx110om.png) no-repeat center;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}


@media (max-width: 1100px) {
    .mbx-30 {
        margin-bottom: 15px;
    }
    .case-item__title.fz-24 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .case-item__more {
        width: 45px;
        height: 45px;
    }
}

.section1_swiper .swiper-slide a:hover .case-item__img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media(any-hover: hover) {
    .section1_swiper .swiper-slide a:hover .case-item__ico {
        transform: translate3d(0, -120px, 0);
        visibility: hidden;
        opacity: 0;
        transition-delay: 0s
    }
    .section1_swiper .swiper-slide a:hover .item_intro .case-item__title {
        transform: translate3d(0, -120px, 0);
        transition-delay: .15s;
        visibility: hidden;
        opacity: 0
    }
    .section1_swiper .swiper-slide a:hover .item_detail {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
        transition-delay: .15s
    }
}


/* "hm-section2 */

.hm-section2 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/2ea886609f6g5ykh.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.ipro-tab {
    position: relative;
    font-size: 0;display: flex;flex-wrap:wrap;width:100%;border-bottom: 1px solid #ccc;
}


.ipro-tab span {
    position: relative;
    padding-bottom: 14px;
/*    padding-left: 15px;*/
    margin-right:2vw;
    cursor: pointer;
    transition: color .3s;
    
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

.ipro-tab span.black {
    color: #888888;
}

.ipro-tab span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    right: 0;
    background-color: #1d6ab7;
    transform: scaleX(0);
    transition: transform .3s
}

.ipro-tab span.active::after {
    transform: scaleX(1)
}

.ipro-tab span.active.black {
    color: #111111;
}

@media(any-hover: hover) {
    .ipro-tab span:hover {
        color: #111111
    }
}

.pt_con {
    position: relative;
}

.pt_con .pt_tab_main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.pt_con .pt_tab_main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.pt_con .pt_tab_main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.pt_list_swiper {
    position: relative;
    overflow: hidden;
}

.pt_list_swiper .swiper-slide {
    position: relative;
}

.pt_list_swiper .swiper-slide a {
    display: block;
    padding: 20px 20px 20px 20px;
    transition: background .3s cubic-bezier(0.33, 1, 0.68, 1);
    background-color: #f3f3f3;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.pt_list_swiper .swiper-slide .txt {
    position: relative;
    margin-bottom: 2.083vw;
}

.pt_list_swiper .swiper-slide .txt h3 {
    font-size: 18px;
    color: #111111;
    font-weight: bold;
    font-family: arial;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pt_list_swiper .swiper-slide .txt span {
    display: block;
    font-size: 16px;
    color: #777777;
    line-height: 1.7;
    margin-bottom: 10px;
}

.pt_list_swiper .swiper-slide .img {
    border-radius: 10px;
    overflow: hidden;
    transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
    transform-origin: right bottom;
    position: relative;
}

.pt_list_swiper .swiper-slide .img::before {
    padding-top: 100%;
    content: "";
    display: block;
}

.pt_list_swiper .swiper-slide .img img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt_list_swiper .swiper-slide a:hover {
    background-color: #14489e;
}

.pt_list_swiper .swiper-slide a:hover * {
    color: #fff!important;
}



.sec-page{position:relative;width:100%;background:url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/657615333alcbbnc.jpg) no-repeat center center;background-size:cover;padding:70px 0 45px;margin:50px 0;}
.sec-page-tbody{position:relative;width:100%;text-align:center;}
.sec-page-text{position:relative;width:100%;color:#FFFFFF;line-height:36px;margin-top:14px;text-align:center;text-transform:uppercase;}

.sec-page-btn{position:relative;text-align:center;margin-top:26px}
.sec-page-btn .btnns{display:inline-block;vertical-align:top;text-align:center;min-width:210px;line-height:43px;padding:0 15px;font-size:20px;color:#FFFFFF;border:3px solid #FFFFFF;border-radius:28px;text-transform:uppercase;}
.sec-page-btn a.btnns:hover{background:#fff!important;color:#14489e!important;}



.box4{background:url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/714fb06cf3jfkkud.jpg) no-repeat;background-size:cover;padding:6.72vw 0 8.96vw;}
.abwz{color:#fff;font-size:20px;line-height:30px;margin-top:4.43vw;}
.abwz p+p{margin-top:1.21vw;}




.box5{padding:3.39vw 0 3.96vw;}
.sbtt{text-align:center;}
.sbtt .wz{color:#000000;}
.sbtt .img{margin-top:10px;}
.pernr9{margin-top:3.75vw;position: relative;}
.pernr9 .swiper-wrapper .swiper-slide-active{}
.pernr9 .swiper-wrapper .swiper-slide{width:931px;overflow: hidden;text-align:center;}
.pernr9 .swiper-wrapper .swiper-slide .img{overflow:hidden;position:relative;}
.pernr9 .swiper-wrapper .swiper-slide .img img{width:100%;display:block;}
.pernr9 .swiper-wrapper .swiper-slide .img:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.59);position:absolute;display: block;left:0;top:0;opacity:1;}
.swiper-container-3d .swiper-slide-shadow-left{background-image:none!important;}
.swiper-container-3d .swiper-slide-shadow-right{background-image:none!important;}
.pernr9 .swiper-wrapper .swiper-slide .wz{color:#3c3c3c;font-size:22px;font-weight:bold;margin-top:20px;text-transform:uppercase;display:none;}
.pernr9 .swiper-wrapper .swiper-slide-active .wz{display:block;}
.pernr9 .swiper-wrapper .swiper-slide-active .img:before{opacity:0;}



.box6{background:#f2f5f9;padding:5.21vw 0 3.39vw;}
.hm-title6 .comm-desc{color:#333333;}
.sec6{margin-top:37px;}
.sec6-tbody{position:relative;width:100%;font-size:0;line-height:0;}
.sec6-tbody-swiper{position:relative;width:100%}
.sec6-tbody-swiper .swiper-button-box{position:relative;width:140px;margin:0 auto;height:40px;background:#FFFFFF;border:1px solid #999;margin-top:4.27vw;}
.sec6-tbody-swiper .swiper-button-box::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1px;height:30px;background:#999}
.sec6-tbody-swiper .swiper-button-box .swiper-button{width:66px;height:38px;line-height:38px;text-align:center;top:0;margin-top:0;font-size:14px;color:#999}
.sec6-tbody-swiper .swiper-button-box .swiper-button:hover{color:#003280}

.sec6-button-prev{width:18px;height:14px;background:url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/682e054aa0zm5but.png) no-repeat;background-size:100% 100%;margin-left:28px;cursor:pointer;}
.sec6-button-next{width:18px;height:14px;background:url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/6999f033a34sy0qn.png) no-repeat;background-size:100% 100%;margin-right:28px;cursor:pointer;}


.swiper-sec6{position:relative;width:100%;padding-bottom:60px}
.sec6-tbody-item{position:relative;width:100%}
.sec6-tbody-item .item-box{position:relative;width:100%}
.sec6-tbody-item .item-box .item-pic{position:relative;width:100%;padding-bottom:56.25%;z-index:22;overflow:hidden}
.sec6-tbody-item .item-box .item-pic .video{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}
.sec6-tbody-item .item-box .item-pic .video-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:#003280}
.sec6-tbody-item .item-box .item-pic .video-btn::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:0px;height:0px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid #fff}
.sec6-tbody-item .item-box .item-body{position:absolute;bottom:-60px;right:0;width:100%;max-width:600px;background:#003280;
    padding:30px 20px;z-index:24;display:none}
.sec6-tbody-item .item-box .item-title{position:relative;font-size:21px;color:#FFFFFF;line-height:36px;padding-bottom:16px;font-weight:bold;}
.sec6-tbody-item .item-box .item-title::before{position:absolute;content:'';left:0;bottom:0;width:68px;height:3px;background:#FFFFFF}
.sec6-tbody-item .item-body .item-desc{font-size:16px;color:#fff;line-height:30px;margin-top:14px;height:80px;overflow:hidden}
.sec6-tbody-item .item-box .item-title a,.sec6-tbody-item .item-box .item-desc a{color:#fff}
.swiper-sec6 .swiper-slide{display:inline-block;vertical-align:top;width:69.57%}
.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-body{display:block}
.swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video{top:175px}
.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video{top:0}


.video-item-pic{position:relative;width:100%}
.video-item-pic .item-pic{position:relative;width:100%;padding-bottom:56.335%;height:0}
.video-item-pic .item-pic .video-play{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;cursor:pointer}
.video-item-pic .item-pic .video-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background:#003280}
.video-item-pic .item-pic .video-btn::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:0px;height:0px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid #fff}
.video-list-item .item-body{display:block;position:relative;width:100%;background:#F2F5F9;padding:18px 20px}
.video-list-item .item-body .item-title{font-size:24px;font-size:2.4rem;color:#333;line-height:36px;font-family:RobotoCondensed-Bold}
.video-list-item .item-body .item-desc{font-size:16px;font-size:1.6rem;margin-top:8px;color:#666;line-height:30px;height:60px;overflow:hidden}




@media screen and (max-width:1459px){
    .sec6{margin-top:28px}
    .sec6-tbody-swiper .swiper-button-box{width:124px;height:32px;margin-top:44px}
    .sec6-button-prev{margin-left:20px;}
    .sec6-button-next{margin-right:20px;}
    .sec6-tbody-swiper .swiper-button-box::before{height:26px}
    .sec6-tbody-swiper .swiper-button-box .swiper-button{width:56px;height:30px;line-height:30px;font-size:14px}
    .swiper-sec6{padding-bottom:40px}
    .sec6-tbody-item .item-box .item-body{bottom:-40px;max-width:540px;padding:24px 20px}
    .sec6-tbody-item .item-box .item-title{font-size:18px;line-height:30px;padding-bottom:10px}
    .sec6-tbody-item .item-box .item-title::before{width:56px;height:2px}
    .sec6-tbody-item .item-body .item-desc{font-size:15px;line-height:26px;margin-top:10px;height:78px}
    .swiper-sec6 .swiper-slide{width:80%}
    .swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video{top:100px}
    .swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video{top:0}
}@media screen and (max-width:1259px){
    .sec6{margin-top:20px}
    .sec6-tbody-swiper .swiper-button-box{width:124px;height:32px;margin-top:44px}
    .sec6-tbody-swiper .swiper-button-box::before{height:26px}
    .sec6-tbody-swiper .swiper-button-box .swiper-button{width:56px;height:30px;line-height:30px;font-size:14px}
    .swiper-sec6{padding-bottom:0px}
    .sec6-tbody-item .item-box .item-body{position:relative;bottom:0px;max-width:100%;padding:20px 15px}
    .sec6-tbody-item .item-box .item-title{font-size:18px;line-height:28px;padding-bottom:8px}
    .sec6-tbody-item .item-box .item-title::before{width:56px;height:2px}
    .sec6-tbody-item .item-body .item-desc{font-size:14px;line-height:24px;margin-top:10px;height:72px}
    .swiper-sec6 .swiper-slide{width:50%}
    .swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video{top:80px}
    .swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video{top:0}
}
@media screen and (max-width:991px){
    .sec6{margin-top:20px}
    .sec6-tbody-swiper .swiper-button-box{width:120px;height:32px;margin-top:44px}
    .sec6-tbody-swiper .swiper-button-box::before{height:26px}
    .sec6-tbody-swiper .swiper-button-box .swiper-button{width:56px;height:30px;line-height:30px;font-size:14px}
    .swiper-sec6{padding-bottom:0px}
    .sec6-tbody-item .item-box .item-body{position:relative;bottom:0px;max-width:100%;padding:20px 15px;display:block}
    .sec6-tbody-item .item-box .item-title{font-size:18px;line-height:28px;padding-bottom:8px}
    .sec6-tbody-item .item-box .item-title::before{width:56px;height:2px}
    .sec6-tbody-item .item-body .item-desc{font-size:14px;line-height:24px;margin-top:10px;height:72px}
    .swiper-sec6 .swiper-slide{width:50%}
    .swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video{top:0px}
    .swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video{top:0}
    .sec6-tbody-item .item-box .item-pic .video-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background:#003280}
    .sec6-tbody-item .item-box .item-pic .video-btn::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:0px;height:0px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:18px solid #fff}
}



.newsbg {
    padding-top: 5.21vw;
    padding-bottom:7.29vw;
}
.put {
    text-align: center;
}

.put .put1 {
    color: #000000;
    font-weight: 600;
    line-height: 1;
}

.put .put2 {
    margin-top:1.3vw;
}


.nlist {
    margin-top: 3.6vw;
}

.nlist li {
    width: 30.43%;
}

.nlist li .wza {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nlist li .datex {
    color: #888888;
    font-size:22px;
    background: url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/e030715ca0vcmdfb.png) no-repeat left center;
    padding-left: 30px;
    margin: 1vw 0;
}

.nlist li .wzb {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.nlist li .img1 {
    margin-top: 1.58vw;
}

.nlist li .img1 img {
    width: 100%;display:block;
}


.newsmore {
    margin-top: 3.125vw;
}
.honormore {
    width: 230px;
    background: #14489e;
    border-radius:21px;
    margin: 0 auto;
    margin-top:3.44vw;
}

.honormore a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height:49px;
}

.honormore a:hover{
    color: #fff!important;
}






/* foot */

.foot-bg {
    background: url(//wm.cdn.cn86.cn/qdxcjgkjhh/2025/11/406fdbce85dcnhds.jpg) no-repeat top center;
    background-size: cover;
}

.foot-index {
    position: relative;
    padding:45px 0 50px;
}

.footl {
    width: 29%;
    float: left;
}

.ft {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom:2vw;
}

.ft span {
    display: block;
    width: 23px;
    height: 4px;
    background: #ee1d23;
    margin-top:1vw;
}

.fnav a {
    display: inline-block;
    width: 48%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0.8vw;text-transform:uppercase;
}

.fnav a:hover{
    color: #fff!important;
    opacity: .8;
}

.footm {
    float: left;
    width: 38.88%;
    margin-left: 3%;
}

.footm .flx p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0.8vw;
    word-break: break-all;
}

.footm .flx p:last-child {
    margin-bottom: 0;
}

.fadd{width:18.37%;}
.fadd li{width:47.78%;text-align:center;}
.fadd li img{width:100%;display:block;}
.fadd li .wz{color:#fff;font-size:14px;margin-top:5px;opacity:.5;}




.cop-bg {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 1.2vw 0;
}

.copyright {
    text-align: center;
    color: #ffffff;
    font-size: 15px;line-height:24px;
}

.copyright a {
    color: #ffffff!important;
}







/* 媒体查询 */
@media (max-width:1440px) {
 .x-menu>li>a{font-size:17px;}
}


@media (max-width:1366px) {
    .nlist li .wza {
        font-size: 20px;
    }
    .nlist li .wzb {
        font-size: 14px;
        line-height: 24px;
    }
}






@media (max-width:1280px) {
    .x-menu>li>a {
        font-size: 16px;
    }
    .hm-section4 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .hm-section5 {
        padding: 60px 0;
    }
    .hm-section2 {
        padding: 60px 0;
    }
    .pernr9 .swiper-wrapper .swiper-slide{width:710px;}
    .pernr9 .swiper-wrapper .swiper-slide .wz,.nlist li .datex{font-size:20px;}
}

@media (max-width:1024px) {
    .h-photo-list1 {
        justify-content: center;
    }
    .h-photo-list1 li {
        width: 33.33%;
        padding: 20px 3% !important;
        margin-bottom: 5px;
    }
    .h-photo-list1 li .prodar-item .text {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.5;
        margin-right: 0%;
        margin-left: 0%;
    }
    .h-photo-list2 li h3 i {
        font-size: 30px;
    }
    .hm-link-more {
        border-width: 1px;
        padding-right: 20px;
        padding-left: 20px;
        line-height: 44px;
    }
    .solutionRoll {
        margin-top: 30px;
    }
    .hm-news_list li .txt .pp {
        line-height: 25px;
    }
    .foot-top .ft-item2,
    .foot-top .ft-item3 {
        display: none;
    }
    .pt_list_swiper .swiper-slide .txt h3{font-size:16px;}
    .pt_list_swiper .swiper-slide .txt span{font-size:14px;}
    .fz-50{font-size:37px;}
    .sec-page-btn .btnns{font-size:16px;}
    .sec-page-btn .btnns{min-width:200px;border:2px solid #fff;}
    .abwz{font-size:16px;line-height:26px;}
     .pernr9 .swiper-wrapper .swiper-slide .wz,.nlist li .datex{font-size:18px;}
     .ft{font-size:20px;}
     .fnav a{font-size:14px;}
     .fadd{width:20%;}
     .sbtt .img{width:200px;margin:0 auto;margin-top:10px;}
     .sbtt .img img{width:100%;display:block;}
}


@media (max-width:992px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }
    .banner-fix h4 {
        font-size: 30px;
    }
    .banner-fix p {
        font-size: 16px;
    }
    .hm-section4 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .hm-section5 {
        padding: 40px 0;
    }
    .hm-news_list li .hm-time {
        font-size: 14px;
    }
    .hm-news_list li .txt .pp {
        line-height: 22px;
    }
    .hm-section2 {
        padding: 40px 0;
    }
    .hm-section3 {
        padding: 40px 0;
    }
    .hm-section1 {
        padding: 40px 0;
    }
    .newsbg {
        padding: 40px 0;
    }
    .nlist {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .nlist li {
        width: 100%;
        margin-bottom: 20px;
    }
    .nlist li .wza {
        font-size: 18px;
    }
    .nlist li .datex {
        font-size: 16px;
        margin: 15px 0;
    }
    .nlist li .wzb {
        font-size: 14px;
        line-height: 1.7;
    }
    .nlist li .img1 {
        margin-top: 18px;
    }
   
    .footl {
        float: none;
        width: 100%;
        display: none;
    }
    .footm {
        width: 70%;
        margin-left: 0;
    }
    .fadd{width:25%;}
    .ft {
        margin-bottom: 15px;
    }
    .footm .flx p {
        font-size: 14px;
        margin-bottom:7px;
    }
    .footr {
        float: none;
        width: 100%;
        margin-top: 15px;
        text-align: center;
        margin-right: 0;
    }
    .cop-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copyright {
        font-size: 14px;
    }
    .ft span{
        margin-top: 10px;
    }
}

@media (max-width:768px) {
    .footx {
        margin-bottom: 70px;
    }
    .foot-top {
        display: block;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .foot-top .ft-item1 {
        flex: 0 0 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .foot-top .ft-item4 {
        flex: auto;
    }
    .foot-top .ft-item>h3 {
        margin-bottom: 20px!important;
    }
    .h-photo-list1 li {
        width: 50%;
    }
    .h-photo-list2 li {
        flex: 0 0 50%;
        margin-bottom: 15px;
    }
    .solutionRoll .solutionRollUl li {
        width: 160px;
    }
    .hm-news_list li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .hm-section5 {
        padding-bottom: 0px;
    }
    .ipro-tab{border-bottom:none;margin-top:18px!important;}
    .pt_con{margin-top:18px!important;}
    .wh1450{width:100%;}
    .fz-50{font-size:30px;}
    .sec-page-text{font-size:14px;line-height:24px;}
    .sec-page{margin:32px 0;padding:40px 0;}
    .sec-page-btn .btnns{min-width:150px;border:1px solid #fff;line-height:37px;font-size:14px;}
    .sec-page-btn{margin-top:20px;}
    .abwz{font-size:15px;}
    .pernr9 .swiper-wrapper .swiper-slide{width:490px;}
    .pernr9 .swiper-wrapper .swiper-slide .wz,.nlist li .datex{font-size:16px;}
    .box5,.box6{padding:40px 0;}
    .pernr9{margin-top:40px;}
    .sec6-tbody-item .item-body .item-desc{height:22px;}
    .sec6-tbody-swiper .swiper-button-box{margin-top:38px;}
    .honormore{width:170px;margin-top:15px;}
    .honormore a{font-size:14px;line-height:40px;}
}



@media (max-width:640px) {
 .fz-50{font-size:26px;}
 .footm{float:none;width:100%;}
 .fadd{width:60%;float:left;margin-top:18px;}
 .foot-index{padding:35px 0;}
 body{padding-bottom:70px;}
}





