ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
#js1 {
    height: 525px;
    background: url(../images/banner.png) no-repeat center/100% 100%;
    position: relative;
}
.input{
    width: 1210px;
    margin: auto;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px 70px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgb(201 199 199);
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
}
.input form ul {
    width: 100%;display: flex;
    align-items: center;
    justify-content: space-between;
}
.input input {
    outline: none;
}
.input .name1 ,.input .phone1  {
    width: 360px;
    font-size: 22px;
    color: #666;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #cac9c9;
}
.bm2 {
    border-radius: 40px;
    background-color: #FE891F;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 8px 20px;
    box-sizing: border-box;
    border: none;
}
/* img */
.dz_img{
    width: 1210px;
    margin: auto;
    background-color: #fff;
    border-radius: 25px;
    padding: 18px 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgb(201 199 199);
    display: flex;
}
.dz_img_left{
    width: 50%;
    margin-top: 40px;
}
.dil0 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}
.dil0 img {
    width: 55px;
    margin-right: 20px;
}
.dil0 p {
    font-size: 23px;
    color: #E01F20;
}
.dil1 {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}
.dil2 {
    margin-bottom: 60px;
}
.dil1 img {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
}
.dil1 p {
    font-size: 23px;
    font-weight: 700;
    color: #898989;
}
.dil1 p span {
    font-size: 21px;
    font-weight: 400;
    margin-left: 10px;
}
.freservation1 {
    width: 100%;
}
.freservation1  ul {
    display: flex;
    align-items: center;
}
.freservation1  li {
    margin: 0;
}
.freservation1 input {
    outline: none;
    padding: 15px 15px;
    box-sizing: border-box;
}
.phone2 {
    font-size: 22px;
    color: #666;
    border: 1px solid rgb(187, 186, 186);
    border-radius: 10px 0 0 10px;
    border-right: none;
}
.bm3{
    font-size: 22px;
    color: #ffff;
    background-color: #FE891F;
    border: none;
    border-radius: 0 10px 10px 0;
}
.dz_img_right {
    width: 50%;
}

.bottom_l{
    width: 1280px;
    margin: 5px auto 100px;
    padding: 100px 0 0;
    box-sizing: border-box;
}
.bottom_l li {
    margin: 0;
}
.bottom_l img {
    width: 275px;
    height: 165px;
    object-fit: cover;
    border-radius: 10px;
}
.bottom_l p {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #666;
}
.bottom_l .tit1 {
    font-size: 30px;
    font-weight: 700;
    color: #1C72D5;
    margin-bottom: 20px;
    background-color: transparent;
}
.bottom_l .bottom_l1 ul  {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_l .bottom_l2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.bottom_l .b2_cen , .b2_cen1 {
    width: 50%;
}
.bottom_l .b2_cen ul , .b2_cen1 ul {
    display: flex;
    align-items: center;
}
.bottom_l .b2_cen ul li:nth-of-type(2) {
    margin-left: 62px;
}
.bottom_l .b2_cen1  {
    margin-left: 60px;
}
.bottom_l .b2_cen1 ul li:nth-of-type(2) {
    margin-left: 62px;
}