img {
	max-width: 100%;
}

.nav {
	margin-top: 20px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #37973C;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.top {
	float: right;
	color: #fff;
}
.nopc{
	display: none;
}
.toptel {
	float: left;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 20px;
	color: #37973C;
}
video{
	display: block;
	width: 100%;
}
.video_mask {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/banner_bg.png) rgba(0, 0, 0, 0.1);
	height: 100%;
	width: 100%;

}
.toptel>img {
	display: block;
	float: left;
	margin-right: 10px;
}

.cl {
	clear: both;
}

#nav {
	float: right;
}

.navbar-nav {
	margin-top: 10px;
}

.navbar-nav li a {
	color: #fff;
	font-size: 16px;
}

.top_search {
	float: left;
	border: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	width: 180px;
	margin-top: 15px;
	overflow: hidden;
	margin-right: 20px;
}

.search_inp {
	background: none;
	height: 30px;
	line-height: 30px;
	border: 0px;
	width: 140px;
	margin-left: 5px;
	outline: none;
	float: left;
	color: #fff;
}

.search_btn {
	margin-top: 3px;
	float: left;
}

.yuyan {
	float: left;
	margin-top: 18px;
	color: #37973C;
}

.yuyan img {
	display: block;
	float: left;
	margin-right: 10px;
}

.banner_text {
	position: absolute;
	z-index: 999;
	color: #fff;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
	top: 40%;
}

.banner_text p {
	font-size: 25px;
}

.banner_text h1 {
	font-size: 50px;
}

.banner_text span {
	display: block;
	font-size: 20px;
	margin-top: 30px;
}

.banner_text i {
	font-style: normal;
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

.navbg {
	background-color: rgba(23, 57, 161, 0.8);
}

.nnav {
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #37973C;
}

.nnav .top {
	color: #000;
}

.nnav .navbar-nav a {
	color: #000;
}

.navbar-nav a {
	border-bottom: 3px solid rgba(255, 255, 255, 0);
	transition: all 0.3s;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 35px;
}

.navbar-brand {
	margin-top: 18px;
}

.navbar-nav a:hover {
	border-bottom: 3px solid #37973C;
}

.nnav .top_search {
	border: 1px solid #37973C;
}

.nnav .search_inp {
	color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #37973C;
}

.banner_text a {
	display: block;
	width: 160px;
	margin: 20px auto;
	border: 1px solid #fff;
	transition: all 0.5s;
	line-height: 35px;
	height: 35px;
	color: #37973C;
	border-radius: 5px;
	background-color: #fff;
}

.banner_text a:hover {
	background-color: #37973C;
	color: #fff;
}

.ind_about {
	box-sizing: border-box;
	padding: 50px;
}

.about_title {
	margin-top: 50px;
}

.about_title p {
	font-size: 30px;
	margin-bottom: 5px;
}

.about_title span {
	display: block;
	color: #999;
	font-size: 16px;
}

.about_title i {
	display: block;
	width: 50px;
	border-top: 2px solid #37973C;
	margin-top: 10px;
}

.banner .swiper-slide {
	height: 600px;
}

table {
    margin: auto; /* 这会将上下和左右的margin都设置为auto */
}

.newscontent td{
    border: 1px solid black;
}

.nban .swiper-slide {
	height: 600px;
}
.ind_about .col-lg-4 h1{
	text-align: center;
	display: block;
	margin-top: 100px;
}
.ind_about .col-lg-4 h1>span {
	text-align: center;
	color: #37973C;
	font-size: 60px;


}
.honor_box{
	width: 1600px;
	margin: 0px auto;
}
.ind_about .col-lg-4 h1 i {
	font-size: 24px;
	vertical-align: super;
	color: #37973C;


}

.ind_about .col-lg-4 >span {
	text-align: center;
	display: block;
	color: #666;
}

.ind_about>p {
	font-size: 14px;
	margin-top: 100px;
	line-height: 30px;
}

.page2_swiper {
	height: 100%;
	width: 100%;
}

.page2_swiper .swiper-slide {
	height: 100%;
	width: 100%;
	/*style="background: url(../images/page2_right1.jpg) top center no-repeat;background-size: cover;"*/
}

.page2_swiper .swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}

.page2_arr {
	background-color: #fff;
	height: 55px;
	width: 200px;
	position: absolute;
	z-index: 999;
	left: 0px;
	bottom: 100px;
}

.page2_arr .swiper-button-prev {
	background: url(../images/sleft.png) center center no-repeat;
	opacity: 1;
	left: 10px;
	width: 44px;
	height: 27px;
	top: 15px;
}

.page2_arr .swiper-button-next {
	background: url(../images/sright.png) center center no-repeat;
	opacity: 1;
	right: 10px;
	width: 44px;
	height: 27px;
	top: 15px;
}

.page2_arr p {
	text-align: center;
	line-height: 55px;
}

.page2_arr>p>.cuspan {
	color: #37973C;
	font-size: 18px;
}

.page2_arr>p>.counts {
	color: #888;
}

.nopad {
	padding: 0px;
}

.ind_aboutbg {
	background: url(../images/ind_about_bg.jpg) top left no-repeat;
}

.ind_title {
	text-align: center;
	margin: 30px auto;
}

.ind_title p {
	font-size: 30px;
}

.ind_title span {
	color: #999;
}

.ind_title i {
	width: 50px;
	border-bottom: 2px solid #37973C;
	display: block;
	margin: 10px auto;
}

.ind_pro_item {
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.ind_pro_item .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	padding: 20px;
	transition: all 0.8s ease;
}
.ind_pro_item .mask img{
	display: block;
	margin: 10px auto;
}

.ind_pro_item:hover .mask {
	top: 0%;
	background-color: rgba(55, 151, 60, 0.8);
}

.ind_pro_item .mask>p {
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: 1px;
	transition: all 0.8s ease;
	margin-bottom: 2px;
}

.ind_pro_item:hover .mask p {
	margin-top: 40%;
}

.ind_pro_item .mask>p>span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	color: #ddd;
}

.mask h3 {
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	display: block;
	color: #fff;
	font-size: 16px;
}

.ind_pro_item .mask a {
	display: block;
	width: 110px;
	margin: 20px auto;
	border: 1px solid #ddd;
	color: #fff;
	text-align: center;
	line-height: 35px;
	transition: all 0.8s ease;
	margin-top: 20px;
}

.ind_pro_item .mask a:hover {
	background-color: #fff;
	color: #37973C;
}

.ind_pro_item .mask1>p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 1px;
	transition: all 0.8s ease;
	margin-bottom: 2px;
}

.ind_pro_item:hover .mask1 {
	bottom: -60px;
}

.ind_pro_item .mask1 {
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 500;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
	padding: 10px;
	transition: all 0.3s ease;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	/* Safari 4-5, Chrome 1-9 */
	/* -webkit-gradient(,  [, ]?,  [, ]? [, ]*) */
	background: -webkit-gradient(linear, top, from( rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.ind_pro_item .mask1>p>span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	color: #ddd;
}

.newsitem {
	padding: 0px;
	position: relative;
}

.newsitem a {
	display: block;
	color: #fff;
	text-align: center;
}
.newsitem a img {
	width: 100%;
	height: 415px;
	object-fit: cover;
}


.newsitem a p {
	font-size: 20px;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0);
	box-sizing: border-box;
	padding: 20px;
	padding-top: 30%;
	transition: all 0.8s ease;
}

.newsitem a p>span {
	display: block;
	font-size: 14px;
	color: #eee;
	margin-top: 30px;
	opacity: 0;
	transition: all 0.8s ease;
}

.newsitem a>div {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 500;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	transition: all 0.8s ease;
}

.newsitem:hover div {
	background-color: rgba(55, 151, 60, 0.8);
}

.newsitem:hover div p {
	border: 1px solid rgba(255, 255, 255, 0.7);
	padding-top: 20%;
}

.newsitem:hover div span {
	opacity: 1;
}

.newsitem div p img {
	opacity: 0;
	transition: all 0.8s ease;
	margin-top: 20px;
}

.newsitem:hover div p img {
	opacity: 1;
}

.ind_hezuo {
	padding-bottom: 40px;
}

.ind_hezuo a {
	display: block;
	text-align: center;
	border: 1px solid #ddd;
}

.footer {
	background-color: #333;
	box-sizing: border-box;
	padding-top: 20px;
	margin-top: 30px;
	color: #ddd;
}

.footlx {
	margin-top: 40px;
}

.footlx p {
	display: block;
	float: left;
}

.footlx p:nth-child(2n) {
	margin-left: 30px;
}

.copyright {
	text-align: center;
	background-color: #000;
	color: #999;
	line-height: 35px;
	font-size: 12px;
}

.copyright a {
	color: #999;
}

.class_ul {
	text-align: center;
	margin-top: 30px;
}

.class_ul li {
	display: inline-block;
	width: 180px;
	border: 1px solid #ddd;
	line-height: 40px;
	margin: 5px;
	background-color: #fafafa;
	height: 40px;
	font-size: 16px;
	border-bottom-color: #016745;

}

.class_ul li a {
	display: block;
}

.class_ul li:hover a {
	background-color: #016745;
	color: #fff;
}

.class_ul .hover a {
	background-color: #016745;
	color: #fff;
}
.about_txt p{
	text-indent: 32px;
	line-height: 24px;
	color: #666;
	font-size: 15px;
}
.about_item{
	margin-top: 10px;
}
.about_item a{
	display: block;
	background-color: #f6f6f6;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ddd;
	transition: all 0.8s ease;
}
.about_item a:hover{
	background-color: #016745;

}
.about_item a h1{
	font-size: 50px;
	color: #016745;
	transition: all 0.8s ease;
}
.about_item a:hover h1{
	color: #fff;
}
.about_item a h1 i{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #666;
	transition: all 0.8s ease;
}
.about_item a:hover h1 i{
	color: #fff;
}
.about_item a p{
	font-size: 20px;
	color: #666;
	transition: all 0.8s ease;
}
.about_item a:hover p{
	color: #fff;
}
.fzlc{
	background-color: #f6f6f6;
	box-sizing: border-box;
	margin-top: 30px;
}



.cd-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto
}

.cd-container::after {
	content: '';
	display: table;
	clear: both
}



#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em
}

#cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #d7e4ed
}

@media only screen and (min-width:1170px) {
	#cd-timeline {
		margin-top: 3em;
		margin-bottom: 3em
	}
	#cd-timeline::before {
		left: 50%;
		margin-left: -2px
	}
}

.cd-timeline-block {
	position: relative;
	margin: 2em 0
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both
}

.cd-timeline-block:first-child {
	margin-top: 0
}

.cd-timeline-block:last-child {
	margin-bottom: 0
}

@media only screen and (min-width:1170px) {
	.cd-timeline-block {
		margin: 2em 0
	}
	.cd-timeline-block:first-child {
		margin-top: 0
	}
	.cd-timeline-block:last-child {
		margin-bottom: 0
	}
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05)
}

.cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px
}

.cd-timeline-img.cd-picture {
	background: #75ce66
}

.cd-timeline-img.cd-movie {
	background: #c03b44
}

.cd-timeline-img.cd-location {
	background: #016745
}

@media only screen and (min-width:1170px) {
	.cd-timeline-img {
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden
	}
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden
	}
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 .6s;
		-moz-animation: cd-bounce-1 .6s;
		animation: cd-bounce-1 .6s
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(.5)
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.2)
	}
	100% {
		-moz-transform: scale(1)
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: #fff;
	border-radius: .25em;
	padding: 1em;
	box-shadow: 0 3px 0 #d7e4ed
}

.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both
}

.cd-timeline-content h2 {
	color: #303e49;
	margin-top: 10px;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: .8125rem
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	display: inline-block
}

.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6
}

.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: #fff;
	border-radius: .25em
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb
}

.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7
}

.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #fff
}

@media only screen and (min-width:768px) {
	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 25px
	}
	.cd-timeline-content p {
		font-size: 16px;
		font-size: 1rem
	}
	.cd-timeline-content .cd-read-more,
	.cd-timeline-content .cd-date {
		font-size: 14px;
		font-size: .875rem
	}
}

@media only screen and (min-width:1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%
	}
	.cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: #fff
	}
	.cd-timeline-content .cd-read-more {
		float: left
	}
	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
		font-size: 1rem
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #fff
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right
	}
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden
	}
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 .6s;
		-moz-animation: cd-bounce-2 .6s;
		animation: cd-bounce-2 .6s
	}
}

@media only screen and (min-width:1170px) {
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse .6s;
		-moz-animation: cd-bounce-2-inverse .6s;
		animation: cd-bounce-2-inverse .6s
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px)
	}
	100% {
		-moz-transform: translateX(0)
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px)
	}
	100% {
		-moz-transform: translateX(0)
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}
.qywh_bg{
	background: url(../images/whbg.jpg) top center no-repeat;
	box-sizing: border-box;
	padding-top: 1px;
	padding-bottom: 30px;
	background-size: cover;
}
.whitem{
	margin-top: 10px;
}
.whitem a{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
	display: block;
	border: 1px solid #ddd;
	transition: all 0.8s ease;
}
.whitem a:hover{
	background-color: #fff;
}
.whitem a:hover .yw_picbd{
	background-color: #398439;
}
.whitem a .yw_picbd{
	background-color: #fff;

	width: 115px;
	height: 115px;
	border-radius: 100%;
	margin: 0px auto;
	transition: all 0.8s ease;

}
.whitem a .yw_picbd img{
	margin-top: 30px;
}
.whitem a p{
	font-size: 18px;
	margin-top: 40px;
}
.whitem a p>i{
	width: 50px;
	border-top: 2px solid #37973C;
	margin: 5px auto;
	display: block;
}
.whitem a p>span{
	display: block;
	font-size: 12px;
	color: #999;
}
.whitem a>span{
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 30px;
}
.ind_zz{
	padding-bottom: 40px;
}
.proitem{
	margin-top: 20px;
}
.proitem a{
	border: 1px solid #ddd;
	display: block;
}
.proitem>a>img{
	display: block;
}
.proitem a p{
	text-align: center;
	line-height: 40px;
	height: 40px;
	background-color: #f6f6f6;
	margin: 0px;
}
.proitem .probd{
	overflow: hidden;
	position: relative;
}
.proitem .probd span{
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: -100%;
	transition: all 0.3s ease;
}
.proitem:hover .probd span{
	bottom: 0%;
}
.newsbox{
	margin-top: 20px;
}
.newsbox img{
	width: 100%;
	transition: all 0.3s;
	display: block;

}
.newsbox a{
	display: block;

}
.newsbox .imgbd{
	overflow: hidden;
	display: block;
     height:216px;
     background:#666
}
.newsbox:hover img{
	transform: scale(1.2);
}
.newsbox p{
	background: #eee;
	box-sizing: border-box;
	padding: 20px;
	transition: all 0.3s;
}
.newsbox:hover p{
	background: #016745;
	color: #fff;
}
.newsbox:hover p i{
	color: #fff;
}
.newsbox p i{
	font-style: normal;
	color: #999;
	display:block;
	font-size: 12px;
	transition: all 0.3s;
}
.newsbox p{
	font-size: 16px;
	color: #000;
	line-height: 25px;
    width:100%;
    box-sizing:border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.newsbox p span{
	display: block;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	height: 30px;
}
.newsbox:hover p span{
	color: #fff;
}
.newstitle
{
    text-align:center; font-size:26px; padding:10px 0px;
    padding-top:30px;

}
.newsaddtime
{
    text-align:center; line-height:30px; color:#999; border-bottom:1px dashed #ddd;
    padding-bottom:20px
}
.news_content {
    padding:30px; background:#fff
}
.newscontent {
    padding:30px 0px;
    border-bottom:1px solid #ddd;
}
    .newscontent img {
       max-width:100%
    }

.nr {
    margin:30px auto;
    line-height:25px;
   /* border-bottom:1px solid #ddd;*/
    padding-bottom:30px
}
.nodata {
line-height:100px;
font-size:30px;
}

.page_foot {
    overflow:hidden;
     border-bottom:1px solid #ddd;
}
.pages {
    color: #999;
  box-sizing:border-box;
    overflow: hidden;
    padding: 10px;
    padding-right:0px;
    margin:20px 0px;

}

    .pages a, .pages .cpb {
        text-decoration: none;

        padding: 5px 10px;
        border: 1px solid #ddd;
        background: #efefef;
        margin: 0 2px;
        font-size: 11px;
        color: #000;
    }

        .pages a:hover {
            background-color: #016745;
            color: #fff;
            border: 1px solid #016745;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #016745;
        border: 1px solid #016745;
    }
.news_ul {
    overflow:hidden;
}
#allmap {
    height: 550px;
}
.inp{
	width: 100%;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	margin-top: 10px;
}
.inps{
	width: 100%;
	border: 1px solid #ddd;
	text-indent: 10px;
	margin-top: 20px;
}
.msgsub{
	width: 185px;
	border-radius: 5px;
	background-color: #016745;
	color: #fff;
	height: 45px;
	line-height: 45px;

	border: 0px;
	margin: 20px auto;
	display: block;
}
.cjwt{
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 20px 0px;
	margin-top: 30px;
}
.wttxt p{
	margin-top: 20px;
	font-size: 18px;
}
.wttxt p span{
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #888;
}
.shfw{
	text-align: center;
}
.shfw img{
	display: block;
	margin: 10px auto;
}

/*分页样式*/

.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
	margin-bottom: 10px
}

.page_info span {
	padding: 0 2px;

}

.page_list {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;

	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;

	padding-top: 20px;
}
.page_list a:first-child{
	display: none;
}
.page_list a:last-child{
	display: none;
}
.page_list a {
	display: inline-block;
	color: #898989;
	text-align: center;
	padding: 0 10px;
	margin: 0 5px;
}

.page_list a:hover {
	color: #fff;
	background: #ddd;
}

.page_list a.on {
	color: #333;
	background: #eee;
}
