#slider {
	display: none;
}

.swiper-container {
	display: block!important;
}

.bb {
	z-index: 999;
}

body {
	background: #63E2FF;
}

.window-shadow,
.pattern_bg {
	display: none!important;
}

.top_menu {
	max-width: 100%!important;
	background: #25b2ef!important;
}
.top_menu .menu_button{padding: 1px 0;}
.top_menu .menu_title span {
    color: #ffe3ad;
    font-size: 20px;
    font-weight: bold;
}
.top_menu .easyui-button{
    width: 90px;
    height: 35px;
    margin: 4px auto;
	border-radius: 32px;
	background-color: #f0ffff;
	color: #e24c7f;
	cursor: pointer;
}
.login-icon,.reset-icon,.sign-icons{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 7px;
	margin-left: 8px;
	float: left;
}
.login-txt,.sign-txt,.reset-txt{
    width: 46px;
    line-height: 35px;
    float: right;
    text-align: left;
    margin-left: 4px;
    font-weight: bold;
}
.login-opener.easyui-button .login-icon{background: url(/images/homepage/user.png) no-repeat center #f0ffff;}
.reset-opener.easyui-button .reset-icon{background: url(/images/homepage/password.png) no-repeat center #f0ffff;}
.sign_up-opener.easyui-button .sign-icon{background: url(/images/homepage/sign.png) no-repeat center #f0ffff;}
#main_container,
#ban1 .vui-slider,
.pattern_box {
	width: 100%;
	font-size: 15px;
}

.vui-slider {
	width: 420px!important;
	height: 256px!important;
}

.pattern_box {
	position: relative;
	left: -3%;
}

.pattern_box .pattern_box_icon {
	display: none;
}

.pattern_bg {
	height: 100%;
	padding-bottom: 30px;
	display: none;
}

#main_content {
	padding: 20px 0 10px 0;
}

.box_wrap {
	padding: 0;
}

.box_title {
	display: table-cell;
	position: relative;
	left: 70%;
}

.box_text_content,
.box_text {
	width: 88%;
}

#login-dlg {
	padding: 0!important;
}

.panel {
	left: 0!important;
}

.panel,
.panel-header {
	width: 360px!important;
}

#login-dlg,
.easyui-panel {
	width: 360px!important;
	background: rgba(0, 170, 247, 0.1);
	box-shadow: none!important;
    border: none!important;
}

.input_form p {}

.vui-slider .vui-next {
	left: 75%!important;
}

.vui-buttons {
	left: 35%!important;
}

a {
	display: inline-block;
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	text-align: center;
	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 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

#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 {
	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;
}
/*登录界面语言选择*/

.select {
	position: relative;
	width: 120px;
	height: 30px;
	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;
}

/*----------------------menu-------------------------*/

#middle_box {
	max-width: 1024px;
	clear: both;
	margin: 0px;
}

.middle_box_content {}

.top_menu {
	max-width: 1024px;
	background: url(/images/homepage/menu-bg-min.jpg) no-repeat center;
	background-size: 100%;
}

.top_menu h1 span,
#user_login_text {
	color: #fb7373!important;
	vertical-align: middle;
	font-size: 1.4em;
}

a.opener {
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	color: #e24c7f;
	font-size: 15px;
	font-weight: bold;
	border-radius: 8px;
	text-decoration: none;
	padding: 0 0 0 32px;
	margin: 0 3px 0 3px;
}

.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;
}

@-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);
	}
}

/*---------------------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 {
	width: 93%;
	margin: 0 auto;
	background: rgba(0, 170, 247, .4);
	border-radius: 10px;
	margin-bottom: 10px;
}

.box_title {}

.box_content .box_inner {
	width: 93%;
	margin: 0 auto;
	padding: 10px 0;
}

.box_content .box_inner .box_inner_mian {
	margin-top: 0;
}

.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------------------*/

#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;
}


/*swiper css*/

.cl:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.cl {
	* zoom: 1;
}


/*---- banner ---*/

.swiper-container {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 5;
	background: #F8F8F8;
}

.swiper-wrapper {
	position: relative;
	z-index: 10;
}

.swiper-slide {
	position: relative;
	text-align: center;
	float: left;
}

.swiper-slide a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

.pagination {
	position: absolute;
	height: 1.2em;
	width: 100%;
	bottom: 0.4em;
	z-index: 100;
}

.pagination .swiper-pagination-switch {
	display: inline-block;
	height: 0.6em;
	width: 0.6em;
	background: #FFF;
	border-radius: 50%;
	margin-right: 1em;
}

.pagination .swiper-active-switch {
	background: #fe5e52;
}