* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
select {
    outline: none;
}

.banner_box {
    position: relative;
}

.banner_box img {
    display: block;
    width: 100%;
}

.student_info {
    position: relative;
    width: 100%;
}

.student_info img {
    display: block;
    width: 100%;
}

.info_list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 80px;
    width: 100%;
}

.info_list .info_list_content {
    width: 200px;
    margin-right: 10px;
}

.info_list_content:after {
    position: absolute;
    content: "";
    width: 200px;
    top: 150%;
    height: 60px;
    margin-top: -100px;
    background-color: #fff;
    border-radius: 40px;
    -webkit-animation: scale 1s ease 0s infinite;
    -moz-animation: scale 1s ease 0s infinite;
    -o-animation: scale 1s ease 0s infinite;
    animation: scale 1s ease 0s infinite;
}

.info_list .info_list_content img {
    display: block;
    width: 100%;
}

.info_logo {
    position: absolute;
    display: block;
    width: 100%;
    height: 510px;
    top: 140px;
    background-size: contain;
}

.info_logo p {
    font-size: 18px;
    display: block;
    line-height: 36px;
    width: 900px;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: movetop;
    display: flex;
    position: relative;
    top: 40px;
    justify-content: center;
    margin: auto;
}

.info_logo_text .left-logo {
    display: block;
    position: absolute;
    left: 3%;
    width: 15%;
    top: 0px;
}

.info_logo_text .right-logo {
    display: block;
    position: absolute;
    right: 0%;
    bottom: -20%;
    width: 25%;
}

.info_logo_center .left-logo {
    display: block;
    position: absolute;
    left: 30%;
    width: 36%;
    top: 47%;
    ;
}

.info_logo_center .right-logo {
    display: block;
    position: absolute;
    right: 40%;
    top: 70%;
    width: 30%;
}

.mtop {
    animation: movetop 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.info_logo img:nth-child(3) {
    top: 60%;
    width: 25%;
    left: 23%;
}

.bannerOne {
    position: relative;
}

.bannerOne img {
    display: block;
    width: 100%;
}

.bannerOne a {
    background: url(img/info_btn1.png) no-repeat center top;
    position: absolute;
    left: 0px;
    width: 350px;
    height: 75px;
    bottom: 25px;
    right: 0;
    margin: auto;
    animation: btnScale .8s linear infinite;
}

.infoContentBox {
    position: relative;
    margin: auto;
}

.infoContentBox a {
    animation: btnScale .8s linear infinite;
}

.info_content_one {
    position: relative;
    background: url(img/info_banner4new.jpg) no-repeat center top;
    width: 100%;
    height: 710px;
}

.info_content_one img {
    display: block;
}

.info_content_one_list img:hover {
    transform: scale(1.1);
    transition: all .2s;
}

.info_content_one_list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    margin: auto;
}

.info_content_one a {
    background: url(img/info_btn2.png) no-repeat center top;
    position: absolute;
    left: 0px;
    width: 350px;
    height: 75px;
    bottom: 6%;
    right: 0;
    margin: auto;
}

.info_content_one p {
    font-size: 14px;
    color: #666;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.info_content_two {
    position: relative;
    background: url(img/info_banner5.jpg) no-repeat center top;
    width: 100%;
    height: 750px;
}

.info_content_two img {
    display: block;
    width: 100%;
}

.info_content_two_list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 22%;
    width: 1400px;
    right: 0;
    left: 0;
    margin: auto;
    flex-wrap: wrap;
}

.contentBox {
    width: 26%;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
}

.btn-wrap {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: absolute;
    bottom: 8px;
    left: 16px;
    width: 93%;
    height: 93%;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 25px;
    transform: skewX(-4deg);
    opacity: 0;
    cursor: pointer;
}

.info_content_two_list :hover.contentBox .btn-wrap {
    opacity: 1;
}

.contentBox .btn-wrap a {
    width: 148px;
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    display: block;
    animation: none;
}

.info_content_two .btn-wps {
    background: url(img/info_btn3.png) no-repeat center top;
    position: absolute;
    left: 0px;
    width: 350px;
    height: 75px;
    bottom: 3%;
    right: 0;
    margin: auto;
}

.info_content_three {
    position: relative;
    background: url(img/info_banner6.jpg) no-repeat center top;
    width: 100%;
    height: 600px;
}

.info_content_three p {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    text-align: center;
}

.info_content_three_list {
    position: relative;
    top: 180px;
    height: 220px;
}

#info_content_Box {
    width: 1330px;
    height: 220px;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
}

#info_content_BoxLogo {
    position: absolute;
    width: 1860px;
    height: 220px;
    left: 0;
    top: 0;
}

#info_content_BoxLogo .infoLogoList {
    float: left;
    width: 310px;
}


/* .info_content_three_list img:hover{
	transform: scale(1.1);
    transition: all .2s;
} */

.info_content_three_list img {
    display: block;
    width: 310px;
}

.info_content_three a {
    background: url(img/info_btn4.png) no-repeat center top;
    position: absolute;
    left: 0px;
    width: 350px;
    height: 75px;
    top: 75%;
    right: 0;
    margin: auto;
}

.info_works {
    position: relative;
    background: url(img/info_banner7.jpg) no-repeat center top;
    width: 100%;
    height: 800px;
}

#infoBoxLogo {
    width: 1500px;
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 500px;
    top: 160px;
}

#info_box {
    width: 4731px;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.info_works img {
    display: block;
}

.info_works a {
    background: url(img/info_btn5.png) no-repeat center top;
    position: absolute;
    left: 0px;
    width: 350px;
    height: 75px;
    bottom: 70px;
    right: 0;
    margin: auto;
    animation: btnScale .8s linear infinite;
}

.info_content_four {
    position: relative;
    background: url(img/info_banner8.jpg) no-repeat center top;
    height: 750px;
    margin: auto;
}

.info_content_four_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: 125px;
}

.centet_logo img {
    display: block;
    margin: auto;
}

.info_content_four_list .left_btn {
    background: url(img/left_btn.png) no-repeat;
    position: absolute;
    width: 50px;
    height: 80px;
    left: 50px;
}

.info_content_four_list .right_btn {
    background: url(img/right_btn.png) no-repeat;
    position: absolute;
    width: 50px;
    height: 80px;
    right: 50px;
}

.info_btn {
    background: url(img/info_btn9.png) no-repeat center top;
    position: absolute;
    left: 0px;
    width: 350px;
    height: 75px;
    bottom: 4%;
    right: 0;
    margin: auto;
    animation: btnScale .8s linear infinite;
}

.info_content_five {
    position: relative;
    background: url(img/info_banner9.jpg) no-repeat center top;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.swiper-container2 {
    width: 65%;
    top: 140px;
}

.info_content_five_list :hover.swiper-slide .slide_pop {
    display: block;
}

.slide_pop {
    width: 97%;
    position: absolute;
    bottom: 5px;
    background: #000;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    opacity: 0.8;
    display: none;
}

.slide_pop p {
    color: #fefefe;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 15px;
}

.info_content_five_list .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.info_content_five_list .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.info_content_five_list img {
    display: block;
    width: 100%;
}

.info_content_five a {
    background: url(img/info_btn7.png) no-repeat center top;
    position: absolute;
    left: 0px;
    width: 350px;
    height: 75px;
    bottom: 2%;
    right: 0;
    margin: auto;
    animation: btnScale .8s linear infinite;
}

@keyframes movetop {
    from {
        opacity: 0;
        filter: alpha(opacity=0)\9;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)\9;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes movetop {
    from {
        opacity: 0;
        filter: alpha(opacity=0)\9;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100)\9;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes btnScale {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.imgBox {
    width: 100%;
}

.info_enterprise {
    padding-bottom: 105px;
    background: #000;
}

.info_enterprise img {
    display: block;
    width: 100%;
}

.info_enterprise a {
    background: url(img/info_btn8.png) no-repeat center top;
    position: absolute;
    left: 0px;
    width: 350px;
    height: 75px;
    right: 0;
    margin: 13px auto;
    animation: btnScale .8s linear infinite;
}

.infoPop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.infoPOp-logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.Img_top {
    position: relative;
}

.zhezhao_none {
    position: absolute;
    right: -25px;
    top: -40px;
}

.inpBox {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -4px;
    width: 99%;
    margin-left: 3px;
}

.infoInput {
    width: 80%;
    margin: auto;
    padding-top: 20px
}

.infoInput input {
    width: 100%;
    height: 35px;
    border-radius: 25px;
    padding-left: 20px;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
    padding-right: 150px;
}

.infoInput a {
    background: url(img/infoPopBtn.png) no-repeat;
    width: 145px;
    position: absolute;
    right: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    margin-top: -43px;
}

.infoInput2 {
    display: none;
}

.infotext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.infotext input[type='checkbox'] {
    background: url(img/infoIcon2.png) no-repeat;
    width: 30px;
    height: 25px;
    -webkit-appearance: none;
}

.infotext input[type=checkbox]:checked {
    background: url(img/infoIcon1.png) no-repeat;
    width: 30px;
    height: 25px;
    -webkit-appearance: none;
}

.infotext a {
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
}

.info_footer {
    width: 100%;
    position: relative;
}

.info_footer img {
    display: block;
    width: 100%;
}

.footer_content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 135px;
}

.footer_content span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.footer_content a {
    background: url(img/info_btn10.png) no-repeat;
    position: absolute;
    width: 400px;
    height: 65px;
    margin-left: -205px;
    background-size: contain;
    top: 35px;
}

.footer_content p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 75px;
}