
/* 页面内容 */
.page-container {margin-top: 100rpx;}
.page-container .indexBanner {
    width: 100%;
    height: 574px; 
    background-image: url('https://ewg1990.oss-cn-guangzhou.aliyuncs.com/uploads/20220810/8721e155fb1ffdadc4dd31c2f88ee442.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    margin-bottom: 64px;
}
.page-container .indexBanner .container {
    margin: 0 auto;
    width: 1200px;
}
.indexBanner .container .index-banner-title {
    padding-top: 170px; 
}
.indexBanner  .index-banner-title .index-title-text {
    display: block;
    font-size: 61.21px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: left; 
    font-family:"HarmonyOS Sans SC";
    height: 72px;
    line-height: 72px;
}
.indexBanner  .index-banner-title .index-title-text span {
    margin-left: 6px;
    margin-right: 2px;
    font-size: 46px;
}
.indexBanner  .index-banner-title .index-title-test {
    margin-top: 19px;
    width: 569px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
    color: #333333;
    font-family: "HarmonyOS Sans SC";
}

#teacherList {
    width: 100%;
    margin-bottom: 60px;
}

.teacherList .content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.teacherList .content .title h4{
    margin-bottom: 24px;
    color: #333;
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.teacherList .content .title .hrafter {
    width: 74px;
    height: 4px;
    background-color: #fdcd00;
}

.teacherList .content .list {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    height: 631px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* background: url(/teachers_bg.png) no-repeat 50%;
    background-size: 1920px 631px; */
}
#teacherList .content .list:after, #teacherList .content .list:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 467px;
    height: 100%;
    z-index: 10;
}
.introduce {
    margin-top: 88px;
    position: relative;
}
.introduce  .container {
    width: 1200px;
    display: flex;
    align-items: center;
    margin-bottom: 124px;
}
.introduce  .container .introduce-left {
    width: 637px;
    height: 357px;
}
.introduce  .container .introduce-left img{
    width: 637px;
    height: 357px;
}
.introduce  .container .introduce-right {
    margin-left: 43px;
    width: 520px;
    height: 357px;
}
.introduce  .container .introduce-right p {
    font-family: "HarmonyOS Sans SC";
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    text-align: justify;
}
.mission {
    position: relative;
    width: 100%;   
}
.mission .container {
    width: 100%;
    height: 510px;
    background-image: url("https://ewg1990.oss-cn-guangzhou.aliyuncs.com/uploads/20220816/19da69447153a6181d1af6cec91a22b8.png");
    background-repeat: no-repeat;
    /* background-position: bottom; */
    background-size: 100% 510px; 
    z-index: 1;
    position: relative; 
}
.mission .container .mission-item { 
    padding: 120px 0;
    width: 1200px;
    margin: 0 auto;
    font-family: "HarmonyOS Sans SC";
}
.mission-item .top-mission {
    display: flex;
    align-items: center;
}
.mission-item .top-mission .mission-image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-image .mission-img {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border: 1px solid rgba(238, 238, 238, 1);  
    display: flex;
    align-items: center;
    justify-content: center; 
}
.mission-image .mission-img img {
    height: 38px;
    width: 38px;
}

.top-mission .mission-text {
    margin-left: 43.5px;
 
}
.top-mission .mission-text .shitxt {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}
.top-mission .mission-text .shitext {
    margin-top: 12px;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}

.top-mission .mission-image:hover .mission-img{background-image:linear-gradient(0deg,#fff,#f3f5f8);box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff }
.development {
    position: relative;

}
.development .container {
    width: 1200px;
    margin: 0 auto;
    padding: 100px;
}
.development .container  .title { 
    text-align: center;
    font-family: "思源黑体";
    font-size: 36px;
    font-weight: 500;
    color: #000;
}
.development .container .hr {
    margin: 19px auto 0;
    background: rgba(248, 199, 33, 1);
    height: 5px;
    width: 75px;
    text-align: center;
}
.development .container .development-image {
    width: 1200px;
    min-height: 1176;
}
.development .container .development-image img{
    width: 1200px;
    min-height: 1176;
}