/* common use*/
*{
	padding:0px;
	margin:0px;
	color:#fff;
	font-family:"microsoft yahei",arial;}

li{
	list-style-type:none;
	line-height:180%;}

img{border:0; 
}
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; }

a{color:#ffffff;text-decoration:none;}
a:hover {text-decoration:underline;color:#ffffff;}
a:active{text-decoration:underline;}

.linelink a{text-decoration:underline;}
.linelink a:hover {text-decoration:none;color:#cc0000;}

.colorlink a {color:#1c5cc7;}
.colorlink a:hover {color:#cc0000;}

.widthtab{
	width:10px;
	height:1px;
	float:left;}	
.heighttab{
	height:10px;
	width:1px;}	

body{
	background-color:#00334f;
	font-size:12px;
	color:#075d6c;
	padding-top:0px;}

.mains{
	width:100%;
	height:611px;
	background: repeat left top;}


.mains .inners{
	margin:auto;
	width:980px;
	}

.mains .inners .lefts{
	float:left;
	width:400px;
	height:530px;
	background: no-repeat 130px top;}

.mains .inners .login{
	float:left;
	width:350px;
	padding-top:120px;
	}


			
 .copyr{
	margin:auto;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	padding-top:20px;}


.login .center .inner{
	padding-top:95px;
	float:right;
	width:290px;
	}
.login .center .inner #innnertalbe{
	width:290px;}	
.login .center .inner input{
	border:1px solid #075d6c;
	line-height:35px;
	height:35px;
	padding:0 5px;
	width:180px;
	font-size:18px;
	font-family:"microsoft yahei",arial, helvetica, sans-serif;
	color:#075d6c;
	}
.login .center .inner input:hover{
	border:1px solid #ffa100;
}
.login .center .inner .loginsub{
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	width:89px;
	height:30px;
	border:none;
	cursor:pointer;
	background: no-repeat left top;
	color:#ffffff;
	font-family:"microsoft yahei",arial, helvetica, sans-serif;
	}
.login .center .inner .loginsub:hover{
	border:none;}	


.login .center .inner  .verifycode{
	width:80px;
	height:30px;
	line-height:30px;}

/* clearfix */
.clearfix:after{
	content:" ";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.clearfix {
	clear:both;
}
.clearbox {
	clear:both; 
	width:996px; 
	margin:0 auto; 
	height:0; 
	overflow:hidden;}
.clear { 
	height:1%; 
	overflow:hidden; }	
				