.hj_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);}

.hj_coop{background-color: #f4f8fd;}
.hj_coop_c{padding: 100px 0;}
.hj_coop_c>h1{font-size: 30px;font-weight: bold;color: #333;text-align: center;}
.hj_coop_c>p{font-size: 16px;color: #666;text-align: center;margin-top: 20px;}
.hj_coop_v{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.hj_coop_i{width: 18%;background-color: #fff;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;height: 126px;padding: 0 27px;transition: .3s;}
.hj_coop_i>div>h1{font-size: 18px;font-weight: bold;color: #333;}
.hj_coop_i>div>p{font-size: 14px;color: #666;margin-top: 10px;}
.hj_coop_i:hover{transform: scale(1.1);}

.hi_case{background-color: #f4f8fd;}
.hi_case_c{padding: 100px 0;}
.hi_case_c>h1{font-size: 30px;font-weight: bold;text-align: center;}
.hi_case_c>p{text-align: center;font-size: 16px;color: #666;margin-top: 30px;}
.hi_case_w{margin: 80px 0 40px;}
.hi_case_wi{display: flex;justify-content: space-between;}
.hi_case_wil{width: 890px;}
.hi_case_wil>img{width: 100%;height: 466px;object-fit: cover;}
.hi_case_wir{flex: 1;background: url('/images/28.jpg') no-repeat right;background-size: cover;position: relative;padding: 40px 40px 0;}
.hi_case_wir>h1{font-size: 20px;font-weight: bold;color: #333;}
.hi_case_wir>p{font-size: 16px;color: #666;margin-top: 40px;line-height: 2;}
.hi_case_wir>a{position: absolute;bottom: 20px;right: 20px;padding: 0 46px;height: 36px;line-height: 36px;background-color: #eee;border-radius: 10px;transition: .3s;}
.hi_case_wir>a:hover{background-color: var(--base);color: #fff;}
.hi_case_v{padding: 0 60px;}
.hi_case_vi{margin: 0 10px;border: 2px solid #eee;}
.hi_case_vi>img{width: 100%;height: 160px;object-fit: cover;}
.hi_case_a{border: 2px solid var(--base);}
.hi_arrow{position: absolute;top: 0;background-color: var(--base);color: #fff;font-size: 40px;height: 160px;line-height: 160px;font-family: monospace,serif;padding: 0 15px;}
.slick_prev.hi_arrow{left: 0;}
.slick_next.hi_arrow{right: 0;}

.hi_core_c{padding: 100px 0;}
.hi_core_c>h1{font-size: 30px;font-weight: bold;text-align: center;}
.hi_core_c>p{text-align: center;font-size: 16px;color: #666;margin-top: 30px;}
.hi_core_w{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 60px;}
.hi_core_i{width: 48%;display: flex;justify-content: space-between;background-color: #f4f8fd;margin-bottom: 40px;}
.hi_core_l{overflow: hidden;width: 266px;}
.hi_core_l>img{transition: .3s;width: 100%;height: 320px;object-fit: cover;}
.hi_core_r{padding: 30px;flex: 1;}
.hi_core_r>h1{font-size: 20px;font-weight: bold;color: #333;}
.hi_core_r>p{font-size: 14px;color: #666;line-height: 2;margin-top: 20px;}
.hi_core_i:hover h1{color: var(--base);}
.hi_core_i:hover img{transform: scale(1.1);}

@media screen and (max-width: 766px) {
    .hj_banner>img{height: 14rem;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%;margin-top: 2rem;}
    .hj_desc_l>h1{font-size: 2rem;}
    .hj_desc_l>p{font-size: 1.6rem;}
    .hj_desc_l>img{width: 100%;margin-top: 2rem;}

    .hj_coop_c{padding: 6rem 0;}
    .hj_coop_c>h1{font-size: 2.6rem;}
    .hj_coop_c>p{font-size: 1.6rem;margin-top: 2rem;line-height: 2;}
    .hj_coop_i{width: 48%;padding: 1.5rem;margin-bottom: 2rem;height: 10rem;}
    .hj_coop_i>div>h1{font-size: 1.6rem;}
    .hj_coop_i>div>p{font-size: 1.2rem;}

    .hi_core_c{padding: 6rem 0;}
    .hi_core_c>h1{font-size: 2.6rem;}
    .hi_core_c>p{font-size: 1.6rem;line-height: 2;margin-top: 2rem;}
    .hi_core_w{margin-top: 2rem;}
    .hi_core_i{flex-direction: column;}
    .hi_core_l{width: 100%;}
    .hi_core_l>img{height: unset;}
    .hi_core_r{padding: 1.5rem;}
    .hi_core_r>h1{font-size: 1.6rem;}
    .hi_core_r>p{font-size: 1.4rem;line-height: 1.5;}

    .hi_case_c{padding: 6rem 0;}
    .hi_case_c>h1{font-size: 2.6rem;}
    .hi_case_c>p{font-size: 1.6rem;line-height: 2;margin-top: 2rem;}
    .hi_case_w{margin: 4rem 0;}
    .hi_case_wi{flex-direction: column;}
    .hi_case_wil{width: 100%;}
    .hi_case_wil>img{height: unset;}
    .hi_case_wir{padding: 2rem 2rem 6rem;}
    .hi_case_wir>h1{font-size: 1.8rem;}
    .hi_case_wir>p{font-size: 1.6rem;margin-top: 1rem;}
    .hi_case_wir>a{padding: 0 2rem;}
    .hi_case_vi{margin: 0;border-width: 1px;}
    .hi_case_v{padding: 0 5rem;}
    .hi_arrow{padding: 0 1rem;font-size: 4rem;height: 16rem;line-height: 16rem;;}
    .hi_case_a{border-width: 1px;}
    .hi_case_vi>img{height: 16rem;}
}

