html{
    overflow-x: hidden;
}
.banner {
    width: auto;
    background-size: cover;
    background-position: center right;
    background-image: url(../image/hezuohuoban/baner.png);
    color: white;
    height: 325px;
    position: relative;
}

.banner-zi {
   bottom: 10%;
    position: absolute;
    /* padding: 10px; */
}

.banner-line {
    left: 100px;
    bottom: 0px;
    width: 50px;
    border-bottom: 3px solid #3790e3;
}

.banner h2 {
    text-align: left;

    opacity: 1;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0px;
}

.banner h1 {
    text-align: left;
    opacity: 1;
    font-size: 50px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0px;
    padding: 20px 0 10px;
}
.tag-2 .info{
    padding-top: 16px;
    text-align: center;
}
.top-h2{
    font-size: 16px;
}
.banner h1, .banner h2{
    margin: 0!important;
}
.title-bg{
    position: absolute;
    width: 100vw;
    height: 220px;
    background: linear-gradient(to right,  rgba(5,83,200, 1), rgba(133,184,248, 1));
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.title-img-box{
    color: #fff;
}
.swiper-pagination{
    bottom: 120px!important;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 4px;
 }
 .swiper-pagination-bullet {
    width: 14px!important;
    height: 3px!important;
    border-radius: 0!important;
 }
 .hz-img{
     display: flex;
 }
 .hz-img-item{
     margin-top: 0px;
     /* width: 19.76%; */
     flex: 0.25;
     display: inline-block;
     cursor: pointer;
 }
 .hz-img-item img{
     width: 100%;
 }