.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;
    }
}

/*样式*/
.wh {
    max-width: 1580px;
    width: 96%;
    margin: 0 auto;
}

.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 {
    position: absolute;
    /* background: #fff; */
    padding: 15px 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    transition: all .3s;
}

.head_11.scroll{background: #fff;}




.head_23 {
    width: 60.625%;
}

.hh_aa {
    width: 118px;
}

/* 导航样式 */
.x-menu {
    width: calc(100% - 158px);
}

.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
    line-height: 40px;
}

.x-menu > li > a {
    font-size: 18px;
    color: #010101;
    display: block;
    text-transform: capitalize;
    position: relative;
}

.x-menu > li:hover > a {
    color: #d7000f!important;
}

.x-menu > li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    margin: 0 auto;
    background: #d7000f;
    transition: all ease .5s
}

.x-menu > li:hover::after {
    width: 48px
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 300%;
    left: -100%;
    top: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 40px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #010101;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}

.hh_aa {
    float: right;
}

.hh_aa .btn {
    border: none;
    outline: none;
    color: #000000;
}

.hh_aa .language-group .btn {
    color: #000000
}

.hh_aa .btn.focus,.hh_aa .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)
}

.head_11.scroll {
    position: fixed;
    left: 0px;
}

.hh_aa .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: #d7000f;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

/* bb_swiper */
.bb_swiper {
    overflow: hidden;
}

.bb_swiper li .img {
    width: 100%;
    overflow: hidden;
}

.bb_swiper li .img img {
    width: 100%;
}

.bb_banner {
    position: relative;
    z-index: 99;
}

.bb_banner .swiper-pagination1 {
    bottom: 40px;
    text-align: center;
}

.bb_banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
}

.bb_banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #d32634;
    opacity: 1;
}

/* About Us */
.wmybox1 {
    margin-top: 95px;
}

.ab_a {
    width: 50.17%;
}

.ab_a h2 {
    font-size: 52px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 10px;
    background: url(//wm.cdn.cn86.cn/suxiangsteel/2026/06/17e9b3c55fxymjfc.png) repeat-x 0 100%;
}

.abnr {
    font-size: 17px;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #555555;
    margin-top: 60px;
}

.moreaa {
    max-width: 250px;
    margin-top: 40px;
}

.moreaa h3 {
    width: 130px;
    line-height: 46px;
    border-bottom: 1px solid #d3d4d6;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #111111;
    text-align: center;
}

.moreaa h3 a {
    color: #111111;
    text-align: center;
    line-height: 46px;
}

.moreaa h3 a:hover {
    color: #d7000f!important;
}

.moreaa h4 {
    width: 86px;
    height: 86px;
    position: relative;
    z-index: 77;
}

.dj {
    width: 60px;
    margin: 0 auto;
    margin-top: 13px;
    height: 60px;
    background-color: #d7000f;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
    z-index: 999;
    position: relative;
}

.moreaa h4::after {
    position: absolute;
    content: "";
    border: dashed 1px #d7000f;
    left: 0px;
    top: 0px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    animation: zhuan 7s infinite linear .65s;
    z-index: 88;
}

@keyframes zhuan {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ab_b {
    width: 42.98%;
}

.ab_b li {
    border-bottom: dashed 1px #d3d4d6;
    padding: 15px 0;
}

.ab_b li .tb_a {
    width: 70px;
}

.ab_b li .tb_a img {
    max-width: 100%;
}

.ab_b li .tb_b {
    width: calc(100% - 90px);
}

.ab_b li .tb_b h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    height: 25px;
    overflow: hidden;
}

.ab_b li .tb_b h3 {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    font-weight: 400;
}

.pp_swiper {
    margin-top: 60px;
    overflow: hidden;
}

.pp_ll li {
    position: relative;
}

.pp_ll li .img {
    width: 100%;
    overflow: hidden;
}

.pp_ll li .img img {
    width: 100%;
}

/* wmybox2 */
.wmybox2 {
    overflow: hidden;
    position: relative;
    margin-top: 85px;
}

.wptt {
    font-size: 52px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    line-height: 1.2;
}

.pp_con {
    margin-top: 40px;
    padding-bottom: 90px;
    position: relative;overflow: hidden;padding-top:60px;
}

.cp11_swiper .swiper-slide a {
    display: block;
    position: relative;
}

.cp11_swiper.swiper-slide a.xw_imga {
    overflow: hidden;
}

.cp11_swiper .swiper-slide a.xw_imga img {
    width: 100%;
}

.cp11_swiper .swiper-slide {
    /* width: 43.46%; */
    position: relative;
    width:32%;
}

.cp11_swiper .swiper-slide::after {
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 100%;
    border: 1px solid #dddddd;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: -1;
    transition: all ease 1.5s .3s
}

.cp11_swiper .swiper-slide.swiper-slide-active::after {
    transform: translate(-50%,-50%) scale(1)
}

.cp11_swiper .swiper-slide a {
    transition: 0.2s;
}

.cp11_swiper .swiper-slide .clamp1 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #111111;
    text-align: center;
}

.pp_con .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 11px!important;
    position: absolute;
}

.pp_con .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: #cfcfcf;
    opacity: 1;
}

.pp_con .swiper-pagination .swiper-pagination-bullet-active {
    background: #d7000f;
}

.pp_con .swiper-button-prev {
    box-shadow: 0px 0px 0px 0px #ffffff;
    background: url(//wm.cdn.cn86.cn/suxiangsteel/2026/06/5a2401b3d5ekdyni.png) no-repeat center;
    border-radius: 0%;
    left: 44%;
    right: auto;
}

.pp_con .swiper-button-next {
    box-shadow: 0px 0px 0px 0px #ffffff;
    background: url(//wm.cdn.cn86.cn/suxiangsteel/2026/06/dee11bde38wp7vzc.png) no-repeat center;
    border-radius: 0%;
    right: 44%;
    left: auto;
}

.pp_con .swiper-button-next, .pp_con .swiper-button-prev {
    outline: none;
    position: absolute;
    top: 97%;
    z-index: 9999;
    width: 17px;
    height: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.pp_con .swiper-button-prev:after, .pp_con .swiper-button-next:after {
    display: none;
}

/* 公司数据 */
.wmybox3 {
    /* margin-top: 80px; */
    background: #d7000f;
    padding: 70px 0;
}

.gstt {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.9;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 570px;
}

.p4a {
    width: 42%;
}

.p4a li {
    position: relative;
}

.p4a li h3 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0px;
}

.p4a li h3 a {
    color: #ffffff!important;
}

.p4a li p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 0px;
}

.p4a li sub {
    font-size: 16px;
    color: #fff;
    bottom: 0px!important;
    font-weight: 400;
}

/* wmybox4 */
.wmybox4 {
    background: url(//wm.cdn.cn86.cn/suxiangsteel/2026/08/f4599cfe9fsczdtu.png) no-repeat 50%;
    padding: 150px 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.Ptb_ll {
    margin-top: 5.5vw;
}

.Ptb_ll li .Ptb_img {
    width: 87px;
    height: 87px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.Ptb_ll li .Ptb_img img {
    max-width: 100%;
}

.Ptb_ll li:hover .Ptb_img {
    background: #fff;
}

.Ptb_ll li:hover .Ptb_img img {
    -webkit-filter: drop-shadow(0 50vh 0 #d7000f);
    filter: drop-shadow(0 50vh 0 #d7000f);
    transform: translateY(-50vh);
}

.Ptb_ll li h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

/* wmybox5 */
.wmybox5 {
    margin-top: 100px;
}

.news_11 {
    overflow: hidden;
    margin-top: 60px;
}

.news_11 li {
    width: 100%;
}

.news_11 li .xw_img_a {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news_11 li .xw_img_a img {
    width: 100%;
}

.news_11 li .xw_img_a h4 {
    width: 126px;
    height: 39px;
    background-color: #d7000f;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 39px;
    margin: 0px!important;
}

.xw_nr {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 58px;
    letter-spacing: 0px;
    color: #444444;
    height: 48px;
    overflow: hidden;
}

.xw_nr::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #d7000f;
    transition: all .3s;
    content: "";
    left: 0px;
    bottom: 0px;
}

.news_11 li:hover .xw_nr {
    color: #d7000f
}

.news_11 li:hover .xw_nr::after {
    width: 100%;
}

/* footer */
.dff {
    background: #222222;
    padding-top: 3.5vw;
    margin-top: 100px;
    padding-bottom: 6.5vw;
}

.df_logo img {
    max-width: 100%;
}

.nav11 {
    max-width: 398px;
}

.dtff {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
}

.ps_rot {
    margin-top: 10px;
}

.ps_rot li {
    margin-bottom: 10px;
}

.ps_rot li a {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    display: block;
}

.ps_rot p {
    margin-bottom: 10px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
}

.ps_rot {
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
}

/* dff22 */
.dff22 {
    background: #111111;
    padding: 15px 0;
}

.copyright_aa {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.copyright_aa p {
    margin: 0px;
}

.copyright_aa a {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

/* 媒体查询样式 */
@media (max-width: 1440px) {
    /* 11 */ .ab_a h2 {
        font-size: 42px;
    }

    .ab_b li .tb_b h2 {
        font-size: 20px;
    }

    /* 22 */
    .wptt {
        font-size: 42px;
    }

    .cp11_swiper .swiper-slide::after {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 100%;
        border: 1px solid #dddddd;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        z-index: -1;
        transition: all ease 1.5s .3s
    }

    .pp_con .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        background: #cfcfcf;
    }

    /* 33 */
    .gstt {
        font-size:28px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #ffffff;
        max-width: 570px;
    }

    .p4a li h3 {
        font-size: 40px;
    }
}

/* 媒体查询样式 */
@media (max-width: 1280px) {
    /* 11 */ .ab_a h2 {
        font-size: 32px;
    }

    .ab_b li .tb_b h2 {
        font-size: 18px;
    }

    /* 22 */
    .wptt {
        font-size: 32px;
    }

    .wmybox2 {
        margin-top: 50px;
    }

    .cp11_swiper .swiper-slide::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 100%;
        border: 1px solid #dddddd;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        z-index: -1;
        transition: all ease 1.5s .3s
    }

    /* 33 */
    .gstt {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #ffffff;
        max-width: 570px;
    }

    .p4a li h3 {
        font-size: 30px;
    }

    .wmybox5 {
        margin-top: 50px;
    }

    .news_11 {
        overflow: hidden;
        margin-top: 30px;
    }
}

/* 媒体查询样式 */
@media (max-width: 992px) {
    /* 11 */ .ab_a h2 {
        font-size: 25px;
    }

    .ab_b li .tb_b h2 {
        font-size: 16px;
    }

    .ab_a {
        width: 100%;
    }

    .ab_b {
        width: 100%;
        margin-top: 20px;
    }

    /* 22 */
    .wptt {
        font-size: 25px;
    }

    .wmybox2 {
        margin-top: 50px;
    }

    .cp11_swiper .swiper-slide {
        width: 53.46%;
        position: relative;
    }

    .cp11_swiper .swiper-slide::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 100%;
        border: 1px solid #dddddd;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        z-index: -1;
        transition: all ease 1.5s .3s
    }

    /* 33 */
    .gstt {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #ffffff;
        max-width: 470px;
    }

    .p4a {
        width: 46%;
    }

    .p4a li h3 {
        font-size: 25px;
    }

    .p4a li p {
        font-size: 15px;
    }

    .Ptb_ll li {
        width: 25%;
        margin-bottom: 20px;
    }

    .wmybox3 {
        /* margin-top: 40px; */
        background: #d7000f;
        padding: 30px 0;
    }

    .pp_con .swiper-button-next, .pp_con .swiper-button-prev {
        display: none!important;
    }

    .nav11 {
        max-width: 272px;
    }

    .ps_rot li a {
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 0.6);
        position: relative;
        display: block;
    }

    .ps_rot p {
        margin-bottom: 10px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
    }

    .ps_rot {
        line-height: 30px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
    }

    /* wmybox4 */
    .wmybox4 {
        background: url(//wm.cdn.cn86.cn/suxiangsteel/2026/06/beb0f43ba6nh7jio.png) no-repeat 50%;
        padding: 50px 0;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    .Ptb_ll li {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 990px) {
    .nav11 {
        max-width: 640px;
    }

    .cp11_swiper .swiper-slide::after {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 100%;
        border: 1px solid #dddddd;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        z-index: -1;
        transition: all ease 1.5s .3s
    }

    .cp11_swiper .swiper-slide {
        width: 28%;
        position: relative;
    }
.cp11_swiper .swiper-slide .clamp1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;}
    .gstt {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #ffffff;
        max-width: 470px;
    }

    .p4a {
        width: 100%;
        margin-top: 25px;
    }

    .p4a li h3 {
        font-size: 22px;
    }

    .p4a li p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .dff {
        background:#222222;
        padding-top: 3.5vw;
        margin-top: 40px;
        padding-bottom: 6.5vw;
    }

    .df_logo {
        max-width: 110px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .nav11 {
        max-width: auto;
        width: 100%;
        margin-top: 15px;
    }

    .dff22 {
        margin-bottom: 65px;
    }
}

/* 产品的内页 */
.psort_22{overflow-x: scroll;white-space: nowrap;justify-content: space-between;display: flex;height:60px;flex-wrap:nowrap;}

.psort_22 li {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    color: #747474;
    position: relative;
}

.psort_22 li a {
    color: #747474;
    padding-left: 35px;
}

.psort_22 li:hover a {
    color: #d7000f;
}

.psort_22 li + li {
    margin-left: 35px;
    background: url(//wm.cdn.cn86.cn/suxiangsteel/2026/06/f626a245100eybqp.png) no-repeat 0% 50%;
}

.psort_22 li.active a {
    color: #d7000f !important;
    /* 高亮文字颜色 */
}

.pp_yan {
    background: #eff0f4;
    padding-top: 65px;
}

/* 产品的列表页面 */
.pp_list li {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 45px;
}

.pp_list li a.img_pp img {
    width: 100%;
}

.pp_list li a.img_pp {
    display: block;
    width: 520px;
}

.pp_list li .pp_cont {
    width: calc(100% - 540px);
}

.pp_list li .pp_cont h3 {
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #555555;
    height: 36px;
    overflow: hidden;
    margin-bottom: 0px;
}

.pp_list li .pp_cont h4 {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #777777;
    height: 90px;
    overflow: hidden;
    margin-bottom: 0px;
}

.xxpp {
    width: 100%;
    height: 1px;
    background-color: #eaeaec;
    margin: 30px 0;
}

a.morett {
    width: 158px;
    height: 48px;
    border: solid 1px #cecdcd;
    color: #666666;
    font-size: 18px;
    line-height: 46px;
    display: block;
    text-align: center;
    margin-top: 1.5vw;
}

.pp_list li:hover h3 {
    color: #d7000f;
}

.pp_list li:hover a.morett {
    border: solid 1px #d7000f;
    background: #d7000f;
    color: #fff!important;
}

.ny_tt11 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-bottom: 2.5vw;
}

/* hm-honor */
.hm-honor{
    position: relative;
    background: url(//wm.cdn.cn86.cn/suxiangsteel/2026/08/6d70e65faatuxtno.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 40px;margin-top:50px;
}
.honor-swiper{
    position: relative;
    overflow: hidden;
}
.honor-swiper .swiper-slide{
    position: relative;
}
.honor-swiper .swiper-slide a{
    display: block;
}
.honor-swiper .swiper-slide a img{
    display: block;
    width: 100%;
}
.honor-swiper .swiper-pagination2 {
    margin-top: 40px;
    position: relative;
	bottom: 0px;
}
.honor-swiper .swiper-pagination2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fcac6a;
	border-radius: 50%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.honor-swiper .swiper-pagination2 .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
}






/*样式*/
@media (max-width: 1440px) {
    .psort_22 li a {
        color: #747474;
        padding-left: 15px;
    }

    .psort_22 li:hover a {
        color: #d7000f;
    }

    .psort_22 li + li {
        margin-left: 15px;
        background: url(//wm.cdn.cn86.cn/suxiangsteel/2026/06/f626a245100eybqp.png) no-repeat 0% 50%;
    }

    .ny_tt11 {
        font-size: 30px;
    }

    .pp_list li .pp_cont h3 {
        font-size: 30px;
    }
}

@media (max-width: 1280px) {
    .psort_22 li a {
        color: #747474;
        padding-left: 10px;
    }

    .psort_22 li:hover a {
        color: #d7000f;
    }

    .psort_22 li + li {
        margin-left: 10px;
    }

    .ny_tt11 {
        font-size: 25px;
    }

    .pp_list li .pp_cont h3 {
        font-size: 25px;
    }

    .pp_list li a.img_pp {
        display: block;
        width: 430px;
    }

    .pp_list li .pp_cont {
        width: calc(100% - 450px);
    }

    .xxpp {
        width: 100%;
        height: 1px;
        background-color: #eaeaec;
        margin: 20px 0;
    }

    .psort_22 li {
        font-size: 14px;
    }

    .pp_list li {
        background: #ffffff;
        padding: 15px;
        margin-bottom: 35px;
    }
}

@media (max-width: 992px) {
    .psort_22 {
        display: none;
    }
    .case-detail .case-imgs{width:100%;}
        .pt-70 {
        padding-top:40px!important;
    }
}

@media (max-width: 900px) {
    .pp_list li a.img_pp {
        display: block;
        width: 100%;
    }

    .pp_list li .pp_cont {
        width: calc(100% - 0px);
        margin-top: 15px;
    }

    .pp_list li .pp_cont h3 {
        font-size: 20px;
    }

    .xxpp {
        width: 100%;
        height: 1px;
        background-color: #eaeaec;
        margin: 10px 0;
    }

    a.morett {
        width: 128px;
        height: 40px;
        border: solid 1px #cecdcd;
        color: #666666;
        font-size: 14px;
        line-height: 38px;
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .pp_list li {
        background: #ffffff;
        padding: 15px;
        margin-bottom: 25px;
    }

    .poorder .tab-list {
        display: none!important;
    }

    .pp_yan {
        background: #eff0f4;
        padding-top: 25px;
    }

    .ny_tt11 {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
.pp_con{padding:48px 0 66px;}
}