body {
	font-family: "微软雅黑";
	overflow:scroll;overflow-x:hidden;
}
input {
    background: #fff;
    color: #000;
}
.container-fluid-body {
	padding-left: inherit;
	padding-right: inherit;
}

.top-banner {
	background-image: url('../images/banner.png');
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	min-width: 1002px;
	background-position: center top;
}
.top-bar-word{
    background-image: url(../images/banner_icon.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin-top: 125px;
    margin-left: 100px;
    position: absolute;
    background-size: contain;
}
.top-bar {
	background-color: #eaeaea;
	height: 30px;
	width: auto;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
		startColorstr='#55000000', endColorstr='#55000000');
	background: #eaeaea;
}


.top-bar-text {
	color: #656565;
	width: 52.1875%;
	min-width: 1002px;
	position: relative;
	padding-top: 5px;
	margin: 0 auto;
	text-align: center;
}

.top-bar-menu-centent {
	height: 90px;
	width: 100%;
	position: relative;
	background-color: #ffffff;
}

.top-bar-menu {
	width: 1190px;
	/*min-width: 1002px;*/
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.top-bar-login-area {
	width: 52.1875%;
	min-width: 1002px;
	position: relative;
	margin: 0 auto;
}
.control-group{
	height:64px;
	/*background-color: #379b0b;*/
}
.top-bar-login-account {
	height: 409px;
	width: 420px;
	margin-top: 20px;
	position: absolute;
	margin-left: 58%;
	background-color: #fff;
	filter:Alpha(opacity=70);
}
.top-bar-login-passwd,.top-bar-login-register,.top-bar-login-register-success {
	height: 409px;
	width: 420px;
	margin-top: 20px;
	position: absolute;
	margin-left: 58%;
	background-color: #fff;
	filter:Alpha(opacity=70);
	border-radius:4px;
	display: none;
}

.top-bar-exp {
	margin-left: 56.06896551724138%;
	font-size: 14px;
	color: #ffffff;
	margin-top: 33px;
	position: absolute;
}

.top-bar-exp:HOVER {
	margin-left: 56.06896551724138%;
	font-size: 14px;
	color: #cccccc;
	margin-top: 33px;
	position: absolute;
	cursor: pointer;
}

.platform_logo {
    background-image: url(../images/logo/logo.png);
    width: 263px;
    height: 71px;
	line-height:71px;
    /*margin-left: 18px;*/
    background-repeat: no-repeat;
    margin-top: 9.5px;
    position: absolute;
    background-size: contain;
}

.platform_logo span{
   /* margin-left: 185px;*/
    line-height: 45px;
    font-size: 30px;
    color: #81b804;
}
.platform_logo li{
    margin-left: 130px;
    line-height: 52px;
    font-size: 20px;
    color: #81b804;
}

.platform-menu {
	float: right;
	font-size: 18px;
	color: #666666;
	margin-right: 179px;
	margin-top: 35px;
}
.platform-ssl {
	color: #666666;
	text-decoration:none;
}
.platform-ssl:HOVER{
	color: #4fc88b;
	cursor: pointer;
}
.platform-menu:HOVER {
	color: #379b0b;
	cursor: pointer;
}

.center-bar-right-cube {
    height: 210px;
    width: 1005px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.center-bar-right-cube-1 {
	width: 150px;
	height: 150px;
	background-color: #97be45;
	float: left;
	position: relative;
}

.center-bar-right-cube-2 {
	margin-left: 63px;
	width: 150px;
	height: 150px;
	background-color: #4aa6cd;
	float: left;
	position: relative;
}

.center-bar-right-cube-3 {
	margin-left: 63px;
	width: 150px;
	height: 150px;
	background-color: #31548d;
	float: left;
	position: relative;
}

.center-bar-right-cube-4 {
	margin-left: 63px;
	width: 150px;
	height: 150px;
	background-color: #83a8d1;
	float: left;
	position: relative;
}
.center-bar-right-cube-5 {
	margin-left: 63px;
	width: 150px;
	height: 150px;
	background-color: #4a6cc3;
	float: left;
	position: relative;
}

.center-bar-right-cube-content {
	margin-left: 40px;
	font-size: 16px;
	color: #ffffff;
    margin-top: 110px;
	position: absolute;
}

.center-bar-right-cube-content-img {
    margin-left: 60px;
    margin-top: 10px;
    position: absolute;
    height: 30px;
    width: 30px;
}

.center-bar-right-cube-left-label1 {
	margin-left: 12px;
    margin-top: 62px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    width: 62px;
    display: inline-block;
    text-align: right;
}

.center-bar-right-cube-left-label2 {
    margin-right: 10px;
    margin-top: 70px;
    font-size: 10px;
    color: #ffffff;
    float: right;
    width: 55px;
    padding-left: 10px;
}

.footer-bar {
	height: 30px;
	background-color: #526271;
	width: auto;
	position: relative;
	min-width: 1002px;
}

.loginButton {
	background-color: #93bb3d;
	border-radius:4px;
}

.loginButton:hover {
	background-color: #346722;
}
.username{
	background-image: url("../images/username.png");
	height: 15px;
	width: 16px;
	background-repeat: no-repeat;
}
.password{
	background-image: url("../images/password.png");
	height: 16px;
	width: 13px;
	background-repeat: no-repeat;
}
.login-area-content{
	-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;border: 0;
}

.foot-bar-text span{
	margin: 0px 20px;
}
label{
	color:#000;
}
.validate-btn:hover {
	cursor: pointer;
}