﻿/*公共部分*/
body,div,form,input,select,table,td,span,h1,h2,h3,h4,img,ul,li	{
	margin:0px;
	padding:0px;
	font-size:12px;
	border:0px;
}
body	{
	background-color:white;
}
a	{
	color:#006699;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
.ViewBorder {
	BORDER-RIGHT: #cccccc 1px dashed; BORDER-TOP: #cccccc 1px dashed; MARGIN: 5px 5px 5px 24px; BORDER-LEFT: #cccccc 1px dashed; WIDTH: auto; BORDER-BOTTOM: #cccccc 1px dashed
}
.fb14 {
	font-size: 14px;
	font-weight: bold;
	color: #206018;
}
/*定义部分*/
.Center	{
	width:960px;
	margin:0px auto;
}
/*------头部：logo------*/
.header{
	height:85px;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#3886BF,endColorStr=#054A84);*/
	background-image:url('../Images/Bg_Header.gif');
	background-repeat:repeat-y;
}
.Logo	{
	width:320px;
	height:85px;
	float:left;
	margin:0px 20px;	
	line-height:85px;
	vertical-align:middle;
	background-image:url('../Images/Logo_CM.gif');
	background-position:left center;
	background-repeat:no-repeat;
}
.Logo a	{
	width:320px;
	height:85px;
	display:block;
}
.Logo h1	{
	display:none;
}
.Logo img	{
	margin:22px 0px;
}
.header .Img	{
	width:490px;
	height:85px;
	background-image:url('../Images/Bg_Header_Img.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	float:right;
}
.header .Img .link	{
	filter:Alpha(Opacity=50, FinishOpacity=50, Style=3, StartX=0, StartY=0, FinishX=130, FinishY=24);
	background-image:url('../Images/Bg_Header_menu.gif');
	background-position:center top;
	background-repeat:no-repeat;
	width:130px;
	height:24px;
	line-height:24px;
	float:right;
	margin-right:20px;
	text-align:center;
}
.header .Img .link a	{
	color:black;
}
/*-----导航：Nav -----*/
.Nav	{
	height:30px;
	line-height:30px;
	vertical-align:middle;
	padding-left:10px;
}
.Nav a	{
	line-height:30px;
	vertical-align:middle;
	margin:0px 5px;
}
/*------菜单：menu------*/
/*
.menu{
	height:30px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3886BF,endColorStr=#054780);
	border:1px #fff solid;
	border-left:0px;
	border-right:0px;
}
*/
/*------内容：content------*/
.container{
	height:300px;
	margin:10px auto;
	padding:10px 0px;
}
.container ul	{
	width:342px;
	height:300px;
	display:block;
	float:left;
}
.container li	{
	width:110px;
	height:70px;
	display:block;
	float:left;
	margin:0px 6px 6px 0px;
	padding:0px;
}
.container .li01	{
	background:url('../Images/Bg_Index_Pro_list_01.gif') no-repeat center center;
}
.container .li02	{
	background:url('../Images/Bg_Index_Pro_list_02.gif') no-repeat center center;
}
.container .li03	{
	background:url('../Images/Bg_Index_Pro_list_03.gif') no-repeat center center;
}
.container .li04	{
	background:url('../Images/Bg_Index_Pro_list_04.gif') no-repeat center center;
}
.container .Hover	{
	background:url('../Images/Img_Index_Pro_list_00.gif') no-repeat center center;
	vertical-align:middle;
	line-height:70px;
	height:70px;
}
.container .Hover img	{
	width:106px;
	height:66px;
	margin:0px 2px;
}
.container .No_R	{
	margin-right:0px;
}
.container .No_B	{
	margin-bottom:0px;
}
.container ul li img	{
	border:0px;
	margin:0px;
	padding:0px;
	margin-bottom:-6px;
	width:110px;
	height:70px;
}
.container .ProView	{
	width:610px;
	height:300px;
	float:right;
	background:url('../Images/Bg_Index_ProView.gif') no-repeat left center;
}
/*------底部：foot------*/
.footer{
	height:130px;
	background-color:#C4CED8;
}
.footer ul	{
	line-height:130px;
	vertical-align:middle;
	display:block;
	float:left;
}
.footer li	{
	height:130px;
	line-height:130px;
	display:block;
	float:left;
	vertical-align:middle;
	margin:0px 20px;
}
.footer li img	{
	margin:45px 0px;
}
.footer li label	{
	background-image:url('../Images/Bg_Ico_arrow_01.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:130px;
	vertical-align:middle;
	display:block;
	float:left;
	color:#204C84;
}
.footer li select	{
	margin-top:50px;
	color:#204C84;
}
.footer_Line	{
	height:8px;
	background-image:url('../Images/Bg_line_footer.gif');
	background-repeat:repeat-x;
}
/*------版权：copyright------*/
.copyright{
	height:30px;
}
.copyright ul	{
	width:500px;
	text-align:left;
	vertical-align:middle;
	line-height:30px;
	vertical-align:middle;
	float:left;
	display:block;
}
.copyright li	{
	line-height:30px;
	text-align:left;
	float:left;
	display:block;
	width:60px;
	background-image:url('../Images/Bg_lin_copyright.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
}
.copyright .li01	{
	background-image:none;
	padding-left:0px;
}
.copyright span	{
	color:#006699;
	float:right;
	display:block;
	text-align:right;
	width:400px;
	line-height:30px;
}
/**/