body{
    color: #2d2a2e;
}
.banner{
    width: 100%;
    height:894px ;
    margin-top: -10px;
    min-width: 1200px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: url("../imgs/banner.jpg") no-repeat 0 0/100% 100%;
}
@media (max-width: 1600px) {/*1.2*/
    .banner{
        height:745px;
    }
}
@media (max-width: 1440px) {
    .banner{
        height:687px ;/*1.3*/
    }
}
@media (max-width: 1280px) {
    .banner{
        height:596px ;/*1.5*/
    }
}


.csgzx{
    width: 100%;
    background: url("../imgs/bg1.jpg") no-repeat 0 0/100% 100%;

}
.title{
    width: 810px;
    height: 121px;
    margin: -60px auto 0;
    position: relative;
    z-index: 3;
    background: url("../imgs/tit1.png") no-repeat 0 0/100% 100%;

}

.csgzx .sbt{
    color: #2b8aeb;
    font-weight: bolder;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 50px auto 70px;
}
.csgzx .sbt p:last-child{
    width: 682px;
    height: 16px;
    margin: 10px auto;
    background: linear-gradient(to right,#5dbefc,#2b8aeb);
    background: -webkit-linear-gradient(to right,#5dbefc,#2b8aeb);
    background: -ms-linear-gradient(to right,#5dbefc,#2b8aeb);
    background: -moz-linear-gradient(to right,#5dbefc,#2b8aeb);
}
.csgzx ul{
    width: 1020px;
    overflow: hidden;
    margin: 0 auto;
}

.csgzx ul li{
    float: left;
    width: 321px;
    height: 177px;
    line-height: 50px;
    background: url("../imgs/lx1.jpg") no-repeat 0 0/100% 100%;
    margin: 10px 0 10px 19px;
    color: #3f3f3f;
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
}
.csgzx .rhxz{
    width: 1017px;
    height: 262px;
    background: url("../imgs/rhxz.jpg") no-repeat 0 0/100% 100%;
    margin: 50px auto;
}
.csgzx .hxxq{
    width: 1017px;
    height: 332px;
    background: url("../imgs/hxxq.jpg") no-repeat 0 0/100% 100%;
    margin: 70px auto;
}


.school{
    width: 100%;
    overflow: hidden;
    background: url("../imgs/bg2.jpg") no-repeat 0 0/100% 100%;
    padding-bottom: 200px;
}
.school .title{
    background: url("../imgs/tit2.png") no-repeat 0 0/100% 100%;
    margin: 120px auto 50px;
}
.school table{
    width: 1000px;
    margin: 20px auto;
    text-align: center ;
    font-size:24px;
    border: 1px solid #efefef;
}
.school table tr th{
    padding: 25px 10px;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(to bottom,#0184ff,#00adff);
    background: -webkit-linear-gradient(to bottom,#0184ff,#00adff);
    background: -ms-linear-gradient(to bottom,#0184ff,#00adff);
    background: -moz-linear-gradient(to bottom,#0184ff,#00adff);
    border: 1px solid #efefef;
}
.school table tr td{
    padding: 20px 10px;
    border: 1px solid #efefef;
}
.school table tr:nth-child(2n+1) td{
    background:#f1f8ff;
}
.school table tr:nth-child(2n) td{
    background:#ffffff;
}



.kctx{
    width: 100%;
    overflow: hidden;
    background: url("../imgs/bg3.jpg") no-repeat 0 0/100% 100%;

}
.kctx .title{
    margin-top: 50px;
    width: 811px;
    height: 123px;
    background: url("../imgs/tit3.png") no-repeat 0 0/100% 100%;

}
.kctx ul{
    margin: 60px;
}
.kctx ul li{
    width: 1000px;
    height: 550px;
    background: url("../imgs/kctx1.jpg") no-repeat 0 0/100% 100%;
    margin: 0 auto;
    box-sizing: border-box;
   padding: 200px 50px 0 50px;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 45px;
    text-align: justify;
}
.kctx ul li:nth-child(2){
    background: url("../imgs/kctx2.jpg") no-repeat 0 0/100% 100%;
    height: 524px;
}
.kctx ul li:nth-child(3){
    background: url("../imgs/kctx3.jpg") no-repeat 0 0/100% 100%;
    height: 524px;
}

.fuli{
    width: 100%;
    overflow: hidden;
    background: url("../imgs/bg4.jpg") no-repeat center center ;
    height: 707px;
}
.fuli .inner{
    width: 1000px;
    margin: 100px auto 0;
    overflow: hidden;
}
.fuli .inner>div{
    float: left;
}
.fuli a{
    display: block;
    width: 190px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    font-size: 35px;
    border-radius: 20px;
    text-decoration: none;
    letter-spacing: 2px;
    background: linear-gradient(to bottom,#0184ff,#00adff);
    background: -webkit-linear-gradient(to bottom,#0184ff,#00adff);
    background: -ms-linear-gradient(to bottom,#0184ff,#00adff);
    background: -moz-linear-gradient(to bottom,#0184ff,#00adff);
}
.fuli .left p{
    color: #fff;
    font-size: 35px;
    margin-top: 30px;
}
.fuli .right{
    width: 183px;
    background: url("../imgs/book.png") no-repeat center center ;
    height: 264px;
    margin-left: 180px;
}