.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: #FD6911;
    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;
}
.brown2{
    background: #fff!important;
    color: #4c3fde!important;
}
.show{
    display: block!important;
}

.pagination{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: .15rem!important; 
}
.swiper-pagination-bullet{
    width: .18rem!important; 
    height: .18rem!important; 
    background: #D1D2D3!important; 
    margin: 0 .1rem!important; 
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    background: #FD6911!important; 
}

.part1{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
    overflow: hidden;
}
.part1 .main{
    width: 100%;
    background: #fff;
    margin: .4rem 0 0;
}
.part1 .main .tablist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.part1 .main .tablist .tab{
    width: 40%;
    height: .8rem;
    background: #eee;
    border-radius: .1rem;
    font-size: .28rem;
    color: #333;
    line-height: .8rem;
    text-align: center;
    margin: 0 2% .4rem;
}
.part1 .main .tablist .current{
    background: #3c7eff;
    color: #fff;
}
.part1 .main .poslist{
    width: 100%;
    margin-bottom: .4rem;
}
.part1 .main .poslist .pos{
    width: 100%;
    display: none;
}
.part1 .main .poslist .pos .tip{
    font-size: .34rem;
    font-weight: 700;
    line-height: .5rem;
    text-align: center;
    margin-bottom: .2rem;
}
.part1 .main .poslist .pos .text{
    font-size: .28rem;
    line-height: .46rem;
    text-align: center;
    margin-bottom: .3rem;
}
.part1 .main .poslist .pos .text span{
    color: #3c7eff;
    font-weight: bold;
}
.part1 .main .poslist .pos .answer{
    width: 100%;
    background: #dbe6fa;
    border-radius: .1rem;
    padding: .4rem 0 .2rem;
    overflow: hidden;
}
.part1 .main .poslist .pos .answer .wen{
    font-size: .3rem;
    color: #333;
    line-height: .6rem;
    text-align: center;
    margin: 0 0 .1rem 0;
}
.part1 .main .poslist .pos .answer .line{
    width: 92%;
    background: rgba(60,126,255,0.9);
    border-radius: .1rem;
    padding: .3rem 0 .1rem;
    margin: 0 auto .3rem;
}
.part1 .main .poslist .pos .answer .line .da{
    font-size: .26rem;
    color: #fff;
    line-height: .4rem;
    margin: 0 .2rem .2rem;
}
.part1 .main .poslist .pos .answer .line .da span{
    color: #ffb24d;
    font-weight: bold;
}
.part1 .main .poslist .pos .qie{
    width: 100%;
}
.part1 .main .poslist .pos .qie img{
    width: 100%;
}
.part1 .main .poslist .pos .content{
    width: 100%;
    border-radius: .1rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.part1 .main .poslist .pos .content .row1{
    width: 10%;
    background: #3c7eff;
}
.part1 .main .poslist .pos .content .row1 .line{
    width: 100%;
    height: 4.44rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.part1 .main .poslist .pos .content .row1 .line:first-child{
    height: 5rem;
}
.part1 .main .poslist .pos .content .row1 .line:last-child{
    height: 1.94rem;
}
.part1 .main .poslist .pos .content .row1 .line img{
    width: 50%;
}
.part1 .main .poslist .pos .content .row2{
    width: 90%;
    background: #dbe6fa;
}
.part1 .main .poslist .pos .content .row2 .line{
    width: 100%;
    padding-bottom: .1rem;
    overflow: hidden;
    position: relative;
}
.part1 .main .poslist .pos .content .row2 .line::after{
    content: '';
    width: 92%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46%;
}
.part1 .main .poslist .pos .content .row2 .linelast::after{
    display: none;
}
.part1 .main .poslist .pos .content .row2 .line h3{
    font-size: .32rem;
    color: #333;
    line-height: 26px;
    margin: .2rem 0 .1rem .2rem;
}
.part1 .main .poslist .pos .content .row2 .line p{
    font-size: .28rem;
    color: #333;
    line-height: .46rem;
    margin: 0 .2rem .1rem;
}
.part1 .main .poslist .pos .content .row2 .line p span{
    font-weight: bold;
}

.part2{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.part2 .main{
    width: 100%;
    margin: .3rem 0 .4rem;
    overflow: hidden;
}
.part2 .main img{
    width: 100%;
}

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

.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%;
}

.part4{
    width: 100%;
    background: #f3f7ff;
    padding: .5rem 0;
}
.part4 .main{
    width: 100%;
    margin: .5rem 0;
}
.part4 .main .one{
    width: 100%;
    margin-bottom: .3rem;
}
.part4 .main .one .jiexi1{
    width: 100%;
    background: #d6e8ff;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    padding: .3rem 0;
}
.part4 .main .one .jiexi1 .text{
    font-size: .3rem;
    color: #0370ff;
    line-height: .46rem;
    text-align: center;
}
.part4 .main .one .jiexi2{
    width: 100%;
    background: #fff;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    padding: .3rem 0;
}
.part4 .main .one .jiexi2 p{
    font-size: .28rem;
    color: #333;
    line-height: .46rem;
    margin: 0 .3rem;
}

.part6{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
    overflow: hidden;
}
.part6 .main{
    width: 100%;
    margin: .4rem 0;
}
.part6 .main table{ 
    width: 100%;
    background: #fff;
    border-spacing: 0;
    border-collapse: collapse;
}
.part6 .main table thead td{
    text-align: center;
    font-size: .28rem;
    color: #fff;
    border: none;
}
.part6 .main table thead td:first-child{
    background: #3f80ff;
    background: -webkit-linear-gradient(top,#3f80ff,#7ab1fd);
    background: -o-linear-gradient(top,#3f80ff,#7ab1fd);
    background: -moz-linear-gradient(top,#3f80ff,#7ab1fd);
    background: linear-gradient(180deg,#3f80ff,#7ab1fd);
}
.part6 .main table thead td:nth-child(2){
    background: #f64c60;
    background: -webkit-linear-gradient(top,#f64c60,#fe808e);
    background: -o-linear-gradient(top,#f64c60,#fe808e);
    background: -moz-linear-gradient(top,#f64c60,#fe808e);
    background: linear-gradient(180deg,#f64c60,#fe808e);
}
.part6 .main table thead td:nth-child(3){
    background: #5e4cd7;
    background: -webkit-linear-gradient(top,#5e4cd7,#806efa);
    background: -o-linear-gradient(top,#5e4cd7,#806efa);
    background: -moz-linear-gradient(top,#5e4cd7,#806efa);
    background: linear-gradient(180deg,#5e4cd7,#806efa);
}
.part6 .main table thead td:nth-child(4){
    background: #fd763c;
    background: -webkit-linear-gradient(top,#fd763c,#fb9c73);
    background: -o-linear-gradient(top,#fd763c,#fb9c73);
    background: -moz-linear-gradient(top,#fd763c,#fb9c73);
    background: linear-gradient(180deg,#fd763c,#fb9c73);
}
.part6 .main table td{
    border-right: 1px solid #4666f7;
    border-bottom: 1px solid #4666f7;
    padding: .15rem;
}
.part6 .main table tbody{
    border-left: 1px solid #4666f7;
}
.part6 .main table tbody td{
    font-size: .26rem;
    line-height: .4rem;
    text-align: center; 
}
.part6 .main table tbody td:first-child{
    width: 24%;
}
.part6 .main table tbody td:nth-child(2){
    width: 25%;
} 
.part6 .main table tbody td:nth-child(4){
    width: 20%;
}

.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;
}