/* head */
.geotop_head{
    background:#f5f5f5;
    height: .39rem;
}
.geotop_head .geotop_head_box{
    width: 12.4rem;
    height: 100%;
    margin: 0 auto;
    font-size: .12rem;
    color:#323232;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.geotop_head .geotop_head_box .head_nav{
    margin-right: .1rem;
}
.geotop_head .geotop_head_box .head_nav a{
    color:#323232;
    line-height: 1;
    padding: 0 .06rem;
    position: relative;
    border-right: 1px solid #999;
}
.geotop_head .geotop_head_box .head_nav a:hover{
	color:#000 !important;
}
.geotop_head .geotop_head_box .head_nav a:last-child{
    border:none;
}
.geotop_head .geotop_head_box .head_phone{
    margin-bottom: .06rem;
}
.geotop_head .geotop_head_box .head_phone b{
    font-size: .2rem;
}
.cl-alitem{
    display: flex;
    align-items: center;
}
.geo_head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    border-bottom: 1px solid #E5E5E5;
}
.geo_inner{
    width: 12.4rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.geo_head .geo_inner .geo_headLogo {
    display: flex;
    flex-direction: column;
}
.geo_head .geo_inner .geo_headLogo img{
    max-width: 3rem;
    max-height: .7rem;
}
.geo_head .geo_inner .geo_headSearch{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: .02rem solid #E5E5E5;
    background: #F8F8F8;
    position: relative;
    height: .4rem;
    line-height: .4rem;
}
.geo_head .geo_inner .geo_headSearch .geo_select {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.3rem;
    padding: 0 .1rem;
    background: #F8F8F8;
    vertical-align: middle;
    outline: none;
    border: 0;
}
.geo_head .geo_inner .geo_headSearch .geo_top_text{
    width: 4rem;
    padding: 0 .1rem;
    height: .4rem;
    border: 2px solid #E5E5E5;
    background: #FFF;
    vertical-align: middle;
    outline: none;
}
.geo_head .geo_inner .geo_headSearch .geo_sub{
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: #E60012;
    z-index: 10;
    color: #FFF;
    font-size: .15rem;
    padding: 0 .2rem;
    cursor: pointer;
    border: none;
    vertical-align: middle;
    outline: none;
}
.geo_head .geo_inner .geo_headTel{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.geo_head .geo_inner .geo_headTel .geo_headTel_content{
    display: flex;
    flex-direction: column;
    text-align: right;
    line-height: 1.2;
    padding-left: .1rem;
}
.geo_head .geo_inner .geo_headTel .geo_headTel_content span{
    font-size: .15rem;
    color: #555;
}
.geo_head .geo_inner .geo_headTel .geo_headTel_content p{
    font-size: .26rem;
    font-weight: bold;
}
.geo_head .geo_inner .geo_headTel img{
    width: .3rem;
    margin-bottom: .04rem;
}
.geo_menubox_zz{
    height: .6rem;
    display: none;
}
.geo_menubox{
    display: flex;
    flex-direction: column;
    background: #FFF;
    position: relative;
    z-index: 9;
    transition: all .5s ease-in-out;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 5%);
}
.geo_menubox.xuanfu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.geo_menubox .geo_menubox_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: .6rem;
    width: 12.4rem;
    margin: 0 auto;
}
.geo_menubox .geo_menubox_content .geo_menubox_ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.geo_menubox .geo_menubox_content .geo_menubox_ul .geo_menubox_li{
    height: .6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.geo_menubox .geo_menubox_content .geo_menubox_ul .geo_menubox_li a{
    font-size: .18rem;
    display: inline-block;
}
.geo_menubox .geo_menubox_content .geo_menubox_ul .geo_menubox_li.on a,.geo_menubox .geo_menubox_content .geo_menubox_ul .geo_menubox_li:hover a{
    color: #E60012;
}
.geo_menubox .geo_menubox_content .geo_menubox_ul .geo_menubox_li.on::after{
    content: '';
    width: .26rem;
    height: 2px;
    background: #E60012;
    position: absolute;
    left: 50%;
    margin-left: -.13rem;
    bottom: 0;
}
@media screen and (max-width: 1240px) {
    .geo_menubox .geo_menubox_content,.geo_inner{
        width: 100%;
    }
}
@media screen and (max-width: 750px){
    .geo_head{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background: #fff;
        justify-content: center;
        box-shadow: 0px 12px 20px rgb(0 0 0 / 5%);
    }
    .geo_menubox_bg{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 4;
        display: none;
    }
    .geo_menubox_bg.active{
        display: block ;
    }
    .geo_inner{
        width: auto;
    }
    .geo_head .geo_inner .geo_headSearch,.geo_head .geo_inner .geo_headTel,.geo_menubox{
        display: none;
    }
    .geo_menubox_zz{
        display: block !important;
        height: .9rem;
    }
    .geo_inner_listbtn{
        position: absolute;
        right: .2rem;
        height: .9rem;
        width: .36rem;
        background: url(../images/nav_more.png)no-repeat center/100%;
    }
    .geo_menubox,.geo_menubox.xuanfu{
        position: fixed;
        height: calc(100% - .9rem);
        width: 50%;
        right: 0;
        top: .9rem;
        box-shadow: 0px 20px 20px rgb(0 0 0 / 60%);
        left: auto;
    }
    .geo_menubox.active{
        display: block !important;
    }
    .geo_menubox .geo_menubox_content{
        height: 100%;
        display: block;
    }
    .geo_menubox .geo_menubox_content .geo_menubox_ul{
        height: 100%;
        display: block;
        overflow-y: scroll;
    }
    .geo_menubox .geo_menubox_content .geo_menubox_ul .geo_menubox_li{
        height: 1rem;
        padding-left: .3rem;
        box-sizing: border-box;
        border-bottom: 1px dashed #e5e5e5;
    }
    .geo_menubox .geo_menubox_content .geo_menubox_ul .geo_menubox_li a{
        font-size: .26rem;
    }
    .geo_menubox .geo_menubox_content .geo_menubox_ul .geo_menubox_li.on::after{
        display: none;
    }
}
