body {
	overflow-x: hidden;
	background: #6ac2ef;
	background: -webkit-linear-gradient(-65deg, #be86f9, #63E2FF);
	background: linear-gradient(-12deg, #be86f9, #63E2FF);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b5564;
}

p {
	margin: 0px;
	padding: 0 0 5px 0;
	line-height: 17px;
	text-align: justify;
}

p.pat {
	color: #FFFFFF;
}

h1 {
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#login-dlg h1,
#reset-dlg h1 {
	font-size: 2em;
	margin-top: 5px;
}

h2 {
	color: #759f1b;
	font-size: 16px;
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0 0 0;
}

span.blue {
	color: #a5dcf8;
}

span.dark_blue {
	color: #116c64;
}

#main_container {
	position: relative;
	z-index: 2;
	max-width: 1024px;
	height: auto;
	margin: auto;
	background-color: #fff;
	box-shadow: 0 0 50px #fff, 0 0 85px #fff inset;
	border-radius: 0 0 5px 5px;
}

.right_header {
	float: right;
	max-width: 550px;
}


/*----------------------menu-------------------------*/

.window {
	background: #b6eeff;
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#b6eeff), color-stop(0.2, #b4edff));
	background: -webkit-linear-gradient(#b6eeff 0%, #b4edff 20%);
	background: -moz-linear-gradient(#b6eeff 0%, #b4edff 20%);
	background: -o-linear-gradient(#b6eeff 0%, #b4edff 20%);
	background: linear-gradient(#b6eeff 0%, #b4edff 20%);
}

.window .window-body {
	border: none;
}

#middle_box {
	max-width: 1024px;
	clear: both;
	margin: 0px;
}

.top_menu {
	max-width: 1024px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	background: url(/images/homepage/menu-bg.jpg) no-repeat center;
}

.top_menu .menu_title {
	width: 56%;
}

.top_menu .menu_title,
.top_menu .menu_button {
	display: inline-block;
	float: left;
	height: 100%;
	font-weight: bold;
}

.top_menu .menu_button {
	width: 44%;
}

.top_menu span {
	float: right;
}

.top_menu span,
#user_login_text,
#user_reset_text {
	color: #ffa802;
	font-size: 1.4em;
	background-image: -webkit-linear-gradient(left, #0ee5ff, #f4ab20 50%, #0ee5ff 50%, #f4ab20 100%, #0ee5ff);
	-webkit-background-size: 200% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -moz-linear-gradient(left, #0ee5ff, #f4ab20 50%, #0ee5ff 50%, #f4ab20 100%, #0ee5ff);
	-moz-background-size: 200% 100%;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	background-image: -o-linear-gradient(left, #0ee5ff, #f4ab20 50%, #0ee5ff 50%, #f4ab20 100%, #0ee5ff);
	-o-background-size: 200% 100%;
	-o-background-clip: text;
	-o-text-fill-color: transparent;
	-webkit-animation: masked-animation 3s infinite linear;
}

.opener {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	color: #e24c7f;
	font-size: 15px;
	font-weight: bold;
	border-radius: 8px;
	text-decoration: none;
}

.top_menu .login-opener,
.top_menu .reset-opener,
.top_menu .sign_up-opener {
	display: inline-block;
	width: 72px;
	height: 35px;
	float: left;
	margin: 5px 5px 0 12px;
	border-radius: 32px;
	background: #f0ffff;
	cursor: pointer;
}

.top_menu .login-txt,
.top_menu .reset-txt,
.top_menu .sign-txt {
	display: inline-block;
	vertical-align: top;
}

.top_menu .login-icon,
.top_menu .reset-icon,
.top_menu .sign-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 7px;
	margin-left: 8px;
}

.top_menu .login-icon {
	background: url(/images/homepage/user.png) no-repeat center;
}

.top_menu .sign-icon {
	background: url(/images/homepage/sign.png) no-repeat center;
	;
}

.top_menu .reset-icon {
	background: url(/images/homepage/password.png) no-repeat center;
}

.top_menu .login-opener:hover,
.top_menu .reset-opener:hover,
.top_menu .sign_up-opener:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


/*登录界面语言选择*/

.select {
	position: relative;
	width: 120px;
	height: 30px;
	box-shadow: 0 0 5px #2cb7ec;
	display: inline-block;
	outline: none;
	border: 1px solid #fff;
	border-radius: 6px;
	color: #6b6b6b;
	cursor: pointer;
}

.select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #666;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.select .select_text {
	padding: 0 20px 0 10px;
	height: 30px;
	line-height: 30px;
}

.select_ul {
	display: none;
	position: absolute;
	top: 36px;
	left: -1px;
	z-index: 9999;
	width: 122px;
	border: 1px solid #D4D4D4;
	border-radius: 6px;
	background: #fff;
}

.select_ul li {
	line-height: 36px;
	text-indent: 10px;
}

.select_ul li:first-child {
	border-radius: 6px 6px 0 0;
}

.select_ul li:last-child {
	border-radius: 0 0 6px 6px;
}

.select_ul li:hover {
	color: #fff;
	background: rgba(70, 196, 253, .6);
}


/*hover*/

.select_ul li.cur {
	color: #fff;
	background: rgb(70, 196, 253);
}


/*选中*/

.pattern_bg {
	position: relative;
	overflow: hidden;
	width: 1024px;
	height: 135px;
	clear: both;
	margin: auto;
	background: #1886db;
	background: -webkit-linear-gradient(top left, #1886db 0%, #17d7fb 100%);
	background: -moz-linear-gradient(top left, #1886db 0%, #17d7fb 100%);
	background: -ms-linear-gradient(top left, #1886db 0%, #17d7fb 100%);
	background: -o-linear-gradient(top left, #1886db 0%, #17d7fb 100%);
	background: linear-gradient(to bottom right, #1886db 0%, #17d7fb 100%);
}

.pattern_bg li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.35);
	bottom: -120px;
	-webkit-animation: square 15s infinite;
	-moz-animation: square 15s infinite;
	-ms-animation: square 15s infinite;
	-o-animation: square 15s infinite;
	animation: square 15s infinite;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.pattern_bg li:nth-child(1) {
	left: 10%;
}

.pattern_bg li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 17s;
	-moz-animation-duration: 17s;
	-ms-animation-duration: 17s;
	-o-animation-duration: 17s;
	animation-duration: 17s;
}

.pattern_bg li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-ms-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s;
}

.pattern_bg li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 22s;
	-moz-animation-duration: 22s;
	-ms-animation-duration: 22s;
	-o-animation-duration: 22s;
	animation-duration: 22s;
	background-color: rgba(255, 255, 255, 0.25);
}

.pattern_bg li:nth-child(5) {
	left: 70%;
}

.pattern_bg li:nth-child(6) {
	left: 80%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, 0.2);
}

.pattern_bg li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-ms-animation-delay: 7s;
	-o-animation-delay: 7s;
	animation-delay: 7s;
}

.pattern_bg li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-ms-animation-delay: 15s;
	-o-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	-moz-animation-duration: 40s;
	-ms-animation-duration: 40s;
	-o-animation-duration: 40s;
	animation-duration: 40s;
}

.pattern_bg li:nth-child(9) {
	left: 25%;
	width: 30px;
	height: 30px;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	-moz-animation-duration: 40s;
	-ms-animation-duration: 40s;
	-o-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, 0.3);
}

.pattern_bg li:nth-child(10) {
	left: 86%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	-moz-animation-delay: 11s;
	-ms-animation-delay: 11s;
	-o-animation-delay: 11s;
	animation-delay: 11s;
}

.window_effct {
	z-index: 9005;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.7);
	-o-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.window_effct.window_foucs {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.window_hide {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(0.4);
	-o-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-700px) rotate(600deg);
		transform: translateY(-700px) rotate(600deg);
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-700px) rotate(600deg);
		transform: translateY(-700px) rotate(600deg);
	}
}

.pattern_box {
	width: 50%;
	float: left;
}
.pattern_box_icon{
	margin: 20px 0 0 20px;
}
.pattern_content {
	width: 75%;
	margin: 30px 0 0 20px;
}
.pattern_box_icon,.pattern_content{
	float: left;
}

/*---------------------main_content------------------*/

#main_content {
	width: 100%;
	min-height: 280px;
	text-align: center;
	background: rgba(15, 176, 235, 0.3);
}

.box_wrap {
	width: 885px;
	height: auto;
	margin: auto;
	padding: 0 0 0 15px;
}

.clear {
	clear: both;
}

.box_content {
	position: relative;
	top: 0;
	width: 220px;
	height: 250px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	background: rgba(0, 170, 247, .4);
	border-radius: 10px;
}

.box_content:hover {
	background: rgba(0, 170, 247, .7);
}

.box_title {}

.title_icon {
	float: left;
	padding: 0 5px 0 10px;
}

.box_text_content {
	width: 200px;
	float: left;
	margin-left: 20px
}

.box_icon {
	float: left;
	padding: 0 5px 0 0;
}

.box_text {
	width: 190px;
	float: left;
	text-align: justify;
	padding: 0 0 0 10px;
}

a.details {
	float: right;
	padding: 5px 15px 0 0;
	text-decoration: none;
	font-weight: bold;
	color: #f8851f;
}


/*-----------------------------footer------------------*/
#copy{
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    background: #a79ffb;	
}

#footer {
	width: 900px;
	height: 45px;
	color: #508aa1;
	background-color: #e8eff2;
}

.copyright {
	float: left;
	padding: 10px 0 0 10px;
}

.center_footer {
	color: #c3ced4;
	font-size: 12px;
	font-weight: bold;
	width: 550px;
	padding: 15px;
	text-align: center;
	float: left;
}

.footer_links {
	float: right;
	padding: 10px 10px 0 0;
}

@media (max-width: 480px) {}

@media screen and (min-width: 568px) and (max-width: 767px) {
	body {
		background: #63E2FF;
	}
	.window-shadow,
	.pattern_bg {
		display: none!important;
	}
	#main_container,
	#ban1 .vui-slider,
	.pattern_box {
		width: 100%;
		font-size: 15px;
	}
	.vui-slider {
		height: 256px!important;
	}
	.pattern_bg {
		height: 100%;
		display: none;
	}
	#main_content {
		height: 750px;
	}
	.box_content {
		width: 52%;
		margin-left: 7%;
		margin-right: 30%;
	}
	.box_title {
		display: table-cell;
		position: relative;
		left: 70%;
	}
	.box_text_content,
	.box_text {
		width: 90%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#main_container,
	#ban1 .vui-slider,
	.pattern_box {
		width: 100%;
		font-size: 15px;
		overflow: hidden;
	}
	.pattern_box {
		position: relative;
		left: 9%;
	}
	.pattern_bg {
		height: 100%;
	}
	#main_content {
		height: 750px;
	}
	.box_content {
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.box_title {
		display: table-cell;
		position: relative;
		left: 70%;
	}
	.box_text_content,
	.box_text {
		width: 90%;
	}
}

@media (min-width: 1024px) {}

.login_check {
	text-align: left;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px
}

.login_error {
	color: red
}

.login_warn {
	color: #ffff00
}