﻿@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
body{
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}
ul,li{ list-style:none;}
a{ text-decoration:none;}
.float-lt{
	float:left;
}
.float-rt{
	float:right;
}
/*header头部*/
.header-bar{
	height:80px;
	padding:20px 0;
	overflow: hidden;
}
.logo{
	width:430px;
	height: 80px;
}
.logo img{
	width:auto;
	height:100%;
}

.header-enter{
	margin-top:20px;
	margin-right:10px;
}
.header-enter ul li{
	display: inline-block;
	margin:0 5px;
}
.header-enter ul a{
	display: block;
	padding-left:32px;
	height: 30px;
	line-height: 30px;
	color: #1492ff;
	font-size: 16px;
}
.header-enter ul a:hover{
	text-decoration: underline;
}
.en-help-btn{
	background: url(../image/reg-1.png) no-repeat left center;
}
.en-index-btn{
	background: url(../image/reg-2.png) no-repeat left center;
}
/*header头部 end*/


/*底部css*/
.footer{
	width: 100%;
	min-width: 1250px;
	padding:10px 0;
	text-align: center;
	line-height:20px;
	background: #5b6064;
	color: #fff;
	font-size: 12px;
}
.footer-text{
	display: inline-block;
	width:550px;
	margin:20px;
	vertical-align: middle;
}
.footer ul{
	width: 100%;
	overflow: hidden;
	
}
.footer li{
	width: 25%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.footer li a{
	color: #fff;
}
.footer li a:hover{
	text-decoration: underline;
}
.footer li.footer-text-p::before{
	content: "•";
    color: #fff;
    font-size: 15px;
    float: left;
    color: #999999;
}
.footer p{
	width: 100%;
	line-height: 40px;
	text-align: center;
}
.footer img{
	vertical-align: middle;
}

/*底部css end*/
.login-bar{
	width:100%;
	min-height: 500px;
	background: url(../image/login-bg.png) no-repeat top center;
	background-size: cover;
}
.wrapper{
	width:1200px;
	margin:0px auto;
}

.login-content{
	float: right;
	margin-top:50px;
	width:300px;
	padding:20px 30px;
	background: #FFFFFF;
	border-radius: 2px;
	margin-right: 30px;
	
}
.login-content h3{
	display: inline-block;
	padding:3px 8px;
	font-size:22px;
	color: #0f9cec;
	border-bottom: 3px solid #0F9CEC;
	
}
.login-content ul{
	width:100%;
	margin:20px auto;
}
.login-content ul li{
	margin:0 auto;
	height: 42px;
	border:1px solid #d4dbe1;
	border-radius: 2px;
	overflow: hidden;
}
.login-content ul li i{
	display: inline-block;
	width:52px;
	height:42px;
	vertical-align: top;
	border-right: 1px solid #d4dbe1;
}
.login-content ul li i.login-name{
	background: url(../image/login-1.png) no-repeat center #e9eef3;
}
.login-content ul li i.login-pass{
	background: url(../image/login-2.png) no-repeat center #e9eef3;
}
.login-content ul li input{
	width:230px;
	padding:0 5px;
	height: 42px;
	border:0;
	vertical-align: top;
	outline: none;
}
.login-content ul li input.int-min{
	width:150px;
}
.login-content ul li img{
	float: right;
	width:120px;
	height: 42px;
}
.login-btn{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #1492ff;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 4px;
	margin:20px auto 10px auto;
	text-align: center;
}
.login-btn:hover{
	background: #4cacff;
}
.login-content p{
	text-align: right;
	margin:0 auto;
	color: #666666;
}
.login-content p a{
	font-size: 14px;
	color: #666666;
}
.login-content p a:hover{
	color: #1492ff;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#7d9fbd;
}