/*样式初始化*/
* {
  margin: 0px;
  padding: 0px; 
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; 
}

input, textarea, select {
  *font-size: 100%; 
}

em {
  font-style: normal; 
}

img {
  border: 0; 
}

blockquote, body, caption, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, input, label, legend, li, object, ol, p, pre, span, strong, table, tbody, td, tfoot, th, thead, tr, ul {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0; 
}

body, html {
  font: 12px/1.25 'Microsoft YaHei',sans-serif;
  overflow-x: hidden;
   }

ol, ul {
  list-style: none; 
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

:focus {
  outline: 0; 
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; 
}

a {
  outline: 0;
  text-decoration: none; 
}

.clear {
  clear: both;
  display: block;
  margin: 0;
  padding: 0; 
}

* html .clearfix {
  height: 1%; 
}

.clearfix {
  zoom: 1; 
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both
}
.relative {
  position: relative;
}
.pl3{
	padding-left:3px;
}

/*样式开始*/

body {
	width: 100%;
	background: #fffbf2;
}

.base_bottom {
	width: 100%;
	background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/bg.png) center top repeat-y fixed;
	padding-top: 25px
}
.nav_top{
	width:790px;
	margin:0 auto;
	/*margin:0 auto 30px;*/
}
.nav_top a {
	width: 147px;
	height: 60px;
	display: block;
	text-indent: -9999px;
}

.nav_top a img {
	display: block;
}

.main {
	width: 790px;
	margin: 0 auto;
	padding-bottom: 56px;
}
.tc {
	text-align: center;
	margin-bottom:20px;
}

.window {
	width: 790px;
	margin: 0 auto;
}

.window .footer {
	background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/window_footer.png) left bottom no-repeat;
	padding-bottom: 35px;
}

.window .header {
	background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/window_header.png) left top no-repeat;
	padding-top: 35px
}

.window .body {
	background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/window_body.png) left top repeat-y;
}

.window .inr {
	background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/photo.png) left top no-repeat;
	padding: 18px 35px 0;
}

.window h2 {
	color: #ffb400;
	font:bold 18px/32px '微软雅黑';
}

.window h3 {
	color: #ffad39;
	font:bold 16px/28px '微软雅黑';
}

.window .green {
	color: #a1f279;
	font:normal 14px/24px '微软雅黑';
}

.window p {
	color: #fff;
	font:normal 14px/24px '微软雅黑';
}
.window .mb5 {
	margin-bottom: 5px !important;
}
.window .wrap_eventitem {
	width: 240px;
	padding: 5px 0 58px 0;
}

.ic_reflection_box {
	width: 48px;
	height: 48px;
	float: left;
	position: relative;
	display: block;
	cursor:pointer;
}

.ic_reflection_box .bigimg{
	position:absolute;
	top:42px;
	left:-6px;
	z-index: 10;
	display: none;
}

.ic_reflection_box .ic_reflection_frame {
	width: 48px;
	height: 48px;
	background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/reflection_frame.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.ic_reflection_box img {
	position: absolute;
	top: 0px;
	left: 0px
}

.ic_reflection_box img.ic_reflection {
	margin: 2px 0 0 4px
}
/*侧边栏样式*/
#code, #code_hover {
    width: 170px;
    height: 117px;
    background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/pagetop2.png);
    position: fixed;
    right: 0px;
    bottom:205px;
}
.nav1 {
    width: 130px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #4f4f4f;
    padding-left: 35px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.nav1:hover{
	color:#000;
}
/*返回顶部样式*/
#gotop {
	  width: 170px;
	  height: 40px;
	  display: block;
	  position: fixed;
	  right:0;
	  bottom:160px;
	  cursor: pointer;
	  z-index: 1;
	  background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/pagetop.png) no-repeat left top;
}
#gotop:hover {
	  background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/150925Heavensturn/pagetop.png) no-repeat left bottom;
}

