* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.banner{
    background: url(../images/banner.jpg) no-repeat center center;
    min-width: 1200px;
    height: 552px;
}
.banner .main{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 552px;
}
.banner .main a{
    display: block;
    width: 1200px;
    height: 66px;
    position: absolute;
    bottom: 54px;
}
.part1 .main{
    width: 1200px;
    margin: 0 auto;
}
.part1 .main img{
    margin-top: 80px;
    width: 1200px;
}
.part1 .main a{
    display: block;
    width: 510px;
    height: 90px;
    background: #f81147;
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    text-align: center;
    border-radius: 10px;
    margin: 70px auto;
}
.part2{
    background: url(../images/bg2.png) no-repeat center center;
    min-width: 1200px;
    height: 750px;
}
.part2 .main{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.part2 .main >img{
    margin-top: 70px;
}
.part2 .main .box{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.part2 .main .box .right{
    width: 560px;
    height: 430px;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.part2 .main .box .right>img{
    margin-top: -20px;
}
.part2 form{
    margin: 40px 50px 0 30px;
}
.part2 form p{
    font-size: 24px;
    width: 490px;
    text-align: left;
    margin-bottom: 20px;
    color: #8764ed;
}
.part2 form input{
    width: 400px;
    height: 40px;
    border: 1px solid #8764ed;
}
#byschool{
    width: 352px;
}
#dosubmit{
    display: block;
    width: 330px;
    height: 50px;
    background: #8764ed;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    margin: 40px auto;
}
.part3{
    text-align: center;
}
.part3 .main{
    width: 1200px;
    margin: 0 auto;
}
.part3>img{
    margin-top: 70px;
}
.part3 .main img{
    margin-top: 50px;
}
.part3 .main .a3{
    display: block;
    width: 510px;
    height: 90px;
    background: #f81147;
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    text-align: center;
    border-radius: 10px;
    margin: 70px auto;
}
.part4{
    background: url(../images/bg4.png) no-repeat center center;
    min-width: 1200px;
    height: 1619px;
    text-align: center;
}
.part4>img{
    margin-top: 70px;
    margin-bottom: 40px;
}
.part4>.main{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px 70px 30px;
    box-sizing: border-box;
}
.part4 table{
    font-size: 16px;
}
.part4 table .bgh{
    background: #00B0F0;
    color: #fff;
    height: 78px;
    font-size: 27px;
}
.part4 table th{
    border: 1px solid #fff;
}
.part4 table td{
    border: 1px solid #fff;
    padding: 26px 10px;
}
.part4 table .bgh1{
    background: #ddebf7;
}
.part4 table .bgh2{
    background: #fff;
}
.part4 table td>a{
    color: #f81147;
    font-size: 24px;
    font-weight: bold;
}
.part4 .main>a{
    display: block;
    width: 510px;
    height: 90px;
    background: #f81147;
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    text-align: center;
    border-radius: 10px;
    margin: 50px auto 0px;
}
.part5{
    text-align: center;
}
.part5>img{
    margin-top: 70px;
}
.part5>.main{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.swiper-button-prev {
    background: url(../images/lb-left.png) no-repeat center center !important;
    left: 0px !important;
    width: 53px;
    height: 53px;
}
.swiper-button-next {
    background: url(../images/lb-right.png) no-repeat center center !important;
    right: 0px !important;
    width: 53px;
    height: 53px;
}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after{
    content: none;
}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after{
    content: none;
}
.part6{
    background: url(../images/bg6.png) no-repeat center center;
    min-width: 1200px;
    height: 1123px;
    text-align: center;
}
.part6>img{
    margin-top: 60px;
    margin-bottom: 60px;
}
.part6 >.main{
    width: 1200px;
    margin:  0 auto;
}
.part6 >.main>div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.part6 >.main>div>div{
    width: 375px;
    height: 260px;
    background: #fff;
    border-radius: 10px;
    padding-top: 35px;
    box-sizing: border-box;
    font-size: 26px;
    position: relative;
}
.part6 >.main>div>div a{
    display: block;
    width: 300px;
    height: 60px;
    background: #f81147;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    bottom: 30px;
    left: 37px;
}
.part6 >.main>a{
    display: block;
    width: 510px;
    height: 90px;
    background: #f81147;
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    text-align: center;
    border-radius: 10px;
    margin: 80px auto 0;
}