﻿/*网页基本样式*/
/* 清除内外边距 */
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, legend, button, input, textarea, /* form elements 表单元素 */
th, td  /* table elements 表格元素 */{margin: 0; padding: 0;}


/* 设置默认字体 */
body,button, input, select, textarea { /* for ie */ /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/ font: 12px/1 "\5b8b\4f53", Microsoft YaHei, Tahoma, Helvetica, Arial, sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */}
body { font-family:'Microsoft Yahei', '微软雅黑', Arial, Sans-Serif; font-size:12px; color:#434343; background:#f5f5f5; }

em, i {font-style: normal;}
ul, ol { list-style: none; }/* 重置文本格式元素 */
a { color: #272F3A;text-decoration: none;outline: medium none;blr: expression(this.onFocus=this.blur()); }a:hover { text-decoration: underline; }

/* 设置通用 */
.fl {float: left;}
.fr {float: right;}
.mt10 {margin-top: 10px;}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}
.mb10 {margin-bottom: 10px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}

/*重置颜色*/
.red {color:red;}
.blue {color:#0289cd;}
.blues {color: #3355aa;}
.green {color: green;}
.orange {color: #fd5a3b;}
.zise {color: #C105FF;}
.fenhong {color: #e8347d;}
.qianhong {color: #CA2D09;}

/* 重置表格元素 */
table { border-collapse: collapse; border-spacing: 0;}

.biaoge{ margin-top:20px; line-height:25px}
.biaoge th{ background:#F8F8F8; text-align:center;height:25px; line-height:30px; padding:0; font-weight:bold; color:#4A4A4A;border: 1px solid #dddddd;}
.biaoge td{ background:#FFF; text-align:center; line-height: 30px; font-size:12px; font-weight:normal}
.biaoge td,.biaoge1 th{ border:1px solid #dddddd}
.biaoge b{ color:#D13219}

/* 公共翻页 */
#page {width: 100%;padding: 20px 0px;clear: both;text-align: center;font-family: "宋体";}
#page a {border: #CCC 1px solid;padding: 3px 8px;margin: 0px 2px;background-color: white;}
#page span {border: #FF8E00 1px solid;background-color: #FFF3E5;color: #F66;padding: 3px 8px;margin: 0px 2px;}

/* 重置 hr */
hr { border: none; height: 1px;}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

fieldset, img { border: none; }

.overflow_clear {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

#loading {width: 66px;height: 66px;background-image:url(../images/loading.gif);top: 190px;z-index: 10001;position: fixed;}

/*窗口*/
.dialogbox {position: fixed;display: none;border: 5px solid #BBBBBB;background: #fff;}
.dialogboxTitle {padding: 10px 3px 5px 15px;height: 25px;background: #FFFFFF;}
.dialogboxTitle h2 {float: left;font-size: 16px;font-family: "微软雅黑";font-weight: normal;color: #444;}
.dialogboxTitle p {float: right;margin-right: 5px;}
.dialogboxTitle p a {height: 22px;width: 22px;background: url('../images/sprites.png') no-repeat -24px -44px;display: block;}
.dialogboxTitle p a:hover {background-position: -42px -44px;}
.dialogboxContent {overflow: hidden;padding: 5px 15px;cursor: default;}
.dialogboxContent p {text-indent:2em;line-height: 20px;color: #000;}
.dialogboxContent .time {color: #7c7c7c;text-align: right;}

/* 顶部 */
.header-box {border-bottom: 3px solid #f1f1f1}
.header-box-bg {width: 100%;height: 77px;background: #FFF;}
.header-box-990 {width: 1200px;height: 77px;margin: 0 auto;position: relative;}
.header-box-990 .nav,.header-box-990 .logo-box {display: block;float: left;}
.header-box-990 .logo-box {width: 180px;}
.header-box-990 .user-id {display: block;float: right;}
.header-box-990 .user-id,.header-box-990 .nav {margin-left: 0px;margin-top: 25px;font-family: 'Microsoft YaHei';font-size: 14px;color: #5b738d;line-height: 26px;}
.header-box-990 .user-id {color: #ff8102;margin: 42px 0 0 10px;width: 47px;border: 1px solid #E5E5E5;border-radius: 3px;}
.header-box-990 .user-id a:hover {color: #ff8102;}
.header-box-990 .user-id .user{float: left;}
.header-box-990 .user-id .user i{width: 15px;height: 10px;display: inline-block;background: url('../images/sprites.png') no-repeat -40px -5px;}
.header-box-990 .user-id a{padding-left: 10px;text-decoration: none;}
.header-box-990 .tip {line-height: 20px;color: #000;border: 1px solid #d2d2d2;padding: 0 10px;position: absolute;top: 10px;right: 0px;background: #fff;border-radius: 5px;}
.header-box-990 .tip i {width: 14px;height: 10px;background: url('../images/sprites.png') no-repeat -24px -28px;display: block;position: absolute;bottom: -9px;left: 185px;}
.header-box-990 .nav li{float: left;}
.header-box-990 .nav li a {    font-size: 15px;
    margin-left: 60px;
    display: inline-block;}
.header-box-990 .nav li a:hover {color: #58a4dd;}
.n1 #n1,.n2 #n2,.n3 #n3,.n4 #n4,.n5 #n5,.n6 #n6,.n7 #n7 {
    color: #58a4dd;}

.reglog{ float: right; position: relative; }
  .reglog a{ float: right; margin-right: 10px; margin-top: 13px; text-align: center; }
  .reglog a em{ color: #848D92; margin-top: 6px; display: block; line-height: 14px; }
  
.username{ color: #58a4dd; float: right; font-size: 16px; margin-right: 15px; line-height: 77px; overflow:hidden}
.username a{ color: #58a4dd; }

#dccx input{
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    font-size: 13px;
    width: 100px;
    background: url(../images/input-bg.jpg) no-repeat;
    border: #B1B1B1 1px solid;
	
}

#dccx select{
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    font-size: 13px;
    width: 100px;

	
}


/* 中部 */
.content-box {width: 1200px;margin: 0 auto;overflow: hidden;}
.content-box .warp {background: #fff;border: 1px solid #E5E5E5;}

/* 底部 */
.footer-box {background: #FFF;overflow: hidden;border-top: 2px solid #FF8200;margin-top: 20px;}
.footer-box .nav {width: 1200px;margin: 0 auto;margin-top: 10px;text-align: center;font-weight: 700;}
.footer-box .nav em {background: #999;display: inline-block;height: 12px;margin: 0 10px;vertical-align: -2px;width: 1px;}
.footer-box .des {width: 1200px;margin: 10px auto;text-align: center;line-height: 20px;}
.footer-box .rz {width: 1200px;margin: 10px auto;text-align: center;}
.footer-box .rz img {margin-right: 27px;}