@charset "utf-8";
/* CSS Document */
.header{
	width: 100%;
	background: #00913a;
	padding: 8px 0;

}
.header .head_right{
	float: right;

}
.head_ewm{
	float: left;
	position: relative;
	width: 24px;
	margin-top: 28px;
	vertical-align: middle;

}
.head_ewm img{
	vertical-align: middle;
	text-align: center;
}
.ewm_hover{
	position: absolute;
	left: -100%;
	right: 0;
	margin: auto;
	width: 120px;
	background: #fff;
	top: 44px;
	-moz-box-shadow:1px 1px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 1px 20px rgba(0,0,0,0.1);
	box-shadow:1px 1px 20px rgba(0,0,0,0.1);
	display: none;
	z-index: 9999999;
}
.ewm_hover img{
	width: 100%;
	height: 120px;

}
.head_ewm:hover .ewm_hover{
	display: block;
}
.head_quick{
	font-size: 14px;
	color: #fff;
	margin-top: 28px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;

}
.head_quick a{
	margin: 0 10px;

}
.head_btn{
	float: right;
	display: block;
	width: 80px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	background: #fff;
	color: #00913a;
	line-height: 30px;
	margin-top: 22px;
}
.banner{
	width: 100%;
	height: 530px;
	overflow: hidden;

}
.swiper-container {
	width: 100%;
	height: 100%;
}
.banner img{
	width: 100%;
	height: 530px;

}
.banner .swiper-button-next,.banner .swiper-button-prev{
	width: 30px;
	height: 60px;

}
.banner .swiper-button-next{
	background: url(../images/next.png) no-repeat;
	right: 60px;
}
.banner .swiper-button-prev{
	background: url(../images/prev.png) no-repeat;
	left: 60px;
}
.nav{
	display:table;
	margin:30px auto;
	overflow: hidden;
}
.nav li{
	float: left;
	margin-right:11px;
	width: 140px;
	height: 120px;
	background: #f7f7f7;
	display: table;
	text-align: center;
}
.nav li:last-child{
	margin-right:0;
}
.nav li a{
	display: table-cell;
	vertical-align: middle;

}
.nav li img{
	height: 45px;

}
.nav li p{
	font-size: 16px;
	color: #333;
	margin-top:15px;


}
.notice_section{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.notice_section .notice_tit{
	width: 55px;
	height: 20px;
	padding: 17px 0;
	background: #00913a;
	float: left;
	padding-top: 18px;
	text-align: center;
}
.notice_right{
	width: 1144px;
	height: 53px;
	float: left;
	border:1px solid  #eee;
	border-left: 0;
}
.notice_slide{
	padding: 16px 25px;
	overflow: hidden;
}
.notice_slide .bd{
	overflow: hidden;
}
.notice_slide .bd ul li{
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 60px;
	width: auto !important;
}
.section{
	width: 100%;
	overflow: hidden;
}
.section.page1{
	margin-bottom: 35px;

}
.news_slide{
	float: left;
	width: 585px;
	height: 380px;
	overflow: hidden;
}
.news_slide img{
	width: 100%;
	height: 380px;

}
.news_slide .swiper-slide .news_tit{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 20px;
	padding-right: 140px;
	background: rgba(0,0,0,0.5);
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_slide .swiper-container-horizontal>.swiper-pagination-bullets{
	width: auto;
	right: 15px;
	bottom: 20px;

}
.news_slide .swiper-pagination{
	text-align: right;
}
.news_slide .swiper-pagination-bullet{
	background: #fff;
	opacity: 0.5;

}
.news_slide .swiper-pagination-bullet-active{
	opacity: 1;
}
.news_tab_slide{
	float: right;
	width: 590px;
	overflow: hidden;

}
.news_tab_slide .hd{
	width: 100%;
	height: 42px;
	border-top: 3px solid #00913a;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;

}
.news_tab_slide .hd li{
	width: 120px;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	font-weight:bold;
	cursor: pointer;
}
.news_tab_slide .hd li.on{
	background: #00913a;
	color: #fff;

}
.news_tab_slide .hd li .more{
	position: absolute;
	right: 10px;
	top: 0;
	font-weight: normal;
	font-size:14px;
	color: #00913a;
	display: none;
}
.news_tab_slide .hd li.on .more{
	display: block;
}
.news_tab_slide .news_text_list{
	width: 100%;
	height: 325px;
	overflow: hidden;
}
.news_tab_slide .news_text_list li{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #111;
	line-height: 32px;
}
.news_tab_slide .news_text_list li .date{
	float: right;
	color: #999;

}
.notice_slide .bd ul li a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_tab_slide .news_text_list li a{
	max-width: 70%;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_tab_slide .news_text_list li a span{
	margin-right: 5px;

}
.section.page2{
	margin-bottom: 35px;

}
.section.page2 h6{
	text-align: center;
	font-size: 18px;
	color: #00913a;
	margin-bottom: 25px;

}
.section.page2 p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
	text-indent: 2em;
}

.section.page3 .section_title{
	width: 100%;
	height: 42px;
	border-top: 3px solid #00913a;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;

}
.section.page3 .section_title .more{
	float: right;
	margin-right: 10px;
	line-height: 42px;
	font-size: 14px;
	color: #00913a;


}
.section.page3 .section_title h6{
	background: #00913a;
	color: #fff;
	width: 120px;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
}
.section.page3 .link_slide{
	width: 100%;
	/*height: 40px;*/
	overflow: hidden;
}
.section.page3 .link_slide li{
	width: 218px;
	height: 38px;
	border:1px solid #00913a;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 38px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;

}
.section.page3 .link_slide li:nth-child(5n+5){
	margin-right: 0;

}
.section.page3 .link_slide li a{
	display: block;
}
.section.page3 .link_slide li a:hover{
	background: #00913a;
	color: #fff;

}
.footer{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;

}
.foot_top{
	width: 100%;
	overflow: hidden;
	padding:11px 0;
	background: #12ab4f;

}
.foot_top p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 24px;

}
.foot_top p a{
	margin: 0 35px;

}
.foot_botm{
	width: 100%;
	overflow: hidden;
	padding:20px 0;
	background: #00913a;
	text-align: center;
}
.foot_botm p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;

}
.foot_botm .w1200{
	width: 555px;

}
.foot_left,.foot_right{
	display: inline-block;
	float: left;
	
}
.foot_left{
	margin-right: 35px;

}
.foot_left img{
	width: 100px;
	height: 100px;

}
.foot_right{
	margin-top: 28px;


}
.page_banner{
	width: 100%;
	overflow: hidden;
}
.page_banner img{
	width: 100%;
	height: 400px;

}
.breadNav{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666;

}
.breadNav span{
	margin:0 5px;
}
.page_content{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;

}
.sidenav{
	float: left;
	width: 270px;
	border:1px solid #f2f2f2;
	overflow: hidden;
}
.sidenav .sidenav_tit{
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
	line-height: 100px;
	text-align: center;
	background: #00913a;
	vertical-align: middle;
}
.sidenav .sidenav_tit img{
	margin-right: 10px;
	vertical-align: middle;

}
.sidenav ul,.sidenav ul li{
	width: 100%;
	overflow: hidden;
}
.sidenav ul li a{
	display: block;
	padding:20px 0;
	padding-left: 55px;
	padding-right: 35px;
	overflow: hidden;
	font-size: 16px;
	color: #00913a;
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/icon10.png) 235px center no-repeat;

}
.sidenav ul li a:hover,.sidenav ul li.active a{
	background: url(../images/icon10_2.png) 235px center no-repeat;
	background-size: 17px 17px;
}
.cont_right{
	float: right;
	width: 903px;
	border:1px solid #f2f2f2;
	overflow: hidden;
	min-height: 472px;

}
.cont_right_section{
	overflow: hidden;
	padding:30px;
	padding-bottom: 0;
}
.page_title{
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-bottom: 25px;
	overflow: hidden;
}
.news_list{
	width: 100%;
	/*overflow: hidden;*/
}
.news_list li{
	font-size: 14px;
	color: #111;
	line-height: 35px;
	overflow: hidden;
}
.news_list li:nth-child(5n+5){
	margin-bottom: 35px;

}
.news_text_section p, .news_text_section p span {
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	line-height: 2 !important;
}
.about_text_section p,.about_text_section p span{
	font-size: 16px !important;
	font-family: "微软雅黑" !important;
	line-height: 2 !important;


}
.about_text_section p img,.about_text_section img{
	max-width:100%

}
.news_list li a{
	display: block;
	max-width: 75%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.news_list li .date{
	float: right;
	color: #666;

}
.first_list{
	margin-bottom: 20px;

}
.first_list li{
	width: 100%;
	overflow: hidden;
	padding:20px 0;
	border-bottom: 1px dashed #ccc;
}
.first_list li img{
	width: 195px;
	height: 130px;
	float: left;

}
.first_list li .item_cont{
	width: 630px;
	float: right;
	margin-top: 10px;

}
.first_list li .item_cont h6{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.first_list li .item_cont .item_time{
	font-size: 16px;
	color: #666;
	margin-top: 5px;


}
.first_list li .item_cont .item_info{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
	overflow: hidden;
}
.news_content{
	overflow: hidden;
	margin:0 19px;
}
.news_text_section{
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #eee;

}
.news_text_section p img,.news_text_section img{
	max-width: 100%;
}
.about_content{
	margin:0 25px;
	overflow: hidden;
	padding-top: 25px;

}
.about_content .about_tit{
	font-size: 18px;
	color: #333;
	text-align: center;

}
.about_text_section{
	padding: 25px 0;
	overflow: hidden;
}
.about_text_section p{
	color: #333;

}
.news_list_text{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;

}
.news_list_text p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	text-indent: 2em;


}
.jquery-slider-wrapper {
	position: relative;
	clear: both;
	zoom: 1;
	width: 100% !important;
	height: 530px;

}
.jquery-slider-slide {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.jquery-slider-slide img {
	border: 0;
	margin: 0;
	padding: 0
}
.jquery-slider-slide-current {
	display: block;
	z-index: 2
}
.jquery-slider-slide-next {
	display: block;
	z-index: 1
}
.jquery-slider-selectors {
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left: 42%;
	z-index: 3;
	margin-left: auto
}
.jquery-slider-selector {
	background: url(../images/jquery-slider-theme.png) no-repeat 0 -70px;
	display: inline;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 0 0 5px;
	border-radius: 20px
}
.jquery-slider-selector-current {
	background: url(../images/jquery-slider-theme.png) no-repeat -16px -70px
}
.jquery-slider-selector span {
	display: none
}
.jquery-slider-control {
	display: none;
	right: 50%;
	top: 50%;
	position: absolute;
	cursor: pointer;
	width: 48px;
	height: 69px;
	margin-top: -34px;
	margin-right: -24px;
	z-index: 4
}
.jquery-slider-control span {
	display: none
}
.jquery-slider-control-play {
	background: url(../images/jquery-slider-theme.png) no-repeat -144px 0
}
.jquery-slider-control-pause {
	background: url(../images/jquery-slider-theme.png) no-repeat -96px 0
}
.jquery-slider-hovered .jquery-slider-control {
	display: none;
}
.jquery-slider-navigation {
	/* display: none; */
}
.jquery-slider-navigation-prev {
	background: url(../images/jquery-slider-theme.png) no-repeat 0 0;
	display: none;
	left: 0;
	top: 50%;
	position: absolute;
	cursor: pointer;
	width: 48px;
	height: 69px;
	margin-top: -34px;
	z-index: 4
}
.jquery-slider-navigation-prev span {
	display: none
}
.jquery-slider-navigation-next {
	background: url(../images/jquery-slider-theme.png) no-repeat -48px 0;
	display: none;
	right: 0;
	top: 50%;
	position: absolute;
	cursor: pointer;
	width: 48px;
	height: 69px;
	margin-top: -34px;
	z-index: 4
}
.jquery-slider-navigation-next span {
	display: none
}
.jquery-slider-hovered .jquery-slider-navigation-prev, .jquery-slider-hovered .jquery-slider-navigation-next {
	display: block
}
.jquery-slider-wrapper .caption {
	padding: 6px 10px;
	background: #333;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff
}
.jquery-slider-timer {
	color: #000;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
	display: none;

}
.jquery-slider-timer-bar {
	background: #000;
	opacity: .5;
	height: 3px;
	width: 0;
	float: left;
	display: inline
}





/*滑过样式*/
.notice_slide .bd ul li a:hover,.news_tab_slide .news_text_list li a:hover,.breadNav a:hover,.news_list li a:hover,.first_list li a:hover .item_cont h6,.NewsPages a:hover{
	color: #00913a;

}
