.hw_head{position: fixed;top: 0;left: 0;right: 0;z-index: 10;background-color: var(--base);}
.hw_head_c{display: flex;justify-content: space-between;align-items: center;height: 110px;transition: .3s;overflow: hidden;}
.hw_head_l>a>img{transition: .3s;height: 92px;}
.hw_head_l>i{margin-left: 20px;color: #474747;font-size: 20px;}

.hw_head_r{display: flex;height: 100%;justify-content: space-between;}
.hw_head_ri{text-align: center;position: relative;height: 100%;display: flex;align-items: center;padding: 0 20px;}
.hw_head_ri>a{color: #fff;font-size: 16px;display: inline-block;width: 100%;}
.hw_head_ri>span{position: absolute;bottom: 0;width: 50px;left: 50%;transform: translateX(-50%);height: 2px;background-color: var(--base);display: none;}
.hw_head_a{background-color: #ffa800;}
.hw_head_a a{color: #fff;}
.hw_head_menu{margin-left: 50px;cursor: pointer;}

/* .hw_head_br{position: relative;}
.hw_head_br>img{padding: 20px 0 20px 40px;}
.hw_head_sear{padding: 20px 50px 30px;width: 316px;position: absolute;display: none;top: 100%;right: 0;width: auto;background-color: #fff;border-radius: 15px;}
.hw_head_se{border-bottom: 1px solid #eee;display: flex;justify-content: space-between;align-items: center;}
.hw_head_se>select{background-color: var(--base);color: #fff;height: 30px;padding: 0 5px;margin-right: 15px;border-radius: 5px;}
.hw_head_se>input{height: 50px;color: #333;}
.hw_head_se>img{cursor: pointer;} */

.hw_head_short .hw_head_c{height: 80px;}
.hw_head_short .hw_head_l>a>img{height: 60px;}


.hw_head_exc{position: absolute;top: 100%;left: 0;right: 0;z-index: 2;background-color: #fff;display: none;overflow: hidden;box-shadow: 0 1px 12px 1px #eee;}
.hw_head_exc>a{color: #666;font-size: 13px;display: block;text-align: center;height: 50px;line-height: 50px;transition: .3s;}
.hw_head_exc>a:hover{background-color: var(--base);color: #fff;}

.hw_foot{background-image: linear-gradient(-75deg, #059add 0%, #1266d8 100%), linear-gradient(#1266d8, #1266d8);}
.hw_foot_t{color: #fefefe;}
.hw_foot_tc{display: flex;justify-content: space-between;align-items: center;padding: 70px 0 50px;}
.hw_foot_tm{display: flex;}
.hw_foot_tmi{text-align: center;padding: 0 20px;font-size: 12px;color: #8bc5ff;}
.hw_foot_tmi>p{line-height: 2;}
.hw_foot_trt{display: flex;justify-content: space-between;margin-bottom: 40px;}
.hw_foot_trt>a{font-size: 16px;}
.hw_foot_trb{}
.hw_foot_trb>p{display: inline-block;margin-left: 20px;}
.hw_foot_trb>p>img{margin: 0 10px;}
.hw_foot_b{color: #fefefe;}
.hw_foot_bc{text-align: center;padding: 20px 0;display: flex;justify-content: space-between;}

.hw_title{text-align: center;}
.hw_title>h1{font-size: 30px;font-weight: bold;}
.hw_title>span{display: inline-block;width: 65px;height: 5px;background-color: var(--base);margin-top: 30px;}

.hw_cate{background-color: #f4f8fd;}
.hw_cate_c{display: flex;justify-content: center;height: 80px;}
.hw_cate_c>a{color: #444;font-size: 16px;line-height: 80px;height: 80px;cursor: pointer;white-space: nowrap;transition: .3s;margin: 0 40px;}
.hw_cate_c> .hw_cate_a{border-bottom: 3px solid var(--base);color: var(--base);}

.hw_nav{background-color: #f4f8fd;}
.hw_nav_c{height: 70px;display: flex;align-items: center;}
.hw_nav_c>img{margin-right: 10px;}
.hw_nav_c>a{}
.hw_nav_c>span{margin: 0 10px;}
.hw_nav_a{color: var(--base);font-weight: bold;}

.hw_tact{width: 100%;position: relative;background-color: var(--base);color: #feffff;padding: 60px 0;}
.hw_tact>h1{text-align: center;font-size: 30px;}
.hw_tact_c{display: flex;justify-content: space-between;margin-top: 60px;}
.hw_tact_i{transition: .3s;text-align: center;}
.hw_tact_i>h1{margin-top: 20px;line-height: 2;font-size: 18px;}
.hw_tact_i:hover{transform: scale(1.1);}



@media screen and (max-width: 766px){
    .hw_head{height: 6rem;}
    .hw_head_c{width: 100%;height: 6rem;padding: 0 15px;align-items: center;}
    .hw_head_l>a{padding: 0;}
    .hw_head_l>a>img{height: 4rem;}
    .hw_head_short .hw_head_c{height: 100%;}
    .hw_head_short .hw_head_l>a>img{height: 4rem;}


    .hw_head_menu{width: 3rem;}
    .hw_head_menu>img{width: 100%;}

    .hw_head_r{position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: #fff;flex-direction: column;padding: 50px 0;z-index: 10000;transform: translateZ(100px);display: none;margin-right: 0;}
    .hw_head_r>i{position: absolute;top: 20px;right: 20px;font-size: 30px;font-weight: bold;font-style: normal;line-height: 1;color: #666;}
    .hw_head_ri{margin: 0;padding: 0;}
    .hw_head_ri>a{width: 100%;text-align: center;color: #999;height: 5rem;line-height: 5rem;margin: 0;font-size: 1.6rem;}
    .hw_head_a>a{color: #fff;border: 0;}
    .hw_head_ri{height: 6rem;}
    .hw_head_exc{display: none;}

    .hw_foot_tc{flex-direction: column;padding: 5rem 0 2rem;align-items: center;}
    .hw_foot_tr{margin-top: 4rem;}
    .hw_foot_trt{flex-wrap: wrap;justify-content: center;margin-bottom: 2rem;}
    .hw_foot_trt>a{padding: 0 10px;line-height: 2;font-size: 1.6rem;}
    .hw_foot_trb{line-height: 2;text-align: center;}
    .hw_foot_trb>p{margin: 0;}
    .hw_foot_trb>p>img{vertical-align: text-bottom;}
    .hw_foot_bc{flex-direction: column;padding: 2rem 0;}
    .hw_foot_bc>p{line-height: 2;text-align: center;}
    
    .hw_nav{display: none;}
    .hw_cont{margin: 0 0 6rem;flex-direction: column;width: 100%;}
    .hw_left{width: 100%;border-radius: 0;}
    .hw_left_t{display: none;}
    .hw_left_l{padding: 0 1.5rem;width: 100%;overflow: auto;}
    .hw_left_lc{width: 100%;display: flex;align-items: center;height: 7rem;}
    .hw_left_lc>a{margin-bottom: 0;height: 5rem;line-height: 5rem;padding: 0 1.5rem;font-size: 1.4rem;}
    .hw_right{padding: 0 1.5rem;width: 100%;margin-top: 3rem;}

    .hw_cate_c{height: 7rem;}
    .hw_cate_c>a{height: 7rem;line-height: 7rem;font-size: 1.6rem;}

    

}