/* 元旦试学体验营 */
.banner {
    height: 500px;
    overflow: hidden;
}
.banner img {
    height: 500px;
}
.main-w {
    width: 1200px;
    margin: 0 auto;
}
.bg-1 {
    background-color: #fff;
    padding: 50px 0;
}
.bg-2 {
    background-color: #d80005;
    padding: 50px 0;
}
.main-w img {
    width: 100%;
}

.main-w h1 {
    font-size: 40px;
    text-align: center;
    color: #191919;
}
.bg-2 h1 {
    color: #fdf4b9;
}
.main-w .title1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.8;
}
.main-w .title2 {
    font-size: 24px;
    text-align: center;
    color: #7b7b7b;
}
.main-w ul li {
    float: left;
    margin-left: 30px;
    width: 380px;
    margin-top: 25px;
}
.main-w ul li:nth-child(3n+1) {
    margin-left: 0;
}
.clear {
    clear: both;
}
.bg-1 .btn ,.bg-2 .btn{
    margin: 20px auto 0 auto;
    background: url(images/bg.png) no-repeat;
    color: #fff;
    font-size: 34px;
    text-align: center;
    cursor: pointer;
}
.sxty .btn {
    width: 310px;
    height: 64px;
    background-size:310px 64px;
    line-height: 64px;
    
}
.sxty ul li {
    cursor: pointer;
    background-color: #f32f21;
}
.xnlp ul li {
    cursor: pointer;
    width: 280px;
    margin-top: 30px;
}
.xnlp ul li:nth-child(1) {
    margin-left: 260px;
    margin-right: 50px;
}

.xhds ul li {
    height: 725px;
    text-align: center;
}
.xhds ul li p {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.6;
}
.xhds ul li p:nth-child(1) {
    padding-bottom: 10px;
}
.xhds ul li .des {
    height: 130px;
}
.xhds ul li hr {
    border: 0;
    border-top: 2px dashed #d3d3d3;
}
.xhds ul li p span {
    font-weight: bold;
}
.xhds ul li .btn {
    width: 214px;
    height: 40px;
    background-size: 214px 40px;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    left: 0;
    bottom: 0;
}

.ty ul li .img {
    height: 220px;
    overflow: hidden;
}
.ty ul li p {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    color: #fff;
    
}
.zy .main-w ul li {
    width: 286px;
    height: 286px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    margin: 20px 0 0 18px;
}
.zy ul li .img {
    height: 178px;
  width: 100%;
  overflow: hidden;
}
.zy .main-w ul li:nth-child(4n+1) {
    margin-left: 0;
}
.zy ul li span {
    display:inline-block;
    width: 100%;
    height: 46px;
    background-color: #d80005;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 46px;
    position: relative;
    /* bottom: 40px; */

}
.zy .btn {
    font-size: 24px;
    width: 357px;
    height: 60px;
    background-size: 357px 60px;
    margin: 30px auto 0 auto;
    line-height: 60px;
}
.biaodan {
    color: #fff;
}
.biaodan form{

    width: 760px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 30px;
}
.biaodan form input {
    width: 600px;
    height: 60px;
    background-color: #eeeeee;
    border-radius: 10px;
    border: 0;
    padding-left: 10px;
    margin-top: 30px;
    font-size: 18px;
}
.biaodan form input:focus {
    outline: none;
}
.biaodan .sub {
    background: linear-gradient(#ffc544,#fff56a,#ffc544);
    font-size: 24px;
    width: 357px;
    height: 60px;
    margin: 30px auto 0 auto;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    color: #d80005;
    font-weight: bold;
}