﻿* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

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;
}

#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;
}

#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;
}

#dierye li {
    width: 100%;
    margin-bottom: 0px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 30px;
}

#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;
}

#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;
}