.banner {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
}
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .mask{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner .mask .w {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .mask h2 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: normal;
}
.banner .mask h4 {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
}
/* 历史 */
.historynav {
    padding: 20px 0;
    height: auto;
    border-bottom: 1px solid #F1F2F4;   
}
.historynav .w {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.historynav a {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.historynav  span {
    margin: 0 5px;  
}
.historynav a span {
    font-size: 18px;
}
.historynav a:hover {
    color: #C20A0A;
}

.honorWeb {
    position: relative;
    width: 100%;
    background-color: #EDEEF2;
    padding-top: 66px;
    padding-bottom: 188px;
}
.honorWeb h2 {
    font-size: 40px;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
.honorWeb .honorbg {
    position: absolute;
    left: calc(50% - 700px);
    bottom: 76px;
    background-color: #E8E9ED;
    height: 280px;
    width: 1400px;
}
.honorWeb .honorbg::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-color: #E1E2E6;
}


/* 轮博图版心 */
.swiperContainer {width: 1588px;background-color: transparent;overflow: hidden;box-sizing: border-box;margin: 0 auto;position: relative;--swiper-navigation-size: 22px;/* 设置按钮大小 */    --swiper-navigation-color: #666666;/* 单独设置按钮颜色 */}
.swiperContainer .swiper-button-next,.swiperContainer .swiper-button-prev{background-color: #fff;width: 70px;height: 70px;border-radius: 50%;font-size: 22px; }
.swiperContainer .swiper-button-next:hover,.swiperContainer .swiper-button-prev:hover{background-color: #C20A0A;color: #fff;}
.honorSwiper {
    overflow: hidden;
}
.honorSwiper .swiper-slide {height: 275px;background-color: #fff;overflow: hidden;}
.honorSwiper .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

.honorphone {
    display: none;
    background-color: #EDEEF2;
    padding: 30px 0;
}
.honorphone h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.honorPhoneSwiper  {overflow: hidden;}
.honorPhoneSwiper .swiper-slide {height: auto;background-color: #fff;overflow: hidden;}
.honorPhoneSwiper .swiper-slide img {display: block;object-fit: cover;height: auto;}

.cpsection {
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    height: auto;
    background-image: url(../images/cpjsbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cpsection h2 {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}
.cpsection h2::after{
    content: '';
    margin-top: 30px;
    width: 64px;
    height: 4px;
    background-color: #fff;
}
.cpsection p {
    padding-right: 30%;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 80px;
}
.zhrxgrid{  
    display: grid;  
    grid-template-columns: repeat(3, 1fr); /* 创建一个三列的网格，每列占据可用空间的一等份 */  
    gap: 20px; /* 设置网格项之间的间隙 */  
} 
.rxitem {  
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 110px;
    padding: 0 50px;
} 
.rxitem .pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 20px;
}
.rxitem .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.rxitem .cont {
    flex: 1;
    overflow: hidden;
}
.rxitem .cont h4 {
    font-size: 24px;
    line-height: 36px;
    color: #1A1A1A;
}
.rxitem .cont h6 {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.fwnrsection {
    padding-top: 70px;
    padding-bottom: 115px;
}
.fwnrsection h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 76px;
    font-weight: bold;
}
.fwnrsection h2::after{
    content: '';
    margin-top: 30px;
    width: 64px;
    height: 4px;
    background-color: #C20A0A;
}

.fwnr {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 43px 0px rgba(233,237,240,0.97);
    display: flex;
    flex-wrap: wrap;
}
.fwnr .fwitem {
    position: relative;
    width: calc(100%/5);
    height: auto;
    padding-bottom: 30px;
    border-right: 1px solid #E5E7E9;
}
.fwnr .fwitem:last-child{
    border-right: 0;
}
.fwnr .fwitem .pic {
    width: 89px;
    height: 101px;
    margin: 0 auto;
    margin-top: 50px;
}
.fwnr .fwitem .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fwnr .fwitem h4 {
    padding: 0 15px;
    text-align: center;
    color: #1A1A1A;
    line-height: 36px;
    font-size: 24px;
    margin-top: 30px;
    padding-bottom: 124px;
}
.fwnr .fwitem .num {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: rgba(26, 26, 26, 0);
    font-style: italic;
    -webkit-text-stroke: 1px #DBE0E4;
    text-stroke: 1px #DBE0E4;
    font-weight: bold;
}
.cpyssection {
    background-image: url(../images/cpysbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 60px;
}
.cpyssection h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 60px;
    font-weight: bold;
}
.cpyssection h2::after{
    content: '';
    margin-top: 30px;
    width: 64px;
    height: 4px;
    background-color: #C20A0A;
}
.cpyssection .nav {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cpyssection .nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 48px)/3);
    height: 80px;
    border-radius: 4px;
    box-shadow: 0px 4px 12px 1px rgba(233, 237, 240, 0.97);
    background-color: #fff;
    overflow: hidden;
    font-size: 24px;
    color: #1A1A1A;
    margin-right: 24px;
    margin-top: 12px;
}
.cpyssection .nav a:last-child{
    margin-right: 0;
}
.cpyssection .nav a span {
    font-size: 32px;
    color: #E1E2E7;
    margin-right: 20px;
}
.cpyssection .nav a.active {
    border-bottom: 2px solid #c10a0c;
}
.cpyssection .nav a:nth-child(3n){
    margin-right: 0;
}

.cpysSwiper {
    margin-top: 70px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cpysSwiper .swiper-slide {
    display: flex;
    justify-content: space-between;
}
.cpysSwiper .swiper-slide .cont {
    flex: 1;
    margin-bottom: 15px;
}
.cpysSwiper .swiper-slide .cont h4 {
    color: #1A1A1A;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
}
.cpysSwiper .swiper-slide .cont .ulcont li {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 40px;
    color: #4D4D4D;
}
.cpysSwiper .swiper-slide .cont .ulcont li::before {
    content: "•";
    color: #C20A0A;
    margin-right: 10px;
}
.cpysSwiper .swiper-slide .pic {
    width: 650px;
    height: 350px;
    overflow: hidden;
}
.cpysSwiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zygnsection {
    padding: 105px 0;
}
.zygnsection h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 70px;
    font-weight: bold;
}
.zygnsection h2::after{
    content: '';
    margin-top: 30px;
    width: 64px;
    height: 4px;
    background-color: #C20A0A;
}
.zygn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 100px;
}
.zygn:nth-child(2n + 1){
    flex-direction: row-reverse;
}
.zygn .pic {
    width: 655px;
    height: 432px;
    overflow: hidden;
    margin-left: 140px;
    margin-right: 0;
}
.zygn:nth-child(2n + 1) .pic {
    margin-left: 0;
    margin-right: 140px;
}

.zygn .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.zygn .left {
    flex: 1;
}
.zygn .left h4{
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
}
.zygn .left .cont li {
    align-items: center;
    font-size: 18px;
    color: #666666;
    line-height: 41px;
}

.zygn .left .cont li::before {
    content: '•';
    color: #C10A0C;
    font-size: 18px;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .honorWeb {display: none;}
    .banner {height: 250px;}
    .banner .mask h2 {font-size: 18px;line-height: 30px;}
    .banner .mask h4 {font-size: 12px;margin-top: 10px;}
    .historynav {padding: 15px 0;}
    .honorphone {display: block;}

    .cpsection {padding-top: 40px;padding-bottom: 30px;}
    .cpsection h2 {font-size: 20px;margin-bottom: 25px;}
    .cpsection h2::after {width: 32px;height: 2px;margin-top: 15px;}
    .cpsection p {padding-right: 0;font-size: 14px;line-height: 32px;margin-bottom: 40px;}

    .zhrxgrid {grid-template-columns:repeat(1, 1fr);gap: 10px;}
    .rxitem {height: 80px;padding: 0 25px;}
    .rxitem .pic {width: 30px;height: 30px;}
    .rxitem .cont h4 {font-size: 16px;line-height: 32px;}
    .rxitem .cont h6 {font-size: 12px;line-height: 24px;}

    .fwnrsection {padding-top: 35px;padding-bottom: 55px;}
    .fwnrsection h2 {margin-bottom: 38px;font-size: 20px;}
    .fwnrsection h2::after {width: 32px;margin-top: 15px;height: 2px;}
    .fwnr .fwitem {width: calc(100%/2);height: auto;padding-bottom: 15px;}
    .fwnr .fwitem .pic {width: 49px;height: 51px;margin-top: 25px;}
    .fwnr .fwitem h4 {padding: 0 5px;margin-top: 15px;font-size: 12px;line-height: 24px;padding-bottom: 62px;}
    .fwnr .fwitem .num {font-size: 30px;margin-top: 32px;}

    .cpyssection {padding-top: 35px;padding-bottom: 30px;}
    .cpyssection h2 {font-size: 20px;margin-bottom: 30px;}
    .cpyssection h2::after {width: 32px;height: 2px;margin-top: 15px;}
    .cpyssection .nav a {width: calc((100% - 24px)/3);height: 40px;font-size: 12px;margin-right: 12px;}
    .cpyssection .nav a span {font-size: 16px;margin-right: 10px;}

    .cpysSwiper {margin-top: 35px;}
    .cpysSwiper .swiper-slide {flex-direction: column;}
    .cpysSwiper .swiper-slide .cont h4 {font-size: 18px;margin-bottom: 25px;}
    .cpysSwiper .swiper-slide .cont .ulcont li {font-size: 14px;}
    .cpysSwiper .swiper-slide .pic {width: 100%;height: auto;}

    .zygnsection {
        padding: 50px 15px;
        margin-bottom: 50px;
    }
    .zygnsection h2 {font-size: 20px;margin-bottom: 35px;}
    .zygnsection h2::after {width: 32px;height: 2px;margin-top: 15px;}
    .zygn {flex-direction: column;margin-bottom: 50px;}
    .zygn:nth-child(2n + 1) {flex-direction: column;} 
    .zygn:last-child {margin-bottom: 0;}
    .zygn .pic {width: 100%;margin: 0; height: auto;margin-top: 15px;}
    .zygn .left h4 {font-size: 16px;margin-bottom: 15px;}
    .zygn .left .cont li {font-size: 12px;line-height: 24px;}
    .zygn .left .cont li::before {font-size: 12px;}

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .honorWeb {display: none;}
    .honorphone {display: block;}

    .zhrxgrid {grid-template-columns:repeat(1, 1fr);gap: 10px;}
    .rxitem {height: 80px;padding: 0 25px;}
    .rxitem .pic {width: 30px;height: 30px;}
    .rxitem .cont h4 {font-size: 16px;line-height: 32px;}
    .rxitem .cont h6 {font-size: 12px;line-height: 24px;}

    .fwnrsection {padding-top: 35px;padding-bottom: 55px;}
    .fwnrsection h2 {margin-bottom: 38px;font-size: 20px;}
    .fwnrsection h2::after {width: 32px;margin-top: 15px;height: 2px;}
    .fwnr .fwitem {width: calc(100%/2);height: 200px;}
    .fwnr .fwitem .pic {width: 49px;height: 51px;margin-top: 25px;}
    .fwnr .fwitem h4 {padding: 0 5px;margin-top: 15px;font-size: 12px;line-height: 24px;padding-bottom: 62px;}
    .fwnr .fwitem .num {font-size: 30px;margin-top: 32px;}

    .cpysSwiper {margin-top: 35px;}
    .cpysSwiper .swiper-slide {flex-direction: column;}
    .cpysSwiper .swiper-slide .cont h4 {font-size: 18px;margin-bottom: 25px;}
    .cpysSwiper .swiper-slide .cont .ulcont li {font-size: 14px;}
    .cpysSwiper .swiper-slide .pic {width: 100%;height: auto;}

    .zygnsection {
        padding: 50px 15px;
        margin-bottom: 50px;
    }
    .zygnsection h2 {font-size: 20px;margin-bottom: 35px;}
    .zygnsection h2::after {width: 32px;height: 2px;margin-top: 15px;}
    .zygn {flex-direction: column;margin-bottom: 50px;}
    .zygn:nth-child(2n + 1) {flex-direction: column;} 
    .zygn:last-child {margin-bottom: 0;}
    .zygn .pic {width: 100%;margin: 0; height: auto;margin-top: 15px;}
    .zygn .left h4 {font-size: 16px;margin-bottom: 15px;}
    .zygn .left .cont li {font-size: 12px;line-height: 24px;}
    .zygn .left .cont li::before {font-size: 12px;}

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .swiperContainer {width: 1140px;}
        .honorWeb .honorbg {width: 992px;left: calc(50% - 496px);}
    .swiperContainer .swiper-button-next,.swiperContainer .swiper-button-prev {width: 50px;height: 50px;}

}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .swiperContainer {width: 1348px;}
    .honorWeb .honorbg {width: 1200px;left: calc(50% - 600px);}

    .swiperContainer .swiper-button-next,.swiperContainer .swiper-button-prev {width: 50px;height: 50px;}
}