.h-picture{
    width: 100%;
    position: relative;
}
.corner{
    position: absolute;
    top: 0;
    width: 100%;
    height: 210px;
    background: url(../Images/xie.png) no-repeat;
    background-size: 100% 100%;
}

.h-font-pic{
    position: relative;
    z-index: 9;
    min-width: 1024px;
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.h-font-pic>div{
    width: 50%;
}
.h-school{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 35px;
}
.h-school>div:nth-child(1){
    width:28%;
}
.h-school>div:nth-child(1)>img{
    width: 100%;
}
.h-school>div:nth-child(2){
    font-size: 14px;
    color: #ffffff;
}
.h-detial{
    color: #333333;
    text-indent:2em;
    line-height: 1.95;
    text-align: justify;
}
.h-left{
    height: 435px;
    overflow: hidden;
}
.h-right{
    width: 50%;
    height: 390px;
   padding-top: 50px;
    margin-left: 30px;
    box-sizing: border-box;
}
.h-right>video{
    width: 100%;
    height: 385px;
}
.h-foat1{
    width: 400px;
    position: absolute; 
    top: 10px;
}
.h-foat2{
    position: absolute;
    right: 0;
    top:0;
    width: 400px;
}
.h-qian{
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-top: 60px;
    position: relative;
}
.h-qian>img{
    width: 100%;
    height: 100%;
}
.h-nac-box{
    position: relative;
    top: -280px;
    min-width: 1024px;
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
}
.h-nac-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h-nac-head>div:nth-child(1){
    background: #ffffff;
    display: flex;
    justify-content: center;
    padding: 20px 30px;
    box-sizing: content-box;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
    bottom: -1px;
} 

.h-nac-head>div:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-nac-head>div:nth-child(2) > span{
    font-size: 12px;
    color: #ffffff;
}
.h-nac-bod{
    background: #ffffff;
    padding: 50px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-shadow:  0px 7px 7px #C9C9C9;
}
.h-people{
    width: 24%;
}
.h-people>img{
    width: 100%;
    height: 176px;
    object-fit: cover;
}
.h-bod-p{
    font-size: 15px;
    margin-top: 22px;
    margin-bottom: 10px;
}
.h-bod-p span:first-child{
    font-size: 26px;
}
.h-bod-p span:last-child{
    margin-left: 5px;
    color: #666666;
}
.h-people p:last-child{
    margin-top: 15px;
    display: -webkit-box;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #9b9b9b;
}
.h-bod-p span{
    vertical-align: bottom;
}

.h-live{
    min-width: 790px;
    max-width: 1390px;
    margin: 0 auto;
    width: calc(100% - 234px);
    margin-top: 280px;
}
.h-live>div:first-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-live-more{
   font-size: 15px;
}
.h-student{
    margin-top: 40px;
    display: flex;
    height: 315px;
}
.h-stude1{
    width: 50%;
    overflow: hidden;
}
.swiper-containers{
    width: 100%;
    height: 315px;
}
.swiper-slide{
    width: 100%;
    height: 315px;
    position: relative;
    object-fit: cover;
}
.swiper-slide>img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.h-tits{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    height: 50px;
    z-index: 10000;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    padding: 0 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.h-stude2{
    width: 50%;
    margin-left: 30px;
}
.h-stude-title{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.h-stude-title .title-link{
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s;
    color: #333;
}
.h-stude-title .title-link:hover{
    color: #ef475d;
    text-decoration: underline;
}
.h-data{
    display: flex;
    align-items: center;
}
.h-data>span{
    font-size: 13px;
    color: #ef475d;
    font-style:oblique
}
.h-data>div{
    flex: 1;
    height: 1px;
    background: #C9C9C9;
    margin-left: 3px;
}
.h-team{
    min-width: 790px;
    max-width: 1390px;
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: 0px 0px 7px #C9C9C9;
    position: relative;
}
.h-team-tile{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0 30px 0;
}
.h-team-tile>img{
    width: 280px;
}
.h-car{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 35px;
}
.h-car>img:first-child{
    margin-right: 50px;
}
.h-car a img{
    width: 300px;
}
.h-car a:first-child{
    margin-right: 60px;
}
.h-taem-yu{
    position: absolute;
    top: 95px;
    left: -117px;
    width: 380px;
}
.h-taem-red img,
.h-taem-yu img{
    width: 100%;
}
.h-taem-red{
    position: absolute;
    top: 108px;
    right: -117px;
    width: 380px;
}
.h-up{
    width: 100%;
    background: url("../Images/h_upbg.png") no-repeat 100% 100%;
    background-size: cover;
    padding-bottom: 50px;
}
.h-up-box{
    min-width: 1024px;
    max-width: 1390px;
    margin: 0 auto;
}
.h-up-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0 30px 0;
}

.h-up-title>div>span{
    font-size: 15px;
    color: #ffffff;
}
.h-up-bod{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-up-nav{
    flex: 0 0 44%;
    background: #ffffff;
}
.h-up-nav>img{
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
}
.h-up-nav p{
    color: #424242;
    transition: color .2s;
}
.h-up-nav>p:nth-child(2){
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}
.h-up-nav>p:last-child{
    font-size: 12px;
    font-weight: 500;
    color: #989898;
    padding: 0 30px 20px;
    line-height: 1.2;
}
.h-up-nav:hover p:nth-child(2){
    color: rgba(66, 66, 66, .8);
    text-decoration: underline;
}
.h-up-nav:hover p:last-child{
    color: rgba(152, 152, 152, .8);
    text-decoration: underline;
}
.h-up-nav:hover img{
    transform: scale(1.1);
}

.h-live-mores{
    margin-top: 30px;
}
.h-moes-sa{
    margin-left: 0;
    margin-right: 15px;
    box-shadow: 0px 0px 7px #C9C9C9;
    padding: 35px 15px 35px 25px;
    box-sizing: border-box;
}
.h-srse{
    height: 300px;
}
.h-sweos>.swiper-containers{
    width: 100%;
    height: 300px;
}
.h-sweos .swiper-slide{
    width: 100%;
    height: 300px;
    position: relative;
    object-fit: cover;
}
.h-sweos .swiper-slide>img {
    width: 100%;
}

.more{
    color: #fff;
    font-size: 15px;
    transition: color .2s;
}
.more.dark{
    color: #333;
}
.more:hover{
    color: #ef475e;
    text-decoration: underline;
}

.h-up.exchange{
    background-image: url("../Images/guoji-bg.png");
    height: 800px;
}

.school-list,
.exchange-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.school-item,
.exchange-item{
    width: 18%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transition: transform .2s;
    user-select: none;
}
.exchange-item span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 28px;
    font-size: 28px;
    line-height: 2;
}
.exchange-item:hover,
.school-item:hover{
    transform: scale(1.1);
}
.school-item:active,
.exchange-item:active{
    transform: scale(1);
}
.exchange-list .exchange-item:nth-child(1){
    background-image: url(../Images/exchange1.png);
}
.exchange-list .exchange-item:nth-child(2){
    background-image: url(../Images/exchange2.png);
}
.exchange-list .exchange-item:nth-child(3){
    background-image: url(../Images/exchange3.png);
}
.exchange-list .exchange-item:nth-child(4){
    background-image: url(../Images/exchange4.png);
}
.exchange-list .exchange-item:nth-child(5){
    background-image: url(../Images/exchange5.png);
}

.h-up.school{
    background-image: url("../Images/school-bg.png");
    background-position: 0 0;
    height: 685px;
    position: relative;
    z-index: 1;
    margin-top: -180px;
    padding-top: 120px;
}

.school-list{
    margin-top: 45px;
}
.school-item{
    width: 23%;
    height: 190px;
}
.school-list .school-item:nth-child(1){
    background-image: url(../Images/school1.png);
}
.school-list .school-item:nth-child(2){
    background-image: url(../Images/school2.png);
}
.school-list .school-item:nth-child(3){
    background-image: url(../Images/school3.png);
}
.school-list .school-item:nth-child(4){
    background-image: url(../Images/school4.png);
}
.school-item span{
    position: absolute;
    left: 0;
    bottom: 35px;
    display: inline-block;
    padding: 15px;
    font-size: 18px;
    background-color: rgba(45, 174, 239, .8);
}