 @charset "utf-8";
/*index*/
input[type=button]{
	font-size:20px;
	font-weight:bold;
}
.button{
	font-size:18px;
	font-weight: 700;
	color:#fff;
	background:#008cff;
	border:none;
	border-radius:2px;
	padding:15px 20px;
	cursor:pointer;
}
.button_opa{
	font-size:18px;
	font-weight: 700;
	color:#fff;
	border:1px solid #008cff;
	border-radius:2px;
	padding:10px 20px;
}
.con{
	position: relative;
	height: 1080px;
}
.con div{
	width: 100%;
	min-width: 1024px;
}
.bigimg{
	height: 100%;
	text-align: center;
	background:url(../images/u3.webp) no-repeat bottom center,url(../images/u3.jpg) no-repeat bottom center;
	background-size: cover;
}
.bars{
	height: 120px;
	background: rgba(242, 242, 242, 1);
}
.floor{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
	z-index: 1;

}
.logo{
	margin-top: 60px;
	margin-left: 60px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.user span{
	float: left;
	margin-top: 50px;
	margin-right: 60px;
}
.user span a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.login{
	width: 704px;
	height: 196px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -98px;
	margin-left: -352px;
}
.login p{
	color: #fff;
	text-align: center;
	font-weight: 400;
}
/*login页*/
.left{
	width: 460px;
	height: 1080px;
	background: #434C5F;
	position:relative;
}
.zixunbox{
	width:460px;
	position:absolute;
	top:30%;
}
.zixunbox p{
	width:100%;
	color: #fff;
	text-align: center;
}
.zixun{
	margin-top: 50px;
}
.xfont{
	font-size: 18px;
	margin:16px 0;
}
.dfont{
	font-size: 28px;
	line-height: 38px;
}
.wfont{
	letter-spacing: 0;
	font-size:12px;
	margin-top:362px;
}
.dlogin{
	margin-top:52px;
}
.dlogin li{
	font-size:18px;
	color:#434c5f;
	font-weight:700;
}
.dlogin li:first-child{
	line-height:42px;
	margin-right:27px;
}
.duser{
	border:1px solid #434C5F;
	margin-top:-5px;
}
.denglubox{
	position:absolute;
	top:30%;
	left:50%;
}
.denglubox ul li{
	color:#434C5F;
}
.denglubox ul li:first-child{
	font-size:28px;
	line-height:40px;
}
.denglubox ul li:nth-child(2){
	font-size:16px;
	line-height:30px;
}
.shurubox{
	font-size:14px;
	margin-top:32px;
}
.shurubox p span{
	font-size: 14px;
	color:#E7505A;
	padding-left:20px;
}
.shurubox input{
	width:540px;
	height:50px;
	border:1px solid #d4d9e2;
	color:#555;
	padding-left:16px;
	font-size:14px;
	margin-top:14px;
}
.denglubox ul li:last-child{
	text-align: center;
}
.denglubox ul li:last-child input{
	margin-top:60px;
	padding:15px 70px;
}

/*头部*/
.header_box{
	width:1148px;
	height:92px;
	margin:0 auto;
}
.header_logo{
	line-height:92px;
	color:#fff;
	font-size:28px;
	font-weight:700;
}
.user_name a{
	font-size:16px;
	color:#797979
}
.user_name a:hover{
	color:#fff;
}
.header_list{
	top:40px;
    right:20px;
	position:relative;
}
.header_list ul{
	width:134px;
	height:88px;
	border:1px solid #000;
	position:absolute;
	top:36px;
	left:0;
}
#userList a{
	display:block;
	width:120px;
	height:44px;
	text-align:center;
	line-height:44px;
	color:#000;
	font-size:16px;
	padding-left:14px;
}
#userList a.shezhi{
	background:url(../images/shezhi.png) no-repeat 10px center #fff;
}
#userList a.exit{
	background:url(../images/exit.png) no-repeat 10px center #fff;
}
/*尾部*/
.footer{
	width:1170px;
	height:60px;
	margin:0 auto;
	overflow: hidden;
}
.footer li{
	float:left;
}
.footer li a{
	float:left;
	font-size:16px;
	color:#ccc;
	width:128px;
	height:60px;
	text-align:center;
	line-height:60px;
}
