.section div:nth-child(10)::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 8px;
    content: '';
    width: 56px;
    height: 3px;
    background: #C81118;
}

.fisback {
    width: 100%;
    height: 600px;
    background: url("../img/aboutUs/back.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fisback span:nth-child(1) {
    font-size: 103px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.fisback span:nth-child(2) {
    font-size: 92px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
}

.routerTip {
    width: 1170px;
    margin-top: 30px;
}

.aboutList {
    width: 1180px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.aboutClass {
    display: flex;
    flex-direction: column;
}

.aboutClass div {
    cursor: pointer;
    position: relative;
    width: 173px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 60px;
    border-right: 1px solid rgba(223, 223, 223, 1);
}

.aboutClass div img {
    width: 6px;
    height: 6px;
    margin-right: 25px;
}

.aboutClass div span {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
}

.aboutClass div:nth-child(1)::after,
.aboutClass div:nth-child(2)::after,
.aboutClass div:nth-child(3)::after,
.aboutClass div:nth-child(4)::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: '';
    width: 153px;
    height: 1px;
    background: #DFDFDF;
}
.aboutClassCover {
    border-right: 2px solid rgba(200, 17, 24, 1)!important;
}

.aboutClassCover span {
    color: rgba(200, 17, 24, 1)!important;
}

.aboutCont {
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}

.aboutContBigtitle {
    font-size: 40px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #DFDFDF;
}

.aboutContSmalltitle {
    font-size: 40px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #111111;
    margin-top: 6px;
}

.aboutIntroduction {
    margin-top: 20px;
    width: 927px;
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
}

.aboutVideo {
    width: 927px;
    height: 522px;
    margin-top: 60px;
}

.partnerList {
    width: 927px;
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partnerList div {
    width: 446px;
    height: 700px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partnerList div img {
    width: 446px;
    height: 402px;
}

.partnerList div span:nth-child(2) {
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    margin-top: 20px;
}

.partnerList div span:nth-child(3) {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #929292;
    margin-top: 10px;
}

.partnerList div span:nth-child(4) {
    width: 386px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #929292;
    margin-top: 20px;
}

.aboutTeam {
    width: 927px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.aboutTeam div {
    width: 136px;
    height: 136px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #C81118;
}

.aboutTeam div span:nth-child(1) {
    font-size: 28px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #111111;
    margin-bottom: 10px;
}

.aboutTeam div span:nth-child(2) {
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
}

.aboutBack {
    width: 927px;
    height: 196px;
    margin-top: 60px;
    margin-bottom: 80px;
}

.aboutContCourse {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 80px;
}

.aboutContCourse_line {
    display: flex;
    flex-direction: column;
}

.aboutContCourse_linec {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.aboutContCourse_line1ce {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aboutContCourse_line1ce span {
    width: 106px;
    height: 30px;
    background: #C81118;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    font-family: NumberOnly-Bold, NumberOnly;
    font-weight: bold;
    color: #FFFFFF;
}

.aboutContCourse_line1ce div {
    width: 20px;
    height: 2px;
    background: rgba(200, 17, 24, .5);
    margin-left: 10px;
}

.aboutContCourse_linenow {
    width: 2px;
    height: 203px;
    background: rgba(200, 17, 24, .5);
    margin-top: 10px;
    margin-left: 53px;
}

.radius {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 47px;
    border: 1px solid #C81118;
}

.aboutContCourse_msg {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.aboutContCourse_msg div {
    width: 781px;
    height: 173px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.aboutContCourse_msg div span {
    width: 416px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    margin-top: 20px;
    margin-left: 20px;
}

.aboutContCourse_msg div img {
    width: 201px;
    height: 133px;
    margin-top: 20px;
    margin-left: 124px;
}

.honor {
    display: flex;
    flex-direction: column;
}

.honorMsg {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.honorMsg span:nth-child(1) {
    width: 106px;
    height: 30px;
    background: #C81118;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    font-family: NumberOnly-Bold, NumberOnly;
    font-weight: bold;
    color: #FFFFFF;
}

.honorMsg span:nth-child(2) {
    width: 892px;
    height: 2px;
    background: #C81118;
}

.honorList {
    width: 927px;
    display: flex;
    flex-wrap: wrap;
}

.honorList div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    margin-top: 30px;
}

.honorList div img {
    width: 208px;
    height: 146px;
    margin-bottom: 20px;
}

.honorList div span {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
}

.recruitmentList {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.recruitmentMessage {
    display: flex;
    flex-direction: column;
}

.recruitmentMessage1 {
    cursor: pointer;
    width: 886px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
}

.recruitmentMessage1 img {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.recruitmentMessage1 div:nth-child(2) {
    cursor: pointer;
    width: 250px;
    padding-left: 20px;
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #111111;
}

.recruitmentMessage1 div:nth-child(3) {
    cursor: pointer;
    width: 209px;
    padding-left: 26px;
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #111111;
}

.recruitmentMessage1 div:nth-child(4) {
    cursor: pointer;
    width: 123px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #111111;
}

.recruitmentMessage1 div:nth-child(5) {
    cursor: pointer;
    width: 102px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #111111;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    margin-right: 20px;
    margin-left: 101px;
}

.recruitmentTitle {
    width: 886px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
}

.recruitmentTitle div:nth-child(1) {
    width: 20px;
    height: 20px;
}

.recruitmentTitle div:nth-child(2) {
    width: 260px;
    padding-left: 20px;
    text-align: left;
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #111111;
}

.recruitmentTitle div:nth-child(3) {
    width: 244px;
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #111111;
}

.recruitmentTitle div:nth-child(4) {
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #111111;
}

.recruitmentMessage2 {
    display: none;
    flex-direction: column;
    padding-top: 27px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
}

.email {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #C81118;
    margin-top: 30px;
}

.aboutConttig {
    width: 886px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.recrremark {
    width: 886px;
}

.recrremark img {
    width: 782px!important;
    height: 523px!important;
}

.aboutCity {
    position: relative;
}

.aboutCitymesg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

.aboutCitymesg span:nth-child(1) {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #929292;
}

.aboutCitymesg span:nth-child(2) {
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #111111;
    margin-left: 24px;
}

.aboutCitymesg img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.aboutCityName {
    position: absolute;
    z-index: 910;
    right: 0;
    bottom: -272px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #DFDFDF;
    display: none;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    padding-left: 29px;
    padding-right: 29px;
}
.aboutCityName span:nth-child(1) {
    margin-top: 9px;
}

.aboutCityName span {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #111111;
    margin-bottom: 30px;
    cursor: pointer;
}

.aboutCityName span:hover {
    color: rgba(200, 17, 24, 1)!important;
}

.aboutCityName::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.aboutCityName::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
    background: rgba(200, 17, 24, 1);
}
.aboutCityName::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
    border-radius: 10px;
    background: #ededed;
}

.map {
    position: relative;
    width: 903px;
    height: 527px;
}

.mapnumber {
    width: 903px;
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    margin-top: 45px;
    line-height: 35px;
}

.mapnumbercolor {
    color: rgba(200, 17, 24, 1)!important;
}

.mapcolorTip {
    position: absolute;
    z-index: 999;
    bottom: 70px;
    left: 17px;
    display: flex;
    flex-direction: column;
}

.mapcolorTip div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mapcolorTip div span {
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #111111;
    margin-left: 10px;
}

.mapcolorTip2 {
    width: 19px;
    height: 19px;
    background: rgba(214,220,255,.8);
}

.mapcolorTip3 {
    width: 19px;
    height: 19px;
    background: rgba(178, 187, 238, .8);
}

.mapcolorTip1 {
    width: 19px;
    height: 19px;
    background: rgba(238,240,255,.8);
}

.provinceList {
    width: 940px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px;
}

.provinceListCont {
    width: 281px;
    height: 256px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    border: 1px solid #DFDFDF;
    margin-right: 30px;
    margin-bottom: 30px;
}

.provinceListCont:hover {
    border: 1px solid rgba(200, 17, 24, 1)!important;
}

.contTitle {
    width: 241px;
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #111111;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.provinceListCont div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-left: 15px;
}

.provinceListCont div img {
    width: 20px;
    height: 20px;
}

.provinceListCont div span {
    width: 212px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    margin-left: 10px;
}

.posTitk {
    position: sticky;
    top: 0;
    background: white;
    z-index: 900;
    width: 173px;
    height: 400px;
}

.textColor {
    background: #C81118!important;
    color: white!important;
    border: none!important;
}

.main {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 909;
     display: none;
}