@charset "utf-8";
/* 通用样式 */

/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img/* img elements 图片元素 */ {
	margin: 0;
	padding: 0;
}
body {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
}
ul, li {
	list-style:none;
}
img {
	border:0px;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#bc2929;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.t_left {
	text-align:center;
}
.t_center {
	text-align:center;
}
.t_right {
	text-align:right;
}
h1 {
	font-size:14px;
	color:#666;
	line-height:31px;
	margin-left:10px;
}
.top10 {
	margin-top:10px;
}
/*************** Pagination ***************/

.pagination {
	text-align: right;
	margin-top:10px;
    padding: 4px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#999;
}
.pagination a {
	margin: 0 5px 0 0;
	padding: 3px 6px;
	color:#999;
}
.pagination a.number:hover {
	background: #0d97ef;
	border-color: #0d97ef !important;
	color: #fff !important;
}
.pagination a.number {
	border: 1px solid #ddd;
}
.pagination a.current {
	background: #0d97ef;
	border-color: #0d97ef !important;
	color: #fff !important;
}
.pagination a.current:hover {
	text-decoration: underline;
}
.warp {
	width:952px;
	margin:0 auto;
	overflow:hidden;
}
.container{
	width:962px;
	margin:0 auto;
	padding-left:10px;
	background:url(../images/qie_10.jpg) no-repeat left top;
}
.containerbg{
	padding-right:10px;
	background:url(../images/qie_12.jpg) no-repeat right top;
	}
.box {
	background-color:#fbfbfb;
	border:1px solid #eee;
	
}
.box .input{
	background:url(../images/a_20.gif) repeat-x;
	border:1px solid #ccc;
}
.box .head {
	height:28px;
	border-bottom:1px solid #999;
	padding-left:20px;
	background:url(../images/online_r3_c2.jpg) no-repeat 15px 12px;
}
.box .head h1 {
	line-height:28px;
	height:30px;
	font-size:13px;
	font-weight:bold;
	/*color:#bc2929;*/
	color:#333;
}
.box .tab{
	padding-left:8px;
}
.box .tab ul{
	height:29px;
	line-height:29px;
	margin-top:5px;
}
.box .tab ul li{
	float:left;
	width:111px;
	text-align:center;
}
.box .tab ul li a{
	color:#bc2929;
	display:block;
	font-size:13px;
	font-weight:bold;
}
.box .tab ul li a:hover,.box .tab ul .hover a{
	background:url(../images/a_41.gif) no-repeat;
	color:#fff;
}
.box .content {
	padding:10px;
	overflow:hidden;
}
.header {
	height:112px;
	overflow:hidden;
	background-color:#fff;
}
.header .logo {
	width:357px;
}
.header .top {
	width:330px;
}
.header .top .sethome {
	height:30px;
	margin-top:20px;
	text-align:right;
}
.header .top .tel {
	height:51px;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}
.header .top .tel span{
	font-size:20px;
	color:#60b54e;
}
/*主导航*/

.nav {
	height:36px;
	line-height:36px;
	background-color:#5b3872;
}
.nav ul {
	height:36px;
	line-height:36px;
}
.nav ul li {
	float:left;
	width:107px;
	overflow:hidden;
	text-align:center;
}
.nav ul li a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:block;
	line-height:36px;
}
.nav ul li a:hover {
	background-color:#60b54e;
	display:block;
	color:#5b3872;
	text-decoration:none;
}
.nav .a_nobg a:hover {
	background:none;
}
/*尾部*/
.copyright { height:103px; border-top:2px solid #5b3872; background-color:#f1f1f1; color:#666;  margin-top:10px;}
.copyright a { color:#666; margin:0px 5px}
.copyright a:hover { color:#c00;}
.copyright_box {width:952px; height:103px; margin:0 auto; }
.copyright_l { float:left; width:750px; height:103px; }
.copyright_l img{
	display:block;
	float:left;
	width:226px;
	height:103px;
}
.copyright_s { padding-top:20px;}
.copyright_ss {line-height:30px; float:left;}
.copyright_r { float:right; width:200px; text-align:center; padding-top:16px; }
.fanhui { padding-top:5px; clear:both}
.zztj {padding-top:5px; clear:both
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */