html,body,a,h1,h2,h3,h4,p,ul,li,div{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,p,ul,li,div{
    box-sizing: border-box;
}
body,input,textarea{
    font: 16px "微软雅黑";
    color: #333;
}
a{
    text-decoration: none;
    color: #333;
    outline:none;
    background:none;
}
ul,li{
    list-style: none;
}
img{
    border: none;
}
h1,h2,h3,h4{
    font-weight: normal;
}
em,i{
    text-decoration:none; 
    font-style: normal;
}
input{
    border:none 0; 
    outline:none;
    background:none;
}
html,body{
    width: 100%;
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    /*overflow: hidden;*/
}

.cursor-pointer{
    cursor: pointer;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.one-row{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.two-row{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.three-row{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.nav{
    width: 100%;
    height: 68px;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    /* border-bottom: 1px solid #eee; */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.navin{
    width: 1168px;
    height: 68px;
    margin: 0 auto;
    overflow: hidden;
}
.nav-logo{
    width: 200px;
    float: left;
    margin-left: 0;
    padding: 13px 0 13px 0;
    overflow: hidden;
}
.nav-logo img{
    width: 200px;
    /* height: 42px; */
    display: block;
    float: left;
    /* background: #ddd; */
    position: relative;
}
/* .nav-logo img::after{
    content: 'LOGO';
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    background: #ddd;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
} */
.search-bar{
    width: 405px;
    height: 36px;
    background: #F2F2F2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    float: right;
    margin-right: 0;
    margin-top: 16px;
    padding: 0px 15px;
}
.search-bar input{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 36px;
    font-size: 14px;
    background: none;
    display: block;
    float: left;
}
.search-bar div{
    float: right;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #D0B466;
    line-height: 36px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}
.search-bar div i{
    margin-right: 8px;
}
.nav-list{
    overflow: hidden;
    float: left;
    margin-left: 50px;
}
.nav-list div{
    float: left;
}
.nav-list div a{
    display: block;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #363636;
    line-height: 68px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    padding: 0 20px;
    position: relative;
}
.nav-list div a:hover{
    color: #D0B466;
}
.nav-list div.cur a{
    color: #D0B466;
    /* background: #fff; */
}
.nav-list div.cur a::after,.nav-list div a:hover::after{
    content: '';
    position: absolute;
    left: calc(50% - 13px);
    bottom: 17px;
    width: 26px;
    height: 2px;
    background: #D0B466;
}
.nav-hold{
    width: 100%;
    height: 68px;
}

.wrap{
    width: 100%;
}
.gray-bg{
    background: #F5F5F5;
}
.com-box{
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.f2-bg{
    background: #F2F2F2;
}
.fc-bg{
    background: #fcfcfc;
}

.bottom-wrap{
    width: 100%;
    background: #fff;
    position: relative;
}
.bottom-wrap-none{
    background: none;
}
.bottom-abso{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    z-index: 10;
    color: #fff;
    font-size: 24px;
    line-height: 386px;
    text-align: center;
}
.bottom{
    width: 1168px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 30px;
}
.copyright{
    width: 1168px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 20px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}
.copyright a{
    color: #999;
}
.support{
    margin-left: 30px;
}
.support a{
    font-size: 14px;
    font-weight: 600;
    color: #008AFC;
}
.bottom-left{
    width: 450px;
    float: left;
    overflow: hidden;
    margin-right: 100px;
    margin-top: 20px;
}
.bottom-img{
    width: 220px;
    margin-bottom: 30px;
    margin-left: 10px;
    float: left;
}
.bottom-img img{
    display: block;
    width: 100%;
}
.bottom-slogan{
    font-size: 14px;
    float: left;
    margin-left: 40px;
    margin-top: 30px;
}
.bottom-des{
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin: 20px auto;
}
.bottom-des::before{
    content: '';
    clear: both;
    width: 100%;
    display: block;
}
.bottom-list{
    float: left;
    margin-right: 100px;
}
.bottom-list-title{
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}
.bottom-list-item{
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}
.qrcode{
    width: 150px;
    float: right;
    margin-top: 0px;
    text-align: center;
    color: #D0B466;
    font-weight: 400;
    font-size: 10px;
}
.qrcode img{
    display: block;
    width: 100%;
    margin: 0 auto 0px;
}

.gongan {
    background-image: url('../image/ghs.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.loading-box{
    width: 100%;
    height: 800px;
    padding-top: 100px;
}
.loader{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.square-spin > div{
    border: none;
    width: 100px;
    height: 100px;
    background: #fff;
}
.loading-box.hide{
    display: none;
}

/* channel 页面 */
.new-search-bar{
    width: 1168px;
    overflow: hidden;
    margin: 40px auto;
    border-radius: 6px;
}
.new-search-bar input{
    display: block;
    box-sizing: border-box;
    width: 400px;
    height: 44px;
    background: #fff;
    margin: 0;
    padding: 7px 15px;
    line-height: 30px;
    font-size: 14px;
    float: left;
}
.new-search-bar div{
    width: 60px;
    height: 44px;
    /* padding: 10px; */
    float: left;
    background: #D0B466;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}

.category-box{
    width: 1168px;
    /* background: #fff; */
    margin: 40px auto 80px;
    /* padding: 26px 34px 8px; */
}
.main-line{
    width: 100%;
    margin-bottom: 18px;
}
.main-line div{
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #333;
    line-height: 20px;
    padding: 4px 10px;
    margin-right: 10px;
    cursor: pointer;
}
.main-line div.first{
    font-weight: 600;
    margin-right: 0;
    padding: 4px 0;
    cursor: default;
}
.main-line div:hover{
    color: #D0B466;
}
.main-line div.first:hover{
    color: #333;
}
.main-line div.cur{
    color: #fff;
    background: #D0B466;
    border-radius: 3px;
}
.sub-box{
    width: calc(100% - 84px);
    margin-left: 84px;
    padding: 14px 32px 0px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 18px;
}
.sub-box .main-line{
    margin-bottom: 14px;
}
.tag-box{
    width: 1168px;
    margin: 30px auto;
}
.tag-box div{
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    cursor: pointer;
}
.tag-box div.cur{
    color: #D0B466;
}
.tag-box div i{
    margin-right: 8px;
}
.no-list{
    width: 100%;
    font-size: 24px;
    font-size: 600;
    color: #999;
    line-height: 208px;
    text-align: center;
}
.list{
    width: 1168px;
    margin: 0 auto 40px;
    min-height: 344px;
}
.list::after{
    content: '';
    width: 100%;
    display: block;
    clear: both;
}
.list-item{
    float: left;
    width: 277px;
    /* height: 321px; */
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.list-item:nth-child(4n){
    margin-right: 0;
}
.item-img{
    width: 100%;
    height: 164px;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}
.item-img img{
    display: block;
    width: 100%;
}
.item-img-mask{
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 15px;
    display: none;
}
.item-img:hover .item-img-mask{
    display: block;
}
.item-img-intro{
    width: 100%;
    font-size: 12px;
    font-family: PingFangSC-Light, PingFang SC, '微软雅黑';
    font-weight: 300;
    color: #FFFFFF;
    line-height: 20px;
    text-align: justify;
}
.item-img-time{
    font-size: 12px;
    font-family: SFUIText-Light, SFUIText, '微软雅黑';
    font-weight: 300;
    color: #FFFFFF;
    line-height: 14px;
    position: absolute;
    left: 15px;
    bottom: 12px;
}
.item-img-duration{
    font-size: 12px;
    font-family: SFUIText-Light, SFUIText, '微软雅黑';
    font-weight: 300;
    color: #FFFFFF;
    line-height: 14px;
    position: absolute;
    right: 15px;
    bottom: 12px;
    z-index: 3;
}
.item-name{
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC, '微软雅黑';
    font-weight: 500;
    color: #333333;
    line-height: 21px;
}
.item-tag{
    padding: 0 15px 13px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #969696;
    line-height: 17px;
}
.item-amount{
    padding: 0 15px 15px;
    font-size: 12px;
    font-family: SFUIText-Regular, SFUIText, '微软雅黑';
    font-weight: 400;
    color: #BEBEBE;
    line-height: 14px;
}
.item-amount i{
    margin-right: 4px;
    vertical-align: text-bottom;
}
.item-creator-bottom{
    width: 100%;
}
.item-creator{
    width: 100%;
    border-top: 1px solid #F7F7F7;
    padding: 12px 15px;
    overflow: hidden;
}
.item-creator-img{
    width: 24px;
    height: 24px;
    float: left;
    background: #f1f1f1;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    position: relative;
}
.item-creator-img .item-creator-img-1{
    /* display: block; */
    width: 100%;
    height: 100%;
}
.item-creator-img .item-creator-img-2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -50%;
}
.item-creator-img .item-creator-img-2:last-child{
    left: 50%;
}
.item-creator-img .item-creator-img-3{
    /* display: block; */
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
}
.item-creator-img .item-creator-img-3:last-child{
    top: 50%;
}
.item-creator-img .item-creator-img-3:first-child{
    /* display: block; */
    width: 100%;
    height: 100%;
    left: -50%;
}
.item-creator-img .item-creator-img-4{
    /* display: block; */
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.item-creator-img .item-creator-img-4:nth-child(2){
    left: 50%;
}
.item-creator-img .item-creator-img-4:nth-child(3){
    left: 0;
    top: 50%;
}
.item-creator-img .item-creator-img-4:nth-child(4){
    left: 50%;
    top: 50%;
}
.item-creator-name{
    float: left;
    width: calc(100% - 32px);
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC, '微软雅黑';
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
.item-creator-work{
    padding-left: 8px;
    color: #999;
}
.item-creator-list{
    width: 200px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); 
    border-radius: 2px;
    position: absolute;
    left: 4px; 
    top: 318px; 
    z-index: 20;
    display: none;
}
.item-creator-bottom:hover .item-creator-list{
    display: block;
}
.item-creator-list .item-creator{
    /* border-bottom: 1px solid #f7f7f7; */
}
.page-box{
    width: 1168px;
    text-align: center;
    margin: 50px auto;
}
.page-item{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 14px;
    font-family: AppleSystemUIFont, '微软雅黑';
    color: #606266;
    line-height: 30px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
}
.page-item-cur{
    background: #D0B466;
    color: #fff;
}
/* channel 页面 */


/* detail 页面 */
.creator-box{
    width: 1168px;
    min-height: 128px;
    background: #FFFFFF;
    overflow: hidden;
    margin: 20px auto 34px;
}
.other-title{
    width: 100%;
    max-width: 1168px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC, '微软雅黑';
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    padding: 0 13px;
    margin: 26px auto 20px;
}
.other-title .list-top-more{
    line-height: 24px;
}
.creator-item{
    float: left;
    height: 40px;
    overflow: hidden;
    margin: 0 100px 20px 22px;
}
.creator-item-img{
    width: 36px;
    height: 36px;
    margin-top: 2px;
    margin-right: 14px;
    background: #f7f7f7;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.creator-item-img .item-creator-img-1{
    width: 100%;
}
.creator-item-name{
    font-size: 15px;
    font-family: PingFangSC-Medium, PingFang SC, '微软雅黑';
    font-weight: 500;
    color: #333333;
    line-height: 21px;
    margin-bottom: 2px;
}
.creator-item-work{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #969696;
    line-height: 17px;
}
.video-detail{
    width: 1168px;
    background: #fff;
    margin: 34px auto 20px;
    padding: 18px 20px;
}
.video-name{
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC, '微软雅黑';
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    margin-bottom: 12px;
}
.video-tag{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #969696;
    line-height: 21px;
    margin-bottom: 22px;
}
.video-tag span{
    margin-right: 24px;
}
.video-amount{
    width: 100%;
    height: 32px;
    margin: 0 auto 34px;
}
.video-amount .float-left{
    font-size: 14px;
    font-family: SFUIText-Regular, SFUIText, '微软雅黑';
    font-weight: 400;
    color: #BEBEBE;
    line-height: 32px;
}
.video-amount .float-left i{
    margin-right: 4px;
    font-size: 20px;
    vertical-align: middle;
}
.share-btn{
    /* width: 112px; */
    padding: 0 15px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #F7F7F7;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
}
.video-amount .share-btn i{
    margin-right: 8px;
    font-size: 20px;
    /* vertical-align: text-bottom; */
}
.video-des{
    width: 100%;
    font-size: 15px;
    font-family: PingFangSC-Light, PingFang SC, '微软雅黑';
    font-weight: 300;
    color: #969696;
    line-height: 25px;
    text-align: justify;
    padding: 18px 0;
    border-top: 1px solid #f7f7f7;
}

.video-wrap{
    width: 100%;
    height: 608px;
    background: #aaa;
    position: relative;
    overflow: hidden;
    padding-top: 68px;
}
.video-bg{
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    background-color: #ccc;
    background-image: url(../images/index-bg.png);
    background-size: cover;
    background-position: center;
    filter: blur(50px);
    position: absolute;
    left: -60px;
    top: -60px;
    z-index: 1;
}
.video-bg-mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: black\0;
    opacity: 0.7\0;
    position: absolute;
    left: 0;
    top: 0;
}
.video-box{
    width: 960px;
    height: 540px;
    position: absolute;
    left: calc(50% - 480px);
    top: 68px;
    z-index: 2;
}
.video-box video{
    width: 100%;
    height: 100%;
    outline: none;
}

/* detail 页面 */


/* index 页面 */
.index-banner{
    width: 100%;
    height: 608px;
    background: #aaa;
    position: relative;
    overflow: hidden;
    padding-top: 68px;
}
.index-banner-bg{
    width: calc(100% + 120px);
    height: calc(100% + 120px);
    background-color: #ccc;
    background-image: url(../images/index-bg.png);
    background-size: cover;
    background-position: center;
    filter: blur(50px);
    position: absolute;
    left: -60px;
    top: -60px;
    z-index: 1;
}
.index-banner-bg-mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: black\0;
    opacity: 0.7\0;
    position: absolute;
    left: 0;
    top: 0;
}
.index-first-swiper{
    width: 1168px;
    height: 540px;
    position: absolute;
    left: calc(50% - 584px);
    top: 68px;
    z-index: 2;
}
.swiper-slide{
    width: 100%;
    height: 100%;
    /* background-color: #ccc; */
    background-image: url(../images/index-bg.png);
    background-size: cover;
    background-position: center;
}
.index-first-swiper-bg{
    display: block;
    width: 100%;
    /* height: 100%; */
}


.gallery{
    width: 1168px;
    /* height: 170px; */
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.gallery-item{
    width: 220px;
    /* height: 170px;
    background-color: #aaa;
    background-image: url(../images/index-bg.png);
    background-size: cover;
    background-position: center;
    padding: 46px 0 0; */
}
.gallery-item img{
    display: block;
    width: 100%;
}
.gallery-item-title{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 36px;
    letter-spacing: 2px;
}
.gallery-item-des{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.list-top{
    width: 1168px;
    height: 40px;
    margin: 50px auto 20px;
}
.list-top-title-ch{
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 40px;
    float: left;
}
.list-top-title-en{
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
    float: left;
    margin-left: 20px;
}
.list-top-more{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    float: right;
    cursor: pointer;
    padding-right: 15px;
    position: relative;
}
.list-top-more::after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    right: 4px;
    top: calc(50% - 5px);
    transform: rotateZ(45deg);
}
/* index 页面 */

/* service & about 页面 */
.tab-box{
    width: 900px;
    margin: 100px auto 120px;
    background: #fff;
}
.tab-nav{
    width: 100%;
    height: 44px;
    background: #e7e7e7;
}
.tab-nav div{
    float: left;
    padding: 0 30px;
    font-size: 14px;
    color: #999;
    line-height: 44px;
    cursor: pointer;
}
.tab-nav div.cur{
    background: #fff;
    color: #D0B466;
}
.tab-cont{
    padding: 30px;
}
.tab-cont img{
    display: block;
    width: 100%;
    margin: 0 auto 30px;
}
.tab-cont-article div{
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.tab-cont-article .tab-cont-article-title{
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0 auto 10px;
}
/* service & about 页面 */

/* info & article 页面 */
.info-title{
    width: 900px;
    font-size: 28px;
    line-height: 70px;
    letter-spacing: 5px;
    margin: 30px auto 10px;
    display: none;
}
.info-list-box{
    width: 900px;
    margin: 50px auto 100px;
}
.info-list-item{
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.info-list-item-name{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.info-list-item-cont{
    width: 100%;
    position: relative;
}
.info-list-item-cont img{
    display: block;
    width: 200px;
}
.info-list-item-time{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    position: absolute;
    left: 220px;
    bottom: 10px;
}
.info-list-item-time i{
    /* vertical-align: middle; */
}
.info-list-item-read{
    font-size: 16px;
    color: #D0B466;
    line-height: 20px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}

/* newsDetail 页面 */
.article-wrap{
    width: 1160px;
    margin: 50px auto;
    overflow: hidden;
}
.detail-box{
    width: 860px;
    background: #fff;
    padding: 50px 50px;
    float: left;
}
.detail-back{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}
.detail-back svg{
    vertical-align: text-bottom;
    margin-right: 10px;
}
.detail-title{
    font-size: 38px;
    font-family: PingFangSC-Light, PingFang SC, '微软雅黑';
    font-weight: 300;
    color: #333333;
    line-height: 53px;
    margin-bottom: 15px;
}
.detail-time{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #989898;
    line-height: 25px;
    margin-bottom: 25px;
}
.detail-time span{
    margin-right: 20px;
}
.detail-cont{
    border-top: 1px solid #F0F0F0;
    padding: 50px 0 50px;
    min-height: 500px;
    font-size: 15px;
    font-family: PingFangSC-Light, PingFang SC, '微软雅黑';
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}
.detail-cont p{
    margin: 10px auto;
}
.detail-cont img{
    display: block;
    width: 100%;
    margin: 20px auto;
}
.right-nav{
    width: 270px;
    float: right;
    background: #fff;
    padding: 20px;
}
.right-nav-title{
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.right-nav-item{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    cursor: pointer;
}
/* newsDetail 页面 */

/* info & article 页面 */

/* activity 页面 */
.top-banner{
    position: relative;
    width: 100%;
    min-height: 280px;
}
.top-banner img{
    display: block;
    width: 100%;
    /* height: 280px; */
}
.top-banner-word{
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    padding: 60px 0 0;
}
.top-banner-word div{
    font-size: 62px;
    letter-spacing: 14px;
    margin-bottom: 20px;
}
.top-banner-word div:nth-child(2){
    font-size: 22px;
    letter-spacing: 6px;
}

.activity-title1{
    width: 100%;
    font-size: 24px;
    line-height: 50px;
    color: #333;
    position: relative;
    margin-bottom: 50px;
}
.activity-title2{
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    position: relative;
    margin-bottom: 50px;
}
.activity-title3{
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
    position: relative;
    /* margin-bottom: 50px; */
}
.activity-title1::after,.activity-title2::after{
    content: '';
    width: 20px;
    height: 4px;
    background: #D0B466;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.activity-p{
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: #333;
    margin: 10px auto 30px;
}

.activity{
    width: 1168px;
    margin: 60px auto 100px;
    overflow: hidden;
    position: relative;
}
.left-nav{
    width: 207px;
    background: #fff;
    float: left;
    margin-right: 30px;
    padding: 0px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.left-nav-item{
    padding: 15px 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.left-nav-item.cur{
    color: #D0B466;
}
.left-nav-item-border{
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}
.left-nav-item-border2{
    border-top: 1px solid #f7f7f7;
}
.left-nav-btn{
    padding: 15px 0;
    background: #D0B466;
    color: #fff;
    text-align: center;
}
.left-nav-btn div{
    font-size: 16px;
}
.left-nav-btn div:nth-child(2){
    font-size: 12px;
}
.right-box{
    width: 931px;
    min-height: 800px;
    background: #fff;
    float: left;
    padding: 50px 35px;
    margin-left: 237px;
}
.right-box2{
    padding: 50px 50px;
}
.right-box-nav{
    width: 540px;
    height: 44px;
    background: #F7F7F7;
    margin: 0 auto 50px;
}
.right-box-nav div{
    width: 180px;
    height: 44px;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.right-box-nav div.cur{
    background: #D0B466;
    color: #fff;
}
.right-box-title{
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin: 50px auto;
    position: relative;
}
.right-box-title::before{
    content: '';
    width: 4px;
    height: 18px;
    background: #D0B466;
    position: absolute;
    left: -14px;
    top: 0;
}

.grand-box{
    width: 100%;
    min-height: 208px;
}
.grand-box-title{
    font-size: 30px;
    font-family: PingFangSC-Light, PingFang SC, '微软雅黑';
    font-weight: 300;
    color: #333333;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.grand-box-video{
    width: 100%;
    margin: 50px auto;
}
.grand-box-video video{
    width: 100%;
}
.grand-box-article{
    /* border-top: 1px solid #F0F0F0; */
    padding: 0px 0 50px;
    min-height: 500px;
    font-size: 15px;
    font-family: PingFangSC-Light, PingFang SC, '微软雅黑';
    font-weight: 300;
    color: #333333;
    line-height: 21px;
}
.grand-box-article p{
    margin: 10px auto;
}
.grand-box-article img{
    display: block;
    width: 100%;
    margin: 20px auto;
}

/* activity 页面 */

/* sign 页面 */

.input-wrap{
    width: 1168px;
    background: #fff;
    padding: 50px 200px 80px;
    margin: 50px auto;
}
.input-box{
    width: 100%;
    margin: 0 auto 50px;
}
.input-item{
    margin-bottom: 20px;
    overflow: hidden;
}
.input-item div{
    width: 100%;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #6F6F6F;
    line-height: 21px;
    margin-bottom: 10px;
}
.input-item input,.input-item textarea{
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    line-height: 28px;
    font-size: 14px;
    float: left;
    background: #FCFCFC;
    border-radius: 6px;
    border: 1px solid #EAEAEA;
    margin-bottom: 20px;
}
.input-item textarea{
    height: 160px;
    outline: none;
}

.post-btn-wrap{
    width: 100%;
    text-align: center;
}
.post-btn{
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #D0B466;
    border: 1px solid #D0B466;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}
.post-btn:nth-child(2){
    background: #fff;
    color: #D0B466;
}

.input-wrap-title{
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC, '微软雅黑';
    font-weight: 600;
    color: #192736;
    line-height: 42px;
    text-align: center;
    margin: 0 auto 50px;
}
.input-sub-title{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC, '微软雅黑';
    font-weight: 500;
    color: #192736;
    line-height: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 20px;
}

.input-item-table{
    width: 100%;
    border: 1px solid #f6f6f6;
    border-radius: 6px;
    padding: 0;
}
.input-item-table th,.input-item-table td{
    height: 40px;
    line-height: 40px;
    background: #FCFCFC;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #6F6F6F;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
}
.input-item-table td{
    background: #fff;
    border-right: 1px solid #f6f6f6;
}
.input-item-table tr th:last-child{
    border-right: none;
}
.input-item-table input{
    margin: 0;
    background: none;
    border: none;
    /* border-bottom: 1px solid #f6f6f6; */
    text-align: center;
}
.input-item-table tr td:first-child input{
    /* border-right: 1px solid #f6f6f6; */
}
.input-item-table tr:last-child td{
    border-bottom: none;
}
.input-item input.red-border,.input-item-table input.red-border,.input-item textarea.red-border{
    border: 1px solid red;
}

.input-wrap-wait{
    display: block;
    width: 320px;
    margin: 20px auto 50px;
}
.input-wrap-success{
    display: block;
    width: 60px;
    margin: 20px auto 30px;
}

.input-wrap-title2{
    font-size: 26px;
    font-family: PingFangSC-Semibold, PingFang SC, '微软雅黑';
    font-weight: 600;
    color: #333333;
    line-height: 37px;
    text-align: center;
    margin-bottom: 10px;
}
.input-wrap-title3{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    text-align: center;
    margin-bottom: 20px;
}
.input-wrap-title4{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    text-align: center;
}
.replay{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC, '微软雅黑';
    font-weight: 400;
    color: #D0B566;
    line-height: 21px;
    text-align: center;
    text-decoration: underline;
    margin: 18px auto 0;
    cursor: pointer;
}

.tips{
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background: rgba(50, 50, 50, 0.7);
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -100px;
    display: none;
}
.tips2{
    top: calc(30% + 60px);
}
.tips3{
    top: calc(30% + 120px);
}
.tips.show{
    display: block;
}
/* sign 页面 */
