@import 'reset.css';

.main {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
}

.title {
    font-size: 42px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    display: block;
}

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

/* 一 */
.title1 {
    margin: 80px 0;
    /* text-align: center; */
    background: url(../images/title1.png) no-repeat center;
}

.method li {
    float: left;
    width: 269px;
    height: 330px;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(38, 42, 97, 0.2);
    border-radius: 4px;
    margin-right: 40px;
}

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

.method p {
    width: 232px;
    margin: 25px auto 0;
    line-height: 24px;
    text-align: left;
}

form {
    margin: 69px auto 50px;
    font-size: 0;
}

input[type="text"] {
    width: 260px;
    height: 56px;
    line-height: 56px;
    border-radius: 8px 0 0 8px;
    border: solid 1px #ea6a3a;
    padding-left: 18px;
    vertical-align: top;
    font-size: 18px;
}

input::-webkit-input-placeholder {
    color: #666666;
    font-size: 18px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 18px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 18px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 18px;
}

input[type='submit'] {
    width: 272px;
    height: 58px;
    background-image: linear-gradient(-39deg,
            #ea6a3a 0%,
            #ea893a 100%),
        linear-gradient(#84ccc9,
            #84ccc9);
    background-blend-mode: normal,
        normal;
    border-radius: 0px 8px 8px 0px;
    font-size: 24px;
    color: #fff;
}

.consult {
    font-size: 30px;
    color: #ea6a3a;
    padding-bottom: 56px;
    margin-top: 30px;
}

/* 二 */
.con2_wrap {
    background: url(../images/con2Bg.jpg) no-repeat center;
}

.title2 {
    /* margin: 80px auto 70px; */
    margin: 50px auto;
    background: url(../images/title2.png) no-repeat center;
}

.prepare {
    display: block;
    margin: 0 auto;
}

/* 三 */
/* .con3 {
    padding-bottom: 78px;
} */

.title3 {
    /* margin: 100px auto 76px; */
    margin: 60px auto;
    background: url(../images/title3.png) no-repeat center;
}

.system {
    width: 753px;
    margin: 0 auto;
}

.system li {
    float: left;
    width: 331px;
    height: 66px;
    line-height: 66px;
    border-radius: 34px;
    font-size: 28px;
    position: relative;
    background: #fff;
}

.system li:first-child {
    margin-right: 91px;
}

.system li.active {
    background: #4c84ff;
    color: #fff;
}

.system li i {
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -26px;
    border-top: 19px solid #4c84ff;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    display: none;
}

.system li.active i {
    display: block;
}

.table_wrap {
    width: 1200px;
    background-color: #f8f9ff;
    margin-top: 42px;
}

table {
    background: #fff;
    width: 100%;
}

table tr {
    border-bottom: 2px solid #f8f9ff;
    height: 100px;
    font-size: 20px;
}

table tr:nth-child(1) {
    border-bottom: 0;
    height: 75px;
    line-height: 75px;
}

table :last-child {
    border-bottom: none;
}

table th {
    background-color: #efdcac;
    color: #936f15;
}

table th span {
    display: inline-block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-right: solid 1px #ffffff;
}

table .price {
    color: #ea6a3a;
}

table .add_wrap {
    border-right: 1px solid #f8f9ff;
}

table .add {
    display: inline-block;
    width: 24px;
    font-size: 24px;
    color: #a5873b;
    font-weight: bold;
}

table .promise {
    width: 92px;
    font-size: 14px;
    margin: 0 auto;
}

table .course p {
    width: 268px;
    font-size: 14px;
    margin: 0 auto;
}

table .service {
    width: 252px;
    font-size: 14px;
    margin: 0 auto;
}
.con3_form{
    margin: 40px auto 25px;
}


/* 四 */
.title4 {
    margin: 75px 0 90px;
    background: url(../images/title4.png) no-repeat center;
}

.step {
    display: block;
    margin: 0 auto;
}

.span_list {
    margin: 16px auto 50px;
}

.span_list {
    width: 1120px;
}

.span_list li {
    float: left;
    width: 224px;
    height: 233px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(24, 24, 24, 0.11);
    border-radius: 8px;
    margin-right: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.span_list h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 30px 0 19px;
}

.span_list p {
    width: 176px;
    font-size: 16px;
    line-height: 22px;
}

/* 五 */
.con5 {
    width: 100%;
    height: 704px;
    background: url(../images/con5Bg.jpg) no-repeat center;
}

.title5 {
    margin: 57px 0 69px;
    background: url(../images/title5.png) no-repeat center;
}

.book_wrap {
    width: 708px;
    height: 342px;
    background-color: #ffffff;
    border-radius: 4px;
    float: left;
}

#swiper1 {
    width: 680px;
    height: 222px;
    margin: 65px auto 0;
    padding: 0 10px;
}

#swiper1 .swiper-slide {
    width: 141px;
    /* height: 217px; */
}

.swiper-button-next,
.swiper-button-prev {
    width: 21px;
    height: 36px;
    margin-top: -18px;
    background-size: 21px 36px;
}

.swiper-button-prev {
    background-image: url(../images/arr1.png);
}

.swiper-button-next {
    background-image: url(../images/arr2.png);
}

.school {
    width: 442px;
    float: right;
}

.school li {
    float: left;
    width: 212px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 27px;
    margin: 0 18px 18px 0;
}

.school li:nth-child(even) {
    margin-right: 0;
}

.school li>a {
    display: block;
    width: 212px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #ea6d3a;
    text-align: center;
    font-weight: bold;
}

.ad {
    display: block;
    width: 315px;
    height: 69px;
    line-height: 69px;
    background-image: linear-gradient(90deg,
            #ea893a 0%,
            #ea6a3a 100%);
    box-shadow: 0px 0px 13px 0px rgba(234, 111, 58, 0.7);
    border-radius: 35px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    margin: 38px auto 0;
}

/* 六 */
.title6 {
    margin: 87px 0 139px;
    background: url(../images/title6.png) no-repeat center;
}

.company {
    display: block;
    margin: 0 auto;
}

.consult6{
    padding-bottom: 0;
}

/* 七 */
.title7 {
    margin: 100px 0 85px;
    background: url(../images/title7.png) no-repeat center;
}

.up,
.down {
    height: 226px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.up_title {
    width: 119px;
    height: 226px;
    background-color: #7c48eb;
    border-radius: 46px;
    text-align: center;
}

.up_title span,
.down_title span {
    display: inline-block;
    width: 34px;
    font-size: 36px;
    color: #fff;
    padding-top: 70px;
}

.up_item {
    width: 179px;
    height: 226px;
    background-color: #eff0fc;
    border-radius: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.up_item p {
    font-size: 20px;
    line-height: 29px;
}

.up_item p:nth-of-type(1) {
    margin: 30px 0 26px;
    font-size: 22px;
}

.up_item p.up_special{
    margin: 14px 0 10px;
}

.time_arr {
    width: 18px;
    height: 16px;
}

.down {
    margin: 46px 0 66px;
}

.down_title {
    width: 119px;
    height: 226px;
    background-color: #4c84ff;
    border-radius: 46px;
    text-align: center;
}

/* 八 */
.con8_wrap {
    background-color: #eff0fc;
}

.title8 {
    margin: 70px 0 75px;
    background: url(../images/title8.png) no-repeat center;
}

.element li {
    float: left;
    width: 272px;
    height: 67px;
    line-height: 67px;
    background-color: #ffffff;
    border-radius: 34px;
    font-size: 28px;
    position: relative;
    margin-right: 34px;
    cursor: pointer;
}

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

.element li.active {
    background: #4c84ff;
    color: #fff;
}

.element li i {
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -26px;
    border-top: 19px solid #4c84ff;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    display: none;
}

.element li.active i {
    display: block;
}

.element_wrap {
    width: 1200px;
    height: 597px;
    background-color: #ffffff;
    margin-top: 68px;
    overflow: hidden;
    position: relative;
}


.element_wrap .swiper-container {
    width: 1152px;
    height: 500px;
    margin: 48px auto;
    opacity: 0;
    position: absolute;
    left: 24px;
}

.element_wrap .swiper-container:first-child {
    opacity: 1;
}

.element_wrap .swiper-container .swiper-slide {
    width: 660px;
    height: 500px;
}

.element_wrap .swiper-container img {
    width: 660px;
    height: 500px;
}

/* 九 */
.title9 {
    margin: 74px 0 68px;
    background: url(../images/title9.png) no-repeat center;
}

.city li {
    float: left;
    width: 219px;
    height: 59px;
    line-height: 59px;
    background-color: #2e6eff;
    border-radius: 8px;
    text-align: center;
    margin: 0 21px 29px 0;
}

.city li>a {
    display: block;
    width: 219px;
    height: 59px;
    font-size: 26px;
    color: #fff;
}