/* CSS Document */

body {
	color: #333;
	font-size: 12px;
	background: url(/files/img/bg.gif) repeat-x scroll 0 0 #1A2942;
}
body, ul, li, p, h1, h2, h3, h4, h5, h6, dd, dl, dt, div, form, input, select, a {
	padding: 0;
	margin: 0;
}
select, input, img, botton {
	vertical-align: middle;
}
ul, li {
	list-style: none;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
a {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color:#C61118;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
}
.blue {
	color: #427BBD;
}
.italic {
	font-style: italic;
}
input {
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #DDDDDD;
	color: #555555;
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
}
.cont
{
	width:990px;
	padding:0 7px 7px;
	background-color:#fff;
	margin:0 auto;
}
.cctit
{
    font-weight: bold;
    height: 38px;
    line-height: 28px;
    overflow: hidden;
    text-indent: 13px;
    width: 100%;
	color:#fff;
	background:url(/files/img/new02.jpg) 0 0 no-repeat;
	font-family: "Microsoft YaHei","SimHei";
	font-size:15px;
}
.cctit a,.cctit a:hover
{
	color:#fff;
	text-decoration:none;
}
.cctit span {
    float: right;
    margin-top: 4px;
}
/*头部*/
/*主导航菜单*/
#nav{
	background: url(/files/img/log1.gif) repeat scroll 0 0 transparent;
    height: 46px;
    overflow: hidden;
    width: 990px;
}
#nav li{
	color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bolder;
    height: 46px;
    line-height: 3.6;
    text-align: center;
    width: 88px;
}
#nav li a{
	color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bolder;
    height: 46px;
    line-height: 3.6;
    text-align: center;
    width: 88px;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background: url(/files/img/22.gif) no-repeat scroll center 10px transparent;
}
#nav li a:hover
{
	text-decoration:none;
}
/*子栏目*/
#menu_con{
    background: url(/files/img/i1.gif) repeat scroll 0 0 transparent;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    height: 39px;
    width: 968px;
	padding-left:20px;
}
#menu_con li{
	float:left;
	cursor:pointer;
	padding-left:3px;
	padding:6px 10px 4px 10px;
	line-height:12px;
	margin-top:8px;
}
/*网站底部*/
.foot {
    background: url(/files/img/18.gif) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 33px;
    margin-top:20px;
    padding-top: 20px;
    width: 990px;
	text-align:center;
}
/* 客服QQ样式 */
#qqonline_float{width:111px;position:fixed;*_position:absolute;right:10px;top:100px;}
#qqonline_float .qq-top{background:url("/files/img/qq-top.gif") no-repeat;height:59px;}
#qqonline_float .qq-bottom{background:url("/files/img/qq-bottom.gif") no-repeat;height:26px;}
#qqonline_float .qq-list{background:url("/files/img/qq-middle.jpg") repeat-y;}
#qqonline_float .myqq{text-align:center;padding-top:3px;padding-bottom:3px;}
/*分页*/
.pagelist {
    margin: 5px auto;
    padding: 5px 0;
    text-align: center;
}
.pagelist a {
    border: 1px solid #DDDDDD;
    color: #666666;
    font-weight: bold;
    margin: 0 2px;
    padding: 3px 8px;
}
.pagelist a.hover {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #093892;
}