body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.center .title{
    text-align: center;
}
.center .title span{
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    line-height: 60px;
    display: inline-block;
    position: relative;
}

.center .title span b{
    color: red;
}
.center .title span::before{
    content: '';
    width: 136px;
    height: 30px;
    background: url(/cn/images/title1.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    left: -153px;
    top: 16px;
}
.center .title span::after{
    content: '';
    width: 136px;
    height: 30px;
    background: url(/cn/images/title2.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    right: -153px;
    top: 16px;
}
.center .title2 span{
    color: #fff;
}
.center .title2 span::before{
    background: url(/cn/images/title3.png) no-repeat top center;
    background-size: cover;
}
.center .title2 span::after{
    background: url(/cn/images/title4.png) no-repeat top center;
    background-size: cover;
}
.center .futitle{
    font-size: 20px;
    color: #878787;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-top: 18px;
}
.zixunlist{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.zixunlist .zixunbtn{
    width: 305px;
    height: 50px;
    background: #476EBB;
    box-shadow: 0 6px 6px rgba(71,110,187,0.4);
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 0 135px;
    animation: breathe 1.4s infinite;
}
@keyframes breathe{
    0%{
        transform: scale(0.95);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(0.95);
    }
}

.swiper-pagination{
    bottom: 20px!important;
}
.swiper-pagination-bullet{
    width: 14px!important;
    height: 14px!important;
    border-radius: 50em;
    background: #fff!important;
    margin: 0 7px!important;
    display: inline-block;
}
.swiper-pagination-bullet-active{
    background: #ef701b!important;
}
.partAssure{
    padding: 35px 0 0!important;
}
.partAssure .main .one span{
    color: #476EBB!important;
}

.container{
    width: 100%;
    overflow: hidden;
}
.banner{
    width: 100%;
}
.banner_img{
    width: 100%;
    display: block;
}

.bg{
    width: 100%;
    padding: 0 0 60px;
}

.part1{
    width: 100%;
    padding: 50px 0 30px;
    overflow: hidden;
}
.part1 .main{
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part1 .main .one{
    width: 377px;
    height: 589px;
    box-shadow: 1px 4px 11px 4px rgba(28,174,77,0.23);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.part1 .main .one:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.part1 .main .one1{
    background: #EDFFF7;
}
.part1 .main .one2{
    background: #FFF2E2;
}
.part1 .main .one3{
    background: #EAF1FF;
}
.part1 .main .one .way{
    width: 351px;
    height: 250px;
    margin: 12px 13px 0;
}
.part1 .main .one .way img{
    width: 351px;
    height: 250px;
}
.part1 .main .one p{
    font-size: 21px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin: 21px 0;
}
.part1 .main .one .text{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.part1 .main .one1 .text{
    padding: 0 0 0 16px;
}
.part1 .main .one2 .text{
    padding: 0 0 0 44px;
}
.part1 .main .one3 .text{
    padding: 0 0 0 8px;
}
.part1 .main .one .text span{
    height: 32px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    padding: 0 7px;
    margin: 0 5px 8px;
}
.part1 .main .one1 .text span{
    background: #1CAE4D;
}
.part1 .main .one2 .text span{
    background: #F78900;
}
.part1 .main .one3 .text span{
    background: #476EBB;
}
.part1 .main .one .morebtn{
    width: 305px;
    height: 50px;
    background: linear-gradient(180deg, #FAD41B 0%, #F78800 100%);
    box-shadow: 0px 6px 6px rgba(254,102,23,0.4);
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto 0;
    display: block;
    animation: breathe 1.5s infinite;
}

.part7{
    width: 100%;
    padding: 60px 0 10px;
    overflow: hidden;
}
.part7 .main{
    width: 100%;
    margin: 48px 0;
}
.part7 .main .tip{
    width: 100%;
    height: 62px;
    background: #476EBB;
    border-radius: 16px 16px 0px 0px;
}
.part7 .main .tip .width28{
    width: 28px;
}
.part7 .main .tip ul{
    width: 1152px;
    display: flex;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.part7 .main .tip ul li{
    width: 320px;
    height: 62px;
    font-size: 18px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    list-style: none;
}
.part7 .main .tip ul li:nth-child(2){
    width: 350px;
}
.part7 .main .tip ul li:nth-child(3){
    width: 270px;
}
.part7 .main .tip ul li:nth-child(4){
    width: 280px;
}
.part7 .main #FontScroll{
    width: 100%;
    height: 560px;
    overflow-y: scroll;
}
.part7 .main #FontScroll ul{
    width: 100%;
    padding: 0;
    margin: 0;
}
.part7 .main #FontScroll ul li{
    width: 100%;
    height: 56px;
    background: #ECF2FD;
    display: flex;
    /*line-height: 56px;*/
    align-items: center;
    box-sizing: border-box;
}
.part7 .main #FontScroll ul li .abtns{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.part7 .main #FontScroll ul li .abtns a{
    width: 133px;
    height: 35px;
    background: #fff;
    border-radius: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    display: block;
    margin: 0 5px;
}
.part7 .main #FontScroll ul li .abtns a.abtn1{
    border: 1px solid #FE6617;
    color: #FE6617;
}
.part7 .main #FontScroll ul li .abtns a.abtn2{
    border: 1px solid #385CFF;
    color: #385CFF;
}
.part7 .main #FontScroll ul li .abtns a.abtn1:hover{
    background: #FE6617;
    color: #fff;
}
.part7 .main #FontScroll ul li .abtns a.abtn2:hover{
    background: #385CFF;
    color: #fff;
}
.part7 .main #FontScroll ul li > :nth-child(1){
    width: 320px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.part7 .main #FontScroll ul li > :nth-child(1) img{
    width: 20px;
    margin-left: 3px;
}
.part7 .main #FontScroll ul li > :nth-child(2){
    width: 350px;
    box-sizing: border-box;
    text-align: center;
}
.part7 .main #FontScroll ul li > :nth-child(3){
    /*overflow-x: auto;*/
    width: 270px;
    box-sizing: border-box;
    text-align: center;
}
.part7 .main #FontScroll ul li > :nth-child(4){
    width: 280px;
    box-sizing: border-box;
    text-align: center;
}
.part7 .main #FontScroll ul .yellow{
    background: #D2E0FA;
}

.part2{
    width: 100%;
    padding: 50px 0;
}
.part2 .main{
    width: 100%;
    margin: 70px 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.part2 .main .one{
    width: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.part2 .main .one img{
    width: 106px;
    height: 106px;
}
.part2 .main .one span{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    text-align: center;
    margin-top: 15px;
}
.part2 .main .one span b{
    color: #476EBB;
    font-weight: 500;
}
.part2 .main .one span em{
    font-style: normal;
    color: #F7AA2B;
}
.part2 .main .one2{
    width: 50px;
    height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.part2 .main .one2 img{
    width: 50px;
}

.part3{
    width: 100%;
    padding: 50px 0 0;
    overflow: hidden;
}
.part3 .main{
    width: 100%;
    margin: 55px auto 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part3 .main .one{
    width: 382px;
    height: 235px;
    background: url(/cn/images/img1.png) no-repeat top center;
    background-size: cover;
    margin-bottom: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.part3 .main .one:hover{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.part3 .main .one2{
    background: url(/cn/images/img2.png) no-repeat top center;
    background-size: cover;
}
.part3 .main .one3{
    background: url(/cn/images/img3.png) no-repeat top center;
    background-size: cover;
}
.part3 .main .one4{
    background: url(/cn/images/img4.png) no-repeat top center;
    background-size: cover;
}
.part3 .main .one5{
    background: url(/cn/images/img5.png) no-repeat top center;
    background-size: cover;
}
.part3 .main .one6{
    background: url(/cn/images/img6.png) no-repeat top center;
    background-size: cover;
}
.part3 .main .one dl{
    margin: 34px 30px 12px;
}
.part3 .main .one dl dt{
    height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin-bottom: 12px;
}
.part3 .main .one dl dd{
    font-size: 16px;
    color: #1CAE4D;
    line-height: 26px;
    margin: 0;
}
.part3 .main .one .abtn{
    width: 156px;
    height: 41px;
    background: #F29600;
    border-radius: 21px;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    margin-left: 30px;
}

.part4{
    width: 100%;
    background: url(/cn/images/bg4.png) no-repeat top center;
    background-size: cover;
    padding: 60px 0 50px;
    overflow: hidden;
}
.part4 .main{
    width: 100%;
    margin: 45px 0 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part4 .main .row1{
    width: 537px;
    position: relative;
}
.part4 .main .row1 .text1{
    font-size: 37px;
    color: #333;
    font-weight: 600;
    line-height: 52px;
    text-align: right;
}
.part4 .main .row1 .text2{
    font-size: 24px;
    color: #333;
    line-height: 33px;
    text-align: center;
    margin: 11px 0 24px;
}
.part4 .main .row1 .tu{
    width: 537px;
    height: 544px;
}
.part4 .main .row1 .ma{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 68px;
    right: 10px;
}
.part4 .main .row1 .ma img{
    width: 120px;
    height: 120px;
}
.part4 .main .row2{
    padding: 16px 0 0 103px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part4 .main .row2 a{
    width: 256px;
    height: 65px;
    background: #476EBB;
    border-radius: 33px;
    font-size: 24px;
    color: #fff;
    line-height: 65px;
    text-align: center;
    font-weight: 600;
}

.part5{
    width: 100%;
    padding: 75px 0;
    overflow: hidden;
}
.part5 .main{
    width: 100%;
    margin: 45px 0 25px;
    display: flex;
    flex-direction: column;
}
.part5 .main .one{
    width: 100%;
    height: 85px;
    display: flex;
    flex-direction: row;
    margin: 0 0 20px 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
    transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
}
.part5 .main .one:hover{
    -webkit-transform: translate3d(0,-9px,0);
    transform: translate3d(0,-9px,0);
}
.part5 .main .one1{
    background: #D3DFF7;
}
.part5 .main .one2{
    background: #FFF7EB;
}
.part5 .main .one .text{
    width: 259px;
    height: 85px;
    border-radius: 0 43px 43px 0;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 85px;
    text-indent: 28px;
}
.part5 .main .one1 .text{
    background: #476EBB;
}
.part5 .main .one2 .text{
    background: #F29600;
}
.part5 .main .one p{
    width: 921px;
    height: 85px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    line-height: 85px;
    padding: 0 0 0 27px;
    margin: 0;
}
.school,.serve{
    padding: 40px 0;
}
.school>.title,.serve>.title{
    margin-bottom: 50px;
}

.part6{
    width: 100%;
    background: #476EBB;
    padding: 40px 0 80px;
    overflow: hidden;
}
.part6 .main{
    background: #fff;
    margin: 40px 0 0;
    padding: 80px 65px 70px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part6 .main .row1{
    width: 332px;
    height: 332px;
}
.part6 .main .row1 img{
    width: 332px;
    height: 332px;
}
.part6 .main .row2{
    width: 755px;
    height: 332px;
}
.part6 .main .row2 .line{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.part6 .main .row2 .line p{
    font-size: 26px;
    color: #333;
    line-height: 37px;
    margin: 0 0 21px 26px;
}
.part6 .main .row2 .line:last-child p{
    margin: 0 0 0 26px;
}
.part6 .main .row2 .line p span{
    color: #476EBB;
    margin-right: 15px;
}
.part6 .main .row2 .line a{
    width: 143px;
    height: 37px;
    background: #476EBB;
    border-radius: 20px;
    font-size: 22px;
    color: #fff;
    line-height: 37px;
    text-align: center;
}
