/* head */
.head_top{
    height: .29rem;
    background: #e11b30;
    position: relative;
}
.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 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: #fff;
    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 .head_nav{
    margin-right: .1rem;
    color:#fff;
}
.head_top .head_top_box .head_top_nav .head_nav a{
    color:#fff;
    line-height: 1;
    padding: 0 .06rem;
    position: relative;
    border-right: 1px solid #fff;
}
.head_top .head_top_box .head_top_nav .head_nav a:hover{
	color:red !important;
}
.head_top .head_top_box .head_top_nav .head_nav a:last-child{
    border:none;
}
.head_top .head_top_box .head_top_nav a{
    padding:0 .08rem;
    position: relative;
}
.head_top .head_top_box .head_top_nav a:last-child:after{
    display: none;
}
.geol_top_zz{
    height: 1.29rem;
}
.geol_top_box{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}
.geol_top{
    background: #fff;
    height: 1rem;
}
.geol_top_content{
    width: 15rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.geol_top_content_logo{
    max-width: 2.35rem;
}
.geol_top_content_logo img{
    width: auto;
    max-width: 100%;
    max-height: 0.9rem;
}
.geol_top_content_list{
    display: flex;
    align-items: center;
    height: 100%;
}
.geol_top_content_list .top_nav_li{
    text-align: center;
}
.geol_top_content_list .top_nav_li a{
    padding: 0 .2rem;
    display: block;
    width: 100%;
    line-height: 1rem;
    box-sizing: border-box;
    color:#323232;
    font-size: .16rem;
    position: relative;
}
.geol_top_content_list .top_nav_li.active a,.geol_top_content_list .top_nav_li a:hover{
    background: #E11B30;
    color:#fff;
}
.geol_top_content_phone{
    height: 100%;
    padding: 0 .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#323232;
}
.geol_top_content_phone .tit{
    font-size: .14rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 0.05rem;
}
.geol_top_content_phone .tit i{
    width: .18rem;
    height: .18rem;
    background: url(../images/tel.png)no-repeat center/100% 100%;
    margin-right: .06rem;
}
.geol_top_content_phone p{
    font-size: .2rem;
    font-weight: bold;
    font-family: 'Microsoft YaHei', sans-serif;
}
.geol_top_navbtn{
    display: none;
}
@media screen and  (max-width: 1500px) {
    .geol_top_content{
        width: 100%;
        position: relative;
    }
    .geol_top_content_list .top_nav_li a{
        min-width:auto;
    }
}
@media screen and (max-width: 1100px) {
    .geol_top_content_list .top_nav_li a{
        padding: 0 .03rem;
    }
}
@media screen and (max-width: 800px){
    .geol_top_content_phone{
        display: none;
    }
}
@media screen and  (max-width: 750px){
    .head_top{
        display: none;
    }
    .geol_top{
        background: #F7D7B2 !important;
    }
    .geol_top_zz{
        display: block;
    }
    .geol_top_content_list{
        display: none;
    }
    .geol_top,.geol_top_zz{
        height: 1rem;
        display: block;
    }
    .geol_top_content_logo{
        width: auto;
        margin-left: .2rem;
    }
    .geol_top_content_logo img{
        width: auto;
        height: .6rem;
        max-height: revert;
        max-width: revert;
    }
    .geol_top_navbtn{
        display: block;
        position: absolute;
        width: .8rem;
        height: 1rem;
        background: url(../images/jl-common-cate.png)no-repeat center/.4rem;
        right: 0;
        top: 0;
    }
    .geol_top_content_list.attr{
        display: flex;
        position: fixed;
        top: 1rem;
        left: 0;
        background: rgba(0, 0, 0,0.8);
        padding: .2rem;
        align-items: flex-start;
        flex-wrap: wrap;
        height: auto;
    }
    .geol_top_content_list .top_nav_li{
        margin: 0;
        width: calc(100% / 3);
        margin-bottom: .1rem;
    }
    .geol_top_content_list .top_nav_li a::after{
        display: none;
    }
    .geol_top_content_list .top_nav_li a{
        color: #F5D1A7;
        font-size: .28rem;
    }
    .geol_top_content_list .top_nav_li.active a{
        font-weight: bold;
    }
}
