.lj_head{position: fixed;top: 0;left: 0;right: 0;z-index: 100;background-color: #fff;}
.lj_head_c{height: 100px;display: flex;align-items: center;justify-content: space-between;transition: .3s;}
.lj_head_l{display: flex;align-items: center;}
.lj_head_l>a>img{}
.lj_head_l>p{display: inline-block;margin-left: 20px;border-left: 1px solid #fff;padding-left: 20px;color: #fff;font-size: 16px;}

.lj_head_r{display: flex;justify-content: space-between;}
.lj_head_ri{position: relative;text-align: center;}
.lj_head_ri>a{display: inline-block;line-height: 42px;transition: .3s;color: #fff;font-size: 18px;padding: 0 20px;vertical-align: middle;width: 120px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.lj_head_ri>a>img{margin-right: 10px;padding-bottom: 4px;}
.lj_head_a{}
.lj_head_a>a{font-weight: bold;color: var(--base)}

.lj_head_menu{margin-left: 50px;cursor: pointer;}
/* .lj_head_lang>a{padding-left: 10px;} */

.lj_head_short.lj_head{background-color: #fff;box-shadow: 0px 1px 3px 0px #efefef;}
.lj_head_short .lj_head_c{}
.lj_head_short .lj_head_ri>a{color: #333;}
.lj_head_short .lj_head_l>p{color: #333;border-color: var(--base);}
.lj_head_short .lj_head_a>a{color: var(--base);}
/* .lj_head_short .lj_head_l>a>img:first-of-type{display: none;}
.lj_head_short .lj_head_l>a>img:last-of-type{display: inline;} */

/* .lj_head_rr{position: relative;}
.lj_head_rr>img{padding: 20px 0 20px 60px;}
.lj_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;}
.lj_head_se{border-bottom: 1px solid #eee;display: flex;justify-content: space-between;align-items: center;}
.lj_head_se>select{background-color: var(--base);color: #fff;height: 30px;padding: 0 5px;margin-right: 15px;border-radius: 5px;}
.lj_head_se>input{height: 50px;color: #333;}
.lj_head_se>img{cursor: pointer;} */

.lj_head_ex{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);z-index: 2;display: none;overflow: hidden;box-shadow: 2px 2px 6px 1px #eee;border-radius: 10px;;}
.lj_head_exc{background-color: #fff;}
.lj_head_exc>a{color: #666;font-size: 13px;display: block;text-align: center;height: 44px;line-height: 44px;transition: .3s;padding: 0 30px;white-space: nowrap;}
.lj_head_exc>a:hover{background-color: var(--base);color: #fff;}

/* .lj_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;}
.lj_head_oc{display: flex;flex-wrap: wrap;align-items: flex-start;padding: 40px 0;}
.lj_over_oi{display: none;}
.lj_head_oc>h1{padding-left: 20px;border-left: 3px solid var(--base);font-size: 24px;color: var(--base);margin-right: 40px;}
.lj_head_oc>h1>p{font-size: 14px;color: #666;margin-top: 6px;}
.lj_head_oii{text-align: center;width: 180px;margin-right: 20px;}
.lj_head_oii>img{width: 100%;}
.lj_head_oii>h1{font-size: 14px;background-color: var(--base);color: #fff;height: 40px;line-height: 40px;} */
/* .lj_head_oii:hover h1{color: var(--base);} */

.lj_foot{background-color: rgba(1,68,155,.86);color: #fff;}
.lj_foot_c{}
.lj_foot_t{padding: 60px 0 10px;display: flex;justify-content: space-between;}
.lj_foot_tl{}
.lj_foot_tl>h1{font-size: 32px;font-weight: bold;line-height: 2;}
.lj_foot_tl>p{font-size: 14px;color: #eee;line-height: 2;}
.lj_foot_ti{margin-left: 60px;}
.lj_foot_ti>h1{font-size: 18px;color: #fff;margin-bottom: 20px;}
.lj_foot_ti>a{display: block;font-size: 14px;color: #eee;line-height: 2;}
.lj_foot_tr{display: flex;}
.lj_foot_m{display: flex;justify-content: flex-end;align-items: flex-end;padding: 10px 0 30px;}
.lj_foot_mr>a{margin-left: 20px;}
.lj_foot_b{padding: 30px 0;display: flex;justify-content: space-between;align-items: center;border-top: 1px solid #666;color: #ddd;}


.lj_nav{box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.07);position: relative;z-index: 1;}
.lj_nav_c{display: flex;justify-content: space-between;align-items: center;}
.lj_nav_lc>img{width: 20px;vertical-align: text-bottom;margin-right: 10px;}
.lj_nav_lc>span{margin: 0 10px;font-family: monospace,serif;color: #999;}
.lj_nav_lc>a{line-height: 80px;font-size: 18px;}
.lj_nav_a{color: var(--base);font-weight: bold;} 
.lj_cate_c{display: flex;gap: 40px;}
.lj_cate_c>a{font-size: 18px;color: #666;cursor: pointer;transition: .3s;line-height: 80px;}
.lj_cate_c> .lj_cate_a{color: var(--base);font-weight: 600;border-bottom: 1px solid var(--base);}

/* .lj_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;}
.lj_banner_w>h1{font-size: 30px;font-weight: 600;}
.lj_banner_w>p{margin: 20px 0 40px;font-size: 14px;width: 700px;line-height: 2;text-align: center;}
.lj_banner_w>span{width: 60px;height: 7px;display: inline-block;background-color: var(--base);} */

.lj_nv{margin-top: 60px;width: 100%;padding: 0 0 60px;}
.lj_nv_c{display: flex;justify-content: space-between;align-items: center;gap: 40px;}
.lj_nv_c>a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;line-height: 2;}
.lj_nv_c>a:hover{color: var(--base);}

.lj_aside{position: fixed;right: 20px;top: 40vh;z-index: 10;border-radius: 10px;padding: 10px 0;background-color: #fff;box-shadow: 0 0px 10px 0px #efefef;}
.lj_aside_i{position: relative;cursor: pointer;transition: .3s;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 14px 20px;}
/* [totop]{height: 0;transition: .3s;} */
.lj_aside_i>img{}
.lj_aside_i>img:nth-child(2){display: none;}
/* .lj_aside_i>span{color: #fff;}    */
.lj_aside_i:hover>img:first-child{display: none;}
.lj_aside_i:hover>img:nth-child(2){display: inline;}
.lj_aside_r{position: absolute;right: calc(100% + 10px);top: 0;display: none;width: 206px;padding: 12px;color: var(--base);box-shadow: 0 0 10px -3px #ddd;text-align: center;font-size: 15px;font-weight: bold;background-color: #fff;}
.lj_aside_r>img{width: 100%;}
/* .lj_aside_i:hover{background-color: #218ac6;} */
.lj_aside_i:hover >.lj_aside_r{display: block;}

.lj_out{padding: 1px 0;background-color: #f7f7f7;}
.lj_cont{display: flex;justify-content: space-between;margin: 0 auto 100px;width: var(--lg);}
.lj_left{width: 22%;background-color: #fff;overflow: hidden;}
.lj_left_t{padding: 22px 26px;background-color: var(--base);color: #fff;}
.lj_left_t>h1{font-size: 18px;font-weight: bold;display: flex;justify-content: space-between;align-items: center;line-height: 1.5;}

.lj_left_i{margin-bottom: 2px;}
.lj_left_i>a{background-color: #fbfbfb;height: 50px;line-height: 50px;display: block;padding-left: 24px;font-size: 14px;cursor: pointer;}
.lj_left_i>a>i{font-family: monospace,serif;float: right;font-style: normal;padding: 20px 10px 0;color: var(--base);line-height: 1;transition: .3s;font-weight: 900;}
.lj_left_a>a{color: var(--base);font-weight: 600;}
.lj_left_ii{padding: 10px 0;display: none;background-color: #f6faff;}
.lj_left_ii>a{display: block;height: 40px;line-height: 40px;font-size: 12px;padding-left: 34px;color: #474747;cursor: pointer;}
.lj_left_ii>a:hover{background-color: var(--base);color: #fff;}
.lj_left_ii>.lj_left_ia{background-color: var(--base);color: #fff;position: relative;}
.lj_left_ii>.lj_left_ia::before{content: '';width: 9px;height: 100%;position: absolute;left: 0;background-color: var(--base);}

.lj_right{width: 74%;}




@media screen and (max-width: 766px){
    /* .lj_head{height: 6rem;} */
    .lj_head_c{height: 6rem;}
    .lj_head_l>a{padding: 1rem 0;}
    .lj_head_l>a>img{height: 4rem;}

    .lj_head_short .lj_head_c{height: 6rem;}

    .lj_head_menu{width: 3rem;}
    .lj_head_menu>img{width: 100%;}

    .lj_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%;}
    .lj_head_r>i{position: absolute;top: 20px;right: 20px;font-size: 30px;font-weight: bold;font-style: normal;line-height: 1;color: #666;}
    .lj_head_ri{margin: 0;padding: 0;width: 100%;height: 6rem;}
    .lj_head_ri>a{width: 100%;text-align: center;color: #999;height: 6rem;line-height: 6rem;margin: 0;padding: 0;font-size: 1.5rem;}
    .lj_head_ri>a>h1{font-weight: 400;font-size: 1.8rem;}
    .lj_head_a>a{color: var(--base);font-weight: bold;}
    .lj_head_exc{display: none;}

    .lj_foot_t{padding: 3rem 0;flex-direction: column;}
    .lj_foot_tl{width: 100%;}
    .lj_foot_tl>img{}
    .lj_foot_tl>h1{font-size: 2.6rem;}
    .lj_foot_tr{width: 100%;text-align: left;margin-top: 2rem;}
    .lj_foot_tr>h2{font-size: 1.4rem;line-height: 2;color: #aaa;margin-bottom: 1rem;}
    .lj_foot_tr>div{justify-content: center;}
    .lj_foot_tr>div>img{margin: 0 1rem;}
    .lj_foot_b{flex-direction: column;align-items: center;line-height: 2;padding: 2rem 0;font-size: 1.4rem;}
    .lj_foot_b>p{text-align: center;}
    
    .lj_title{padding: 3rem 0;}
    .lj_title>h1{font-size: 2.6rem;}
    .lj_title>p{font-size: 1.6rem;margin-top: 1rem;}
    .lj_title>span{margin-top: 2rem;}
    
    .lj_nav_l{display: none;}
    .lj_cate{overflow: auto;}
    .lj_cate_c{gap: 3rem;}
    .lj_cate_c>a{font-size: 1.4rem;}
    
    .lj_cont{margin: 0 0 6rem;flex-direction: column;width: 100%;}
    .lj_left{width: 100%;border-radius: 0;overflow: auto;}
    .lj_left_t{display: none;}
    .lj_left_l{padding: 0;display: flex;width: 200vw;}
    .lj_left_i{margin-bottom: 0;}
    .lj_left_i>a{display: none;}
    .lj_left_ii{display: flex;padding: 2rem 0;}
    .lj_left_ii>a{padding: 0 2rem;height: 4rem;line-height: 4rem;}
    .lj_right{padding: 0 1.5rem;width: 100%;margin-top: 3rem;}

    .lj_nv{margin-top: 5rem;flex-direction: column;padding: 2rem;}
    .lj_nv_l{width: 100%;}
    .lj_nv_l>a{width: 100%;line-height: 2;}
    .lj_nv_l>a:last-child{text-align: left;}
    .lj_nv_r{margin-top: 2rem;}
    .lj_nv_r>a{height: 4rem;line-height: 4rem;padding: 0 2rem;}

}