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

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





*{
	margin: 0; padding: 0;
}
body{ color: #5a5a5a; margin:auto; padding:0; text-align:left; font-size: 12px; line-height: 18px; font-family:  Arial, Verdana, sans-serif; background: #aedaf3 url(images/bg.jpg) repeat-x left top; }
h1 { color: #000; font-size: 18px; font-style: normal; line-height: 30px; }
h2 { color: #000; font-size: 18px; font-weight: normal; line-height: 30px; }
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: #0054a6; }
a:link { color:#0054a6; text-decoration:none; cursor: pointer; }
a:visited { color: #0054a6; 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; }



