@import "reset.css";

body {
    min-width: 1200px;
    /* margin: 0 auto; */
}

.fl {
    float: left;
}

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

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

.title {
    width: 100%;
    text-align: center;
}

.title span {
    font-size: 36px;
    font-weight: bold;
    vertical-align: middle;
}

.title .red {
    color: #ff524e;
}

/* 头部导航 */
.header {
    width: 100%;
    height: 66px;
}

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

.logo h1 {
    float: left;
    line-height: 66px;
}

.top-logo h1 {
    margin-right: 15px;
}

.logo-slo-wrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    height: 66px;
}

.logo-slo-wrap .logo-slo {
    padding-left: 15px;
    border-left: 1px solid #ff4524;
    color: #ff4524;
    font-size: 18px;
}

nav {
    /* float: left; */
    margin: 0 60px;
}

.nav-list li {
    float: left;
    margin-right: 66px;
}

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

.nav-list li>a {
    display: block;
    line-height: 66px;
}

.nav-list li>a:hover {
    color: #ff4524;
}

.contact-phone {
    float: right;
}

.contact-phone a {
    display: block;
    line-height: 66px;
}

.contact-phone span {
    vertical-align: middle;
}

/* 一 */
.content1 {
    width: 100%;
    height: 1270px;
    background: url(../images/earlyBg.png) no-repeat center;
}

.early .title {
    margin: 39px 0 58px;
}

.early-list {
    margin: 0 auto;
    width: 1038px;

}

.early-list li {
    float: left;
    width: 320px;
    height: 300px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    margin: 0 39px 30px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.early-list li:hover {
    margin-top: -15px;
    transition: margin .6s;
}

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

.early-list li:nth-child(4),
.early-list li:nth-child(5),
.early-list li:nth-child(6) {
    margin-bottom: 0;
}

.early-list span {
    display: block;
    margin: 26px 0;
    font-size: 20px;
    font-weight: bold;
}

.early-list p {
    width: 245px;
    margin: 0 auto;
    color: #8b93a6;
}

.earlyBtn {
    width: 160px;
    height: 44px;
    line-height: 44px;
    background-color: #2f53f2;
    border-radius: 22px;
    text-align: center;
    margin-top: 34px;
}

.earlyBtn a {
    font-size: 19px;
    color: #fff;
}

/* 二 */
.plan-list {
    width: 1144px;
    height: 308px;
    margin: 0 auto;
    position: relative;
    background: url(../images/plan.png) no-repeat center;
}

.form {
    position: absolute;
    left: 268px;
    bottom: 46px;
}

input[type="text"] {
    width: 348px;
    height: 48px;
    line-height: 48px;
    background-color: #2f53f2;
    border-radius: 24px;
    padding-left: 21px;
    color: #fff;
    font-size: 18px;
}

input[type="submit"] {
    width: 167px;
    height: 48px;
    background-image: linear-gradient(90deg,
            #fbb323 0%,
            #fd7d3d 100%),
        linear-gradient(#2f53f2,
            #2f53f2);
    border-radius: 24px;
    margin-left: 34px;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 14px;
}

.plan .title {
    margin: 56px 0 41px;
}

/* 三 */
.content2 {
    padding-bottom: 47px;
}

.content2 .title {
    margin: 53px 0 38px;
}

.near-list-wrap {
    position: relative;
}

.near-arr {
    position: absolute;
    left: 234px;
    bottom: 89px;
}

.near-list {
    position: relative;
    width: 1142px;
    margin: 0 auto;
}

.near-list li {
    float: left;
    width: 182px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    margin-right: 58px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.near-list li:nth-child(1) {
    height: 179px;
    margin-top: 92px;
}

.near-list li:nth-child(2) {
    height: 198px;
    margin-top: 73px;
}

.near-list li:nth-child(3) {
    height: 218px;
    margin-top: 53px;
    line-height: 21px;
}

.near-list li:nth-child(4) {
    height: 244px;
    margin-top: 27px;
    line-height: 21px;
}

.near-list li:nth-child(5) {
    height: 271px;
    line-height: 24px;
}

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

.near-slo {
    color: #6985ff;
}

.near-time {
    font-weight: bold;
    margin: 16px 0;
}

.near-con {
    font-size: 14px;
    color: #8b93a6;
    width: 140px;
}

.near-con1 {
    font-size: 14px;
    color: #8b93a6;
}

.near-list img {
    margin-top: 18px;
}

.line {
    width: 100%;
    height: 6px;
    background-image: linear-gradient(90deg,
            #6985ff 0%,
            #2f53f2 100%),
        linear-gradient(#ffffff,
            #ffffff);
    border-radius: 0px 0px 6px 6px;
    margin-top: 10px;
}

.near-btn {
    width: 465px;
    text-align: center;
    margin: 43px auto 0;
}

.near-btn a {
    /* display: inline-block; */
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #ffffff;
    float: left;
}

.near-btn a:hover {
    margin-top: -10px;
    transition: margin 1s;
}

.near-btn a:nth-child(1) {
    background-image: linear-gradient(90deg,
            #5a78f8 0%,
            #2f53f2 100%),
        linear-gradient(#3751f9,
            #3751f9);
    margin-right: 25px;
}

.near-btn a:nth-child(2) {
    background-image: linear-gradient(90deg,
            #fbb323 0%,
            #fd7d3d 100%),
        linear-gradient(#3751f9,
            #3751f9);
}

/* 四表格空 */
.content3 .title {
    margin: 44px 0 59px;
}

.con3-table {
    background-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding-bottom: 39px;
}

.cont3-sort li {
    float: left;
    width: 360px;
    height: 66px;
    line-height: 66px;
    border-radius: 3px 0px 0px 0px;
    margin-right: 60px;
    text-align: center;
    background-color: #2f53f2;
    color: #fff;
    border-top: 0;
    cursor: pointer;
}

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

.cont3-sort li.active {
    color: #2f53f2;
    background: #fff;
    border-top: 6px solid #2f53f2;

}

.con3-main {
    margin-top: 34px;
}

.category {
    width: 770px;
    margin: 60px 0 0 29px;
}

.category li {
    float: left;
    width: 148px;
    height: 44px;
    line-height: 44px;
    margin-right: 59px;
    text-align: center;
    color: #4c84ff;
    font-size: 14px;
    background: #f8f9fa;
    cursor: pointer;
}

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

.category li.check {
    background-color: #4c84ff;
    color: #fff;
}

table {
    text-align: center;
    width: 1120px;
    margin: 0 auto;
}

table tr {
    height: 200px;
}

table tr:nth-child(1) {
    height: 68px;
}

table tr:nth-child(odd) {
    background: #f5f7fd;

}

.con3-fir tr td:nth-child(3) {
    text-align: left;
}

.vip table tr {
    height: 290px;
}

.vip table tr:nth-child(1) {
    height: 68px;
}

.vip tr td:nth-child(3) {
    text-align: left;
}

.vip table tr:nth-child(5) {
    height: 360px;
}

.con3-main table td:last-child {
    text-align: center;
}

table td:last-child a {
    display: inline-block;
    width: 56px;
    height: 28px;
    line-height: 28px;
    background-color: #ff524e;
    border-radius: 14px;
    font-size: 14px;
    color: #fff;
}

/* table td:nth-child(3){
    text-align: left;
} */


/* 五老师 */
.content4 .title {
    margin: 55px 0 21px;
}

.slogan {
    width: 100%;
    text-align: center;
    color: #464c56;
}

.con4-slo {
    margin-bottom: 48px;
}

.swiper-wrap {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.swiper-container {
    width: 1023px;
    padding-bottom: 70px;
    margin: 0 auto;
    position: relative;
}

.content4 .swiper-container .swiper-slide {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    width: 297px;
    /* background: #ffffff; */
    box-shadow: 0px 0px 16px 0px rgba(231, 231, 231, 0.46);
    border-radius: 10px;
    padding-bottom: 25px;
    text-align: center;
    /* transform: scaleX(1) scaleY(0.9); */
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    background: #2f53f2;
}

.swiper-slide img {
    margin-top: 42px;
    width: 146px;
    height: 146px;
}

.swiper-slide h4 {
    padding-top: 28px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 14px;
}

.swiper-slide span {
    font-size: 16px;
    color: #666;
}

.swiper-slide .des {
    border-top: 1px #eeeeee solid;
    margin-top: 28px;
    padding-top: 25px;
}

.swiper-slide .des p {
    text-align: left;
    padding: 0 14px 0 14px;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.swiper-slide-active h4,
.swiper-slide-duplicate-active h4 {
    color: #fff;
}

.swiper-slide-active span,
.swiper-slide-duplicate-active span {
    color: #fff;
}

.swiper-slide-active .des p,
.swiper-slide-duplicate-active .des p {
    color: #fff;
}

.content4 .swiper-button-prev {
    background: url(../images/left_slide.png) no-repeat center;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.content4 .swiper-button-next {
    background: url(../images/right_slide.png) no-repeat center;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scaleY(1.1);
}

/* 六 */
.content5 {
    background: #f9fafe;
    padding-bottom: 47px;
}

.content5 .title {
    margin: 45px 0 56px;
}

.request {
    width: 1111px;
    margin: 0 auto;
}

.request li {
    float: left;
    width: 519px;
    height: 118px;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    margin: 0 73px 48px 0;
}

.request li:hover {
    margin-top: -15px;
    transition: margin .6s;
}

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

.request li:nth-child(3),
.request li:nth-child(4) {
    margin-bottom: 0;
}

.request img {
    margin-right: 34px;
}

.re-right {
    width: 346px;
}

.re-right h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
}

.re-right p {
    color: #8b93a6;
}

.re-btn {
    width: 465px;
    text-align: center;
    margin: 53px auto 0;
}

.re-btn a {
    /* display: inline-block; */
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #ffffff;
    float: left;

}

.re-btn a:hover {
    margin-top: -10px;
    transition: margin 1s;
}

.re-btn a:nth-child(1) {
    background-image: linear-gradient(90deg,
            #5a78f8 0%,
            #2f53f2 100%),
        linear-gradient(#3751f9,
            #3751f9);
    margin-right: 25px;
}

.re-btn a:nth-child(2) {
    background-image: linear-gradient(90deg,
            #fbb323 0%,
            #fd7d3d 100%),
        linear-gradient(#3751f9,
            #3751f9);
}

/* 七 */
.content6 {
    height: 492px;
    background: url(../images/serBg.png) no-repeat center;
}

.content6 .title {
    color: #fff;
    margin: 61px 0 21px;
}

.yel {
    color: #ffe300;
}

.con6-slo {
    margin-bottom: 50px;
    color: #fff;
}

.ser-list li {
    float: left;
    margin-right: 43px;
}

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

.ser-list li:hover {
    margin-top: -10px;
    transition: margin .6s;
}

/* 八 */
.content7 {
    padding-bottom: 44px;
}

.content7 .title {
    margin: 58px 0 55px;
}

.part6_nav {
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
}

.part6_nav>a {
    padding-bottom: 10px;
}

.part6_nav>a.active {
    color: #ff524e;
    font-weight: bold;
}

.part6_nav>span {
    display: inline-block;
    width: 2px;
    height: 34px;
    margin: 0 120px;
    background: #BFBFBF;
    vertical-align: middle;
}

.part6_item {
    width: 1200px;
    height: 465px;
    margin-bottom: 10px;
    display: none;
}

.part6_item.active {
    display: block;
}

.part6_item>.word {
    width: 676px;
    height: 367px;
    margin-top: 70px;
    background: url(../images/part5_pic1.png) no-repeat center center;
}

.part6_item>.word>p {
    font-size: 20px;
    margin: 90px 68px 0 140px;
    line-height: 40px;
}

.part6_item>.word>a {
    display: block;
    width: 108px;
    height: 33px;
    margin-left: 480px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 33px;
    background-image: linear-gradient(90deg,
            #5a78f8 0%,
            #2f53f2 100%),
        linear-gradient(#ffffff,
            #ffffff);
    border-radius: 40px;
}

.lunbo {
    width: 562px;
    height: 311px;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: 50px;
}

.lunbo>img {
    position: absolute;
}

.fr {
    float: right;
}

.con7-btn {
    text-align: center;
}

.con7-btn a {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(90deg,
            #fbb323 0%,
            #fd7d3d 100%),
        linear-gradient(#3751f9,
            #3751f9);
    background-blend-mode: normal,
        normal;
    border-radius: 25px;
    color: #fff;
}

/* 九 */
.content8 {
    padding-bottom: 67px;
    background-color: #f9fafe;
}

.content8 .title {
    margin: 63px 0 22px;
}

.con8-slo {
    margin-bottom: 61px;
}

.que-list {
    width: 1056px;
    margin: 0 auto;
}

.que-list li {
    float: left;
    margin-right: 93px;
}

.que-list li:hover {
    margin-top: -15px;
    transition: margin .6s;
}

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

/* 十 */
.content9 {
    height: 816px;
}

.content9 .title {
    margin: 90px 0 20px;
}

.con9-slo {
    margin-bottom: 42px;
}

.con9-photo {
    text-align: center;
}

/* 底部 */
.hzd-box {
    height: 361px;
    background-color: #f5f7f9;
}

.hzd-about {
    padding-bottom: 35px;
}

.about-left {
    margin-right: 130px;
}

.logo h1 {
    margin-right: 16px;
}

.bot-logo {
    margin: 49px auto 22px;
}

.about-icon li {
    float: left;
    text-align: center;
}

.about-icon p {
    font-size: 14px;
}

.about-icon li:first-child {
    margin-right: 40px;
}

.about-rig {
    padding-top: 83px;
}

.about-rig dl {
    width: 182px;
    float: left;
    text-align: center;
}

.about-rig dl dt {
    font-size: 16px;
    line-height: 42px;
}

.about-rig dl dd {
    font-size: 14px;
    line-height: 42px;
    color: #333;
}

.hzd-foot .hzd-main {
    border-top: 1px solid #e6e6e6;
    text-align: center;
    line-height: 60px;
}

/* 底部 */
.remind {
    max-width: 1200px;
    width: 100%;
    height: 110px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: none;
}

.remind a {
    float: left;
    width: 50%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    position: relative;
}

.remind a:nth-child(1) {
    background-color: #0548da;
}

.remind a:nth-child(1) img {
    width: 39px;
    height: 32px;
}

.remind a:nth-child(2) img {
    width: 36px;
    height: 36px;
}

.remind a:nth-child(2) {
    background-color: #ff6c00;
}

.remind a span {
    color: #fff;
    font-size: 34px;
    vertical-align: middle;
    margin-left: 12px;
}

.remind a i {
    position: absolute;
    top: 28px;
    right: 133px;
    width: 20px;
    height: 20px;
    background-color: #ff0000;
    border-radius: 50%;
}