.header-bottom {
	height: 0
}

.header-bottom.homepage #account-box {
	position: absolute;
	top: 30px;
	right: 0;
	width: 264px;
	height: 325px;
	margin: 0;
	padding-top: 80px;
	text-align: center;
	background: url('../images/acc_bg.png')no-repeat center
}

.header-bottom.homepage #account-box:before {
	content: none
}

.header-bottom.homepage #account-box>form {
	position: static
}

.header-bottom.homepage #account-box>form input#username,.header-bottom.homepage #account-box>form input#password {
	width: 204px;
	margin: 0;
	line-height: 33px
}

.header-bottom.homepage #account-box>form input#username,.header-bottom.homepage #account-box>form input#password {
	width: 204px;
	margin: 0;
	line-height: 33px
}

.header-bottom.homepage #account-box>form input#password {
	margin: 10px 0
}

.header-bottom.homepage #check-code-wrapper {
	width: 204px;
	margin-bottom: 15px;
	text-align: left
}

.header-bottom.homepage #check-code-wrapper input {
	width: 135px
}

.header-bottom.homepage #captcha {
	right: 5px
}

.header-bottom.homepage #agree {
	top: 80%;
	right: 80px
}

.header-bottom.homepage #account-box>form button.register-btn {
	margin-left: 10px
}

.header-bottom.homepage #account-box>form .account-link {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	margin: 0
}

.header-bottom.homepage #account-box>form .account-link:before {
	top: 16px;
	left: 49%
}

.header-bottom.homepage #account-box>form .account-link a {
	font-size: 14px
}

.header-bottom.homepage #account-box>form .account-link a.trial-btn {
	margin-left: 50px
}

.header-bottom.homepage #account-box.login {
	padding: 80px 32px 0 32px;
	text-align: left
}

.header-bottom.homepage ul#account-info>li {
	padding: 0;
	line-height: 29px
}

.header-bottom.homepage ul#account-info>li>span.account {
	vertical-align: bottom
}

.header-bottom.homepage #account-nav {
	margin: 8px 0 0 0;
	text-align: left
}

.header-bottom.homepage #account-nav li {
	line-height: 30px
}

.header-bottom.homepage #account-nav li.home-noline:before,.header-bottom.homepage #account-nav li.logout-btn:before {
	content: none
}

.header-bottom.homepage #account-nav li.logout-btn {
	position: absolute;
	left: 35px;
	bottom: 60px;
	width: 190px;
	height: 40px;
	color: #000;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: url('../images/logout_btn.png') no-repeat center top
}

.header-bottom.homepage #account-nav li.logout-btn:hover {
	background-position: center bottom
}

.header-bottom.homepage #account-nav li.logout-btn a {
	display: block
}

#content {
    padding: 0;
}

/* lunbo css */
.slideBox {
	min-width: 1024px;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 465px !important;
}

.slideBox .bd {
	height: 465px !important;
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	text-align: center;
}

.slideBox .hd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 4;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0 5px;
	border-radius: 6px;
	cursor: pointer;
	background: white;
	-webkit-transition: all .5s;
	box-shadow: 0 1px 2px #555 inset;
}

.slideBox .hd ul li.on {
	background: yellow;
}

.slideBox .bd ul img {
	width: 100%;
	height: 465px;
}
