@charset "utf-8";
/* CSS Document */
/* CSS Document */
/* 初始化CSS  重置浏览器样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:14px; color:#828282; font-family: Microsoft YaHei; background:#f5f5f5;}
fieldset, img { border:0; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight:normal; }
em { font-style:normal; }
input, button, select, textarea { outline-style:none; } 
textarea { resize:none; } /*//禁用了文本的拖拉，尤其在谷歌下*/
p{ text-align:justify; text-justify:distribute;} /*//为了使文本段落左右两边对齐
*//*======== Link ========*/
a { color: #343434; text-decoration:none; }
a:hover {text-decoration:none; }


.clear{clear: both;}

.banner{
	height:382px;
    background:url(/images/kjqs_banner_01.jpg) no-repeat top center;
}
.wrap{width: 1000px;margin:0 auto;}
.bottom{height:120px;background:#1c609b;margin-top:50px;}
.bottom p{color:#c8e5ff;font-size:12px; text-align:center;line-height:80px;}
.bottom p img{ vertical-align:middle;}