* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    font: normal 14px/1.5 Arial, "Microsoft YaHei";
    color: #333;
	margin: 0;
}
a {
	color: #333;
    text-decoration: none;
}
a:hover {
	color: #5ac387;
}
a.on {
	color: #6ab08e;
}
ul {
	list-style: none;
}
button, input, select {
    border: 0;
    -webkit-appearance: none;
    -webkit-writing-mode: horizontal-tb;
    outline: none;
}
button, input[type='button'], input[type='submit'] {
	cursor: pointer;
}
em {
	font-style: normal;
}


.mb {
	margin-bottom: 20px;
}
.clear:after {
    clear: both;
    display: block;
    content: '';
}
.wrap {
    margin: 0 auto;
    width: 980px;
    position: relative;
}
.dot {
	background: #ddd;
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}

.head {
    position: relative;
    width: 100%;
}
.head .menu {
    background: #ffffff;
	border-bottom: 1px solid #e8e8e8;
	height: 64px;
}
.head .menu .logo {
    display: block;
    float: left;
	padding-top: 12px;
}
.head .menu .logo img {
	height: 40px;
}
.head .menu .cat {
	color: #6ab08e;
    display: block;
    float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 13px;
	position: relative;
	padding-left: 30px;
}
.head .menu .cat .dot {
	background: #6ab08e;
	left: 15px;
	top: 50%;
}
.head .menu .nav {
    display: block;
    float: right;
    list-style: none;
	line-height: 64px;
}
.head .menu .nav a {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    margin-left: 20px;
    text-decoration: none;
}
.head .menu .nav a:hover {
    color: #5ac387;
}

.banner {
	background: #fff url("img/top_bg.jpg") center repeat;
	padding: 20px 30px 30px;
	margin-top: 10px;
}
.banner .banner_top {
	border: 1px solid transparent;
	display: block;
	float: right;
	margin-top: 60px;
	width: 420px;
}
.banner .main {
	border: 1px solid transparent;
	display: block;
	float: left;
	width: 500px;
	color: #fff;
}
.banner .main .t {
	font-size: 28px;
}
.banner .main .p {
	margin-top: 15px;
	color: #fff;
}
.banner .main .table {
	margin-top: 15px;
}
.banner .main .table th {
	border: 1px solid #dfe3fe;
	padding: 3px 30px;
}
.banner .main .table td {
	border: 1px solid #dfe3fe;
	padding: 3px 40px;
}
.chapter {
	padding: 20px 0 0;
}
.chapter h2 {
	background-image: url("img/chapter_t.png"), url("img/chapter_t.png");
	background-position: left center, right center;
	background-repeat : no-repeat ;
	font-size: 18px;
	line-height: 24px;
	padding-left: 120px;
	padding-right: 120px;
	width: 486px;
	margin: 0 auto;
	text-align: center;
}
.chapter .list {
	width: 486px;
	margin: 0 auto;
}
.chapter .list .li {
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}
.chapter .list .btn {
	display: block;
	padding: 10px 1px 0;
	text-align: center;
}
.chapter .list .link {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	text-decoration: underline;
}
.chapter .list .link:hover {
	color: #2da87f;
}
.chapter .list .quote {
	background: #f5f5f5 url("img/quote_bg.png") center repeat;
	width: 486px;
	margin: 0 auto;
	padding: 15px;
	margin-top: 10px;
	color: #333;
}
.chapter .list .quote h3 {
	text-align: center;
	margin-bottom: 10px;
}
.chapter .list .i {
	padding-left: 15px;
	position: relative;
}
.chapter .list .i i {
	position: absolute;
	left: 0;
	font-style: normal;
}
.chapter h3 {
	font-size: 16px;
	text-align: center;
	padding-top: 30px;
}
.chapter h3 span {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 8px 10px;
}

.foot {
	border-top: 1px solid #e8e8e8;
    color: #999999;
    font-size: 12px;
    background: #fff;
    margin-top: 40px;
    padding: 15px 0 15px;
}
.foot a {
    color: #999999;
}
.foot a:hover {
    color: #5ac387;
}
.foot .info p {
    line-height: 24px;
	text-align: center;
}
.foot .info em {
    color: #e8e8e8 !important;
    padding: 0 10px;
}