@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
	font-family: "宋体", "微软雅黑", "新宋体", "仿宋_GB2312";
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 12px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1200px;
}

.box {
	width: 1200px;
	margin: 0 auto;
}

/*分页样式*/

.fanye {
	border-top: none;
	height: auto;
	padding: 8px;
	min-width: 480px;
	text-align: center;
	margin: 0 auto;
}

.fanye span {
	display: inline-block;
	left: 0px;
	position: relative;
	top: 0;
	border: none;
	font-size: 12px;
	margin-left: 10px;
}

.fanye a {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	background: url(../images/w3c_tt.png) repeat-x left top;
	border-radius: 3px;
	margin: 0 10px;
	font-size: 12px;
}

.fanye a:hover {
	color: #2267b5;
	background: url(../images/w3c_ttt.png) repeat-x left top;
}

.fanye .thisclass {
	display: inline-block;
	padding: 0 10px;
	line-height: 25px;
	height: 25px;
	color: #2267b5;
	font-weight: bold;
	border: 1px solid #ccc;
	background: url(../images/w3c_ttt.png) repeat-x left top;
	border-radius: 3px;
}

.fanye .pageinfo {
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	background: url(../images/w3c_tt.png) repeat-x left top;
}

.fanye .last {
	color: #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	background: url(../images/w3c_tt.png) repeat-x left top;
	border-radius: 3px;
}

/*上下篇的样式*/
.preAndNext {
	margin: 15px 15px 15px 25px;
	border-top: dotted 1px #968E8E;
	;padding: 5px;
}

.preAndNext li {
	height: 20px;
	line-height: 20px;
	color: #808080;
}

.preAndNext li a {
	color: #000;
	text-decoration: none;
}

.preAndNext li a:hover {
	color: #f00;
}

.arcInfo {
	height: 45px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: dotted 1px #666;
}

.flexslider { margin: 0px auto; position: relative; width: 100%; height: 340px; overflow: hidden; zoom: 1; }
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 35px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=50); }
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1;  *display: inline;
}
.flex-control-paging li a { background: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:340px; display: block; }


.top {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
/*.tel {
	background: url(../images/tel.png) no-repeat 0;
	height: 62px;
	width: 380px;
}
.tel span {
	font-size: 26px;
	font-family: "Arial";
	color: #009a2d;
	display: block;
	margin-top: 20px;
	margin-left: 40px;
}*/
.nav {
	height: 50px;
	background: #24804f;
}
.nav ul {
	height: 50px;
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.nav li {
	height: 50px;
	line-height: 50px;
}
.nav li a {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	padding: 0 23px;
	display: block;
}
.nav li:hover {
	background: #1c683f;
}
.nav li:hover a{
	color: #fff;
}
.main {
	background: #f5f5f5;
	padding-top: 50px;
	padding-bottom:60px;
}
.main_1f {
	background: #fff;
	height: 380px;
	width: 1170px;
	margin: 0 auto;
	padding: 15px;
}
.pname {
	height: 50px;
	margin-top: 15px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 30px;
}
.pname h1 {
	font-family: "微软雅黑";
	color: #24804f;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 2px solid #24804f;
	display: block;
	float: left;
	font-weight: normal;
}
.pname a {
	font-family: "微软雅黑";
	color: #24804f;
	font-size: 14px;
	display: block;
	float: right;
	line-height: 50px;
}
.exlist {
	height: 255px;
	width: 1170px;
}
.exlist ul {
	zoom:1;
	overflow: hidden;
}
.exlist ul li {
	float: left;
	width: 144px;
	height: 250px;
	margin-right: 26px;
	margin-left: 25px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.exlist li img {
	width: auto;
	height: 100%;
	max-width: 144px;
	max-height: 178px;
	display: inline;
}
.exlist li h1 {
	font-size: 14px;
	font-family:"微软雅黑";
	color: #333;
	font-weight: normal;
	line-height: 30px;
}
.exlist li p {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 20px;
	/*height: 40px;
	overflow: hidden;*/
}
.exlist li:hover h1 {
	text-decoration: underline;
	color: #24804f;
}
.excon {
	background: #24804f;
	position: absolute;
	height: 128px;
	width: 120px;
	top:0;
	padding: 25px 12px;
	overflow: hidden;
	display: none;
}
.excon span{
	font-size: 12px;
	font-family: "微软雅黑";
	color: #fff;
	display: block;
	height: 128px;
	line-height: 25px;
	overflow: hidden;
}
.exlist li:hover .excon{
	display: block;
}
.main_2f {
	height:320px;
	margin-top: 50px;
}
#about {
	width: 750px;
	height: 260px;
	float: left;
	background: #fff;
	padding: 30px 15px;
}
#about img {
	width: 363px;
	height: 260px;
	float: left;
	margin-right: 25px;
}
#about h1 {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #24804f;
	font-weight: normal;
	float: right;
	width: 360px;
	margin-bottom: 20px;
}
.about {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	line-height: 30px;
	float: left;
    width: 360px;
    height: 210px;
    overflow: hidden;
}
.xw {
	width: 370px;
	height: 260px;
	background: #fff;
	float: right;
	padding: 30px 15px;
}
.hd {
	height: 50px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 5px;
}
.hd  ul li {
	float: left;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 50px;
	padding: 0 10px;
}
.hd ul li:first-child {
	background: url(../images/hx.jpg) no-repeat right center;
}
.xw .hd ul li.on{ 
	border-bottom:2px solid #24804f; 
	color: #24804f;
}
.xw .bd ul{ 
	zoom:1;  
}
.xw .bd li{ 
	height:40px; 
	line-height:40px;  
	border-bottom: 1px dashed #cfcfcf; 
	background: url(../images/dian.jpg) no-repeat 0;
	padding-left: 10px;
}
.xw .bd li a {
	font-size: 14px;
	font-family: "宋体";
	color: #555;
	width: 290px;
	float: left;
	overflow: hidden;
	height: 40px;
}
.xw .bd li span{ 
	float:right; 
	color:#999; 
	font-size: 14px;
	font-family: "宋体";
}
.xw .bd li:hover a ,.xw .bd li:hover span{
	color: #fa1c27;
}
.main_3f {
	margin-top: 50px;
	height: 330px;
	padding: 30px 15px;
	background: #fff;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.zz {
	width: 810px;
	height: 348px;
	margin-top: 40px;
}
.zz ul li {
	float: left;
	width: 251px;
	height: 297px;
	background: #24804f;
	position: relative;
}
.zz li img {
	width: 251px;
	height: 257px;
}
.zz li span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	height: 40px;
	text-align: center;
	display: block;
}
.lookmore {
	display: none;
	width: 251px;
	height: 256px;
	background: #24804f;
	position: absolute;
	top: 0;
	z-index: 999;
}
.lookmore a {
	line-height: 2;
    display: block;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
    padding: 15px;
    height: 210px;
    overflow: hidden;
}
.zz li:hover .lookmore {
	display: block;
}
.main_4f {
	height: 290px;
	background: #fff;
	margin-top:50px;
	padding: 30px 15px;
}
.honorlist {
	width: 1170px;
	height: 160px;
}
.honorlist {
	zoom:1;
	overflow: hidden;
}
.honorlist ul li {
	float: left;
	margin-left: 14px;
	overflow: hidden;
}
.honorlist li img {
	width: 220px;
	height: 160px;
}
.honorlist li:hover img {
	transition: 1s;
	transform:scale(1,1); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1,1); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari 和 Chrome */
	-o-transform:scale(1.2,1.2); 
}
.footer {
	height: 325px;
	background: #333;
}
.foot {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.contact p,.contact a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.contact a:hover {
	color: #fd2525;
}
.fnav {
	height: 180px;
	width: 347px;
	border-left: 1px solid #8a8a8a;
	border-right: 1px solid #8a8a8a;
}
.fnav ul li {
	float: left;
	margin-left: 70px;
	height: 30px;
	line-height: 30px;
	width: 70px;
}
.fnav li a {
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
.fnav li a:hover {
	color: #ff9f9f;
}
.flx li {
	float: left;
	width: 134px;
	height: 170px;
	margin-right: 40px;
}
.flx li img {
	width: 134px;
	height: 134px;
}
.flx li span {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 35px;
	height: 35px;
}
.fgd {
	background: url(../images/footer.jpg) no-repeat top center;
	height: 62px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
.fgd ul {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.fgd ul li {
	float: left;
	height: 62px;
}

/*子页样式*/
.maina {
	background: #fffffe;
	min-height: 500px;
}
.sidebar {
	width: 230px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.sidebar h3 {
	height: 100px;
	width: 230px;
	background: url(../images/sidebg.jpg) no-repeat top center;
	line-height: 100px;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.sidebar ul {
	width: 230px;
	margin: 0 auto;
	margin:5px auto 15px;
}
.sidebar ul li {
	height: 45px;
	border: 1px solid #e3e3e3;
	line-height: 45px;
	text-align: center;
	background: #ece9e9;
	margin-bottom: 3px;
}
.sidebar li a {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	/* background: url(../images/jt.png) no-repeat 210px; */
}
.sidebar li:hover {
	background: #24804f;
}
.sidebar li:hover a {
	color: #fff;
	/* background: url(../images/xjt.png) no-repeat 210px; */
}
.conright {
	float: left;
	width: 900px;
	margin-top: 30px;
	padding-bottom: 20px;
	margin-left: 50px;
}
.map {
	height: 49px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 49px;
	margin-bottom: 25px;
}
.map .tname {
	font-family: "微软雅黑";
	color: #333;
	font-size: 20px;
	float: left;
}
.map .dq,.map .dq a {
	font-size: 12px;
	font-family: "宋体";
	color: #808080;
}
.map .dq {
	background: url(../images/xjt.png) no-repeat 0;
	padding-left: 20px;
	float: right;
}
.map .dq a:hover {
	color: #d31102;
}
.prolist,.newlist,.pagecon {
	width: 900px;
	min-height:580px;
}
.prolist  ul li {
	float: left;
	width: 283px;
	height: 240px;
	border: 1px solid #b5b5b5;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 5px;
	margin-bottom: 50px;
	overflow: hidden;
}
.prolist li img {
	max-height: 190px;
	display: inline;
	margin: 5px 0;
}
.prolist li span {
	line-height: 30px;
	text-align: center;
	display: block;
	font-family: "宋体";
	color: #333;
	font-size: 14px;
}
.prolist  li:hover span {
	color: #0068b7;
}
.newlist ul li {
	background: #f3f3f3;
	height: 50px;
	margin-bottom: 18px;
	padding: 15px;
}
.newlist li .rq {
	width: 60px;
	height: 50px;
	border-right: 1px solid #b5b5b5;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
}
.newlist .rq .day{
	font-family: "微软雅黑";
	font-size: 26px;
	color: #666;
	display: block;
	line-height: 30px;
	text-align:center;
}
.newlist .rq .date {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 30px;
	display:block;
}
.newlist li h1 {
	font-size: 16px;
	font-family: "宋体";
	color: #333;
	line-height: 30px;
	display: block;
	float: left;
    width: 757px;
    height: 30px;
    overflow: hidden;
}
.newlist li p {
	font-family: "宋体";
	font-size: 12px;
	color: #999;
	line-height: 30px;
	height: 30px;
	width: 760px;
	overflow: hidden;
}
.newlist li:hover h1 {
	color:#0068b7;
}
.content {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	line-height: 35px;
	text-indent:2em;
}
.tit {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
}
.info {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}





