﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	font-family: "微软雅黑"
}
.top {
	height: 420px;
	background: url(../images/banner.png) center center no-repeat;
}
.content {
	width: 1080px;
	margin: 0 auto;
}
.part {
	text-align: center;
	margin: 30px 0;
	font-size: 18px;
	line-height: 30px;
	clear: both;
}
.part a:link {
	color: #b6a173
}
.part a:visited {
	color: #b6a173
}
.part a:hover {
	color: #b6a173
}
.part span {
	color: #b6a173
}
.part .img {
	float: left;
}
.part .img2 {
	width: 100%;
	margin: 15px
}
.part .img imgcenter {
	width: 735px;
	margin: 0 auto;
}
.part .title {
	font-size: 16px;
	text-align: left;
	margin-bottom:10px;
}
.part .word {
	padding-left: 50px;
	float: left;
}
.part .word .step1 {
	font-size: 15px;
	width: 470px;
	text-align: left;
	height: 200px;
	padding-top: 100px;
}
.part .word .step2 {
	font-size: 15px;
	width: 470px;
	text-align: left;
	height: 200px;
	padding-top: 80px;
}
.part .word .step3 {
	font-size: 15px;
	width: 470px;
	text-align: left;
	height: 200px;
	padding-top: 80px;
}
.part2 {
	margin: 30px 0;
}
.part2 .title {
	font-size: 15px;
	font-weight: bold;
	
}
.part2 ul {
	margin: 0;
	padding: 10px 20px;
padding:
}
.part2 ul li {
	font-size: 15px;
	list-style: none;
	position: relative;
	line-height: 24px;
}
.part2 ul li::before {
	content: "●";
	color: #b6a173;
	width: 50px;
	height: 100%;
	position: absolute;
	left: -20px;
	display: block;
	float: left
}
.clear {
	clear: both;
}
.btn {
	width: 118px;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	line-height: 30px;
	margin: 0 auto;
	background: #b6a173;
	text-align: center
}
.btn a:link {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none
}
.btn a:visited {
	color: #fff;
	text-decoration: none
}
.btn a:hover {
	color: #fff;
	text-decoration: none
}
.rights {
	position: relative;
	height: 50px;
	text-align: center;
	margin-top: 20px;
}
.rights .word {
	background: #FFF;
	text-align: center;
	position: relative;
	z-index: 15
}
.rights hr {
	border: #999 1px solid;
	position: absolute;
	top: 3px;
	z-index: 5;
	width: 100%
}
