.qh_head{position: fixed;top: 0;left: 0;right: 0;z-index: 10;transition: .3s;}
.qh_head_c{height: 120px;display: flex;align-items: center;justify-content: space-between;}
.qh_head_l{display: flex;align-items: center;}
.qh_head_l>a>img:last-child{display: none;}

.qh_head_r{display: flex;height: 100%;}
.qh_head_ri{position: relative;text-align: center;padding: 0 20px;}
.qh_head_ri>a{display: inline-block;line-height: 120px;transition: .3s;font-size: 16px;color: #fff;}
.qh_head_a{}
.qh_head_a>a{color: var(--base);font-weight: bold;}
.qh_head_menu{margin-left: 50px;cursor: pointer;}

.qh_head_white{background-color: #fff;box-shadow: 0 0 10px 0 #eee;}
.qh_head_white .qh_head_ri>a{color: #333;}
.qh_head_white .qh_head_a>a{color: var(--base);}
.qh_head_white .qh_head_l>a>img:first-child{display: none;}
.qh_head_white .qh_head_l>a>img:last-child{display: inline;}

/* .qh_head_rr{position: relative;}
.qh_head_rr>img{padding: 20px 0 20px 60px;}
.qh_head_sear{padding: 20px 50px 30px;width: 316px;position: absolute;display: none;top: 100%;right: 0;width: auto;background-color: #fff;border-radius: 15px;box-shadow: 0 0 10px 0 #eee;}
.qh_head_se{border-bottom: 1px solid #eee;display: flex;justify-content: space-between;align-items: center;}
.qh_head_se>select{background-color: var(--base);color: #fff;height: 30px;padding: 0 5px;margin-right: 15px;border-radius: 5px;}
.qh_head_se>input{height: 50px;color: #333;}
.qh_head_se>img{cursor: pointer;} */

.qh_head_ex{position: absolute;top: 90%;left: 50%;transform: translateX(-50%);z-index: 2;display: none;overflow: hidden;box-shadow: 0 1px 12px 1px #eee;padding-top: 2px;background-image: linear-gradient(to right,#1580c2,#31ab44)}
.qh_head_exc{background-color: #fff;padding: 10px 0;}
.qh_head_exc>a{color: #666;font-size: 13px;display: block;text-align: center;height: 40px;line-height: 40px;transition: .3s;padding: 0 30px;white-space: nowrap;}
.qh_head_exc>a:hover{background-color: var(--base);color: #fff;}

/* .qh_head_prod{position: absolute;top: 100%;left: -200px;z-index: 2;background-color: #fff;display: none;overflow: hidden;box-shadow: 0 1px 12px 1px #eee;width: 740px;padding: 40px;text-align: left;}
.qh_head_pi{margin-bottom: 20px;}
.qh_head_pi>a{font-size: 16px;color: #333;font-weight: 500;border-left: 5px solid var(--base);padding-left: 10px;}
.qh_head_pii{margin-top: 10px;}
.qh_head_pii>a{margin-right: 30px;white-space: nowrap;line-height: 2;}
.qh_head_pii>a:hover{color: var(--base);} */

/* .qh_head_over{position: absolute;left: 0;top: 100%;right: 0;z-index: 2;background-color: #f9f9f9;overflow: hidden;box-shadow: 0 1px 12px 1px #eee;width: 100%;text-align: left;}
.qh_head_oc{display: flex;flex-wrap: wrap;align-items: flex-start;padding: 40px 0;}
.qh_over_oi{display: none;}
.qh_head_oc>h1{padding-left: 20px;border-left: 3px solid var(--base);font-size: 24px;color: var(--base);margin-right: 40px;}
.qh_head_oc>h1>p{font-size: 14px;color: #666;margin-top: 6px;}
.qh_head_oii{text-align: center;width: 180px;margin-right: 20px;}
.qh_head_oii>img{width: 100%;}
.qh_head_oii>h1{font-size: 14px;background-color: var(--base);color: #fff;height: 40px;line-height: 40px;} */
/* .qh_head_oii:hover h1{color: var(--base);} */

.qh_foot{background-color: #2e3033;color: #fff;}
.qh_foot_c{}
.qh_foot_t{display: flex;justify-content: space-between;align-items: flex-start;padding: 50px 0 30px;border-bottom: 1px solid #585c5e;}
.qh_foot_tl{display: flex;}
.qh_foot_ti{margin-right: 30px;}
.qh_foot_ti:last-child{margin-right: 0;}
.qh_foot_ti>h1{color: #f0f0f0;font-size: 16px;font-weight: 400;margin-bottom: 15px;}
.qh_foot_ti>a{color: #999;font-size: 14px;display: block;line-height: 2;}
.qh_foot_tm{}
.qh_foot_tmt{display: flex;border-top: 1px solid #999;border-bottom: 1px solid #999;padding: 20px 10px;background-color: #363b3e;}
.qh_foot_tmr{margin-left: 10px;}
.qh_foot_tmr>p{color: #b9b3aa;}
.qh_foot_tmr>h1{color: #eee;font-size: 22px;}
.qh_foot_tmb{display: flex;justify-content: space-evenly;align-items: center;padding: 20px 10px;}
.qh_foot_tr{text-align: center;}
.qh_foot_tr>p{line-height: 3;color: #eee;}
.qh_foot_b{display: flex;justify-content: center;padding: 20px 0;color: #d2d6d9;}
.qh_foot_b>p{margin-right: 20px;}

/* .qh_title{text-align: center;padding: 30px 0;}
.qh_title>h1{font-size: 30px;font-weight: 600;}
.qh_title>h1>span{color: var(--base);}
.qh_title>span{display: inline-block;width: 65px;height: 5px;background-color: var(--base);margin-top: 30px;}
.qh_title>p{font-size: 16px;margin-top: 20px;} */

/* .qh_top{display: flex;justify-content: space-between;align-items: center;margin-top: 60px;padding-bottom: 20px;border-bottom: 2px solid #dedede;}
.qh_top_l{}
.qh_top_l>span{width: 20px;height: 60px;background-color: var(--base);float: left;margin-right: 20px;margin-top: 10px;}
.qh_top_l>h1{font-size: 30px;font-weight: bold;color: var(--base);white-space: nowrap;}
.qh_top_l>p{font-size: 18px;font-weight: bold;line-height: 2;} */

.qh_nav{background-color: #f3f3f3;}
.qh_nav_c{display: flex;justify-content: space-between;align-items: center;line-height: 70px;}
.qh_nav_lc>img{width: 20px;vertical-align: text-bottom;margin-right: 10px;}
.qh_nav_lc>span{margin: 0 10px;font-family: monospace,serif;color: #999;}
.qh_nav_a{color: var(--base);font-weight: bold;} 
.qh_nav_rc{display: flex;}
.qh_nav_rc>a{font-size: 16px;cursor: pointer;transition: .3s;line-height: 70px;padding: 0 24px;}
.qh_nav_rc> .qh_cate_a{background-image: linear-gradient(135deg,#188dd0,#32b856);color: #fff;}


/* .qh_cate{display: flex;}
.qh_cate>a{font-size: 14px;cursor: pointer;white-space: nowrap;transition: .3s;height: 42px;line-height: 42px;color: #333;flex: 1;text-align: center;border-radius: 10px;border: solid 1px #737373;padding: 0 30px;margin-left: 30px;}
.qh_cate> .qh_cate_a{background-color: var(--base);color: #fff;border-color: var(--base);}

.qh_nav{background-color: #f7f7f7;}
.qh_nav_c{height: 70px;display: flex;align-items: center;}
.qh_nav_c>img{margin-right: 10px;}
.qh_nav_c>a{}
.qh_nav_c>span{margin: 0 10px;font-family: monospace,serif;color: #999;}
.qh_nav_a{color: var(--base);font-weight: bold;} */

/* .qh_tact{width: 100%;position: relative;background-color: var(--base);color: #feffff;padding: 60px 0;}
.qh_tact>h1{text-align: center;font-size: 30px;}
.qh_tact_c{display: flex;justify-content: space-between;margin-top: 60px;}
.qh_tact_i{transition: .3s;text-align: center;}
.qh_tact_i>h1{margin-top: 20px;line-height: 2;font-size: 18px;}
.qh_tact_i:hover{transform: scale(1.1);} */

/* .qh_banner_w{display: flex;flex-direction: column;position: absolute;left: 0;top: 0;bottom: 0;right: 0;align-items: center;justify-content: center;color: #fff;}
.qh_banner_w>h1{font-size: 40px;font-weight: 600;}
.qh_banner_w>p{margin: 20px 0 40px;font-size: 14px;width: 700px;line-height: 2;text-align: center;}
.qh_banner_w>span{width: 60px;height: 7px;display: inline-block;background-color: var(--base);} */

.qh_nv{margin-top: 60px;width: 100%;padding: 0 0 60px;}
.qh_nv_c{display: flex;justify-content: space-between;align-items: center;gap: 40px;}
.qh_nv_c>a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;line-height: 2;}
.qh_nv_c>a:hover{color: var(--base);}

.qh_aside{position: fixed;right: 20px;top: 40vh;z-index: 10;}
.qh_aside_i{position: relative;cursor: pointer;transition: .3s;margin-bottom: 18px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
[totop]{margin-top: 20vh;}
.qh_aside_i>img{margin-bottom: 10px;}
.qh_aside_i>img:nth-child(2){display: none;}
.qh_aside_i>span{color: #fff;}
.qh_aside_i:hover>img:first-child{display: none;}
.qh_aside_i:hover>img:nth-child(2){display: inline;}
.qh_aside_r{position: absolute;right: calc(100% + 20px);top: 0;display: none;width: 206px;padding: 12px;background-color: #fff;box-shadow: 0 0 10px -3px #ddd;text-align: center;font-size: 15px;color: #6a6a6a;font-weight: bold;border-radius: 10px;}
.qh_aside_r>img{width: 100%;}
.qh_aside_i:hover >.qh_aside_r{display: block;}

/* .qh_out{padding: 1px 0;background-color: #f7f7f7;}
.qh_cont{display: flex;justify-content: space-between;margin: 0 auto 50px;width: var(--lg);}
.qh_left{width: 22%;background-color: #fff;overflow: hidden;}
.qh_left_t{padding: 22px 16px;background-color: var(--base);color: #fff;}
.qh_left_t>h1{font-size: 24px;font-weight: bold;}
.qh_left_t>p{font-size: 16px;margin-top: 10px;}
.qh_left_l{padding: 10px 0;}
.qh_left_l>a{display: block;line-height: 50px;background-color: #fff;padding: 0 20px;cursor: pointer;border-left: 8px solid #fff;}
.qh_left_l>.qh_left_a{background-color: #f7f7f7;border-color: var(--base);}
.qh_left_i{margin-bottom: 10px;}
.qh_left_i>a{background-color: #f7f7f7;border-left: 10px solid var(--base);height: 50px;line-height: 50px;display: block;padding-left: 24px;font-size: 16px;cursor: pointer;}
.qh_left_i>a>i{font-family: monospace,serif;float: right;font-style: normal;padding: 18px 10px;color: var(--base);line-height: 1;transition: .3s;}
.qh_left_ii{padding: 10px 0;display: none;}
.qh_left_ii>a{display: block;height: 46px;line-height: 46px;font-size: 14px;padding-left: 34px;color: #474747;cursor: pointer;}
.qh_left_ii>.qh_left_ia{background-color: var(--base);color: #fff;position: relative;}
.qh_left_ii>.qh_left_ia::before{content: '';width: 9px;height: 100%;position: absolute;left: 0;background-color: var(--base);}
.qh_right{width: 74%;background-color: #fff;} */


@media screen and (max-width: 766px){
    /* .qh_head{height: 6rem;} */
    .qh_head_c{height: 6rem;}
    .qh_head_l>a{padding: 1rem 0;}
    .qh_head_l>a>img{height: 5rem;}

    .qh_head_menu{width: 3rem;}
    .qh_head_menu>img{width: 100%;}

    .qh_head_r{position: fixed;top: 0;left: 0;background-color: #fff;flex-direction: column;padding: 50px 0;z-index: 100;transition: unset;display: none;margin: 0;width: 100%;height: 100%;}
    .qh_head_r>i{position: absolute;top: 20px;right: 20px;font-size: 30px;font-weight: bold;font-style: normal;line-height: 1;color: #666;}
    .qh_head_ri{margin: 0;padding: 0;width: 100%;height: 6rem;}
    .qh_head_ri>a{width: 100%;text-align: center;color: #999;height: 6rem;line-height: 6rem;margin: 0;padding: 0;font-size: 1.5rem;}
    .qh_head_ri>a>h1{font-weight: 400;font-size: 1.8rem;}
    .qh_head_a>a{color: var(--base);font-weight: bold;}
    .qh_head_exc{display: none;}

    .qh_foot_t{flex-direction: column;align-items: center;}
    .qh_foot_b{flex-direction: column;align-items: center;line-height: 2;padding: 2rem 0;}
    .qh_foot_b>p{text-align: center;}
    

    .qh_title{padding: 3rem 0;}
    .qh_title>h1{font-size: 2.6rem;}
    .qh_title>p{font-size: 1.6rem;margin-top: 1rem;}
    .qh_title>span{margin-top: 2rem;}
    
    .qh_nav{}
    
    .qh_cont{margin: 0 0 6rem;flex-direction: column;width: 100%;}
    .qh_left{width: 100%;border-radius: 0;overflow: auto;}
    .qh_left_t{display: none;}
    .qh_left_l{padding: 0;display: flex;width: 200vw;}
    .qh_left_i{margin-bottom: 0;}
    .qh_left_i>a{display: none;}
    .qh_left_ii{display: flex;padding: 2rem 0;}
    .qh_left_ii>a{padding: 0 2rem;height: 4rem;line-height: 4rem;}
    .qh_right{padding: 0 1.5rem;width: 100%;margin-top: 3rem;}

    .qh_nav_l{display: none;}
    .qh_nav_r{width: 100%;overflow: auto;}
    .qh_nav_rc{width: 100%;}
    .qh_nav_rc>a{font-size: 1.6rem;line-height: 7rem;}

}