@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear20 {
    clear: both;
    margin-bottom: 20px;
}

body {
    FONT-SIZE: 14px;
    MARGIN: 0px;
    COLOR: #535251;
    LINE-HEIGHT: 24px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #938f8a;
}

.page {
    width: 960px;
    margin: 0 auto;
    background-color: #FFF;
    overflow: hidden;
}

.nav {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    /* box-shadow: 2px -12px 30px -30px inset #000; */
}

.box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.logo {
    display: block;
    white-space: nowrap;
    text-indent: 999em;
    width: 50px;
    height: 50px;
    background: url(../images/logo.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 5px 8px;
}

.nav ul {
    /* width: 720px; */
    overflow: hidden;
    margin: 5px 10px 5px 0;
}

.nav ul li {
    width: 120px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #535251;
    float: left;
}

.nav ul li:hover {
    background-color: #f5f2eb;
    border-radius: 4px;
}

.parent .mid-parent0 {
    display: block;
}

.parent .mid-parent1 {
    display: none;
}

.parent .mid-parent2 {
    display: none;
}


/* 
.parent div:first-child {
    display: block;
} */

.mid {
    width: 100%;
    background-color: #f5f2eb;
    display: flex;
    box-sizing: border-box;
    padding: 50px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 13px 30px -30px inset #000;
}

.mid .imgs {
    width: 100%;
}

.mid .imgs div {
    width: 100%;
}

.mid .imgs div img {
    width: 100%;
}

.text {
    width: 100%;
}

.text div {
    font-size: 14px;
    padding: 15px 20px;
    color: rgb(83, 82, 81);
    line-height: 24px;
    font-family: 微软雅黑, Verdana, Geneva, sans-serif;
    text-indent: 2em;
}

.boy {
    width: 100%;
    background-color: #f5f2eb;
    box-sizing: border-box;
    padding: 50px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 13px 30px -30px inset #000;
}

.boy .box {
    padding-bottom: 50px;
}

.boy .box span img {
    width: 100%;
}

.boy .box .imgs {
    width: 100%;
}

.boy .box .imgs div {
    width: 100%;
}

.boy .box .imgs div img {
    width: 100%;
}

.text {
    width: 100%;
}

.text div {
    font-size: 14px;
    padding: 15px 20px;
    color: rgb(83, 82, 81);
    line-height: 24px;
    font-family: 微软雅黑, Verdana, Geneva, sans-serif;
    text-indent: 2em;
}

.teacher {
    width: 100%;
    background-color: #f5f2eb;
    box-sizing: border-box;
    padding: 50px 10px 10px 10px;
    overflow: hidden;
    box-shadow: 0px 13px 30px -30px inset #000;
}

.teacher .box {
    padding-bottom: 50px;
}

.teacher .box span img {
    width: 100%;
}

.teacher .box .imgs {
    width: 100%;
}

.teacher .box .imgs div {
    width: 100%;
}

.teacher .box .imgs .imgsTeacher img {
    width: 50%;
    padding-left: 100px;
}

.teacher .box .imgs div img {
    width: 100%;
}

.teacher .box .imgs div div h3 {
    text-align: center;
}

.banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 15px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left {
    width: 300px;
    margin-right: 20px;
}

.right {
    width: 620px;
}

p.title {
    width: 100%;
    line-height: 38px;
    text-indent: 1em;
    background-color: #53A3B9;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 20px;
}

.jj {
    width: 260px;
    margin: 0 auto 20px;
}

.jj img {
    display: block;
    width: 220px;
    height: 220px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid #53A3B9;
    margin: 0 auto 20px;
}

.jj p {
    line-height: 26px;
    margin-bottom: 5px;
}

.login {
    width: 260px;
    margin: 0 auto 20px;
}

.login input {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 8px;
    margin-bottom: 15px;
}

.login button {
    text-align: center;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #53A3B9;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}

.login button:hover {
    background-color: #4996A5;
}

.wz {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.wz b {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}

.wz p {
    text-indent: 2em;
    line-height: 35px;
    margin-bottom: 10px;
}

.wz>img {
    display: block;
    margin: 10px auto;
}

.wz p>img {
    display: inline-block;
    margin: 10px;
}

.foot {
    width: 100%;
    /* padding: 0 10%; */
    background-color: #f5f2eb;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #535251;
    box-shadow: 0px 13px 30px -30px inset #000;
}

.jn {
    width: 100%;
    height: 500px;
    position: relative;
}

.jn span {
    position: absolute;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    transition: transform 0.6s;
    border-radius: 50%;
}

.jn span:hover {
    transform: scale(1.1);
}

.jn span:nth-of-type(1) {
    width: 120px;
    line-height: 120px;
    font-size: 18px;
    background-color: rgba(246, 229, 141, 0.9);
    top: 280px;
    left: 120px;
    z-index: 1;
}

.jn span:nth-of-type(2) {
    width: 160px;
    line-height: 160px;
    font-size: 20px;
    background-color: rgba(255, 190, 118, 0.7);
    top: 90px;
    left: 240px;
    z-index: 3;
}

.jn span:nth-of-type(3) {
    width: 130px;
    line-height: 130px;
    font-size: 20px;
    background-color: rgba(255, 121, 121, 0.8);
    top: 110px;
    left: 120px;
    z-index: 2;
}

.jn span:nth-of-type(4) {
    width: 240px;
    line-height: 240px;
    font-size: 24px;
    background-color: rgba(186, 220, 88, 0.7);
    top: 280px;
    left: 280px;
    z-index: 4;
}

.jn span:nth-of-type(5) {
    width: 120px;
    line-height: 120px;
    font-size: 16px;
    background-color: rgba(185, 251, 244, 1.0);
    top: 60px;
    left: 420px;
    z-index: 1;
}

.zp {
    width: 100%;
    overflow: hidden;
}

.zp img {
    width: 180px;
    height: 280px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #6ad4ee;
    margin: 10px;
    cursor: pointer;
}

.ly span {
    display: block;
    text-align: right;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 10px;
}

.ly label {
    margin-left: 4px;
    margin-right: 10px;
    font-size: 16px;
}

.ly input[type=text] {
    width: 280px;
    height: 30px;
    box-sizing: border-box;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #000;
}

.ly textarea {
    width: 280px;
    height: 200px;
    box-sizing: border-box;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #000;
}

.ly button {
    display: block;
    width: 100px;
    height: 42px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #53A3B9;
    margin: 30px auto;
    font-size: 16px;
    color: #FFF;
}