@charset "utf-8";
/*通用导航样式设置*/
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:active {
	color: #000;
	text-decoration:none;
}
img {
	border:none;
}
body{
	padding: 0px;
	color: #000;
	font-size: 14px;
	font-family: Microsoft YaHei, "微软雅黑", Lucida, Verdana, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	word-break: break-all;
}
p{

}

.main_width_controller {
	width: 100%; 
	height: auto;
	overflow: hidden;
	clear: both;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#header {
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
	width: 100%;
	padding: 0px;
	overflow:hidden;
	clear: both;
}
#banner {
	background-color: #ffffff;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	height: auto;
	width: 100%;
	padding: 0px;
	clear: both;
}
#container {
	background-color: #fefefe;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	height: auto;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	clear: both;
}
#bottom {
	font-weight: normal;
	font-style: normal;
	height: auto;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding-bottom: 76px;
	text-align: center;
	background-color: #f7f7f7;
}
#header_middle, #header_bottom{
	background-color: #ffffff;
	width: 100%;
	margin: 0px;
	clear: both;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#header_bottom {
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
/*header_middle导航样式设置*/
.header_middle_left_contentblock {
	color: #FFFFFF;
	background-color:#FFF;
	overflow: hidden;
	float: left;
	width: 100%;
	padding-left:8px;
	padding-top:14px;
	padding-bottom:12px;
	background:-webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#f0f0f0));
	background:-moz-linear-gradient(#fafafa,#f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#f0f0f0');
}
.header_middle_left_contentblock a{
	color: #FFFFFF;
}
.header_middle_left_contentblock a:hover{
	text-decoration: none;
}
.header_middle_left_contentblock a:active{
	text-decoration: none;
}
.uplogo{
	font-size: 30px;
	line-height:30px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	width: auto;
	font-weight: bold;
	font-family: "Times New Roman",  Georgia,  Times, serif;
}
.downlogo{
	font-size: 22px;
	line-height:30px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	width: auto;
	font-weight: bold;
	font-family: "Times New Roman",  Georgia,  Times, serif;
}
.main_navi_left{
	float:left;
	width:auto;
	overflow:hidden;
	padding-left:8px;
}
.main_navi_right{
	float:right;
	width:auto;
	overflow:hidden;
	padding-top:15px;
	margin-right:12px;
}
.header_navi, .bm_navi{
	width: auto;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	margin: 0px;
}
.header_navi li, .bm_navi li {
	overflow: hidden;
	clear:both;
	width: 100%;
	list-style:none;
	float:left;
	padding-top: 0px;
	padding-bottom: 0px;
}
.header_navi li a, .bm_navi li a, .data_li_title {
	color: #000000;
	height: 60px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 60px;
	float: left;
	overflow: hidden;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	background-color: #F5F5F5;
	background:-webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#EEEEEE));
	background:-moz-linear-gradient(#f4f4f4,#EEEEEE);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#EEEEEE');
}
.header_navi li a:hover{
	text-decoration: none;
	color: #000;
	background-color: #F5F5F5;
}
.header_navi li a:active{
	text-decoration: none;
	color: #000;
	background-color: #F5F5F5;
}
.header_navi_active{
	height: 60px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8ECAFF;
}
.bm_navi li a {
	color: #000;
	border-bottom-color: #aaa;
	background:-webkit-gradient(linear,0 0,0 100%,from(#D3E2F5),to(#A8C6ED));
	background:-moz-linear-gradient(#D3E2F5,#A8C6ED);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3E2F5',endColorstr='#A8C6ED');
}
.bm_navi li a:hover{
	text-decoration: none;
	color: #000;
	border-bottom-color: #aaa;
}
.bm_navi li a:active{
	text-decoration: none;
	color: #000;
}
.header_middle_left_contentblock_uplogo{
	color: #333333;
	font-size: 12px;
	height: 34px;
	margin-right: 0px;
	line-height: 42px;
	overflow: hidden;
	width: auto;
	clear: both;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006;
}
.header_middle_left_contentblock_downlogo{
	color: #333333;
	font-size: 12px;
	height: 26px;
	margin-right: 6px;
	line-height: 24px;
	overflow: hidden;
	width: auto;
	clear: both;
}
/*header_bottom导航样式设置*/
.header_rcd_navi{
	font-size: 12px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
.header_rcd_navi li {
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width: auto;
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	list-style:none;
}
.container_2row_contentblock2_banner{
	background-color: #fefefe;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	height: auto;
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.title{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	color: #005bac;
	padding-left: 10px;
	margin-top: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005bac;
}
.row_table{
	width: 100%;
	padding: 4px;
	}
.row_table td{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0073DB;
}
.row_table_ul{
	text-align: left;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-size: 14px;
}
.row_table_ul li{
	text-align:left; 
	overflow: hidden;
	list-style:none;
}

/*主页banner样式设置*/
#banner_contentblock {
	background-color: #0099FF;
	margin: 0px;
	font-size: 76px;
	height: auto;
	line-height: 360px;
	width: 100%;
	padding: 0px;
	clear: both;
	overflow: hidden;
	font-weight: bold;
	color: #CCC;
	background-image: url(../images/banner_bg1.png);
	background-repeat: repeat;
}
.prodcut_sq_table{
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
	padding-top: 26px;
	padding-bottom: 20px;
}
.prodcut_sq_table td{
	text-align: left;
	line-height: 30px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.ypsq_title{
	text-align: right;
	width:96px;
	float:left;
}
.lyb_title{
	text-align: left;
	width: 48px;
	float: left;
}
.ypsq_nr{
	text-align: left;
	float:left;
}
.prodcut_xilie_table{
	width: 100%;
	padding-left: 0px;
	padding-right: 6px;
}
.prodcut_xilie_table td{
	text-align: left;
	line-height: 24px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.xilie_icon{
	float: left;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
}
.xilie_header_container{
	float: left;
	overflow: hidden;
	padding-top: 14px;
	padding-bottom:10px;
}
.xilie_title{
	line-height:28px;
	font-weight:bold; 
}
.xilie_about{
	line-height:18px;
}
.xx_on{
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	float:left;
}
.xx_on li {
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	list-style: none;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.xx_on li a {
	text-align: center;
	color: #333333;
	background-color: #BFD9FF;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.xx_on li a:hover {
	width: auto;
	color: #ffffff;
	background-color: #0066FF;
}
.xx_on li a:active {
	width:auto; 
	text-decoration: none;
	color: #ffffff;
	background-color: #003399;
}
.xx_on_active {
	text-align: center;
	width: auto;
	text-decoration: none;
	color: #ffffff;
	background-color: #003399;
	padding-right: 20px;
	padding-left: 20px;
}
.xx_on_ok {
	text-align: center;
	width: auto;
	text-decoration: none;
	color: #000;
	background-color: #BFD9FF;
	padding-right: 20px;
	padding-left: 20px;
}
.xx_on_title {
	text-align:left;
	text-decoration: none;
	height: 24px;
	width:100%;
	line-height: 24px;
	margin-right: 0px;
	clear:both;
	float: left;
	overflow: hidden;
	list-style: none;
}
.xx_on_off {
	text-align: center;
	width: auto;
	text-decoration: none;
	color: #bbbbbb;
	background-color: #eeeeee;
	padding-right: 20px;
	padding-left: 20px;
}
.title_cpzx{
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../../images/14_14_lan.png);
	margin-top:12px;
	margin-bottom:2px;
	padding-left:18px;
	padding-bottom:2px;
}
.cpxx_on, .cpxx_active, .cpxx_off{
	width: 177px;
	height: 20px;
	line-height: 20px;
	border-left-width: 36px;
	border-left-style: solid;
	margin-top: 6px;
	margin-bottom: 6px;
}
.cpxx_active{
	border-left-color:#F96400;
}
.cpxx_on{
	border-left-color: #BFD9FF;
}
.cpxx_off{
	border-left-color: #BBBBBB;
}
.jianjie{
	width: auto;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
	line-height:22px;
	text-align: left;
	clear: both;
}
.prodcut_table, .news_table, .yjsm_table{
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-bottom:4px;
	padding-left:0px;
}
.table_title_bg{
	color: #FFF;
	background: -webkit-gradient(linear,0 0,0 100%,from(#0065BF),to(#005bac));
	background: -moz-linear-gradient(#0065BF,#005bac);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065BF',endColorstr='#005bac');
}
.prodcut_table td, .news_table td{
	height:auto;
	line-height:20px;
	text-align:left;
	margin: 0px;
	padding: 0px;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	border:0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.news_table td{
	text-align: left;
	padding-left: 12px;
}
.prodcut_table_mouseover{
	color: #FFF;
	background-color: #999;	
}
.yjsm_table{
	width: 100%;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin-bottom:10px;
}
.yjsm_table td{
	text-align:center;
	margin: 0px;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:6px;
	border:0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
/*列内容样式设宽度控制容器 */
.side_nave_row{
	color: #333333;
	width: auto;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 2px;
}
.nave_title_line{
	padding-top: 16px;
	padding-bottom:16px;
	text-align:left;
	width:100%;
	float:left;
	clear:both;
	background-color:#FFF;
}
.side_nave_title1{
	font-size:16px;
	color:#C00;
	padding-left: 8px;
}
.side_nave_title2{
	font-size:16px;
	padding-left: 10px;
}
.side_nave_lb{
	font-size:16px;
	padding-left: 8px;
}
.side_nave_title3{
	font-size:16px;
	margin-left:20px;
}
.side_nave_title3{
	font-size:14px;
}

.side_nave_hr{
	width: 100%;
	height: 1px;
	background-color: #005bac;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top:10px;
	margin-bottom:0px;
}
.side_nave_ct{
	width: 100%;
	height: auto;
	border-bottom:0px solid #ccc; 
}
.side_navi, .side_navi_product{
	padding: 0px;
	margin-left: 0px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
}
.side_navi li, .side_navi_product li{
	width:auto; 
	text-align:left; 
	border-bottom:0px dashed #CCC; 
	margin-bottom:2px;
	list-style:none;
	overflow: hidden;
	float:left;
	clear:both;
}
.side_navi li a, .side_navi_product li a  {
	color: #000;
	height: 20px;
	line-height: 20px;
	float: left;
	overflow: hidden;
	width: 100%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0099FF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.side_navi li a:hover, .side_navi_product li a:hover{
	width: auto;
	color: #FF0000;
	background-color: #eeeeee;
	border-left-color: #993300;
}
.side_navi li a:active, .side_navi_product li a:active{
	width:auto; 
	text-decoration: none;
	color: #ffffff;
	background-color: #005500;
	border-left-color: #993300;
}
.side_navi_active, .side_navi_product_active{
	color: #003399;
	height: 20px;
	line-height: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #993300;
	padding-left: 2px;
	padding-right: 2px;
}
.select{
	height:36px;
	line-height:36px;
	float:left;
	padding-left:8px;
	clear:both;
}
.selecting{
	background:-webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#d7d7d7));
	background:-moz-linear-gradient(#f4f4f4,#d7d7d7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#d7d7d7');
	height: 46px;
	line-height: 46px;
	float: left;
	padding-left: 8px;
	color: #000;
	border-bottom-color: #aaa;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
}
.lxwm_us{
	width:100%; 
	padding:10px 0px 4px 4px;
	list-style-type: none;
}
.lxwm_us li{
	text-align: left;
	line-height: 30px;
	border-bottom: 0px dashed #CCC;
	margin-bottom: 4px;
}
.lxwm_us li span{
	float:left; 
	width:25px; 
	height:24px; 
	padding:4px 0px 4px 4px;
}
.title_xlcs{
	height: 20px;
	line-height: 20px;
	width: 100%;
	color: #000000;
	padding-left: 10px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #005bac;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #005bac;
}
.title_xqli{
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(../../images/14_14_lan.png);
	margin-top:12px;
	margin-bottom:2px;
	padding-left:18px;
	padding-bottom:2px;
}
.nr{
	padding-left:10px;
	padding-right:10px;
}
/*页脚样式设置*/
.bottom_blank{
	height: 40px;
	line-height:40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right:28px;
	float: right;
	color: #003;
}
.bottom_left_contentblock{
	color: #ffffff;
	line-height: 26px;
	overflow: hidden;
	float: left;
	width: auto;
	padding-left: 4px;
}
.bottom_navi{
	width:auto; 
	padding:10px 0px 10px 0px;
	color:#000;
	text-align:center;
}
.bottom_navi li {
	overflow: hidden;
	width: auto;
	float:left;
	list-style:none;
	text-align:center;
}
.bottom_navi li, .bottom_navi li a {
	height: 16px;
	padding-left: 4px;
	line-height: 16px;
	float: left;
	overflow: hidden;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	text-align:center;

}
.bottom_navi li a:hover{
	text-decoration: none;
}
.bottom_navi li a:active{
	text-decoration: none;
}
#Foo_fooMenu{
	background:-webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#d7d7d7));
	background:-moz-linear-gradient(#f4f4f4,#d7d7d7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#d7d7d7');
	border-top:1px solid #D9D9D9;
	bottom:0;
	height:60px;
	font-size:13px;
	position:fixed;
	width:100%;
	z-index:10;
}
#Foo_fooMenu a{
	color:#666;
	display:block;
	float:left;
	width:25%;
	text-align:center;
}
#Foo_fooMenu span{
	background-image: url(../images/public.png);
	background-size: 500px;
	display: block;
	height: 35px;
	margin: 3px auto 0;
	width: 33px;
}
#Foo_fooMenu a:nth-child(1) span{
	background-position:-127px -187px;
}
#Foo_fooMenu a:nth-child(2) span{
	background-position:-65px -9px;
}
#Foo_fooMenu a:nth-child(3) span{
	background-position:-182px -8px;
}
#Foo_fooMenu a:nth-child(4) span{
	background-position:-243px -7px;
}
#Foo_fooMenu a.msg span{
	background-position:-125px -6px;
}
