/* CSS Document */

body,div,p,ul,li,a{
	margin:0px;
	padding:0px;
}
body{background-repeat:no-repeat; background-position:center top;}
.loginbody{position:absolute; width:1030px; height:474px;  margin-top:-237px; margin-left:-465px;  left:50%; top:50%;}
.newimgbox{background:url(../images/loginbg01.png) no-repeat; float:left; width:621px; height:474px; padding:4px 30px 4px 4px;}
.loginbox{background:url(../images/loginbg02.png) no-repeat; float:right; width:380px; height:474px;}
.logintop{margin:0px 30px; padding:20px 0 25px; line-height:160%; border-bottom:1px dashed #ccc}
.logintop h1{font-size:20px; color:#0781c7;}
.logintop p{font-size:13px; color:#999;}
.login_table{padding-top:20px;}
.login_table div{margin:20px auto;}
.login_name{background:url(../images/login_name.jpg) no-repeat; width:317px; height:57px;}
.login_pw{background:url(../images/login_pw.jpg) no-repeat; width:317px; height:57px;}
.login_jz{line-height:30px; font-size:12px; color:#666;width:300px; height:30px; line-height:30px;}
.login_input{margin:9px 5px 8px 60px; height:40px; line-height:40px; padding:0; border:none; width:250px; font-size:14px;}
.login_button{width:317px; height:57px;}
.input_button{background-color:#0781c7; width:317px; height:50px; color:#fff; border:none; font-size:20px; cursor:pointer; border-radius:3px;}

.banner-box{
			width:647px;
			height: 474px;
			overflow: hidden;
			background:url() no-repeat;
			float:left;
			padding:3px 0px ;
}
#banner{
			width:621px;
			height: 466px;
			overflow: hidden;
			position: relative;
		}
		#banner ul{
			width:100%;
			height: 100%;
			position: absolute;
			left:0;
			top:0;
		}
		#banner li{
			float: left;
			width:621px;
			height: 100%;
			overflow: hidden;
			display:inline-block;
			position: relative;
		}
		#banner li p{
			position: absolute;
			left:0;
			bottom:0;
			width:100%;
			height:30px;
			line-height: 30px;
			overflow: hidden;
			background: #000;
			opacity:0.7;
			color:#fff;
			padding-left:10px;
			box-sizing: border-box;
			font-size:14px;
		}
    .copyright{
        margin: 0;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        bottom:10px;
        position: fixed;
    }
    .copyright a{

        font-size:14px;
        color: #fff;
    }