.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;
    z-index: 999;
    left:0;
    width: 100%;
    height: 110px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    transition: all .3s;
}

.logo_a img {
    width: 92px;
    height: 80px;
}

.head_23 {
    width: 65%;
}

.hh_aa {
    width: 118px;
}

@media (max-width: 1280px) {
    .head_23 {
        width: 77.5%;
    }
}





/* 导航样式 */
.x-menu {
    width:calc(100% - 200px);
}

.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
    line-height: 110px;
}

.x-menu > li > a {
    font-size: 18px;
    color: #000;
    display: block;
    text-transform: capitalize;
    position: relative;
}

.x-menu > li:hover > a {
    color: #cf000e!important;
}

.x-menu > li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    width: 0;
    height: 1px;
    margin: 0 auto;
    background: #cf000e;
    transition: all ease .5s
}

.x-menu > li:hover::after {
    width: 44px;
}

.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: 110px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-menu > li:nth-child(4) .x-sub-menu {
    width: 450%;
    left: -175%;
}

.x-menu > li:nth-child(5) .x-sub-menu {
    width: 320%;
    left: -110%;
}

.x-sub-menu > li > a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em 20px;
}

.x-sub-menu > li > a:hover {
    color: #fff!important;
    background: #cf000e;
}

.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: #000;
}

.hh_aa .language-group .btn {
    color:#000;
    text-transform: uppercase;
}

.hh_aa .language-group .btn img {
    margin-bottom: 4px;
}

.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:0;
}

.hh_aa .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .205em;
    content: "";
    color: #cf000e;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    border: none;
    background: url(//wm.cdn.cn86.cn/zjxinzheng/2025/09/7a32a4ba0bfkrusz.png) no-repeat center;
    background-size: 6px 5px;
    width: 8px;
    height: 6px;
}





/* 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;
    padding-top: 110px;
    z-index: 99;
}

.bb_banner .swiper-pagination1 {
	bottom: 17px;
    text-align: center;
}

.bb_banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	margin: 0 5px!important;
	transition: width .3s ease;
    opacity: 0.6;
}

.bb_banner .swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: #cf000e;
    opacity: 1;
}

@media (max-width: 991px) {
    .bb_banner {
        padding-top: 0;
    }

    .bb_banner .swiper-pagination1 {
	    bottom: 2px;
    }

    .bb_banner .swiper-pagination1 .swiper-pagination-bullet {
	    width: 6px;
	    height: 6px;
	    margin: 0 3px!important;
    }
}





/* About Us */
.wmybox1 {
    margin-top: 95px;
}

.ab_a {
    width: 48%;
}

.ab_a h2 {
    font-size: 52px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333;
    padding-bottom: 10px;
    background:url(//wm.cdn.cn86.cn/zjxinzheng/2025/09/8cf1f889fbcyggyn.png) no-repeat 0 100%;
}

.abnr {
	font-size: 17px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555;
    margin-top: 60px;
}

.moreaa {
    max-width: 250px;
    margin-top: 40px;
}

.moreaa h3 { 
    line-height: 50px;
    border-bottom: 1px solid #d9dadb;
	font-size: 18px;
	font-weight: normal;
	color: #333;
    text-transform: uppercase;
    letter-spacing: 0;
}

.moreaa h3 a {
    color: #333;
    text-align: center;
    line-height: 50px;
}

.moreaa h3 a:hover {
    color: #cf000e!important;
}

.moreaa h4 {
    width: 86px;
	height: 86px;
    position: relative;
    z-index: 77;
}

.dj {
    width: 60px;
    height: 60px;
    margin: 13px auto 0;
    padding-top: 14px;
    text-align: center;
    border-radius: 50%;
    background-color: #cf000e;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.dj img {
    width: 18px;
    height: 24px;
}

.moreaa h4::after {
    position: absolute;
    content: "";
    border: dashed 1px #cf000e;
    left:0;
    top:0;
    width: 86px;
	height: 86px;
    border-radius: 50%;
    animation: zhuan 7s infinite linear .65s;
    z-index: 99;
}

@keyframes zhuan {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}





.ab_b {
    width: 42.98%;
}

.ab_b li {
    border-bottom: dashed 1px #d9dadb;
    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: 26px;
	letter-spacing: 0;
	color: #333;
    height: 26px;
    overflow: hidden;
}

.ab_b li .tb_b h3 {
    font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666;
    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: 100px;
}

.wptt {
    font-size: 52px;
	font-weight: normal;
	letter-spacing: 0;
	color: #333;
    text-align: center;
    line-height: 1.2;
}

.pp_con {
    margin-top: 40px;
    padding-bottom: 90px;
    position: relative;
}

.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;
}

.cp11_swiper .swiper-slide::after{
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 100%;
    border: 1px solid #ddd;
    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: 24px;
	letter-spacing: 0px;
	color: #333;
    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: #cf000e;
}


.pp_con .swiper-button-prev{	
	box-shadow: 0px 0px 0px 0px #fff;
    background: url(//wm.cdn.cn86.cn/zjxinzheng/2025/09/8e0e5fee472tgwy2.png) no-repeat center;
    border-radius: 0;
    left: 44%;
    right: auto;
}

.pp_con .swiper-button-next{	
	box-shadow: 0px 0px 0px 0px #fff;
    background: url(//wm.cdn.cn86.cn/zjxinzheng/2025/09/c683545754p58zsx.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: 98.05%;
    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;
}

@media (max-width: 2048px) {
    .pp_con .swiper-button-prev{
        left: 43%;
    }

    .pp_con .swiper-button-next{
        right: 43%;
    }
    
    .pp_con .swiper-button-next,
    .pp_con .swiper-button-prev {
        top: 97.6%;
    }
}

@media (max-width: 1680px) {
    .pp_con .swiper-button-prev{
        left: 42%;
    }

    .pp_con .swiper-button-next{
        right: 42%;
    }
    
    .pp_con .swiper-button-next,
    .pp_con .swiper-button-prev {
        top: 97.35%;
    }
}

@media (max-width: 1440px) {    
    .pp_con .swiper-button-next,
    .pp_con .swiper-button-prev {
        top: 97%;
    }
}

@media (max-width: 1366px) {    
    .pp_con .swiper-button-next,
    .pp_con .swiper-button-prev {
        top: 96.7%;
    }
}

@media (max-width: 1200px) {    
    .pp_con .swiper-button-prev{
        left: 41%;
    }

    .pp_con .swiper-button-next{
        right: 41%;
    }

    .pp_con .swiper-button-next,
    .pp_con .swiper-button-prev {
        top: 96.3%;
    }
}

@media (max-width: 1024px) {    
    .pp_con .swiper-button-prev{
        left: 40%;
    }

    .pp_con .swiper-button-next{
        right: 40%;
    }

    .pp_con .swiper-button-next,
    .pp_con .swiper-button-prev {
        top: 96.1%;
    }
}





/* 公司数据 */
.wmybox3 {
    margin-top: 90px;
    background:#cf000e;
    padding: 70px 0;
}

.gstt {
    font-size: 34px;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: 0;
	color: #fff;
    max-width: 620px;
}

.p4a {
    width: 42%;
}

.p4a li {
    position: relative;
}
.p4a li h3 {
    font-size: 50px; 
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.p4a li h3 a {
    color: #fff;
}

.p4a li p {
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0;
	color: #fff;
    margin-bottom: 0;
}

.p4a li sub {
    font-size: 16px;
    color: #fff;
    bottom: 0px!important;
    font-weight: 400;
}





/* wmybox4 */
.wmybox4 {
    background: url(//wm.cdn.cn86.cn/zjxinzheng/2025/09/2049e5f5adq8ydyi.jpg) 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: 88px;
    height: 88px;
    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 #cf000e);
    filter: drop-shadow(0 50vh 0 #cf000e);
    transform: translateY(-50vh);
}

.Ptb_ll li h2 {
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0;
	color: #fff;
    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: #cf000e;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: #cf000e;transition: all .3s;content:"";left:0px;bottom: 0px;}

.news_11 li:hover .xw_nr{color: #cf000e}

.news_11 li:hover .xw_nr::after{width: 100%;}





/* footer */
.dff {
    background:#222;
    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: #fff;
}

.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 p img {
    margin-right: 10px;
}

.ps_rot {
    line-height: 30px;
    color:rgba(255, 255, 255, 0.6);
    font-size: 17px;
}





/* dff22 */
.dff22 {
    background:#1a1a1a;
    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 #ddd;
        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;
    }

    .pp_con .swiper-pagination .swiper-pagination-bullet-active {
        background: #cf000e;
    }

    /* 33 */ 
    .gstt{	font-size: 35px;
	    font-weight: 600;
	    line-height: 1.4;
	    letter-spacing: 0px;
	    color: #fff;
        max-width: 570px;
    }

    .p4a li h3{font-size: 40px;}
}


/* 媒体查询样式 */
@media (max-width: 1280px) {
    /* 11 */
    .wmybox1{margin-top: 65px;}
    .ab_a h2{font-size: 32px;}
    .ab_b li .tb_b h2{font-size: 18px;}

    /* 22 */
    .wptt{font-size: 32px;}
    .wmybox2{margin-top: 65px;}
    .cp11_swiper .swiper-slide::after{
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 100%;
        border: 1px solid #ddd;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        z-index: -1;
        transition: all ease 1.5s .3s
    }

    /* 33 */ 
    .gstt{
        font-size: 30px;
	    font-weight: 600;
	    line-height: 1.4;
	    letter-spacing: 0px;
	    color: #fff;
        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 */ 
    .wmybox1{margin-top: 50px;}
    .ab_a h2{font-size: 25px;}
    .abnr {margin-top: 40px;}
    .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 #ddd;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        z-index: -1;
        transition: all ease 1.5s .3s
    }

    /* 33 */ 
    .gstt{
        font-size: 25px;
	    font-weight: 600;
	    line-height: 1.4;
	    letter-spacing: 0px;
	    color: #fff;
        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:#cf000e;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{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: 41.46%;
        position: relative;
    }

    .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 li{	font-size: 16px;
	font-weight: 600;
	line-height: 43px;
	letter-spacing: 0px;
	color: #747474;position: relative;}

.psort_22 li a{color: #747474;padding-left: 35px;}
.psort_22 li:hover a{color: #cf000e;}

.psort_22 li + li{margin-left: 35px;
background:url(//wm.cdn.cn86.cn/zjxinzheng/2025/09/f51e3ef5c2qbxmna.png) no-repeat 0% 50%;}

.psort_22 li.active a {
    color: #cf000e !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: #cf000e;}
.pp_list li:hover a.morett{border: solid 1px #cf000e;background:#cf000e;color:#fff}


.ny_tt11{	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #333333;text-align: center;margin-bottom: 2.5vw;}




/*样式*/
@media (max-width: 1440px) {

.psort_22 li a{color: #747474;padding-left: 15px;}
.psort_22 li:hover a{color: #cf000e;}

.psort_22 li + li{margin-left: 15px;}

.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: #cf000e;}

.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;}
}


@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;}
}





.lx-bg {
    padding: 3.5%;
}
.lx-bt {
    font-size: 36px;
    font-weight: bold;
    color: #cf000e;
    line-height: 1.2;
}
.lx-nm {
    font-size: 18px;
    color: #666;
    line-height: 1;
}
.lx-nm2 {
    font-size: 18px;
    color: #666;
    line-height: 2;
}
.lx-tx {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    padding-right: 20%;
}
.lx-ig {
    margin: 35px 0 0;
}

@media (max-width: 767px) {
    .lx-bg {
        padding: 15px;
    }
    .lx-bt {
        font-size: 30px;
    }
    .lx-nm {
        font-size: 15px;
    }
    .lx-nm2 {
        font-size: 15px;
    }
    .lx-tx {
        font-size: 20px;
        padding-right: 0;
    }
}
@media (max-width: 480px) {
    .lx-bg {
        padding: 5px;
    }
    .lx-bt {
        font-size: 28px;
    }
    .lx-nm {
        font-size: 14px;
    }
    .lx-nm2 {
        font-size: 14px;
    }
    .lx-tx {
        font-size: 18px;
        padding-right: 0;
    }
}