.header {
    width: 100%;
    height: 65px;
    background: url("../image/hdbg.png") no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
}

.header .logo {
    width: 215px;
    height: 34px;
    position: absolute;
    top: 10px;
    left: 30px;
}

.header .tool .search {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 23px;
    right: 47px;
}

.header .tool .more {
    position: absolute;
    width: 22px;
    height: 16px;
    top: 27px;
    right: 16px;
}

img {
    width: 100%;
   
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 单行隐藏 */
.one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.moreOne {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /* 显示3行，超出隐藏 */
    white-space: normal;
    word-break: break-all;
}



.footer {
    width: 100%;
    background: #4B87F0;
    padding: 25px 0;
    box-sizing: border-box;
}

.footer .link {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer .link .linkbox {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.footer .link .linkbox p {
    height: 12px;
    font-family: FZDHTK;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
}

.footer .link .linkbox div {
    width: 272px;
    border: 1px solid rgba(255, 255, 255, .6);
    margin-left: 8px;
}

.footer .link .linkhref {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer .link .linkhref a {
    width: 50%;
    flex-shrink: 0;
    height: 40px;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 30px;
}

.footer .line {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .6);
    margin: 20px 0;
}

.footer .about {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.footer .about a {
    padding: 0 15px;
    box-sizing: border-box;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 40px;
}

.footer .about span {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #fff;
}

.footer .code {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.footer .code .codebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 61px;*/
    margin: 0 10px;
}

.footer .code .codebox img {
    width: 100%;
    height: 61px;
    margin-bottom: 4px;
}

.footer .code .codebox p {
    /*width: 61px;*/
    font-family: FZHTK;
    font-weight: normal;
    font-size: 8px;
    color: #FFFFFF;
    line-height: 10px;
    text-align:center;
}

/* 详情列表通用 */
.imgbox {
    width: 100%;
    /*height: 115px;*/
}

.local {
    width: 100%;
    height: 40px;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 11px;
    color: #7B7B7B;
    border-bottom: 1px solid #7B7B7B;
}

.local span {
    margin: 0 2px;
}

.nav {
    width: 100%;
    background: url("../image/navbg.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    box-sizing: border-box;
    position: absolute;
    top: 65px;
    z-index: 99999;
    display: none;
}

.navbox {
    width: 100%;
    position: relative;
}

.navinfo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    box-sizing: border-box;
    height: 29px;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 13px;
    color: #2E5096;
    line-height: 29px;
    border-bottom: 1px solid #505050;
    cursor: pointer;
}

.navinfo img {
    width: 29px;
    height: 28px;
}

.navbox .navli {
    padding: 10px 0;
    padding-left: 40px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #505050;
    display: none;
}

.navli a {
    height: 25px;
    box-sizing: border-box;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 12px;
    color: #08348E;
    line-height: 25px;
    cursor: pointer;
}