@charset "UTF-8";
@import url(./wappublic.css);
@import url(./wapheader.css);
@import url(./fenlan.css);
@import url(./wapfooter.css);
@import url(./wapNavlist.css);

/* 头部 */
.mainTop{
    width: 100%;
    height: 8.84rem;
    display: flex;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: all 2s ease 2.5s;
    transform: perspective(1000rem) translate3d(0, 0, 200rem);
}
.banner .active .mainTop-img {
    transition: all 5s ease 0s;
    transform: perspective(1000rem) translate3d(0, 0, 0rem);
}
/* 首页轮播 */
.swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
    bottom:0.35rem !important;
    left: 0;
    width: 100%;
}
.banner .swiper-pagination-bullet{
    width: 1.02rem !important;
    height: 0.05rem !important;
    background: #FFFFFF;
    opacity: 1 !important;
    border-radius:0.1rem !important;
}
.banner .swiper-pagination-bullet-active{
    width: 1.02rem !important;
    height: 0.05rem !important;
    background: #c42522 !important;

}
.ind_ban_tex{
    width: 85%;
    position: absolute;
    top: 46%;
    left: 42%;
    transform: translate(-50%,-50%);
    z-index: 5;
    background: rgba(0, 0, 0, 0.47);
    padding: 0.35rem 0.4rem;
    display: flex;
    flex-direction: column;
}
.ind_ban_tex h1{
    font-size:0.32rem;
    font-family: Source Han Sans SC;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0rem;
    transform: translateY(80px);
    opacity:0;
}
.in_text{
    width: 5.26rem;
    height: 0.38rem;
    text-transform: capitalize;
    margin-bottom: 0rem;
    transform: translateY(0.8rem);
    opacity:0;
}
.ind_ban_tex .t_big{
    font-size: 0.24rem;
    font-family: FZXiDengXian-Z06S;
    font-weight: 400;
    color: #FFFFFF;
    line-height:0.4rem;
    text-transform: capitalize;
    margin-bottom: 0;
    transform: translateY(0.8rem);
    opacity:0;
    margin: 0.1rem 0;
}
.in_yw{
    font-size: 0.24rem;
    font-family: FZXiDengXian-Z06S;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom:0;
    transform: translateY(0.8rem);
    opacity:0;
    margin: 0.2rem 0 0 0;
}
.in_more{
    width: 1.52rem;
    height: 0.52rem;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 0.26rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #010000;
    line-height:0.52rem;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
    transform: translateY(0.8rem);
    opacity:0;
    margin-top:0.1rem;
}
.banner .active .t_big, .banner .active .ind_ban_tex h1, .banner .active .in_yw, .banner .active .in_more {
    transition: all 2s ease .7s;
    transform: translateY(0);
    opacity: 1;
}
.banner .swiper-container{
    z-index: 0 !important;
}
.swiper-container-fade .swiper-slide {
    pointer-events: auto !important;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

/* 大咖 */
.main_dak{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.dak{
    width:100%;
    /* height: 4.73rem; */
    background: url(../wapimages/in_img10.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding:0.84rem 0 0.85rem 0.31rem;
}
.dak_title{
    display: flex;
    flex-direction: column;
}
.dak_title span:nth-child(1){
    font-size: 0.49rem;
    font-family: zihun181hao-feichibiaotiti;
    font-weight: 400;
    color: #FFFFFF;
}
.dak_title span:nth-child(2){
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0.2rem 0;
}
.dak_bot{
    display: flex;
    flex-direction: column;
}
.dak_bot p{
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    position: relative;
    padding-left: 0.3rem;
}
.dak_bot p::before{
    content: "";
    width: 0.07rem;
    height: 0.07rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 0.2rem;
    left: 0;
}
.dak_bf{
    width: 100%;
    height: 4.17rem;
    position: relative;
}
.dak_bf iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.da_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dak_left_bf{
    width: 1.47rem;
    height: 1.47rem;
    position: absolute;
    top: 33%;
    left: 39%;
    z-index: 9;
}

/* 关于 */
.main_about{
    width: 100%;
    height: 100%;
    margin-top: 0.76rem;
}
.about_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.48rem;
}
.about_top_title{
    display: flex;
    align-items: center;
    font-size: 0.4rem;
    font-family: zihun181hao-feichibiaotiti;
    font-weight: 600;
    color: #000000;
}
.about_top_title img{
    width: 1.7rem;
    height: 0.3rem;
    margin-left: 0.05rem;
}
.about_top_heng{
    width: 0.88rem;
    height: 0.05rem;
    background: #000000;
    margin: 0.2rem 0;
}
.about_top_nr{
    font-size: 0.23rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.32rem;
    opacity: 0.74;
}
.about_list{
    width: 92%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.about_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem dashed #0000001c;
    margin-bottom: 0.32rem;
    padding-bottom: 0.3rem;
}
/* .about_item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.about_item_left{
    width: 2.69rem;
    height: 1.92rem;
    object-fit: cover;
}
.about_item_right{
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-left: 0.26rem;
}
.about_item_title{
    font-size: 0.25rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000000;
}
.about_item_nr{
    font-size: 0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.4rem;
    opacity: 0.74;
    margin: 0.1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about_item_more{
    display: flex;
    align-items: center;
    font-size: 0.19rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:#706e6ead;
}
.about_item_more a{
    display: flex;
    align-items: center;
    color: #706e6ead;
}
.about_item_more a:active{
    color: #000;
}
.about_item_more img{
    width: 0.33rem;
    height: 0.11rem;
    margin-left: 0.1rem;
}

/* 资讯活动news */
.main_news{
    width: 100%;
    height: 100%;
    margin-top: 0.76rem;
}
.news_list{
    width:92%;
    margin:0 auto;
}
.news_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem solid #00000036;
    margin-bottom: 0.58rem;
    padding-bottom: 0.3rem;
}
.news_item:last-child{
    margin-bottom: 0;
}
.news_item a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.news_item_img{
    width: 100%;
    height: 3.78rem;
    object-fit: cover;
}
.news_item_text{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ne_title{
    font-size: 0.3rem;
    font-family: Source Han Sans SC;
    font-weight: 600;
    color: #000;
    line-height: 0.43rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.43rem;
}
.ne_tw{
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.36rem;
    opacity: 0.91;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.1rem 0 0.3rem 0;
}
.ne_sj{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ne_sj_left{
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color:#1313138c;
}
.ne_sj_left img{
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
}
.ne_sj_right{
    width: 0.32rem;
    height: 0.32rem;
}
.news_box{
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 0.33rem;
}
.news_box_item{
    width: 100%;
    display: flex;
    border-bottom: 0.01rem solid #00000036;
    margin-bottom: 0.38rem;
    padding-bottom: 0.38rem;
}
.news_box_item a{
    width: 100%;
    display: flex;
    align-items: center;
}
.news_box_item_left{
    width: 1.99rem;
    height: 1.32rem;
    object-fit: cover;
}
.news_box_item_right{
    width: 72%;
    display: flex;
    flex-direction: column;
    padding-left: 0.27rem;
}
.news_box_item_right p{
    font-size: 0.26rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_box_item_right div{
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #1313138c;
    margin-top: 0.2rem;
}
.news_box_item_right div img{
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
}

.news_more{
    width: 2.1rem;
    height: 0.64rem;
    border: 0.01rem solid #000000;
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #050003;
    margin: 0 auto;
    line-height: 0.64rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.63rem;
    margin-top: 0.3rem;
}
.news_more img{
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.1rem;
}
.news_more:active{
    border: 0.01rem solid #00000047;
    background: #ada6a61c;
}