* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

li {
    list-style: none;
}

.cont img {
    display: block;
}

input {
    background: none;
    outline: none;
    border: 0px;
    background: #fff;
}

body {
    font: 16px/1.5 "Microsoft YaHei", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-width: 1200px;
    margin: 0 auto;
    color: #333;
}

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

.banner {
    height: 550px;
    background: url(../images/banner.jpg) no-repeat center center;
    background-position: center;
}

/* 轮播 */
#swiper1 {
    height: 550px;
    margin-top: 61px;
}

#swiper1 img {
    width: 100%;
}
#swiper1 a{
    display: block;
}

.part {
    padding: 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    text-align: center;
}

.part1 {
    height: 576px;
    background: url(../images/bg1.jpg) no-repeat center center;
}

.part .title {
    height: 40px;
    background: url(../images/title1.png) no-repeat center center;
    background-position: center;
}

.part1 .title {
    background: url(../images/title1.png) no-repeat center center;
}

.part .litter-title {
    width: 1200px;
    font-size: 24px;
    line-height: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part .litter-title>img {
    margin-right: 20px;
}

.part .cont {
    width: 1200px;
    margin: 0 auto;
}

.part .cont table {
    width: 100%;
    border: 1px solid #CEAA66;
    border-collapse: collapse;
    background: #fff;
}

.part .cont table th {
    padding: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #CEAA66;
}

.part .cont table td {
    padding: 20px;
    font-size: 20px;
    border: 1px solid #E2D3C0;
    border-bottom: none;
    border-top: none;
}

.part1 .cont table tr:nth-child(even) {
    background: #FAF6F0;
}

.part>a {
    display: block;
    width: 340px;
    height: 68px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    line-height: 68px;
    background: #E22044;
    border-radius: 34px;
}

.part2 {
    height: 674px;
    background: url(../images/bg2.jpg) no-repeat center center;
}

.part2 .title {
    background: url(../images/title2.png) no-repeat center center;
}

.part2 .cont>img {
    margin: 100px 0 70px;
}

.part3 .title {
    background: url(../images/title3.png) no-repeat center center;
}

.part3 ul {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 60px;
}

.part3 ul li {
    position: relative;
    cursor: pointer;
}

.part3 ul li:hover>p {
    z-index: 1;
}

.part3 ul li>p {
    display: block;
    width: 374px;
    height: 244px;
    padding: 30px 40px;
    background: #CEAA66;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.part3 ul li>p>span {
    font-size: 20px;
    font-weight: normal;
}

.part3 ul li>div {
    display: flex;
    justify-content: space-between;
    background: #EFF3F6;
    margin-top: 10px;
}

.part3 ul li>div p {
    width: 50%;
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.part3 ul li>div p>span {
    color: #E22044;
}

.part4 {
    background-image: linear-gradient(to bottom, #F7E5CE, #FAF6F0);
}

.part4 .title {
    background: url(../images/title4.png) no-repeat center center;
}

.part4 .cont {
    background: #fff;
    margin-top: 60px;
    padding: 50px 0;
}

.part .navs {
    display: flex;
    justify-content: center;
}

.part .nav {
    width: 310px;
    height: 64px;
    font-size: 34px;
    line-height: 64px;
    color: #CEAA66;
    border: 2px solid #CEAA66;
    cursor: pointer;
}

.part .nav.active {
    color: #fff;
    background: #CEAA66;
}

.part4 .cont-box {
    display: flex;
    justify-content: center;
    align-tiems: center;
    margin-top: 60px;
}

.part4 .item {
    width: 670px;
    margin-right: 66px;
    display: none;
}

.part4 .item.active {
    display: flex;
}

.part4 .item>img {
    width: 254px;
    height: 345px;
    margin-right: 35px;
}

.part4 .item>.dir {
    width: 380px;
    text-align: left;
}

.part4 .item>.dir>h2 {
    display: block;
    font-size: 24px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: -5px;
}

.part4 .item>.dir>p {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 5px 15px;
    background: #CEAA66;
    border-radius: 20px;
    margin: 20px 0;
}

.part4 .item>.dir>span {
    display: block;
    height: 120px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.part4 .cont-box>form {
    width: 406px;
    display: flex;
    flex-direction: column;
}

.part4 input {
    width: 100%;
    border: 2px solid #E5D3AF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 40px;
    font-size: 30px;
    color: #CEAA66;
    border-radius: 8px;
}

.part4 input[type=submit] {
    width: 324px;
    height: 74px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 74px;
    color: #fff;
    background: #CEAA66;
    border-radius: 40px;
    padding: 0;
    border: none;
}

.part5 {
    height: 1131px;
    background: url(../images/bg5.jpg) no-repeat center center;
}

.part5 .title {
    background: url(../images/title5.png) no-repeat center center;
    margin-bottom: 30px;
}

.part5 .box1 {
    text-align: left;
}

.part5 .box1>p {
    display: inline-block;
    font-size: 36px;
    line-height: 65px;
    color: #CEAA66;
    background: #fff;
    border: 1px solid #CEAA66;
    padding: 0 27px;
    padding-left: 0;
    border-radius: 10px;
    margin: 30px 0;
}

.part5 .box1>p>span {
    display: inline-block;
    height: 65px;
    margin-right: 27px;
    margin-left: -1px;
    padding: 0 30px;
    background: #CEAA66;
    line-height: 65px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}

.part5 .box1 ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.part5 .box1 ul li {
    width: 380px;
    padding: 45px;
    padding-bottom: 30px;
    background: #fff;
    border: 1px solid #CEAA66;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.part5 .box1 ul li:hover {
    transform: translate(0, -14px);
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    -moz-transform: translate(0, -14px);
}

.part5 .box1 ul img {
    margin: 0 auto;
}

.part5 .box1 ul h2 {
    font-size: 30px;
    font-weight: bold;
    color: #CEAA66;
    line-height: 80px;
}

.part5 .box1 ul p {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}

.part6 .title {
    background: url(../images/title6.png) no-repeat center center;
}

.part6 .cont {
    margin: 60px auto 0px;
}

.part6 .price {
    margin-top: 40px;
}

.part6 .cont table {
    display: none;
    border: none;
}

.part6 .cont table.active {
    display: block;
}

.part6 .cont table tr:nth-child(odd) {
    background: #FAF6F0;
}

.part6 .cont table td {
    border: 1px solid #E2D3C0;
}

.part6 .cont table td>span {
    color: #E22044;
}

.part7 {
    height: 850px;
    padding-bottom: 74px;
    background: url(../images/bg7.jpg) no-repeat center center;
}

.part7 .cont {
    position: relative;
}

.part7 .title {
    background: url(../images/title7.png) no-repeat center center;
}

.teacher_cont {
    width: 1146px;
    margin: 128px auto 0;
    position: relative;
}

.teacher_cont .hover_content {
    position: relative;
    text-align: left;
    display: none;
}

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

.teacher_cont .teacherBig {
    position: absolute;
    left: -53px;
    bottom: 45px;
}

.teacher_cont .teacher_introduce {
    width: 701px;
    height: 458px;
    background-color: #ffffff;
    padding-left: 445px;
    overflow: hidden;

}

.teacher_cont .teacher_name {
    font-size: 40px;
    color: #ceaa66;
    margin: 40px 0 30px;
}

.teacher_cont .teacher_intro {
    width: 645px;
    font-size: 22px;
    line-height: 36px;
    color: #151038;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.swiper-father {
    width: 560px;
    height: 90px;
    position: absolute;
    right: 102px;
    bottom: 45px;
}

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

#swiper2 .swiper-slide img:hover {
    border: 2px solid #deab69;
    border-radius: 50%;
}

.swiper-button-prev {
    position: absolute;
    left: -56px;
    top: 50%;
    width: 43px;
    /* height: 109px; */
    background: url(../images/leftArr.png) no-repeat;
    margin-top: -23px;
}

.swiper-button-next {
    position: absolute;
    right: -56px;
    top: 50%;
    margin-top: -23px;
    width: 37px;
    background: url(../images/rightArr.png) no-repeat;
}



.part8 {
    height: 707px;
    background: url(../images/bg8.jpg) no-repeat center center;
}

.part8 .title {
    background: url(../images/title8.png) no-repeat center center;
}

.part .litter-title {
    line-height: 80px;
    margin-bottom: 30px;
}

/*轮播*/
#focus_Box {
    position: relative;
}

#focus_Box>ul {
    display: block;
    height: 300px;
}

#focus_Box li {
    z-index: 0;
    position: absolute;
}

#focus_Box li>img {
    width: 100%;
}

#focus_Box .prev,
#focus_Box .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 230px;
    height: 290px;
    top: 30px;
}

#focus_Box .prev {
    left: 0px;
    opacity: .2;
}

#focus_Box .next {
    right: 0px;
    opacity: .2;
}

#focus_Box .prev:hover {
    opacity: 1;
}

#focus_Box .next:hover {
    opacity: 1;
}