@charset "utf-8";
/* CSS Document */
/*CSS重置*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h3 {
	font-style: normal;
	padding: 0;
	margin: 0;
}
ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, span, b, u, s, i {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;/*ie6*/
}
*+html .clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
input, textarea {
	outline: none;
	border: 0px;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
} /*去掉a标签超链接的虚线框*/
a:link {
	text-decoration: none;
	color: #535353;
}
a:visited {
	text-decoration: none;
	color: #535353;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #535353;
}
/*body*/
body {
	margin: 0px;
	color: #535353;
	font-size: 12px;
	font-family: Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;
	background: #fff;
}
/*topBox*/
.topBox {
	width: 100%;
	background: #cbcbcb;
}
.top {
	width: 1180px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	color: #656565;
}
.top_fl {
	width: 210px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-left: 30px;
}
.top_fr {
	width: 520px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-right: 20px;
}
.top_fr ul {
	width: 410px;
	float: left;
}
.top_fr li {
	float: left;
}
.top_fr ul a {
	padding: 0 15px;
	border-right: 1px #808080 solid;
}
.top_fr .lastA {
	border-right: none;
}
.top_fr img {
	display: block;
	float: left;
	margin: 3px 0 0 20px;
}
/*headerBox*/
.headerBox {
	width: 100%;
}
.header {
	width: 1180px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}
.header_fl {
	width: 750px;
	height: 80px;
	line-height: 80px;
	float: left;
	overflow: hidden;
}
.header_fl h1 {
	width: 290px;
	height: 80px;
	float: left;
	margin-left: 55px;
}
.header_fl p {
	width: 360px;
	float: right;
	font-size: 14px;
}
.header_fr {
	width: 250px;
	height: 80px;
	line-height: 80px;
	float: right;
	margin-right: 60px;
	color: #016c0e;
	font-weight: 18px;
	font-weight: bold;
	font-size: 18px;
}
/*navBox*/
.navBox {
	width: 100%;
	height: 35px;
	background: url(../images/navBox_bg_05.png) repeat-x;
}
.nav {
	width: 1180px;
	line-height: 33px;
	margin: 0 auto;
}
.nav ul {
	width: 950px;
	margin: 0 auto;
}
.nav li {
	float: left;
}
.nav a {
	padding: 0 20px;
	border-right: 1px #fff solid;
	color: #fff;
	font-size: 14px;
}
.nav .lastA {
	border-right: none;
}
.nav li:hover {
	background: url(../images/nav_icon_03.png) no-repeat top;
}
/*bannerBox*/
.bannerBox {
	width: 100%;
}
.banner {
	width: 1180px;
	height: 450px;
	margin: 0 auto;
}
.flexslider {
	position: relative;
	height: 450px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 450px;
}
.flex-control-nav {
	position: absolute;
	bottom: 30px;
	z-index: 999;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot_03.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
/*searchBox*/
.searchBox {
	width: 100%;
}
.search {
	width: 1180px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	overflow: hidden;
}
.search_fl {
	width: 400px;
	float: left;
	margin-left: 50px;
}
.search_fl p {
	display: inline-block;
	font-size: 14px;
	float: left;
}
.search_fl a {
	color: #333;
	display: inline-block;
}
.search_fr {
	width: 400px;
	float: right;
	margin-right: 0px;
	margin-top: 15px;
}
.search_fr input {
	width: 250px;
	border: 1px #666 solid;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
	border-radius: 6px;
	float: left;
}
.search_fr button {
	width: 30px;
	height: 30px;
	background: url(../images/search_btn_03.png);
	border-radius: 4px;
	display: inline-block;
	float: left;
	margin-left: 10px;
}
/*btm_navBox*/
.btm_navBox {
	width: 100%;
	height: 30px;
	background: url(../images/navBox_bg_05.png) repeat-x;
	margin-top: 30px;
}
.btm_nav {
	width: 1180px;
	line-height: 30px;
	margin: 0 auto;
}
.btm_nav ul {
	width: 950px;
	margin: 0 auto;
}
.btm_nav li {
	float: left;
}
.btm_nav a {
	padding: 0 20px;
	border-right: 1px #fff solid;
	color: #fff;
	font-size: 14px;
}
.btm_nav .lastA {
	border-right: none;
}
.btm_nav li:hover {
	background: url(../images/nav_icon_03.png) no-repeat top;
}
/*footerBox*/
.footerBox {
	width: 100%;
}
.footer {
	width: 1180px;
	height: 150px;
	margin: 0 auto;
}
.footer ul {
	margin-top: 40px;
}
.footer li {
	text-align: center;
	line-height: 24px;
}


.hot{ overflow:hidden; margin:20px;}
.hot ul li{ height:180px; line-height:30px;}
.hot ul li img{ width:160px; height:160px;}

.zklist{ overflow:hidden; margin-top:15px;border: 1px solid #D5D5D5;border-radius:4px; font-family:"宋体";}
.zklist-T{background: url("../images/tit1.gif") repeat-x scroll 0% 0% transparent;height: 32px;line-height: 32px;font-weight: bold; text-indent:12px;}
.zklist-C{ overflow:hidden; margin-top:30px; margin-bottom:30px;}
.zklist-C ul li{ width:45%; height:25px; line-height:25px; overflow:hidden; float:left; margin-right:2%; margin-left:2%; }
.zklist-C ul li a{ float:left; width:75%;}
.zklist-C ul li span{ float:right; text-align:right;}
