.header {
    top: 50px;
}
.active {
    color: #2C9AB7;
}
.ant-credits-buttom .ant-credits-left{
    background: none;
}
.ant-credits-nav{
    background-color: #fff;
}
.header {
    top: 0;
    display: flex;
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* max-width: 1600px; */
    /* width: 85%; */
    width: 100%;
    min-width: 1200px;
    /* width: 85%; */
    /* background: #FFFFFF; */
    border-radius: 10px;
    justify-content: space-between;
}

.Header-wrapper {
    width: 1400px;
    /* background: #fff; */
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    /* border-radius: 10px; */
    right: 0;
    margin: 0 auto;
}

.header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

.header-logo {
    width: 30%;
    padding-left: 50px;
}

.header-logo img {
    height: 35px;
    object-fit: cover;
}
.header-menu{
    width: 62%;
    float: right;

}
.header-menu ul li{
    float: left;
    width: 16%;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    font-family: Microsoft YaHei;
}
.Header-banner {
	width: 100%;
	min-width: 1200px;
}

.Header-banner img {
    width: 100%;
    /* object-fit: cover; */
    height: 400px;
    /* height: 100%;*/
}
.footer-area {
    background-color: #2F3234;
    color: #fff;
    /* margin-top: 50px; */
    min-width: 1200px;
    overflow: hidden;
}

.footer-area-content {
    display: flex;
    /* height: 250px; */
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    background: #2F3234;
}

.footer-area-content-logo {
    margin: 50px 0;
}

.footer-area-content-qrCode {
    position: relative;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-area-content-list {
    display: flex;
    padding: 55px 0 50px 0;
}

.footer-qrcode {
    width: 100px;
    height: 100px;
    margin: 50px 0;
}

.footer-area-info {
    margin: 50px;
}

.phone {
    font-size: 30px;
}

.email-and-area {
    margin-top: 15px;
    line-height: 28px;
}
.email-and-area>p{
    padding-bottom: 10px;
}
.footer-area-content-list {
    display: flex;
    padding: 50px 0;
}

.footer-area-content-list .title {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-area-content-list a {
    line-height: 28px;
    color: #858585;
    font-size: 14px;
}
@media all and  (max-width:1025px) {
    .footer-area-content {
        padding: 0 20px;
    }

    .footer-area {
        padding: 0;
    }

    .content3 {
        padding: 0 20px;
    }
    .Header-wrapper{
        width: 1200px;
        padding: 0 20px;
    }
    .Header-banner{
        width: 100%;
        min-width: 1200px;
        height: 400px;
    }
    .ant-credits-nav{
        width: 210px;
    }
    .study_position li a{
        font-size: 16px;
    }
}