@import "reset.css";

body {
    min-width: 1200px;
}
@keyframes ud {
    0%, 100%, 20%, 50%, 80% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
    }
    40% {
    -webkit-transform:translateY(-14px);
    transform:translateY(-14px)
    }
    60% {
    -webkit-transform:translateY(-7px);
    transform:translateY(-7px)
    }
  }


.service {
    width: 100%;
    height: 460px;
    background: url(../images/serBG.jpg) no-repeat center;
}

/* 一 */
.banner {
    width: 100%;
    height: 890px;
}

.banner img {
    width: 100%;
    height: 890px;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

/* 二 */

.service-wrap {
    width: 100%;
    height: 643px;
}

.service {
    position: relative;
}

.service .main {
    position: relative;
    width: 1200px;
    height: 239px;
}

.service-top {
    width: 1200px;
    height: 239px;
    margin: 0 auto;
    position: absolute;
    top: -131px;
    z-index: 1;
}

.arr{
    animation: ud 1s infinite;
    position: absolute;
    left: 49%;
    top: -28px;
}
.service-top img {
    display: block;
    margin: 0 auto;
    
}

.service-bottom {
    margin-top: -150px;
}

.service-list {
    width: 1200px;
    height: 189px;
    background: #fff;
    border-radius: 10px;
    margin-top: 25px;
}

.service-list li {
    width: 240px;
    height: 189px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.service-list li span:nth-child(1) {
    font-size: 44px;
    color: #3b5ee0;
}

.service-list li span:nth-child(2) {
    font-size: 21px;
    color: #3b5ee0;
}

.service-list li p {
    line-height: 26px;
}

.service-bottom #title {
    width: 335px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin: 33px auto 24px;
}

.line {
    width: 100%;
}

.service-item {
    width: 1200px;
    margin: 36px auto 0;
}

.service-item li {
    float: left;
    width: 269px;
    height: 244px;
    border-radius: 10px;
    margin-right: 41px;
    color: #fff;
}

.service-item li:nth-child(1) {
    background: url(../images/service1.png) no-repeat center;
}

.service-item li:nth-child(2) {
    background: url(../images/service2.png) no-repeat center;
}

.service-item li:nth-child(3) {
    background: url(../images/service3.png) no-repeat center;
}

.service-item li:nth-child(4) {
    margin-right: 0;
    background: url(../images/service4.png) no-repeat center;
}

.item-wrap {
    width: 90%;
    margin-left: 26px;
}

.item-title {
    font-size: 28px;
    margin-top: 40px;
}

.service-line {
    width: 30px;
    height: 2px;
    background: #fff;
    margin-top: 8px;
}

.item-list {
    margin-top: 10px;
}

.item-list p {
    font-size: 16px;
    width: 80%;
    line-height: 40px;
    display: inline-block;
}

.item-list p::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 2px;
}

.advisory {
    margin: 46px auto 0;
    width: 508px;
}

.advisory a {
    float: left;
    line-height: 56px;
    text-align: center;
    border: 1px solid #3b5ee0;
    border-radius: 6px;
    font-size: 24px;
}

.advisory a:nth-child(1) {
    width: 196px;
    height: 56px;
    color: #fff;
    background: #3b5ee0;
    margin-right: 31px;
}

.advisory a:nth-child(1):hover {
    color: #3b5ee0;
    background: #fff;
}

.advisory a:nth-child(2) {
    width: 276px;
    height: 56px;
    color: #3b5ee0;
}

.advisory a:nth-child(2):hover {
    color: #fff;
    background: #3b5ee0;
}

.advisory a:nth-child(2) p {
    width: 22px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    background: url(../images/phoneB.png) no-repeat center;
}

.advisory a:nth-child(2):hover p {
    background: url(../images/phoneW.png) no-repeat center;
}

/* 三 */
.odd {
    width: 100%;
    height: 611px;
    background: url(../images/odd.png) no-repeat center;
}

.odd-title {
    margin: 0 auto 24px;
    width: 443px;
    padding-top: 30px;
}

.head {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.head2 {
    color: #fb886e;
    margin-left: -3px;
}

.odd-list {
    margin: 30px auto;
}

.odd-list li {
    float: left;
    width: 291px;
    height: 349px;
    margin-right: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.odd-list li:nth-child(1) {
    margin-left: 64px;
}

.odd-list li:nth-child(3) {
    margin-right: 0;
}

.odd-list li p {
    color: #fff;
}

.odd-line {
    width: 32px;
    height: 2px;
    background: #fff;
    margin-top: 15px;
}

.odd-list li p:nth-of-type(1) {
    font-size: 20px;
    margin-top: 15px;
}

.odd-list li p:nth-of-type(2) {
    margin-top: 18px;
}

.odd .advisory {
    margin: 0 auto;
}

.odd .advisory a {
    float: left;
    line-height: 56px;
    text-align: center;
    border: 1px solid #3b5ee0;
    border-radius: 6px;
    font-size: 24px;
}

.odd .advisory a:nth-child(1) {
    width: 196px;
    height: 56px;
    color: #3b5ee0;
    background: #fff;
    margin-right: 31px;
}

.odd .advisory a:nth-child(1):hover {
    color: #fff;
    background: none;
}

.odd .advisory a:nth-child(2) {
    width: 276px;
    height: 56px;
    color: #fff;
    border: 1px solid #fff;
}

.odd .advisory a:nth-child(2):hover {
    background: #FB886E;
    border: 1px solid #FB886E;
}

.odd .advisory a:nth-child(2) p {
    width: 22px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    background: url(../images/phoneW.png) no-repeat center;
}

/* 四 */
.system {
    width: 100%;
    height: 903px;
    position: relative;
    z-index: 1;
    background: url(../images/systemBg1.png) no-repeat center;
}

.system .main {
    height: 751px;
}

.system-title {
    margin: 0 auto 24px;
    width: 403px;
    padding-top: 30px;
}

.system-box1 {
    width: 100%;
}

table {
    text-align: center;
}

.system-box1 {
    margin-top: 24px;
}

.system-box1 tr:nth-child(1) {
    background: #3b5ee0;
    height: 44px;
    font-size: 22px;
    color: #fff;
    margin-top: 25px;
}

.system-box1 tr:nth-child(1) td:first-child {
    border-radius: 6px 0 0 0;
}

.system-box1 tr:nth-child(2) td:first-child {
    border-radius: 0 0 0 6px;
}

.system-box1 tr:nth-child(2) {
    background: #fff;
    height: 55px;
    color: #0f66e4;
    border-radius: 0 0 6px 6px;
}

.system-box1 tr:nth-child(1) td:last-child {
    border-radius: 0 6px 0 0;
}

.system-box1 tr:nth-child(2) td:last-child {
    border-radius: 0 0 6px 0;
}

.system-box1 td {
    border-right: 2px solid #e5e5e5;
}

.system-box1 td:last-child {
    border-right: 0;
}

.system-box1 a {
    margin: 0 auto;
    display: block;
    width: 108px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    background: url(../images/ad.png) no-repeat center;
}

.box2-head,
.system-box2 {
    float: left;
    margin-top: 29px;
}

.box2-head {
    width: 116px;
    height: 571px;
    background: url(../images/tableBg.png) no-repeat center;
}

.box2-head li.active {
    background: url(../images/table.png) no-repeat center;
}

.box2-head li {
    width: 100%;
    height: 60px;
    margin-bottom: 56px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.box2-head li:first-child {
    margin-top: 98px;
}

.system-box2 {
    width: 1083px;
    margin-top: 29px;
}

.system-box2 td {
    border: 1px solid #e5e5e5;
    height: 59px;
}

.system-box2 tr {
    background: #fff;
}

.system-box2 tr td:last-child {
    border-right: 0;
}

.system-box2 tr:nth-child(1) {
    background: #3b5ee0;
    height: 94px;
    font-size: 18px;
    color: #fff;
}

.system-box2 tr:nth-child(1) td {
    border-top: none;
}

.system-box2 tr:last-child td {
    border-bottom: 0;
}

/* 五 */
.teacher {
    width: 100%;
    height: 805px;
    background: url(../images/teacherBg.jpg) no-repeat center;
}

.teacher-title {
    padding-top: 110px;
    margin: 0 auto 22px;
    width: 543px;
}

.teacher .main {
    width: 1200px;
    height: 610px;
    margin: 0 auto;
    position: relative;
}

.swiper-father {
    /* width: 100%; */
    height: 92px;
    margin-top: 36px;
    position: relative;
}

.teacher .swiper-container {
    width: 1116px;
    height: 92px;
}

.teacher .swiper-slide {
    width: 93px;
    height: 92px;
    cursor: pointer;
    /* margin-right: 76px; */
}

/* .teacher .swiper-slide:first-child img{
    border: 3px solid #fb886e;
    border-radius: 50%;
} */

.teacher .swiper-slide img {
    width: 87px;
    height: 86px;
}

.teacher .swiper-slide img:hover {
    border: 3px solid #fb886e;
    border-radius: 50%;
}

.teacher .swiper-button-prev {
    position: absolute;
    left: -14px;
    top: 50%;
    width: 34px;
    height: 34px;
    background: url(../images/leftArr.png) no-repeat;
    margin-top: -17px;
}

.teacher .swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    background: url(../images/rightArr.png) no-repeat;
    margin-top: -17px;
}

.teacher-cont {
    width: 1116px;
    height: 302px;
    margin: 28px auto 0;
}

.teacher-cont li {
    width: 1116px;
    height: 302px;
    background: url(../images/teacherTop.png) no-repeat center;
    display: none;

}

.teacher-cont li:nth-child(1) {
    display: block;
}

.teacherBig {
    /* width: 290px;
    height: 302px; */
    float: left;
}

.teacher-introduce {
    float: left;
    margin-left: 40px;
}

.teacher-name {
    font-size: 34px;
    margin-top: 18px;
}

.teacherSlogan {
    font-size: 24px;
    margin-top: 14px;
}

.teacher-line {
    width: 60px;
    height: 2px;
    background: #fb886e;
    margin-top: 12px;
}

.teacher-intro {
    font-size: 16px;
    width: 724px;
    line-height: 28px;
    margin-top: 5px;
}

.teacher .advisory a:nth-child(1) {
    width: 196px;
    height: 56px;
    color: #fff;
    background: #fb886e;
    margin-right: 31px;
    border: 1px solid #fb886e;
}

.teacher .advisory a:nth-child(1):hover {
    color: #3b5ee0;
    background: #fff;
    border: 1px solid #fff;
}

.teacher .advisory a:nth-child(2) {
    color: #fff;
    border: 1px solid #fff;
}

.teacher .advisory a:nth-child(2):hover {
    background: #fb886e;
    border: 1px solid #fb886e;
}

.teacher .advisory a:nth-child(2) p {
    background: url(../images/phoneW.png) no-repeat center;
}

/* 六 */
.condition {
    width: 100%;
    height: 713px;
    position: relative;
}

.con-title {
    margin: 0 auto 24px;
    width: 403px;
    padding-top: 30px;
}

.con-title .head {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.con-title .head2 {
    color: #fb886e;
    margin-left: -3px;
}

.title-bot {
    width: 100%;
    height: 9px;
}

.ora {
    width: 82px;
    height: 8px;
    background: #fb886e;
    margin: 0 auto;
}

.con-line {
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: #eee;
}

.bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 574px;
    height: 508px;
}

.con-list {
    width: 1200px;
    height: 45px;
    margin-top: 48px;
}

.con-list li {
    float: left;
    width: 298px;
    font-size: 24px;
    border-right: 2px solid #bfbfbf;
    text-align: center;
    cursor: pointer;
}

.con-list li:last-child {
    border-right: 0;
}

/* .con-list li i{
    display: none;
} */
.con-list li i {
    width: 113px;
    height: 6px;
    background: #3b5ee0;
    display: block;
    margin: 12px auto 0;
}

.photo-wrap {
    position: relative;
}

.photo-list {
    margin-top: 50px;
    width: 508px;
    height: 280px;
    position: relative;
}
.swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: none;
    border: 2px solid #fff;
    margin-right: 5px;

}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}

.con-card {
    position: absolute;
    top: 34px;
    right: 72px;
    width: 640px;
    height: 274px;
    background: url(../images/list.png) no-repeat center;
    border-radius: 10px;
}

.card-wrap {
    width: 373px;
    margin: 47px auto 0;
    line-height: 34px;
}

.card-wrap p:nth-child(2) {
    font-size: 18px;
}

.card-ad {
    display: block;
    color: #fff;
    width: 108px;
    height: 40px;
    margin-left: 348px;
    text-align: center;
    line-height: 40px;
    background: url(../images/ad.png) no-repeat center;
}

/* 七 */
.success {
    width: 100%;
    height: 692px;
    background: url(../images/successBg.jpg) no-repeat center;
}

.success-title {
    margin: 0 auto 24px;
    width: 680px;
    padding-top: 30px;
}

.person {
    margin-top: 18px;
    width: 100%;
    height: 192px;
}

.video-list {
    margin-top: 30px;
}

.video-list li {
    float: left;
    margin-right: 154px;
    cursor: pointer;
}

.video-list li img {
    border-radius: 6px;
}

.video-list li:last-child {
    margin-right: 0;
}

.video-content {
    width: 896px;
    margin: 0 auto;
}

.success-info {
    color: #fff;
    line-height: 28px;
    margin: 26px 0 32px 0;
}

.success .advisory a:nth-child(2) {
    color: #fff;
    border: 1px solid #fff;
}

.success .advisory a:nth-child(2) p {
    background: url(../images/phoneW.png) no-repeat center;
}

.success .advisory a:nth-child(2):hover {
    color: #3b5ee0;
    border: 1px solid #3b5ee0;
    background: #fff;
}

.success .advisory a:nth-child(2):hover p {
    background: url(../images/phoneB.png) no-repeat center;
}


/* 八 */
.gift {
    width: 100%;
    height: 476px;
    background: url(../images/giftBg.png) no-repeat center;
}

.gift-title {
    margin: 0 auto 24px;
    width: 500px;
    padding-top: 30px;
}

.gift .main {
    margin-top: 45px;
    position: relative;
    left: 150px;
}

.book {
    float: left;
}

.giftCon {
    float: left;
    width: 354px;
    margin-left: 95px;
}

input {
    width: 320px;
    height: 55px;
    line-height: 55px;
    border-radius: 30px;

}

#phone,
#name {
    background: #fff;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 36px;
}

.bot {
    background: #39acfd;
    width: 350px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.bot:hover {
    background: #4364dc;
}

/* 底部 */
.footer {
    width: 100%;
    height: 333px;
}

.footer img {
    margin: 0 auto;
    display: block;
}