html , body {
    padding: 0;
    margin: 0;
    background-color: #F2F2F2;
    color: #000;
}
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
p {
    margin: 0;
}
ol, ul {
    list-style: none;
    padding: 0;
}
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%;
    box-shadow: 0px 2px 9px 2px rgb(0 0 0 / 8%);
    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%;
}
/* 3 */
.n3_ul li {
    width: 32%;
}
/* 4 */
.n4_ul li {
    width: 24%;
}
.blue4 {
    width: 100%;
    background: #E21F19;
    padding: 10px 0 100px;
    box-sizing: border-box;
}
/* ±êÌâtitle */
.top11 {
    padding: 50px 0;
    box-sizing: border-box;
}
.top11 p {
    font-size: 45px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.top11 span {
    display: block;
    font-size: 35px;
    font-weight: 400;
    margin-top: 20px;
    color: #666;
}
.top12 {
    font-size: 45px;
    font-weight: 700;
    padding: 50px 0;
    box-sizing: border-box;
    color: #fff;
}
.top12 p {
    display: inline-block;
    position: relative;
}
.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: 30px;
    color: #fff;
    background: #E21F19;
    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: #fff;
    border-radius: 5px;
    outline: none;
    color: #333;
    border: none;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 25px 20px ;
    box-sizing: border-box;
}
.bm {
    width: 80% ;
    background: #FF9A00;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 40px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
}
#freservation  ul li label {
    color: #EED112;
    font-size: 25px;
    margin: 20px;
}
.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
}