.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;
    }
}



/*----- 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;}

.of{overflow:hidden;}
.wh{max-width:1430px;margin:0 auto;padding:0 15px;}




.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);}



.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;}
.oneh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bcg{background-size:100% 100%;}





/*头部样式*/
.top2{height:103px;}
.logos{float:left;height:103px;line-height:103px;overflow:hidden;width:23.5%;}
.logos img{width:100%;}



.header-ss {
    margin:0 1.25vw 0 2vw;
    position: relative;
    width:39px;
    height:103px;padding-top:40px;
}

.header-ss .ss_btn {
    background: url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/e12440b9afljz7oc.png) no-repeat;
    cursor: pointer;line-height:109px;width:39px;display:block;height:21px;
}

.search-box {
    position: absolute;
    top:103px;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;

}

.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/cnruixiangsteel/2025/08/43de628d7cvyesxx.png)
}


.top2 .language-group .btn{color:#333333;margin-top:30px;font-size:16px;}
.top_right{width:49.07%;}








/* banner */
.home-banner {
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a img {
    display: block;
    width: 100%;
}
.home-banner .swiper-pagination{
    bottom:4%;line-height: 1;font-size: 0;
}
.home-banner .swiper-pagination .swiper-pagination-bullet{
    margin: 0 8px!important;
    background:#fff;
    vertical-align: 1px;width: 12px;
    height: 12px;opacity:1;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active{
    background:#9f230b;
    vertical-align: 0px;
}




/*主体样式*/
.box1{background:#f5f5f5;padding:4.3vw 0 2.6vw;}
.abz{width:35.1%;margin-left:13.24%;}
.box1 .bt{text-align:left;}
.bt{color:#9f230b;font-size:56px;text-transform:uppercase;font-family:Impact;letter-spacing:4px;text-align:center;}
.bt span{color:#212121;text-transform:uppercase;font-family:Impact;margin-left:15px;}
.ab{color:#666666;font-size:18px;line-height:30px;margin:2.6vw 0;}
.ab p{word-break:break-all;text-align:justify;} 

.sj{display: flex;align-items: center;flex-wrap: wrap;}
.sj li{background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/80f0d481f1gmvj7k.png) no-repeat left center;padding:28px 0 15px;padding-left:15px;}
.sj li .wz{color:#606060;font-size:16px;line-height:32px;}
.sj li .wz span{color:#212121;font-size:48px;font-family:Impact;margin-right:8px;}
.sj li .wz2{color:#606060;font-size:16px;margin-top:0.7vw;}
.sj li+li{margin-left:2vw;}
a.am{display: flex;justify-content: center;flex-wrap:wrap;align-items: center;background-color: rgb(234, 188, 43);width: 135px;height: 37px;font-size:16px;color:rgba(255,255,255,.76)!important;margin-top:2.6vw;}
a.am img{margin-left:30px;}

.abpic{width:47.86%;}
.abpic img{width:100%;display:block;}

.ablist{position: relative;overflow:hidden;margin-top:3.6vw;}
.ablist .swiper-slide a{display: block;}
.ablist .swiper-slide .img img{display: block;width: 100%;}



.box2{background:#f5f5f5;padding-bottom:5vw;}
.pcont{padding:45px 0 35px;position:relative;background:#eabc2b;}
.pcont .bt{color:#fff;}
.pcont:before{content: "";position: absolute;width: 0;height: 0;border-left:55px solid transparent;border-top:46px solid #eabc2b;border-right:55px solid transparent;bottom:-46px;left:50%;transform:translateX(-50%);}
.tabzz{text-align:center;margin-top:45px;}
.tabzz li{display:inline-block;margin:0 0.8%;line-height:47px;font-size: 24px;cursor:pointer;border:2px solid rgb(255, 255, 255);width: 283px;border-radius: 10px;}
.tabzz li a{color:#fff;text-transform:uppercase;}
.tabzz li.cur{background:#fff;}
.tabzz li.cur a{color:#333333!important;}


.pcont2{margin-top:82px;}
.ttzz {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
}
.ttzz.active{opacity: 1;visibility: visible;height: 100%;}


.ttzz{position:relative;overflow:hidden;}
.ttzz .swiper-wrapper{display: flex;align-items: flex-end;}
.ttzz .swiper-slide{position:relative;}
.ttzz .swiper-slide:before{content: "";position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);}

.ttzz .swiper-slide .img img{width:100%;display:block;}
.ttzz .swiper-slide .det{padding:10px 25px 29px;background:#fff;display:none;}
.ttzz .swiper-slide .pwz{color:#333333;font-size:24px;font-weight:normal;}
.ttzz .swiper-slide .pwz2{color:#666666;font-size:16px;line-height:25px;height:50px;overflow:hidden;margin-top:15px;}

.ttzz .swiper-slide-active .det{display:block;}
.ttzz .swiper-slide-active{transform:scale(1.05);z-index:99;transform-origin: bottom;}
.ttzz .swiper-slide-active:before{display:none;}









/* ys_bg */
.ys_bg{background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/942d413da8l5j9fd.jpg) no-repeat center top;padding:6vw 0 11vw;background-size: 100% 100%;}
.ys_bg .bt{color:#fff;}
.ys_ll{margin-top: 6.5vw;}
.ys_ll li{width: 28%;}
.ys_ll li h2{margin-top:20px;font-size: 28px;color: #ffffff;font-weight:normal;margin:20px 0;}
.ys_ll li h3{font-size: 16px;line-height:24px;color: #c7c7c7;overflow: hidden;font-weight:normal;}


@media (max-width: 1440px) {
.ys_ll li h2{font-size:24px;}
.ys_ll li h3{font-size:15px;}
}



@media (max-width: 1100px) {
.ys_ll li{width: 31%;}
.ys_ll li h2{font-size: 20px;}
}


@media (max-width: 768px) {
.ys_ll li{width:100%;margin-bottom: 20px;}
.ys_ll li h2{margin:15px 0;}
.ys_ll li h3{font-size:14px;}

}





.box4{padding:6vw 0 1.8vw;background:#f5f5f5;}
.ry{position: relative;overflow:hidden;margin-top:3.3vw;}
.ry .swiper-slide a{display:block;}
.ry .swiper-slide .img img{display:block;width:100%;}



.box5{padding:6.5vw 0 4vw;background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/ecc4dd9fc59fcrae.jpg) no-repeat center top #f5f5f5;}
.xin{margin-top:3.6vw;}
.nul{width: 49.21%;}
.nul li .img img{width: 100%;display:block;}

.picMarquee-top{width:49%;height:773px;overflow: hidden;}
.det2{background-color: #ffffff;/*box-shadow: 0px 3px 20px 0px  rgba(0, 0, 0, 0.06);*/padding: 2.2vw 3.7vw 2.6vw 1.7vw;}
.ntime{color: #000000;opacity: 0.5;font-size: 14px;}
.nuls .wz{color: #1b1b1b;font-size: 18px;font-weight: bold;margin: 20px 0 10px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nuls .wz2{color: #484848;font-size: 16px;line-height: 30px;}
.nuls .mo{font-size: 14px;font-weight: bold;color: #fabf1b;position: relative;margin-top: 10px;}
.nuls .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.0vw;} */
.nul2 .wz2{height:60px;overflow: hidden;}
.nul2  .det2{padding: 1.7vw 2vw 1.6vw 1.5vw;}
.nul2 .mo:after{width: 30px;}
.nul2 li:hover .wz{color: #fabf1b;}
.nul li:hover .wz{color: #fabf1b;}
.picMarquee-top .tempWrap{height:753px!important;overflow:hidden;}









.box6{background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/199ded0ac4tlfdng.jpg) no-repeat;background-size:100% 100%;padding:4.8vw 0;}
.box6 .bt{color:#fff;text-transform:none;}
.lxbt{text-align:center;color:#fff;font-size:18px;margin-top:1.8vw;}

.messa{width:94%;margin:0 auto;margin-top:2.78vw;}

.ms1{background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/403bc9a3fcg4qy25.png) no-repeat 22px center #fff;width:16%;line-height:57px;height:57px;padding-left:48px;font-size:16px;}

.ms2{background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/5ac1f9b975vf9yig.png) no-repeat 22px center #fff;width:16%;line-height:55px;height:57px;padding-left:48px;font-size:16px;}

.ms3{background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/e15b552681jnlxm8.png) no-repeat 22px center #fff;width:30%;line-height:55px;height:57px;padding-left:48px;font-size:16px;}

.messa .form-groups{width:20%;height:57px;overflow:hidden;}

.messa .form-groups .ak{width:45%;background:#fff;line-height:57px;padding-left:6px;font-size:16px;}

.messa .form-groups .ckt{width:48%;height:57px;}

.messa .form-groups .ckt img{width:100%;height:57px;}

.messa input::-webkit-input-placeholder{color:#cccccc;}

.messa textarea::-webkit-input-placeholder{color:#cccccc;}

.subms{background-color:#9f230b;width:16%;line-height:57px;color:#fff;font-size:16px;font-family:Arial;color:#fff;text-align:center;}

.subms button{padding:0;color:#fff;}






.web_tt{font-size:48px;font-weight:600;letter-spacing:0;color:#222;text-align:center;line-height: 1;}
.wt_js{font-family:ArialMT;font-size:18px;font-weight:400;font-stretch:normal;line-height:30px;letter-spacing:0;text-align:center;color:#666;max-width:1030px;margin:0 auto;margin-top:20px}

@media (max-width:1440px){
    .web_tt{font-size:40px}
}
@media (max-width:1280px){
    .web_tt{font-size:30px}
}
@media (max-width:992px){
    .web_tt{font-size:25px}
}



.box22{margin:70px 0 50px;}
.pp_ll{margin-top:55px}
.pp_ll li{box-shadow:0 0 15px rgba(0,0,0,.1);margin-top:25px;margin-bottom:25px}
.xx_a{height:1px;background-color:#e5e5e5;width:100%;margin:0 auto;margin-top:15px;margin-bottom:25px}
.pp_ll li:hover .xx_a{background:#9f230b}
.dg_a{width:90%;margin:0 auto;padding-bottom:25px}
.pp_ll li h4{font-size:20px;font-weight:400;font-stretch:normal;line-height:24px;letter-spacing:0;color:#333;text-align:center}
.pp_ll li h5{font-size:14px;font-weight:400;font-stretch:normal;line-height:22px;letter-spacing:0;color:#888;height:44px;overflow:hidden;text-align:center}
.pp_ll li:hover h4{color:#9f230b}
.pp_ll li h2{font-size:13px;font-weight:400;font-stretch:normal;line-height:22px;letter-spacing:0;color:#9f230b;text-align:center;text-transform:uppercase}
.pp_ll li h2 img{padding-left:8px}
.product-swiper{position:relative;padding-bottom:50px}
.pp_ll .swiper-pagination-bullet{display:inline-block;border-radius:100%;background:0 0;width:12px;height:12px;border:solid 1px #9f230b;opacity:1}
.pp_ll .swiper-pagination-bullet-active{opacity:1;background-color:#9f230b}
@media (max-width:1280px){
    .box22{margin-top:40px}
    .product-swiper{position:relative;padding-bottom:20px}
}





/*页面底部*/
.foot{background:#2f3132;color:#fff;margin-top:-1px;}
.foot a{color:#fff!important;}

.fcont1{padding:3vw 0 4vw;}
.fta{width:53.14%;}
.ftawz{font-size:24px;}
a.youxiang{width:52.28%;height:57px;border:1px solid #8f9090;border-radius: 28px;padding:0 2vw;}
.yxwz{font-size:16px;}
.fadd li .det{margin-left:10px;}
.fadd li .wz{font-size:14px;color:#fff;font-weight:normal;}
.fadd li .wz2{font-size:24px;color:#fff;margin-top:4px;}


.fcont2{margin-bottom:5.2vw;}
.ftb{width:25.71%;}
.flx{font-size:16px;}
.flx p{padding-left:25px;margin-top:20px;}
.flx p:nth-child(1){background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/69fb7a89865rwr9j.png) no-repeat left 4px;}
.flx p:nth-child(2){background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/9178deab7edx5ok5.png) no-repeat left 4px;}


.fadd2{margin-top:3.1vw;display: flex;justify-content: flex-start;align-items: center;flex-wrap:wrap;}
.fadd2 li{margin-right:9px;}

.f_nav{width:61.29%;margin-top:18px;}
.f_nav dl{width:23%;}
.f_nav dl.plist{width:30%;}
.f_nav dt{margin-bottom:25px;font-size:24px;color:#fff;font-weight:normal;text-transform:uppercase;}
.f_nav dd a{font-size:16px;line-height:44px;background:url(//wm.cdn.cn86.cn/cnruixiangsteel/2025/08/b2ccb31909r3e0yd.png) no-repeat right center;display:block;}



.bq{color:#ffffff;font-size:14px;border-top:1px solid #979899;padding:26px 0;text-align:center;}
.bq a{color:#ffffff!important;}






@media (max-width:1440px) {
 .abz{width:50%;padding-left:15px;margin-left:0;}
 .picMarquee-top .tempWrap{height:729px!important;}
 .picMarquee-top{height:770px;}
}


@media (max-width:1024px) {
  .top_right{width:52%;margin-right:1vw;}
  .pc-navbar > li > a{font-size:15px;}
  .top2 .language-group .btn{font-size:15px;margin-top:31px;}
  .messa .form-groups{height:50px;}
  .ms1,.ms2,.ms3{height:50px;font-size:14px;line-height:48px;}
  .messa .form-groups .ak{line-height:50px;height:50px;font-size:14px;}
  .messa .form-groups .ckt{height:50px;}
  .messa .form-groups .ckt img{height:50px;}
  .subms{line-height:50px;font-size:14px;}
  .bt{font-size:46px;}
  .ab{font-size:16px;line-height:25px;}
  .sj li .wz span{font-size:40px;}
  .sj li .wz2{font-size:15px;}
  a.am{font-size:15px;}
  .tabzz li{font-size:20px;}
  .ttzz .swiper-slide .pwz{font-size:20px;}
  .ttzz .swiper-slide .pwz2{font-size:14px;margin-top:8px;}
  .picMarquee-top .tempWrap{height:607px!important;}
  .picMarquee-top{height:611px;}
  .box5{padding:11vw 0 4vw;}
  .ftawz{font-size:20px;}
  .fadd li .wz2{font-size:20px;}
  .f_nav dt{font-size:20px;}
  .f_nav dd a{font-size:15px;}
  .flx{font-size:15px;}
  a.youxiang{height:50px;}
  .yxwz{font-size:15px;}
  .cate-list .list-title{margin-right:10px;padding: 0 10px;font-size:15px;}
  .nul2 .wz2{height:30px;}
}



@media (max-width: 768px) {
    .nul,.picMarquee-top{width: 100%;}
    .picMarquee-top{margin-top: 20px;}
    .ms1{width:31%;}
    .ms2{width:31%;}
    .ms3{width:31%;}
    .ms{margin-bottom:10px;}
    .messa .form-groups{width:65.6%;}
    .subms{width:31%;}
    .messa .form-groups .ak{width:47%;}
    .abz{width:100%;padding:0 15px;}
    .abpic{width:100%;margin-top:25px;}
    .box1{padding:8vw 0;}
    .bt{font-size:40px;}
    .pcont:before{border-left:35px solid transparent;border-top:25px solid #eabc2b;border-right:35px solid transparent;bottom:-25px;}
    .pcont2{margin-top:58px;}
    .box2{padding-bottom:8vw;}
    .ys_bg{padding:8vw 0 14vw;}
    .ry{margin-top:5.6vw;}
    .box5{padding:14vw 0 8vw;}
    .xin{margin-top:5.6vw;}
    .picMarquee-top .tempWrap{height:300px!important;}
    .picMarquee-top {height:550px;}
    .box6 .bt{line-height:35px;}
    .box6{padding:8vw 0;}
    .lxbt{font-size:16px;}
    .fta{width:100%;}
    .fadd{margin-top:20px;}
    .ftb{width:100%;}
    .fcont1{padding:6vw 0 4vw;}
    .flx p{margin-top:15px;}
    .ablist{margin-top:5vw;}
    /* .nul2 li{margin-bottom:12px;} */
    .fadd2{margin-top:20px;}
    .fcont2{margin-bottom:8vw;}
    .pp_ll{margin-top: 30px;}
    .wt_js{font-size: 16px;line-height: 27px;}
    .home-banner .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px!important;}
    body{padding-bottom: 70px;}
    }


@media (max-width:480px) {
  .ms1,.ms2,.ms3{width:100%;}
  .bt{font-size:28px;letter-spacing:1px;}
  .sj li+li{margin-left:8px;}
  .sj li .wz2{font-size:12px;}
  .sj li .wz span{font-size:32px;}
  .sj li .wz{font-size:14px;}
  .sj li{padding:10px 0 10px;padding-left:8px;}
  .ab{font-size:15px;margin:10px 0 15px;}
  .tabzz li{font-size:16px;width:46%;height:42px;line-height:42px;overflow:hidden;}
  .tabzz{margin-top:25px;}
  .pcont{padding:35px 0 25px;}
  .pcont:before{border-left:20px solid transparent;border-top:18px solid #eabc2b;border-right:20px solid transparent;bottom:-18px;}
  .ttzz .swiper-slide .pwz2{display:none;}
  .pcont2{margin-top:45px;}
  .ttzz .swiper-slide .pwz{font-size:16px;}
  .ttzz .swiper-slide .det{padding:10px 10px;}
  .ys_ll li h2{margin:10px 0;}
  .box5{padding-top:22vw;}
  .lxbt{margin:20px 0;}
  .ftawz{width:100%;}
  a.youxiang{width:100%;margin-top:15px;padding:0 15px;}
  .fadd li .wz2{font-size:17px;}
  .ftawz{font-size:17px;}
  .bt span{margin-left:10px;}
 .picMarquee-top {height:520px;}
 .sj li .wz span{margin-right: 4px;}
 .pp_ll{margin-top: 10px;}
 .box22{margin: 30px 0;}
    .wt_js{font-size: 14px;line-height: 24px;margin-top: 10px;}



}


p{margin: 0;}





