﻿/*头部*/
.g-document {
    width: 100%;
}

.zyt_header {
    width: 100%;
    display: flex;
    justify-content:space-around;
    padding: 15px 0;
    box-sizing: border-box;
}

.zyt_logo {
    width: 10.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: url(../picture/nav_bg.jpg) no-repeat center center;
}

.zyt_nav {
    width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
}

.zyt_nav_ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.vip_center{
    width: 15%;
    text-align:right;
    color: #0066ff;
}

.vip_login{
    color: #214987;
    font-weight: 400;
    font-size: 1vw;
}

.zyt_nav_li {
    flex: 1;
    text-align: center;
}

.zyt_nav_a:hover{
    color:#214987!important;
}

.zyt_nav_a {
    display: block;
    line-height: 4vw;
    color: #000;
    font-size: 1.2vw;
}

/*banner*/
.swiper {
    width: 100%;
    height: 40vw;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
 
}

/*底部*/
.undbottom {
    width: 100%;
    height: auto;
    padding-top: 1.5vw;
    background-image: url(../picture/foot_bg.jpg);
    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 #a59d00;
}

.un_a {
    margin-right: 2vw;
    font-size: 0.9vw;
    color: #000;
    line-height: 3vw;
}


/*联系方式*/
.un_con {
    width: 100%;
}

.un_act {
    width: 100%;
    font-size: 0.9vw;
     color: #000;
    margin-top: 0.8vw;
}

/*底部右侧二维码*/
.un_right {
    width: 20%;
	margin-top: 10px;
}

.qrCode {
    width: 6vw;
    height: 6vw;
    margin: auto;
}

.qrCode img {
    width: 100%;
    height: 100%;
}

.scanIt {
       color: #000;
    font-size: 0.9vw;
    text-align: center;
    margin-top: 1vw;
}

/*底部版权*/
.copyrights {
    width: 100%;
    text-align: center;
    font-size: 0.9vw;
       color: #000;
    margin-top: 1.5vw;
    padding-bottom: 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filings {
    margin-left: 2vw;
     color: #000;
    font-size: 1vw;
}
.wuyi {
    margin-left: 1vw;
}

/*底部友链*/
.friend-links {
    width: 70vw;
    margin: auto;
    text-align: left;
    font-size: 0.85vw;
    color: #333;
    padding: 0.8vw 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.fl-label {
	font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-right: 0.3vw;
}

.fl-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	font-size: 12px;
}

.fl-list a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0 0.5vw;
    border-right: 2px solid #ccc;
}

.fl-list a:last-child {
    border-right: none;
}

.fl-list a:hover {
    color: #c8900a;
}

.kyfs {
  height: 5px;
  overflow: hidden;
}
.gossip {
  margin: 0;
  width: 100%;
  height: 5px;
  line-height: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("/static/images/foot-img.jpg");
}
.gossip span {
  display: inline-block;
  width: 1100px;
  letter-spacing: 10px;
  font-size: 0.65rem;
  color: #e8c56b;
}