html,
body,
h1,
h2,
h3,
ul,
li,
div,
p {
    margin: 0;
    padding: 0;
}

/* 原自带样式 */

.nav-1 .nav_img2 {
    display: none;
}

.nav-1:hover .nav_img1 {
    display: none;
}

.nav-1:hover .nav_img2 {
    display: block;
}

.nav-1:hover .banner_school {
    color: #4385f5;
}


.span12 {
    width: 1200px;
}

.logo {
    width: 250px;
}

.type ul {
    overflow: hidden;
    padding-left: 25px;
}

.type ul li a {
    padding: 36px 14px;
}

.type {
    width: 950px;
}

.type .phone {
    width: 210px;
}

.type .phone span {
    margin: 25px 0 0 0px;
}

/* 底部 */
.buttom_style {
    width: auto;
}
.foot{
    height: auto;
}

/* 标题 */
.title_list {
    padding: 30px 0 40px;
}

.title_list h2 {
    text-transform: uppercase;
    height: 61px;
    font-size: 60px;
    font-weight: bold;
    color: rgba(178, 207, 254, 0.2);
}

.title_list h3 {
    height: 44px;
    font-size: 45px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgba(59, 133, 253, 1);
}

.title_list p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(88, 94, 106, 1);
}

/* 缩放 */
@keyframes suo {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

/* 抖动 */
@keyframes douX {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(20PX)
    }

    50% {
        transform: translateX(-20PX)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes douY {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(20PX)
    }

    50% {
        transform: translateY(-20PX)
    }

    100% {
        transform: translateY(0)
    }
}

/* banner */
.qx_banner {
    position: relative;
    width: 100%;
}

.qx_banner>img {
    width: 100%;
}

.banner_list {
    box-sizing: border-box;
    width: 1200px;
    height: 120px;
    padding: 40px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);

    display: flex;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 1px rgba(88, 94, 106, 0.1);
}

.banner_list li {
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #9FA7B8;

}

.banner_list li>a {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: rgba(88, 94, 106, 1);
}

.banner_list li:hover>a {
    color: #3B85FD !important;
}

.banner_list li:last-child {
    border: 0px;
}

.banner_list_active>a {
    color: #3B85FD !important;
}


/* 模块一 */
.section_1 {
    box-sizing: border-box;
    width: 100%;
    height: 862px;
    padding-top: 113px;
    background: #FFFFFF;
}

.section_1_box {
    width: 65%;
    margin: 0 auto;
}

.section_1_box .title_list {
    text-align: center;
}

.section_1_box ul {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 53px auto 0;
}

.section_1_box ul::after {
    content: '';
    width: 1px;
    height: 400px;
    background: rgba(238, 238, 238, 1);
    position: absolute;
    top: 0;
    left: 33.33%;
}

.section_1_box ul::before {
    content: '';
    width: 1px;
    height: 400px;
    background: rgba(238, 238, 238, 1);
    position: absolute;
    top: 0;
    left: 66.66%;
}

.section_1_box ul li {
    box-sizing: border-box;
    text-align: center;
    padding-top: 26px;
    width: 33.33%;
    max-width: 400px;
    height: 200px;
    position: relative;

}

.section_1_box ul li img {
    transition: all .4s;
}

.section_1_list div {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%)
}


.section_1_list h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
    color: rgba(195, 207, 229, 1);

    opacity: 0.3;
}

.section_1_list p {
    margin-top: -10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: rgba(88, 94, 106, 1);

}



.section_1_img2 {
    display: none;
}

.section_1_active {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 35px 11px rgba(194, 202, 210, 0.18);
}

.section_1_active .section_1_img1 {
    display: none !important;
}

.section_1_active .section_1_img2 {
    display: inline-block;
}

.line1 {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background-color: #EEEEEE;
    position: absolute !important;
}

/* 模块一*/
.section_one div {
    bottom: 25px;
}

.section_one h3 {
    font-size: 24px;
    line-height: 24px;
    color: #585E6A;
    opacity: 1;

}

.section_one p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #585E6A;
    opacity: 1;

}

.section_one .section_1_active h3 {
    color: #3B85FD;
}

/*第二模块*/
.section_2 {
    width: 100%;
    height: 650px;
    background: rgba(181, 198, 226, 0.1);
    padding-top: 10px;
}

.section_2_box {
    width: 65%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}


.left_list {
    /* margin-top: 45px; */
    padding-left: 37px;
}

.left_list>li {
    height: 48px;
    font-size: 20px;
    font-weight: 400;
    color: #585E6A;
    line-height: 48px;
    position: relative;
}
.page2 .left_list>li{
    font-size: 24px;
}
.left_list>li::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 18px;
    left: -37px;
    background: url("../img/drawing-xingzhuang.png") no-repeat;
}

.left_list>li span {
    font-size: 24px;
    font-weight: bold;
}

.section_2_p {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 80px;
    font-weight: 400;
    color: rgba(59, 133, 253, 1);
    margin-top: 27px;
}

.section_2_but {
    outline: none;
    border: 0;
    box-sizing: border-box;
    width: 200px;
    height: 50px;
    background: linear-gradient(0deg, rgba(250, 116, 43, 1) 1%, rgba(255, 233, 133, 1) 100%);
    /* border-radius: 30px; */

    font-size:18px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 44px 0 0 39px;
}

.section_2_but:hover {
    background: linear-gradient(0deg, rgba(240, 96, 18, 1) 1%, rgba(254, 202, 90, 1) 100%);
}

.section_2_img {
    position: absolute;
    right: -26px;
    top: 139px;
    transition: all 0.3s;
    /* animation:suo 1s infinite; */
}
.page2 .section_2_img{
    right: -100px;
}
.section_2_img:hover {
    /* transform: scale(1.1); */
    animation: suo 1s 1;
}

/*第四模块*/
.section_9 {
    padding-top: 10px;
    height: 690px;
    background: #ffffff;

}

.section_9_box {
    position: relative;
    width: 65%;
    max-width: 1200px;
    margin: 0 auto;
}

.section_9_box .right_title {
    text-align: right;
}

.section_9_box .right_list {
    text-align: right;
    padding-right: 37px;
    padding-top: 20px;
}

.section_9_box .left_list>li {
    font-size: 24px;
    font-weight: 400;
    color: rgba(88, 94, 106, 1);
}

.section_9_box .left_list>li::after {
    left: unset;
    right: -37px !important;
}

.section_9_img {
    position: absolute;
    top: 106px;
    left: 0;
    transition: all 0.3s;

}

.section_9_img:hover {
    animation: douX 1.2s 1;
}


/* 模块五 */
.section_5 {
    box-sizing: border-box;
    height: 720px;
    padding-top: 10px;
    background: rgba(181, 198, 226, 0.1);
}

.section_5_box {
    width: 1200px;
    margin: 0px auto;
}

.section_5_list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.section_5_list>li {
    margin-right: 30px;
    position: relative;
}

.section_5_list>li:last-child {
    margin: 0;
}

.section_5_list>li>div {
    box-sizing: border-box;
    width: 331px;
    height: 100px;
    background: rgba(255, 255, 255, 1);

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);

    text-align: center;
    font-size: 30px;
    line-height: 100px;
    font-weight: bold;
    color: rgba(59, 133, 253, 1);
}

/* 模块六 */
.section_6_but {
    outline: none;
    border: 0;
    width: 200px;
    height: 50px;
    background: linear-gradient(0deg, rgba(63, 94, 252, 1) 0%, rgba(94, 206, 252, 1) 100%);
    /* border-radius: 30px; */

    font-size: 18px;
    line-height: 50px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;

    position: absolute;
    bottom: -134px;
    right: 37px;
}

.section_6_but:hover {
    background: linear-gradient(0deg, rgba(49, 79, 232, 1) 0%, rgba(94, 172, 252, 1) 99%);
}