@charset "utf-8";
/* CSS Document */
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	font-size:12px;												/* 网页字体大小 */
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;	     /* 网页字体 */
	color:#4697C6;												/* 网页文本颜色 */
	line-height:20px;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */
}


/* 一般超级链接 */
a{font-size:16px;color:#4697C6;line-height:22px;text-decoration:none;}				/* 链接属性 */
a:hover{font-size:16px;color:#000000;line-height:22px;text-decoration:none;}	/* 鼠标悬停时链接属性 */

a.01{font-size:12px;color:#4697C6;line-height:22px;text-decoration:none;}				/* 链接属性 */
a.01:hover{font-size:12px;color:#000000;line-height:22px;text-decoration:none;}	/* 鼠标悬停时链接属性 */

/* 导航菜单超级链接 */
a.menu{font-size:12px;color:#0A5F94;line-height:18px;text-decoration:none;}					/* 菜单链接属性 */
a.menu:hover{font-size:12px;color:#ffffff;line-height:18px;text-decoration:none;}		/* 鼠标悬停时链接属性 */

a.more{font-size:12px;color:#FFA443;line-height:14px;text-decoration:none;}					/* 菜单链接属性 */
a.more:hover{font-size:12px;color:#FFA443;line-height:14px;text-decoration:underline;}	

a.more02{font-size:16px;color:#FFA443;line-height:24px;text-decoration:none;}					/* 菜单链接属性 */
a.more02:hover{font-size:16px;color:#FFA443;line-height:24px;text-decoration:underline;}	

a.ti{font-size:12px;color:#4697C6;line-height:20px;text-decoration:none;font-weight: bold;}
a.ti:hover{font-size:12px;color:#2B6D93;line-height:20px;text-decoration:none;font-weight: bold;}	

a.down{font-size:12px;color:#4697C6;line-height:20px;text-decoration:none;}
a.down:hover{font-size:12px;color:#4697C6;line-height:20px;text-decoration:underline;}	

/*新闻内容超级链接*/
a.news{font-size:12px;color: #1877B4;text-decoration: none;line-height:24px;}
a.news:hover {font-size:12px;color: #FFA443;text-decoration: none;line-height:24px;}

/*产品内容超级链接*/
a.pro {font-size:12px;color: #F5F4F4;text-decoration: none;}
a.pro:hover {font-size:12px;color: #FFFFFF;text-decoration: none; }




/*表格属性*/
table
{
   font-size:12px;
   border-collapse:collapse;/*自动把相同的边框线合并*/
}


.title_01{color:#0F71B0;font-size:13px;font-weight: bold;}		/* 标题字体为12像素 */
.title_02{color:#1877B4;font-size:12px;font-weight: bold;}
.title_03{color:#0F71B0;font-size:14px;font-weight: bold;}

/* 蓝色字 */
.text_blue12{color:#ff0000;font-size:12px;}
.text_blue16{color:#ff0000;font-size:16px;}
.text_blue14{color:#AADAF5;font-size:12px;}
.text_blue18{color:#4697C6;font-size:12px;line-height:22px;}

/* 红色字 */
.text_red12{color:#FF890B;font-size:12px;line-height:20px;font-weight: bold;}

/* 灰色字 */
.text_gray12{color:#999999;font-size:12px;}
.text_b{color:#000000;font-size:12px;}

/* 白色字 */
.text_white13{color:#ffffff;font-size:13px;font-weight: bold;}

.copyright	{font-size:12px;color:#C2F5FF;line-height:20px;}

.img {margin: 2px;padding: 2px;}
.img02 {margin: 1px;padding: 1px;}
.kuang {border: 1px solid #49BCEB;}
.kuang02 {border: 1px solid #D7EEFA;}
.kuang03 {border: 1px solid #E1E8EC;}
.kuang04{margin: 2px;padding: 2px;}
.kuang05{border: 5px solid #69C3D6;}


.bg {background-repeat: repeat-x;background-position: top;}
.bg02 {background-repeat: repeat-x;background-position: bottom;}
