.ha_banner>img{width: 100%;}

.hj_desc{display: flex;justify-content: space-between;padding: 100px 0;}
.hj_desc_l{width: 48%;}
.hj_desc_l>h1{font-size: 24px;font-weight: bold;color: #333;margin-top: 10px;}
.hj_desc_l>span{width: 100px;height: 4px;background-color: var(--base);display: inline-block;margin-top: 20px;}
.hj_desc_l>p{line-height: 2;margin-top: 20px;font-size: 16px;color: #666;}
.hj_desc_l>img{margin-top: 40px;}
.hj_desc_r{overflow: hidden;width: 48%;}
.hj_desc_r>img{width: 100%;height: 540px;object-fit: cover;transition: .3s;;}
.hj_desc_r:hover img{transform: scale(1.1);}

.hi_feat{background-color: #f4f8fd;padding: 40px 0;}
.hi_feat_c{display: flex;justify-content: space-between;}
.hi_feat_i{background-color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;width: 18%;height: 260px;transition: .3s;}
.hi_feat_i>h2{font-size: 16px;color: #333;margin: 20px 0 10px;}
.hi_feat_i>h1{font-size: 22px;color: #000;}
.hi_feat_i:hover {transform: scale(.9);}

.ha_prof{background: url('/images/52.jpg') no-repeat center;background-size: cover;background-attachment: fixed;}
.ha_prof_c{padding: 100px 0 200px;text-align: center;color: #fff;}
.ha_prof_c>h1{font-size: 30px;}
.ha_prof_c>span{display: inline-block;margin: 20px 0;background-color: #fff;width: 100px;height: 4px;}
.ha_prof_c>p{font-size: 16px;line-height: 2;}

.ha_time{width: 1000px;background-color: #fff;display: flex;justify-content: space-between;padding: 30px;margin-top: -100px;box-shadow: 0 0 20px 0 #eee;}
.ha_time_i{background-color: var(--base);color: #fff;padding: 20px 40px;width: 274px;text-align: center;}
.ha_time_i>h1{font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.ha_time_i>p{font-size: 16px;font-weight: bold;line-height: 2;}

.ha_qua_c{width: 1000px;padding: 60px 0 120px;text-align: center;}
.ha_qua_c>h1{font-size: 30px;}
.ha_qua_c>span{display: inline-block;margin: 20px 0;background-color: var(--base);width: 100px;height: 4px;}
.ha_qua_v{}
.ha_qua_i{margin: 50px 20px;}
.ha_qua_i>img{width: 100%;transition: .3s;}
.ha_qua_i:hover img{transform: scale(1.05)}
.about_dot{position: absolute;bottom: -40px;left: 50%;transform: translateX(-50%);}
.about_dot>li{display: inline-block;width: 20px;height: 20px;font-size: 0;outline: 0;margin-right: 20px;transition: all .5s;cursor: pointer;background-color: #efefef;border: 4px solid #efefef;border-radius: 50%;}
.about_dot>li:last-child{margin-right: 0;}
.about_dot>.slick-active{background-color: var(--base);}
.about_dot>li button{display: none;}

.ha_popup{display: none;}



@media screen and (max-width: 766px) {
    .ha_banner>img{height: 30rem;object-fit: cover;}    

    .hj_desc{padding: 6rem 0;flex-direction: column-reverse;}
    .hj_desc_r{width: 100%;}
    .hj_desc_r>img{height: unset;}
    .hj_desc_l{width: 100%;}
    .hj_desc_l>h1{font-size: 2rem;}
    .hj_desc_l>p{font-size: 1.6rem;}

    .hi_feat_c{flex-wrap: wrap;}
    .hi_feat_i{height: unset;width: 48%;padding: 1.5rem 0;margin-bottom: 1.5rem;}
    .hi_feat_i>h2{font-size: 1.4rem;margin: 2rem 0 1rem;}
    .hi_feat_i>h1{font-size: 1.6rem;}

    .ha_prof_c{padding: 6rem 0;}
    .ha_prof_c>h1{font-size: 2.8rem;}
    .ha_prof_c>p{font-size: 1.6rem;}

    .ha_time{margin-top: 0;flex-direction: column;}
    .ha_time_i{width: 100%;margin-bottom: 2rem;}
    .ha_time_i>h1{font-size: 2rem;}
    .ha_time_i>p{font-size: 1.6rem;}

    .ha_qua_c>h1{font-size: 2.8rem;}
    .ha_qua_i{margin: 0;}
    .ha_qua_v{margin-top: 2rem;}

}