/* 清除网站默认格式 */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html {
    background-color: #548685;
}

header {
    width: 100%;
    height: 60px;
    background-color: #216865;
}

nav {
    width: 1000px;
    margin: 0 auto;
}

nav img {
    float: left;
    height: 40px;
    margin-top: 10px;
}

nav ul {
    float: right;
}

nav ul li {
    float: left;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 60px;
    margin-left: 60px;
}

nav ul li a:hover {
    border-bottom: 2px solid #C91320;
}

#banner {
    width: 1000px;
    margin: 0 auto;
    font-size: 0px;
}

#banner img {
    width: 100%;
}

#introduce {
    width: 1000px;
    margin: 0 auto;
    height: 300px;
    background-color: #216963;
}

.xian {
    position: relative;
    float: right;
    width: 300px;
}


.xian_png {
    float: right;
    width: 140px;
    height: 300px;
    overflow: hidden;
    margin-right: 20px;
}

.xian_png img {
    margin-left: -63px;
    height: 260px;
    margin-top: 20px;
    overflow: hidden;
    z-index: 1;
}

.xianname {
    position: absolute;
    color: #ffff;
    font-size: 30px;
    top: 20px;
    right: 180px;
}

.xianname2 {
    position: absolute;
    color: #ffff;
    font-size: 30px;
    bottom: 20px;
    right: 110px;
    z-index: 100;
}

.xian_introduce {
    float: left;
    width: 550px;
    margin-left: 110px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-top: 47px;
}

#more {
    position: relative;
    width: 1000px;
    height: 350px;
    position: relative;
    margin: 0 auto;
    background: url(../images/bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.shiwen {
    position: absolute;
    top: 134px;
    left: 226px;
    text-align: center;
    width: 300px;
    font-family: "kaiti";
    font-weight: bolder;
    font-size: 20px;
    line-height: 30px;
}

#meishi {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 196px;
    background-color: #216963;
}

.food {
    writing-mode: vertical-rl;
    /* 设置文本从右向左排列 */
    text-orientation: upright;
    /* 设置文本垂直方向排列 */
    line-height: 1.5;
    /* 设置行高，可根据需要进行调整 */
    white-space: nowrap;
    /* 防止文本换行 */
    font-size: 24px;
    color: #fff;
    padding: 0px 10px;
    letter-spacing: 20px;
    padding-top: 20px;
}

.food span {
    letter-spacing: 2px;
    font-size: 12px;
}

.food_list {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.food_list ul li {
    cursor: pointer;
    display: inline-block;
    width: 160px;
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
}

.food_list ul li p {
    color: #fff;
    margin-top: 10px;
}

.food_list ul li img {
    width: 100%;
    height: 130px;
}

.food_tiele {
    float: left;
}

video {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

footer {
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    background-color: #216865;
    text-align: center;
    color: #fff;
}

/* 历史 -------------------------------------------*/
.xianhistory {
    width: 960px;
    padding: 20px;
    margin: 0 auto;
    background-color: #7fa1a0;
}

.clear {
    clear: both;
}

.xianhistory_left {
    float: left;
    width: 200px;
}

.xianhistory_left img {
    width: 100%;
}

.xianhistory_left ul li {
    font-size: 12px;
    padding: 0px 10px;
    line-height: 30px;
    border-bottom: 1px dotted #a0a0a0;
}

.xianhistory_right {
    float: right;
    width: 730px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2rem;
}

.xianhistory_right::first-letter {
    font-size: 24px;
    font-weight: bolder;
}

.landscape_right {
    float: right;
    width: 730px;
}

.landscape_right ul li {
    height: 146px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 20px;
}

.landscape_right ul li:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}


.landscape_right ul li img {
    float: left;
    width: 225px;
    height: 146px;
    margin-right: 10px;
}

.landscape_right ul li a {
    text-decoration: none;
}

.landscape_right ul li p {
    color: #333;
}

.landscape_right ul li p:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
    font-weight: bolder;
}

.landscape_right ul li p:nth-child(3) {
    font-size: 12px;
    margin-top: 10px;
}

.food_right {
    float: right;
    width: 730px;
}

.food_right ul {}

.food_right ul li {
    float: left;
    width: 230px;
    margin-bottom: 20px;
    transition: all 0.2s;
}

.food_right ul li:not(:nth-child(3n-2)) {
    margin-left: 20px;
}

.food_right ul li img {
    width: 100%;
    height: 185px;
}

.food_right ul li a {
    text-decoration: none;
}

.food_right ul li a p {
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: bolder;
    margin-bottom: 5px;
}

.food_right ul li:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.contactus_right {
    float: right;
    width: 730px;
}

.little_title {
    color: #216865;
    font-size: 16px;
    line-height: 40px;
    font-weight: bolder;
    text-align: center;
}

.little_title2 {
    position: relative;
    color: #216865;
    font-size: 16px;
    line-height: 40px;
    font-weight: bolder;
    text-align: right;
}

.little_title2 span {
    float: left;
}

.little_title2 span a {
    text-decoration: none;
    color: #216865;
}


.form {
    width: 240px;
    margin: 0 auto;
}

.input1 input {
    width: 240px;
}

textarea {
    width: 240px;
}

.form ul li {
    margin: 10px 0px;
}

.button {
    text-align: center;
}

.button button {
    border: 0px;
    width: 100px;
    line-height: 26px;
}

.attractions_right {
    float: right;
    width: 730px;
}

.attractions_txt {
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
}

.attractions_txt img {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.food_txt {
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
}

.food_txt img {
    width: 300px;
    float: left;
    margin-right: 20px;
}