/* 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;
    padding-bottom: 0px;
}
.zzjgtop ul:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
}
.zzjgtop{
    border-bottom: 3px solid #DCDCDC;
    padding-bottom: 30px;
}
.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_dsj_ryq_box .zjstyj_dsj {
    position: relative;
}
.w_1200{
    width: 1200px;
    margin: 0 auto;
}
.zzjgbottom {
    background: url(${r'$'}{site.sitePath}hkgj/assets/images_hzhb/zt_dsj_bg.png) no-repeat center top;
}
.zzjgbottombox{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}
.zjstyj_dsj_box {
    position: relative;
    width: 100%;
}

.zjstyj_dsj_box .zjstyj_dsj_title {
    width: 105px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    padding: 30px 0 55px;
}

.zjstyj_dsj_box .swiper_dsj {
    position: relative;
    height: auto;
    padding-bottom: 50px;
    overflow: hidden;
}

.zjstyj_dsj_box .swiper_dsj p.txt {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    text-indent: 2rem;
}

.zjstyj_dsj_box .swiper_dsj p.txt a.swiper_dsj_txt_more {
    font-size: 16px;
    font-weight: 400;
    color: #FF0101;
}

.zjstyj_dsj_box .swiper_dsj .swiper-slide {
    height: auto;
    background: none;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination {
    width: 100%;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination span {
    position: absolute;
    width: auto;
    font-size: 16px;
    height: auto;
    border-radius: inherit;
    font-weight: 400;
    color: #000000;
    margin: 0;
    background: none;
    opacity: 1;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination span:hover {
    color: #FFA800;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination span.swiper-pagination-bullet-active {
    font-weight: 700;
    color: #FFA800;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination span:nth-child(1) {
    left: 90px;
    bottom: 10px;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination span:nth-child(2) {
    left: 335px;
    bottom: 90px;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination span:nth-child(3) {
    left: 582px;
    bottom: 10px;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination span:nth-child(4) {
    left: 827px;
    bottom: 90px;
}

.zjstyj_dsj_box .swiper_dsj .swiper-pagination span:nth-child(5) {
    left: 1072px;
    bottom: 10px;
}

.zjstyj_dsj_box .swiper_dsj .swiper_dsj_bjb {
    height: 103px;
    background: url(${r'$'}{site.sitePath}hkgj/assets/images_hzhb/swiper_dsj_bjb.png) no-repeat top center;
    margin-top: 57px;
}

.zjstyj_tynj_box {
    position: relative;
}

.zjstyj_tynj_box .swiper-button-prev,
.zjstyj_tynj_box .swiper-button-next,
.zjstyj_dsj_box .swiper-button-prev,
.zjstyj_dsj_box .swiper-button-next {
    width: 55px;
    height: 55px;
}

.zjstyj_tynj_box .swiper-button-prev,
.zjstyj_dsj_box .swiper-button-prev {
    background: url(${r'$'}{site.sitePath}hkgj/assets/images_hzhb/swiper_left.png) no-repeat center center;
    background-size: 100% 100%;
    top: 300px;
    left: -100px;
}

.zjstyj_tynj_box .swiper-button-next,
.zjstyj_dsj_box .swiper-button-next {
    background: url(${r'$'}{site.sitePath}hkgj/assets/images_hzhb/swiper_riht.png) no-repeat center center;
    background-size: 100% 100%;
    top: 300px;
    right: -100px;
}

.zjstyj_dsj_box .swiper-button-prev {
    top: 50%;
}

.zjstyj_dsj_box .swiper-button-next {
    top: 50%;
}