﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
li{
	list-style-type:none;
}
h4,i, cite, em, var, address, dfn {
  font-style: normal;
}
a{
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:underline;
}
.clearfix{*zoom:1}
.clearfix:after{content:"";display:table;height:0;line-height:0;clear:both}
body{
	font: 14px/1.5 "Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft Yahei","微软雅黑",Tahoma,Arial,STHeiti,sans-serif;
	background:#ECECEC;
	color:#666;
}
.new-banner{
	width:100%;
	height:260px;
	background:url(../images/new-banner.jpg) no-repeat top center;
}
.new-wrapper{
	width:1190px;
	margin:30px auto 0;
	overflow:hidden;
}
.new-silerBar{
	width:300px;
	float:left;
	
}
.new-content{
	width:860px;
	margin-left:330px;
	overflow:hidden;
}
.new-silerBar>ul{
	width:298px;
	background:#fff;
	border:1px solid #dfdfdf;
	overflow:hidden;
}
.new-silerBar>ul li a{
	display:inline-block;
	width:268px;
	border-bottom:1px solid #dfdfdf;
	padding-left:30px;
	height:38px;
	line-height:38px;
}
.new-silerBar>ul li a:hover,.new-silerBar>ul li a.active{
	width:300px;
	background:#ff6600 url(../images/arrow-white.png) no-repeat 270px center;
	color:#fff;
}
.new-silerBar>ul li a.active{
	cursor:default;
}
.new-silerBar>ul li:last-child{
	border-bottom:4px solid #dfdfdf;
}
.content-box{
	margin-bottom:40px;
	background:#fff;
	overflow:hidden;
}
.big-box{
	height:310px;
}
.small-box{
	height:250px;
}
.content-text{
	width:430px;
	height:100%;
	display:table;
	float:left;
}
.table-cell{
	display:table-cell;
    vertical-align:middle;
}
.text-box{
	width:370px;
	margin:0 auto;
}
.content-text h4,.content-text-box h4{
	margin-bottom:20px;
	font-size:24px;
	font-weight:normal;
	color:#6e6e6e;
}
.content-box p{
	line-height:1.8;
	margin-bottom:16px;
}
.content-img{
	width:430px;
	float:left;
}
.how-book{
	padding:20px 30px 50px;
	background:#fff;
	overflow:hidden;
}
.how-book h4{
	font-size:20px;
	line-height:40px;
	margin-bottom:10px;
	font-weight:normal;
}
.how-book > p{
	margin-bottom:24px;
	line-height:1.8;
}
.link-rule{
	display:inline-block;
	padding-right:18px;
	line-height:38px;
	background:url(../images/arrow-blue.png) no-repeat right center;
	font-size:16px;
	color:#3b83cb;
}
.text-box .link-rule{
	margin-top:-10px;
}
.how-book .link-club{
	color:#3b83cb;
	text-decoration:underline;
}
.content-text-box{
	padding:40px;
}






