@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	/* Safari */
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

ul,
ul li {
	list-style: none;
}

html,
body {
	font-size: 0.26rem;
	font-family: Source Han Sans,PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	color: #666;
}

/*样式重置*/
table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

li {
	list-style: none
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

button,
input[type="submit"] {
	border: none;
	background: none;
	appearance: none;
	outline: none
}

input,
textarea {
	border: none;
	background: none;
	appearance: none;
	outline: none
}

a {
	touch-callout: none;
	text-decoration: none;
}

em,
i {
	font-style: normal
}

textarea {
	resize: none
}

button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:focus,
textarea:focus {
	border: 0;
	padding: 0;
}

.topCon {
	min-width: 1200px;
	height: 140px;
	background: #FFFFFF;
	/* background: url(../images/topbg.png) no-repeat center center; */
}

.innerCon {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

.topCon .innerCon .searchCon {
	float: right;
	margin-top: 30px;
}

.topCon .innerCon .searchCon .searchTxt {
	width: 320px;
	height: 40px;
	border: #B14474 1px solid;
	border-radius: 30px;
	/* background:url(../images/searchbg.png) no-repeat left center; */
	float: left;
}

.topCon .innerCon .searchCon .searchTxt .searchBtn {
	width: 54px;
	height: 40px;
	background: url(../images/searchIco.png) no-repeat center center;
	cursor: pointer;
	float: left;
	margin-left: -10px;
}

.nav {
	height: 60px;
	background: #EB71A7;
	min-width: 1200px;
}

.nav ul li {
	float: left;
	height: 60px;
	line-height: 60px;

	text-align: center;
}

.nav ul li a {
	display: block;
	width: 120px;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

.nav ul li.active a,
.nav ul li a:hover {
	background: #B14474;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#banner {
	min-width: 1200px;
	height: 400px;
}

.hoverItem {
	height: 120px;
	min-width: 1200px;

}

.hoverItem .innerCon {
	overflow: hidden;
}

.hoverItem .innerCon .l_txt {
	width: 48px;
	height: 120px;
	background: #EB71A7;
	color: white;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	float: left;
}

.hoverItem .innerCon ul {
	width: 1152px;
	float: left;
	height: 120px;
	background: white;
}

.hoverItem .innerCon ul li {
	width: 144px;
	height: 120px;
	float: left;
}

.hoverItem .innerCon ul li {
	position: relative;

}

.hoverItem .innerCon ul li.active {
	background: #EB71A7;
}

.hoverItem .innerCon ul li .imga {
	position: absolute;
	top: -15px;

}

.hoverItem .innerCon ul li.active .imga {
	top: -135px;
}

.hoverItem .innerCon ul li .texta {
	position: absolute;
	bottom: 25px;
	color: #666;
	text-align: center;
	width: 144px;
}

.hoverItem .innerCon ul li.active .texta a {
	color: white;
}

.hoverItem .innerCon ul li .texta a {
	color: #666;
}

.bottomBar {
	background: #EB71A7;
	height: 120px;
	margin-top: 30px;
	text-align: center;
	color: white;

}

.innerCon1 {
	width: 800px;
	/* padding-top: 15px; */
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
}
.searchCon .l_txt{
	font-size: 20px;
	margin-bottom: 20px;
}
.search_input{
	width:270px;height:40px;line-height:40px;float:left;padding-left:10px;padding-right:10px;font-size:16px;
}

.wetlandInformation img{
	width: 1200px;
	height: 400px;
}