.pull_left{
    float: left;
}
.pull_right{
    float: right;
}
.center{
    width: 93.6%;
    margin: 0 auto;
}
.title{
    font-size: .36rem;
    color: #343434;
    text-align: center;
    line-height: .5rem;
}
.futitle{
    font-size: .24rem;
    color: #343434;
    text-align: center;
    line-height: .33rem;
    margin-top: .13rem;
}
.white{
    color: #fff!important;
}
.abtn{
    width: 3.24rem;
    height: .72rem;
    background: #4477E5;
    border-radius: .34rem;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    line-height: .72rem;
    display: block;
}
.white{
    color: #fff!important;
}
.yellow{
    background: #FEB41B!important;
}
.pagination {
    text-align: center;
    position: absolute;
}

/* part1 */
.part1{
	width: 100%;
	background-color: #fff;
    padding: .43rem 0 .38rem;
    overflow: hidden;
}
.part1 .list1{
    padding: 0;
    margin: .63rem 0 .46rem;
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.part1 .list1 li{
    width: 23%;
    height: .64rem;
    border-radius: .06rem;
    font-size: .24rem;
    line-height: .64rem;
    text-align: center;
}
.part1 .list1 .bg1{
    background: #FF6C02;
    border: 1px solid #FF6C02;
    color: #fff;
}
.part1 .list1 .bg2{
    background: #6080FF;
    border: 1px solid #6080FF;
    color: #fff;
}
.part1 .list1 .bg3{
    background: #16AA6E;
    border: 1px solid #16AA6E;
    color: #fff;
}
.part1 .list1 .bg4{
    background: #07B6BE;
    border: 1px solid #07B6BE;
    color: #fff;
}
.activeNo{
    background: #fff!important;
    border: 1px solid #CFCFCF!important;
    color: #343434!important;
}
.part1 .imglist1{
    width: 100%;
    margin-bottom: .46rem;
}
.part1 .imglist1 .pic{
    width: 100%;
    display: none;
}
.show{
    display: block!important;
}
.zixunlist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.zixunlist .zixunbtn{
    width: 46%;
    height: .74rem;
    background: #6080FF;
    border-radius: .37rem;
    font-size: .26rem;
	color: #fff;
    line-height: .74rem;
    text-align: center;
	margin: 0 2%;
}
/* part2 */
.part2{
    width: 100%;
    background: url(../images/bg2.png) no-repeat center center;
    background-size: cover;
    padding: .63rem 0;
    overflow: hidden;
}
.part2 .qielist2{
    width: 100%;
    margin: .28rem 0 .36rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.part2 .qielist2 .qie{
    width: 38.3%;
    height: .6rem;
    background: transparent;
    border-radius: .3rem;
    font-size: .26rem;
    color: #fff;
    line-height: .6rem;
    text-align: center;
    display: block;  
    margin: 0 .22rem;
}
.part2 .qielist2 .current{
    background: #FEB41B!important;
}
.part2 .box2{
    width: 100%;
    background: #fff;
    margin-bottom: .59rem;
    padding-bottom: .22rem;
}
.part2 .box2 .poslist2{
    width: 100%;
}
.part2 .box2 .poslist2 .pos{
    display: none;
}
.part2 .box2 .poslist2 .pos .headlist2{
    width: 100%;
    margin: 0;
    padding: .22rem 0 .4rem;
    list-style: none;
    overflow: hidden;
}
.part2 .box2 .poslist2 .pos .headlist2 li{
    width: 14.2%;
    float: left;
}
.part2 .box2 .poslist2 .pos .headlist2 li .img1{
    width: 100%;
    display: none;
}
.part2 .box2 .poslist2 .pos .headlist2 li .img2{
    width: 100%;
    display: none;
}
.part2 .box2 .poslist2 .pos .contentlist2{
    width: 94%;
    margin: 0 auto;
    padding: 0;
}
.part2 .box2 .poslist2 .pos .contentlist2 li{
    display: none;
    overflow: hidden;
}
.part2 .box2 .poslist2 .pos .contentlist2 li .topic{
    width: 1.62rem;
    height: .48rem;
    border-radius: .08rem;
    font-size: .24rem;
    color: #FFFFFF;
    text-align: center;
    line-height: .48rem;
    margin: 0 auto .29rem;
}
.bg1{
    background: #47C7F0;
}
.bg2{
    background: #56AEF3;
}
.bg3{
    background: #6598F6;
}
.bg4{
    background: #7181F9;
}
.bg5{
    background: #7D6CFB;
}
.bg6{
    background: #8F51FF;
}
.bg7{
    background: #AE51FF;
}
.part2 .box2 .poslist2 .pos .contentlist2 li p{
    font-size: .24rem;
    color: #515151;
    line-height: .36rem;
    margin: 0 0 .29rem 0;
}

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

.part6{
    width: 100%;
    background: #e0e7ff;
    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%;
}

.part4{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
    overflow: hidden;
}
.part4 .main{
    width: 100%;
    background: #fff;
    margin: .4rem 0 0;
}
.part4 .main .tablist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.part4 .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;
}
.part4 .main .tablist .current{
    background: #3c7eff;
    color: #fff;
}
.part4 .main .poslist{
    width: 100%;
    margin-bottom: .4rem;
}
.part4 .main .poslist .pos{
    width: 100%;
    display: none;
}
.part4 .main .poslist .pos .tip{
    font-size: .34rem;
    font-weight: 700;
    line-height: .5rem;
    text-align: center;
    margin-bottom: .2rem;
}
.part4 .main .poslist .pos .text{
    font-size: .28rem;
    line-height: .46rem;
    text-align: center;
    margin-bottom: .3rem;
}
.part4 .main .poslist .pos .text span{
    color: #3c7eff;
    font-weight: bold;
}
.part4 .main .poslist .pos .answer{
    width: 100%;
    background: #dbe6fa;
    border-radius: .1rem;
    padding: .4rem 0 .2rem;
    overflow: hidden;
}
.part4 .main .poslist .pos .answer .wen{
    font-size: .3rem;
    color: #333;
    line-height: .6rem;
    text-align: center;
    margin: 0 0 .1rem 0;
}
.part4 .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;
}
.part4 .main .poslist .pos .answer .line .da{
    font-size: .26rem;
    color: #fff;
    line-height: .4rem;
    margin: 0 .2rem .2rem;
}
.part4 .main .poslist .pos .answer .line .da span{
    color: #ffb24d;
    font-weight: bold;
}
.part4 .main .poslist .pos .qie{
    width: 100%;
}
.part4 .main .poslist .pos .qie img{
    width: 100%;
}
.part4 .main .poslist .pos .content{
    width: 100%;
    border-radius: .1rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.part4 .main .poslist .pos .content .row1{
    width: 10%;
    background: #3c7eff;
}
.part4 .main .poslist .pos .content .row1 .line{
    width: 100%;
    height: 4.44rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.part4 .main .poslist .pos .content .row1 .line:first-child{
    height: 5rem;
}
.part4 .main .poslist .pos .content .row1 .line:last-child{
    height: 1.94rem;
}
.part4 .main .poslist .pos .content .row1 .line img{
    width: 50%;
}
.part4 .main .poslist .pos .content .row2{
    width: 90%;
    background: #dbe6fa;
}
.part4 .main .poslist .pos .content .row2 .line{
    width: 100%;
    padding-bottom: .1rem;
    overflow: hidden;
    position: relative;
}
.part4 .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%;
}
.part4 .main .poslist .pos .content .row2 .linelast::after{
    display: none;
}
.part4 .main .poslist .pos .content .row2 .line h3{
    font-size: .32rem;
    color: #333;
    line-height: 26px;
    margin: .2rem 0 .1rem .2rem;
}
.part4 .main .poslist .pos .content .row2 .line p{
    font-size: .28rem;
    color: #333;
    line-height: .46rem;
    margin: 0 .2rem .1rem;
}
.part4 .main .poslist .pos .content .row2 .line p span{
    font-weight: bold;
}

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

.part7{
    width: 100%;
    background: url(../images/bg7.png) no-repeat top center;
    background-size: cover;
    padding: .5rem 0;
    overflow: hidden;
}
.part7 .main{
    width: 100%;
    margin: .4rem 0;
}
.part7 .main .tablist{
    width: 100%;
    height: .8rem;
    background: #fff;
    border-radius: .12rem;
    margin: 0 auto .4rem;
    display: flex;
    flex-direction: row;
}
.part7 .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;
}
.part7 .main .tablist .current{
    border-radius: .12rem;
    background: #ffb24d;
    color: #fff;
}
.part7 .main .tablist .tab::after{
    content: '';
    width: .01rem;
    height: .6rem;
    background: #ccc;
    position: absolute;
    right: 0;   
    top: 50%;
    margin-top: -.3rem;
}
.part7 .main .tablist .tab0::after{
    display: none;
}
.part7 .main .tablist .current::after{
    display: none;
}
.part7 .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;
}
.part7 .main .poslist{
    width: 100%;
}
.part7 .main .poslist .pos{
    width: 100%;
    display: none
}
.part7 .main .poslist .pos img{
    width: 100%;
}

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

.swiper-pagination{
    position: absolute;
    left: 0;
    bottom: 0rem!important; 
}
.swiper-pagination-bullet{
    width: .18rem!important;
    height: .18rem!important;
    background: #D1D2D3!important;
    opacity: 1!important;
    margin: 0 .1rem!important;
}
.swiper-pagination-bullet-active{
    background:  #FEB41B!important;
}