.index_one{
    position: relative;
}
.index_two{
    padding-top: 1.3rem;
    padding-bottom: 1.86rem;
}
.index_two_center{
    width: 14rem;
    margin: 0 auto;
    display: flex;
}
.index_two_rightbox{
    width: 8rem;
    height: 6.37rem;
    overflow: hidden;
}
.index_two_rightbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_two_rightbox:hover>img{
    transform: scale(1.05);
}
.index_two_leftbox{
    flex: 1;
    margin-right: 0.5rem;  
}
.index_two_tit_en,.index_two_tit_cn{
    color: #000;
    font-size: 0.48rem;
    font-weight: bold;
}
.index_two_tit_en{
    margin-bottom: 0.07rem;
}
.index_two_pages{
    margin-top: 0.7rem;
    color: #666666;
    font-size: 0.2rem;
    line-height: 2;
    text-align: justify;
}
.index_two_many{
    width: 3.24rem;
    height: 0.64rem;
    border: 0.01rem solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #000;
    font-size: 0.18rem;
    margin-top: 0.9rem;
}
.index_two_many:hover{
    opacity: 0.85;
}

.index_three{
    position: relative;
    z-index: 5;
}
.three_btn{
    height: 1.78rem!important;
    bottom: 0!important;
    background: rgba(255,255,255,0.8);
    /* background: pink!important; */
    display: flex;
    align-items: center;
    padding: 0 2.3rem!important;
}

.three_btn .swiper-pagination-bullet {
    flex: 1;
    height: 100%;
    border-radius: 0!important;
    opacity: 1!important;
    background: transparent!important;
}
.span_tit{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.2rem;
}
.three_btn .swiper-pagination-bullet-active{
    height: 3rem;
    background: #1859a8!important;
    bottom: 0;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin-bottom: -1.22rem!important;
    box-shadow: 0 0 0.1rem 0.03rem rgba(0,0,0,.15);
}
.three_btn .swiper-pagination-bullet-active .span_tit{
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
}
.three_next{
    right: 1.6rem!important;
}
.three_prev{
    left: 1.6rem!important;
}
.three_next,.three_prev{
    color:#000000!important;
    top: 92.5%!important;
    z-index: 99!important;
}



.span_tit_en{
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    display: none;
    margin-top: 0.2rem;
}
.three_btn .swiper-pagination-bullet-active .span_tit_en{
    display: block;
}


.index_four{
    padding-top: 2rem;
    padding-bottom: 1.3rem;
}
.index_four_center{
    width: 14rem;
    margin: 0 auto;
}
.index_four_content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.2rem;
}
.index_four_abox{
    width: 32.5%;
    border: 0.01rem solid #C0BCBC;
    transition: all .25s;
    margin-right: 1.25%;
    margin-bottom: 0.3rem;
}
.index_four_abox:nth-child(3n){
    margin-right: 0;
}
.index_four_abox:hover{
    box-shadow: 0rem 0rem 0.1rem 0.03rem rgba(30,28,29,0.19);
}
.index_four_abox:hover .index_four_imgbox>img{
    transform: scale(1.03);
}
.index_four_imgbox{
    height: 3.83rem;
    overflow: hidden;
}
.index_four_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.index_four_bottombox{
    color:#333;
    font-size: 0.18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-top: 0.22rem;
    line-height: 1.6;
    text-align: justify;
}
.index_four_txtbox{
    padding: 0.15rem 0.36rem 0.4rem 0.22rem;
}
.index_four_topbox{
    display: flex;
}
.index_four_timer{
    padding: 0.15rem;
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #666;
    font-size: 0.18rem;
}
.index_four_tit{
    height: 0.53rem;
    font-weight: bold;
    padding-top: 0.08rem;
    padding-left: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    flex: 1;
    font-size: 0.18rem;
}
.index_five{
    background: url(../hlgj/images/index/d-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.7rem 0;
}
.index_five_title{
    display: flex;
    flex-direction:column ;
    justify-content: center;
    align-items: center;
}
.index_five_tit_en,.index_five_tit_cn{
    color: #fff;
    font-weight: bold;
    font-size: .48rem;
}
.index_five_tit_cn{
    margin-top: 0.1rem;
}
.index_five_content{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.7rem;
}
.index_five_content a{
    width: 19%;
    height: 1.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:1.25%;
    margin-bottom: 0.4rem;
}

.index_five_content a:nth-child(5n){
    margin-right: 0;
}
.index_five_content a img{
    max-width: 100%;
    max-height: 100%;

}





@media only screen and (max-width:1024px){
    .index_one{
        margin-top: 50px;
        height: 5rem;
    }
    .index_two{
        padding: 15px;
    }
    .index_two_leftbox{
        margin: 0;
    }
    .index_two_center{
        width: 100%;
        flex-direction: column;
    }
    .index_two_tit_en,
    .index_two_tit_cn{
        font-size: 16px;
    }
    .index_two_pages,
    .index_two_many{
        margin-top: 15px;
        font-size: 12px;
    }
    .index_two_rightbox{
        width: 100%;
        margin-top: 15px;
    }
    .index_three{
        height: 5rem;
    }
    .swiper-pagination,
    .three_next, .three_prev,
    .swiper-button-next:after, .swiper-button-prev:after{
        display: none;
    }
    .index_four{
        padding: 15px;
    }
    .index_four_center{
        width: 100%;
    }
    .index_four_content{
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .index_four_abox{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .index_four_timer,
    .index_four_bottombox{
        font-size: 12px;
    }
    .index_four_tit{
        height: auto;
        font-size: 14px;
    }
    .index_five{
        padding: 15px;
    }
    .index_five_tit_en, .index_five_tit_cn{
        font-size: 16px;
    }
    .index_five_content{
        width: 100%;
    }
    .index_five_content a{
        width: 32%;
    }
    .index_five_content a:nth-child(5n){
        margin-right: 1.25%;
    }
}
