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,.b2_cen,.b3_cen {
    margin: 0 auto;
    text-align: center;
    width: 1120px;
}
/* next1 */
.next1 {
    margin: 30px auto 60px;
}
.next1 img , .next2 img , .next3 img , .next3 img {
    width: 100%;
}
.n1_ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.n1_ul li {
    width: 48%;
    box-shadow: 0px 2px 9px 2px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-bottom: 40px;
    margin-right: 15px;
}
.n1_ul li:nth-of-type(2) {
    margin-right: 0;
}
.n1_ul li img {
    width: 100%;
}
.n1_ul li p {
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0;
    box-sizing: border-box;
}
/* next2 */
.next2{
    margin-bottom: 80px;
}
.n2_ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.n2_ul li {
    width: 24%;
    background: #F5F5F5;
}
.n2_ul li img {
    width: 100%;
}
.n2_ul li p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #FC390B;
    margin: 20px 0;
}
.n2_ul li span {
    text-align: left !important;
    display: inline-block;
    font-size: 18px;
    padding: 0 15px 30px;
    box-sizing: border-box;
    line-height: 30px;
}
/* next3 */
.n3_ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.n3_ul li {
    width: 30%;
    margin-bottom: 20px;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 5px;
}
.n3_ul li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.n3_ul li p {
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}

.n4_ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.n4_ul li {
    width: 23%;
    margin-bottom: 20px;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 5px;
}
.n4_ul li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.n4_ul li p {
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}


/* blue1 */
.blue1 {
    width: 100%;
    background: #F8F8F8;
}
.blue1 .top11{
    width: 100%;
    margin: auto;
    text-align: center;
}
/* blue2 */
.blue2 {
    width: 100%;
    background: #F8F8F8;
}
.b2_ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.b2_ul li {
    width: 32%;
    margin-bottom: 20px;
    position: relative;
}
.b2_ul li img {
    width: 100%;
}
.b2_ul li p {
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(39, 35, 61, 0.6);
}
/* blue3 */
.blue3 {
    width: 100%;
    background: #FE4743;
}
/* blue4 */
.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 p::before {
    content: "";
    display: inline-block;
    width: 59px;
    height: 30px;
    background: linear-gradient(to right,#FEBB3F,transparent);
    position: absolute;
    left: -30px;
    bottom: 0;
}
.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 p::before {
    content: "";
    display: inline-block;
    width: 59px;
    height: 30px;
    background: linear-gradient(to right,#FEBB3F,transparent);
    position: absolute;
    left: -30px;
    bottom: 0;
}
.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;
    display: inline-block;
    text-align: center;
    margin: 20px 0 60px;
}


/* ��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;
}