body{
    font-family: PingFangSC;
    background: #ECF2FA;
}
.w100{
    width: 100%;
    height:auto;
    display: block;
    background: #fff;
}
.ct_box{
    width:1200px;
    height: auto;
    margin:0 auto;
}
.banner_box{
    width:100%;
    height: 602px;
    background: #D8D8D8;
}
.banner{
    width:100%;
    height:inherit;
    display: block;
    object-fit: cover;
}

.module1{
    width:100%;
    height: 386px;
    margin-bottom: 60px;
}

.m1_title{
    font-weight: 500;
    font-size: 34px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    padding: 63px 0 25px 0;
}

.m1_p{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
    width:1100px;
    margin:0 auto 30px;
}

.module2{
    width:100%;
    height:auto;
}


.m2_icon_box{
    width: 525px;
    height:395px;
    /* background: #d8d8d8; */
    margin:0 auto;
}
.m2_icon{
    display: block;
    width: 525px;
    height:395px;
    object-fit: cover;
}
.hbg_box{
    width:100%;
    height:auto;
    height:1500px;
    /* height:41.25vw; */
    position: relative;
    /* background: url('../images/fest/hbg.png') no-repeat center;
    background-size: cover; */

    /* margin-top:-200px; */
}
.hbg{
    width:100%;
    height:auto;
    display: block;
    object-fit: contain;
}

.pos{
    position: absolute;
    left:50%;
    top:-60px;
    margin-left:-600px;
    z-index: 999;
}
.zwbg{
    width:100%;
    height:395px;
    background: #fff;
    position: absolute;
    left:0;
    top:-60px;
    z-index: -1;
}

.module3{

}

.bs{
    color:#fff !important;
}
.m4_card{
    display: flex;
    justify-content: space-between;
    margin:110px 0 90px 0;
}
.m4_card_item{
    width: 380px;
    height:203px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 #bbbaca5c;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.m4_card_item:hover{
    transition: .3s all;
    box-shadow: 0px 0px 11px 0px rgba(127, 127, 127, 0.25);
}
.card_icon{
    width:132px;
    height:100px;
    /* background: #ccc; */
    margin-top:-50px;
}
.card_img{
    width:100%;
    height:inherit;
    display: block;
    object-fit: cover;
}
.card_title{
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    margin: 23px 0 18px 0;
}
.card_desc{
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
    width: 258px;
    line-height: 24px;
}
.m5_subtitle{
    width:100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top:10px;
}
.module5{
    width:100%;
    height:auto;
}

.bbg{
    background: #fff;
}
.module6{
    width:100%;
    height:397px;
    background: #fff;
    margin:35px 0 50px 0;
    box-shadow: 0 2px 10px 0 #bbbaca5c;
    border-radius: 10px;
    display: flex;
}

.lm{
    width:230px;
    height:inherit;
    background: #F2F4FC;
}
.lm-tab{
    width: 100%;
    height:132px;
    line-height: 132px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    border-bottom: 1px solid #DADFEA;
    cursor: pointer;
}
.lm-tab:last-child{
    border-bottom: none;
}
.ta{
    color:#fff;
    font-weight: 500;
    background: linear-gradient(90deg, #00bcd5, #38cdba);
    position: relative;
}
.ta::after{
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: #38cdba;
    top: 50%;
    margin-top: -4px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 189, 211, 0.46);
    box-shadow: 0px 3px 11px 0px rgba(0, 189, 211, 0.46);
    right: -4px;
    z-index: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rm{
    width: 970px;
    height: inherit;
    background: #fff;

}
.rm-c{
    height:397px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctpic{
    width:calc(100% - 310px);
    height:auto;
    display: block;
    object-fit: contain;
}
.ctpic2{
    width:calc(100% - 160px);
    height:auto;
    display: block;
    object-fit: contain;
}

.ct3{
    width:calc(100% - 80px);
    height:calc(397px - 64px);
    display: block;
    margin:32px auto;
    /* background: #00f; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ct3-col{
    width: 210px;
    height: 158px;
    background: #F8F9FB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col_img{
    width: 60px;
    height:auto;
    display: block;
    margin-bottom: 20px;
}
.col_text{
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;

}

.bs__bg00 {
    background: url("../images/fest/bg-00.png");
    background-size: 100% 100%;
    width: 100%;
    height: 15.5rem;
    position: absolute;
    z-index: 0;
    top: 21rem;
}

.bs__bg01 {
    background: url("../images/fest/bg-01.png");
    background-size: 100% 100%;
    width: 100%;
    height: 15.5rem;
    position: absolute;
    z-index: 0;
    top: 77rem;
}

.bs__content {
    position: relative;
}

.bs__banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #D8D8D8;
}

.bs__banner img {
    width: 100%;
    background: #D8D8D8;
}

.bs__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bs__block .bs__title {
    height: 0.88rem;
    font-weight: 600;
    font-size: 0.63rem;
    color: #000000;
    letter-spacing: 0;
}

.bs__block .bs__sub_title {
    margin-top: 0.14rem;
    height: 0.59rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 0.33rem;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.59rem;
}

.bs__block .bs__desc {
    font-weight: 400;
    font-size: 0.33rem;
    color: #666666;
    letter-spacing: 0;
    line-height: 0.59rem;
    margin-top: 0.53rem;
}

.bs__zqjzj {
    padding: 0.91rem 0.65rem 0 0.65rem;
}

.bs__szmh {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0.75rem;
}

.bs__szmh_img {
    width: 7.13rem;
    height: 5.37rem;
}

.bs__z_white .bs__title {
    color: white;
}

.bs__z_white .bs__desc {
    color: white;
}

.bs__special_table {
    display: flex;
    flex-direction: column;
    gap: 0.54rem;
    width: 100%;
    padding: 0.55rem 0.65rem 0 0.65rem;
}

.bs__special_table .bs__st_node {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.2rem 0 #bbbaca5c;
    border-radius: 0.14rem;
    padding: 0.5rem 0.5rem 0.5rem 0.44rem;
    box-sizing: border-box;
    align-items: center;
}

.bs__special_table .bs__st_node .bs__st_logo,
.bs__special_table .bs__st_node .bs__st_logo .bs__st_logo_img {
    width: 2.42rem;
    height: 1.84rem;
}

.bs__special_table .bs__st_node .bs__st_content {
    display: flex;
    flex-direction: column;
    margin-left: 0.33rem;
    justify-content: center;
    gap: 0.41rem;
}

.bs__special_table .bs__st_node .bs__st_content .bs__st_title {
    height: 0.38rem;
    font-weight: 600;
    font-size: 0.41rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 0.38rem;
}

.bs__special_table .bs__st_node .bs__st_content .bs__st_desc {
    font-weight: 400;
    font-size: 0.33rem;
    color: #777777;
    letter-spacing: 0.01rem;
    line-height: 0.45rem;
}

.bs__tabs {
    padding: 0 0.65rem;
}

.bs__tabs .bs__tabbar {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 1.06rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.2rem 0 #bbbaca5c;
    border-radius: 0.53rem;
    margin-top: 0.54rem;
}

.bs__tabs .bs__tabbar .bs__tabbar_node {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.99rem;
    height: 1.06rem;
    border-radius: 0.53rem;
    font-weight: 500;
    font-size: 0.35rem;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
}

.bs__tabs .bs__tabbar .bs__tabbar_node.active {
    background-image: linear-gradient(90deg, #00BCD5 0%, #37CDBA 100%);
    font-weight: 500;
    font-size: 0.35rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.bs__tabs .bs__tabbar_container {
    display: none;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.2rem 0 #bbbaca5c;
    border-radius: 0.14rem;
    margin-top: 0.33rem;
    padding: 0.56rem 0.22rem;
}

.bs__tabs .bs__tabbar_container.bs__tabbar_container_grid {
    padding: 0.41rem 0.27rem;
}

.bs__tabs .bs__tabbar_container.active {
    display: block;
}

.bs__tabs .bs__tabbar_container img {
    width: 100%;
}

.bs__tabs .bs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
}

.bs__tabs .bs__grid_node {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.27rem;
    height: 2.88rem;
    background: #F8F9FB;
    border-radius: 0.14rem;
}

.bs__tabs .bs__grid_node img {
    width: 1.09rem;
    height: 1.09rem;
    border-radius: 0.27rem;
}

.bs__tabs .bs__grid_node .bs__grid_text {
    height: 0.54rem;
    font-weight: 400;
    font-size: 0.38rem;
    color: #222222;
    letter-spacing: 0;
}

.bs_tabs_01 {
    padding-top: 1.1rem;
}

.bs_tabs_03 {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}
/*swiper*/
.swiper {
    width: 100%;
    height: auto;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width:50px;
    height:6px;
    border-radius: 8px;
}

.swiper-pagination-bullet-active{
    background-image: linear-gradient(90deg, #00BCD5 0%, #37CDBA 100%);
}