

@charset "gb2312";
.public {}

/* 咨询按钮*/

.zixun {
    background-color: #ff5d41;
    border-radius: 35px;
}

/* 课程课题部分 */
.contents{
    border: 2px #333 solid;
}
.c_zi{
    color: #333;

}
/* 两个定位的模块 */
.class{
    color: #333;
    background-color: #fff;
}
.task{
    background-color: #3075f7;
    color: #fff;
}



.layout {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;

}
.w1200{
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}
.min_w {
    min-width: 1200px;
}
.title{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
#freservation input {
    margin-bottom: 50px;
}
#freservation input::placeholder {
    color: #fff;
}
.bm {
    background:#ffd343 none repeat scroll 0 0 !important;
    cursor:pointer !important;
    border:none !important;
    width:532px !important;
    text-align:center !important;
    color:#000 !important;
    font-size: 21px !important;
    letter-spacing: 10px !important;
}