.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: .5rem;
    font-weight: 500;
}
.white{
    color: #fff!important;
}
.futitle{
    font-size: .24rem;
    color: #252525;
    text-align: center;
    line-height: .33rem;
    margin-top: .1rem;
}
.zixunlist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.zixunlist .zixunbtn{
    width: 46%;
    height: .74rem;
    border-radius: .37rem;
    font-size: .26rem;
	color: #fff;
    line-height: .74rem;
    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: #6080FF!important;
}
.brown2{
    background: #fff!important;
    color: #6080FF!important;
}
.partReason .main .one2::after{
    background: transparent!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: #f5f5f5;
    padding: .5rem 0;
    overflow: hidden;
}
.part1 .main{
    width: 100%;
    margin: .4rem 0 .2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part1 .main .one{
    width: 48%;
    height: 4.8rem;
    background: #fff;
    border-radius: .1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .2rem;
}
.part1 .main .one img{
    width: 35%;
    margin: .3rem 0 .25rem;
}
.part1 .main .one span{
    font-size: .32rem;
    color: #333;
    font-weight: 700;
    line-height: .5rem;
}
.part1 .main .one p{
    font-size: .28rem;
    line-height: .4rem;
    margin: .2rem .3rem 0;
}

.part2{
    width: 100%;
    background: url(../images/bg2.png) no-repeat top center;
    background-size: 100% 100%;
    padding: .6rem 0 0;
    overflow: hidden;
}
.part2 .swiper-container2{
    margin: .4rem auto 0; 
    padding: 0 0 1.6rem;
    overflow: hidden;
}
.part2 .swiper-container2 .one{
    width: 100%;
    min-height: 6.23rem;
    background: #FFFFFF;
    border-radius: .13rem;
    padding-top: .35rem;
    padding-bottom: .2rem;
}
.part2 .swiper-container2 .one .head{
    font-size: .32rem;
    color: #6080FF;
    line-height: .4rem;
    text-align: center;
    margin: 0 0 .25rem;
}
.part2 .swiper-container2 .one .black{
    font-size: .28rem;
    color: #333;
    line-height: .38rem;
    margin: 0 .3rem .1rem;
}
.part2 .swiper-container2 .one p{
    font-size: .26rem;
    color: #878787;
    line-height: .38rem;
    margin: 0 .3rem .32rem;
}
.pagination2{
    bottom: .35rem!important; 
}
.pagination2 .swiper-pagination-bullet-active{
    background: #FF782A!important; 
}
.part4{
    width: 100%;
    background: #f5f5f5;
    padding: .5rem 0;
}
.part4 .main{
    width: 100%;
    margin: .4rem 0 .1rem;
    display: flex;
    flex-direction: column;
}
.part4 .main .one{
    width: 100%;
    background: #fff;
    border-radius: .15rem;
    margin-bottom: .3rem;
    padding-bottom: .4rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.part4 .main .one .tip{
    font-size: .4rem;
    line-height: 1rem;
    margin: .3rem 0 .2rem .3rem;
    display: flex;
    flex-direction: row;
}
.part4 .main .one .tip img{
    width: 1rem;
    height: 1rem;
    border-radius: 50em;
    margin-right: .3rem;
}
.part4 .main .one .text{
    font-size: .28rem;
    line-height: .5rem;
    margin-left: .3rem;
}
.one::after{
    content: '';
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.one1::after{
    background: #4b81ee;
}
.one2::after{
    background: #fb0a54;
}
.one3::after{
    background: #ff873e;
}
.one4::after{
    background: #00bc85;
}
.one1 .tip img{
    background: #4b81ee;
}
.one2 .tip img{
    background: #fb0a54;
}
.one3 .tip img{
    background: #ff873e;
}
.one4 .tip img{
    background: #00bc85;
}

.part5{
    width: 100%;
    background: #e6eeff;
    padding: .5rem 0;
    overflow: hidden;
}
.part5 .swiper-container5{
    width: 100%;
    margin: .5rem 0;
}
.part5 .swiper-container5 .swiper-slide{
    width: 100%;
}
.part5 .swiper-container5 .swiper-slide .one{
    width: 88%;
    height: 7rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(101 197 252 / 10%);
    border-radius: .1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.part5 .swiper-container5 .swiper-slide .one img{
    width: 30%;
    margin: .3rem 0 .2rem;
}
.part5 .swiper-container5 .swiper-slide .one .name{
    font-size: .4rem;
    color: #333;
    line-height: .5rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.part5 .swiper-container5 .swiper-slide .one .tip{
    font-size: .28rem;
    color: #333;
    line-height: .4rem;
    font-weight: bold;
    margin-bottom: .1rem;
}
.part5 .swiper-container5 .swiper-slide .one .text{
    font-size: .28rem;
    color: #4b81ee;
    line-height: .4rem;
    text-align: center;
    font-weight: bold;
    margin: 0 .3rem .1rem;
}

.part6{
    width: 100%;
    background: #4b81ee;
    padding: .5rem 0;
    overflow: hidden;
}
.part6 .main{
    width: 100%;
    margin: .5rem 0;
}
.part6 .main img{
    width: 100%;
    display: block;
}

.part7{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
    overflow: hidden;
}
.part7 .main{
    width: 100%;
    margin: .4rem auto;
}
.part7 .main img{
    width: 100%;
    display: block;
}

.part8{
    width: 100%;
    background: #f5f5f5;
    padding: .5rem 0;
    overflow: hidden;
}
.part8 .main{
    width: 100%;
    background: #fff;
    margin: .5rem 0;
    padding: .5rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.part8 .main::before{
    content: '';
    width: .02rem;
    height: 96%;
    background: rgba(160,187,241,.4);
    position: absolute;
    left: .35rem;
    top: .2rem;
}
.part8 .main .one{
    padding-left: .7rem;
}
.part8 .main .one .text{
    font-size: .34rem;
    color: #3c7eff;
    font-weight: 700;
    line-height: .6rem;
    position: relative;
}
.part8 .main .one .text::before{
    content: '';
    width: .4rem;
    height: .4rem;
    background: url(../images/icon6.png) no-repeat top center;   
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -.54rem;
    margin-top: -.2rem;
    z-index: 14;
}
.part8 .main .one .text span{
    margin-right: 10px;
}
.part8 .main .one h4{
    font-size: .3rem;
    line-height: .5rem;
    color: #333;
    margin: 0;
}
.part8 .main .one p{
    font-size: .26rem;
    line-height: .46rem;
    margin: .15rem .2rem .25rem 0;
}