@charset "utf-8";
/* CSS Document */


*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding: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;transition: all 0.3s ease-out 0s;}
a:active {text-decoration: none; color: #535353;}
a.more:link { text-decoration: 
	none;color: #FFFFFF;
}
a.more:visited {text-decoration: none; 
	color: #FFFFFF;
}
a.more:hover { text-decoration: none; 
	color: #FFFFFF;
}
a.more:active {text-decoration: none; 
	color: #FFFFFF;
}
body {margin: 0px; 
	color:#262626; 
	font-size: 12px; 
	font-family:微软雅黑,Arial, Helvetica, sans-serif;
	background:#fff;
}

/*header*/
.headerbox{border-top:#0555aa 10px solid;
	width:100%;
	overflow:hidden;
}
.topbox{width:1180px; margin:0 auto; overflow:hidden;}
.top{ width:240px; 
	height:25px; 
	float:right;
	border-radius:0 0 10px 10px;
	line-height:23px;
	background:#0555aa;
	padding-right:10px;
	 box-sizing: border-box;
}
.top a{ float:right; 
	margin:0 5px; 
	color:#fff;
	   
}
.top a:hover{text-decoration:underline;}
.header{width:1180px;
	margin:30px auto;
	overflow:hidden;
}
.logo{float:left;
	width:266px;
	height:82px;
}
.by{float:left;
	margin:5px 0 0 80px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:30px;
	letter-spacing:2px;
	width:450px;
	text-align:center;
}
.tel{float:right;
	background:url(../images/tel.png) no-repeat left center;
	width:180px;
	height:73px;
	font-size:14px;
	line-height:25px;
	padding-left:80px;
	box-sizing: content-box;
}
.tel span{padding:10px 0 0 0; display:block;}
.tel b{font-size:24px;
	font-style:italic;
	color:#0555aa;
}


/*nav*/
.navbox{width:100%;
	height:45px;
	background:#0555aa;
	overflow:hidden;
}
.nav{width:1180px;
	margin:0 auto;
}
.nav ul li{float:left;
	width:107px;
	height:45px;
}
.nav ul li a{display:block;
	width:107px;
	height:45px;
	text-align:center;
	line-height:45px;
	color:#fff;
	font-size:15px;
}
.nav ul li a:hover{background:#00aeba;}








/*foot*/
.footer{width:100%; background:#0555aa; padding:20px 0; overflow:hidden; color:#fff; text-align:center;line-height:25px;}
.foot{width:1180px; background:#0555aa; padding:20px 0; overflow:hidden; color:#fff; text-align:center;margin:0 auto; line-height:25px;}
.foot a{color:#fff; font-size:14px;}
.foot a:hover{text-decoration:underline;}
.menu{border-bottom:1px dotted #999999; padding-bottom:10px;}
.foot_text{margin:10px 0 0 0;}
.foot_text img{margin:0 5px;}
.foot_text a{color:#fff; font-size:12px;}

.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;}	
.main .main_right .cateslist1{ margin-top:12px; overflow:hidden}
.main .main_right .cateslist1 dl{border:1px solid #d5d5d5; border-radius:4px; overflow:hidden;_float:left }
.main .main_right .cateslist1 dl dt{ background:url(../images/tit1.gif) repeat-x; height:32px; padding-left:12px; line-height:32px; font-weight:bold;}
.main .main_right .cateslist1 dl dd{ float:left; margin:12px 7px; width:200px; _margin:12px 16px; }
.main .main_right .cateslist1 dl dd .img{ width:200px; height:180px;}
.main .main_right .cateslist1 dl dd .img img{ width:200px; height:180px; border:1px solid #d5d5d5;}
.main .main_right .cateslist1 dl dd .img a:hover img{ border:#000 1px solid}
.main .main_right .cateslist1 dl dd .txt{ height:30px; line-height:30px; text-align:center;}


























