/*commom style*/

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
}

li {
	list-style: none;
}

a,
ins {
	text-decoration: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
}

a:hover {
	color: #FFFFFF;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.hide {
	display: none;
}

.block {
	display: block;
}

body {
	background: url(../img/bodyBg.jpg) repeat;
	font-family: "微软雅黑";
	padding: 35px 0;
}

.main {
	width: 694px;
	height: 580px;
	background: url(../img/mainBg.png) no-repeat;
	margin: 0 auto;
	position: relative;
}

.main1 {
	width: 694px;
	height: 580px;
	background: url(../img/mainBg1.png) no-repeat;
	margin: 0 auto;
	position: relative;
}


h1 {
	font-weight: normal;
	font-size: 28px;
	color: #bb2335;
	position: absolute;
	line-height: 28px;
    left: 128px;
    top: 276px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #616161;
	line-height: 16px;
	position: absolute;
    left: 132px;
    top:338px;
}

h3 {
	font-weight: normal;
	font-size: 23px;
	color: #bb2335;
	line-height: 23px;
	position: absolute;
	left: 56px;
	top: 422px;
}

a {
	display: block;
	width: 180px;
	height: 50px;
	color: #ffffff;
	line-height: 50px;
	padding-left: 78px;
	font-size: 17px;
	position: absolute;
	top: 464px;
}

.backBegin {
	left: 40px;
}

.backIndex {
	left: 264px;
}

.error {
	font-weight: 700;
	font-size: 168px;
	color: #BB2335;
	position: absolute;
	left: 292px;
	top: 47px;
}