body {
    margin: 0;
    padding: 0;
    font-family: "SourceHanSansCN";
}

a {
    text-decoration: none;
}

a:link {
    color: #000;
}

a:valid {
    color: #000;
}

.mid-li {
    color: #666;
    font-size: 25px;
}

.mid-tt {
    font-size: 29px;
    margin: 30px 0;
}

.content {
    margin: 0 auto;
    width: 1200px;
    background-color: #fff;
}

.toptitle {
    padding-top: 15px;
    font-size: 40px;
    font-weight: bolder;
}

.title-img {
    height: 50px;
    width: 150px;
    border-radius: 3px;
    background-color: #d3e1f3;
    line-height: 20px;
    margin-top: 5px;
}

.title-img01 {
    height: 50px;
    width: 226px;
    border-radius: 3px;
    background-color: #f8d9e0;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 5px;
}

.title-img img {
    width: 30px;
    height: 35px;
    margin: auto 5px;
}

.title-img01 img {
    width: 30px;
    height: 35px;
    margin: auto 5px;
}

.kong {
    background-color: dodgerblue;
    height: 24px;
    border: 3px solid dodgerblue;
    border-radius: 8px;
    margin: auto 18px;
}

.big-tt {
    font-size: 40px;
    font-weight: bolder;
    margin-right: 9px;
}

.title-test {
    margin: auto 0;
}

.title-test02 {
    margin: auto 0;
    color: #116cdf;
    border-radius: 5px;
    font-size: 25.79px;
}

.title-test01 {
    margin: auto 0;
    color: #f4576d;
    font-size: 25.79px;
    border-radius: 5px;
}

.title {
    height: 90px;
}

.mid-box {
    background-color: #f5f5f5;
    width: 1164px;
    margin: 18px auto;
}

.foodimg01 {
    width: 60%;
    height: 550px;
}

.foodimg01 img {
    width: 100%;
    height: 100%;
}

.foodimg02 img {
    width: 100%;
    height: 100%;
}

.foodimg02rot {
    height: 294px;
    margin-bottom: 10px;
}

.foodimg02rot img {
    width: 100%;
    height: 100%;
}

.foodrto {
    width: 39%;
}

.foodimg img {
    width: 100%;
    height: 100%;
}

.hour-box {
    width: 48%;
    height: 500px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.more {
    width: 318px;
    height: 40px;
    border: 1px solid #d4d2d2;
    margin: 60px auto;
    text-align: center;
    line-height: 40px;
}

.tip {
    width: 1150px;
    margin: -20px auto 30px;
    color: #666666;
}

.mid-test {
    width: 420px;
    margin-right: 80px;
    margin-top: 30px;
}

.mid-test01 {
    width: 1000px;
    margin-right: 80px;
    margin-top: 30px;
}

.map-li {
    color: #666666;
    font-size: 25px;
}

.map-li01 {
    color: #666666;
    font-size: 25px;
    margin-top: 10px;
}

.map-li02 {
    color: #666;
    font-size: 25px;
    margin: 0 80px 10px 0;
}

.copy {
    padding: 5px;
    width: 115px;
    border: 1px solid #b2b2b2;
    color: #666666;
    font-size: 19px;
    border-radius: 5px;
}

.copy img {
    width: 19px;
    height: 20px;
    margin-right: 10px;
    margin: 3px 10px 3px 3px;
}

.sleep {
    margin-right: 34px;
}

.testkong {
    width: 3px;
    height: 17px;
    background-color: #666666;
    margin: auto 16px auto 0px;
}

.tempWrap li img {
    width: 100%;
    height: 460px;
}

* {
    margin: 0;
    padding: 0;
}

.swiper-contione {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.swiper {
    width: 9999999px;
    height: 400px;
    transition: all 1s ease;
}

.swiper-item {
    border-radius: 15px;
    overflow: hidden;
    width: 1160px;
    height: 600px;
    float: left;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-item .subtitle {
    font-size: 25px;
    padding-left: 30px;
    color: #fff;
    cursor: pointer;
}

.swiper-item .t {
    font-size: 50px;
    padding-left: 30px;
    padding-top: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.swiper-point {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.point {
    width: 40px;
    height: 4px;
    background: rgba(0, 0, 0, 0.9);
    margin-right: 5px;
    float: left;
}

.point.active {
    background: #fff;
}

.swiper-left {
    width: 4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.swiper-right {
    width: 4%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.swiper-left img, .swiper-right img {
    cursor: pointer;
}

.swiper-contione:hover .swiper-left {
    left: 0;
}

.swiper-contione:hover .swiper-right {
    right: 0;
}

.box-img {
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-test {
    background-color: #fff;
    height: 80px;
    text-align: center;
    line-height: 80px;
    box-shadow: 0px 0px 5px #cccccc;
}

.last-box {
    background-color: #fff;
    width: 300px;
    margin-right: 20px;
    padding-bottom: 20px;
}

.bx-prev {
    top: -350px;
    left: 0;
    position: absolute;
    background-image: url(../img/bx-left.png);
    height: 90px;
    width: 46px;
    font-size: 0;
}

.bx-next {
    top: -350px;
    right: 0;
    position: absolute;
    background-image: url(../img/bx-right.png);
    height: 90px;
    width: 46px;
    font-size: 0;
}

.bottom-box {
    position: relative;
}

.bx-controls {
    position: relative;
}

.bx-pager {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -40px;
}

.bannerbox .item {
    width: 100%;
    height: 600px;
    display: block;
    background-size: cover;
    background-repeat: no;
    background-position: center;
    border-radius: 20px;
}

.bx-pager .bx-pager-item {
    display: inline-block;
    margin: 5px;
    font-size: 0;
}

.bx-pager-link {
    display: block;
    width: 40px;
    height: 10px;
    background: #000000;
    border-radius: 5px;
    opacity: 0.8;
}

.bx-pager-link.active {
    background: #ffffff;
    opacity: 1;
}

#topbanner .bx-viewport {
    border-radius: 20px;
}

.bannerbox .subtitle {
    font-size: 25px;
    padding-left: 30px;
    color: #fff;
    cursor: pointer;
}

.bannerbox .t {
    font-size: 50px;
    padding-left: 30px;
    padding-top: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}