﻿
body{
 margin:0;
 padding:0;
 background-color:#FFFFFF;
 font-size:12px;
 color:#666666;
 font-family: "宋体",Arial, Helvetica, sans-serif;
}

#menu ul{
 padding:0;
 border:0;
 list-style:none;
 line-height:150%;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 15px;
}
/*主导航菜单*/
#menu_out{
 width:955px;
 padding-left:4px;
 margin-left:auto;
 margin-right:auto;
 background:url(images/left.gif) no-repeat left top;
}
#menu_in{
 background:url(images/right.gif) no-repeat right top;
 padding-right:4px;
}
#menu{
 background:url(images/bg.gif) repeat-x;
 height:73px;
}
.menu_line{
 background:url(images/line.gif) no-repeat center top;
 width:8px;
}
.menu_line2{
 background:url(images/line2.gif) no-repeat center top;
 width:15px;
}
#nav{
 padding-left:20px;
}
#nav li{
 float:left;
 height:35px;
}
#nav li a{
 float:left;
 display:block;
 padding-left:6px;
 height:35px;
 background:url(images/on_left.gif) no-repeat left top;
 cursor:pointer;
 text-decoration:none;
}
#nav li a span{
 float:left;
 padding:11px 14px 10px 10px;
 line-height:14px;
 background:url(images/on_right.gif) no-repeat right top;
 font-size:14px;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
 background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
 background-position:right 100%;
 color:#333333;
 text-decoration:none;
 padding:14px 14px 7px 10px;
}
/*子栏目*/
#menu_con{
 text-align:left;
 padding-left:20px;
 clear:both;
}
#menu_con li{
 float:left;
 height:22px;
 margin-top:8px;
}
#menu_con li a{
 display:block;
 float:left;
 background:url(images/on_left2.gif) no-repeat left top;
 cursor:pointer;
 padding-left:3px;
}
#menu_con li a span{
 float:left;
 padding:6px 10px 4px 10px;
 line-height:12px;
 background:url(images/on_right2.gif) no-repeat right top;
}
#menu_con li a:hover{
 text-decoration:none;
 background:url(images/on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
 background:url(images/right2.gif) no-repeat right bottom;
}

#a {
 width: 970px;
 font-size: 14px;
 text-align: center;
 color: #000000;
 margin-right: auto;
 margin-left: auto;
 margin-top: 0px;
 margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.logooo {
	width: 955px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	margin-top: 4px;
}
.flash1 {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
.indextext {
	text-indent: 25px;
	line-height: 25px;
	color: #959595;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
}
.bottom {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.footer {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.flash2 {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
/*以下是产品页面的内容部分样式*/
.fenge {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/fen.gif);
	background-repeat: no-repeat;
	text-indent: 60px;
	height: 26px;
	padding-top: 5px;
}
.flash1 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 955px;
}
.xiahuaxian {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6D6D5;
}
.tdbian {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "宋体";
	color: #333333;
	line-height: 1.8;
}
.tdge {
	border: 1px solid #D2DBE4;
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	height: 30px;
	width: 100%;
	vertical-align: middle;
}
/*以下是左侧折叠式菜单样式*/
#warp {
	width:200px;
	height:auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.menu_master {
    border:1px solid #ccc;
    padding:5px 10px;
    margin-bottom:2px;
    cursor:pointer;
    font-weight:bold;
    color:#666;
}
.menu_master img { vertical-align:middle; }
.sub_menu { display:none; }
.sub_menu ul, .sub_menu ul li {
    margin:0;
    padding:0;
    list-style:none;
}
.sub_menu ul li a {
    margin:0 0 3px 10px;
    padding:3px 0 2px 25px;
    background:url('arrow_001.gif') no-repeat 5px center;
    display:block;
    height:18px;
    border-bottom:1px solid #eee;
    color:#666;
    text-decoration:none;
}
.zhaopin {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#xinwenlb {
	margin-top: 10px;
	margin-bottom: 10px;
}

.flash1 #table1 {
	line-height: 1.5;
}
.webmap {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #D2DBE4;
}
.fuwu {
	line-height: 1.8;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#table1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2DBE4;
	margin-top: 10px;
	margin-bottom: 20px;
}
.imgtd {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.news {
	line-height: 25px;
	text-indent: 24px;
	margin-bottom: 20px;
}.cpss {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B6D6D5;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.table_bg {
	BACKGROUND: #f6f6f6
}
.table_bg .t_title {
	FONT-WEIGHT: bold; WIDTH: 80px; TEXT-ALIGN: right
}
.shengming {
	line-height: 1.8;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#table1 {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2DBE4;
}

#menu_out #menu_in #menu #menu_con #qh_con2 {
	margin-left: 135px;
}
#menu_out #menu_in #menu #menu_con #qh_con3 {
	margin-left: 120px;
}
#menu_out #menu_in #menu #menu_con #qh_con4 {
	margin-left: 340px;
}
#menu_out #menu_in #menu #menu_con #qh_con5 {
	margin-left: 380px;
}
#menu_out #menu_in #menu #menu_con #qh_con6 {
	margin-left: 530px;
}
#menu_out #menu_in #menu #menu_con #qh_con7 {
	margin-left: 670px;
}
#menu_out #menu_in #menu #menu_con #qh_con8 {
	margin-left: 770px;
}