html , body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #000;
}
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
p {
    margin: 0;
}
ol, ul {
    list-style: none;
    padding: 0;
}
.cl100{
    height: 100px;
}
.cl80{
    height: 80px;
}
.cl50{
    height: 50px;
}
.cl20{
    height: 20px;
}
img {
    vertical-align: top;
    display: block;
    border: none;
}
.zxUrl {
    cursor: pointer;
    position: relative;
}
.banner_img {
    width: 100%;
}
.next1 ,.next2, .next3,.b1_cen,.b3_cen {
    margin: 0 auto;
    text-align: center;
    width: 1300px;
}
/* next1 */
.next1 {
    margin: 30px auto 60px;
}
.next1 img , .next2 img , .next3 img , .next3 img {
    width: 100%;
}
.n_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n_ul li {
    width: 48%;
    border-radius: 8px;
    margin-bottom: 40px;
}
.n_ul li img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.n_ul li p {
    font-size: 22px;
    font-weight: 500;
    padding: 12px 0 15px;
    box-sizing: border-box;
}
/* 2 */
.n2_ul{
    width: 80%;
    margin:  auto;
}
.n2_ul li{
    width: 48%;
    background: #F0F4F7;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    position: relative;
}
.n2_ul li p{
    width: 80%;
    background: url(../images/n21.png) no-repeat center/100% 100%;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
    position: absolute;
    top: -30px;
    left: 0;
}
.n2_ul li span{
    line-height: 40px;
    font-size: 20px;
    text-align: left;
    display: inline-block;
}
/* 3 */
.n3_ul li {
    width: 32%;
}
/* 4 */
.n4_ul li {
    width: 24%;
}
.blue4 {
    width: 100%;
    background: #C51F37;
    padding: 10px 0 0;
    box-sizing: border-box;
}
.b3_cen {
    display: flex;
    justify-content: space-around;
}
.blue1 {
    width: 100%;
    background: url(../images/n4.png) no-repeat center/100% 100%;
}
.b3c_c {
    margin-top: 100px;
}
/* 标题title */
.top11 {
    margin: 50px 0;
    box-sizing: border-box;
    background: url(../images/title.png) no-repeat center/100% 60px;
}
.top11 p {
    font-size: 43px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #2A2E76;
}
.top11 span {
    display: block;
    font-size: 35px;
    font-weight: 400;
    margin-top: 20px;
    color: #666;
}
.top12 {
    margin: 50px 0;
    box-sizing: border-box;
    background: url(../images/title.png) no-repeat center/100% 60px;
}
.top12 p {
    font-size: 43px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #fff;
}
.top12 span {
    display: block;
    font-size: 35px;
    font-weight: 400;
    margin-top: 20px;
    color: #fff;
}
.top13 {
    font-size: 45px;
    font-weight: 700;
    padding: 50px 0;
    box-sizing: border-box;
    color: #fff;
}

.but {
    width: 440px;
    font-size: 40px;
    color: #333;
    background: url(../images/but.png) no-repeat center/100% 100%;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 10px 0 40px;
}


/* 表单input */
#freservation {
    width: 100%;
}
.phone,.name {
    width: 80%;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 40px;
    font-size: 32px;
    padding: 25px 20px ;
    box-sizing: border-box;
}
.phone::placeholder,.name::placeholder{
    color: #fff;
}
.bm {
    width: 80% ;
    background: #FCF002;
    color: #C51F37;
    border: none;
    outline: none;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 40px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
}
#freservation  ul li label {
    color: #EED112;
    font-size: 25px;
    margin: 20px;
}
.next5 .layout{
    text-align: left;
}
.contents{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 40px;
    /* border: 2px #fff solid; */
}
.c_zi{
    font-size: 22px;
    line-height: 36px;
    /* color: #fff; */
}
/* 两个定位的模块 */
.class{
    position: absolute;
    left: 40px;
    top: -31px;
    font-size: 32px;
    /* color: #fff;
    background-color: #060650; */
    width: 200px;
    height:60px;
    text-align: center;
    line-height: 60px;
}
.task{
    position: absolute;
    right: 50px;
    bottom: -39px;
    width: 270px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 10px;
    font-size: 25px;
    /* background-color: #3075f7;
    color: #fff; */
}.contents {
    border: 2px #333 solid;
}.class {
    color: #333;
    background-color: #fff;
}.task {
    background-color: #3075f7;
    color: #fff;
}.fr {
    float: right;
}
.c_img {
    display: inline-block;
}
.n7_ul li{
    padding: 0;
}
/* 撑高度的盒子 */
.h10 {
    width: 100%;
    height: 10px;
}

.h20 {
    width: 100%;
    height: 20px;
}

.h30 {
    width: 100%;
    height: 30px;
}

.h40 {
    width: 100%;
    height: 40px;
}

.h50 {
    width: 100%;
    height: 50px;
}
.h60 {
    width: 100%;
    height: 60px;
}
.h70 {
    width: 100%;
    height: 70px;
}
.h80 {
    width: 100%;
    height: 80px;
}

.h90 {
    width: 100%;
    height: 90px;
}

.h100 {
    width: 100%;
    height: 100px;
}

.h110 {
    width: 100%;
    height: 110px;
}

.h120 {
    width: 100%;
    height: 120px;
}

.h130 {
    width: 100%;
    height: 130px;
}
