/* section总 */
/* @media (max-width:1400px){
    body,html{
        zoom: 85%;
    }
} */
.title-big-cont .title {
    font-size: 48px;
    font-weight: bold;
    color: #2b2f5e;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.title-big-cont .subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-big-cont .subtitle .left-line {
    transform: rotateY(-180deg);
}

.title-big-cont .subtitle .text {
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #2b2f5e;
    opacity: 0.6;
}


/* header */
.header {
    height: 60px;
    background: #fff;
    width: 100%;
    min-width: 1300px ;
}

.header .header_center {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

.header .header_center .header_logo {
    width: 154px;
    margin-left: 42px;
    margin-top: 12px;
    float: left;
}

.header .header_center .header_list {
    float: left;
    margin-left: 70px;
    list-style: none;
}

.header .header_center .header_list li {
    float: left;
    line-height: 1;
    font-size: 14px;
    color: #666;
    margin-left: 18px;
    padding-top: 30px;
    cursor: pointer;
}

.header .header_center .header_list li a {
    color: #666;
}

.header .header_center .phone {
    float: right;
    font-size: 14px;
    margin-top: 7px;
    color: #666;
    position: absolute;
    right: 70px;
    top: 20px;
    display: flex;
    align-items: center;
}

/* banner */
.banner {
    height: 619px;
    background: url(../images/banner_bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.banner .w1200 {
    padding-top: 65px;
}

.banner .w1200 .litter-title {
    width: 514px;
    height: 67px;
    background-image: linear-gradient(90deg,
            rgb(37, 51, 146, 0) 0%,
            rgba(53, 73, 176, 0.52) 28%,
            #435ccb 54%,
            rgba(68, 94, 205, 0.96) 56%,
            rgba(59, 80, 183, 0.5) 77%,
            rgb(50, 63, 158, 0) 100%);
    opacity: 0.8;
    text-align: center;
    font-size: 30.12px;
    font-weight: bold;
    line-height: 67px;
    letter-spacing: 3px;
    color: #ffffff;
    margin: auto;
    margin-bottom: 18px;
}

.banner .w1200 .title-box {
    width: 1173px;
    margin: auto;
    display: table;
}


.banner .w1200 .title-box .title-t1-box {
    /* width: 916px; */
    height: 161px;
    position: relative;
    animation-delay: 0.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.banner .w1200 .title-box .title-t1-box .more{

}
.banner .w1200 .title-box .title-t1-box .yi{
    position: absolute;
    top: 5px;
    left: 350px;
    opacity: 0;
    animation: tada 1s 1s linear;
    animation-fill-mode: forwards;
}
.banner .w1200 .title-box .title-t1-box .dian1 {
    position: absolute;
    right: 360px;
    top: 4px;
    animation: circle1 1s linear infinite;
}

.banner .w1200 .title-box .title-t1-box .dian2 {
    position: absolute;
    left: 348px;
    top: 31px;
    animation: rubberBand 1s linear infinite;
}

.banner .w1200 .title-box .title-t2-box {
    float: right;
    /* width: 863px; */
    height: 161px;
    position: relative;
    animation-delay: 0.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.banner .w1200 .title-box .title-t2-box .dian {
    position: absolute;
    left: 398px;
    top: -4px;
    animation: jello 1s linear infinite;
}

.banner .w1200 .title-box .title-t2-box .bz {
    position: absolute;
    left: 390px;
    top: 0px;
    /* opacity: 0; */
    /* animation: slideInDown 1s 1s linear;
    animation-fill-mode: forwards; */
}

.banner .w1200 .small-title {
    display: table;
    /* width: 712px; */
    height: 60px;
    border: solid 1px #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 9px;
    color: #ffffff;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    animation-delay: 1s;
    opacity: 0;
    animation-fill-mode: forwards;
    padding-left:28px;
    padding-right: 22px;
}


/* section1 */
.section1 {
    height: 800px;
    background: url(../images/section1_bg.jpg) no-repeat center top;
    background-size: cover;
}

.section1 .w1200 {
    padding-top: 40px;
}

.section1 .yhq-cont {
    width: 1117px;
    height: 276px;
    margin: auto;
    background: url(../images/section1_yhq.png) no-repeat center center;
    display: flex;
    justify-content: space-between;
    perspective: 500;
    -webkit-perspective: 500;
    margin-bottom: 57px;
    margin-left: 54px;
}

.section1 .yhq-cont .top-tit {
    width: 880px;
    padding-top: 25px;
    padding-left: 50px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #ffffff;
    display: flex;
    align-items: center;
}

.section1 .yhq-cont .top-tit .text {
    border-radius: 19px;
    border: solid 1px #ffffff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin-left: 15px;
    padding: 5px 10px;
}

.section1 .yhq-cont .bottom-yhq-info {
    width: 800px;
    background: url(../images/section1_yhq_item_line.png) no-repeat top center;
    margin: auto;
    margin-top: 16px;
}

.section1 .yhq-cont .bottom-yhq-info .info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 6px;
}

.section1 .yhq-cont .bottom-yhq-info .info .item {
    width: 198px;
    height: 153px;
    background: url(../images/section1_yhq_item_bg.png) no-repeat center center;
}

.section1 .yhq-cont .bottom-yhq-info .info .item .t1 {
    display: table;
    margin: 33px auto;
    margin-bottom: 14px;
    position: relative;
}

.section1 .yhq-cont .bottom-yhq-info .info .item .t1 .num {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: -3px;
    color: #ff3822;
}

.section1 .yhq-cont .bottom-yhq-info .info .item .t1 .yuan {
    width: 20px;
    height: 20px;
    background-color: #fa402e;
    border: solid 2px #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 26px;
    right: -9px;
}

.section1 .yhq-cont .right-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;

}

.section1 .yhq-cont .right-cont .a-btn {
    width: 147px;
    height: 147px;
    background: url(../images/section1_yhq_btn.png) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 31.28px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.5s ease;
    border-radius: 50%;
}

.section1 .yhq-cont .right-cont .a-btn:hover {
    transform: translateZ(10px) translateY(-10px);
    box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, .5);
}

.section1 .yhq-cont .bottom-yhq-info .info .item .sm {
    display: table;
    padding: 0 15px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    border: solid 1px #fa402e;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin: auto;
}

.section1 .yhq-cont .bottom-yhq-info .info .item .sm .red {
    color: #ff3822;
}

.section1 .swiper-box {
    margin-top: 40px;
    width: 1200px;
    height: 544px;
    background-color: #f9f9f9;
    border-radius: 20px;
    background: url(../images/section1_switch_bg.jpg) no-repeat center center;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
}

.section1 .swiper-box .swiper-container {
    width: 940px;
    margin: auto;
    padding: 10px 10px;
    box-sizing: content-box;
}

.swiper-wrapper {
    display: flex !important;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 300px;
    height: 448px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    perspective: 500;
    -webkit-perspective: 500;
    margin-right: 20px !important;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .show-msg {
    padding: 0 16px;
    padding-top: 8px;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .show-msg .tab-info {
    display: flex;
    margin-bottom: 12px;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .tab-info .text {
    padding: 0 6px;
    height: 20px;
    background-color: #ffeeee;
    border-radius: 6px;
    border: solid 0.5px #f63e39;
    margin-right: 8px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #f63e39;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .money-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .money-info .left {
    transition: all 0.5s ease-in-out;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .money-info .left .top {
    padding-right: 20px;
    position: relative;
    display: table;
    margin-bottom: 8px;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .money-info .left .top .num {
    font-size: 35px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -1.7px;
    color: #f63e39;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .money-info .left .top .yuan {
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #f63e39;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .money-info .left .down {
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.section1 .swiper-box .swiper-container .swiper-wrapper .swiper-slide .money-info .a-btn {
    display: block;
    width: 133px;
    height: 63px;
    background: url(../images/section1_ljbm_btn.png) no-repeat right top;
    padding-left: 33px;
    font-size: 20.86px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1.7px;
    color: #ffffff;
    animation: ballon 2s linear infinite;
    position: relative;
}

@keyframes ballon {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes ballon {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.section1 .swiper-box .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/section1_switch_btn.png);
    width: 42px;
    height: 114px;
    right: 40px;
    top: 50%;
    margin-top: -57px;
    position: absolute;
    transform: rotateY(-180deg);
}

.section1 .swiper-box .swiper-button-prev {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -57px;
    background: url(../images/section1_switch_btn.png);
    width: 42px;
    height: 114px;
}

/* section2 */
.section2 {
    /* height: 2235px; */
    padding-bottom: 90px;
    background-image: url(../images/section2_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    padding-top: 74px;
}

.section2 .menu-cont {
    margin-top: 30px;
    display: flex;
}

.section2 .menu-cont .gril-info {
    width: 525px;
    height: 525px;
    position: relative;
    padding-left: 10px;
}

.section2 .menu-cont .gril-info .circle-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 525px;
    height: 525px;
    border-radius: 50%;
    border: solid 1px #1c2581;
    /* animation: circle1 3s linear infinite; */
}

@keyframes circle1 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes circle2 {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(-360deg);
    }
}

.section2 .menu-cont .gril-info .circle-two {
    position: absolute;
    left: 10px;
    top: 0;
    width: 525px;
    height: 525px;
    border-radius: 50%;
    border: solid 1px #1c2581;
    /* animation: circle2 3s linear infinite; */
}

.section2 .menu-cont .menu-info {
    padding-top: 66px;
    position: relative;
}

.section2 .menu-cont .menu-info .xs-all {
    position: absolute;
    width: 31px;
    height: 36px;
    top: 190px;
    left: 178px;
    z-index: 2;
    display: none;
}

.section2 .menu-cont .menu-info .xs-all .xs {
    position: absolute;
    bottom: -2px;
    z-index: 2;
}

.section2 .menu-cont .menu-info .xs-all .xs-d {
    position: absolute;
    top: 0;
    left: 4px;
}
.section2 .menu-cont .menu-info .xs-all .xs-d-b{
    position: absolute;
    top: -6px;
    left: -2px;
}
.section2 .menu-cont .menu-info .xs-all.active {
    display: block;
    /* animation: xsallani  8s steps(10) infinite; */
}

.section2 .menu-cont .menu-info .xs-all.active .xs {
    animation: xsanimation .8s linear infinite;
}

.section2 .menu-cont .menu-info .xs-all.active .xs-d {
    animation: xsanimationd .8s linear infinite;
}
.section2 .menu-cont .menu-info .xs-all.active .xs-d-b{
    animation: xsanimationd .8s linear infinite;
}
@keyframes xsallani {
    0% {
        top: 102px;
    }

    24% {
        opacity: 1;
        top: 192px;
    }

    49% {
        opacity: 1;
        top: 292px;
    }

    74% {
        opacity: 1;
        top: 402px;
    }

    100% {
        opacity: 1;
        top: 102px;
    }
}

@keyframes xsanimation {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes xsanimationd {
    0% {
        transform: scale(1.1);
    }

    10% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.section2 .menu-cont .menu-info .menu-item {
    margin-bottom: 50px;
    border-bottom: solid 1px #313bc1;
    position: relative;
    display: flex;
    padding-left: 30px;
    cursor: pointer;
}

.section2 .menu-cont .menu-info .menu-item::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #313bc1;
}

.section2 .menu-cont .menu-info .menu-item.one::after {
    bottom: -38px;
    left: -31px;
}

.section2 .menu-cont .menu-info .menu-item.one::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 1px;
    background: #313bc1;
    transform: rotateZ(128deg);
    bottom: -18px;
    left: -35px;
}

.section2 .menu-cont .menu-info .menu-item.two {
    margin-bottom: 75px;
}

.section2 .menu-cont .menu-info .menu-item.two,
.section2 .menu-cont .menu-info .menu-item.three {
    margin-left: 44px;
    padding-left: 17px;
}

.section2 .menu-cont .menu-info .menu-item.two::after {
    bottom: -38px;
    left: -49px;
}

.section2 .menu-cont .menu-info .menu-item.two::before {
    position: absolute;
    content: "";
    width: 57px;
    height: 1px;
    background: #313bc1;
    transform: rotateZ(143deg);
    bottom: -18px;
    left: -50px
}

.section2 .menu-cont .menu-info .menu-item.three::after {
    bottom: 31px;
    left: -49px;
}

.section2 .menu-cont .menu-info .menu-item.three::before {
    position: absolute;
    content: "";
    width: 57px;
    height: 1px;
    background: #313bc1;
    transform: rotateZ(-142deg);
    bottom: 17px;
    left: -51px;
}

.section2 .menu-cont .menu-info .menu-item.fore::after {
    bottom: 31px;
    left: -31px;
}

.section2 .menu-cont .menu-info .menu-item.fore::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 1px;
    background: #313bc1;
    transform: rotateZ(-128deg);
    bottom: 16px;
    left: -35px;
}

.section2 .menu-cont .menu-info .menu-item .menu-btn {
    width: 146px;
    height: 40px;
    background: url(../images/section2_tab_btn.png) no-repeat left top;
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding-right: 10px;
    margin-right: 20px;
}

.section2 .menu-cont .menu-info .menu-item.active .menu-btn {
    position: relative;
    background: url(../images/section2_tab_btned.png) no-repeat left top;
    width: 174px;
    height: 48px;
    font-size: 32px;
}

.section2 .menu-cont .menu-info .menu-item .text {
    position: relative;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    animation: circle1 2s linear infinite;
}

.section2 .menu-cont .menu-info .menu-item.active .text {
    line-height: 48px;
}

.section2 .table-info {
    width: 1160px;
    margin: auto;
    margin-top: 40px;
}

/* .section2 .table-info .table-item {
    display: block;
} */
.section2 .table-info .table-item.table-header-all {
    display: block;
}

.section2 .table-info .table-item.table-header-all.active {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -580px;
    z-index: 999;
    width: 1160px;
}

.section2 .table-info .table-item.ather-table {
    display: none;
}

.section2 .table-info .table-item.ather-table.active {
    display: block;
}

.section2 .table-info .table-item .table-all-info {
    display: flex;
    position: relative;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box {
    width: 312px;
    height: 92px;
    position: relative;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .header-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont .text {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.7px;
    color: #ffffff;
    line-height: 1;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont .jt {
    display: inline-block;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-bottom: none;
    border-left: 20px solid transparent;
    margin-left: 14px;
    cursor: pointer;
    transition: all .3s linear;
    margin-top: 8px;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont .jt.active {
    transform: rotateZ(-180deg);
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont .show-more-nav {
    position: absolute;
    width: 194px;
    min-height: 148px;
    background: url(../images/down-box.png) no-repeat center top;
    background-size: 100%  100%;
    z-index: 9;
    top: 70px;
    padding-top: 14px;
    padding-bottom: 14px;
    left: 42px;
    display: none;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont .show-more-nav .text {
    text-align: center;
    font-size: 24px;
    color: #ff4a3a;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ff493a;
    cursor: pointer;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont .show-more-nav .text.active {
    display: none;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont .show-more-nav .text:last-child {
    border-bottom: none;
}

.section2 .table-info .table-item .table-first-info .left-msg .header-box .cont .show-more-nav .text:hover {
    font-weight: bold;
    color: #303cc1;
}

.section2 .table-info .table-item .table-all-info .left-msg .body-msg {
    width: 312px;
    position: relative;
}

.section2 .table-info .table-item .table-all-info .left-msg .body-msg .img-bg {
    position: absolute;
    right: -1px;
    top: 0;
    width: 352px;
    height: 100%;
}

.section2 .table-info .table-item .table-all-info .left-msg .body-msg .cont {
    position: relative;
    width: 312px;
    height: 100%;
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 26px;
    padding-left: 24px;
}

.section2 .table-info .table-item .table-all-info .left-msg .body-msg .cont .tit {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 28px;
    padding-left: 10px;
}

/* .section2 .table-info .table-item .table-all-info.first-table-of .left-msg .body-msg .cont .tit{
    padding-left: 0;
} */
.section2 .table-info .table-item .table-all-info.table-first-info .left-msg .body-msg .cont {
    padding-left: 0;
}

.section2 .table-info .table-item .table-all-info .left-msg .body-msg .cont .item-box {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    padding: 14px 0;
    background: url(../images/table_left_line.png) no-repeat bottom left;
}

.section2 .table-info .table-item .table-all-info .left-msg .body-msg .cont .item-box .t1 {
    font-weight: bold;
}

.section2 .table-info .table-item .table-all-info .left-msg .body-msg .cont .item-box:last-child {
    background: none;
}

.section2 .table-info .table-item .table-all-info .table-info-box {
    position: absolute;
    top: 0;
    left: 312px;
    right: 0;
    bottom: 0;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.424);
    border-bottom: 1px solid #ccc;
}

.section2 .table-info .table-item.ather-table .table-first-info .table-info-box {
    border-radius: 0 0px 20px 0;
}

.section2 .table-info .table-item.table-header-all .table-all-info .table-info-box {
    border-radius: 0 20px 0px 0;
}
/* 
.section2 .table-info .table-item.table-header-all.active .table-all-info .table-info-box {
    border-radius: 0 20px 20px 0;
} */

.section2 .table-info .table-item.table-header-all.active .header-bg {
    display: none;
}

.section2 .table-info .table-item.table-header-all.active .cont {
    background: linear-gradient(0deg,
            #ff554a 0%,
            #ff493a 100%);
    ;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table {
    border-spacing: none;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td {
    border: 1px solid #cccccc;
    border-top: none;
    border-right: none;
    text-align: center;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table .td-1 {
    width: 150px;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table .td-3,
.section2 .table-info .table-item .table-all-info .table-info-box .right-table .td-2 {
    width: 260px;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table .header-table {
    height: 92px;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table .header-table td {
    font-size: 26px;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table .td-left {
    text-align: left;
    padding-left: 24px;
    line-height: 30px;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td.last-td {
    padding-left: 38px;
    text-align: left;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td.last-td .text-item {
    display: flex;
    align-items: center;
    padding: 7px 0;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td.last-td .text-item .text-box {
    width: 113px;
    height: 30px;
    background-image: linear-gradient(-90deg,
            #ff554a 0%,
            #da0101 100%);
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-right: 12px;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td.last-td .text-item .text-more {
    font-size: 16px;
    color: #333333;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td.last-td .text-item .text-more .red {
    color: #ff5244;
    display: inline-block;
    margin: 0 5px;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-one {
    display: block;
    margin: auto;
    width: 120px;
    height: 52px;
    background-image: linear-gradient(90deg,
            #de0500 0%,
            #ff5a00 100%);
    font-size: 20px;
    font-weight: bold;
    line-height: 52px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-one::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-one:hover:before,
.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-one:focus:before,
.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-one:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-one:hover,
.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-one:focus,
.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-one:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-two {
    display: block;
    margin: auto;
    width: 120px;
    height: 52px;
    border: solid 1px #666666;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 52px;
    text-align: center;
    position: relative;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-two .text {
    position: relative;
    z-index: 2;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #ff9501 0%, #f3527c 100%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-two:hover {
    color: #fff;
    border: 1px solid transparent;
}

.section2 .table-info .table-item .table-all-info .table-info-box .right-table tr td .a-btn-two:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.section2 .table-info .table-item .table-all-info.table-nomore .left-msg {
    background-image: linear-gradient(0deg,
            #5581ff 0%,
            #303bc1 100%);
    border-radius: 20px 0 0 20px;
    min-height: 210px;
}

/* section3 */
.section3 {
    background: url(../images/section3_bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 2755px;
    padding-top: 182px;
    position: relative;
    margin-top: -155px;
}

.section3 .title-big-cont {
    margin-bottom: 32px;
}

.section3 .title-big-cont .title {
    color: #ffffff;
}

.section3 .title-big-cont .subtitle .text {
    color: #ffffff;
}

.section3 .card-cont .card-title {
    /* width: 410px; */
    height: 140px;
    background: url(../images/section3_let_bg.png) no-repeat left top;
    padding-left: 35px;
    margin-bottom: 10px;
}

.section3 .card-cont .card-title .big-t1 {
    font-size: 46px;
    line-height: 140px;
    font-weight: bold;
    color: #ffffff;
}

.section3 .card-cont .card-title .white-text {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 18px;
}

.section3 .card-cont .card-title .yellow-text {
    font-size: 30px;
    font-weight: bold;
    color: #fdcb45;
    margin-right: 30px;
}

.section3 .card-cont .card-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 48px;
}

.section3 .card-cont .card-info .card-item {
    width: 530px;
    height: 290px;
    background-color: #ffffff;
    border-radius: 6px;
    position: relative;
    background: url(../images/section3_box_bg.jpg) no-repeat left top;
    margin-bottom: 30px;
}

.section3 .card-cont.three-info .card-info .card-item {
    width: 340px;
    height: 320px;
    background: url(../images/section3_box_bg.jpg) no-repeat left top;
    background-size: 100% 100%;
}

.section3 .card-info .card-item .card-item-title {
    position: absolute;
    left: -20px;
    top: 20px;
}

.section3 .card-info .card-item .card-item-title {
    position: absolute;
    left: -20px;
    top: 20px;
    display: flex;
    align-items: center;
}

.section3 .card-info .card-item .card-item-title .title-box {
    min-width: 280px;
    height: 52px;
    background-color: #5574f7;
    box-shadow: 4.2px 4.2px 6px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    border-radius: 0px 26px 26px 0px;
}

.section3 .card-cont.three-info .card-info .card-item .card-item-title .title-box {
    width: 220px;
}

.section3 .card-info .card-item .card-item-title .title-box .num {
    width: 60px;
    height: 100%;
    background-color: #fdcb45;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 52px;
    color: #fffefe;
    text-align: center;
}

.section3 .card-info .card-item .card-item-title .title-box .text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fffefe;
    padding: 0 15px;
}

.section3 .card-info .card-item .card-item-title .card-tab {
    position: relative;
    width: 48px;
    height: 22px;
    background: url(../images/section3_tab.png) no-repeat left top;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: #fd5045;
    margin-left: 10px;
    padding-left: 12px;
    animation: ballon 2s linear infinite;
}

.section3 .card-info .card-item .card-one {
    width: 100%;
    padding-top: 100px;
    padding-left: 40px;
}

.section3 .card-info .card-item .card-one .list-text {
    margin-bottom: 12px;
    overflow: hidden;
}

.section3 .card-info .card-item .card-one .list-text .col-r {
    font-size: 18px;
    font-weight: bold;
    color: #fd5045;
    float: left;
}

.section3 .card-info .card-item .card-one .list-text .text {
    font-size: 18px;
    color: #333333;
    display: block;
    overflow: hidden;
}

.section3 .card-info .card-item .card-one .list-text .big-text {
    font-size: 24px;
    font-weight: bold;
    color: #df0600;
    float: left;
    line-height: 1;
}

.section3 .card-info .card-item .a-btn {
    display: block;
    width: 240px;
    height: 36px;
    border-radius: 18px;
    border: solid 1px #df0600;
    margin: auto;
    margin-top: 22px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #df0700;
    transition: all .25s linear;
}

.section3 .card-info .card-item .a-btn:hover {
    background-image: linear-gradient(90deg,
            #de0500 0%,
            #ff5a00 100%);
    color: #fff;
    border: solid 1px transparent;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* section4 */
.section4 {
    background: url(../images/section4_bg.jpg) no-repeat;
    box-sizing: 100% 100%;
    height: 2455px;
}

.section4 .teacher-cont {
    width: 1200px;
    height: 770px;
    background-color: #2e3582;
    border-radius: 20px;
    margin-top: 42px;
    padding: 93px 82px;
    margin-bottom: 60px;
}

.section4 .teacher-cont .teacher-title {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.section4 .teacher-cont .teacher-title .zwf {
    height: 140px;
    width: 295px;
}

.section4 .teacher-cont .teacher-title .title-cont {
    flex: 1;
    align-items: center;
    text-align: center;
}

.section4 .teacher-cont .teacher-title .title-cont .t1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}

.section4 .teacher-cont .teacher-title .title-cont .t2 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    margin-top: 17px;
}

.section4 .teacher-cont .teacher-picture {
    width: 1036px;
    height: 470px;
    background-color: #ffffff;
    position: relative;
    display: flex;
}

.section4 .teacher-cont .teacher-picture .teacher-show-big {
    position: relative;
    left: -42px;
    top: -162px;
    width: 338px;
    height: 553px;
    background-image: linear-gradient(0deg,
            #e5be7b 0%,
            #ce9f4d 100%);
}

.section4 .teacher-cont .teacher-picture .teacher-show-big .img {
    width: 100%;
    height: 100%;
    display: none;
}

.section4 .teacher-cont .teacher-picture .teacher-show-big .img.acitve {
    display: block;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all {
    flex: 1;
    padding: 40px 0;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .teacher-right {
    display: none;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .teacher-box-right {
    min-height: 165px;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .teacher-right.active {
    display: block;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .teacher-right .t-name {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
    line-height: 1;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .teacher-right .t-msg {
    margin-bottom: 10px;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .teacher-right .t-msg .icon {
    font-size: 24px;
    color: #ff1400;
    line-height: 1;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .teacher-right .t-msg .text {
    font-size: 20px;
    color: #333333;
    line-height: 1;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .swiper-s2 {
    margin-top: 65px;
    width: 548px;
    margin-left: 64px;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .swiper-cont {
    position: relative;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .swiper-cont .swiper-next {
    position: absolute;
    width: 42px;
    height: 114px;
    background-color: #4e4c66;
    border-radius: 21px;
    top: 50%;
    margin-top: -57px;
    left: 0;
    cursor: pointer;
    background: url(../images/section4_swiper_btn.png) no-repeat left top;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .swiper-prev {
    position: absolute;
    width: 42px;
    height: 114px;
    background-color: #4e4c66;
    border-radius: 21px;
    top: 50%;
    margin-top: -57px;
    right: 22px;
    cursor: pointer;
    background: url(../images/section4_swiper_btn.png) no-repeat left top;
    transform: rotateY(-180deg);
}

.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .swiper-s2 .swiper-slide {
    width: 120px;
    cursor: pointer;
    margin-right: 22px;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .swiper-s2 .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.section4 .teacher-cont .teacher-picture .teacher-info-all .swiper-s2 .swiper-active {
    border: solid 7px #d2932c;
}

.section4 .server-cont {
    margin-top: 50px;
    width: 1200px;
    /* height: 470px; */
    background-color: #ffffff;
    border-radius: 20px;
    border: dashed 1px #ff493a;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    padding: 40px 48px;
    padding-top: 80px;
}

.section4 .server-cont .server-info {
    display: flex;
    justify-content: space-between;
}

.section4 .server-cont .server-info .server-item {
    width: 200px;
}

.section4 .server-cont .server-info .server-item .icon-cont {
    width: 138px;
    height: 138px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}

.section4 .server-cont .server-info .server-item .icon-cont .icon {
    position: relative;
    animation: ball 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    /* animation:hvr-wobble-vertical 1s linear infinite ; */
}

.section4 .server-cont .server-info .server-item:nth-child(2) .icon,
.section4 .server-cont .server-info .server-item:nth-child(4) .icon {
    animation-delay: 200ms;
}

.section4 .server-cont .server-info .server-item:nth-child(2) .icon-cont::after,
.section4 .server-cont .server-info .server-item:nth-child(4) .icon-cont::after {
    animation-delay: 200ms;
}

.section4 .server-cont .server-info .server-item .icon-cont::after {
    content: "";
    border-radius: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-animation: shadow 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    animation: shadow 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    background: #000;
    bottom: -137px;
    height: 25px;
    width: 75px;
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes shadow {
    0% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 0.05;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes shadow {
    0% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 0.05;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.section4 .server-cont .server-info .server-item .icon-cont .line {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -150px;
}

.section4 .server-cont .server-info .server-item .t1 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.section4 .server-cont .server-info .server-item .t2 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: justify;
}

.section4 .zg-hj {
    margin-top: 80px;
}

.section4 .zg-hj .title {
    text-align: center;
    font-size: 60px;
    font-weight: bolder;
    color: #2b2f5e;
    margin-bottom: 50px;
}

.section4 .zg-hj .title .blue-col {
    color: #fd4520;
}

.section4 .zg-hj .hj-cont {
    width: 100%;
    height: 600px;
    background-color: #2e3582;
    display: flex;
}

.section4 .zg-hj .hj-cont .left {
    flex: 1;
}

.section4 .zg-hj .hj-cont .left .nav-cont {
    display: flex;

}

.section4 .zg-hj .hj-cont .left .nav-cont .nav-item {
    flex: 1;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 14px;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.section4 .zg-hj .hj-cont .left .nav-cont .nav-item.active {
    font-weight: bold;
    border-bottom: 2px solid #fd4520;
}

.section4 .zg-hj .hj-cont .left .show-img-cont .show-img-info {
    display: none;
    padding: 30px;
    justify-content: space-between;
}

.section4 .zg-hj .hj-cont .left .show-img-cont .show-img-info.active {
    display: flex;
}

.section4 .zg-hj .hj-cont .left .show-img-cont .left-img {
    width: 350px;
    height: 468px;
    background-color: #ffffff;
}

.section4 .zg-hj .hj-cont .left .show-img-cont .left-img .img {
    width: 100%;
    height: 100%;
}

.section4 .zg-hj .hj-cont .left .show-img-cont .right-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section4 .zg-hj .hj-cont .left .show-img-cont .right-img .img {
    width: 410px;
    height: 224px;
}

.section4 .zg-hj .hj-cont .right {
    width: 360px;
    height: 600px;
    background-color: #fa402e;
    padding-top: 87px;
}

.section4 .zg-hj .hj-cont .right .of-msg {
    display: none;
}

.section4 .zg-hj .hj-cont .right .of-msg.active {
    display: block;
}

.section4 .zg-hj .hj-cont .right .t1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
}

.section4 .zg-hj .hj-cont .right .line {
    display: block;
    margin: 30px auto;
    margin-bottom: 42px;
}

.section4 .zg-hj .hj-cont .right .t3 {
    width: 274px;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    margin: auto;
    text-align: justify;
}

.section4 .zg-hj .hj-cont .right .a-btn {
    display: block;
    margin: auto;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    color: #ffffff;
    width: 200px;
    height: 60px;
    background-image: linear-gradient(0deg,
            #ff6f61 0%,
            #fa402e 100%);
    box-shadow: 0px 0px 0px 4px #f51008;
    border-radius: 30px;
    text-align: center;
    margin-top: 70px;
}

/* section7 */
.section7 {
    background: url(../images/section5_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.section7 .pailou {
    position: relative;
    top: -8px;
    width: 1200px;
    background-size: 100% 100%;
    padding-top: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-img {
    margin: 0 23px;
}

.section7 .pailou .flower-right {
    transform: rotateY(-180deg);
}

.section7 .title-big {
    margin-top: 74px;
    width: 842px;
    height: 120px;
    background: url(../images/section7_title_box.png) no-repeat center center;
    background-size: 100% 100%;
    margin: auto;
    padding-top: 40px;
}

.section7 .title-big .title {
    display: block;
    margin: auto;
}

.section7 .cs-msg {
    width: 1093px;
    height: 1208px;
    background-color: #ffffff;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: auto;
    margin-top: 55px;
    padding-top: 57px;
    padding-bottom: 75px;
}

.section7 .cs-msg .top-cont {
    width: 975px;
    /* height: 722px; */
    background: url(../images/section5_map.png) no-repeat top right;
    margin-left: 58px;
}

.section7 .cs-msg .top-cont .info {
    /* padding-top: 45px; */
}

.section7 .cs-msg .top-cont .info .item {
    margin-bottom: 58px;
    line-height: 1;
    cursor: pointer;
    transition: all .5s linear;
}

.section7 .cs-msg .top-cont .info .item:hover {
    transform: translateY(-10px);
}

.section7 .cs-msg .top-cont .info .item .t1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 23px;
    color: #fc4f3f;
}

.section7 .cs-msg .top-cont .info .item .t2 {
    font-size: 21px;
    color: #666;
}

.section7 .content {
    width: 100%;
    border-radius: 20px;
}

.section7 .bottom-cont {
    padding: 0 40px;
}

.section7 .content .city-info {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section7 .content .title-box .num-style {
    color: #ffd62e;
}

.section7 .content .city-info .left {
    float: left;
    width: 560px;
}

.section7 .content .city-info .left .city-list {
    margin-right: -44px;
    margin-top: 20px;
    display: table;
}

.section7 .content .city-info .left .city-list .city-item {
    float: left;
    width: 97px;
    height: 43px;
    border-radius: 10px;
    border: solid 1px #2b2f5e;
    margin-right: 22px;
    margin-bottom: 14px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 40px;
    color: #2e3582;
    text-align: center;
    display: block;
    cursor: pointer;
}

.section7 .content .city-info .left .city-list .city-item .btn-a {
    font-size: 24px;
    line-height: 43px;
    color: #2e3582;
    text-align: center;
    border: solid 1px #2e3582;
    display: block;
    border-radius: 10px;
}

.section7 .content .city-info .left .city-list .city-item:hover,
.section7 .content .city-info .left .city-list .city-item.active {
    background-color: #2e3582;
    border: solid 1px #2e3582;
    color: #ffffff;
    box-shadow: none;
}

.section7 .content .city-info .left .btn-big-a {
    display: block;
    width: 454px;
    height: 50px;
    background: #2e3582;
    border-radius: 10px;
    border: solid 2px #2e3582;
    font-size: 30px;
    line-height: 47px;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}

.section7 .content .city-info .right {
    float: left;
    width: 516px;
    background: url(../images/section5_city_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 52px 33px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.section7 .content .city-info .right .city-list {
    overflow: hidden;
    margin-left: -40px;
}

.section7 .content .city-info .right .city-list .city-item {
    float: left;
    padding: 0 25px;
    height: 43px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    margin-bottom: 14px;
    margin-left: 22px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    display: block;
    cursor: pointer;
    font-weight: bold;
}

.section7 .content .city-info .right .city-list .city-item .btn-a {
    font-size: 24px;
    line-height: 43px;
    color: #ffffff;
    text-align: center;
    border: solid 1px #ffffff;
    display: block;
    border-radius: 10px;
}

.section7 .content .city-info .right .city-list .city-item.active {
    border: 1px solid #ffd62e;
    border-radius: 10px;
    color: #ffd62e;
}

.section7 .content .city-info .right .address {
    margin-top: 70px;
}

.section7 .content .city-info .right .address .text {
    font-size: 20px;
    color: #ffffff;
    padding-left: 10px;
    border-left: 4px solid #fff;
    margin-bottom: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section7 .content .city-info .right .address .text a {
    color: #ffffff;
}

/* footer */
.zg-wrap-footer {
    background: #2e3582;
}

.zg-footer {
    height: 174px;
    padding-top: 50px;
}

.zg-nav-foot {
    /* width: 680px; */
    display: table;
    margin: 0 auto;
}

.zg-nav-foot li {
    float: left;
    /* width: 56px; */
    height: 16px;
    padding-right: 6px;
    border-right: 2px solid #fff;
    margin-left: 7px;
}

.zg-nav-foot li a {
    display: block;
    height: 16px;
    font: 12px/16px 'å¾®è½¯é›…é»‘';
    color: #fff;
}

.zg-nav-foot li.zg-nav-last {
    border: none;
}

.zg-footer p {
    font: 12px/16px 'å¾®è½¯é›…é»‘';
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.zg-footer ul li a:hover {
    color: #ffe13b;
}

.zg-footer p a {
    color: #fff;
}

.zg-footer p a:hover {
    color: #ffe13b;
}

/* 领取表单 */
.alt-cont {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center;
    z-index: 99999;
    display: none;
}

.alt-cont.form-info.active {
    display: flex;
}

.alt-cont.success.active {
    display: flex;
}

.alt-cont .alt-box {
    width: 412px;
    height: 424px;
    background-color: #ffffff;
    border-radius: 10px;
    background-image: url(../images/alt_box.png);
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 10px;
    position: relative;
}

.alt-cont .alt-box .close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.alt-cont .alt-box .cont-all {
    margin: auto;
    margin-top: 20px;
    padding-top: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alt-cont .alt-box .cont-all .textt {
    font-size: 14.15px;
    color: #666666;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 15px;
}

.alt-cont .alt-box .cont-all .input-info {}

.alt-cont .alt-box .cont-all .input-info .input-item {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.alt-cont .alt-box .cont-all .input-info .input-item:nth-child(2) {
    margin-bottom: 10px;
}

.alt-cont .alt-box .cont-all .input-info .input-item .phone {
    width: 348px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px rgb(191, 191, 191, .7);
    font-size: 16px;
    padding-left: 10px;
}

.alt-cont .alt-box .cont-all .input-info .input-item .yzm {
    width: 208px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px rgb(191, 191, 191, .7);
    font-size: 16px;
    padding-left: 10px;
}

.alt-cont .alt-box .cont-all .input-info .input-item .send-yzm {
    width: 120px;
    height: 42px;
    background-color: #496aeb;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 #3848cd;
    border: none;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
}

.alt-cont .alt-box .cont-all .input-info .input-item .send-yzm.active {
    background-color: #606161;
    box-shadow: 0 2px 2px 0 #353535;
    font-size: 16px;
    cursor: auto;
}

.alt-cont .alt-box .cont-all .ts-msg {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ee4537;
    margin-bottom: 10px;
    display: none;
}

.alt-cont .alt-box .cont-all .ts-msg .icon {
    margin-right: 5px;
}

.alt-cont .alt-box .cont-all .sub-btn {
    display: block;
    width: 237px;
    height: 45px;
    background-color: #ff4c3d;
    border-radius: 21.86px;
    margin: auto;
    border: none;
    box-shadow: 0 2px 2px 0 #d80600;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-shadow: 2.1px 2.1px 0px #b90000;
    cursor: pointer;
    outline: none;
    margin-top: 30px;
}

.alt-cont.success .yhq-info {}

.alt-cont.success .yhq-info .yhq-item {
    width: 274px;
    height: 82px;
    background: url(../images/alt_yhq.png) no-repeat center center;
    padding-left: 60px;
    padding-top: 8px;
}

.alt-cont.success .yhq-info .yhq-item .text-cont {
    width: 196px;
    height: 58px;
    border-radius: 4px;
    text-align: center;
}

.alt-cont.success .yhq-info .yhq-item .text-cont .yuan {
    font-size: 21.5px;
    color: #fffefe;
}

.alt-cont.success .yhq-info .yhq-item .text-cont .num {
    font-size: 48.73px;
    font-weight: bold;
    color: #fffefe;
}

.alt-cont.success .alt-box .sure-btn {
    display: block;
    width: 237px;
    height: 45px;
    background-color: #ff4c3d;
    border-radius: 21.86px;
    margin: auto;
    border: none;
    box-shadow: 0 2px 2px 0 #d80600;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-shadow: 2.1px 2.1px 0px #b90000;
    cursor: pointer;
    outline: none;
    margin-top: 10px;
}

.alt-cont.success.alt-cont .alt-box .cont-all {
    padding-top: 95px;
}

.alt-cont.success.alt-cont .alt-box .cont-all .cg-img {
    margin-bottom: 45px;
}