html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video, select {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 12px;
	color: #333;
	font-family: "Microsoft Yahei";
	overflow-x: hidden;
	background: #f7f7f7;
}

.bodybg {
	background: url(../images/bodybg.jpg) right 160px no-repeat;
}

img, a {
	border: 0;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

a {
	color: #333;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:hover {
	color: #005b9e;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

img {
	max-width: 100%;
	height: auto;
}

.web-width {
	width: 100%;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clears {
	clear: both
}

.for-liucheng {
	width: 100%;
	margin: 10px auto;
	height: 50px;
	padding: 20px 0 0 0;
	position: relative
}

.liulist {
	float: left;
	width: 25%;
	height: 7px;
	background: #ccc
}

.liutextbox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 10px
}

.liutextbox .liutext {
	float: left;
	width: 25%;
	text-align: center
}

.liutextbox .liutext em {
	display: inline-block;
	width: 24px;
	height: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #ccc;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: bold;
	color: #fff
}

.liutextbox .liutext strong {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	font-weight: 400
}

.liulist.for-cur {
	background: #5293C4
}

.liutextbox .for-cur em {
	background: #5293C4
}

.liutextbox .for-cur strong {
	color: #5293C4
}

.forget-pwd {
	width: 100%;
	margin: 20px auto;
	min-height: 300px
}

.forget-pwd input, .forget-pwd select, .forget-pwd button {
	border: 0;
	margin: 0;
	padding: 0;
	background: 0
}

.forget-pwd dl {
	margin-bottom: 20px
}

.forget-pwd dt {
	float: left;
	padding-right: 10px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 14px
}

.forget-pwd dd {
	float: left;
	width: calc(100% - 100px);
	height: 30px;
	position: relative;
}

.forget-pwd dd input {
	width: 70%;
	height: 28px;
	border: #ccc 1px solid;
	border-radius: 5px;
}

.forget-pwd dd select {
	width: 190px;
	height: 30px;
	border: #ccc 1px solid
}

.forget-pwd dd button {
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: #ddd 1px solid;
	background: #f1f1f1;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #666
}

.forget-pwd .yanzma {
	position: absolute;
	left: 71%;
	top: -2px;
	height: 30px;
	line-height: 30px;
	width: 180px
}

.subtijiao {
    width: calc(70% - 91px);
    margin-left: 100px;
    text-align: center;
}

.subtijiao input {
	width: 85px;
	height: 32px;
	background: #5293C4;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	text-align:center;
}

.successs {
	text-align: center;
	padding: 20px 0 60px 0
}

.successs h3 {
	padding: 20px;
	font-size: 25px;
	color: #a0cd4e
}

input:focus,input.focus{
	border-color: rgba(82, 168, 236, 0.8) !important;
	outline: 0 !important;
	outline: thin dotted \9 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

.content2,.content4{
	padding-top: 40px;
    font-size: 1.5rem;
    text-indent: 2em;
    letter-spacing: 1px;
    text-align: justify;
    font-family: 宋体, Tahoma, Arial, Helvetica, STHeiti;
    line-height: 3rem;
}