/*  */
body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2: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);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


.w1440{max-width: 1470px;padding: 0 15px;margin: 0 auto;}


/*关于我们*/
.flex22 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.miand {
    background: #eff0f4;
    line-height: 50px;
}
.miand .max1600 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-cate {
    line-height: 1.5;
}
.page-cate a {
    margin: 0 10px;
}

.miambd {
    background: url(//wm.cdn.cn86.cn/shengbaofh/2025/09/4587799010vefmfs.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    color: #333333;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.neiyy {
    box-sizing: border-box;
    padding: 2% 0 1% 0;
    position: relative;
}

.nabout::after {
    position: absolute;
    bottom: 0px;
    background: #d7000f;
    width: 100px;
    height: 3px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.nabout::before {
    background: #dad9d9;
    left: 0px;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 1px;
}

.nabout {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 120px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.neiab {
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}

.abguanyule {
    width: 49%;
}

.abguanyurt {
    width: 49%;
}

.abguanyurt img {
    width: 100%;
    height: auto;
}

.abguanyule_a {
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
}

.abguanyule_b {
    box-sizing: border-box;
    padding: 3% 0;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555555;
}

.shufen {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15%;
}

.abshuzi ul li {
    width: 25%;
}

.shufen_img {
    width: 18%;
}

.shufen_img img {
    max-width: 100%;
    height: auto;
}

.shufennei {
    width: 79%;
}

.shufennei_a {
    font-size: 42px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #d7000f;
}

.shufennei_b {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #666666;
}

.neiab1 {
    background: url(//wm.cdn.cn86.cn/shengbaofh/2025/09/8d6f24a37eikcr70.jpg) center center no-repeat fixed;
    box-sizing: border-box;
    padding: 4% 0;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.tufenf {
    margin-top: 4%;
}

.tufenf ul li {
    width: 31%;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 3% 3% 5% 3%;
    cursor: pointer;
}

.tufenf ul li:hover .tufenf_img {
    transform: rotateY(180deg);
    transition: transform 0.5s ease;
}

.tufenf_img {
    transition: transform 0.5s ease;
}

.tufenf_img img {
    max-width: 100%;
    height: auto;
}

.tufenf_img {
    text-align: center;
}

.tufenf_a {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #333333;
}

.tufenf_b {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 2%;
}

.neiab2 {
    box-sizing: border-box;
    padding: 2% 0;
    overflow: hidden;
}

#certify {
    position: relative;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 360px;
    height: 510px;
    box-shadow: 0 8px 30px #ddd;
    transform-origin: BOTTOM;
}

#certify .swiper-slide img {
    display: block;
    height: 100%;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: #d5d5d5;
    width: 28px;
    height: 9px;
    opacity: 1;
    border-radius: 30px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #d7000f;
    border-radius: 30px;
}

@media(max-width: 1600px) {
    .shufennei_a {
        font-size: 38px;
    }

    .nabout {
        font-size: 38px;
        line-height: 110px;
    }

    .abguanyule_a {
        font-size: 33px;
        line-height: 55px;
    }
}

@media(max-width: 1500px) {
    .shufennei_b {
        font-size: 16px;
    }

    .shufennei_a {
        font-size: 35px;
        line-height: 40px;
    }

    .nabout {
        font-size: 35px;
        line-height: 100px;
    }

    .abguanyule_a {
        font-size: 30px;
        line-height: 50px;
    }
}

@media(max-width: 1440px) {
    #certify .swiper-slide {
        width: 330px;
        height: 218px;
        box-shadow: 0 8px 30px #ddd;
        transform-origin: BOTTOM;
    }

    .tufenf_a {
        font-size: 22px;
        line-height: 40px;
    }

    .tufenf_b {
        font-size: 16px;
        line-height: 24px;
    }

    .shufennei_b {
        font-size: 15px;
    }

    .shufennei_a {
        font-size: 32px;
        line-height: 38px;
    }

    .nabout {
        font-size: 32px;
        line-height: 90px;
    }

    .abguanyule_a {
        font-size: 25px;
        line-height: 40px;
    }
}

@media(max-width: 1366px) {
    #certify .swiper-slide {
        width: 330px;
        height: 218px;
        box-shadow: 0 8px 30px #ddd;
        transform-origin: BOTTOM;
    }

    .tufenf_a {
        font-size: 20px;
        line-height: 35px;
    }

    .shufennei_a {
        font-size: 28px;
        line-height: 30px;
    }

    .nabout {
        font-size: 28px;
        line-height: 80px;
    }

    .x-menu>li>a {
        font-size: 13px;
    }
}

@media(max-width: 1200px) {
    #certify .swiper-slide {
        width: 300px;
        height: 218px;
        box-shadow: 0 8px 30px #ddd;
        transform-origin: BOTTOM;
    }

    .tufenf_b {
        font-size: 14px;
        line-height: 22px;
    }

    .tufenf_a {
        font-size: 18px;
        line-height: 30px;
    }

    .shufennei_b {
        font-size: 12px;
        line-height: 28px;
    }

    .abguanyule_b {
        font-size: 15px;
        line-height: 24px;
    }

    .nabout {
        font-size: 25px;
        line-height: 70px;
    }

    .abguanyule_a {
        font-size: 22px;
        line-height: 35px;
    }
}

@media(max-width: 1024px) {
    .shufen_img img {
        max-width: 70%;
        height: auto;
    }

    .shufennei_b {
        font-size: 12px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .shufennei_a {
        font-size: 25px;
        line-height: 29px;
    }

    .abguanyule_a {
        font-size: 20px;
        line-height: 30px;
    }

    .nabout {
        font-size: 21px;
        line-height: 60px;
    }
}

@media(max-width: 992px) {
    #certify .swiper-slide {
        width: 250px;
        height: 356px;
        box-shadow: 0 8px 30px #ddd;
        transform-origin: BOTTOM;
    }

    .abguanyurt {
        width: 100%;
        margin-top: 20px;
    }

    .abguanyule {
        width: 100%;
    }

    .logo a img , .logo img {
        max-width: 60%;
    }
}

@media(max-width: 500px) {
    #certify .swiper-slide {
        width: 180px;
        height: 257px;
        box-shadow: 0 8px 30px #ddd;
        transform-origin: BOTTOM;
    }

    .tufenf ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .abshuzi ul li {
        width: 49%;
    }

    .abguanyule_a {
        font-size: 18px;
        line-height: 26px;
    }

    .nabout::after {
        left: 36%;
    }

    .nabout {
        font-size: 19px;
        line-height: 50px;
    }
}

.anchor2 .anchor{line-height: 70px;}
.wmy-menu a{display: block;color: #111111;font-size: 18px;line-height: 70px; background: url(//wm.cdn.cn86.cn/shengbaofh/2025/09/3a5df2e1835r7ii0.jpg) no-repeat right center;padding: 0 2vw;transition:unset;}
.wmy-menu a:last-child{background: none;}
.wmy-menu a.cur,.wmy-menu a:hover{background: #20409b;color: #fff!important;}
#anchor.anchor2{padding: 0;background: #f5f5f5;}










.appSwiper{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top:2.4vw;margin-bottom:4vw;
}

.appSwiper .swiper-slide a .img1 img{
    width: 100%;
}

.apnext{
    outline: none;
    background: url(//wm.cdn.cn86.cn/shengbaofh/2025/09/135d982042ex83aa.png) no-repeat center center #ff0707;
    width: 34px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.apnext:hover{background: url(//wm.cdn.cn86.cn/shengbaofh/2025/09/135d982042ex83aa.png) no-repeat center center #ff0707;}
.apprev:hover{background: url(//wm.cdn.cn86.cn/shengbaofh/2025/09/d6edee6a6cjfxq5a.png) no-repeat center center #ff0707;}
.apprev{
    outline: none;
    background: url(//wm.cdn.cn86.cn/shengbaofh/2025/09/d6edee6a6cjfxq5a.png) no-repeat center center #ff0707;
    width: 34px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

@media(max-width: 1200px){
    .appearance{
        margin-top:25px;margin-bottom:30px;
    }
}

@media(max-width: 767px){
    .appSwiper{
        margin-top: 20px;
    }
    .appearance{
        margin-top: 20px;
    }
}



/*  */
.x_at{font-size:34px;font-weight:600;line-height:32px;letter-spacing:0;color:#333}

.flex_11{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.flex_22{display:flex;flex-wrap:wrap;justify-content:center}
.flex-cc{display:flex;align-items:center;justify-content:space-between}
.flexed{display:flex;justify-content:space-between;flex-wrap:nowrap;display:-webkit-flex}
.flexs{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.jbox4{background:url(//wm.cdn.cn86.cn/shengbaofh/2025/09/6ba2fde184yumdw0.png) no-repeat center bottom;overflow:hidden;padding-bottom:145px}
.zhou{background:url(//wm.cdn.cn86.cn/shengbaofh/2025/09/f7d8ce8dbfzaojok.png) no-repeat center right;margin-top:3vw;padding-top:30px}
.xpernr52{margin-left:21.3%;overflow:hidden}

.aa{margin-top:70px}
.aa .img{width:20.46%}
.aa .img img{width:100%}
.sjt{letter-spacing:-2px;color:#d0111b;font-family:ArialMT;font-size:36px}
.sjt span{padding-left:15px;letter-spacing:-1px;font-size:18px}
.sright p{color:#000;font-size:16px;line-height:36px;margin-top:25px}
.sright{width:20.46%;margin-left:78px}
.dian{width:9px;height:9px;background-color:#505050;border-radius:50%;margin:0 auto;margin-bottom:10px}
.xpernr52 .swiper-slide{color:#333;font-family:ArialMT;font-size:14px;letter-spacing:0;text-align:center;cursor:pointer}
.xpernr52 .on{color:#d0111b}
.xpernr52 .on .dian{background:#d0111b}

.xpernr51{overflow:hidden;position:relative;padding-bottom:105px}
.xpernr51 .swiper-button-prev{height:49px;width:49px!important;background:0 0!important;font-family:MicrosoftYaHei;border-radius:50%;letter-spacing:0;color:#fff;
background:url(//wm.cdn.cn86.cn/shengbaofh/2025/09/5244fdfd391m3ecr.png) no-repeat center!important}
.xpernr51 .swiper-button-next{height:49px;width:49px!important;background:0 0!important;font-family:MicrosoftYaHei;font-weight:400;font-stretch:normal;letter-spacing:0;border-radius:50%;color:#fff;background:url(//wm.cdn.cn86.cn/shengbaofh/2025/09/b238c9e4ac2jhddr.png) no-repeat center!important}
.xpernr51 .swiper-button-prev{left:45%}
.xpernr51 .swiper-button-next{right:45%}
.xpernr51 .swiper-button-next,.xpernr51 .swiper-button-prev{outline:0;position:absolute;top:92%;z-index:99;height:49px;-webkit-transition:all .5s ease;transition:all .5s ease}
@media (max-width:1100px){.pernr51 .swiper-button-prev{left:40%}
.xpernr51 .swiper-button-next{right:40%}

}
@media (max-width:768px){.xpernr51 .swiper-button-prev{left:33%}
.xpernr51 .swiper-button-next{right:33%}
.jbox4{padding-bottom:60px}
}








/* 媒体查询 */

@media(max-width: 1500px){
    .qul li p{padding: 35px 25px 50px 20px ;}
}

@media(max-width: 1380px){
    .qul li p{font-size: 15px;line-height:28px ;}
}
@media(max-width: 1300px){
    .qul li p{padding: 35px 25px 38px  20px ;}
    .qul li h3{margin-bottom: 20px;}
}

@media(max-width: 1200px){
    .acon2{line-height: 30px;}
    .qul li p{font-size: 14px;line-height:24px ;}
    .nybt2 p{font-size: 30px;}
    .sright p{line-height: 30px;}
}

@media(max-width: 1024px){
    .sbtt span{font-size: 42px;}
    .szgd li p{font-size: 14px;margin-top: 5px;}
    .acon2{font-weight: normal;line-height: 28px;}
    .szgd li sup{top: -30px;}
    .qul li p{padding: 26px 16px 30px  16px;}
    .qul li h3{font-size: 24px;}
    .sright p{font-size: 14px;line-height: 26px;}
}

@media(max-width: 768px){
    .jbox1{margin: 30px 0;}
    .aleft1 h3,.nybt2 h3{font-size: 24px;}
    .aleft1,.szgd{width: 100%;float: none;}
    .acon2{margin-top: 20px;font-size: 14px;line-height: 24px;}
    .szgd{margin-top: 30px;}
    .nybt2 h3{margin-bottom: 17px;}
    .qul li{width: 49%;background: none;}
    .qul li h3{margin-bottom: 0;}
    .qiye li dd{margin: 10px 0;font-size: 18px;}
    .nybt2 p{font-size: 24px;}
}

@media(max-width: 640px){
    .aleft1 h3,.nybt2 h3{font-size: 20px;text-align: center;}
    .xx{margin: 0 auto;}
    .szgd li{padding-bottom: 20px;margin-bottom: 20px;}
    .sbtt span{font-size: 35px;}
    .szgd li sup{top: -20px;}
    .qul li h3{font-size: 18px;}
    .qul li p{padding: 15px 5px;font-size: 12px;line-height: 20px;}
    .jbox3{padding: 30px 0;}
    .nybt2 p{font-size: 15px;}
    .qiye li{width: 48%;margin-bottom: 15px;}
    .qiye li dd{font-size: 16px;}
    .qiye li dt{font-size: 12px;}
    .aa .img{width: 100%;margin-bottom: 20px;}
    .sright{width: 100%;margin-left: 0;text-align: center;}
    .sright p{margin-top: 10px;}
    .jbox4{padding-top: 20px;}

}




