.banner-Box {
	width: 100%;
	height: 318px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}



.banner-Box .hd {
	position: absolute;

	bottom: 20px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.banner-Box .hd ul {

	zoom: 1;
}

.banner-Box .hd ul li {

	margin: 0 8px;
	width: 40px;
	height: 4px;
	line-height: 4px;
	font-size: 0;
	text-align: center;
background: #FFFFFF;

	cursor: pointer;
	display: inline-block;
}

.banner-Box .hd ul li:last-child {
	margin-right: 0;
}

.banner-Box .hd ul li.on {

	background: #ffc104;
	border: none;
	position: relative;

	/* transition: all 0.3s ease; */
}

.banner-Box .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-Box .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner-Box .bd li a {
	display: block;
	width: 100%;
	height: 318px;
}

.banner-Box .bd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.banner-Box .bd span {
	position: absolute;
	bottom: 0;
	background: url(../images/title_bg.png);
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}

.banner-Box .bd h1 {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 10px
}

.relative {
	position: relative;
}


/*content*/

.box1{
	background: url(../images/box1_bg.png) no-repeat center;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding-bottom: 40px;
}
/*轮播图*/
.slideBox2 {
	width: 585px;
	height: 390px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.slideBox2 .hd {
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 12px;
	z-index: 2;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox2 .hd ul li {
	float: left;
	margin-right: 18px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	background: #FFFFFF;
	cursor: pointer;
}

.slideBox2 .hd ul li.on {
	background: #f8b72c;
	color: #fff;
}

.news_bt {
	width: 585px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 40px;
}

.slideBox2 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox2 .bd img {
	width: 100%;
	height: 390px;
	display: block;
	/*object-fit: cover;*/
		transition: 0.6s all;
}
.slideBox2 .bd ul li:hover img{
	transform: scale(1.1,1.1);
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox2 .prev,
.slideBox2 .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox2 .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox2 .prev:hover,
.slideBox2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox2 .prevStop {
	display: none;
}

.slideBox2 .nextStop {
	display: none;
}

/*轮播图*/
.news{
	margin-top: 30px;
	width: 585px;
}
.news .title{
	width: 585px;

	border-bottom: 1px solid #008C44;

	height: 38px;
	
}
.news .title h2{
	background: #008c44;
	color: #FFFFFF;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	font-size: 20px;
}
.news .title a{
	width: 68px;
	height: 24px;
	text-align: center;
	margin-top: 7px;
	font-size: 14px;
	color: #AAAAAA;
	border: 1px solid #e5e5e5;
}
.news .title a:hover{
	background: #008C44;
	border: none;
	color: #FFFFFF;
	transition: all 0.3s ease;

}

.news .news_list{
	margin-top: 20px;
}
.news .news_list ul li{
	height: 73px;
	
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 12px;
}
.news .news_list ul li:last-child{
	margin-bottom: 0;
}
.news .news_list ul li:hover{
	border-bottom: 1px solid #008C44;
	transition: all .3s;
	-webkit-transition: all .3s;
	
}
.news .news_list ul li:hover a{
	color: #008C44;
	
}
.news .news_list ul li:hover span{
	border: 1px solid #008C44;
	/* color: #008C44; */
	
}
.news .news_list ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;

}
.news .news_list ul li span{
	display: block;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #cecece;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}



/*part02*/
.part02{
	width: 100%;
	padding: 40px 0 10px 0;
	background: url(../images/box2_bg.png) no-repeat top center;

	background-size: cover;
	min-width: 1200px;
}
.part02 .title{
	width: 100%;


	height: 38px;
	background: url(../images/title_bg.png) no-repeat;
	position: relative;
}
.part02 .title h2{
	
	color: #FFFFFF;
	/* padding: 0 20px; */
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	width: 100%;

}

.part02 .title a{
	width: 68px;
	height: 24px;
	text-align: center;
	margin-top: 7px;
	font-size: 14px;
	color: #AAAAAA;
	border: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.part02 .title a:hover{
	background: #008C44;
	border: none;
	color: #FFFFFF;
	transition: all 0.3s ease;

}
.part02-list {
	overflow: hidden;
	margin-top: 20px;
}
.part02-list ul li{
	width: 380px;
	margin-bottom:30px;

	float: left;
	margin-right: 30px;
	position: relative;

}
.part02-list ul li:nth-child(3n){
	margin-right: 0;
}
.part02-list ul li:hover .p{
	border: 1px solid #008C44;
}
.part02-list .date {
	width: 80px;
	height: 70px;
	color: #00144b;
	text-align: center;
	background: #fff;
	border: 1px solid #cecece;
	position: absolute;
	top: 14px;

	left: 0;
}

.part02-list .date b {
	font-size: 24px;
	display: block;
	line-height: 42px;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
	width: 70px;
	margin: 0 auto;
}

.part02-list .date i {
	font-style: normal;
	font-size: 14px;

}
.part02-list ul li .p{
	font-size: 16px;
	color: #434343;

	line-height: 30px;
	transition: 0.4s all;
	background: #fff;
	border: 1px solid #cecece;
	padding: 19px 19px 19px 50px;
	width: 334px;
height:100px;
	box-sizing: border-box;
	margin-left: 46px;
	float: left;
}
.part02-list ul li p{
	font-size: 16px;
	color: #434343;

	line-height: 30px;
	
}


.part02-list ul li:hover h3{
	color: #00144b;
}




/* box3 */
.box3{
	width: 100%;
	min-width: 1200px;
	background: url(../images/box3_bg.png) no-repeat center;
	overflow: hidden;
	padding: 40px 0;
	background-size: cover;
}
.box3 .title{
	width: 585px;

	border-bottom: 1px solid #008C44;

	height: 38px;
	
}
.box3 .title h2{
	background: #008c44;
	color: #FFFFFF;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	font-size: 20px;
}
.box3 .title a{
	width: 68px;
	height: 24px;
	text-align: center;
	margin-top: 7px;
	font-size: 14px;
	color: #AAAAAA;
	border: 1px solid #e5e5e5;
}
.box3 .title a:hover{
	background: #008C44;
	border: none;
	color: #FFFFFF;
	transition: all 0.3s;

}


.xshd .news_list{
	width: 585px;
	margin-top: 20px;
}
.xshd .news_list li{
	height: 70px;
	margin-bottom: 20px;
	border: 1px solid #008C44;
	padding: 10px 20px;
	box-sizing: border-box;
}
.xshd .news_list li:hover{
	background: #FFFFFF;
	box-shadow: 10px 10px 24px #cdcdcd;
	border: none;
	transition: 0.4s all;
}
.xshd .news_list li:last-child{
	margin-bottom: 0;
}
.xshd .news_list .txt{
	width: 78%;
}

.xshd .news_list li:hover a{
	color: #00144b;
}
.xshd .news_list .txt a{
	font-size: 16px;
	color: #434343;
}
.xshd .news_list .txt p{
	color: #888888;
	font-size: 14px;
	line-height: 30px;
}
.xshd .news_list .date {
	float: left;
	width: 78px;
	height: 50px;
	line-height: 50px;
	color: #666666;
	border-right: 1px solid #008C44;
	padding-right: 20px;

}



.xshd .news_list .date i {
	font-style: normal;
	font-size: 14px;
	text-align: right;
	float: right;
}
.xshd .news_list .date div{
	width: 46px;
	height: 1px;
	float: right;
	background: #f8b72c;
	margin-top: 8px;
}


.xzzx .news_list{
	margin-top: 20px;
}
.xzzx .news_list ul li{
	height: 60px;
	background: url(../images/icon_down.png) no-repeat left 6px;

	margin-bottom: 12px;
	padding-left: 27px;
}
.xzzx .news_list ul li:last-child{
	margin-bottom: 0;
}
.xzzx .news_list ul li:hover{
	background: url(../images/icon_down_on.png) no-repeat left 6px;
	transition: all .3s;
	-webkit-transition: all .3s;
	
}
.xzzx .news_list ul li:hover a{
	color: #008C44;
	
}

.xzzx .news_list ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;

}
.xzzx .news_list ul li span{
	display: block;



	color: #666666;
	font-size: 14px;
	margin-top: 4px;
}