.header_bottom .header_menu:before {
	left: 520px;
}

/*新闻轮播图*/
.news_swiper {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 35px;
}
.news_swiper .swiper-container {
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	height: 470px;
	overflow: hidden;
	margin: 0 auto;
}
.news_swiper a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.news_swiper a .newsTime {
	width: 120px;
	height: 75px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px 0;
	overflow: hidden;
	text-align: center;
	background-color: #007e41;
	font-family: arial;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.newsTime h1 {
	font-size: 24px;
	font-weight: bold;
}
.news_swiper a .newsImg {
	width: 100%;
	overflow: hidden
}
.news_swiper a .newsImg img {
	width: 100%;
	transition: all 1s;
}
.news_swiper a .newsTxt {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color: #aaaaaa;
	padding: 0 3px;
	line-height: 20px;
	margin: 25px 0 0;
}
.news_swiper a .newsTxt p {
	width: 100%;
	height: 40px;
	overflow: hidden
}
.news_swiper a .newsTxt h4 {
	width: 100%;
	font-size: 18px;
	color: #707070;
	max-height: 52px;
	line-height: 26px;
	overflow: hidden;
	margin: 0 0 15px;
}
.news_swiper a:hover .newsImg img {
	transform: scale(1.1);
}
.news_swiper a:hover .newsTxt h4 {
	color: #007e41;
	font-weight: bold;
	text-decoration: underline !important;
}
.news_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.news_swiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid #c1c1c1;
}
.news_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007e41;
    border-color: #007e41;
}
@media only screen and (max-width: 991px) {
	.news_swiper .swiper-container {
		width: 100%;
		height: 430px;
	}
}
@media only screen and (max-width: 767px) {
	.news_swiper {
	    padding: 40px 0 20px;
	}
	.news_swiper .swiper-container {
		width: calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		height: 400px;
		margin: 0 auto;
	}
	.news_swiper a .newsTxt {
	    margin: 20px 0 0;
	}
	.news_swiper a .newsTxt h4 {
	    font-size: 18px;
	    max-height: 50px;
	    line-height: 25px;
	    margin: 0 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.news_swiper .swiper-container {
		width: 100%;
		height: 430px;
	}
}
@media only screen and (min-width: 1250px) {
	.news_swiper .swiper-container {
		width: calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		height: 470px;
	}
}
/*新闻资讯列表*/
.news_bottom {
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 32px 0 55px;
}
.news_bottom .news_menu {
	width: 416px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.news_bottom .news_menu a {
	display: block;
	width: 134px;
	height: 50px;
	line-height: 47px;
	border-bottom: 3px solid #bfbfbf;
	overflow: hidden;
	float: left;
	color: #007e41;
	font-size: 18px;
}
.news_bottom .news_menu a:nth-of-type(2) {
	margin: 0 7px;
}
.news_bottom .news_menu a.active {
	border-color: #007e41;
}
.news_bottom .news_list {
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	overflow: hidden;
	margin: 0 auto 45px;
	padding: 8px 0 0;
	border-top: 1px solid #d7d7d7;
	position: relative;
	top: -1px;
}
.news_bottom .news_list a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #bbbbbb;
	padding: 26px 0;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
.news_bottom .news_list a p {
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.news_bottom .news_list a h4 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #6e6e6e;
	font-size: 16px;
	overflow: hidden;
	margin: 0 0 15px;
}
.news_bottom .news_list a h4 span {
	float: right;
	font-family: arial;
	color: #bfbfbf;
	font-size: 12px;
}
.news_bottom .news_list a:hover h4 {
	font-weight: bold;
	color: #007e41;
}
@media only screen and (max-width: 991px) {
	.news_bottom .news_list {
	    width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.news_bottom {
	    padding: 20px 0 40px;
	}
	.news_bottom .news_menu {
	    width: calc(100% - 50px);
	    width: -moz-calc(100% - 50px);
	    width: -webkit-calc(100% - 50px);
	    margin: 0 auto;
	}
	.news_bottom .news_menu a {
	    width: calc(33.33% - 4px);
	    width: -moz-calc(33.33% - 4px);
	    width: -webkit-calc(33.33% - 4px);
	}
	.news_bottom .news_menu a:nth-of-type(2) {
	    margin: 0 6px;
	}
	.news_bottom .news_list {
	    width: calc(100% - 20px);
	    width: -moz-calc(100% - 20px);
	    width: -webkit-calc(100% - 20px);
	    margin: 0 auto 20px;
	    padding: 5px 0 0;
	}
	.news_bottom .news_list a {
	    padding: 20px 0;
	    font-size: 12px;
	    line-height: 20px;
	}
	.news_bottom .news_list a h4 {
		height: auto;
	    max-height: 50px;
	    line-height: 25px;
	    font-size: 16px;
	    margin: 0 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.news_bottom .news_list {
	    width: 100%;
	}
}
@media only screen and (min-width: 1250px) {
	.news_bottom .news_list {
	    width: calc(100% - 40px);
	    width: -moz-calc(100% - 40px);
	    width: -webkit-calc(100% - 40px);
	}
}

/*新闻详情页面*/
.news_details {
	width: 100%;
	padding: 0 0 40px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.news_details h1 {
	width: 100%;
	height: 115px;
	overflow: hidden;
	text-align: center;
	line-height: 115px;
	background-color: #ffffff;
	font-size: 36px;
	color: #007e41;
	margin: 0 0 40px;
}
.news_details .details_title {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.details_title h2 {
	font-size: 36px;
	line-height: 45px;
	margin: 0 0 20px;
}
.details_title p {
	font-size: 14px;
	color: #949494;
}
.details_title p span {
	margin: 0 30px;
}
.details_title p span a {
	color: #949494;
}
.details_title p span a:hover {
	color: #007e41;
	text-decoration: underline !important;
}
.news_details .details_content {
	width: 100%;
	padding: 30px 0;
	color: #333333;
	overflow: hidden;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0;
}
.details_content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news_details .details_bottom {
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
}
.news_details .details_bottom p {
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_details .details_bottom p a {
	color: #333333;
	line-height: 30px;
	font-size: 16px
}
.news_details .details_bottom p a:hover {
	text-decoration: underline !important;
	color: #007e41;
}
.details_bottom .return {
	display: block;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	line-height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #007e41;
	font-size: 16px;
	color: #007e41;
}
.details_bottom .return:hover {
	background-color: #007e41;
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.news_details h1 {
	    height: 85px;
	    line-height: 85px;
	    font-size: 28px;
	    margin: 0 0 30px;
	}
	.details_title h2 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 10px;
	}
	.details_title p {
	    font-size: 12px;
	    line-height: 20px;
	}
	.details_title p span {
		display: block;
	}
	.news_details .details_content {
	    padding: 20px 0;
	    font-size: 14px;
	    line-height: 25px;
	    margin: 20px 0;
	}
	.news_details .details_bottom {
		padding: 0;
	}
	.news_details .details_bottom p {
		width: 100%;
		height: 25px;
	}
	.news_details .details_bottom p a {
		line-height: 25px;
		font-size: 14px
	}
	.details_bottom .return {
		width: 120px;
		height: 34px;
		border-radius: 17px;
		line-height: 32px;
		position: relative;
		font-size: 14px;
		margin: 15px 0 0;
	}
}
/*资料下载列表*/
.news_bottom .download_list {
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	overflow: hidden;
	margin: 0 auto 45px;
	padding: 8px 0 0;
	border-top: 1px solid #d7d7d7;
	position: relative;
	top: -1px;
}
.news_bottom .download_list a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #bbbbbb;
	padding: 26px 0;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
.download_list a .download_img {
	width: 100px;
	overflow: hidden;
	float: left;
}
.download_img img {
	width: 100%;
}
.download_list a .download_txt {
	width: calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	overflow: hidden;
	float: left;
	margin: 0 30px;
	padding: 10px 0;
}
.download_txt h4 {
	width: 100%;
	line-height: 25px;
	font-size: 22px;
	height: 30px;
	overflow: hidden;
	margin: 0 0 5px;
	color: #333333;
}
.download_txt p {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
}
.download_list a button {
	width: 120px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border: none;
	float: right;
	margin: 16px 0;
	background-color: #007e41;
	color: #FFFFFF;
}
.download_list a:hover .download_txt h4 {
	color: #007e41;
}
.download_list a:hover button {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.news_bottom .download_list {
	    width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.news_bottom .download_list {
	    width: calc(100% - 20px);
	    width: -moz-calc(100% - 20px);
	    width: -webkit-calc(100% - 20px);
	    margin: 0 auto 20px;
	    padding: 5px 0 0;
	}
	.news_bottom .download_list a {
	    padding: 15px 0;
	    font-size: 12px;
	    line-height: 18px;
	}
	.download_list a .download_img {
	    width: 60px;
	}
	.download_list a .download_txt {
		width: calc(100% - 170px);
		width: -moz-calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
		margin: 0 15px;
		padding: 0;
	}
	.download_txt h4 {
		line-height: 16px;
		font-size: 14px;
		height: 32px;
		margin: 4px 0;
	}
	.download_txt p {
		display: none;
	}
	.download_list a button {
	    width: 80px;
	    height: 30px;
	    line-height: 30px;
	    margin: 5px 0;
	    border-radius: 3px;
	}
}
@media only screen and (min-width: 992px) {
	.news_bottom .download_list {
	    width: 100%;
	}
}
@media only screen and (min-width: 1250px) {
	.news_bottom .download_list {
	    width: calc(100% - 40px);
	    width: -moz-calc(100% - 40px);
	    width: -webkit-calc(100% - 40px);
	}
}