@charset "utf-8";
/* 公用类 CSS  */
html { overflow-y:scroll; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td,a { /*font-family:"微软雅黑";*/ margin:0; padding:0; }
body, button, input, select, textarea { font:14px/1.5em "微软雅黑",tahoma, arial; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
address, cite, dfn, em { font-style:normal; }
code, kbd, pre, samp { font-family:courier new, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a{ text-decoration:none; color:#333; }
a:hover{ text-decoration:none; color:#ff0000; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6 { font-family:"微软雅黑","宋体"; }
p{font-size: 12px;font-family: "宋体";color:#666;}
.line01{ border-bottom:1px solid #ccc; height:1px; line-height:1px; background:none; padding:0px; margin:10px auto;}
ul li{list-style:none;}
img{border:none;}
em { font:bold 15px/24px "微软雅黑","宋体"; }
em a { color:#3e3e3e }
em a:hover { color:#ff0000}
.tc { text-align:center; }
.tl { text-align:left; }
.tr { text-align:right; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.fl { float:left; display: inline;}
.fr { float:right;display: inline; }
.cl { clear:both; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }

.sp { LINE-HEIGHT: 0; HEIGHT: 0px; clear: both; FONT-SIZE: 0px }
.sp5 { LINE-HEIGHT: 0; HEIGHT: 5px; clear: both; FONT-SIZE: 0px }
.sp6 { LINE-HEIGHT: 0; HEIGHT: 6px; clear: both; FONT-SIZE: 0px }
.sp8 { LINE-HEIGHT: 0; HEIGHT: 8px; clear: both; FONT-SIZE: 0px }
.sp10 { LINE-HEIGHT: 0; HEIGHT: 10px;clear:both; FONT-SIZE: 0px }
.sp15 { LINE-HEIGHT: 0; HEIGHT: 15px;clear:both; FONT-SIZE: 0px }
.sp20 { LINE-HEIGHT: 0; HEIGHT: 20px;clear:both; FONT-SIZE: 0px }

.w1000{width:1000px;margin:0 auto;overflow:hidden;}

/*字体大小高度溢出控制*/
h1,h2,h3,h4,h5,h6{font-weight: normal;overflow: hidden;}
h1{font-size: 14px;height: 18px;line-height: 18px;}
h1.sm{font-size: 12px;height: 16px;line-height: 16px;}
h2{font-size:16px;height: 21px;line-height: 21px;}
h3{font-size:18px;height: 24px;line-height: 24px;}
h4{font-size:20px;}
h5{font-size: 24px;}
h6{font-size: 30px;}

/*透明*/
.alpha{display:block;width:100%;height:100%;position:relative;overflow: hidden;}
.alpha-inbox,.alpha-bg{width:100%;position:absolute;height:30px;line-height:30px;bottom:0px;left:0px}
.alpha-bg{filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7;background:#000;overflow: hidden;}
.alpha-inbox{text-align:center;color:#fff;font-weight:400;font-family:"微软雅黑";font-size:16px;overflow:hidden}

/*Global-Class*/
a.g-detail{color:#b10000;}

/*Local-Class*/
.img-link{display: block;}
.img-link img{display: block;}

/*
.first
.last
*/

.list-x li{float: left;}
.list-x li a{padding-right: 15px;}