@import "reset.css";

/* banner */
.banner {
    width: 100%;
    height: 1020px;
    /* height: 1147px; */
    background: url(../images/banner.jpg) no-repeat center top;
    position: relative;
}

.sign {
    width: 397px;
    height: 67px;
    text-align: center;
    margin: 0 auto;
    padding-top: 498px;
}

.sign a {
    color: #2749c7;
    font-size: 30px;
    line-height: 56px;
    font-weight: bold;
    display: block;
    background: url(../images/sign.png) no-repeat;
    background-size: 100% 100%;
}

.banner p{
    width: 480px;
    color: #2749c7;
    font-weight: bold;
    font-size: 24px;
    margin: 20px auto 0;
}


/* 内容整体 */
.content-wrap {
    width: 100%;
    height: 9900px;
    margin-top: -1px;
    background: url(../images/bg.jpg) no-repeat center top;
}

/* 一部分 */
.knows {
    width: 100%;
    height: 629px;
}

.knows .main {
    width: 1200px;
    height: 617px;
    margin: 0 auto;
    background: #ffdb3f;
    border: 6px solid #000;
}

.knows-header img {
    vertical-align: middle;
}

.knows-header {
    width: 1200px;
    height: 161px;
    position: relative;
    top: 43px;
}

.knows-header img:nth-child(1) {
    position: absolute;
    top: 2px;
    left: -5px;
}

.knows-header img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 178px;
}

.knows-header img:nth-child(3) {
    position: absolute;
    bottom: 2px;
    right: -5px;
}

.demand,
.salary,
.sill {
    float: left;
    width: 362px;
    height: 290px;
    border: 2px solid #000;
    border-radius: 5px;
    background: #fff;
    margin-top: 100px;
    margin-right: 24px;
}

.demand {
    margin-left: 21px;
}

.title {
    margin: 20px 0 0 17px;
    height: 54px;
    text-align: center;
}

.yellow {
    width: 25px;
    height: 54px;
    background: #FDAB00;
    float: left;
}

.word {
    width: 165px;
    height: 54px;
    background: #2749c7;
    color: #fff;
    font-size: 34px;
    border-radius: 0 18px 18px 0;
    float: left;
    line-height: 54px;
}

.content {
    line-height: 2;
    padding: 8px 0;
}

.content p {
    font-size: 20px;
    margin-left: 17px;
}

.slogan {
    height: 80px;
    width: 360px;
    border: 2px solid #000;
    border-radius: 6px;
    text-align: center;

}

.slogan a {
    font-size: 34px;
    color: #2749c7;
    line-height: 80px;
    display: block;
}

.slogan a:hover {
    background: #2749c7;
    color: #fff;
}

.sill {
    margin-right: 20px;
}

/* 二部分 */
.reason {
    width: 100%;
    height: 1180px;
    margin-top: 100px;
}

.reason .main {
    width: 1200px;
    height: 1180px;
    margin: 0 auto;
}

.header img {
    vertical-align: middle;
}

.header {
    width: 1200px;
    height: 161px;
    position: relative;
    top: 43px;

}

.header img:nth-child(1) {
    position: absolute;
    top: 2px;
    left: -5px;

}

.header img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 178px;
}

.header img:nth-child(3) {
    position: absolute;
    bottom: 2px;
    right: -5px;
}
.reasonListWrap{
    position: relative;
}


.reason-list {
    width: 100%;
    height: 747px;
    margin-top: 112px;
    background: url(../images/reasonBg.png) no-repeat;
    background-position: 50% 40%;
    /* position: relative; */
}

.reason-list li {
    float: left;
    width: 310px;
    height: 206px;
    background: #fff;
    border-radius: 35px;
    margin-right: 135px;
    margin-bottom: 42px;
}

.reason-list li:nth-child(3),
.reason-list li:nth-child(6),
.reason-list li:nth-child(9) {
    margin-right: 0;
}

.reason-list li:last-child {
    margin-bottom: 0;
}

.num-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 16px 0;
}

.num {
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: #fff;
    margin-left: 16px;
    background: url(../images/num.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;

}

.reason-title {
    font-size: 24px;
    width: 145px;
    height: 34px;
    margin-left: 12px;
}

.reason-list p {
    width: 260px;
    font-size: 17px;
    margin: 0 auto;
}

.reason-list li:nth-child(10) {
    position: absolute;
    left: 50%;
    margin-left: -155px;
    bottom: -248px;
}

.reasonCir1 {
    position: absolute;
    bottom: 22%;
    left: -104px;
    width: 100px;
    height: 210px;
}

.reasonCir2 {
    position: absolute;
    top: 12%;
    right: -104px;
    width: 100px;
    height: 210px;
}

/* 三部分 */
.course {
    width: 100%;
    height: 844px;
    margin-top: 100px;
}

.course .main {
    width: 1200px;
    height: 832px;
    background: #ffdb3f;
    margin: 0 auto;
    border: 6px solid #000;
}

.composite {
    border: 3px solid #000;
    width: 1010px;
    height: 260px;
    margin: 73px auto 0;
}

.composite tr:nth-child(1) td {
    font-size: 36px;
    color: #fff;
}

.composite td {
    width: 335px;
    height: 85px;
    border: 2px solid #000;
    text-align: center;
}

.composite tr:nth-child(2) {
    font-size: 36px;
}

.composite tr:nth-child(3) {
    font-size: 24px;
}

.english {
    width: 1010px;
    border: 3px solid #000;
    height: 176px;
    margin: 50px auto 0;
}

.english tr:nth-child(1) td {
    font-size: 36px;
    color: #fff;
}

.english td {
    width: 142px;
    height: 85px;
    border: 2px solid #000;
    text-align: center;
}

.english tr:nth-child(2) {
    font-size: 24px;
}

/* 四部分 */
.could {
    width: 100%;
    height: 1246px;
    margin-top: 100px;
}

.could .main {
    width: 1200px;
    height: 1234px;
    background: #ffdb3f;
    margin: 0 auto;
    border: 6px solid #000;
}

.could-list1 {
    float: left;
    margin-left: 93px;
    margin-top: 179px;
}

.could-list2 {
    float: right;
    margin-right: 86px;
    margin-top: 106px;
}

.list1-wrap,
.list2-wrap {
    width: 446px;
    height: 174px;
    position: relative;
    padding-bottom: 122px;
}

.list1-content,
.list2-content {
    width: 440px;
    height: 174px;
    background: #fff;
    border: 3px solid #000;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.list1-content:hover,
.list2-content:hover{
    border: 3px solid #2749c7;
}

.list1-content:hover .couldAdvisory a,
.list2-content:hover .couldAdvisory2 a{
    background: #2749c7;
    color: #fff;
}

.icon,
.icon2 {
    position: absolute;
    top: -60px;
    left: 12px;
    
}

.icon1,.icon3{
    position: absolute;
    top: -75px;
    left: 12px;
    display: none;
}

/* .list1-wrap:nth-child(1) .icon {
    top: -85px;
} */

.couldCir {
    float: left;
    margin: 23px 0 0 10px;
}

.could p {
    float: left;
    width: 392px;
    margin: 20px 0 0 10px;
    font-size: 20px;
}

.couldAdvisory,
.couldAdvisory2 {
    width: 109px;
    height: 38px;
    background: #fff;
    border: 2px solid #2749c7;
    border-radius: 15px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
    bottom: 10px;
    right: 30px;
    text-align: center;
}

.couldAdvisory a,
.couldAdvisory2 a {
    display: block;
    color: #2749c7;
    font-size: 20px;
    line-height: 38px;
    border-radius: 12px;
}

.separation {
    float: left;
    margin-left: 10px;
    margin-top: 126px;
}

.couldAdvisory2 {
    left: 30px;
}

.couldAdvisory a:hover,
.couldAdvisory2 a:hover {
    background: #2749c7;
    color: #fff;
}

/* 五部分 */
.system {
    width: 100%;
    margin-top: 100px;
    height: 1000px;
}

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

.system-wrap {
    margin-top: 110px;
}

/* 复制部分 */
.system-title>li {
    display: block;
    float: left;
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    background: #ffdb3f;
    /* color: #fff; */
    text-align: center;
    cursor: pointer;
}

.system-title .active>i {
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #1C348C;
    margin: 0 auto;
}

.system-content {
    display: block;
    clear: both;
    padding-top: 60px;
}

.system-content>li {
    width: 1199px;
    display: none;
}

.system-title {
    background: #ffdb3f;
}

.system-title .active {
    background: #1C348C;
    color: #fff;
}

.system table {
    background: #fff;
    text-align: center;
}

.system table td {
    border: 1px solid #2E577A;
}

.system table tr:nth-child(1) td {
    border: 0;
}

.system table a {
    color: #B1091D;
}

.system table a:hover {
    color: #2749c7;
    font-weight: bold;
}

.system table .word {
    margin-left: 20px;
    margin-right: 20px;
}

.align {
    text-align: left;
    padding: 10px;
}

/* 六部分 */
.private {
    width: 100%;
    margin-top: 100px;
}

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

.pri-wrap{
    margin-top: 70px;
}

.private table {
    width: 1200px;
    border: none;
    background: #ffdb3f;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 27px;
}

.private table td {
    border: 1px solid #fff;
}

/* .private table tr:nth-child(1) td {
    border: 0;
} */

.private table a {
    color: #B1091D;
    font-size: 20px;
}

.private table a:hover {
    color: #2749c7;
    font-weight: bold;
}

/* 表格添加 */
.pri-title>li {
    display: block;
    float: left;
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    background: #ffdb3f;
    text-align: center;
    cursor: pointer;
}

.pri-title .active>i {
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 26px solid #1C348C;
    margin: 0 auto;
}

.pri-content {
    display: block;
    clear: both;
    padding-top: 60px;
}

.pri-content>li {
    width: 1199px;
    display: none;
}

.pri-title {
    background: #ffdb3f;
}

.pri-title .active {
    background: #1C348C;
    color: #fff;
}

/* 七部分 */
.fullCourse {
    width: 100%;
    height: 1500px;
    margin-top: 100px;
}

.fullCourse .main {
    width: 1200px;
    height: 812px;
    margin: 0 auto;
}

.fullCourse table {
    margin-top: 92px;
    width: 1200px;
    border: none;
    background: #ffdb3f;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 27px;
}

.fullCourse table td {
    border: 1px solid #224997;
}

.fullCourse table tr:nth-child(1) td {
    border: 0;
}

.fullCourse table a {
    color: #B1091D;
    font-size: 20px;
}

.fullCourse table a:hover {
    color: #2749c7;
    font-weight: bold;
}

/* 八部分 */
.teacher {
    width: 100%;
    height: 768px;
    margin-top: 100px;
    color: #fff;
}

.teacher .main {
    width: 1200px;
    height: 768px;
    margin: 0 auto;
    position: relative;
}

.teacherGroup {
    margin-top: 88px;
    width: 370px;
}

.groupY {
    width: 9px;
    height: 36px;
    background: #ffdb3f;
    float: left;
    margin-top: 4px;
}

.groupSlogan {
    float: left;
    font-size: 30px;
    margin-left: 11px;
    width: 350px;
}

.groupContent1 {
    width: 350px;
    font-size: 20px;
    margin-top: 18px;
    margin-left: 20px;
}

.groupContent2 {
    font-size: 30px;
    margin: 20px 0 10px 20px;
}

.swiper-father {
    /* width: 100%; */
    height: 103px;
    margin-top: 70px;
    position: relative;
}

.teacher .swiper-container {
    width: 1016px;
    height: 101px;
}

.teacher .swiper-slide {
    width: 101px !important;
    height: 101px;
    cursor: pointer;
}

.teacher .swiper-slide img {
    width: 101px !important;
    height: 101px;
}

.teacher .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 98px;
    background: url(../images/leftArr.png) no-repeat;
    margin-top: 0;
}

.teacher .swiper-button-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 98px;
    background: url(../images/rigArr.png) no-repeat;
    margin-top: 0;
}

.teacher-cont {
    position: absolute;
    top: 370px;
    right: 0;
    width: 1198px;
    height: 241px;
    background: url(../images/teacherBg.png) no-repeat center center;
}

.teacher-cont li {
    display: none;

}

.teacher-cont li:nth-child(1) {
    display: block;
}

.teacher-cont img {
    position: absolute;
    right: 0;
    top: -100px;
}

.yelLine{
    width: 280px;
    height: 12px;
    background: #ffdb3f;
    position: absolute;
    right: 0;
    bottom: 0;
}

.teacher-introduce {
    width: 400px;
    height: 160px;
    position: absolute;
    left: 42%;
    top: 0;
    background: rgb(255, 255, 255, .1);
}

.teacher-name {
    font-size: 24px;
    margin-left: 12px;
    margin-top: 10px;
}

.teacher-intro {
    width: 94%;
    margin: 5px auto 0;
    font-size: 18px;
}

/* 九部分 */
.photoWall {
    width: 100%;
    height: 615px;
    margin-top: 100px;
}

.photoWall .main {
    width: 1200px;
    height: 615px;
    margin: 0 auto;
}

#LoopDiv {
    width: 1200px;
    /* margin-top: -50px; */
}
#starsIF{
    height: 350px;
}

/* .LoopDiv .swiper-wrapper{
    width: 1200px;
    height: 543px;
} */
/* .LoopDiv .swiper-slide{
    width: 747px;
    height: 543px;
} */
#LoopDiv .swiper-slide img {
    /* width: 747px;
    height: 543px; */
    float: left;
}

.mKeBanner,
.mKeBanner div {
    text-align: center;
}

.imageflow img {
    -webkit-box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
    box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, 0.1);
}

.imageflow {
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
    width: 1200px;
    margin: 0 auto;
    height: 350px;
}

.imageflow img {
    border: none;
    position: absolute;
    top: 0px;
    visibility: hidden;
    -ms-interpolation-mode: bicubic;
    width: 947px;
    height: 643px;
    /* float: left; */
}

.imageflow p {
    margin: 0 auto;
    text-align: center
}



/* 十部分 */
.bank {
    width: 100%;
    height: 920px;
    margin-top: 90px;
}

.bank .main {
    width: 1200px;
    height: 893px;
    margin: 0 auto;

}

.bank-style {
    border: 6px solid #000;
    border-radius: 15px;
    background: #ffdb3f;
    margin-top: 120px;
}

.bank-style1,
.bank-style2 {
    float: left;
    margin: 74px 109px;
}

.farm,
.zfb {
    margin-bottom: 20px;
}

.bank-info {
    width: 375px;

}

.bank-info p {
    font-size: 22px;
    line-height: 1.8;
}

/* 底部二维码 */
.footer-code{
    width: 100%;
    height: 333px;
}
.footer-code img{
    display: block;
    margin: 0 auto;
}