 /*内页样式统一整理-2016/03/21-* 禅道需求编号10806/
 
 /*内页headerTopNav.html 顶部样式*/
 *{padding:0;margin:0;}
    li{list-style-type:none;}
  .g-topbar-userinfo{position:relative;}
    .tips-popup{position:absolute;width:178px;height:79px;z-index:999999;text-align:left;right:0;top:35px;padding:7px 0 5px 5px;font:normal 12px/18px "宋体";color:#2c64b3;border:1px solid #e9cda1;border-radius:2px;background-color:#fffded;}
    .tips-popup a:link,.tips-popup a:visited{color:#2c64b3 !important;text-decoration:none;}
    .tips-popup a:hover{color:#e20000;text-decoration:underline;}
    .tp-detail{margin-top:5px;}
    .tips-popup p{line-height:18px;}
    .tp-detail .red{color:#e20000;}
    .tp-title{font-weight:bold;}
    .tp-arrows,.tp-close{position:absolute;width:15px;height:8px;right:15px;top:-8px;line-height:0;background:url(http://images.ofweek.com/images/tips-popup.gif) 0 0 no-repeat;}
    .tp-close{right:0;top:3px;width:15px;height:15px;background-position:0 -9px;cursor:pointer;}
   
  
 /*文章页，列表页 对联广告*/
.duilian{
	width:120px;
	height:400px;
}
.duilian span.closed{
	display:block;
	position:absolute;
	right:1px;	
	cursor:pointer;
	top:0;
}
 
 
.dl-left,
.dl-right1{
	bottom:65px;
	position: fixed;
	_position:absolute;
	_bottom:auto;
	left:0; 
    _top: expression(eval(document.documentElement.scrollTop));
	_margin-top:70px;
	z-index:99999;
}
.dl-right1{
	left:auto;
	right:0;
}

 
/*
名称: sl-fixed
用法: 添加 class
注意:
  如果需要多个方向的固定位置，比如 top + right，需要加两个 class
  如果加了 .sl-fixed-top，那么就别给这个元素加 top 属性的值
  为了不出现异常，这个只作为套用。比如要 top: 30px 的时候，请在 .sl-fixed-top 的子元素内设置
  由于我们有打包，所以，改 solution 是可以的，但这是强烈不推荐的，因为不利于维护
*/
.sl-fixed {
  position: fixed;
  _position: absolute;
}

/* 相当于正常的 position: fixed; top: 0; */
.sl-fixed-top {
  bottom: auto;
  top: 0;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop));
}

/* 相当于正常的 position: fixed; bottom: 0; */
.sl-fixed-bottom {
  bottom: 0;
  top: auto;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

/* 相当于正常的 position: fixed; left: 0; */
.sl-fixed-left {
  left: 0;
  right: auto;
  _left: expression(eval(document.documentElement.scrollLeft));
}

/* 相当于正常的 position: fixed; right: 0; */
.sl-fixed-right {
  right: 0;
  left: auto;
  _right: auto;
  _left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
}

/** 解决 IE6 伪固定定位的抖动问题 **/
html {
  _background-image: url(about:blank);
  _background-attachment: fixed;
}

.wfloat-fixed {
  position: fixed !important;
  _position: absolute !important;
}
.wfloat-fixed-offset-bottom {
  margin-bottom: 20px;
}
.wfloat-absolute {
  margin-bottom: 380px;
}

 
/*文章页反馈问题css -*/
#code_popup {
	width: 128px;
	height: 298px;
	padding-top: 8px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	position: absolute;
	left: -133px;
	top: -204px;
	display: none;
}

#code_popup dd {
	font: 12px/26px Simsun;
	color: #333;
}

#code_popup  img {
	width: 112px;
	height: 112px;
}
/*文字链广告 article_wenziad.jsp */
.word_ad{ font-family:Simsun; background:#f8f8f8; border:1px solid #ddd; padding:10px 10px 0;margin-bottom:20px;}
.word_ad dt{ padding-right:10px;}
.word_ad dd{width:500px;}
.word_ad dd h3{font-weight:normal;}
.word_ad dd h3 a{font-size:14px;color:#085aad; }
.word_ad dd h3 a:hover{color:#e20000;}
.word_ad dd h3 strong{color:#e20000; font-weight:normal;}
.word_ad dd p{font-size:12px;color:#666;margin-top:2px;}
.word_ad dd ul li{ background:url(http://images.ofweek.com/lights/images/ico_down.gif) left top no-repeat; padding-left:23px; padding-bottom:11px;}
 
 /*内页右下角弹窗广告样式 article_adbottomjs.jsp*/
 *html {background-image: url(about:blank);background-attachment: fixed;}
#flyboxBottomRight {position: fixed;z-index: 99999;right: 0;bottom: 0;width: 340px;height: 215px;background:url(http://images.ofweek.com/ofweek/images/mpier.jpg) center center no-repeat;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
#flyboxBottomRight .flybox-all{display:block;width: 340px;height: 215px;}
#flyboxBottomRight .closer {position: absolute;right: 0;top: 0;width: 20px;height: 20px;text-align: center;font-size: 12px;color: #f60;font-family: Arial;text-decoration: none;background:#666;z-index: 999999;line-height:20px;display:block;}
#flyboxBottomRight .closer:hover {color: #ffffff;background:#e51937;}
#flyboxBottomRight .flybox-date {position: absolute;top:21px;left:54px;overflow: hidden;*zoom: 1;z-index: 99;}
#flyboxBottomRight .flybox-date span {font-size:16px;width:22px;margin-right:12px;color: #fb1e00;float:left;line-height:100%;font-family: 'Arail','Microsoft YaHei';text-align:center;}
#flyboxBottomRight .flybox-date sup {display: none;}
 /*2916-03-23 3dprint /medical*/
 
#flybox20160323 {position: fixed;z-index: 99999;right: 0;bottom: 0;width: 340px;height: 215px;background:url(http://images.ofweek.com/ofweek/images/20160323bgphoto.jpg) center center no-repeat;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
#flybox20160323 .flybox-all{display:block;width: 340px;height: 215px;}
#flybox20160323 .closer {position: absolute;right: 0;top: 0;width: 20px;height: 20px;text-align: center;font-size: 12px;color: #f60;font-family: Arial;text-decoration: none;background:#666;z-index: 999999;line-height:20px;display:block;}
#flybox20160323 .closer:hover {color: #ffffff;background:#e51937;}
#flybox20160323 .flybox-date {position: absolute;top:17px;left:118px;overflow: hidden;*zoom: 1;z-index: 99;}
#flybox20160323 .flybox-date span {font-size:16px;width:24px;margin-right:14px;color: #fb1e00;float:left;line-height:100%;font-family: 'Arail','Microsoft YaHei';text-align:center;}
#flybox20160323 .flybox-date sup {display: none;}
 
 
/*仪器仪表弹窗广告样式instrument*/
 *html {
    background-image: url(about:blank);
    background-attachment: fixed;
  }
  #yqybflybox-db  {
    position: fixed;
    z-index: 9999999;
    right: 0;
    bottom: 0;
    width: 340px;
    height: 215px;
    color: #fff;
    background: url(http://images.ofweek.com/ofweek/images/having20160325.png) no-repeat;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
  }
  #yqybflybox-db .closer {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    color: #f60;
    font-family: Arial;
    text-decoration: none;
	background:#eee;
    z-index: 9;
	line-height:16px;
  }
  #yqybflybox-db .closer:hover {
    color: #f00;
  }
  #yqybflybox-db .flybox-all {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
  }
  #yqybflybox-db .flybox-date {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 181px;
    height: 31px;
    overflow: hidden;
    z-index: 11;
  }
  #yqybflybox-db .flybox-date span {
    font-size: 18px;
    display: block;
    float: left;
    line-height: 31px;
    font-family: 'Arail','Microsoft YaHei', SimHei;
    font-weight: bold;
    color: #ff0101;
    width: 30px;
    text-align: center;
    padding-right: 9px;
  }
  #yqybflybox-db .flybox-date sup {
    display: none;
  }
  
 
 
 
  
 /* iot 物联网*/
 
  #iotflybox-db  {
    position: fixed;
    z-index: 9999999;
    right: 0;
    bottom: 0;
    width: 340px;
    height: 215px;
    color: #fff;
    background: url(http://images.ofweek.com/ofweek/images/having.jpg) no-repeat;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
  }
  #iotflybox-db .closer {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    color: #f60;
    font-family: Arial;
    text-decoration: none;
	background:#eee;
    z-index: 9;
	line-height:16px;
  }
  #iotflybox-db .closer:hover {
    color: #f00;
  }
  #iotflybox-db .flybox-all {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
  }
  #iotflybox-db .flybox-date {
   position: absolute;
  top: 27px;
  right: -14px;
  width: 181px;
  height: 31px;
  overflow: hidden;
  z-index: 11;
  }
  #iotflybox-db .flybox-date span {
    font-size: 18px;
  display: block;
  float: left;
  line-height: 31px;
  font-family: 'Arail','Microsoft YaHei', SimHei;
  font-weight: bold;
  color: #ff0101;
  width: 30px;
  text-align: center;
  padding-right: 10px;
  }
  #iotflybox-db .flybox-date sup {
    display: none;
  }
 
 
 
/*nev / auto laser robot gongkong*/
#flyboxBottomRight {position: fixed;z-index: 99999;right: 0;bottom: 0;width: 340px;height: 215px;background:url(http://images.ofweek.com/ofweek/images/mpier.jpg) center center no-repeat;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
#flyboxBottomRight .flybox-all{display:block;width: 340px;height: 215px;}
#flyboxBottomRight .closer {position: absolute;right: 0;top: 0;width: 20px;height: 20px;text-align: center;font-size: 12px;color: #f60;font-family: Arial;text-decoration: none;background:#666;z-index: 999999;line-height:20px;display:block;}
#flyboxBottomRight .closer:hover {color: #ffffff;background:#e51937;}
#flyboxBottomRight .flybox-date {position: absolute;top:21px;left:54px;overflow: hidden;*zoom: 1;z-index: 99;}
#flyboxBottomRight .flybox-date span {font-size:16px;width:22px;margin-right:12px;color: #fb1e00;float:left;line-height:100%;font-family: 'Arail','Microsoft YaHei';text-align:center;}
#flyboxBottomRight .flybox-date sup {display: none;}

/* lighting/ lights  <!--底部悬浮广告 start-->  */
.lightfloatAD{width:100%;position:fixed;_position:absolute;_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));bottom:0;left:50%;margin-left:-960px;z-index:999;}
.lightfloatAD_close{cursor:pointer;z-index:1001;position:fixed;right:2px;bottom:38px;_position:absolute;_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:38px;width:20px;height:20px;background:#f3f3f3;color:#f00;font:14px/20px 'Arial'; text-align:center;}


/*公用(统一图片路径)右侧弹窗css*/ 
 
#flybox-db {
	position: fixed;
	z-index: 99999;
	right: 0px;
	bottom: 0px;
	width: 340px;
	height: 215px;
	background:url(http://images.ofweek.com/display/images/dpop.jpg) center center no-repeat;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#flybox-db .flybox-all{
 display:block;
 width: 340px;
 height: 215px;
	}
#flybox-db .closer {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: #f60;
	font-family: Arial;
	text-decoration: none;
	background:#666;
	z-index: 999999;
	line-height:20px;
	display:block;
}
#flybox-db .closer:hover {
	color: #ffffff;
	background:#e51937;
}

#flybox-db .flybox-date {
	position: absolute;
	top:5px;
	right:20px;
	overflow: hidden;
	*zoom: 1;
	z-index: 99;
}
#flybox-db .flybox-date span {
	font-size:18px;
	display:block;
	float:left;
	line-height:30px;
	font-family:Microsoft YaHei;
	color: #09516b;
	width:38px;
	text-align:center;
	margin-right:2px;
}
#flybox-db .flybox-date sup {
	display: none;
}
 
 
 