body{
	
	font-family: '微软雅黑';
	font-size: 12px;
}
.header{
	height: 105px;
	overflow: hidden;
	width:1000px;
	margin:0 auto;
}
.header h1{
	margin-top:35px;
	float: left;
}
.header P{
	line-height: 30px;
	font-size: 24px;
	margin:45px 0 0 30px;
	float: left;
}
.content{
	height:345px;
	margin:0 auto;
	width:1000px;
	margin-top:10px;
}
.slider{
	width:535px;
	height:345px;
    float: left;
    position:relative;
}
.slider ul li{
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1;
}
.slider ol{
	position:absolute;
	right:10px;
	bottom:10px;
	z-index: 1;

}
.slider ol li{
	width:50px;
	height: 5px;
	background:#fff;
	margin-right:5px;
	float: left;
}
.slider ol li.current{
	background:#39abe4;
}
.slider ul li img{
	width:535px;
	height:345px;

}
.form_con{
	width:330px;
	height:348px;
	float:right;
	padding-left:53px;
	border:1px solid #bbbaba;
	background:#fff;
}
.form_con h2{
	font-size: 22px;
	color:#39abe4;
	font-weight:500;
	height: 40px;
	line-height: 40px;
	margin-top:15px;
}
.form_con .item1{
	width:280px;
	height:40px;
	line-height: 40px;
	border-radius: 8px;
	border:1px solid #bbbaba;
	margin:20px 0;

}
.form_con .item1 span{
	 width:30px;
	 height:40px;
	 margin-left:8px;
	 display: block;
	  float: left;
	  background: url(../images/login_icon_03.png) no-repeat center top;
}
.form_con .item3{
	margin-top:20px;
}
.form_con input[type='text']{
	border:none;
	width:235px;
	height:38px;
	 float: left;
	 outline: none;
	 font-size: 16px;
	 color:#333;
	 line-height:38px;
}
.form_con input[type='password']{
	border:none;
	width:235px;
	height:38px;
	 float: left;
	 outline: none;
	 font-size: 16px;
	 color:#333;
	 line-height:38px;
}
.sub_btn{
	border:none;
	cursor:pointer;
	width:285px;
	height:44px;
	background:url(../images/login_btn_03.png) no-repeat left top;
	font-size: 16px;
	letter-spacing: 0.5em;
	font-family: '微软雅黑';
	color:#fff;
	font-weight: 500;
	outline: none;

}
.sub_btn:hover{
	background:url(../images/login_btn_03.png) no-repeat left -45px;
	border:none;
}
.sub_btn:active{ outline: none;}
.sub_btn:visited{ outline: none;}

.qr_btn{
	border:none;
	cursor:pointer;
	width:285px;
	height:44px;
	background:url(../images/login_btn_03.png) no-repeat left top;
	font-size: 16px;
	letter-spacing: 0.5em;
	font-family: '微软雅黑';
	color:#fff;
	font-weight: 500;
	outline: none;

}
.qr_btn:hover{
	background:url(../images/login_btn_03.png) no-repeat left -45px;
	border:none;
}
.qr_btn:active{ outline: none;}
.qr_btn:visited{ outline: none;}
/*======================================footer=====================================*/
.footer{
	width:1000px;
	margin:0 auto;
	text-align: center;
    color:#333;
	margin-top:50px;
}
.footer p{
	line-height: 50px;
	margin-top:10px;

}