/* 头部 */
.header{
    padding:0.3rem 0.34rem;
    z-index:9999;
}
.logo img{
    height:.24rem;  
}
.nav-item{
    margin-right:.38rem;
    font-size: .14rem;
}
.nav-list{
    line-height: .24rem;
}
.nav-item a:hover{
    font-weight:bold;
}
.nav-phone{
    font-size:.14rem;
    line-height: .24rem;
    font-weight:bold;
}
.nav-phone-number{
    font-size:.14rem;
}
.nav-phone-number img{
    margin-left: 0.08rem;
    height: 0.12rem;
    vertical-align: middle;
}
/* banner图片 */
.banner{
    width:100%;
    height:100vh;
    scroll-snap-align: start;
}
.banner-inner{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-inner a,
.banner-inner img{
    display:block;
    width: 100%;
    height: 100%;
    object-fit:cover
}
/* 导航栏的字为白色 */
.white-font .nav-item a{
    color:#fff;
}
.white-font .nav-phone{
    color:#fff;
}
/* 滑动鼠标时head fixed */
.show-head{
    position:fixed !important;
    top:0;
    padding:0 .34rem;
    height:.6rem;
    width:100%;
    line-height:.6rem;
    background:#fff; 
    box-shadow:0px -8px 15px #767676;
}
.show-head .logo{   
    margin-top:.205rem;
}
.show-head .logo img{
    height:.19rem;
}
.show-head .nav-list,
.show-head .nav-phone{
    line-height:.6rem;
}
.show-head .nav-item a{
    color:#1a1a1a !important;
}
.show-head .nav-phone{
    color:#1a1a1a !important;
}


/* 尾部 */
.footer{
    padding:.72rem .36rem .16rem;
    background-color:#000;
}
.footer-top{
    /* margin-top:.4rem; */
}
.footer-top-aim{
    font-size:.34rem;
}
.footer-top-aim img{
    margin-left:.04rem;
    display:inline-block;
    width:.28rem;
    height:.28rem;
}
.footer-top-aim-tips{
    height:.46rem;
    line-height:.46rem;
    font-size:.2rem;
}
.footer-logo{
    font-size:0;
}
.footer-logo a,
.footer-logo img{
    display:block;
    height:.33rem;
}
.footer-middle{
    margin-top:.5rem;
    padding:.1rem 0;
    border-bottom:1px solid #767676;
}
.footer-nav-wrap{
    width:10%;
}
.footer-nav{
    height:.4rem;
    line-height:.4rem;
    font-size:.12rem;
    color:#c1c1c1;
}
.footer-nav-item{
    margin-bottom:.3rem;
    font-size:.16rem;
}
.footer-nav-item a{
    color:#fff;
}
.footer-message-wrap{
    width:60%;
}
.footer-message{
    width:50%;
}
.footer-message-site,
.footer-message-contact{
    margin-bottom:.12rem;
}
.footer-message-detail{
    font-size:.16rem;
}
.footer-message-detail p{
    margin-bottom:7px;
}
.footer-message-detail a{
    color:#fff;
}
.footer-share-wrap{
    flex: 1;
}
.share-item{
    margin-left:.24rem;
}
.share-item img{
    display:block;
    height:.22rem;
}
.footer-bottom{
    line-height:.42rem;
    /* margin-top:.16rem; */
    color: #767676;
}
.footer-bottom-friend-item{
    margin-left:.15rem;
}
.footer-bottom-friend-item a{
    color: #767676;
}
.footer-bottom-other-item:first-child::before{
    content: "";
    padding:0;
}
.footer-bottom-other-item::before{
    content: "/";
    padding:0 .08rem;
}




/* 加载更多 */
.load-more{
    margin: .5rem 0;
    text-align: center;
    font-size:0;
    cursor: pointer;
}
.load-more img{
    height:.13rem;
}

/* 返回首页 */
.return-home{
    margin:.64rem auto .4rem;
    padding:0 .34rem;
    width:100%;
}
.return-home-en{
    letter-spacing:2px;
    font-weight:bold;
}
.return-home-en img{ 
    height:.12rem;
}
.return-home-en::after{
    content: "/";
    padding:0px 4px;
    font-weight:normal;
} 