/* banner */
.hyfw_banner {
    position: relative;
}

.hyfw_banner img {
    width: 100%;
    margin: 0 auto;
}

.hyfw_banner p {
    font-weight: 500;
    font-size: 60px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 企业荣誉 */
.zzjgbox{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}
.zzjgtop ul:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.zzjgtop{
    border-bottom: 3px solid #DCDCDC;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.zzjgtop ul{
    display: table;
    margin: 0 auto;
}
.zzjgtop ul li{
    float: left;
}
.zzjgtop ul li a{
    display: block;
    width: 107px;
height: 36px;
line-height: 36px;
font-size: 20px;
color: #262626;
border-radius: 4px 4px 4px 4px;
background: transparent;
margin-left: 50px;
text-align: center;
}
.zzjgtop ul li a:hover{
    background: #00306c;
    color: #FFFFFF;
}
.zzjgtop ul li a.zzjgtopactive{
    background: #00306c;
    color: #FFFFFF;
}
/* 企业荣誉轮播 */
.zjstyj_jcsp_box {
    position: relative;
}

/* .zjstyj_jcsp_box .zjstyj_jcsp_title {
    width: 105px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    padding: 30px 0 0;
} */

.zjstyj_jcsp_box .swiper-slide {
    width: 500px;
    height: auto;
}

.zjstyj_jcsp_box .swiper_jcsp {
    margin-bottom: 65px;
    overflow: hidden;
}

.zjstyj_jcsp_box .swiper_jcsp_list {
    text-align: center;
}

.zjstyj_jcsp_box .swiper_jcsp_list img {
    width: 500px;
    height: 680px;
    display: block;
    /* object-fit: cover; */
}

.zjstyj_jcsp_box .swiper_jcsp_list p.txt {
    display: none;
}

.zjstyj_jcsp_box .swiper-slide.swiper-slide-active {
    position: relative;
}

.zjstyj_jcsp_box .swiper-slide.swiper-slide-active p.txt {
    position: absolute;
    left: 10%;
    bottom: -25px;
    display: block;
    width: 400px;
    height: 50px;
    background-color: #10A2FE;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    margin-top: -25px;
    z-index: 999;
    text-align: center;
}

.zjstyj_jcsp_box .swiper-button-prev,
.zjstyj_jcsp_box .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
}

/* .zjstyj_jcsp_box .swiper-button-prev {
    left: -100px;
    background: url(${site.sitePath}hkgj/assets/images_hzhb/swiper_left.png) no-repeat center center;
    background-size: 100% 100%;
}

.zjstyj_jcsp_box .swiper-button-next {
    right: -100px;
    background: url(${site.sitePath}hkgj/assets/images_hzhb/swiper_riht.png) no-repeat center center;
    background-size: 100% 100%;
} */
.w_1200{
    width: 1200px;
    margin: 0 auto;
}
.zjstyj_jcsp_box .swiper-slide p.txt {
    display: none;
}