@charset "utf-8";
/* CSS Document */
html,*,body, div, ul,ol, li,h1,h2,h3,h4,h5,h6,p,span{margin:0;padding:0;}
body{font-family:"微软雅黑", Arial, Helvetica, sans-serif;color:#666666;line-height:25px;font-size:14px;}
img{vertical-align:middle;}
em{font-style:normal;}
a img, :link img, :visited img{border:0;}
a:link, a:visited{
	     text-decoration:none;
		 color:#666666;
		 }
a:hover,a:focus{
	            text-decoration:underline;
                color:#0573bd;
				text-decoration:none;
				}
ul, ul li{
	      list-style-type:none;
		  }

.box {
	height: 100%;
	width: 100%;
}
.footer p {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 4%;
}
.dl_aside {
	float: right;
	height: 340px;
	width: 280px;
	background-color: #FFF;
	margin-top: 7%;
	margin-right: 25%;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.dl_aside .button {
	margin-top: 8%;
}

.dl_aside .name {
	font-size: 20px;
	color: #000;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 5%;
}
.dl_aside .ZH_name {
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-top: 3%;
}
.dl_aside div input {
	height: 48px;
	width: 100%;
}

.top_header {
	height: 128px;
	width: 100%;
}
.article {
	background-image: url(../image/login_index.jpg);
	background-repeat: no-repeat;
	height: 645px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	background-color: #FFF;
}
.logo_box {
	width: 1000px;
	margin-left: 160px;
	height: 100%;
	margin-right: auto;
    margin-left: auto;
}
.logo_box .name {
    float: left;
    height: 70px;
    width: 600px;
    font-size: 36px;
    color: #039;
    padding-top: 50px;
    font-weight: bolder;
}
