﻿.heades {
    width: 100%;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.headetop {
    width: 100%;
    height: 7vh;
    position: absolute;
    top: 0;
    z-index: 9;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.headestp{
    width: 100%; 
    height:100px;
}

.justspace {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 40px;
    z-index: 99;
}

.justspace ul {
    display: flex;
    align-items: center;
}

.justspace ul li {
    margin-left: 50px;
}
.justspace ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}
.justspace ul li a img{
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.topbtn {
    border-bottom: 2px solid #ffffff;
}


.headtp{
    width: 100%;
    height:110px;
}




.index-bnr {
    position: relative;
}
.layui-carousel {
    height: 70vh !important;
}

.layui-carousel img {
    width: 100%;
    height: 100%;
}


.maincent {
    width: 260px;
    margin: 0 auto;
    background-color: #ffffff;
}

.naviga-bar{
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 99;
}
.naviga-ul{
    padding: 15px;
    display: flex;
    flex-direction: column;

}
.naviga-ul h4{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.naviga-ul a{
    font-size: 14px;
    padding:10px 0;
}
.naviga-ul a img{
    width: 15px;
    height: 15px;
}















.footebtm {
    width: 100%;
    /* background-image: url('../images/footerbj1.png'); */
    /* background-size: 100% 100%; */
    background-color: #242933;
}

.centent{
    width: 85vw;
    margin: 0 auto;
}

.foote-btmtp {
    padding: 10px 0 30px;
    display: flex;
    justify-content: space-between;

}

.foote-btmtp ul.footleul {
    /* width: 30%; */
    display: flex;
}

.foote-btmtp .footleul li {
    display: flex;
    flex-direction: column;
    margin: 30px 0 30px 50px;
}

.foote-btmtp .footleul li h3 {
    font-size: 14px;
    color: #ffffff;
    /* font-weight: 600; */

}

.foote-btmtp .footleul li img{
    width: 120px;
    height: 120px;
    margin-top: 25px;
}


.footriul{
    width: 40%;
    display: flex;
    justify-content: space-between;

}

.footri-ulitm{
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
}

.footri-ulitm h3 {
    font-size: 18px;
    color: #ffffff;
    /* font-weight: 600; */

}
.footri-ulitm a {
    color: #cacaca;
    margin-top: 10px;
    font-size: 14px;
}
.footri-ulitm a img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.footri-ulbx{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.itemwid{
    width: 195px;
}


.foot-btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}
.foot-btm div{
    color: #ffffff;
    font-size: 14px;
}
.foot-btm div a{
    color: #ffffff;
    font-size: 14px;
    padding: 0 15px;
    border-left: 1px solid #505868;
    
}
.foot-btm div a:nth-child(1){
    border-left: 0px solid #505868;
}

/* app端 */
.foote-appbtm {
    padding: .2rem 0;
    border-top: 1px solid #3f3f3f;
    background-color: #333333;
}

.foote-appbtm p {
    color: #ffffff;
    font-size: .16rem;
    text-align: center;
}

.foote-appbtm p img {
    margin: 0 .1rem;
}