/* works */
.works1 .worksTab{
    padding-left: 400px;
    margin-top: 50px;
}
.works1 .worksTab a{
    display: inline-block;
    width: 110px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #3c3c3c;
    cursor: pointer;
    margin-right: 10px;
}

.works1 .worksTab .on{    background: red;
    color: #fff;}

.works1 .worksTab a:hover{
    background: red;
    color: #fff;
}
.works-img1 {
    margin: 70px 0;
}
.works-img1 .left{
    float: left;
    width: 600px;
}
.works-img1 .right{
    float: left;
    width: 640px;
    overflow: hidden;
}
.works-img1 img{
    width: 100%;
    transition: all .6s;
}
.works-img1:hover img{
    transform: scale(1.1);
}

/* school overview */
.schoolOverview h2{
    font-size: 36px;
    text-align: center;
}

/* tab1 */
.works {
    margin-top: 40px;
}
.works .works-tab span{
    display: inline-block;
    width: 400px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #3c3c3c;
    cursor: pointer;
    margin-right: 10px;
}
.works .works-tab .active{
    background: red;
    border: 0;
    color: #fff;
}
.works .works-img .show{
    display: block;
}
.works .works-img div{
    padding: 40px 0;
    display: none;
}

/* campus */
.campus{
    margin-bottom: 100px;
}
.swiper-slide{
    position: relative;
    height: 210px;
}
.swiper-slide img{
    width: 100%;
    height: 210px;
} 
.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.swiper-slide span{
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

/* Teacher details */
.bj{
    background: #f4f4f4;
}
.TeacherDetails{
    padding-bottom: 80px;
}
.TeacherDetails .left{
    height: 780px;
    float: left;
}
.TeacherDetails .left img{
    width: 100%;
    height: 100%;
}
.TeacherDetails .right{
    float: right;
    padding-top: 30px;
}

/* development history */
.development{
    padding: 100px 0;
    height: 1435px;
    background: url(../bin_images/img03.png) no-repeat center center;
    position: relative;
}

.development p{
    position: absolute;
    width: 500px;
}
.development .txt01{
    right: 80px;
    top: 245px;
}
.development .txt02{
    left: 80px;
    top: 345px;
}
.development .txt03{
    right: 80px;
    top: 440px;
}
.development .txt04{
    left: 130px;
    top: 560px;
}
.development .txt05{
    left: 100px;
    top: 650px;
}
.development .txt06{
    right: 80px;
    top: 750px;
}
.development .txt07{
    left: 100px;
    top: 920px;
}
.development .txt08{
    right: 80px;
    bottom: 500px;
}
.development .txt09{
    left: 80px;
    bottom: 318px;
}
.development .txt10{
    right: 80px;
    bottom: 178px;
}





















/* Trem */
.Trem-box{
    background: #f4f4f4;
    padding-top: 50px;
    padding-bottom:100px;
}
.Trem-box h2{
    line-height: 180px;
    font-size: 36px;
    text-align: center;
}
.Trem li{
    position: relative;
    width: 288px;
    height: 446px;
    overflow: hidden;
    float: left;
    margin: 0 28px 28px 0;
}
.Trem li:nth-of-type(4),.Trem li:nth-of-type(8){
    margin-right: 0;
}
.Trem li img{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.Trem li:hover img{
    transform: scale(1.1);
}
.Trem li .name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 288px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}
.Trem li .name span{
    color: #e8d8b7;
}

.Trem li a{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
    text-align: center;
}
.Trem li:hover a{
    background: rgba(0, 0, 0, .5);
}
.Trem li a h5{
    font: 32px microsoft yahei,Verdana,Geneva,sans-serif;
    color: #e8d8b7;
    border-bottom: 1px solid red;
    margin: 300px 10px 0 10px;
    line-height: 60px;
    transition: all .8s;
    opacity: 0;
}
.Trem li a p{
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    opacity: 0;
    transition: all .8s;
}
.Trem li:hover a h5{
    margin-top: 220px;
    opacity: 1;
}
.Trem li:hover a p{
    opacity: 1;
}
.Trem li:hover .name{
    display: none;
}
.tel{
    padding-top: 100px;
}