body{
    color: #2d2a2e;
}
.banner{
    width: 100%;
    height:5rem ;
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: url("../imgs/banner.jpg") no-repeat 0 0/100% 100%;
}


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

}
.title{
    width:80%;
    height: .9rem;
    margin: 0 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: .3rem;
    letter-spacing: .02rem;
    margin: .3rem auto .5rem;
}
.csgzx .sbt p:last-child{
    width: 60%;
    height: .1rem;
    margin: .1rem 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: 98%;
    overflow: hidden;
    margin: 0 auto;
}

.csgzx ul li{
    float: left;
    width: 33%;
    height: 1.1rem;
    line-height: .35rem;
    background: url("../imgs/lx1.png") no-repeat 0 0/100% 100%;
    margin: .1rem .1% .1rem ;
    color: #3f3f3f;
    font-size: .25rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: .2rem;
}
.csgzx .rhxz{
    width: 98%;
    height: 2rem;
    background: url("../imgs/rhxz.png") no-repeat 0 0/100% 100%;
    margin: .5rem auto;
}
.csgzx .hxxq{
    width: 98%;
    height: 2.6rem;
    background: url("../imgs/hxxq.png") no-repeat 0 0/100% 100%;
    margin: .5rem auto;
}


.school{
    width: 100%;
    overflow: hidden;
    background: url("../imgs/bg2.jpg") no-repeat 0 0/100% 100%;
    padding-bottom: 2rem;
}
.school .title{
    background: url("../imgs/tit2.png") no-repeat 0 0/100% 100%;
    margin: 1.5rem auto .5rem;
}
.school table{
    width: 98%;
    margin: .2rem auto;
    text-align: center ;
    font-size:.24rem;
    border: 1px solid #efefef;
}
.school table tr th{
    padding: .1rem .03rem;
    font-size: .27rem;
    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: .1rem .03rem;
    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;
}
.kctx .title{
    margin-top: .3rem;
    width: 80%;
    height: .9rem;
    background: url("../imgs/tit3.png") no-repeat 0 0/100% 100%;

}
.kctx ul{
   margin: .5rem auto;
}
.kctx ul li{
    width: 98%;
    height: 4.5rem;
    background: url("../imgs/kctx1.jpg") no-repeat 0 0/100% 100%;
    margin: 0 auto;
    box-sizing: border-box;
   padding: 1.25rem .25rem 0 .25rem;
    font-size: .25rem;
    letter-spacing: .02rem;
    line-height: .37rem;
    text-align: justify;
}
.kctx ul li:nth-child(2){
    background: url("../imgs/kctx2.jpg") no-repeat 0 0/100% 100%;
    height: 3.9rem;
}
.kctx ul li:nth-child(3){
    background: url("../imgs/kctx3.jpg") no-repeat 0 0/100% 100%;
    height: 4rem;
}

.fuli{
    width: 100%;
    overflow: hidden;
    background: url("../imgs/bg3.jpg") no-repeat 0 0/100% 100%;
    height: 3.7rem;
}
.fuli .inner{
    width: 5rem;
    margin: .5rem 0 0 .5rem;
    overflow: hidden;
}
.fuli .inner>div{
    float: left;
}
.fuli a{
    display: block;
    width: 1.9rem;
    height: .65rem;
    line-height: .65rem;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    font-size: .3rem;
    border-radius: .2rem;
    text-decoration: none;
    letter-spacing: .02rem;
    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 .inner p{
    color: #fff;
    font-size: .28rem;
    margin-top: .2rem;
}
