@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: "微软雅黑";
	border: 0;
	outline: none;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
}

.container {
	background-color: #E7F0EA;
	padding-bottom: 20px;
	/* padding: 20px 0; */
}

.clear {
	clear: both;
}


.flex-col {
	display: flex;
	flex-direction: column
}

.flex-row {
	display: flex;
	flex-direction: row
}

.justify-start {
	display: flex;
	justify-content: flex-start
}

.justify-center {
	display: flex;
	justify-content: center
}

.justify-end {
	display: flex;
	justify-content: flex-end
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly
}

.justify-around {
	display: flex;
	justify-content: space-around
}

.justify-between {
	display: flex;
	justify-content: space-between
}

.align-start {
	display: flex;
	align-items: flex-start
}

.align-center {
	display: flex;
	align-items: center
}

.align-end {
	display: flex;
	align-items: flex-end
}

.text-center {
	text-align: center;
}

.text-white {
	color: #FFFFFF
}

.text-blue {
	color: #20528F;
}

.w {
	width: 100%
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

.right {
	float: right
}

.left {
	float: left
}

.overflow {
	overflow: hidden
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/* 顶部文字 */
.header {
	height: 357px;
}

.header .part1 {
	width: 100%;
	height: 40px;
	background-color: #E7F0EA;
	padding: 0 20px;
}

.header .part1 .w1200 {
	height: 40px;
}

.header .part1 .today {
	font-size: 14px;
	color: #136934;
	margin-right: 23px;
}

.header .part1 .search {
	width: 200px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #186738;
	/* opacity: 0.6; */
	border-radius: 15px;
	padding: 0 10px 0 15px;
}

.header .part1 .search input {
	background: #FFFFFF;
	color: #136934;
	width: 100px;
}

.header .part1 .search img {
	width: 22px;
	height: 22px;
}

.header .part1 .wechat-img:hover .gzh-ewm {
	display: block;
}

.header .part1 .wechat-img {
	position: relative;
}

.header .part1 .wechat-img .gzh-ewm {
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 35px;
	left: -35px;
	background: #fff;
}

.header .part1 .wechat-img .gzh-ewm img {
	width: 100%;
	height: auto;
}

.header .part1 .wechat-img .gzh-ewm:before {
	content: '';
	border-width: 0px 4px 8px 4px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -8px;
	right: 44%;
}

.header .part1 .wechat {
	width: 24px;
	height: 20px;
	margin-right: 14px;
	cursor: pointer;
}

.header .part1 .swsy {
	margin-right: 30px;
}

.header .part1 .swsy,
.header .part1 .collect {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #186738;
	cursor: pointer;
}

.header .part2 {
	background: url(../img/header_bg.png);
	height: 260px;
}

.header .part2 .w1200 {
	height: 260px;
	line-height: 260px;
}


.header .part3 {
	height: 52px;
	background: #41825C;
}


.header .part3 .nav .a {
	height: 52px;
	line-height: 52px;
	width: 116px;
	text-align: center;
	/* margin-right: 10px; */
	z-index: 9999;

	position: relative;
}

.header .part3 .nav .a:last-child {
	margin-right: 0px;
}

.header .part3 .nav .a a {
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	display: block;
}

.header .part3 .nav .a.on,
.header .nav .a:hover {
	background: #336F4C;
}

.header .part3 .nav .a:hover .fu-nav {
	display: block;
}

/* .header .part3 .nav .a .fu-nav {
	width: 165px;
	display: none;
	background-image: url(../img/fu-nav.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -25px;
	top: 45px;
	padding-top: 12px;
} */

.header .part3 .nav .a .fu-nav {
	width: 151px;
	padding-top:2px;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	left: -17px;
	top: 52px;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
}

.header .part3 .nav .a .fu-nav:before {
	content: '';
	border-width: 0px 6px 11px 6px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -8px;
	right: 44%;
  z-index: -999
}

.header .part3 .nav .a .fu-nav a {
	width: 151px;
	font-size: 16px;
	color: #666666;
	height: 44px;
	line-height: 44px;
	margin: auto;
}

.header .part3 .nav .a .fu-nav a:hover {
	color: #FFFFFF;
	background: #41825C;
}

.header .part4 {
	height: 5px;
	background: #41825C;
	opacity: 0.1;
}


/* 底部 */
.footer {
	height: 125px;
	background: #8BB39B;
}

.footer .footer-content {
	height: 125px;
}

.footer .footer-content .text {
	height: 92px;
}

.footer .footer-content .text .line1 p:nth-child(2),
.footer .footer-content .text .line2 .phone,
.footer .footer-content .text .line2 .beian {
	margin-left: 30px;
}

.footer .footer-content .text .line2 .beian a {
	color: #fff;
}

/* 位置 */
.weizhi {
	font-size: 14px;
	font-weight: 400;
	color: #11693C;
	line-height: 48px;
	overflow: hidden;
	padding-left: 17px;
}

.weizhi a {
	font-weight: 400;
	color: #11693C;
}

.weizhi span a {
	cursor: pointer;
}


/* 分页 */
.pagediv {
	margin-top: 40px;
}

.fenye {
	overflow: hidden;
	width: 747px;
	margin: auto;
	text-align: center;
}

.fenye div {
	float: left;
	margin: 58px 5px 0 5px;
	width: 27px;
	height: 27px;
	background: #FFFFFF;
	border: 1px solid #1A519C;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #919191;
	line-height: 27px;
}

.fenye a:hover {
	border: 1px solid #1A519C;
	color: #1A519C;
}

.fenye a {
	display: inline-block;
	padding: 3px 8px;
	background: #f7f7f7;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	color: #a6a6a6;
	margin: 0 3px;
}
