@charset "gb2312";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html { background: white; color: black; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea { font: 14px "微软雅黑", Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif; color: #2E2E2E; }
input, select, textarea { font-size: 100%; }

/* 去掉 table cell 的边距并让其边重合 */
table { border-collapse: collapse; border-spacing: 0; }

/* ie bug：th 不继承 text-align */
th { text-align: inherit; }

/* 去除默认边框 */
fieldset, img { border: none; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe { display: block; }

/* 去掉 firefox 下此元素的边框 */
abbr, acronym { border: none; font-variant: normal; }

/* 一致的 del 样式 */
del { text-decoration: line-through; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 500; }

/* 去掉列表前的标识，li 会继承 */
ol, ul { list-style: none; }

/* 对齐是排版最重要的因素，别让什么都居中 */
caption, th { text-align: left; }

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500; }
q:before, q:after { content: ''; }

/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* 默认不显示下划线，保持页面简洁 */
ins, a { text-decoration: none; color: #666666; }

/* 去除 ie6 & ie7 焦点点状线 */
a:focus, *:focus { outline: none; }

/* 清除浮动 */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; overflow: hidden; }
.clearfix { zoom: 1; /* for ie6 & ie7 */ }
.clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; }

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide { display: none; }
.block { display: block; }

/* 设置浮动，减少浮动带来的 bug */
.fl, .fr { display: inline; }
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

/*div居中*/
.center { margin: 0 auto; }

/*text*/
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.fwb { font-weight: bold; }
.fwn { font-weight: normal; }
.pr { position: relative; }
.pb { position: absolute; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
.nowrap { white-space: nowrap; word-break: normal; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px }
.fs24 { font-size: 24px }
.fs30 { font-size: 30px }
.fs48 { font-size: 48px }

/*padding(p[t,r,b,l][number])*/
.p0 { padding: 0px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.p60 { padding: 60px; }
.pt0 { padding-top: 0px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt50 { padding-top: 50px; }

/*20130710*/
.pl0 { padding-left: 0px; }
.pl5 { padding-left: 5px; }
.plr5 { padding: 0 5px; }
.plr10 { padding: 0 10px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl50 { padding-left: 50px; }
.pb0 { padding-bottom: 0px; }
.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb60 { padding-bottom: 60px; }

/*20130710*/
.pr0 { padding-right: 0px; }
.pr5 { padding-right: 5px; }
.plr5 { padding: 0 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pt30 { padding-top: 30px; }
.pb30 { padding-bottom: 30px; }

/*margin*/
.m0 { margin: 0; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }
.m25 { margin: 25px; }
.mt0 { margin-top: 0px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt40 { margin-top: 40px }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt8 { margin-top: 8px }
.ml75 { margin-left: 75px }
.ml0 { margin-left: 0px; }
.ml5 { margin-left: 5px; }
.mlr5 { margin: 0 5px }
;
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml50 { margin-left: 50px; }
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mr0 { margin-right: 0px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.ml10 { margin-left: 10px; }
.mlr10 { margin: 0 10px; }
.mtb10 { margin: 10px 0; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.ml16 { margin-left: 16px }
.mt2 { margin-top: 2px }
.mt30 { margin-top: 30px }
.mt13 { margin-top: 13px }
.mr30 { margin-right: 30px }
.mb8 { margin-bottom: 8px }
.ma10 { margin: 10px }

/*width*/
.w100 { width: 100px; }
.w80 { width: 80px; }
.w140 { width: 140px }
.w240 { width: 240px }
.w750 { width: 750px }
.w225 { width: 225px }
.w120 { width: 120px }
.w204 { width: 204px }
.w200 { width: 200px }
.w285 { width: 285px }
.w350 { width: 350px }
.w1100 { width: 1100px }
.w1200 { width: 1200px; }

/*** Color ***/
.c386 { color: #3864a7; }
.cf67 { color: #f67a00; }
.cred { color: #f00; }
.c466 { color: #4668a0; }
.c4b4 { color: #4d4d4d; }
.c345 { color: #345185; }
.c747 { color: #74767a; }
.c1e6 { color: #1E65BD; }
.ar { font-family: Arial, Helvetica, sans-serif; }
.cff0 { color: #ff0000 }
.cfe9 { color: #fe933a }
.cc08 { color: #c08e21 }
.cbab { color: #bababa }
.e65 { color: #1E65BD }
.c000 { color: #000 }
.cup { cursor: pointer }
.ovh { overflow: hidden }
.cbe9 { color: #be9e7f }
.c666 { color: #666464 }
.c89 { color: #898989 }
.cfff { color: #fff }

/*** TRS内容 ***/
.TRS_Editor img{max-width: 100%;}

/*** 首页 ***/
.hb-body{background: url(bodybg-hbdc170811.jpg) no-repeat center top;}
.hb-main{margin: 444px auto 0px;width: 1000px;}
.hb-title{width: 1000px;height: 55px;background: url(title-hbdc170811.jpg) no-repeat center;margin: 30px auto;}

.list{width: 900px;}
.list li{background:url(dian-hbdc170811.gif) repeat-x 0 bottom;font-size:14px;line-height:45px;}
.data{font-size:14px;line-height:45px;color: #888888;}
.yema{margin:30px auto; }


/* 细览页 */
.container{ width:960px; border:1px #dcdcdc solid; padding:20px; overflow:hidden;}

.content{ width:870px; margin:0 auto; overflow:hidden;}
.content h1{ text-align:center; font-size:24px; font-weight:normal; line-height:30px;}
.content p{ margin-top:10px;}
.others{ height:30px; line-height:30px; border-top:1px #c1c1c1 dashed; overflow:hidden; text-align:center;}
.content img{ max-width:870px; height:auto; width:expression(this.width > 870 ? "870px" : true);}
.size{ text-align:center;}
#tex{ font-size:14px; line-height:25px; margin-top:20px;}

/* 新大图样式 */
.fullSlide { position: relative; background: #000; margin: 0 auto; width: 1000px;height: 558px;overflow: hidden;}
.fullSlide .bd { position: relative; z-index: 0; }
.fullSlide .bd li img {width: 1000px;height: 558px; vertical-align: top; }
.fullSlide .bd li{position: relative;}
.fullSlide .hd2 { position: relative; z-index: 1; margin-top: -60px; height: 60px;font-size: 20px; line-height: 60px; text-align: center; }
.fullSlide .hd2 a{color: #fff;}
.fullSlide .hd2 .hd2bg{background: #000;filter:alpha(opacity=60); opacity: 0.6 ;position: absolute;bottom: 0px;left:0px;height: 60px;width: 100%;z-index: -10;}

.fullSlide .prev,
.fullSlide .next { z-index: 1; display: block; width: 55px; height: 55px; position: relative; margin: -30% 0 0 3%; float: left; background: url(arrow-hbdc170811.png) 0 0 no-repeat; filter: alpha(opacity=40); opacity: 0.4 }
.fullSlide .next { background-position: right 0; float: right; margin-right: 3% }
.fullSlide .prev:hover,
.fullSlide .next:hover { filter: alpha(opacity=80); opacity: 0.8 }
.fullSlide .pageState{padding: 0 1em;z-index: 10;display: inline;color: #fff;}