/* CSS Document */
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}

/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei";color: #666;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */



body{ margin:0px;font-size:12px; background-image:url(xiewen.jpg)}
td{font-size:12px;}
a {color:#666666;text-decoration: none; font-size:12px;}
a:hover { color: #FF0000;}
.banner a{ font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;}
.banner a:hover{ color: #FF0000; text-decoration: none;} 

ul, ol ,li{list-style: none;}
.clear{clear: both;height: 0;}
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
{ /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
/*banner*/
.banner1 { width:100%; margin:0 auto; position:relative; overflow:hidden;}
.banner1 .hd { position:absolute; left:0; right:0; margin:auto; bottom:20px; text-align:center; z-index:3; height:5px; width:100%;}
.banner1 .hd li { display:inline-block; height:5px; width:35px; background:#0051a3; margin:0 5px;}
.banner1 .hd .on { background:#46af33;}
.banner1 .bd { width:100%; position:relative; z-index:0;}
.banner1 .bd li { width:100%; position:relative;}
.banner1 .bd li a { display:block; width:100%;}
.banner1 .bd li img { display:block; width:100%; margin:0 auto; position:relative; left:0; right:0;}
.banner1 .prev,.banner1 .next{ position:absolute; left:10%; top:50%; margin-top:-25px; display:block; width:56px; height:56px; background:url(slider-arrow.png) -118px 0px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.banner1 .next{ left:auto; right:10%; background-position:0px 0px;}
.banner1 .prev:hover,.banner1 .next:hover{ filter:alpha(opacity=100);opacity:1;}
.banner1.prevStop{ display:none;}
.banner1 .nextStop{ display:none;}
.banner_ej { width:100%; margin:0 auto; text-align:center;}
.banner_ej img { width:100%;}

