        html, body {
			position:absolute;
            padding: 0px;
            margin: 0px;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
			min-width:1024px;
			min-height:540px;
            background-color: #fff;
        }
		li{
			list-style:none;
		}
		.logintitle{
			max-width:1024px;
			height:74px;
			margin:0 auto;
			font-size:36px;
			font-family:"Microsoft YaHei";
			color:#00314d;
			line-height:70px;
			margin-top:10px;
			margin-bottom:10px;
		}
		.loginBoxContainer{
			max-width:1200px;
			margin:0 auto;
		}
		
		.loginBox{
			position:absolute;
			margin-left:250px;
			margin-top:60px;
			width:300px;
			height:310px;
			background:url(/image/loginboxBg.png);
            z-index:9999;
    top: 13px;
    left: 0px;
}
        .loginBoxForm{
            position:absolute;
            margin-top:0px;
			/*position:absolute;
			margin-left:820px;
			margin-top:0px;
			width:300px;
			height:310px;
			background:url(/image/loginboxBg.png);
            z-index:9999;*/
		}
		.inputBox{
			margin:50px 25px 10px 25px;
		}
		.input{
			width:245px;
			height:28px;
			border:1px solid #fff;
			margin-bottom:25px;
			padding-left:5px;
		}
		#Verify_codeImag{
			height:32px;
			width:80px;
			position:absolute;
			margin-left:-80px;
            margin-top:115px;
			color:#fff;
		}
		.loginButton{
			margin-left:24px;
		}
		.loadButton a,.loadButton a:link,.loadButton a:visited{
			float:left;
			display:block;
			color:#fff;
			text-align:center;
			line-height:28px;
			text-decoration:none;
			font-size:16px;
			width:120px;
			height:28px;
			background-color:#0075c2;
			margin-right:10px;
		}
		.loadButton a:hover,.loadButton a:active{
			background-color:#0464a3;
		}
		.resButton a,.resButton a:link,.resButton a:visited{
			float:left;
			display:block;
			color:#fff;
			text-align:center;
			line-height:28px;
			text-decoration:none;
			font-size:16px;
			width:120px;
			height:28px;
			background-color:#fd8026;
		}
		.resButton a:hover,.resButton a:active{
			background-color:#ea6607;
		}
		.loginContainer{
			width:100%;
			height:415px;
			background-color:#188fd3;
		}
		
		.loginBgImg{
			width:100%;
			height:100%;
			background:url(/image/loginRightBg.png) no-repeat right bottom;
		} 
		.loginBgImg ul{
			max-width:1200px;
			height:100%;
			margin:0 auto;
		}
		.loginImg{
			float:left;
			width:900px;
			height:415px;
		}
		.loginText1{
			font-family:"Microsoft YaHei";
			color:#fff;
		    font-size:30px;
			text-align:center;
			float: right;
            margin-right: 140px;
			margin-top: 250px;
		}
		.loginText2{
			font-family:"Microsoft YaHei";
			color:#fff;
		    font-size:35px;
			text-align:center;
			float: right;
            margin-right: 140px;
			margin-top: 170px;
		}
		.footer{
			position: absolute;
			width: 100%;
			bottom: 10px;
			text-align: center;
			font-size: 14px;
			color: #000;
		}
         .caBg{
            width:200px;
            height:78px;
            background:url(/image/caBg.png);
            margin-top:80px;
            margin-left:50px;
            margin-bottom:20px;
        }
        .caContent{
            margin-left:40px;
            margin-bottom:10px;
        }
        .caContent ul{
            padding:0;
            margin:0;
        }
        .caContent li{
            font-size:12px;
            color:black;
            list-style:square;
            line-height:22px;
        }
         .menuLoad{
            margin-left:25px;
            margin-top:-35px;
        }
		.menuLoad ul{
            padding:0;
            margin:0;
		}
        .menuLoad li a{
            float:left;
            font-family:"Microsoft YaHei";
            font-size:16px;
            color:black;
            border-bottom:2px solid #808080;
            padding:8px 32px;
            cursor:pointer;
        }
        .menuLoad a:hover{
            color:#fd8026;
            border-bottom:2px solid #fd8026;
        }
        .active{
            color:#fd8026 !important;
            border-bottom:2px solid #fd8026 !important;
        }
        .menuLoad li{
float:left;
}