@charset "utf-8";
/* CSS Document */

body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
}

body {
    font-family: "宋体";
    color: #000000;
}

/* 顶部 */
#title {
    height: 200px;
    background: url(../images/title.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#title p {
    color: #00CC33;
    text-align: center;
    line-height: 200px;
    background-color: #0000004f;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 10px;
}

#nav {
    width: 1100px;
    margin: 20px auto;
}

#logo {
    float: left;
    height: 80px;
}

#title_nav {
    float: right;
}

.clear {
    clear: both;
}

#title_nav a {
    font-size: 30px;
    line-height: 80px;
    text-decoration: none;
    color: #00CC33;
    margin-left: 10px;
    padding: 0px 10px;
    display: inline-block;
}

#title_nav a:hover {
    background-color: #00CC33;
    color: #fff;
    text-decoration: underline;
}

#statusquo {
    position: relative;
    margin-left: -10px;
    width: 1200px;
    padding: 60px 0px;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#statusquo_box {
    background-color: #ffffffa0;
    width: 750px;
    padding: 30px 20px;
    margin: 0 auto;
}

#statusquo_box p {
    line-height: 2;
}

footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background-color: green;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

#time {
    position: absolute;
    right: 10px;
    font-size: 12px;
}

#kouhao {
    position: absolute;
    left: 10px;
    font-size: 12px;
}

/* 意义 */
#yiyi_left {
    float: left;
    width: 760px;
    line-height: 2;
    padding: 20px 0px;
}

#yiyi video {
    width: 100%;
}

#yiyi_left p {
    margin-bottom: 10px;
}

#yiyi img {
    float: right;
    width: 350px;

}

/* 保护方式 */
#way h3 {
    border-bottom: 1px dotted #00CC33;
    margin-top: 30px;

}

#way span {
    background-color: #00CC33;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 30px;
}

#way p {
    line-height: 2;
}

/* 湿地模范 */
#model h3 {
    border-bottom: 1px dotted #00CC33;
    margin-top: 30px;
    margin-bottom: 20px;

}

#model span {
    background-color: #00CC33;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 30px;
}

.modellist img {
    float: left;
    margin-right: 30px;
    width: 500px;
    height: 330px;
}

.modellist {
    line-height: 2;
}

.lastmodellist {
    padding-bottom: 30px;
}

/* 湿地生物 */
#biology ul {
    text-align: center;
}

#biology ul li {
    text-align: center;
    width: 540px;
    display: inline-block;
    font-size: 0px;
    margin: 0px 20px;
    margin-bottom: 30px;
}

#biology ul li p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

#biology ul li p:nth-child(3) {
    font-size: 16px;
    margin-top: 10px;
}

#biology ul li img {
    width: 100%;
    height: 340px;
}

/* form页面 */
#form {
    text-align: center;
}

.form_box {
    display: inline-block;
    text-align: left;
}

.form_box {
    line-height: 30px;
}

.form_box input {
    width: 220px;
    height: 30px;
    margin-bottom: 20px;
}

.form_box button {
    width: 100%;
    border: 0px;
    background-color: #008000;
    color: #ffff;
    line-height: 30px;
    margin-bottom: 60px;
}

.form_box button:hover {
    background-color: #043e04;
}