.clearfix {
    clear: both;
    zoom: 1;
}
html,
body {
    position: relative;
    height: 100%;
}
body {
    max-width: 10rem;
    margin: 0 auto;
}
.container {
    position: relative;
    height: 100%;
}
.container .content {
    position: relative;
    height: 100%;
}
.container .content .music {
    display: block;
    position: absolute;
    right: 0.26667rem;
    top: 0.26667rem;
    width: 0.72rem;
    height: 0.72rem;
    background-image: url(../img/on.png);
    background-size: 0.72rem;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    animation: musics 3s infinite linear;
    -webkit-animation: musics 3s infinite linear;
}
.container .content .music.off {
    background-image: url(../img/off.png);
}
.container .content .next {
    width: 0.81333rem;
    height: 0.82667rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.8rem;
    z-index: 10;
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}
.container .content .next > img {
    width: 100%;
}
.backIcon {
    width: 1.0933rem;
    height: 1.3067rem;
    position: absolute;
    top: 5.2933rem;
    right: 0;
    display: none;
    z-index: 10;
}
@keyframes myfirst {
    0% {
        opacity: 1;
        bottom: 0.9375rem;
    }
    100% {
        opacity: 0.1;
        bottom: 0.9rem;
    }
}
@-webkit-keyframes myfirst {
    0% {
        opacity: 1;
        bottom: 0.9375rem;
    }
    100% {
        opacity: 0.1;
        bottom: 0.9rem;
    }
}
@keyframes musics {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes musics {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.container .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.container .swiper-slide .btn-wrapepr {
    width: 1.12rem;
    height: 2.93333rem;
    position: absolute;
    top: 22%;
    right: 0;
}

.container .swiper-slide > img {
    width: 100%;
    height: 100%;
}
.container .swiper-slide.pre {
    background-color: #ececec;
}
.container .swiper-slide .nav-bar {
    width: 10rem;
    height: 1.73333rem;
    text-align: center;
    position: relative;
}
.container .swiper-slide .nav-bar .menu-label {
    position: absolute;
    left: 0;
    top: 0;
}
.container .swiper-slide .nav-bar > img {
    width: 100%;
}
.container .swiper-slide .main-content {
    margin: 0 0.53333rem;
    background-color: #fff;
    padding: 0.26667rem 0.26667rem 0.13333rem;
    text-align: justify;
    z-index: 4;
    height: 13.33333rem;
}
.container .swiper-slide .main-content > p {
    margin: 0.53333rem 0;
    line-height: 1.5;
    font-size: 0.37333rem;
}
.container .swiper-slide .main-content > h2 {
    text-align: center;
    font-size: 0.53333rem;
    padding-top: 0.53333rem;
}
.container .swiper-slide .footer {
    position: absolute;
    bottom: 0;
    left: 0;
}
.container .swiper-slide .footer > img {
    width: 100%;
}
#index {
    position: relative;
}
#index .btn-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    margin: 0 auto;
    width: 5.8933rem;
    /* height: 62px; */
}
#index .btn-list .btn-item {
    background-image: url('../img/btn_bg.png');
    background-size: 5.89333rem 0.82667rem;
    width: 5.89333rem;
    height: 0.82667rem;
    line-height: 0.82667rem;
    margin: 0.26667rem 0;
}
#index .btn-list .btn-item > a {
    display: block;
    font-size: 0.4rem;

    font-weight: 500;
    color: #065aa1;
    text-align: center;
    text-decoration: none;
}
#index > img {
    width: 100%;
    height: initial;
}
.bg_img {
    width: 100%;
    height: 100vh;
    background: url('../img/homepage.png') no-repeat;
    background-size: 100%;
    background-position: 0 -2.31rem;
}
#zhibo {
    display: none;
    background-image: url('../img/bg.png');
    height: 17.75rem;
    background-size: 100%;
    height: 100vh !important;
    background-position: 0 -2.2rem;
    position: relative;
}
#zhibo > img {
    width: 100%;
    height: 100vh !important;
}
#zhibo .introduce-wrapper {
    width: 9.18667rem;
    height: 7.7333rem;
    background-image: url('../img/zhibo.png');
    background-size: 9.18667rem 7.7333rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
    /* overflow: hidden; */
}
#zhibo .introduce-wrapper > iframe {
    width: 7.94667rem;
    height: 4.48rem;
    margin-top: 1.17333rem;
}
.zhiboImg {
    width: 7.8133rem;
    height: 4.3733rem;
    display: block;

    margin: 1.2667rem auto 0.4rem;
}
.jumpBtn {
    width: 6.16rem;
    height: 0.88rem;
}
#zhibo.zuzhi-box .introduce-wrapper {
    background-image: url('../img/zuzhi.png');
}
#news {
    background-image: url('../img/bg.png');
    height: 17.75rem;
    background-size: 100%;

    background-position: 0 -2.2rem;
    position: relative;
}
#news .swiper-slide {
    background-color: initial;
}
#news .introduce-wrapper {
    width: 9.18667rem;
    height: 11.4rem;
    background-image: url('../img/news.png');
    background-size: 9.18667rem 11.4rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
    overflow: hidden;
}
#news .introduce-wrapper .intro-block {
    width: 8.53333rem;
    height: 9.92rem;
    max-height: 9.92rem;
    padding: 0.8rem 0.26667rem 0;
    overflow: hidden;
    overflow-y: scroll;
}
#news .introduce-wrapper .intro-block .wangjie-list {
    width: 7.86667rem;
    margin: 0 auto;
}
#news .introduce-wrapper .intro-block .wangjie-list .wangjie-item {
    margin: 0.45333rem 0;
}
#news .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a {
    text-decoration: none;
}
#news .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .logo-wrapper {
    width: 7.86667rem;
    height: 2.44rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
#news .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .logo-wrapper > img {
    width: 100%;
}
#news .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .title-detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.01333rem solid #dadada;
    padding: 0.34667rem 0 0.26667rem;
}
#news .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .title-detail .year {
    width: 1.2rem;
    font-size: 0.46667rem;
    font-weight: bold;
    color: #b29262;
    padding-right: 0.26667rem;
}
#news .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .title-detail .title {
    font-size: 0.34667rem;
    color: rgba(64, 64, 64, 0.8);
    width: 5.93333rem;
    display: block;
    text-align: left;
    border-left: 0.01333rem solid #dadada;
    padding-left: 0.26667rem;
    line-height: 1.25;
}
#news .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .title-detail .arrow {
    font-size: 0.4rem;
    color: #7f7f7f;
}
#news .introduce-wrapper .intro-block .news-inner-list .news-item {
    width: 8rem;
    margin: 0.26667rem auto;
}
#news .introduce-wrapper .intro-block .news-inner-list .news-item > a {
    display: block;
    text-decoration: none;
    padding: 0.26667rem 0.18667rem;
    background-color: #fff;
    border-radius: 0.10667rem;
}
#news .introduce-wrapper .intro-block .news-inner-list .news-item > a .news-desc {
    font-size: 0.32rem;
    color: #8c8c8c;
    text-align: justify;
    line-height: 1.25;
    padding: 0.4rem 0 0.21333rem;
}
#news .introduce-wrapper .intro-block .news-inner-list .news-item > a .news-time {
    border-top: 0.01333rem solid #f4f4f4;
    padding-top: 0.21333rem;
    color: #b2b2b2;
    font-size: 0.26667rem;
    text-align: right;
}
#news .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper {
    display: flex;
    justify-content: flex-start;
}
#news .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper > img {
    display: block;
    width: 2.18667rem;
    height: 1.22667rem;
}
#news .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper > p {
    width: 5.2rem;
    font-size: 0.34667rem;
    color: #333333;
    text-align: justify;
    line-height: 1.25;
    margin-left: 0.13333rem;
}
#guest {
    background-image: url('../img/bg.png');
    height: 17.75rem;
    background-size: 100%;
    position: relative;
}
#guest .swiper-slide {
    background-color: initial;
}
#guest .introduce-wrapper {
    width: 9.18667rem;
    height: 11.4rem;
    background-image: url('../img/guest.png');
    background-size: 9.18667rem 11.4rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
    overflow: hidden;
}
#guest .introduce-wrapper .intro-block {
    width: 8.53333rem;
    height: 9.92rem;
    max-height: 9.92rem;
    padding: 0.8rem 0.26667rem 0;
}
#guest .introduce-wrapper .intro-block .guest-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#guest .introduce-wrapper .intro-block .guest-list .guest-item {
    width: 1.97333rem;
    margin: 0.4rem 0.42667rem;
}
#guest .introduce-wrapper .intro-block .guest-list .guest-item .img-wrapper {
    width: 1.97333rem;
    height: 2rem;
    border-radius: 0.10667rem;
    overflow: hidden;
}
#guest .introduce-wrapper .intro-block .guest-list .guest-item .img-wrapper > img {
    width: 100%;
}
#guest .introduce-wrapper .intro-block .guest-list .guest-item .name {
    font-size: 0.34667rem;
    color: #e51717;
    text-align: center;
    margin: 0.16rem 0 0.24rem;
}
#guest .introduce-wrapper .intro-block .guest-list .guest-item .desc {
    font-size: 0.26667rem;
    line-height: 1.25;
    color: #616161;
}
#introduce {
    width: 100%;
    background-image: url('../img/bg.png');
    height: 17.75rem;
    background-size: 100%;
    background-position: 0 -2.2rem;
    position: relative;
}
#introduce1 {
    width: 100%;
    background-image: url('../img/bg.png');
    height: 17.75rem;
    background-size: 100%;
    background-position: 0 -2.2rem;
    position: relative;
}
#introduce .introduce-wrapper {
    width: 9.18667rem;
    height: 11.4rem;
    background-image: url('../img/introduce.png');
    background-size: 9.18667rem 11.4rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
    overflow: hidden;
}
#introduce1 .introduce-wrapper {
    width: 9.18667rem;
    height: 11.4rem;
    background-image: url('../img/weilai.png');
    background-size: 9.18667rem 11.4rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
    overflow: hidden;
}
#introduce .introduce-wrapper .intro-block {
    width: 8.53333rem;
    height: 9.92rem;
    max-height: 9.92rem;
    padding: 0.8rem 0.26667rem 0;
    overflow: hidden;
    overflow-y: scroll;
    margin-left: 1px;
}
#introduce1 .introduce-wrapper .intro-block {
    width: 8.53333rem;
    height: 9.92rem;
    max-height: 9.92rem;
    padding: 0.8rem 0.26667rem 0;
    overflow: hidden;
    overflow-y: scroll;
    margin-left: 1px;
}
#introduce .introduce-wrapper .intro-block img {
    width: 96%;
    height: initial;
}
#introduce1 .introduce-wrapper .intro-block img {
    width: 96%;
    height: initial;
}
#introduce.zuzhi-box .introduce-wrapper {
    background-image: url('../img/zuzhi.png');
}
