/*---------------------reset----------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul, li {
	list-style: none
}

body {
	background: #FFF;
}

:focus {
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, table td, table th {
	border: 1px solid #edeada;
	border-collapse: collapse;
}

address, cite, code, dfn, em, var, i {
	font-style: normal
}

input[type=button], input[type=submit], button {
	cursor: pointer;
	outline: none;
}

.input, select {
	vertical-align: middle
}

* html .clearfix {
	zoom: 1
}

*+html .clearfix {
	zoom: 1
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #009bd8
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.pos-r {
	position: relative;
}

.hide {
	display: none;
}
/*---------------------header----------------------*/
.header {
	height: 84px;
	margin: 5px auto;
	overflow: hidden;
	position: relative;
	width: 780px;
	z-index: 2;
}

.headerNav {
	right: 0;
	text-align: right;
	top: 42px;
	width: 300px;
	position: absolute;
}

.headerNav a {
	color: #515151;
	font-size: 12px;
	padding: 0 2px;
}

.headerNav a:hover {
	text-decoration: underline;
	color: #658b98;
}

/*---------------------banner----------------------*/
.banner {
	min-width: 1000px;
	position: relative;
	height: 510px;
	overflow: hidden;
}

.banner .bd {
	position: relative;
	z-index: 0;
}

.banner .bd ul {
	width: 100% !important;
}

.banner .bd li {
	width: 100% !important;
	height: 510px;
}

.banner .bd li .siteWidth {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	height: 299px;
}

.banner .bd li a {
	height: 299px;
	display: block;
}

.banner .bd .txt {
	position: absolute;
	width: 415px;
	top: 100px;
	left: 22px;
	font: normal 18px/30px "Microsoft YaHei";
}

.footer {
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-top: 20px;
}

.helper {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

.login-aside {
	position: absolute;
	width: 320px;
	height: 300px;
	z-index: 9999999;
	border-radius: 5px;
	left: 60%;
	top: 80px;
}

.error-box {
	color: #f7ccc8;
	font-size: 12px;
	margin-bottom: 10px;
}

label.form-label {
	display: block;
	float: none;
	height: auto;
	line-height: 12px;
	text-align: left;
	width: auto;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #4e6877;
	-o-text-shadow: 1px 1px 1px #4e6877;
	-o-moz-shadow: 1px 1px 1px #4e6877;
	-o-mis-shadow: 1px 1px 1px #4e6877;
	-o-webkit-shadow: 1px 1px 1px #4e6877;
	margin-top: 12px;
	margin-bottom: 10px;
}

#o-box-up, #o-box-down {
	width: 320px;
	height: 300px;
	position: absolute;
	border-radius: 15px;
}

#o-box-up {
	background-color: #000;
	filter: alpha(opacity : 40);
	opacity: 0.4;
}

#o-box-down {
	padding: 30px 0 0 40px;
}

.i-text {
	width: 240px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #858585;
	background: #eef3f8;
	color: #9cb5cd;
	font-size: 14px;
	text-indent: 12px;
	box-shadow: 1px 1px 1px #dfe4e8 inset;
	-moz-box-shadow: 1px 1px 1px #dfe4e8 inset;
	-webkit-box-shadow: 1px 1px 1px #dfe4e8 inset;
	-o-box-shadow: 1px 1px 1px #dfe4e8 inset;
	-mis-box-shadow: 1px 1px 1px #dfe4e8 inset;
}

.yzm {
	width: 112px;
}

.yzm-img {
	position: absolute;
	left: 130px;
	top: 30px;
	cursor: pointer;
}

.btn-login {
	width: 242px;
	height: 36px;
	background: url(../images/login-btn.png) no-repeat;
	border: none;
	margin-top: 5px;
}

.h-light {
	border: 1px solid #80acd9;
	background: #fff;
	color: #9cb5cd;
	font-size: 14px;
	text-indent: 12px;
	border-color: #0787be;
	box-shadow: 0 1px 4px rgba(11, 122, 179, 0.65) inset, 0 0 14px
		rgba(11, 122, 179, 0.45);
}

a:link, a:visited, a:hover, a.active {
	text-decoration: none;
}

.btn-transparent-black {
	border: 2px solid #000;
	background: transparent no-repeat padding-box;
	border-radius: 3px;
	color: #000;
	width: auto;
	font-size: 18px;
	font-family: "Open Sans";
	min-height: 50px;
	line-height: 25px;
	padding: 16px;
	margin-bottom: 25px;
	line-height: 6.5;
	cursor: pointer;
}

.btn-transparent-black:hover {
	background-color: #004574;
	color: #fff;
}

.btn-login-submit-blue {
	width: 126px;
	height: 30px;
	border-radius: 20px;
	border-color: #0096E3;
	color: #0096E3;
	border-width: 3px;
}

div.div-login-frame-b  .btn-login-submit-blue:hover {
	background-color: #0096E3;
	color: #FFFFFF;
}

div.div-login-frame-b {
	width: 265px;
	height: 326px;
	border-radius: 20px;
	background-color: #EEEEEE;
	box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.5);
	padding: 0px;
}

div.div-login-frame-b .div-login-inputarea {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	margin-top: 16px;
}

div.div-login-frame-b .div-login-inputarea input {
	width: 151px;
	height: 20px;
	margin-left: 69px;
	border: none;
	background-color: #FFFFFF;
}

.footer_bottom {
	background-color: #004374;
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
}

.footer_bottom a {
	text-decoration: none;
	list-style-type: none;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	list-style-type: none;
	color: #fff;
}

.footer_bottom a:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.friendly_link {
	bottom: 60px;
	left: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
}

div.friendly_link  img {
	cursor: pointer;
	height: 40px;
	transition: all 0.3s;
}

div.friendly_link  img:hover {
	transform: scale(1.6) translateY(-5px);
}

.text_full_between {
	width: 85%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

div.cover_cloth {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 43, 74, 0.5);
}

div.cover_cloth span.word_first{
	font-size: 48px;
	color: #00FF7F;
}
div.cover_cloth span.word_tail{
	font-size: 45px;
	color: #ECECFB; 
}