* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
/* 设置body的背景样式 */
body {
    background-color: #aad5e8;
}

/* 设置标题的宽度跟背景 */
#title {
    width: 100%;
    background-color: #E7D2F0;
}
/* 设置导航栏 */
nav {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    text-align: right;
}
/* 导航里面的超链接 */
nav a {
    text-decoration: none;
    font-size: 14px;
    color: #DE0782;
    font-weight: 600;
    margin-left: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0);
}
/* 导航里面的图片 */
nav img {
    position: absolute;
    left: 0px;
    height: 50px;
    top: 5px;
}
/* 导航鼠标放上之后的效果 */
nav a:hover {
    color: #5DB4DD;
    border-bottom: 1px solid #5DB4DD;

}

/* 轮播图样式 */
.contentl {
    width: 1000px;
    height: 430px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
/* 设置轮播的宽度 */
.wrapper {
    width: 400%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    transition: none;
}
/* 设置每一个图片父元素的样式 */
.wrapper li {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* 设置轮播图片的样式 */
.wrapper li img {
    width: 100%;
}
/* 设置圆点 */
.radius {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
}
/* 设置点的样式 */
.radius li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    margin: 0 3px;
    padding: 0;
    list-style: none;
}
/* 设置鼠标放上去的样式 轮播的 左右切换 */
.radius-active {
    opacity: 1 !important;
    border: 2px solid rgb(255, 255, 255, 0.5);
    background-clip: padding-box;
}
/* 设置左边切换 */
.prev {
    width: 23px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    background-color: darkgray;
    opacity: 0;
}
/* 设置右边切换 */
.next {
    width: 23px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    background-color: darkgray;
    opacity: 0;
}

.prev span,
.next span {
    font-weight: bold;
    color: white;
    font-size: 18px;
}

/* 中间内容区域 */
#main {
    width: 1000px;
    margin: 0 auto;
    background-color: #D8DFEB;
    box-sizing: border-box;
    padding: 20px;
}
/* 设置大标题 */
h1 {
    color: #DE0782;
    text-align: center;
    margin-bottom: 30px;
}
/* 设置全局介绍文字 */
#jiehsao {
    margin-top: 30px;
}
/* 设置 全局介绍图片 */
#jiehsao img {
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
/* 设置文字p 标签的样式 */
#jiehsao p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(103, 103, 103);
    text-indent: 32px;
}
/* 设置全局文字下面的 小文字的样式 */
#jiehsao p span {
    color: #333;
    font-size: 28px;
    font-weight: 550;
}
/* 设置分类的样式 */
#fenlei {
    width: 100%;
    font-size: 0px;
    margin-top: 30px;
}
/* 设置分类下面子元素div的样式 */
#fenlei>div {
    margin-left: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
/* 设置第一个子元素 */
#fenlei>div:first-child {
    margin-left: 0px;
}
/* 设置分类下面图片的样式 */
#fenleiimg {
    width: 300px;
    height: 179px;
    overflow: hidden;
}
/* 设置分类下面标题的样式 */
#fenlei_title {
    width: 300px;
    height: 400px;
    background-color: #f9f2fc;
    display: inline-block;
    font-size: 16px;
}
/* 设置分类下面的大标题的样式 */
#fenlei_title h1 {
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* 设置分类下面的 文字的样式 */
#fenlei_title p {
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 14px;
}
/* 设置尾页的样式 */
footer {
    line-height: 60px;
    background-color: #E7D2F0;
    color: #DE0782;
    text-align: center;
}

/* 第二页 */
#main_banner {
    width: 100%;
    font-size: 0px;
}
/* 设置第二页面美食图片的样式 */
#main_banner img {
    width: 100%;
}
/* 设置全局 标题的样式 */
.h1 {
    margin-top: 20px;
}
#dierye {
    width: 100%;
    padding-top: 30px;
}
/* 设置美食 li的样式 */

#dierye li {
    width: 100%;
    margin-bottom: 0px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 30px;
}
/* 设置全部的  div的样式 */
#dierye li div {
    display: inline-block;
    height: 210px;

}
/* 设置美食的左边图片样式 */
#foodimg {
    width: 350px;
    height: 210px;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    margin-right: 30px;
}
/* 设置美食的左边图片样式 */

#foodimg img {
    width: 100%;
    height: 210px;
}
/* 设置美食的介绍文字的样式 */

#jieshao {
    width: 100%;
    height: 300px;
}

#jieshao p:first-child {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

#jieshao p:last-child {
    text-indent: 32px;
    line-height: 30px;
}

/* 第三页 */
#fengjing {
    width: 1000px;
    margin: 0 auto;
    font-size: 0px;
    margin-top: 20px;
}
/* 设置风景页面的li 样式 */
#fengjing li {
    display: inline-block;
    width: 320px;
    height: 400px;
    box-sizing: border-box;
    padding: 20px;
}
/* 设置风景页面文字 */
#fengjing li p {
    font-size: 16px;
    line-height: 28px;
}
/* 设置第二个元素让其 加粗 */
#fengjing li p:nth-child(2) {
    font-weight: 600;
}
/* 设置，美食列表第三个元素让其 */

#fengjing li p:nth-child(3) {
    box-sizing: border-box;
    width: 280px;
    height: 135px;
    font-size: 14px;
    margin-top: 10px;
    color: rgb(101, 101, 101);
}
/* 设置美食列表里面 图片的样式 */
#fengjing li img {
    display: inline-block;
    width: 280px;
    height: 175px;
    background-color: #333;
    margin-bottom: 10px;
}

/* 第四页 */
#renwen {
    text-align: center;
}
/* 设置人文下面全部图片的样式 */
#renwen img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* 设置人文下面文字的样式 */
#renwen p {
    text-align: left;
    line-height: 30px;
    text-indent: 32px;
}
/* 设置留言页面 */
#liuyan {
    text-align: center;
}
/* 设置留言页面大块 */
#liuyanbox {
    display: inline-block;
    text-align: left;
}

#liuyanbox {
    line-height: 30px;
}
/* 设置留言页面的 输入框的样式 */
#liuyanbox input {
    width: 240px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* 设置输入框的样式 */
textarea {
    width: 500px;
    height: 230px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* 设置按钮的样式 */
button {
    width: 100px;
    height: 30px;
    margin-left: 225px;
    margin-top: 30px;
}