.aa_list{}

.aa_base{}
.aa_base_c{padding: 100px 0;display: flex;justify-content: space-between;}
.aa_base_l{width: 46%}
.aa_base_l>h1{font-size: 48px;}
.aa_base_l>h2{font-size: 34px;color: #666;margin: 10px 0;}
.aa_base_l>p{color: #666;line-height: 2;font-size: 16px;padding: 10px 0;}
.aa_base_l>img{width: 100%;}
.aa_base_r{width: 46%;background: url('/images/about/1.jpg') no-repeat center;background-size: cover;position: relative;cursor: pointer;}
.aa_base_rw{position: absolute;bottom: 20px;right: 20px;background-color: var(--base);color: #fff;padding: 5px;border-radius: 22px;font-size: 12px;}
.aa_base_rw>img{}


.aa_his_t{background: url('/images/about/3.jpg') no-repeat center;background-size: cover;color: #fff;}
.aa_his_tc{padding: 60px 0;}
.aa_his_tc>h1{font-size: 36px;}
.aa_his_tc>p{font-size: 22px;margin-top: 14px;color: #ddd;}
.aa_his_bc{padding: 100px 0;}
.aa_his_w{border-bottom: 1px solid var(--base);}
.aa_his_i{text-align: center;font-size: 36px;transition: .3s;line-height: 100px;}
.aa_his_i.slick-center{font-size: 48px;color: var(--base);font-weight: 600;}
.aa_his_v{margin-top: 100px;}
.aa_his_v>p{text-align: center;max-width: 800px;margin: 0 auto;font-size: 20px;line-height: 2;height: 100px;}

.his_arrow{color: #fff;text-align: center;font-family: monospace,serif;position: absolute;bottom: -30px;z-index: 1;font-size: 30px;font-weight: 900;transition: .5s;width: 60px;height: 60px;line-height: 60px;border-radius: 50%;background-color: var(--base)}
.his_arrow.slick_prev{left: 0;}
.his_arrow.slick_next{right: 0;}

.aa_honor{}
.aa_honor_c{padding: 100px 0;}
.aa_honor_c>h1{font-size: 28px;line-height: 2;border-bottom: 2px solid var(--base);color: var(--base);display: inline-block;margin: 20px 0;}
.aa_honor_c>p{line-height: 2;font-size: 26px;font-weight: 600;}
.aa_honor_w{display: flex;align-items: center;gap: 40px;margin: 30px 0;}
.aa_honor_w>p{line-height: 2;color: #fff;background: url('/images/about/10.png') no-repeat center;background-size: contain;padding: 80px 70px;text-align: center;font-size: 22px;font-weight: 600;}
.aa_honor_v{display: flex;justify-content: space-between;margin-top: 40px;}
.aa_honor_i{display: flex;flex-direction: column;justify-content: center;align-items: center;width: 23%;border: solid 1px #ebebeb;height: 335px;padding: 0 20px;text-align: center;transition: .5s;}
.aa_honor_i>h1{font-size: 38px;color: var(--base);}
.aa_honor_i>span{border-top: 1px solid var(--base);width: 100px;display: inline-block;margin: 20px auto;}
.aa_honor_i>p{line-height: 2;font-size: 15px;}
.aa_honor_i:hover{background: url('/images/about/11.jpg') no-repeat center;background-size: cover;}
.aa_honor_i:hover >h1{color: #fff;}
.aa_honor_i:hover >p{color: #fff;}



@media screen and (max-width: 1200px) {
    /* .aa_item{padding: 8rem 0;} */

    .aj_banner>img{height: 100vh;}
    .aj_banner_v>img{width: 6rem;}

    .aa_base_c{flex-direction: column-reverse;gap: 4rem;}
    .aa_base_l{width: 100%;}
    .aa_base_l>h1{font-size: 3rem;}
    .aa_base_l>h2{font-size: 2rem;}
    .aa_base_l>p{font-size: 1.4rem;}
    .aa_base_r{width: 100%;height: 30rem;}

    .aa_his_tc>h1{font-size: 3rem;}
    .aa_his_tc>p{font-size: 2rem;line-height: 2;}

    .aa_his_i{font-size: 3rem;}
    .aa_his_i.slick-center{font-size: 3.2rem;}
    .aa_his_v>p{font-size: 1.6rem;}

    .aa_honor_c{padding: 6rem 0;}
    .aa_honor_c>h1{font-size: 3rem;}
    .aa_honor_c>p{font-size: 2rem;}
    .aa_honor_w{flex-wrap: wrap;justify-content: center;gap: 2rem;}
    .aa_honor_w>p{padding: 4rem;font-size: 1.6rem;line-height: 1.5;}
    .aa_honor_v{flex-direction: column;gap: 2rem;}
    .aa_honor_i{width: 100%;height: 20rem;}
    .aa_honor_i>h1{font-size: 3rem;}
    .aa_honor_i>p{font-size: 1.4rem;}
}