* {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
body{ background:#F0F0F0; overflow-x:hidden;}
.float_l{float:left;}
.float_r{float:right;}
.clearfix:after{clear:both;content: ".";display:block;height:0;visibility:hidden;}
.clearfix{*zoom:1;}
.clear{clear:both;}
.kuandu{width:1203px; margin:auto}
.kuandu_02{width:1050px; margin:auto}
.kuandu_03{ width:800px; margin:auto;}
.kuandu_04{width:1050px; margin:auto}
.kuandu_01{width:1200px; margin:auto}
.kuandu_05{width:995px; margin:auto}
a{text-decoration:none;outline:none;color:#555;}
.lift-nav {
	position:fixed;
	top: 210px;
	right: 15%; display:block;

}
.lift-nav li {
	width: 100px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	color: #717171;
	padding: 20px 10px;
	
	cursor: pointer;
	border-left: 2px solid #EAEAEA; font-size:14px;
}
.lift-nav li.current {
	border-left: 2px solid #E00000;
	color: #E00000;
}
.t1, .t2, .t3, .t4, .t5, .t6,  .t7, .t8, .t9, .t10, .t11, .t12,  .t13, .t14, .t15, .t16, .t17, .t18,  .t19, .t20, .t21, .t22, .t23, .t24 {
	width: 554px;
	height: 312px;
	text-align: center;
	line-height: 400px;
	margin: 20px auto;
	font-size: 30px;
	color: #fff;
}

.curr_nr { width:26%;	position:fixed;
	top: 132px;
	left: 10%;; font-size:13px; line-height:20px; 

}
.lift-target{margin-left:10%;padding-bottom:140px;}


/*top */
.top{ background:#fff;}
.nav{ margin-left:87px; background:#fff;}
.nav_con li {
  display: inline-block; }
.nav__item{ height:100px; line-height:100px;}
.nav_con.default {
    line-height: 35px;
    height: 35px; }
.nav_con.twiceBorder, .nav.underline, .nav.overline {
    line-height: 30px;
    height: 30px; }
.nav_con a {
    padding: 0 22px; }
.nav_con a:hover{ color:#252525;}
.nr_main{ background:#fff;}
.nr_main_01{ background:#fff; padding:20px 150px;}
.nr_main_02{background:#fff; padding:120px 0px;}

.bottom{ background:#1b1d1f; height:177px;}
.bottom  p{ color:#eaeaea;}
.ewm{ border-right:1px solid #565b5f; padding-right:42px;margin-left:100px;}
.bot_nr{ padding:25px 0px 0px 54px; }
.bot_wz{ width:885px; text-align:center; line-height:30px; font-size:12px; padding:10px;}










/*top */
.top{ background:#fff;}
.nav{ margin-left:87px; background:#fff;}
.nav_con li {
  display: inline-block; }
.nav__item{ height:100px; line-height:100px;}
.nav_con.default {
    line-height: 35px;
    height: 35px; }
.nav_con.twiceBorder, .nav.underline, .nav.overline {
    line-height: 30px;
    height: 30px; }
.nav_con a {
    padding: 0 22px; }
.nav_con a:hover{ color:#252525;}
.nr_main{ background:#fff;}
.nr_main_01{ background:#fff; padding:20px 150px;}
.nr_main_02{background:#fff; padding:120px 0px;}

.bottom{ background:#1b1d1f; height:177px;}
.bottom  p{ color:#eaeaea;}
.ewm{ border-right:1px solid #565b5f; padding-right:42px;margin-left:100px;}
.bot_nr{ padding:25px 0px 0px 54px; }
.bot_wz{ width:885px; text-align:center; line-height:30px; font-size:12px; padding:10px;}

.game_tit{ font-size:25px; padding:30px 0px 20px 0px;}
.game_logo img{ width:190px;}
.game_logo{ text-align:center;}
.curr_nr p{text-indent: 2em; line-height:23px; height:320px; overflow-y:auto}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #EAEAEA;
  background: #EAEAEA;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px #EAEAEA;
  border-radius: 10px;
  background: #EAEAEA;
}
