@import "reset.css";

body {
    font: 16px/1.5 "Microsoft YaHei", Tahoma, Arial, Helvetica, sans-serif;
    margin: 0 auto;
    background: #fff;
}

.main {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
}

.title {
    font-size: 40px;
    font-weight: 700;
}

.intro {
    font-size: 18px;
    color: #cba774;
}

.banner {
    width: 100%;
    height: 544px;
    background: url(../images/banner.jpg) no-repeat center;
}

.con1 {
    width: 100%;
    height: 571px;
    margin-top: 52px;
    background: url(../images/con1.jpg) no-repeat center;
}

.con2 {
    width: 100%;
    height: 567px;
    background: url(../images/con2.jpg) no-repeat center;
}

/* 三 */
.con3 {
    /* height: 1136px; */
    background: url(../images/con3.jpg) no-repeat center;

}

.title3 {
    margin: 58px 0 25px;
}

.group {
    width: 1112px;
    margin: 50px auto 66px;
}

.group li {
    float: left;
    width: 363px;
    height: 72px;
    line-height: 72px;
    background-color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.group li:last-child {
    margin-right: 0;
}

.group li.active {
    background-image: linear-gradient(0deg,
            #d6bb94 0%,
            #f7ddc2 100%),
        linear-gradient(#ffffff,
            #ffffff);
    color: #000;
}

.group li.active i {
    border-top: 22px solid #dabf9a;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -11px;
}
.group_list .group_table{
    display: none;
}
.group_list .group_table:first-child{
    display: block;
}
.group_list table{
    text-align: center;
    background: #fff;
    width: 1109px;
    margin: 0 auto;
    /* display: none; */
}

.group_list table tr {
    height: 150px;
}
.group_list table tr:first-child {
    height: 58px;
    background-image: linear-gradient(0deg,
            #d6bb94 0%,
            #f7ddc2 100%),
        linear-gradient(#cba874,
            #cba874);
    font-size: 18px;
    color: #674d32;
}

.group_list table tr td{
    border: 1px solid #eeeeee;
    font-size: 14px;
}

.group_list .et1 p{
   width: 260px; 
   margin: 0 auto;
   text-align: left;
}

.group_list .et2 p{
    width: 270px;
    margin: 0 auto;
    text-align: left;
}
.ad{
    margin-top: 58px;
}
.ad a{
    display: inline-block;
    width: 214px;
	height: 57px;
	line-height: 57px;
    border-radius: 8px; 
    font-size: 24px;
    text-align: center;
}

.ad a:first-child{
    color: #e6ccaa;
    background-color: #4b4237;
    margin-right: 100px;
}
.ad a:last-child{
    color: #4b4237;
    border: solid 1px #4b4237;
}

/* 四 */
.con4{
    background: #f4f4f4;
    padding-bottom: 74px;
}
.title4 {
    margin: 70px 0 25px;
}

.teacher-cont {
    width: 1116px;
    height: 302px;
    margin: 28px auto 0;
    text-align: left;
}

.teacher-cont li {
    width: 1116px;
    height: 302px;
    background: #ffdca8;
    /* background: url(../images/teacherTop.png) no-repeat center; */
    display: none;
    border-radius: 70px 0px 85px 0px;
}

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

.teacherBig {
    float: left;
}

.teacher-introduce {
    float: left;
    margin-left: 40px;
}

.teacher-name {
    font-size: 34px;
    margin-top: 18px;
}

.teacherSlogan {
    font-size: 24px;
    margin-top: 14px;
}

.teacher-line {
    width: 60px;
    height: 2px;
    background: #ffcd85;
    margin-top: 12px;
}

.teacher-intro {
    font-size: 16px;
    width: 724px;
    line-height: 28px;
    margin-top: 19px;
}

.swiper-father {
    width: 1116px;
    height: 86px;
    position: relative;
    margin: 36px auto 0;
}

#swiper1 .swiper-slide {
    cursor: pointer;
}

#swiper1 .swiper-slide img:hover {
    border: 3px solid #ffcd85;
    border-radius: 50%;
}

.swiper-button-prev {
    position: absolute;
    left: -44px;
    top: 50%;
    width: 34px;
    height: 34px;
    background: url(../images/leftArr.png) no-repeat;
    margin-top: -17px;
}

.swiper-button-next {
    position: absolute;
    right: -44px;
    top: 50%;
    width: 34px;
    height: 34px;
    background: url(../images/rightArr.png) no-repeat;
    margin-top: -17px;
}
.tea_form{
    margin-top: 84px;
}
input[type="text"]{
    width: 351px;
	height: 58px;
	border-radius: 6px;
    border: solid 1px #4b4237;
    padding-left: 24px;
    margin-right: 60px;
    font-size: 20px;
}
input[type="submit"]{
    width: 210px;
	height: 58px;
	line-height: 58px;
	background-color: #4b4237;
	border-radius: 6px;
    border: solid 1px #4b4237;
    color: #e6ccaa;
    font-size: 24px;
    text-align: center;
}

.con5{
    width: 100%;
    height: 789px;
    background: url(../images/con5.jpg) no-repeat center;
}

/* 六 */
.con6{
    width: 100%;
    height: 492px;
    background: url(../images/con6.png) no-repeat center;
}
.title6{
    color: #f7d4ae;
    margin: 52px 0 19px;
}
.con6 .intro{
    color: #ffffff; 
}

.teach{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/* 七 */
.title7{
    margin: 59px 0 20px;
}
.photo{
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
    flex-wrap: wrap;
}

.photo li{
    margin-bottom: 28px;
}

/* 八 */
.title8{
    margin: 30px 0 40px;
}
.city li {
    float: left;
    width: 219px;
    height: 59px;
    line-height: 59px;
    background-color: #e3c59f;
    border-radius: 8px;
    text-align: center;
    margin: 0 21px 29px 0;
}

.city li>a {
    display: block;
    width: 219px;
    height: 59px;
    font-size: 26px;
    color: #674d32;
}