@charset "utf-8";

/* CSS Document */



body, h1, h2, h3, h4, ul, li, a, input {

	margin: 0;

	padding: 0;

	font-family: microsoft yahei;

}

div, a {

	font-size: 12px;

	color: #323232;

}

h1, h2, h3, h4, p {

	margin: 0;

	padding: 0;

}

img {

	border: none;

	vertical-align: middle;

}

em {

	font-style: normal;

}

a {

	text-decoration: none;

}

ul, li, dl, dt, dd {

	list-style: none;

	margin: 0;

	padding: 0;

}

body {

	overflow-x: hidden;

}

/*头部*/

#head{

	height:108px;

}

.head{

	width:1141px;

	margin:0 auto;

	position:relative;

}

.logo{

	float:left;

	width:430px;

	z-index:9999;

	position:absolute;

	top:-32px;

	left:0;

}

#top{

	height:32px;

	border-bottom:1px solid #dedede;

}

.top{

	width:1141px;

	margin:0 auto;

}

.top h3{

	color:#757575;

	margin:6px 0 0 275px;

	width:260px;

	float:left;

	font-weight:normal;

}

.topr{

	float:right;

}

.call{

	/*background:url(../images/call.png) no-repeat right center;*/

	height:19px;

	width:276px;

	margin-top:25px;

	margin-left:320px;

}

/*导航*/

.menu{	

	margin-top:15px;

}

.menu ul{

	height:33px;

}

.menu ul li{

	float:left;

	width:100px;

	height:33px;

	line-height:33px;

	text-align:center;

	position: relative;

	margin-left:0px;

}

.menu ul li a{

	color:#000000;

	display:block;

	height:33px;

	line-height:33px;

	font-size:15px;

	font-weight:bold;

	text-decoration:none;

	

}



.menu ul li a:hover,.menu ul li a.hover{

	background:url(../images/nav_ho.jpg) no-repeat;

	color:#FFF;

	height:33px;

}

.sn{

	float:right;

	color:#757575;

	margin-top:6px;

	padding-left:75px;

	

}

.sn a{

	color:#757575;

	

}

/*轮播图*/

#banner{

	width:1002px;

	margin:0 auto;

	height:449px;

	position:relative;

}

.banner{

	width:1680px;

	position:absolute;

	height:449px;

	top:0;

	left:-339px;

	z-index:99px;

}



#main{

	width:1680px;

	height:449px;

	overflow:hidden;

	position:relative;

	margin:0 auto;

	}

#main .box{

	width:1680px;

	height:449px;

	box-shadow:0px 0px 5px #ddd;

	margin:0px auto;

	overflow:hidden;

	position:relative;

	}

#main .box img{

	width:1680px;

	height:449px;

	position:absolute;

	left:0px;

	top:0px;

	opacity:1;

	filter:alpha(opacity=100);

	}

#main .page{

	width:100px;

	height:6px;

	position:absolute;

	bottom:60px;

	right:790px;

	}

#main .page a{

	display:inline-block;

	width:14px;

	height:14px;

	background:url(../images/num_a.png) no-repeat 0px 0px;

	margin:0px 8px;

	color:#FFF;

	text-decoration:none;

	text-align:center; 

	text-indent:-9999px;

	}

#main  .page a.active{

	background:url(../images/num_b.png)no-repeat 0px 0px;

}





/*主体*/

/*最新公告*/

.zx{

	height:111px;

}



.BreakingNewsController h4{

	font-size:14px;

	float:left;

	font-weight:normal;

	color:#FFF;

	

}

.zxn {

	position:relative;

	margin:0 auto;

	width:998px;

	

}

.zxnn{

	width:998px;

	position:absolute;

	height:111px;

	top:-40px;

}

.BreakingNewsController {

	width:100%;

	overflow:hidden;

	height:auto;

	position:relative;

	/*opacity: 0.5;*/

	filter:alpha(opacity=50);

	/*background:rgba(20, 20, 20, 0.4) none repeat scroll 0 0 !important;*/

	background:url(../images/zx_bg.png) no-repeat;

	height:111px;



}

.BreakingNewsController .bn-title {

	display:inline-block;

	float:left;

	line-height:50px;

	height:50px;

	color:#FFF;

	font-size:17px;

	font-weight:bold;

	margin: 5px 0 0 50px;



}

.BreakingNewsController ul {

	padding:0;

	margin:5px 0 0 40px;

	display:block;

	list-style:none;

	position:absolute;

	left:180px;

	right:50px;

}

.BreakingNewsController ul li {

	list-style:none;

	padding:15px 20px 0 20px;

	display:none;

	width:600px;

	float:left;

}

.BreakingNewsController ul li a {

	text-decoration:none;

	color:#333;

	display:inline-block;

	overflow:hidden;

	padding:0;

	font-size:14px;

}

.BreakingNewsController ul li span{

	color:#fff;

	display:inline-block;

	overflow:hidden;

	padding:0;

	font-size:14px;

	float:right;

}

.BreakingNewsController .bn-arrows {

	display:inline-block;

	float:left;

	width:50px;

	position:absolute;

	right:0;

	top:0;

	bottom:0;

}

.BreakingNewsController .bn-arrows span {

	display:block;

	width:24px;

	height:24px;

	position:absolute;

	top:0;

	bottom:0;

	cursor:pointer;

	opacity:1;

}

.BreakingNewsController .bn-arrows span:hover {

	opacity:1;

}

.BreakingNewsController .bn-arrows-left {

	left:0;

	background:url(../images/sleft.jpg) left center no-repeat;

	width:24px;

	height:24px;

}

.BreakingNewsController .bn-arrows-right {

	right:2px;

	background:url(../images/sright.jpg) right center no-repeat;

	width:24px;

	height:24px;

}

.easing a, .easing span {

transition:.25s linear;

-moz-transition:.25s linear;

-webkit-transition:.25s linear;

}



.con1{

	width:1102px;

	margin:0 auto;

}

.con1t{

	background:url(../images/cp_t.png) no-repeat center top;

	height:52px;

	font-size:15px;

	color:#727272;

	text-align:center;

	padding-top:35px;

}

.con1u{

	margin-top:25px;

}

.leftLoopa {

}

.leftLoopa .hda {

	height: 50px;

	position: relative;

}

.leftLoopa .hda a {

	display: block;

	position: absolute;

	width: 43px;

	height: 51px;

	cursor: pointer;

	position: absolute;

	top: 100px;

	z-index: 99;

}

.leftLoopa .hda a.prev {

	left: 0;

	background:url(../images/left.jpg) no-repeat 0px 0px;

}

.leftLoopa .hda a.next {

	background:url(../images/right.jpg) no-repeat 0px 0px;

	right: 0;

}

.leftLoopa .bda {

	width: 999px;

	overflow: hidden;

	margin: 0 auto;

}

.leftLoopa .bda ul {

}

.leftLoopa .bda ul li {

	float: left;

	width: 232px;

	height: 213px;

	margin-left: 10px;

}

.leftLoopa .bda ul li a {

	display: block;

	text-align: center;

	float: left;

	width: 232px;

}

.leftLoopa .bda ul li a img {

	width:232px;

	height:161px;

}

.leftLoopa .bda ul li a:hover {

	color: #FFF;

	font-size: 16px;

}

.leftLoopa .bda ul li a p {

	height: 44px;

	line-height: 44px;

	text-align: center;

	color: #000;

	font-size: 13px;

}

.con2{

	background:url(../images/con3_bg.jpg) no-repeat center;

	height:344px;



	

}

.con3{

	width:1002px;

	margin:0 auto;

	height:auto;

	overflow:hidden;

	padding-top:60px;

}

.con3l{

	width:374px;

	float:left;

}

.con3lt,.con3rt{

	background:url(../images/hh.jpg) no-repeat left bottom;

	border-bottom:1px solid #bbbbbb;

	height:35px;

}

.con3lt h4,.con3rt h4{

	width:100px;

	float:left;

	font-size:20px;

	color:#000000;

	font-weight:bold;

}

.con3lt h4 span,.con3rt h4 span{

	color:#02783e;

}

.more{

	float:right;

	width:76px;

	margin:10px 0 0 0;

}

.con3lu{

	/*background:url(../images/gy.jpg) no-repeat;*/

	/*padding-top:160px;*/

	margin-top:20px;

	

}

.con3lu h4{

	font-size:16px;

	font-weight:bold;

	color:#02783e;

}

.con3lu p{

	color:#606060;

	font-size:13px;

	font-weight:normal;

	line-height:23px;

	margin-top:5px;

	height:90px;

	overflow:hidden;

}

.con3lu span{

	color:#ff9b26;

	font-size:13px;

	display:block;

	margin-top:5px;

}

.con3r{

	width:570px;

	float:right;

}

.con3ru{

	padding-top:20px;

	height:132px;

}

.con3ru_img{

	width:175px;

	float:left;

}

.con3ru_img img{

	width:175px;

	height:130px;

}



.con3rut{

	float:right;

	width:365px;

	margin:0 10px 0 0;

}

.con3rut p{

	margin-top:8px;

	font-weight:bold;

}

.con3rut p a{

	font-size:16px;

	text-align:left;

	margin-top:30px;

	color:#000000;

	line-height:35px;



}

.con3rut span{

	font-size:13px;

	color:#717171;

	line-height:23px;

	height:70px;

	overflow:hidden;

	display:block;

	margin-top:5px;

}





.bd{ height:100px; margin:10px 0 10px 0;}

.bd ul{overflow: hidden;overflow: hidden; padding-top:10px; }

.bd ul li{position: relative; width: 540px; height: 29px;line-height: 29px;overflow: hidden;float: left; background:url(../images/yy.jpg) no-repeat left; padding-left:25px;}

.bd ul li a,.bd ul li a:hover{color: #484848; font-size:13px; font-weight:normal;}

.bd ul li span{position: absolute;right: 0;top: 0;line-height: 29px; color:#717171;}



/**底部**/

#footer{

	background:url(../images/footer_bg.jpg) no-repeat center;

	height:230px;

	margin-top:40px;

}

.footer{

	width:1002px;

	margin:0 auto;

	padding-top:35px;

}

.footerl{

	background:url(../images/ewm.jpg) no-repeat;

	width:153px;

	height:153px;

	float:left;

}

.footerc{

	float:left;

	margin-left:35px;

	width:560px;

}

.footerc h4{

	background:url(../images/tel.png) no-repeat left;

	padding-left:40px;

	color:#028b47;

	margin:15px 0 0 10px;

}

.footerc h4 em{

	font-size:29px;

	font-family:Impact;

	padding-left:10px;

}

.smenu{

	width:560px;

	margin-top:20px;

	height:20px;

}

.smenu ul li{

	float:left;

	background:url(../images/li_bg.jpg) no-repeat center right;

	width:76px;

	height:20px;

	line-height:20px;

	text-align:center;

}

.smenu ul li a,.footerc p{

	font-size:15px;

	color:#333333;

	font-weight:bold;

}

.footerc p{

	line-height:25px;

	margin:15px 0 0 10px;

}

.footerr{

	background:url(../images/slogo.png) no-repeat right;

	width:220px;

	height:66px;

	float:right;

	margin-top:60px;

}

/*列表页面*/

.fycon{

	width:1002px;

	margin:0 auto;

	margin-top:30px;

	margin-bottom:20px;

	height:auto;

	overflow:hidden;

}

.fyconl{

	width:230px;

	float:left;

}

.fycp{

	width:230px;

}

.fycpt{

	height:60px;

	background:url(../images/hh.jpg) no-repeat bottom left;

	border-bottom:#CCC 1px solid;

}





.fycpt h3{

	font-size:20px;

	color:#000;

	font-weight:bold;

	padding:15px 0px 0px 0px;

}

.fycpt span{

	color:#02783e;

	font-weight:bold;

}

.fycpt em{

	font-size:15px;

	color:#919191;

	font-style: normal;

	font-weight: normal;

	padding-left: 10px;

	

}



.fycpu ul li{

	height:50px;	

	text-align:center;

	line-height:50px;

	border-bottom: #CCC 1px dashed;

}

.fycpu ul li a{

	color:#000000;	

	border-radius:2px;

	line-height:50px;

	display:block;

	text-align:center;

	font-size:16px;

}

.fycpu ul li a:hover,.fycpu ul li a.hover{

	color:#fff;

	background:#ff9b26;

	text-align:center;

	font-weight:bold;

}

.fylx{

	width:230px;

	height:316px;

	margin-top:20px;

}

.fylxt{

	height:60px;

	background:url(../images/hh.jpg) no-repeat left bottom;

	border-bottom:#CCC 1px solid;

	

}

.fylxt h4{

	font-size:18px;

	color:#000;

	font-weight:normal;

	padding:15px 0px 0px 0;

}

.fylxt em{

	font-size:15px;

	color:#919191;

	font-style: normal;

	font-weight: normal;

	padding-left: 10px;

	

}



.fylxu{

	/*background:url(../images/lx_bg.jpg) no-repeat;*/

	width:220px;

	height:256px;

	color:#666;

	line-height:30px;

	padding:10px 0px 0px 10px;

	margin-right:20px;

}

.fylxu span{

	font-size:14px;

	text-align:center;

	font-weight:bold;

}



.fyconr{

	float:right;

	margin-bottom:20px;

	box-shadow: 0px 0px 10px 2px #DEDEDE inset;

}

.fyconrt{

	width:750px;

	height:60px;

	background:#e9e9e9;

	

}

.fycontt{

	height:60px;

	background:#eaeaea;

	box-shadow: 0px 0px 10px 2px #DEDEDE inset;

}

.fycontt h3{

	font-size:20px;

	color:#000;

	font-weight:normal;

	padding:15px 0px 0px 33px;

}



.fyconru{

		

		width:750px;

		height:auto;

		border-top:none;

		overflow:hidden;

		height:auto;

		margin-bottom:20px;

		

}

.fyconrus{

	

	width:750px;

	height:auto;

	border-top:none;

	

}

.fyconrus ul{

	margin:0;

	padding-top:8px;

	}



.fyconrus ul li{

	line-height:30px;

	border-bottom:1px dashed #e9e9e9;

	padding:0px 0px 0px 10px;

	position:relative;

	margin:0px 20px 8px 20px;

	background:url(../images/yy.jpg) no-repeat left;

	overflow:hidden;

	height:auto;

	



}

.fyconrus ul li span{

	position:absolute;

	right:0;

	top:0;

	color:#999;

}

.fyconrus ul li a{

	color:#464646;

	padding-left:15px;

}

.dqwz{

	float:right;

	color:#464646;

	margin:20px 15px 5px 0px;

}

.dqwz a{

	color:#464646;

	text-decoration:none;

}



.ny_cp{padding:20px 0px 0px 20px;}

.ny_cp ul li{margin-right: 25px; border: 2px solid #c9c9c9;width:212px;height: 261px;float: left;margin-bottom: 20px;}

.ny_cp ul li a{display: block;text-align: center; color:#545454}

.ny_cp ul li a .pic{ overflow: hidden;display: table-cell;background: #fff;text-align: center;vertical-align: middle;}

.ny_cp ul li a img{max-width: 212px;max-height: 228px;}

.ny_cp ul li a p{height: 33px;line-height: 33px; background:#ff9b26; color:#FFF; font-size:14px; width:214px;}

.ny_cp ul{height: auto;overflow: hidden;padding-left: 4px;}

.ny_cp ul li a .pic{width:212px;height: 228px;}

.ny_cp ul li a .pic img{max-width: 212px;max-height:228px;}



.show_t{

	text-align:center;

	padding:25px 0px 0px 0px;

	border-bottom:#CCC 1px dashed;

}

.show_t h1{

	color:#007b44;

	margin:0;

	font-size:24px;

	}

.show_t h5{

	color:#464646;

	font-weight:normal;

	line-height:20px;

	margin:10px 0px 10px 0px;

	}

.show_c{

	padding:10px 15px 10px 15px;

	color:#464646;

	border-bottom:#CCC 1px dashed;

	line-height:2em;

}

.show_c img{

	max-width:700px;

	padding:10px 15px 10px 15px;

}

.show_u{

	text-align:left;

	padding:10px 15px 10px 0px;

}

.show_u ul li{

	list-style:none;

	text-decoration:none;

	color:#464646;

	border-bottom:#CCC 1px dashed;

	height:30px;

	line-height:30px;

	margin:0px 20px 0px 20px;

}

.show_u ul li a{

	color:#464646;

}

.show_u ul li a:hover{

	text-decoration:underline;

	color:#464646;

}



.page_conru{

	color:#464646;

	padding:35px 15px 40px 15px;

	font-size:14px;

	line-height:20px;

}

.page_conru img{

	max-width:700px;

	padding:15px 15px 40px 15px;

}



/*分页*/

.fenye{text-align: center;margin: 20px 0 30px;}

.fenye ul{height: auto;overflow: hidden;}

.fenye span,.fenye a{display: inline-block;padding: 0 9px;margin: 0 2px;background: #ddd;border-radius: 2px;height: 26px;line-height: 26px;text-align: center; color:#000;}

.fenye span.current{background: #07914d; color: #fff;}

.fenye a:hover{background: #07914d;color: #fff;}