﻿/*===========================

        2011.12  by kenny
==============================================*/
@charset "gb2312";
@import url(home.css);





*{
	margin: 0; padding: 0;
}
body{
	color: #4a4a4a;
	margin: auto;
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	/* [disabled]font-family:  Arial, Verdana, sans-serif; */
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	/* [disabled]background-attachment: scroll; */
	background-position: left top;
	background-color: #f3f7f8;
}
h1 { color: #000; font-size: 18px; font-style: normal; line-height: 30px; }
h2 { font-weight: normal; }
h3 { color: #444; font-size: 14px; font-weight: bold; line-height: 18px; }
h4 {font-size: 13px; font-weight: normal; line-height: 18px;}

img{ border: none; }
.clear{ clear: both; }
i,em{ font-style: normal; }
dl,dt,ul,li{list-style:none;padding:0;margin:0;}


input,form{padding:0px;margin:0px;}

a:active{ color: #0199ff; }
a:link { color:#0199ff; text-decoration:none; cursor: pointer; }
a:visited { color: #0199ff; text-decoration: none; }

/*
鼠标经过连接样式
*/
a:hover{ text-decoration: underline; }
a.14_black ,a:link.14_black ,a:visited.14_black ,a:active.14_black { color: #000; font-size: 14px; line-height: 20px; }
