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

html {
    background: url(../images/bg.jpg);
    background-size: 300px;
}

/* 整体内容宽1000px */
#lybox {
    width: 1000px;
    margin: 0 auto
}

/* banner图片 */
#banner {
    font-size: 0px;
    width: 1000px;
}

#banner img {
    width: 100%;
}

/* <!-- 导航栏 --> */

nav {
    background-color: #7F7434;
    color: #fff;
    line-height: 40px;
    height: 40px;
}

nav a {
    display: inline-block;
    float: left;
    width: 200px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

nav a:hover {
    background-color: #fff;
    color: #7F7434;
}

/* <!-- 简介 --> */

#synopsis {
    background-color: #C8CFC8;
    width: 960px;
    padding: 20px;
    margin: 10px 0px;
    height: 178px;
}

#synopsis img {
    width: 200px;
    float: left;
    height: 178px;
    margin-right: 20px;
}

#synopsis p {
    font-size: 14px;
    text-indent: 2rem;
    line-height: 26px;
    color: #4F3507;
}

/* <!-- 园 --> */
#gardens {
    width: 100%;
    background-color: #C8CFC8;
}

h1 {
    background-color: #7F7434;
    color: #fff;
}

h1 {
    font-size: 18px;
    line-height: 40px;
    padding: 0px 10px;
}

h1 a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    float: right;
}

#gardens ul {
    text-align: center;
    margin: 20px 0px;
    margin-bottom: 10px;
}

#gardens ul li {
    display: inline-block;
    margin: 0px 13px;
}

#gardens ul li p {
    color: #2e2a12;
    font-size: 14px;
    margin-bottom: 10px;
}

#gardens img {
    width: 220px;
    height: 140px;
}

/* < !-- 牡丹文化 --> */
#culture {
    position: relative;
    width: 100%;
    background: url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
    height: 220px;
    margin-bottom: 10px;
}

.culture_box {
    display: inline-block;
    z-index: 1;
    width: 100%;
    height: 220px;
    background-color: #7f74348a;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 20px;
    font-size: 14px;
    color: #4F3507;
}

.culture_box a {
    display: block;
    color: #1E251C;
    margin-top: 30px;
}

.culture_box a:hover {
    color: #ffff;
}

/* 友情链接 */
#friend_a {
    width: 100%;
    background-color: #7F7434;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 10px 10px;
}

#friend_a a {
    margin: 0px 20px;
}

/* 底部版权 */
footer {
    line-height: 60px;
    font-size: 12px;
    background-color: #7F7434;
    color: #C8CFC8;
    text-align: center;
}

#mudan_culture {
    width: 960px;
    padding: 20px;
    background-color: #C8CFC8;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    text-indent: 2rem;
    color: #4F3507;
}

#mudan_culture p {
    margin-bottom: 5px;
}

.culture_img {
    width: 300px;
    float: right;
    margin: 0px 0px 0px 10px;
}

/* 牡丹名园 */
#mudan_gardens {
    width: 960px;
    padding: 20px;
    background-color: #C8CFC8;
    font-size: 14px;
    margin-top: 10px;
}

#mudan_gardens li {
    display: inline-block;
    width: 300px;
    margin: 0px 8px;
    height: 356px;
    overflow: hidden;
}

#mudan_gardens li p:nth-child(2) {
    font-weight: bolder;
    margin: 5px 0px;
}

#mudan_gardens li p:nth-child(3) {
    line-height: 24px;
    margin-bottom: 10px;
}

#mudan_gardens li img {
    width: 100%;
    height: 193px;
}

/* 牡丹视频 */
#video {
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #C8CFC8;
    margin-top: 10px;
}

h4 {
    color: #4F3507;
    text-align: center;
}

video {
    width: 100%;
    margin-top: 20px;
}

/* 美图 */
#picture {
    margin-top: 10px;
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #C8CFC8;
}

#picture img {
    width: 300px;
    margin: 0px 8px;
    height: 196px;
    margin-bottom: 10px;
}