﻿@charset "utf-8";
/* CSS Document */
body
{margin:0px; padding:0px; background-color:#FFFFFF;					/* 网页背景颜色 */
	
	font-size:12px;												/* 网页字体大小 */
	font-family:Arial, 宋体, Helvetica, Verdana, sans-serif;	/* 网页字体 */
	color:#404040;												/* 网页文本颜色 */
	line-height:120%;											/* 标准行高 */
}

/* 一般超级链接 */
a{font-size:12px;color:#404040;line-height:120%;text-decoration:none;}				/* 链接属性 */
a:hover{font-size:12px;color:#1471B3;line-height:120%;text-decoration:none;}	/* 鼠标悬停时链接属性 */

.head a {color: #BEA263;text-decoration: none;font-size:15px; float:left; display:block; padding:0 16px; line-height:30px; font-weight:bold;}
.head a:hover {color: #FFF0C9;text-decoration: none;font-size:15px; float:left; display:block; padding:0 16px; line-height:30px;font-weight:bold;}
.head span{float:left; line-height:30px;color: #BEA263;}

a.daohang {color: #ffffff;text-decoration: none;font-size:14px;font-weight:bold;}
a.daohang:hover {color: #FFFFFF;text-decoration: none;font-size:14px;font-weight:bold;}

a.left_cu {color: #404040;text-decoration: none;font-weight:bold;}
a.left_cu:hover {color: #1471B3;text-decoration: none;font-weight:bold;}

a.index_top_head{font-size:11px;color:#ffffff;line-height:120%;text-decoration:none;font-weight:600;}			/* 菜单链接属性 */
a.index_top_head:hover{font-size:11px;color:#ffffff;line-height:120%;text-decoration:none;font-weight:600;}	     /* 鼠标悬停时链接属性 */

/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px; 
	line-height: 1.5em; 
}

img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}

.i
{
	font-size:12px;
	font-family:VArial, Helvetica, erdana, 宋体,sans-serif;
	color:#000000;					/* 边框线条样式 */
	border:1px solid #666666;							/* 边框线条大小 */
	background-color:#F5F5F5;			/* 背景颜色 */
}

ul,li{margin:0px; padding:0px; list-style:none;}

.title_12{color:#ff3300;font-size:12px;line-height:120%;font-weight:600;}		/* 标题字体为12像素 */
.title_14{color:#ff3300;font-size:14px;line-height:120%;font-weight:600;}		/* 标题字体为14像素 */
.title_16{color:#ff3300;font-size:16px;line-height:120%;font-weight:600;}		/* 标题字体为16像素 */

/* 红色字 */
.text_red12{color:#ff0000;font-size:12px;line-height:120%;}
.text_red12b{color:#ff0000;font-size:12px;line-height:120%; font-weight:bold;}
.text_red14{color:#ff0000;font-size:14px;line-height:120%;}
.text_red16{color:#ff0000;font-size:16px;line-height:120%;}

/* 蓝色字 */
.text_blue12{color:#0078B4;font-size:12px;line-height:120%;}
.text_blue14{color:#0078B4;font-size:14px;line-height:120%;}
.text_blue16{color:#0078B4;font-size:16px;line-height:120%;}


/* 黑色字 */
.text_black12{color:#404040;font-size:12px;line-height:120%;}
.text_black14{color:#404040;font-size:14px;line-height:120%;font-weight:bold;}
.text_black15{color:#404040;font-size:14px;line-height:30px;}
.text_black16{color:#404040;font-size:16px;line-height:120%;}

/* 灰色字 */
.text_gray12{color:#999999;font-size:12px;line-height:120%;}
.text_gray14{color:#999999;font-size:14px;line-height:120%;}
.text_gray16{color:#999999;font-size:16px;line-height:120%;}

/* 白色字 */
.text_white12{color:#ffffff;font-size:12px;line-height:120%;}
.text_white14{color:#ffffff;font-size:14px;line-height:120%;}
.text_white16{color:#ffffff;font-size:16px;line-height:120%;}

.text_div			/* 文本区样式 */
{ 
	font-family:arial;
	font-size: 12px;
	line-height:120%;
	color: #000000;
	background-color:#DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 520px;
	border: 1px solid #0099CC; 
	clear:both;
}

.copyright		/* 版权所有文本属性 */
{
	font-size:12px;												/* 网页字体大小 */
	font-family:宋体, Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#000000;												/* 网页字体颜色 */
	line-height:120%;											/* 标准行高 */
}

/* -------------------------------下拉菜单----------------------------- */
.menu{
	float:left;
	display:inline;
	
	width: 986px;
}
.menu ul{
	float:left;
	width:100%;
	height: 49px;
	background-image: url(images/index_02.jpg);
	background-repeat: repeat-x;
}
.menu li{
	position:relative;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}
.menu a.bigmenu{
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
	float:left;
	display:block;
	line-height:49px;
	font-weight:bold;
	padding-right: 26px;
	padding-left: 26px;
}
.menu a.bigmenu:hover{
	color: #FFF600;
	text-decoration: none;
	font-size:14px;
	float:left;
	display:block;
	line-height:49px;
	font-weight:bold;
}
.menu span{
	float:left;
	height: 49px;
}
.menu a.firstmenu{
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
	float:left;
	display:block;
	line-height:49px;
	font-weight:bold;
	padding-left: 38px;
	padding-right: 28px;
}
.menu a.firstmenu:hover{
	color: #FFF600;
	text-decoration: none;
	font-size:14px;
	float:left;
	display:block;
	line-height:49px;
	font-weight:bold;
	padding-left: 20px;
	padding-right: 20px;
}


.menu li div.pop{
	position:absolute;
	left:0px;
	top:30px;
	width:135px;
	display:none;
	background-color: #283670;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 10px;
}
.menu li div.pop a{
	display:block;
	float:left;
	width:135px;
	text-align:center;
	line-height:28px;
	background-color: #283670;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu li div.pop a:hover{
	display:block;
	width:135px;
	color:#FFF600;
	text-align:center;
	line-height:28px;
	background-color: #283670;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.menu li:hover div.pop{display:block;}
.menu li:hover a.bigmenu{
	color: #FFF600;
	text-decoration: none;
	font-size:14px;
	float:left;
	display:block;
	line-height:49px;
	font-weight:bold;
	padding-right: 26px;
	padding-left: 26px;
}
.menu li:hover a.firstmenu{
	color: #FFF600;
	text-decoration: none;
	font-size:14px;
	float:left;
	display:block;
	line-height:49px;
	font-weight:bold;
	padding-left: 38px;
	padding-right: 28px;
}
