body,html{
    color: #202f3d;
}
.banner{
    width: 100%;
    height:980px ;
    margin-top: -10px;
    min-width: 1200px;
    overflow:hidden;
    background: url("../imgs/banner.jpg") no-repeat 0 0/100% 100%;
}

@media (max-width: 1600px) {/*1.2*/
    .banner{
        height:816px;
    }
}
@media (max-width: 1440px) {
    .banner{
        height:753px ;/*1.3*/
    }
}
@media (max-width: 1280px) {
    .banner{
        height:653px ;/*1.5*/
    }
}

.item{
    width: 100%;
    overflow: hidden;

}
.item ul{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.item ul li .num{
    width: 323px;
    height: 48px;
    background: url("../imgs/num_bg.jpg") no-repeat 0 0/100% 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 35px;

}
.item ul li{
    float: left;
    width: 350px;
    margin: 0 25px;
    text-align: center;
    font-weight: bolder;


}
.item ul li .sbt{
    color: #ac3e0d;
    font-size: 30px;
    margin: 20px 0;
}

.item ul li .info{
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
    border-radius: 10px;
    padding: 20px 0;
    border: 1px solid #fcc7b0;
    box-shadow: 1px 1px 4px #e87b00,
                0 6px 0 #e87b00;
}
.item .bot{
    width: 100%;
    height: 269px;
    margin-top: -200px;
    background: url("../imgs/item_bot.jpg") no-repeat 0 0/100% 100%;

}


.title {
    width:974px;
    height:134px;
    line-height:134px;
    margin: 60px auto;
    background: url("../imgs/tit_bg.png") no-repeat 0 0/100% 100%;
    font-family: "Source Han Sans CN Bold";
    font-weight: bolder;
    text-align: center;
    font-size: 50px;
    letter-spacing: 3px;
    color: #fff;
}
.title span{
    color: #00bba0;
}
.course{
    width: 100%;
    background: #fff2e1;
    margin:0 auto 40px;
    overflow: hidden;
    padding-bottom: 50px;

}

.course table{
    width: 1100px;
    font-size: 24px;
    margin: 27px auto;
    text-align: center;
    letter-spacing: 1px;
    border: 15px solid #ffe2ba;
}
.course table th{
    font-size: 32px;
    padding: 10px 5px;
    color: #fff;
    border: 2px solid #e1eff9;
    border-top: none;
    letter-spacing: 2px;
}
.course table td{
    padding: 10px 5px;
    border: 2px solid #e1eff9;
    border-left: none;
}
.course table tr td:last-child{
    border-right: none;
}
.course table th:nth-child(1){
    background: #1cbe92;
    border-left: none;
    border-top-left-radius: 10px;
}
.course table th:nth-child(2){
    background: #fca739;
}
.course table th:nth-child(3){
    background: #419cfe;
}
.course table th:nth-child(4){
    background: #ff605e;
    border-right: none;
    border-top-right-radius: 10px;
}
.course table tr:nth-child(2n) td{
    background: #fff;
    border-left: none;
}
.course table tr:nth-child(2n-1) td:nth-child(1){
    background: #e6f6f0;
}
.course table tr:nth-child(2n-1) td:nth-child(2){
    background: #fef5e6;
}
.course table tr:nth-child(2n-1) td:nth-child(3){
    background: #ebf1ff;
}
.course table tr:nth-child(2n-1) td:nth-child(4){
    background: #ffe5e1;
}
.course table tr:last-child td:nth-child(1){
    border-bottom-left-radius: 10px;

}
.course table tr:last-child td:nth-child(4){
    border-bottom-right-radius: 10px;
}
.course table tr:last-child td{
    border-bottom: none;

}


.shrq{
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}
.shrq ul{
    overflow: hidden;
    margin-bottom: 50px;
}
.shrq ul li{
    float: left;
    width: 477px;
    height: 278px;
    background: url("../imgs/rq1.jpg") no-repeat 0 0/100% 100%;
    margin: 20px 20px;
    font-size: 35px;
    color: #232323;
    box-sizing: border-box;
    padding-top: 130px;
    text-align: center;
    line-height: 50px;
}
.shrq ul li:nth-child(2){
    background: url("../imgs/rq2.jpg") no-repeat 0 0/100% 100%;
}
.shrq ul li:nth-child(3){
    background: url("../imgs/rq3.jpg") no-repeat 0 0/100% 100%;
}
.shrq ul li:nth-child(4){
    background: url("../imgs/rq4.jpg") no-repeat 0 0/100% 100%;
}


.zuoxi{
    width: 100%;
    background: url("../imgs/bg1.jpg") no-repeat 0 0/100% 100%;
    overflow: hidden;
    padding-bottom: 40px;

}
.zuoxi .title{
    margin-top: 130px;
}
.zuoxi .info{
    color: #fff;
    width: 1100px;
    margin: 50px auto;
    font-size: 35px;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: justify ;
}
.zuoxi table{
    width: 1100px;
    margin: 50px auto;
    overflow: hidden;
    border: 2px solid #ff773b;
    text-align: center;
}
.zuoxi table tr td{
    border: 2px solid #ff773b;
    background: #fff;
    font-size: 30px;
    padding: 20px 0;
}
.zuoxi table tr th{
    background: #ffac42;
    color: #fff;
    font-size: 32px;
    padding: 20px 0;
}


.zshj{
    width: 100%;
    background: url("../imgs/bg2.jpg") no-repeat 0 0/100% 100%;
    overflow: hidden;
    padding-bottom: 40px;
}
.zshj .js{
    width: 1100px;
    margin: 80px auto 0;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 50px;
    box-shadow: 5px 0 10px #ffe7d5,
                0 5px 10px #ffe7d5,
                -5px 0 10px #ffe7d5,
                 0 -5px 10px #ffe7d5;
    position: relative;
}
.zshj .js .pos{
    width: 121px;
    height: 118px;
    background: url("../imgs/dw.png") no-repeat 0 0/100% 100%;
    position: absolute;
    right: 0;
    bottom: -50px;
}
.xbt{
    width: 1100px;
    height: 70px;
    line-height: 60px;
    margin: 130px auto 0;
    color: #ff5c24;
    font-size: 52px;
    font-weight: bolder;
    box-sizing: border-box;
    padding-left: 40px;
    background: url("../imgs/xbt_bg.png") no-repeat 0 0/100% 100%;

}
.zshj .pic{
    width: 1029px;
    height: 732px;
    margin: 80px auto;
    background: url("../imgs/zshj.png") no-repeat 0 0/100% 100%;

}


.jshj{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.jshj .xbt{
    padding-left: 40px;
    background: url("../imgs/xbt_bg2.png") no-repeat 0 0/100% 100%;
    margin-top: 50px;
}
.jshj .pic{
    width: 1041px;
    height: 882px;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
    background: url("../imgs/jshj.jpg") no-repeat 0 0/100% 100%;

}
.jshj .bot{
    width: 1920px;
    height: 438px;
    margin-top: -240px;
    background: url("../imgs/bot.jpg") no-repeat 0 0/100% 100%;

}

.zzct,.tyss{
    width: 100%;
    background: #fff2e1;
    overflow: hidden;
}
.zzct .xbt{
    padding-left: 40px;
    background: url("../imgs/xbt_bg3.png") no-repeat 0 0/100% 100%;
    margin-top: 50px;
}
.zzct .pic{
    width: 1037px;
    height: 590px;
    margin: 50px auto 0;
    background: url("../imgs/zzct.jpg") no-repeat 0 0/100% 100%;

}

.tyss .xbt{
    padding-left: 40px;
    background: url("../imgs/xbt_bg4.png") no-repeat 0 0/100% 100%;
    margin-top: 50px;
}
.tyss .pic{
    width: 1037px;
    height: 443px;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
    background: url("../imgs/jsf.jpg") no-repeat 0 0/100% 100%;

}
.tyss .bot{
    width: 1920px;
    height: 465px;
    margin-top: -250px;
    background: url("../imgs/bot2.jpg") no-repeat 0 0/100% 100%;
}

.kwhd{
    width: 100%;
    background: #ffac42;
    overflow: hidden;
}
.kwhd .xbt{
    padding-left: 40px;
    background: url("../imgs/xbt_bg5.png") no-repeat 0 0/100% 100%;
    margin-top: 50px;
    color: #fff;
}
.kwhd .pic{
    width: 1037px;
    height: 527px;
    margin: 50px auto 100px;
    position: relative;
    z-index: 2;
    background: url("../imgs/kwhd.jpg") no-repeat 0 0/100% 100%;

}

/*
.kbsj ul li p:first-child{
    margin-left: 5px;
    width: 150px;
    background: linear-gradient(to right,#2475d6,#0cc097);
    -webkit-background: linear-gradient(to right,#2475d6,#0cc097);
    -moz-background: linear-gradient(to right,#2475d6,#0cc097);
    -ms-background: linear-gradient(to right,#2475d6,#0cc097);
    -o-background: linear-gradient(to right,#2475d6,#0cc097);
}
*/

