/* top */
.head_top{
    height: .38rem;
    background: #004098;
    position: relative;
    z-index: 10;
}
.head_top .head_top_box{
    width: 15rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_top .head_top_box .head_top_location{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    color:#fff;
    font-size: .14rem;
}
.head_top .head_top_box .head_top_location img{
    margin-right: .12rem;
}
.head_top .head_top_box a{
    color:#fff;
    transition: all .3s ease;
    font-size: .14rem;
}
.head_top .head_top_box a:hover{
    color:red;
}
.head_top .head_top_box .head_top_location ul{
    position: absolute;
    background: #004098;
    top: .38rem;
    width: 100%;
    display: none;
}
.head_top .head_top_box .head_top_location ul li{
    width: 100%;
    text-align: center;
}
.head_top .head_top_box .head_top_location ul li a{
    line-height: .28rem;
    font-size: .12rem;
}
.head_top .head_top_box .head_top_nav{
    font-size: .14rem;
    display: flex;
    align-items: center;
}
.head_top .head_top_box .head_top_nav a{
    padding:0 .08rem;
    position: relative;
}
.head_top .head_top_box .head_top_nav a::after{
    content: '';
    width: 1px;
    height: .14rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #666666;
}
.head_top .head_top_box .head_top_nav a:last-child:after{
    display: none;
}
.head_top .head_top_box .head_top_nav a .top_list_ewm{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .5rem;
    width: 1.5rem;
    padding: .1rem;
    background: #F5F5F5;
    border-radius: .05rem;
    z-index: 100;
    display: none;
}
.head_top .head_top_box .head_top_nav a:hover .top_list_ewm{
    display: block;
}
.head_top .head_top_box .head_top_nav a .top_list_ewm::after{
    content: '';
    left: 50%;
    transform: translateX(-50%);
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid #F5F5F5;
    top: -.08rem;
    position: absolute;
}
.head_top .head_top_box .head_top_nav a .top_list_ewm img{
    width: 100%;
    height: 100%;
    margin: 0;
}
/* 导航 */
header{
    height: .8rem;
    background: url(http://yun3.lehome114.com/attached/zqjl/image/admin/20260526/20260526161742_12461.webp)no-repeat center;
    box-shadow:0 0 .59rem rgba(0,0,0,.12);
    transition: all .3s ease;
}
header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
header .head_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15rem;
    margin: 0 auto;
    height: 100%;
}
header .head_box .head_box_logo{
    display: flex;
    align-items: center;
    height: 80%;
}
header .head_box .head_box_logo img{
    max-width: 4rem;
    height: 100%;
    object-fit: cover;
}
header .head_box .head_box_logo .logo_br{
    width: 1px;
    height: .46rem;
    background: #DCDCDC;
    margin: 0 .16rem 0 .2rem;
}
header .head_box .head_box_logo .logo_text h1,header .head_box .head_box_logo .logo_text p{
    font-size: .14rem;
    font-weight: 400;
    color:#444444;
    line-height: .14rem;
}
header .head_box .head_box_logo .logo_text p{
    color:#ECA900;
    padding-top: .08rem;
}
header .head_box .head_nav{
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: .2rem;
}
header .head_box .head_nav .head_nav_ul{
    display: flex;
    align-items: center;
    height: 100%;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li{
    height: 100%;
    line-height: .8rem;
    font-size: .16rem;
    padding: 0 .06rem;
    color:#333333;
    transition: all .1s ease;
    box-sizing: border-box;
    margin-right: .15rem;
    position: relative;
    white-space: nowrap;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li a{
    color:#333333;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li ol{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%; */
    top: .8rem;
    padding: .1rem .2rem;
    box-sizing: border-box;
    background: #fff;
    display: none;
    box-shadow:0 0 .59rem rgba(0,0,0,.12);
}
header .head_box .head_nav .head_nav_ul .nav_ul_li:hover ol{
    display: block;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li ol li{
    height: .4rem;
    line-height: .4rem;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li.attr>a{
    color:#004098;
    font-weight: 1000;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li a:hover{
    color:#004098;
    font-weight: 1000;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li:last-child{
    margin-right: 0;
}
header .head_box .head_nav .head_nav_ul .nav_ul_li.attr,header .head_box .head_nav .head_nav_ul .nav_ul_li:hover{
    color:#004098;
    border-bottom: 2px solid #004098;
}
.top_tle_head {
    text-align: center;
    font-size: .16rem;
    line-height: .16rem;
    color: #666666;
    position: relative;
    width: 2.2rem;
    margin: 0 auto;
}
.top_tle_head::before {
    content: "";
    width: .3rem;
    height: 2px;
    background: #ececec;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.top_tle_head::after {
    content: "";
    width: .3rem;
    height: 2px;
    background: #ececec;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
}
.top_tel .top_dianhua {
    margin-top: 0;
    font-size: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #004098;
    margin-left: .35rem;
    font-weight: 500;
}
.top_tel{
    flex-shrink: 0;
}
.head_box_zz{
    height: .8rem;
    display: none;
}
.head_box_zz.active{
    display: block;
}
.head_box_list_btn{
    display: none;
}

@media screen and (max-width: 1500px) {
    .head_top .head_top_box,header .head_box{
        width: 100%;
        margin-right: .06rem;
    }
    header .head_box .head_nav .head_nav_ul .nav_ul_li{
        font-size: .16rem;
    }
}
@media screen and (max-width: 1275px) {
    .top_tel{
        display: none;
    }
}
@media screen and (max-width: 750px) {
    header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
        background-size: cover;
        height: 1rem;
    }
    .head_top{
        display: none !important;
    }
    header .head_box{
        justify-content: center;
    }
    .head_box_zz{
        display: block;
        height: 1rem;
    }
    header .head_box .head_nav{
        display: none;
        position: absolute;
        top: 1rem;
        left: 0;
        width: 100%;
        flex-wrap: wrap;
        background: rgba(255,255,255,0.95);
        margin-left: 0;
        height: auto;
    }
    .head_box_list_btn{
        position: absolute;
        right: 0;
        top: 0;
        width: 1rem;
        height: 100%;
        background: url(../images/geo7_list_icon.png)no-repeat center/.42rem;
        display: block;
    }
    header .head_box .head_nav .head_nav_ul{
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        padding: .1rem;
        box-sizing: border-box;
    }
    header .head_box .head_nav .head_nav_ul .nav_ul_li{
        font-size: .28rem;
        width: 33.3%;
        margin: 0;
        text-align: center;
    }
    header .head_box .head_nav .head_nav_ul .nav_ul_li.attr,header .head_box .head_nav .head_nav_ul .nav_ul_li:hover{
        border: none;
    }
}