/* head */
.geo6_head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom,rgba(0,0,0,1),rgba(0,0,0,0.1));
    z-index: 11;
}
.geo6_head::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgba(180, 156, 129,0.15);
}
.geo6_head_box{
    width: 12.8rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.geo6_head_box .geo6_head_logo{
    height: .8rem;
    width: 2rem;
}
.geo6_head_box .geo6_head_logo img{
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.geo6_head_box .geo6_head_ul{
    display: flex;
    align-items: center;
}
.geo6_head_box .geo6_head_ul .geo6_head_li{
    position: relative;
}
.geo6_head_box .geo6_head_ul .geo6_head_li a{
    padding: 0 .13rem;
    font-size: .16rem;
    line-height: 1rem;
    color:#fff;
    transition: all .5s ease;
}
.geo6_head_box .geo6_head_ul .geo6_head_li::after{
    opacity: 0;
    content: '';
    position: absolute;
    width: .7rem;
    height: 3px;
    background: linear-gradient(to right,#F3C896,#FFFAF4,#F3C896);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
}
.geo6_head_box .geo6_head_ul .geo6_head_li.on::after,.geo6_head_box .geo6_head_ul .geo6_head_li:hover::after{
    opacity: 1;
}
.geo6_head_box .geo6_head_ul .geo6_head_li.on a,.geo6_head_box .geo6_head_ul .geo6_head_li:hover a{
    font-weight: bold;
}
.geo6_head_box .geo6_head_tel{
    color:#F5D1A7;
}
.geo6_head_box .geo6_head_tel .tit{
    display: flex;
    align-items: center;
    font-size: .175rem;
}
.geo6_head_box .geo6_head_tel .tit i{
    width: .23rem;
    height: .23rem;
    background: url(../images/top_icon01.png)no-repeat center/100% 100%;
    margin-right: .12rem;
}
.geo6_head_box .geo6_head_tel .tel{
    font-size: .27rem;
    font-weight: bold;
    font-family: 'Microsoft YaHei', sans-serif;
}
.geo6_head.fixed{
    background: #171717;
}
.geo6_head_tel_icon,.geo6_head_list_btn{
    display: none;
}
@media screen and (max-width: 1280px){
    .geo6_head_box{
        width: 100%;
    }
    .geo6_head_box .geo6_head_ul .geo6_head_li a{
        padding: 0 .08rem;
    }
}
@media screen and (max-width: 900px){
    .geo6_head_box .geo6_head_logo{
        width: 1.6rem;
    }
    .geo6_head_box .geo6_head_ul .geo6_head_li{
        flex-shrink: 0;
    }
    .geo6_head_box .geo6_head_ul .geo6_head_li a{
        padding: 0 .05rem;
    }
}
@media screen and (max-width: 900px){
    .geo6_head_box{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .geo6_head_box .geo6_head_ul,.geo6_head_box .geo6_head_tel{
        display: none;
    }
    .geo6_head_box .geo6_head_logo{
        width: auto;
    }
    .geo6_head_tel_icon{
        display: block;
        position: absolute;
        left: .24rem;
        top: 0;
        width: .48rem;
        height: 100%;
        background: url(../images/top_icon01.png)no-repeat center/.32rem;
    }
    .geo6_head_list_btn{
        display: block;
        position: absolute;
        right: .24rem;
        top: 0;
        width: .48rem;
        height: 100%;
        background: url(../images/top_icon02.png)no-repeat center/.32rem;
    }
    .geo6_head_box .geo6_head_ul.active{
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: 1rem;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.9);
    }
    .geo6_head_box .geo6_head_ul .geo6_head_li{
        width: calc(100% / 3);
        text-align: center;
    }
    .geo6_head_box .geo6_head_ul .geo6_head_li a{
        font-size: .3rem;
    }
    .geo6_head_box .geo6_head_ul .geo6_head_li.on::after{
        display: none;
    }
    .geo6_head_box .geo6_head_ul .geo6_head_li.on a{
        color:#F3C896;
    }
}

.news_banner img{
    height: 360px !important;
}
.news_banner_zz{
    padding-top: 0.4rem;
    box-sizing: border-box;
}
@media (min-width: 750px) and (max-width: 1200px) {
    .news_banner img{
        height: 3.2rem !important;
    }
}
@media screen and (max-width: 750px){
    .news_banner img{
        height: 3.2rem !important;
    }
}