.sh_head{position: fixed;top: 0;left: 0;right: 0;z-index: 10;height: 60px;transition: .3s;background-color: #fff;}
.sh_head_c{display: flex;justify-content: space-between;height: 100%;}
.sh_head_l{}
.sh_head_l>a{padding: 6px 34px;display: block;background-color: #fff;border-radius: 0 0 20px 20px;}
.sh_head_l>a>img{transition: .3s;}
.sh_head_r{display: flex;align-items: center;font-size: 14px;}
.sh_head_r>i{color: var(--base);font-style: normal;}
.sh_head_ri{text-align: center;position: relative;height: 100%;display: flex;align-items: center;margin-left: 40px;}
.sh_head_ri>a{color: #333;font-size: 16px;line-height: 58px;display: inline-block;height: 58px;width: 100%;}
.sh_head_ri:hover>a{color: var(--base);}
.sh_head_a a{color: var(--base);font-weight: bold;}
.sh_head_menu{margin-left: 50px;cursor: pointer;}

/* .sh_head_white{background-color: #fff;box-shadow: 0 0 10px 1px #eee;height: 100px;}
.sh_head_white .sh_head_l img{height: 60px;} */

/* .sh_head_exc{position: absolute;top: 100%;left: -30px;right: -30px;z-index: 2;background-color: #fff;display: none;overflow: hidden;box-shadow: 0 1px 12px 1px #eee;}
.sh_head_exc>a{color: #666;font-size: 13px;display: block;text-align: center;height: 50px;line-height: 50px;transition: .3s;}
.sh_head_exc>a:hover{background-color: var(--base);color: #fff;} */

.sh_foot_t{border-top: 10px solid var(--base);}
.sh_foot_tc{display: flex;justify-content: space-between;align-items: center;padding: 38px 0;}
.sh_foot_tm{margin-right: 300px;}
.sh_foot_tm>h1{font-size: 28px;color: var(--base);}
.sh_foot_tm>p{font-size: 20px;line-height: 2;color: #999;}
.sh_foot_tr{display: flex;}
.sh_foot_ti{text-align: center;margin-left: 20px;}
.sh_foot_ti>img{height: 100px;}
.sh_foot_ti>p{text-align: center;margin-top: 10px;}
.sh_foot_b{padding: 40px 0;background-color: #333;color: #fff;text-align: center;}
.sh_foot_b>h1{line-height: 2;font-weight: bold;font-size: 30px;}
.sh_foot_b>p{line-height: 2;font-weight: bold;font-size: 14px;}

.sh_cont{display: flex;justify-content: space-between;margin: 60px auto;align-items: flex-start;width: var(--lg)}
.sh_left{width: 22%;background-color: #efefef;overflow: hidden;}
.sh_left_t{background: url('/images/9.png') no-repeat center;background-size: cover;color: #fff;padding: 20px;}
.sh_left_t>h1{font-size: 28px;font-weight: bold;}
.sh_left_t>p{color: #ddd;font-size: 16px;line-height: 2;}
.sh_left_l{padding: 23px 15px;}
.sh_left_lc>a{display: block;height: 50px;line-height: 50px;font-size: 16px;padding: 0 15px;color: #333;cursor: pointer;}
.sh_left_lc>.sh_left_a{background-image: linear-gradient(-3deg, #44a27b 0%, #0c774f 100%), linear-gradient(#00744a, #00744a);color: #fff;}
.sh_right{width: 74%;}
.sh_right>h1{border-bottom: 1px solid #e5e5e5;}
.sh_right>h1>span{background-color: var(--base);color: #fff;font-size: 16px;padding: 0 20px;height: 42px;line-height: 42px;display: inline-block;}


.sh_title{text-align: center;}
.sh_title>h1{font-size: 36px;color: #333;}
.sh_title>p{font-size: 18px;color: #707070;margin-top: 24px;}
.sh_title>span{width: 50px;height: 5px;background-color: var(--base);display: inline-block;margin-top: 26px;}

.sh_nav{border-bottom: 1px solid #eee;}
.sh_nav_c{height: 70px;display: flex;align-items: center;}
.sh_nav_c>a{}
.sh_nav_c>span{margin: 0 10px;}
.sh_nav_c>a>img{vertical-align: middle;margin-right: 5px;width: 30px;}
.sh_nav_a{color: var(--base);}



@media screen and (max-width: 766px){
    .sh_head{height: 6rem;}
    .sh_head_c{width: 100%;height: 6rem;padding: 0 20px;align-items: center;}
    .sh_head_l>a{padding: 0;}
    .sh_head_l>a>img{height: 4rem;}

    .sh_head_menu{width: 3rem;}
    .sh_head_menu>img{width: 100%;}

    .sh_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;}
    .sh_head_r>i{position: absolute;top: 20px;right: 20px;font-size: 30px;font-weight: bold;font-style: normal;line-height: 1;color: #666;}
    .sh_head_ri{margin: 0;padding: 0;}
    .sh_head_ri>a{width: 100%;text-align: center;color: #999;height: 5rem;line-height: 5rem;margin: 0;font-size: 1.6rem;}
    .sh_head_a>a{color: var(--base);border: 0;}
    .sh_head_ri{height: 6rem;}
    .sh_head_exc{display: none;}

    .sh_foot_tc{flex-direction: column;}
    .sh_foot_ti:first-child{margin-left: 0;}
    .sh_foot_tm{margin: 1.5rem 0;text-align: center;}
    .sh_foot_tm>h1{font-size: 2.0rem;}
    .sh_foot_tm>p{font-size: 1.8rem;}
    .sh_foot_b>p{font-size: 1.4rem;}
    
    .sh_nav{display: none;}
    .sh_cont{margin: 0 0 6rem;flex-direction: column;width: 100%;}
    .sh_left{width: 100%;border-radius: 0;}
    .sh_left_t{display: none;}
    .sh_left_l{padding: 0 1.5rem;width: 100%;overflow: auto;}
    .sh_left_lc{width: 100%;display: flex;align-items: center;height: 7rem;}
    .sh_left_lc>a{margin-bottom: 0;height: 5rem;line-height: 5rem;padding: 0 1.5rem;font-size: 1.4rem;}
    .sh_right{padding: 0 1.5rem;width: 100%;margin-top: 3rem;}

}