/*头部*/
.g-document {
    width: 100%;
}

.zyt_header {
    width: 95vw;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    box-sizing: border-box;
}

.zyt_logo {
    width: 3.5vw;
    height: 3.5vw;
}

.zyt_logo img {
    width: 100%;
}

.zyt_give {
    display: flex;
}

.zyt_give_name img {
    width: 10%;
    margin-right: 20px;
}

.zyt_give_name {
    font-size: 0.9vw;
    color: #000;
    display: flex;
    align-items: center;
}
.zyt_give_name span {
    display: block;
}

.zyt_give_mobile {
    font-size: 1.2vw;
    color: #000;
    margin-top: 0.5vw;
}

/*导航*/
.zyt_gation {
    width: 100%;
    height: 4vw;
    background-color: #dbb887;
}

.zyt_nav {
    width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
}

.zyt_nav_ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.zyt_nav_a {
    padding: 0 4vw;
    line-height: 4vw;
    color: #fff;
    font-size: 0.9vw;
}

/*banner*/
.swiper {
    width: 100%;
    height: 40vw;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

/*底部*/
.undbottom {
    width: 100%;
    height: auto;
    padding-top: 1.5vw;
    background-image: url(/assets/img/bottom.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.undbottom_box {
    width: 70vw;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

/*底部左侧*/
.un_left {
    width: 70%;
}

.un_ul {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #fff;
}

.un_a {
    margin-right: 2vw;
    font-size: 0.9vw;
    color: #fff;
    line-height: 3vw;
}


/*联系方式*/
.un_con {
    width: 100%;
}

.un_act {
    width: 100%;
    font-size: 0.9vw;
    color: #fff;
    margin-top: 0.8vw;
}

/*底部右侧二维码*/
.un_right {
    width: 20%;
}

.qrCode {
    width: 6vw;
    height: 6vw;
    margin: auto;
    padding-top: 1vw;
}

.qrCode img {
    width: 100%;
    height: 100%;
}

.scanIt {
    color: #fff;
    font-size: 0.9vw;
    text-align: center;
    margin-top: 1vw;
}

/*底部版权*/
.copyrights {
    width: 100%;
    text-align: center;
    font-size: 0.9vw;
    color: #fff;
    margin-top: 1.5vw;
    padding-bottom: 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filings {
    margin-left: 2vw;
    color: #fff;
    font-size: 1vw;
}
.wuyi {
    margin-left: 1vw;
}
