﻿@charset "utf-8";
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
img/* img elements 图片元素 */{
border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0 0 0px 0;
    padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea {
font: 12px/1.5 '宋体',tahoma, Srial, helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none;}
/** 重置超链接元素 **/
a { text-decoration: none; color:#000;}
a:hover { text-decoration: none; color:#F40; }
/** 重置对齐方式 **/
img, button, input, select, textarea{ vertical-align:middle;}

/**/
body{ background:#328bdb;}
.margin0{ margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both; height:0; overflow:hidden; zoom:0.08;}
.w1000{ width:980px; padding:10px 10px 0 10px; background:#fff;}
.mt10{ margin-top:10px;}

/**/
.top{ height:28px; background:url(../images/topbg.jpg) repeat-x;}
.top div{ width:1000px; height:28px; line-height:28px;}
.Slideshow{width:600px; height:380px; padding:4px; border:1px #c6c6c6 solid;visibility: hidden;overflow: hidden;}
.Slideshow a {float: left;}
.Slideshow img {width: 600px;height:380px;}
.Slideshow .KSS_titleBar{ height:0!important; overflow:hidden;}
.box01_r{ width:340px; height:370px; padding:9px; border:1px #c6c6c6 solid;}
.box01_r ul{ padding-top:10px;}
.box01_r ul li{ height:29px; line-height:29px; background:url(../images/libg.jpg) 0 14px no-repeat; padding-left:10px;}
.box01_r ul li a{ display:block; width:100%; white-space:nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis;overflow:hidden; font-size:16px; color:#666;}
.box02_l{ width:200px; height:1988px; background:url(../images/box02_lbg.jpg) no-repeat;}
.box02_l ul li{ height:78px; line-height:78px; padding-left:90px; margin-bottom:17px;}
.box02_l ul li a{ font-family:微软雅黑; font-size:24px; font-weight:bold; color:#0697f0;}
.box02_r{ width:750px; padding:9px; border:1px #ccc solid;}
.footer{ width:990px; padding:5px 5px 0 5px; background:#fff;}
.footer_div{ padding:10px 100px; background:#029cff; line-height:25px; color:#fff;}
.w380{ width:380px;}
.w280{ width:280px;}
.w130{ width:130px;}
