﻿/* CSS Document */

/* */

/*ҳ汳ɫ */

body {
	background-color: #da251c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;

}

/*带红边框的表格*/
.red_border_table{border-right:1px solid #DA251C;
border-left:1px solid #da251c}

/*ӵãɫ»ߣָʱʾ»߲Ϊɫʹǰһ*/

a {
	font-size: 14px;
	color: #000000;}
/*位于白色背景中的黑字链接*/
a:link {
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #000000;}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;}
a:active {
	text-decoration: none;
	color: #000000;}

/*位于白色背景中的红字链接*/
a.Red:link {
	text-decoration: none;
	color: #da251c;
	}
a.Red:visited {
	text-decoration: none;
	color: #da251c;}
a.Red:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;}
a.Red:active {
	text-decoration: none;
	color: #da251c;}
	
/*位于ASP页面中用于标题列表中的黑字链接，与普通链接相比，它在MOUSEOVER状态下不变大*/
a.TitleList:link {
	text-decoration: none;}
a.TitleList:visited {
	text-decoration: none;
	color: #000000;}
a.TitleList:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FF0000;}
a.TitleList:active {
	text-decoration: none;
	color: #000000;}

	
/*位于红底背景中的白字链接*/
a.white:link {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;}	
a.white:visited {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;}
a.white:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #ffffff;}
a.white:active {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;}



/*位于红底表格中的白色字*/
.white_char {color: #FFFFFF; font-size: 14px; font:"宋体"}


/*专题框的文字*/
.BlankTitle4 {
	color: #FFFFFF;
	font-size: 22px;
	font-family:"楷体_GB2312";
}
.BlankTitle5 {
	color: #da251c;
	font-size: 22px;
	font-family:"楷体_GB2312";
}
.BlankContent {
	color:#000000;
	font-size:12px;
	font-family:"宋体";
}
/*专题框的文字链接*/
a.BlankLink:link {
	text-decoration: none;
	font-size: 12px;}
a.BlankLink:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000000;}
a.BlankLink:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #FF0000;}
a.BlankLink:active {
	text-decoration: none;
	font-size: 12px;
	color: #000000;}

/* - ޱɫʱı*/
.nav_text_red {color: #DA251C;font-size: 12px;}

/* - */
.list_title {
	color: #DA251C;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;}

/* - */
.list_text {color: #000000;font-size: 12px;}

/* - ϸҳб*/
.content_title {
	color: #DA251C;
	font-weight: bold;
	font-size: 18px;}
.content_title2 {
	color: #DA251C;
	font-size: 16px;}
/* - ϸҳ*/
.contennt_text {color: #000000; font-size: 14px;}

/* - ϸҳֵĺǿ*/
.contennt_text_bold {color: #000000; font-size: 14px; font-weight: bold;}

/* - ϸҳֵĺǿ*/
.contennt_text_red_bold {color: #DA251C; font-size: 14px; font-weight: bold;}

#Layer_intro {
	position:absolute;
	width:260px;
	height:120px;
	z-index:1;
	top: 188px;
	visibility: hidden;
}
#Layer_collab {
	position:absolute;
	width:640px;
	height:120px;
	z-index:2;
	top: 188px;
	visibility: hidden;
}
#Layer_service {
	position:absolute;
	width:770px;
	height:120px;
	z-index:3;
	top: 188px;
	visibility: hidden;
}

#Layer_down {
	position:absolute;
	width:890px;
	height:120px;
	z-index:4;
	top: 188px;
	visibility: hidden;
}
