.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;
    }
}


.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
p{margin:0;}
.com-img{ overflow:hidden;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.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);}



/*样式*/
.wh{max-width: 1440px;margin:0 auto;padding:0 10px}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}


.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}




/* head_11 */
.head_11{   background-color: #1c1c1b;}
.dh{float: left;line-height: 48px;color:#fff;font-size: 14px;}


.xx1{float: left;   width: 1px;
    height: 18px;
    background-color: #eeeeee;margin:15px 10px}


.tb_11{float: left;margin-left: 0px;}
.tb_11 li{line-height: 48px;position: relative;padding: 0px 15px;}
.tb_11 li .img{display: block;}
.tb_11 li .img img{width: 100%;}
.tb_11 li::after{width: 1px;
    height: 18px;
    background-color: #eeeeee;content: "";position: absolute;right:0px;top:15px}


.yy_an{padding-top:8px;margin-left: 10px;}
.yan_aa .btn{border:none!important;background-color:none!important}



.head_22{   height: 83px;
    background-color: #c32c10;}


.navbar-nav-box{width: 65%;}




.banner_ss{position: relative;}
.banner_11{overflow: hidden;}
.banner_11 li .img{display: block;}
.banner_11 li .img img{width: 100%;}

.banner_ss .swiper-pagination1{position: absolute;width: 100%;left:0px;text-align: center;bottom: 30px;z-index:99;}

.banner_ss .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;margin:0 5px;
}


.banner_ss .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c32c10
}

@media only screen and (max-width:990px) {
.banner_ss .swiper-pagination1{position: absolute;width: 100%;left:0px;text-align: center;bottom: 10px;}

}





/* box1 */
.box1{margin-top: 50px;}
.tb_ll li{width: 16.666%;padding: 10px 2vw;}
.tb_ll li + li{border-left: 1px dashed #c8c8c8;}
.tb_ll li .img_aa{width: 81px;margin:0 auto;margin-bottom: 15px;}
.tb_ll li .img_aa img{max-width: 100%;}
.tb_ll li  h3{  font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1b1b1b;text-align: left;height:90px;overflow: hidden;}


/*样式*/
@media (max-width: 1360px) {
.tb_ll li .img_aa{width: 61px;margin:0 auto;margin-bottom: 15px;}
.tb_ll li .img_aa img{max-width: 100%;}
  }


@media (max-width: 1280px) {
.tb_ll li{width: 16.666%;padding: 10px;}
  }


@media (max-width: 992px) {
.tb_ll li{width: 33%;padding: 10px;margin-bottom: 20px;}
  }


@media (max-width: 768px) {
.tb_ll li{width: 50%;padding: 10px;margin-bottom: 20px;}

.tb_ll li:nth-child(3){border-left:none;}
.tb_ll li:nth-child(5){border-left:none;}
  }




/* 文字 */
.bt_aa{ font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #131313;}



@media (max-width: 1440px) {
.bt_aa{font-size: 30px;}
  }


@media (max-width: 1280px) {
.bt_aa{font-size: 25px;}
  }




  /* box2 */
  .box2{background:#f6f6f6;padding: 65px 0;margin-top: 50px;}

.sw_con2{position: relative;}
.pp_2{overflow: hidden;margin-top: 45px;}
.pp_2 li .img{display: block;}
.pp_2 li .img img{width: 100%;}
.bbcc{background:#fff;padding: 20px;}
.pp_2 li h4{    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1b1b1b;text-align: left;height:90px;overflow: hidden;}
.pp_2 li h4 a{color: #1b1b1b;}

.more_a{    width: 126px;
    height: 37px;
    background-color: #c32c10;
    border-radius: 4px;margin:0 auto;margin-top: 45px;text-align: center;}

.more_a a{  font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;text-align: center;line-height: 37px;text-transform: capitalize;}


.more_a a:hover{color: #ffffff!important;}




@media (max-width: 990px) {
.pp_2 li h4{    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #1b1b1b;text-align: left;height:70px;overflow: hidden;}
.bbcc{background:#fff;padding: 10px;}
.pp_2{overflow: hidden;margin-top: 25px;}
  .box2{background:#f6f6f6;padding: 30px 0;margin-top: 30px;}
  }



/* box3 */
.box3{background:#c32c10;padding: 25px 0;}

.aacc{width: 52%;}
.aacc h2{   font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;}

.aacc h3{   font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;margin-top: 40px;}
  
.more_a1{width: 126px;
    height: 37px;
    border-radius: 4px;
    border: solid 1px #ffffff;text-align: center;color: #ffffff!important;margin-top: 55px;text-transform: capitalize;}
  .more_a1 a{text-align: center;color: #ffffff!important;line-height: 37px;}

.more_a1 a:hover{color: #ffffff!important;text-align: center;}




.imh_gh{width: 46.07%;}
.imh_gh img{width:100%;}


.box4{background:#4c4c4c;padding: 25px 0;}


@media (max-width: 1440px) {
.aacc h2{font-size: 25px;}
.aacc h3{font-size: 16px;}
  }


@media (max-width: 1280px) {
.aacc h2{font-size: 20px;}
.aacc h3{font-size: 15px;}
  }



@media (max-width: 768px) {
.aacc{width: 100%;padding: 10px 0;}
.imh_gh{width: 100%;}
  }



/* box5 */
.box5{background:url(//wm.cdn.cn86.cn/shdkkj/2025/10/883afa61bb2rddpu.png) no-repeat center top;background-size: cover;padding: 100px 0;}
.bt_aa22{text-align: center;color:#fff;display: block;}
.xx2{   width: 48px;
    height: 3px;
    background-color: #ffffff;margin:0 auto;margin-top:20px}


  .aann_123{    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 0px;max-width: 1200px;
    color: #ffffff;margin:0 auto;margin-top: 60px;}



  @media (max-width: 1440px) {
  .aann_123{    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;max-width: 1200px;
    color: #ffffff;margin:0 auto;margin-top: 30px;}
  }


  @media (max-width: 1440px) {
  .aann_123{    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;max-width: 1200px;
    color: #ffffff;margin:0 auto;margin-top: 30px;}
  }



 @media (max-width: 992px) {
  .aann_123{    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;max-width: 1200px;
    color: #ffffff;margin:0 auto;margin-top: 30px;}

  .box5{padding: 50px 0;}
  }


.more_a4{   width: 126px;
    height: 37px;
border: solid 1px #ffffff;
    border-radius: 4px;margin:0 auto;margin-top: 45px;text-align: center;text-transform: capitalize;}

.more_a4 a{ font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;text-align: center;line-height: 37px;}


.more_a4 a:hover{color: #ffffff!important;}









/* box6 */
.box6{margin-top: 60px;}

.pp_24{overflow: hidden;margin-top: 50px;}
.pp_24 li h2{   font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1b1b1b;}

.pp_24 li h4{   font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #807e7e;}

.pp_24 li h3{   font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #4d4d4d;height:60px;overflow: hidden;margin-top: 10px;}


.pp_24 li .img{display: block;}
.pp_24 li .img img{width: 100%;}




/*footer*/
.site-footer {
    color: #fff;
    padding: 90px 0 20px;background:#4c4c4c;margin-top: 60px;
}


.logo_aa{text-align: center;}
.logo_aa img{max-width: 100%;}

.lx_nn{margin-top: 20px;}
.lx_nn h2{  font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height:1.35;
    letter-spacing: 1px;
    color: #ffffff;}

.lx_ll{margin-top: 30px;}

.lx_ing1{float: left;width: 30px;}
.lx_ing1 img{max-width: 100%;}

.lx_kj{float: left;margin-left: 10px;}
.lx_kj h2{  font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;}

.lx_ll li{width: 100%;margin-bottom: 20px;}


.yan_aa{width: 56.42%;}


.ytta{  font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;}



.site-footer .ft-logo img {
    max-width: 160px;
    margin-bottom: 30px;
}

.site-footer .right {
    padding-left: 50px;
}

.site-footer .other-links a {
    font-size: 16px;
    color: #FFFFFF !important;
}

.site-footer .other-links .link1 {
    margin-right: 42px;
}

.site-footer .copyright {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.site-footer .footer-main-tit {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 39px;
    margin-bottom: 76px;
}

.site-footer .ft-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.site-footer .footer-weight-link a {
    font-size: 16px;
    color: #D7D7D7;
    margin-bottom: 12px;
    display: block;
    text-transform: capitalize;
}

.site-footer .ft-contct-info {
    margin-bottom: 15px;
}

.site-footer .ft-contct-info a, .site-footer .ft-contct-info span, .footer-weight-contact > p {
    font-size: 16px;
    line-height: 24px;
    color: #D7D7D7;
}

.site-footer .ft-social-list a {
    color: #fff;
    margin-right: 14px;
}

.site-footer .form-group input::placeholder{font-size: 0px;}



.site-footer .ft-message-form input, .site-footer .ft-message-form textarea {
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    padding: 10px;
}

.site-footer .ft-message-form textarea {
    line-height: 22px;
    height: 78px;
}

.site-footer .submit-btn {
    border: 1px solid #f04036;

    color: #ffffff;
    background-color: #f04036;
    border-radius: 4px;
    transition: .5s;width: 128px;text-align: center;    height: 37px;line-height: 37px;
    padding:0;
}


.site-footer .submit-btn:hover {
    background-color: #FFFFFF;
    color: var(--main-theme-color);
}

.site-footer .ft-message-form input::-webkit-input-placeholder, .site-footer .ft-message-form textarea::-webkit-input-placeholder {
    color: #D7D7D7;
    font-size: 16px;
}

.site-footer .ft-message-form input:-moz-placeholder, .site-footer .ft-message-form textarea:-moz-placeholder {
    color: #D7D7D7;
    font-size: 16px;
}

.site-footer .ft-message-form input::-moz-placeholder, .site-footer .ft-message-form textarea::-moz-placeholder {
    color: #D7D7D7;
    font-size: 16px;
}

.site-footer .footer-weight-link a:hover, .site-footer .ft-social-list a:hover, .site-footer .ft-contct-info a:hover {
    color: #FFFFFF !important;
}

.copyright_xx{font-size: 14px;color: rgba(255, 255, 255, 0.5);text-align: center;}
.copyright_xx a{font-size: 14px;color: rgba(255, 255, 255, 0.5);}
.copyright_xx a:hover{color:#fff!important;}



.kn_ll{max-width: 550px;margin:0 auto;margin-top: 50px;}
.kn_ll li a{    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;}

.kn_ll li a:hover{color:#fff!important}
    

.xx3{width:100%;height:1px;margin:25px 0;background:#fff;}

@media (min-width: 992px) {
    .site-footer .footer-column1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 97%;
    }
}

@media (max-width: 991px) {
    .site-footer {
        padding: 70px 0 50px;
    }

    .site-footer .right {
        padding-left: 15px;
    }

    .site-footer .footer-main-tit {
        margin-bottom: 46px;
    }

    .site-footer .ft-title {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 56px 0 40px;
    }

    .site-footer .footer-main-tit {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 42px;
    }
.yan_aa{width: 100%;}
   
}

