.center{
    width: 93.6%;
    margin: 0 auto;
}
.center .title{
    font-size: .36rem;
    font-weight: bold;
    color: #444C55;
    text-align: center;
    line-height: .54rem;
    padding-bottom: .14rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
.center .title::after{
    content: '';
    width: .64rem;
    height: .07rem;
    background: #0996E8;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.32rem;
}
.center .title img{
    width: .74rem;
    margin-right: .2rem;
}
.center .futitle{
    font-size: .24rem;
    color: #646464;
    text-align: center;
    line-height: .33rem;
    margin-top: .19rem;
}
.center .white{
    color: #fff!important;
}
.center .white::after{
    background: #fff;
}
.show{
    display: flex!important;
}
.zixunlist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.zixunlist .zixunbtn{
    width: 46%;
    height: .58rem;
    background: #FF9559;
    border-radius: .29rem;
    font-size: .26rem;
    color: #fff;
    line-height: .58rem;
    text-align: center;
    margin: 0 2%;
}
.blue2{
    background: #fff!important;
    color: #5273F3!important;
}
.swiper-button-prev{
    width: .76rem!important;
    height: 1.32rem!important;
    background-image: url(../images/left.png)!important;
    background-size: cover;
    left: 0!important;
    top: 49%!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: 49%!important;
}
.swiper-button-next:after{
    display: none;
}
.swiper-button-next:active,.swiper-button-next:focus{
    outline: none;
}

.partReason{
    background: #fff!important;
}
.partReason .main .one .text1{
    background: #FF9559!important;
    color: #fff!important;
}
.partReason .main .one .text2{
    background: #0996E8!important;
}
.partReason .main .one2 .text2{
    background: #EAF2FF!important;
    color: #353535!important;
}

.part1{
    width: 100%;
    background: #fff;
    padding: .55rem 0;
    overflow: hidden;
}
.part1 .main{
    width: 100%;
    margin: .65rem auto 0;
}
.part1 .main img{
    width: 100%;
}
.part1 .main .text{
    width: 100%;   
    margin: .4rem 0;
}
.part1 .main .text p{
    font-size: .26rem;
    font-weight: 500;
    color: #444C55;
    line-height: .43rem;
    margin: 0 0 .05rem 0;   
    display: flex;
    flex-direction: row;
}
.part1 .main .text p img{
    width: .25rem;
    height: .23rem;
    margin: .09rem .1rem 0 .16rem;
}
.part1 .main .abtn{
    width: 50%;
    height: .62rem;
    background: #FF9557;
    border-radius: .31rem;
    font-size: .26rem;
    font-weight: 500;
    color: #fff;
    line-height: .62rem;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.part2{
    width: 100%;
    background: rgba(9,150,232,0.07);
    padding: .55rem 0;
    overflow: hidden;
}
.part2 .main{
    width: 100%;
    margin: .3rem 0 0;
}
.part2 .main .tablist{ 
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.part2 .main .tablist .tab{
    width: 28%;
    height: .5rem;
    background: #fff;
    border-radius: .06rem;
    border: 1px solid #41B6E6;
    font-size: .26rem;
    color: #333;
    line-height: .5rem;
    text-align: center;
    margin: 0 2%;
}
.part2 .main .tablist .selected{
    background: #41B6E6;
    color: #fff;
}
.part2 .main .poslist{
    width: 100%;
    margin: .5rem 0 0;
}
.part2 .main .poslist .pos{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
.part2 .main .poslist .pos .one{
    width: 20%;
    text-align: center;
}
.part2 .main .poslist .pos .one img{
    width: 100%;
}
.part2 .main .poslist .pos .one span{
    font-size: .22rem;
    font-weight: 500;
    color: #5C5C5C;
    line-height: .38rem;
    margin: .15rem 0 .3rem;
    display: block;
}

.part3{
    width: 100%;
    background: #0996E8;
    padding: .5rem 0;  
    overflow: hidden;
}
.part3 .main{
    width: 100%;
    margin: .4rem 0 .2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part3 .main .one{
    width: 48%;
    min-height: 3.2rem;
    background: #fff;
    border-radius: .09rem;
    box-shadow: 1px 1px 7px 2px rgba(185,239,239,0.62);
    margin-bottom: .2rem;
}
.part3 .main .one span{
    font-size: .26rem;
    font-weight: bold;
    color: #333;
    line-height: .4rem;
    margin: .35rem 0 .2rem .25rem;
    padding-bottom: .15rem;
    display: block;
    position: relative;
}
.part3 .main .one span::after{
    content: '';
    width: 1rem;
    height: .03rem;
    background: #FFE957;
    border-radius: .02rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.part3 .main .one p{
    font-size: .24rem;
    color: #7E7E7E;
    line-height: .38rem;
    margin: 0 .26rem .2rem;
}

.part4{
    width: 100%;
    background: #fff;
    padding: .55rem 0 .2rem;
    overflow: hidden;
}
.part4 .swiper-container-reason{
    width: 100%;
    margin: .5rem 0 0;
    padding-bottom: 1.2rem;
    overflow: visible;
}
.part4 .swiper-container-reason .swiper-slide{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part4 .swiper-container-reason .swiper-slide .one{
    width: 46%;
    background: #fff;
    box-shadow: 0px 6px 11px 6px rgba(40,75,240,0.18);
    border-radius: 10px;
    margin: 0 2%;
}
.part4 .swiper-container-reason .swiper-slide .one img{
    width: 1.3rem;
    height: 1.3rem;
    margin: .47rem auto .27rem;
}
.part4 .swiper-container-reason .swiper-slide .one span{
    font-size: .36rem;
    font-weight: bold;
    color: #444C55;
    line-height: .54rem;
    text-align: center;
    display: block;
}
.part4 .swiper-container-reason .swiper-slide .one p{
    font-size: .24rem;
    color: #444C55;
    line-height: .4rem;
    margin: .2rem .2rem .7rem;
}
.part4 .swiper-container-reason .swiper-pagination-bullet{
    width: .42rem;
    height: .1rem;
    background: #999;
    border-radius: 5px;
}
.part4 .swiper-container-reason .swiper-pagination-bullet-active{
    background: #0996E8;
}

.part5{
    width: 100%;
	background: #F4FAFF;
    padding: .62rem 0 .56rem;
    overflow: hidden;
}
.part5 .tablist{
    width: 100%;
    height: .88rem;
    background: #E6F1FF;
    border-radius: 0 0 .26rem .26rem;
    margin: .39rem 0 .21rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.part5 .tablist .tab{
    width: 28%;
    height: .52rem;
    background: transparent;
    border-radius: .26rem;    
    font-size: .24rem;
	color: #6080FF;
    line-height: .52rem;
    font-weight: 600;
    text-align: center;
    display: block;
}
.part5 .tablist .selected{
    background: #638AFD!important;
    color: #fff!important;
}
.part5 .poslist{
    width: 100%;
    margin-bottom: .52rem;
}
.part5 .poslist .pos{
    width: 100%;
    display: none;
}

.part6{
    width: 100%;
    background: #fff;
    padding: .7rem 0 .5rem;
}
.part6 .main{
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 27px 0px rgba(36,93,255,0.17);
    border-radius: 10px;
    margin: .6rem 0 0;
    overflow: hidden;
}
.part6 .main img{
    width: 95%;
    margin: .2rem auto 0;
}
.part6 .main .text{
    width: 100%;
    margin: 0.35rem 0 .5rem;
    padding-top: .2rem;
    position: relative;
}
.part6 .main .text::before{
    content: '';
    width: .4rem;
    height: .06rem;
    background: #FF9559;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.2rem;
}
.part6 .main .text p{
    font-size: .28rem;
    font-weight: 500;
    color: #444C55;
    line-height: .43rem;
    margin: 0 0 .1rem;
    display: flex;
    flex-direction: row;
}
.part6 .main .text p img{
    width: 0.25rem;
    height: 0.23rem;
    margin: 0.09rem 0.1rem 0 0.75rem;
}

.part7{
    width: 100%;
    background: #0996E8;
    padding: .5rem 0 .8rem;
    overflow: hidden;
}
.part7 .main{
    width: 100%;
    margin: .5rem 0 0;
}
.part7 .main .one{
    width: 95%;
    height: .9rem;
    background: #fff;
    border-radius: .45rem;
    margin: 0 auto .21rem;
}
.part7 .main .one img{
    width: .74rem;
    height: .74rem;
    margin: .08rem .3rem .08rem .12rem;
    float: left;
}
.part7 .main .one span{
    font-size: .28rem;
    font-weight: 500;
    color: #333;
    line-height: .9rem;
    float: left;
}
.part7 .main .one a{
    width: 2.09rem;
    height: .56rem;
    background: #0996E8;
    border-radius: .28rem;
    font-size: .26rem;
    font-weight: 500;
    color: #fff;
    line-height: .56rem;
    text-align: center;
    margin: .17rem .3rem .17rem 0;
    float: right;
}
.part7 .main .arrow{
    width: .5rem;
    margin: 0 auto .21rem;
}
.part7 .main .abtn{
    width: 95%;
    height: .86rem;
    background: #F8A12A;
    border-radius: .1rem;
    font-size: .36rem;
    font-weight: 500;
    color: #fff;
    line-height: .86rem;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.part8{
    width: 100%;
    background: #ECF5FF;
    padding: .7rem 0 .8rem;
    overflow: hidden;
}
.part8 .main{
    width: 100%;
    margin: .55rem 0 0;
}
.part8 .main .tablist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part8 .main .tablist .tab{
    width: 31%;
    height: .72rem;
    background: #ECF5FF;
    border-radius: .36rem;
    border: 1px solid #70758D;
    font-size: .28rem;
    font-weight: bold;
    color: #70758D;
    line-height: .72rem;
    text-align: center;
}
.part8 .main .tablist .selected{
    background: #0996E8;
    border: 1px solid #0996E8;
    color: #fff;
}
.part8 .main .poslist{
    width: 97%;
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(51,109,184,0.16);
    border-radius: .16rem;
    margin: .5rem auto 0;
}
.part8 .main .poslist .pos{
    display: none;
    flex-direction: column;
}
.part8 .main .poslist .pos p{
    font-size: .28rem;
    font-weight: 600;
    color: #333;
    line-height: .4rem;
    text-align: center;
    margin: .55rem 0 .4rem;
}
.part8 .main .poslist .pos .line{
    padding: 0 0 .45rem .55rem;
    display: flex;  
    flex-direction: row;
    flex-wrap: wrap;
}
.part8 .main .poslist .pos .line a{
    border-radius: .22rem;
    border: .01rem solid #70758D;
    padding: 0 .27rem;
    font-size: .24rem;
    color: #70758D;
    line-height: .43rem;
    margin: 0 .12rem .3rem 0;
}

.part9{
    width: 100%;
    background: #F0FBFF;
    padding: .5rem 0;  
    overflow: hidden;
}
.part9 .main{
    width: 100%;
    margin: .4rem 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part9 .main .one{
    width: 48%;
    background: #fff;
    margin-bottom: .2rem;
    padding-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
}
.part9 .main .one span{
    font-size: .6em;
    color: #D3F2FF;
    font-weight: 800;
    line-height: .6rem;
    margin: .3rem 0 0 .45rem;
}
.part9 .main .one .text{
    width: 89%;
    height: .7rem;
    background: linear-gradient(90deg, #35A9FE 0%, #41B6E6 100%);
    border-radius: 0 1rem 1rem 0;
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
    line-height: .7rem;
    text-indent: .45rem;
    margin: -.12rem 0 .1rem 0;
}
.part9 .main .one p{
    width: 90%;
    height: .5rem;
    background: #fff;
    font-size: .22rem;
    font-weight: 500;
    color: #333;
    line-height: .5rem;
    padding-left: 5%;
    margin: 0 0 0 5%;
}
.part9 .main .one p.green{
    background: #D3F2FF;
}
.part9 .main .one p.lineheight120{
    height: 1rem;
    line-height: .4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.part9 .box{
    width: 100%;
    height: 3.43rem;
    background: #0996E8;
    border-radius: .1rem;
    margin-bottom: .3rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.part9 .box .tip{
    font-size: .3rem;
    font-weight: 800;
    color: #fff;
    line-height: .45rem;
    text-align: center;
    margin: .25rem 0 .35rem;
}
.part9 .box .tip span{
    color: #FF6424;
}
.part9 .box input{
    width: 80%;
    height: .54rem;
    background: #fff;
    border-radius: .06rem;
    border: 0;
    padding: 0;
    outline: 0;
    font-size: .2rem;
    color: #333;
    text-indent: .18rem;
    margin-bottom: .15rem;
}
.part9 .box input.input2{
    margin-bottom: .26rem;
}
.part9 .box input::-webkit-input-placeholder{ 
    color: #9C9C9C; 
}
.part9 .box input::-moz-placeholder{ 
    color: #9C9C9C; 
}
.part9 .box input::-ms-input-placeholder{ 
    color: #9C9C9C; 
}
.part9 .box button{
    width: 80%;
    height: .54rem;
    background: #FF9557;
    border-radius: .06rem;
    border: 0;
    padding: 0;
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
    line-height: .54rem;
    text-align: center;
    letter-spacing: .03rem;
}

.part10{
    width: 100%;
    background: #fff;
    padding: .45rem 0 .2rem;  
    overflow: hidden;
}
.part10 .main{
    width: 100%;
    margin: .5rem 0 0;
}
.part10 .main .one{
    width: 100%;
    background: #0996E8;
    box-shadow: 0px 0px 18px 0px rgba(9,150,232,0.18);
    border-radius: .1rem;
    margin-bottom: .3rem;
    display: flex;
    flex-direction: column;
}
.part10 .main .one .tip{
    font-size: .28rem;
    font-weight: bold;
    color: #fff;
    line-height: .71rem;
    text-indent: .38rem;
}
.part10 .main .one .bgwhite{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(9,150,232,0.18);
    border-radius: .1rem;
    padding-bottom: .5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.part10 .main .one .bgwhite .line{
    display: flex;
    flex-direction: row;
    padding: .45rem 0 .3rem .2rem;
}
.part10 .main .one .bgwhite .line img{
    width: 1.84rem;
    height: 1.84rem;
    margin: 0 .22rem 0 0;
}
.part10 .main .one .bgwhite .line .text span{
    font-size: .26rem;
    font-weight: bold;
    color: #444C55;
    line-height: .36rem;
    display: block;
}
.part10 .main .one .bgwhite .line .text p{
    font-size: .26rem;
    color: #444C55;
    line-height: .36rem;
    margin: .1rem 0;
}
.part10 .main .one .bgwhite .btn{
    width: 42%;
    height: .58rem;
    background: #FF9559;
    border-radius: .29rem;
    font-size: .26rem;
    font-weight: 500;
    color: #fff;
    line-height: .58rem;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.part11{
    width: 100%;
    background: #0996E8;
    padding: .55rem 0 .65rem;  
    overflow: hidden;
}
.part11 .main{
    width: 100%;
    margin: .3rem 0 .2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part11 .main .one{
    width: 48%;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(9,150,232,0.18);
    border-radius: .05rem;
    margin-bottom: .15rem;
    padding-top: .26rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.part11 .main .one img{
    width: .8rem;
    height: .55rem;
    margin: 0 .17rem 0 .2rem;
}
.part11 .main .one .text span{
    font-size: .26rem;
    font-weight: bold;
    color: #616161;
    line-height: .4rem;
    padding-bottom: .1rem;
    position: relative;
    display: block;
}
.part11 .main .one .text span::after{
    content: '';
    width: .41rem;
    height: .03rem;
    background: #0996E8;
    border-radius: .02rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.part11 .main .one .text p{
    font-size: .24rem;
    color: #848484;
    line-height: .32rem;
    margin: .15rem .15rem .3rem 0;
}