.banner{
    width: 100%;
    height:616px ;
    margin-top: -10px;
    min-width: 1200px;
    overflow: hidden;
    background: url("../imgs/banner.jpg") no-repeat 0 0/100% 100%;
}
@media (max-width: 1440px) {
    .banner{
        height:500px ;
    }
}
.banner .time{
    color: #fff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 23%;
    font-weight: bolder;
}
ul.jckd{
    overflow: hidden;
    width: 900px;
    margin: 20px auto;
}
.jckd li{
    float: left;
    width: 250px;
    height: 250px;
    line-height: 40px;
    text-align: center;
    position: relative;
    color: #231815;
    margin: 20px 20px;
    background: url("../imgs/circle.png") no-repeat 0 0/100% 100%;
}
.jckd li .word{
    margin-top: 20px;
    line-height:35px;
    font-size: 22px;
}
.jckd li .top{
    font-size: 45px;
    font-weight: bolder;
    position: relative;
    z-index: 3;
    margin-top: 60px;
}
.jckd li .line{
    background: #662d91;
    width: 100px;
    height: 10px;
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -50px;
}

.title{
    background: #f9a94b;
    width: 700px;
    margin: 80px auto 10px;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px;

}
.title .tt{
    font-size: 40px;
}
.sbt{
    font-size: 20px;
}
.teacher{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}
.teacher ul{
    overflow: hidden;
    padding-top: 100px;
}
.teacher ul li{
    float: left;
    width:200px ;
    height: 320px;
    text-align: center;
    background: #fa5b55;
    position: relative;
    color: #fff;
    border-radius: 30px;
    margin: 20px 50px;

}

.teacher ul li .top{
    width: 200px;
    height: 200px;
    background: url("../imgs/adam.png") no-repeat 0 0/100% 100%;
    position: absolute;
    top: -100px;
    border-radius: 50%;
}
.teacher ul li:nth-child(2) .top{
    background: url("../imgs/zaho.png") no-repeat 0 0/100% 100%;
}
.teacher ul li:nth-child(3) .top{
    background: url("../imgs/sw.jpg") no-repeat 0 0/100% 100%;
}
.teacher ul li:nth-child(4) .top{
    background: url("../imgs/lx.png") no-repeat 0 0/100% 100%;
}
/*.teacher ul li:nth-child(5) .top{
    background: url("../imgs/sw.jpg") no-repeat 0 0/100% 100%;
}*/
.teacher ul li:nth-child(2){
    background: #65449f;
}
.teacher ul li:nth-child(3){
    background: #19b8be;
}
.teacher ul li:nth-child(4) {
    background: #efab67;
}
.teacher ul li:nth-child(5) {
    background: #22b573;
}
.teacher ul li h5{
    font-size: 25px;
    font-weight: normal;
    margin-top: 110px;
}
.teacher ul li h4{
    font-size: 17px;    font-weight: normal;

    box-sizing: border-box;
    padding: 5px;
    line-height: 30px;
}
.teacher ul li p{
    font-size: 18px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    padding: 10px;
}

.tszq{
    margin: 80px auto;
    overflow: hidden;
    width: 1200px;
}
.tszq p{
    width: 1200px;
    height: 400px;
    background: url("../imgs/p1.jpg") no-repeat 0 0/100% 100%;
    margin-bottom: 10px;
}
.tszq p:nth-child(2){
    background: url("../imgs/p2.jpg") no-repeat 0 0/100% 100%;

}
.gtlc{
    width: 1200px;
    height: 300px;
    background: url("../imgs/lc.jpg") no-repeat 0 0/100% 100%;
    margin: 80px auto;
}
.dzfa{
    width: 1000px;
    height: 500px;
    background: url("../imgs/pic.jpg") no-repeat 0 0/100% 100%;
    margin: 80px auto;

}

.ps{
    text-align: center;
    font-size: 17px;
}
.title span{
    color: #c1282d;
}

.lpxs{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}
.lpxs ul li{
    float: left;
    margin: 50px 20px;
    text-align: center;
    font-size: 20px;
}
.lpxs ul li img{
    width: 250px;
    height: 280px;
}

.sc-box{ width: 1180px; overflow: hidden;margin: 50px auto}
.sc-box ul{ overflow: hidden; }
.sc-box ul li { position: relative; margin: 10px 10px; cursor: pointer; float: left; }
.sc-box li img { display: block; width: 366px; height: 246px;transition: all 0.3s ease-out; }
.sc-xq { position: absolute; bottom: 20px; left: 21px; width:325px; height: 80px;  text-align: center; background-color: rgba(255, 255, 255, 0.9); }
.sc-xq h6{ font-size: 18px; color: #000; margin-top: 12px;}
.sc-xq p{ font-size: 16px; color: #585858;}
