img {
    width: 100%;
    height: auto;
}

.index_content h2 {
    text-align: center;
    font-size: 0.42rem;
    color: #333333;
    line-height: 1.3;
    padding: 8% 0 4%;
    font-weight: normal;
    text-transform: uppercase;
}

.index_content h2 p {
    font-size: 0.4rem;
}

.index_content .btn {
    display: block;
    width: 42%;
    height: 0.76rem;
    line-height: 0.76rem;
    background: #8f6ab4;
    color: #fff;
    font-size: 0.32rem;
    border-radius: 0.4rem;
    text-align: center;
    margin: 5% auto 0;
}

.index_content .w20 {
    margin: 0 0.4rem;
}

.over {
    overflow: hidden;
}

.pb {
    padding-bottom: 6%
}

.subject_activity {
    margin-bottom: 0;
    display: none !important;
}

#call_form, .top_activity, .swt_center {
    display: none !important;
}

.kv {
    position: relative;
    text-align: center;
}

.section1 {
    padding: 4% 0 1%;
}

.box1 {
    padding: 3% 0;
    text-align: center;
}

.box1 p {
    font-size: 0.3rem;
    color: #000;
    padding-top: 4%;
}

.section2 {
    padding: 3% 0;
}

.box4 {
    background: #f7f5f5;
    padding: 4% 0;
}

.box4 ul li {
    width: 2.01rem;
    float: left;
    text-align: center;
    margin-right: 0.32rem;
    padding-bottom: 2%;
}

.box4 ul li:last-child {
    margin-right: 0;
}

.box4 ul li p {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.3;
    padding-top: 3%;
}

.box4 ul li p span {
    display: block;
    color: #77519e;
}

.section5 {
    padding: 3% 0;
}

.section5 h2 p {
    font-size: 0.24rem;
}

.section3 {
    padding: 3% 0;
}

.section3 h2 {
    font-size: 0.46rem;
    padding: 6% 0;
}

.section3 ul {
    padding: 0 0 4% 30%;
}

.section3 ul li {
    font-size: 0.36rem;
    color: #77519e;
    height: 0.38rem;
    line-height: 0.38rem;
    margin-bottom: 0.2rem;
}

.section3 ul li img {
    width: 0.38rem;
    padding-right: 0.14rem;
}

.box3_c a {
    display: block;
    padding: 0.26rem 0.2rem 0.4rem 0.2rem;
    background: #fff;
    border-radius: 0.3rem;
    overflow: hidden;
}

.box3_c .swiper-pagination {
    overflow: hidden;
    bottom: 0.5rem;
}

.box3_c .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    background: #b1b1b1;
    opacity: 1;
}

.box3_c .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.24rem;
    height: 0.24rem;
    background: #f3f3f3;
    opacity: 1;
}

.section6 {
    padding: 2% 0;
}

@-webkit-keyframes showb {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}