@charset "utf-8";
/* CSS Document */
*{ margin:0 auto; padding:0; }
body{text-align:center; margin:0 auto; font-family: 微软雅黑, Arial, 宋体; font-size:13px;}
ul,li{margin:0;padding:0; list-style:none;}

/* 默认链接颜色 */
a{outline-style:none; text-decoration:none; color:#000; target:blank;}
a:hover{text-decoration:none;color:#BD0000; position: relative;}
h1{font-size:13px; color:#FFFFFF; padding:0; margin:0;}

/* 通用属性 */
.clear{clear:both;font-size:1px;width:1px;visibility:hidden;margin-top:0px!important;*margin-top:-1px;height:0;line-height:0}/*ie and firefox1.5 updata */

/* 导航 */
ul#nav{width:1000px; background:url(../images/link_bj.jpg) no-repeat center; height:30px; margin:0 auto;}
ul#nav li{display:inline; height:30px;}
ul#nav li a{display:inline-block; padding:0 16px; height:30px; line-height:30px; color:#FFF; font-size:13px;}

/* flash */
#banner{width:100%;height:300px;position:relative;}
#banner .imglist{width:100%;height:300px;position:absolute;top:0px;left:0px;}
.btn{position:absolute; width:100%; left:0; text-align:center; bottom:10px;display:inline-block;padding:2px 10px;border-radius:11px; box-sizing:border-box;}
.btn li{height:16px;width:16px;margin:0px 2px;background:url(../images/1.png) no-repeat; display:inline-block;}
.btn .hover{background:url(../images/2.png) no-repeat;}

/*内容图片定义*/
.thumbImage img{ 
MAX-WIDTH: 100%!important;HEIGHT: auto!important;width:expression(this.width > 700 ? "700px" : this.width)!important;
} 
.thumbImage {MARGIN: auto;WIDTH: 700px;} 
*html.thumbImage img{ 
width:expression(this.width>700&&this.width>this.height?450:auto); 
height:expresion(this.height>450?450:auto); 
}