.center{
    width: 93.6%;
    margin: 0 auto;
}
.center2 {
    width: 96.8%;
    margin: 0 0 0 3.2%;
}
.title{
    font-size: .38rem;
    color: #333;
    text-align: center;
    line-height: .52rem;
    font-weight: 500;
}
.futitle{
    font-size: .26rem;
    color: #333;
    text-align: center;
    line-height: .4rem;
    margin-top: .15rem;
}
.white{
    color: #fff!important;
}
.zixunlist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.zixunlist .zixunbtn{
    width: 46%;
    height: .6rem;
    background: #FC9D3E;
    border-radius: .37rem;
    font-size: .26rem;
    color: #fff;
    line-height: .6rem;
    text-align: center;
    margin: 0 2%;
    animation: breathe 1.4s infinite;
}
@keyframes breathe{
    0%{
        transform: scale(0.95);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(0.95);
    }
}
.pink{
    background: #ff006c!important;
}
.brown{
    background: #0b74e7!important;
}
.show{
    display: block!important;
}

.pagination{
    text-align: center;
    position: absolute;
    bottom: .15rem!important; 
}
.swiper-pagination-bullet{
    width: .18rem!important; 
    height: .18rem!important; 
    background: #D6D6D6!important; 
    margin: 0 .1rem!important; 
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    background: #6080FF!important; 
}

.part1{
	width: 100%;
	background: #FBF9FF;
    padding: .44rem 0 .79rem;
    overflow: hidden;
}
.part1 .bgA986FF{
    width: 100%;
    background: #A986FF;
    border-radius: .09rem;
    margin: .36rem 0;
    overflow: hidden;
}
.part1 .bgA986FF p{
    font-size: .28rem;
    color: #fff;
    line-height: .46rem;
    margin: .23rem .18rem .23rem .23rem;
}
.part1 .bgA986FF p span{
    font-size: .32rem;
}
.part1 .swiper-container1{
    width: 100%;
}
.part1 .swiper-container1 .swiper-slide{
    width: 100%;
}
.part1 .swiper-container1 .swiper-slide .one{
    width: 94%;
    height: 6.6rem;
    background: #fff;
    border-radius: .1rem;
    margin: 0 auto;
    position: relative;
}
.part1 .swiper-container1 .swiper-slide .one .text{
    width: 100%;
    height: .8rem;
    background: #A986FF;
    border-radius: .1rem .1rem 0 0;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
    line-height: .8rem;
    text-align: center;
    margin-bottom: .3rem;
    position: relative;
}
.part1 .swiper-container1 .swiper-slide .one .text::before{
    content: '';
    width: .4rem;
    height: .4rem;
    background: #A986FF;
    border-radius: .2rem;
    position: absolute;
    bottom: -.2rem;
    left: 50%;
    margin-left: -.2rem;
    display: block;
}
.part1 .swiper-container1 .swiper-slide .one .text::after{
    content: '';
    width: .16rem;
    height: .16rem;
    background: #fff;
    border-radius: .08rem;
    position: absolute;
    bottom: -.08rem;
    left: 50%;
    margin-left: -.08rem;
    display: block;
}
.part1 .swiper-container1 .swiper-slide .one .content{
    width: 100%;
    height: 5.6rem;
    position: relative;
}
.part1 .swiper-container1 .swiper-slide .one .content p{
    font-size: .28rem;
    color: #A986FF;
    line-height: .4rem;
    margin: 0 .28rem .1rem .32rem;
}
.part1 .swiper-container1 .swiper-slide .one .content p span{
    font-weight: bold;
}
.part1 .swiper-container1 .swiper-slide .one .abtn{
    width: 2.92rem;
    height: .56rem;
    background: #BFA4FF;
    border-radius: .28rem;
    font-size: .26rem;
    color: #fff;
    line-height: .56rem;
    text-align: center;
    position: absolute;
    bottom: .4rem;
    left: 50%;
    margin-left: -1.46rem;
}
.swiper-button-prev{
    width: .76rem!important;
    height: 1.32rem!important;
    background-image: url(../images/left.png)!important;
    background-size: cover;
    left: 0!important;
    top: 42%!important;
}
.swiper-button-prev::after{
    display: none;
}
.swiper-button-prev:active,.swiper-button-prev:focus{
    outline: none;
}
.swiper-button-next{
    width: .76rem!important;
    height: 1.32rem!important;
    background-image: url(../images/right.png)!important;
    background-size: cover;
    right: 0!important;
    top: 42%!important;
}
.swiper-button-next:after{
    display: none;
}
.swiper-button-next:active,.swiper-button-next:focus{
    outline: none;
}
.part1 .bgfff{
    width: 100%;
    background: #fff;
    box-shadow: 8px 6px 19px -1px rgba(227,129,250,0.17);
    border-radius: .09rem;
    margin: .36rem 0 0;
    padding-bottom: .58rem;
    overflow: hidden;
}
.part1 .bgfff h4{
    font-size: .3rem;
    color: #A47FFF;
    line-height: .42rem;
    text-align: center;
    margin: .38rem 0 .28rem;
}
.part1 .bgfff p{
    font-size: .28rem;
    color: #8F8F8F;
    line-height: .46rem;
    margin: 0 .2rem .49rem;
}

.part3{
    width: 100%;
    background: #f5f5f5;
    padding: .5rem 0;
    overflow: hidden;
}
.part3 .swiper-container3{
    width: 100%;
    margin: .4rem 0 0;
    padding: 0 0 .4rem;
}
.part3 .swiper-container3 .one{
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    box-shadow: 0 0 6px #e5eaf4;
    -webkit-box-shadow: 0 0 6px #e5eaf4;
    -moz-box-shadow: 0 0 6px #e5eaf4;
}
.part3 .swiper-container3 .one .text{
    width: 100%;
    height: 1.5rem;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    background: -moz-linear-gradient(top,#f21b57 0,#ffa42c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f21b57),color-stop(100%,#ffa42c));
    background: -webkit-linear-gradient(top,#f21b57,#ffa42c);
    background: -o-linear-gradient(top,#f21b57 0,#ffa42c 100%);
    background: -ms-linear-gradient(top,#f21b57 0,#ffa42c 100%);
    background: linear-gradient(180deg,#f21b57 0,#ffa42c);
    font-size: .32rem;
    color: #fff;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 700;
}
.part3 .swiper-container3 .one .content{
    width: 100%;
    height: 2.2rem;
    background: #fff;   
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    padding: .4rem 0 0;
}
.part3 .swiper-container3 .one .content p{
    font-size: .28rem;
    color: #333;
    line-height: .46rem;
    margin: 0 .3rem;
}

.part2{
    width: 100%;
    background: #e0e7ff;
    padding: .5rem 0;
}
.part2 .main{
    width: 100%;
    border-radius: .2rem;
    margin: .4rem 0 .5rem;
    overflow-x: auto;
}

.part4{
    width: 100%;
    background: #F9F9F9;
    padding: .45rem 0 .71rem;
    overflow: hidden;
}
.part4 .swiper-container4{
    margin: .45rem auto 0;
    box-shadow: 8px 6px 19px -1px rgba(227,129,250,0.17);
}
.part4 .swiper-container4 .single{
    width: 100%;
    height: 5.9rem;
    background: #FFFFFF;
    box-shadow: 8px 6px 19px -1px rgba(227,129,250,0.17);
    border-radius: .19rem;
    overflow: hidden;
}
.part4 .swiper-container4 .single .one{
    font-size: .3rem;
    color: #A47FFF;
    line-height: .42rem;
    text-align: center;
    margin: .41rem 0 .34rem;
}
.part4 .swiper-container4 .single .topic{
    font-size: .26rem;
    color: #333;
    line-height: .37rem;
    margin: 0 0 .07rem .36rem;
}
.part4 .swiper-container4 .single p{
    font-size: .24rem;
    color: #8F8F8F;
    line-height: .33rem;
    margin: 0 .36rem .35rem;
}
.part4 .swiper-container4 .single .abtn{
    width: 3.91rem;
    height: .62rem;
    background: #FC9D3E;
    border-radius: .31rem;
    font-size: .26rem;
    color: #fff;
    line-height: .62rem;
    text-align: center;
    margin: .56rem auto 0;
    display: block;
}


.part5{
    width: 100%;
    background: url(../images/bg5.png) no-repeat top center;
    background-size: cover;
    padding: .5rem 0;
    overflow: hidden;
}
.part5 .main{
    width: 100%;
    margin: .4rem 0;
}
.part5 .main .tablist{
    width: 100%;
    height: .8rem;
    background: #fff;
    border-radius: .12rem;
    margin: 0 auto .4rem;
    display: flex;
    flex-direction: row;
}
.part5 .main .tablist .tab{
    width: 20%;
    height: .8rem;
    font-size: .24rem;
    line-height: .34rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.part5 .main .tablist .current{
    border-radius: .12rem;
    background: #ffb24d;
    color: #fff;
}
.part5 .main .tablist .tab::after{
    content: '';
    width: .01rem;
    height: .6rem;
    background: #ccc;
    position: absolute;
    right: 0;   
    top: 50%;
    margin-top: -.3rem;
}
.part5 .main .tablist .tab0::after{
    display: none;
}
.part5 .main .tablist .current::after{
    display: none;
}
.part5 .main .tablist .current::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffb24d;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
}
.part5 .main .poslist{
    width: 100%;
}
.part5 .main .poslist .pos{
    width: 100%;
    display: none
}
.part5 .main .poslist .pos img{
    width: 100%;
}

.part6{
    width: 100%;
    background: #f5f5f5;
    padding: .5rem 0;
}
.part6 .main{
    width: 100%;
    margin: .4rem 0;
}
.part6 .main .one{
    width: 100%;
    background: #fff;
    border-radius: .15rem;
    overflow: hidden;
}
.part6 .main .one .text{
    width: 100%;
    height: 1rem;
    background: #3f66f3;
    font-size: .32rem;
    color: #fff;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
}
.part6 .main .one .content{
    width: 100%;
    background: #fff;
    padding: .4rem 0;
}
.part6 .main .one .content p{
    font-size: .28rem;
    color: #333;
    line-height: .5rem;
    margin: 0 .3rem .15rem;
}
.part6 .main .one .content p span{
    font-weight: 700;
}
.part6 .main .one:last-child{
    margin-top: .3rem;
}
.part6 .main .one:last-child .text{
    background: #f21b57;
}

.part7{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
    overflow: hidden;
}
.part7 .main{
    width: 100%;
    margin: .4rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part7 .main .one{
    width: 48%;
    background: #ebf9fe;
    border: 1px solid #3d7ff9;
    border-radius: .15rem;
}
.part7 .main .one img{
    width: 1.3rem;
    margin: .4rem auto 0;
}
.part7 .main .one h5{
    font-size: .34rem;
    color: #3d7ff9;
    font-weight: 700;
    text-align: center;
    margin: .2rem 0;
}
.part7 .main .one p{
    font-size: .28rem;
    color: #333;
    line-height: .46rem;
    margin: 0 .3rem .45rem;
}
.part7 .main .one:last-child{
    background: #eafef6;
    border: 1px solid #71d69c;
}
.part7 .main .one:last-child h5{
    color: #71d69c;
}

.part8{
    width: 100%;
    background: #fff;
    padding: .55rem 0 .52rem;
    overflow: hidden;
}
.part8 img{
    width: 100%;
    margin: .4rem 0;
    display: block;
}

.part9{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
    overflow: hidden;
}
.part9 .main{
    width: 100%;
    margin: .4rem 0 .1rem;
    overflow: hidden;
}
.part9 .main .one{
    height: .7rem;
    border-radius: .3rem;
    display: flex;
    flex-direction: row;  
    align-items: center;
    margin-bottom: .3rem;
} 
.part9 .main .one .icon{
    width: .46rem;
    height: .41rem;
    margin: 0 .25rem 0 .3rem;
}
.part9 .main .one .text{
    font-size: .25rem;
    line-height: .7rem;
}
.one1{
    background: #fff9f1;
    border: 1px solid #ffa42c;
}
.one2{
    background: #ebefff;
    border: 1px solid #3e78f6;
}

.part10{
    width: 100%;
    background: #f5f5f5;
    padding: .5rem 0;
    overflow: hidden;
}
.part10 .main{
    width: 100%;
    margin: .4rem 0 .1rem;
    display: flex;
    flex-direction: row;  
    flex-wrap: wrap;
    justify-content: space-between;
}
.part10 .main .one{
    width: 48%;
    background: #fff;
    box-shadow: 0 0 6px #e5eaf4;
    -webkit-box-shadow: 0 0 6px #e5eaf4;
    -moz-box-shadow:  0 0 6px #e5eaf4;
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .3rem;
}
.part10 .main .one img{
    width: 30%;
    margin: .3rem 0 .2rem;
}
.part10 .main .one h5{
    font-size: .32rem;
    color: #333;
    line-height: .42rem;
    margin: 0 0 .2rem;
}
.part10 .main .one p{
    font-size: .28rem;
    line-height: .4rem;
    margin: 0 0 .2rem;
}
.part10 .main .one .abtn{
    width: 70%;
    height: .55rem;
    background: #fff;
    border: 1px solid #f21b57;
    border-radius: .3rem;
    font-size: .24rem;
    color: #f21b57;
    line-height: .55rem;
    text-align: center;
    margin: 0 0 .35rem;
}

.part11{
    width: 100%;
    background: #e0e7ff;
    padding: .5rem 0;
    overflow: hidden;
}
.part11 .main{
    width: 100%;
    margin: .4rem 0 .1rem;
    display: flex;
    flex-direction: row;  
    flex-wrap: wrap;
    justify-content: space-between;
}
.part11 .main .one{
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .3rem;
}
.part11 .main .one img{
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: .05rem solid #fff;
}
.part11 .main .one .text{
    width: 100%;
    margin: .2rem 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part11 .main .one .text span{
    font-size: .28rem;
    color: #000;
    line-height: .4rem;
}

.part12{
    width: 100%;  
    background: #f5f5f5;
    padding: .5rem 0;
}
.part12 .swiper-container12{
    width: 100%;
    margin: .4rem 0;
    padding: 0;
}
.part12 .swiper-container12 .one{
    background: url(../images/bg12.png) no-repeat top center;
    background-size: contain;
    border-radius: .2rem;
    overflow: hidden;
}
.part12 .swiper-container12 .one .text{
    width: 100%;
    height: 1.5rem;  
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.part12 .swiper-container12 .one .text h3{
    font-size: .34rem;
    line-height: .46rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.part12 .swiper-container12 .one .text h5{
    font-size: .28rem;
    line-height: .4rem;
    text-align: center;
    margin: 0;
}
.part12 .swiper-container12 .one .content{
    width: 100%;
    min-height: 4rem;
    background: #fff;   
    padding: .4rem 0;
}
.part12 .swiper-container12 .one .content p{
    font-size: .28rem;
    color: #333;
    line-height: .46rem;
    margin: 0 .3rem;
}
.part12 .swiper-container12 .one .content p span{
    font-weight: 700;
}