.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;
    }
}





a:hover,a:active,a:focus{text-decoration:none;outline:none;}
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;}

h1,h2{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;}



.wh{max-width:1430px;margin:0 auto;padding:0 15px;}
.wh1049{max-width:1079px;margin:0 auto;padding:0 15px;}
.wh1278{max-width:1308px;margin:0 auto;padding:0 15px;}

.bxs{overflow: hidden;}


.com-img{overflow:hidden;}
.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);}


.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;}

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}






/*头部样式*/
.top2{width:100%;position:absolute;left:0;top:0;z-index:999;}
.top22{background:#1f2861;}
.tops1{height:40px;}

.toplist{line-height:40px;}
.toplist li{float:left;padding:0 13px;font-size:14px;position:relative;}
.toplist li a{color:#fff;}
.toplist li span{padding-left:13px;}
.toplist li:before{width: 1px;height:20px;background: #fff;position: absolute;right:5px;top: 50%;transform: translateY(-50%);content: "";}
.toplist li a:hover{color:#fff!important;}
.top2 .language-group .btn{color:#fff;}




/*热门搜索*/
#formsearch2{background-color: rgb(218, 216, 209);width:195px;height:28px;border-radius:25px;margin-right:2.29%;float:right;margin-top:6px;}
#formsearch2 input{}
#formsearch2 input#keyword{height:28px;line-height:28px;padding-left:15px;float:left;color:#333;font-size:14px;background:none;border:none;outline:none;width: calc(100% - 55px);}
#formsearch2 input#s_btn{width:55px;height:28px;line-height:28px;text-align:center;background:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;background: url(//wm.cdn.cn86.cn/tszszy/2025/08/47ee2e72c3xtzfhi.png) no-repeat center center;}
#formsearch2 input::-webkit-input-placeholder{color:#333;}
#formsearch2 textarea::-webkit-input-placeholder{color:#333;}



.pc_logo{text-align:center;}
.pc_logo img{max-width:100%;}
.daoh{padding:0 20%;}
.daoh > li > a{font-size:16px;color:#fff;text-transform:uppercase;line-height:62px;}
.daoh > li:hover > a{color:#f8be0f!important;}



/*banner*/
.bans{border-top:34px solid #1c1c1b;width:100%;}
.bans .mySwiperbn{overflow:hidden;}
.bans .swiper-slide{position:relative;}
.bans .swiper-slide img{width:100%;margin:0 auto;display:block;}






/*主体样式*/
.box1{margin-top:-25%;position:relative;z-index:99;}
.pbt{color:#fff;font-size:80px;text-align:center;letter-spacing:-4px;font-weight:bold;text-transform:uppercase;}
.cp1{margin-top:6vw;}
.cp1 li{width:33.33333%;background:#005377;}
.cp1 li .img img{width:100%;display:block;}
.cp1 li:nth-child(2){background:#338db8;}
.cp1 li .det{padding:2.8vw 1.56vw;}
.cp1 li .wz1{color:#fff;font-size:26px;line-height:30px;height:60px;overflow:hidden;}
.cp1 li .pm{color:#c06328;font-size:22px;width:234px;line-height:50px;margin:0 auto;border-radius:28px;background:#fff;text-align:center;margin-top:2.5vw;}

.bg{background:#fff;}
.box2 .acont{padding:4.26vw 0;}

.bt{color:#444141;font-size:40px;text-align:center;font-weight:bold;text-transform:uppercase;}
.about{margin-top:1.3vw;}
.apic img{width:100%;display:block;}
.about .det{background:#338db8;padding:1vw 1.4vw 2.8vw;}
.ab{color:#fff;font-size:20px;line-height:2;}
a.am{color:#c06328;font-size:22px;width:234px;line-height:50px;margin:0 auto;border-radius:28px;background:#fff;text-align:center;margin-top:1.5vw;display:block;}




.prod1{padding:1.3vw 16px 0;}
.prod1 li{width:24%;margin-bottom:2vw;}
.prod1 li .img img{width:100%;display:block;}
.prod1 li .wz{color:#2f2f2f;font-size:16px;line-height:30px;padding:15px;}


.ht{width:100%;margin-top:1vw;}
.ht img{width:100%;display:block;}


.box4{padding:4vw 0;}
.xw1{margin-top:1.3vw;border-top:1px solid #e0e0e0;}
.xw1 li{border-bottom:1px solid #e0e0e0;padding:20px 15px;}
.xw1 li .det{width:70%;}
.xw1 li .date{width:148px;}
.xw1 li .time{color:#2c2c2c;font-size:25px;position:relative;}
.xw1 li .time:before{content:"";width:60px;height:2px;background:#bdbdbd;position:absolute;display: block;right:0;top: 50%;transform: translateY(-50%);} 
.xw1 li .mo{background: url(//wm.cdn.cn86.cn/tszszy/2025/08/6d928219f919o12w.png) no-repeat;width:34px;height:27px;display:block;background-size:100% 100%;}
.xw1 li .wz{width: calc(100% - 162px);}
.xw1 li .tis{color:#2c2c2c;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xw1 li .text{color:#a19e9e;font-size:14px;overflow:hidden;line-height:26px;margin-top:1vw;height:52px;}
.xw1 li .img{width:15%;}
.xw1 li .img img{width:100%;display:block;}
.xw1 li:hover .mo{background: url(//wm.cdn.cn86.cn/tszszy/2025/08/19171ddc6bwjjbcf.png) no-repeat;}
.xw1 li:hover .time:before{background:#393737;}




/*留言*/
.form-box{}
.form-box .cont1{}
.form-box .ms{width:31%;margin-bottom:24px;}
.form-box .ms2{width:55%;margin-bottom:24px;}
.form-box .ms3{width:30%;margin-bottom:24px;}
.form-box .ms span{width:87px;color:#2c2c2c;font-size:16px;}
.form-box .ms .aa{width: calc(100% - 87px);}
.form-box .ms3 .bb{width:60%;}
.form-box .input-g input[type="text"] {width: 100%;height: 30px; outline: none; font-size:14px; color: #2c2c2c; background: transparent;border: 1px solid #d7d7d7;padding:0 10px;}
.form-box .input-g textarea {overflow: hidden; width: 100%;outline: none; font-size: 14px;height:90px; color: #2c2c2c; background: transparent; border: 1px solid #d7d7d7; resize: none;padding:0 10px; }

.form-box .input-g button[type="submit"] {width: 126px; height: 37px; text-align: center; background: #fe8737; outline: none; border: none; color: #fff; font-size: 16px; border-radius: 5px;margin-bottom:24px;}

.form-box .bb .form-control{border-radius:0;}
.ms3 img{max-width:100px;}



/*页面底部*/
.foot{background:#1f1f1f;}
.flogo{width:28.14%;background:#141414;}
.flogo .img{width:80%;margin:0 auto;height:100%;display:flex;align-items: center;justify-content: center;flex-direction:column;}
.flogo img{width:100%;display:block;}
.foot2{width:60.71%;margin-right:4.86%;padding:3vw 0 4.76vw;}
.fnav{border-bottom:1px solid #6e6e6e;padding-bottom:18px;}
.fnav li a{color:#fff;font-size:16px;text-transform:uppercase;}
.fnav li a:hover{color:#fe8737!important;}




.lx{margin-top:15px;color:#fff;font-size:14px;line-height:36px;}
.lx a{color:#fff;}
.lx p{padding-left:36px;}
.lx p:nth-child(1){background: url(//wm.cdn.cn86.cn/tszszy/2025/08/e2377b8701opqa38.png) no-repeat left center;}
.lx p:nth-child(2){background: url(//wm.cdn.cn86.cn/tszszy/2025/08/f7f23817b64ky8io.png) no-repeat left center;}
.lx p:nth-child(3){background: url(//wm.cdn.cn86.cn/tszszy/2025/08/e432efa2c8ha2d7r.png) no-repeat left center;}

figure.logo{width: calc(100% - 210px);}

   .site-header-bottom .logo img {
        max-width: 100%;
    }


.right .content iframe{
      width: 100% !important; /* !important 用于覆盖可能的内联样式或其他优先级更高的样式 */
  margin: 0; /* 清除默认外边距 */
  padding: 0; /* 清除默认内边距 */
  border: none; /* 可选：移除默认边框 */
  display: block; /* 可选：避免 inline 元素的默认间距 */
}



@media (max-width:1024px) {
  .box1{margin-top:-22%;}
  .pbt{font-size:55px;}
  .cp1 li .wz1{font-size:20px;}
  .cp1 li .pm{font-size:18px;width:187px;line-height:40px;}
  .bt{font-size:28px;}
  .ab{font-size:16px;}
  a.am{font-size:18px;width:187px;line-height:40px;}
  .prod1 li .wz{font-size:14px;line-height:25px;}
  .xw1 li .time{font-size:22px;}
  .fnav li a{font-size:14px;}
}


@media(max-width: 991px){
    
}

@media (max-width:768px) {
 .bans{border:none;}
 .box1{margin-top:-27%;}
 .pbt{font-size:40px;}
  a.am{font-size:16px;width:150px;line-height:32px;}
  .cp1 li .pm{font-size:16px;width:150px;line-height:32px;}
  .ab{line-height:25px;}
  .cp1 li .wz1{font-size:18px;}
  .prod1 li{width:49%;}
  .xw1 li .text{line-height:20px;height:40px;}
  .form-box .ms2{width:47%;}
  .form-box .ms3 .bb{width:52%;}
  .form-box .input-g textarea{height:60px;}
  .lx p{padding-left:26px;}
}

@media (max-width:640px) {
    .box1{margin-top:0;padding-top:6vw;}
    .pbt{font-size:25px;letter-spacing:0;color:#444141;}
    .cp1{margin-top:10px;}
    .cp1 li{width:100%;margin-top:5px;}
    .cp1 li .det{padding:15px;}
    .cp1 li .wz1{font-size:16px;line-height:24px;height:auto;}
    .bt{font-size:20px;}
    .box2 .acont{padding:6vw 0;}
    .about .det{padding:15px;}
    .prod1{padding:10px 15px 0;}
    .prod1 li .wz{line-height:22px;}
    .box4{padding:6vw 0;}
    .xw1{margin-top:10px;}
    .xw1 li .date{display:none;}
    .xw1 li .wz{width:100%;}
    .xw1 li .cont{flex-direction: column-reverse;}
    .xw1 li .img{width:100%;}
    .xw1 li .det{width:100%;margin-top:10px;}
     .xw1 li{padding:15px 10px;}
    .form-box .ms{width:100%;margin-bottom:10px;}
    .form-box .ms3{width:100%;margin-bottom:10px;}
    .form-box .ms span{font-size:14px;}
    .form-box .input-g button[type="submit"]{font-size:14px;}
    .flogo{width:100%;padding:20px 0;}
    .foot2{width:100%;margin-right:0;padding:20px 0;}
    .lx{line-height:24px;margin-top:0;}
    body{padding-bottom:70px;}
}


@media (max-width:375px) {
    .pbt{font-size:22px;}
}
