@charset "utf-8";
/* CSS Document */

/*************** 背景颜色 ***************/
body{background: url(../images/body_bg.png) no-repeat #fff;   margin:0px; padding:0px; text-align:center; }  
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6,p { margin:0; padding:0;}
table,td,tr,th{font-size:14px;}
ul,ol,li{list-style:none;}

 
.standard_select{ /*边框*/  
    display:inline-block;  
    border:solid 1px #E3E9EF;  
    border-top-color:#ABADB3;  
    padding:0px; /*调整此处改变select高度*/  
}  
.select_shelter{ /*遮挡默认边框*/  
    display:inline-block;  
	background-color: transparent;
    width:220px;  
    *width:218px;  
    height:19px;  
    overflow:hidden;  
	
}  
select{ 
    background-color: transparent;
    border:0px; 
	color:#333; 
    width:220px; /*select的宽度*/  
}  

.fl{ float:left;}
/*Blank*/
.blank1{ height:1px; clear:both; font-size:1px;overflow:hidden;}
.blank3{ height:3px; clear:both; font-size:1px;overflow:hidden;}
.blank6{ height:6px; clear:both; font-size:1px;overflow:hidden;}
.blank10{ height:10px; clear:both; font-size:1px;overflow:hidden;}
.blank15{ height:15px; clear:both; font-size:1px;overflow:hidden;}
.blank20{ height:20px; clear:both; font-size:1px;overflow:hidden;}
.blank30{ height:30px; clear:both; font-size:1px;overflow:hidden;}
.blank35{ height:35px; clear:both; font-size:1px;overflow:hidden;}
.blank40{ height:40px; clear:both; font-size:1px;overflow:hidden;}
.blank60{ height:60px; clear:both; font-size:1px;overflow:hidden;}
/*header*/
.itop{height:76px; width:960px; margin:0 auto; text-align:left; overflow:hidden; }
.logoarea{height:74px; width:960px; background:url(../images/logo.jpg) no-repeat left center; text-align:right; line-height:74px; color:#858585; overflow:hidden;font-family: "Microsoft Yahei","微软雅黑","宋体";}
/*center*/
div#middle{width:1033px; margin:0 auto; text-align:center; }
.content{width:1033px; height:357px;  background:url(../images/bg.png) no-repeat left top; overflow:hidden;}
.login_left{width:473px; height:357px; float:left; overflow:hidden;}
.login_right{width:480px; height:357px; float:right; overflow:hidden;}

.login_bg{ float:left; background:#fff; width:300px; height:375px;  margin:8px 0 0 130px; padding:0px 0px 0 20px; display:inline; overflow:hidden;}
.login_bg_title{color:#333; font-size:20px; float:left; font-family: "Microsoft Yahei","微软雅黑","宋体";}

.people{width:42px; height:41px; background:url(../images/people.png) no-repeat;  float:left;}
.unlock{width:42px; background:url(../images/unlock.png) no-repeat; height:41px; float:left;}
.login_bg_password{width:230px; height:32px; line-height:32px; border:1px solid #fff; float:left; text-align:left;font-size:14px; color:#333; padding-left:10px; border:1px solid #d7d9e1; overflow:hidden}
.login_bg_button{width:290px; height:40px; background:url(../images/login.png) no-repeat; border:none;overflow:hidden;}
.next_bg_button{width:290px; height:40px; background:url(../images/next_lg.png) no-repeat; border:none;overflow:hidden;}
.apply{width:1033px; float:left;}
.apply .download{ width:250px; float:left; text-align:left;}
.download h3{ color:#333333; font-size:16px; font-weight:normal; height:34px; line-height:34px; font-family:"Microsoft Yahei","微软雅黑","宋体";}
.download h3 a{ color:#333333; text-decoration:none;}
.download h3 a:hover{ color:#d60415; text-decoration:none;}
.download h3 a:active{ color:#333333; text-decoration:none;}
.download h3 a:visited{ color:#333333; text-decoration:none;}
.download p a{ color:#898888; text-decoration:none;}
.download p a:hover{ color:#d60415; text-decoration:none;}
.download p a:active{ color:#898888; text-decoration:none;}
.download p a:visited{ color:#898888; text-decoration:none;}
.download img{ float:left; margin:0 10px 10px 0; border:none;}
.download p{font-size:14px; font-family: "Microsoft Yahei","微软雅黑","宋体"; color:#888888; text-indent:0em;}
.line{width:20px; height:120px; float:left; background:url(../images/line.png) no-repeat; margin:0 30px; }
.apply .customer{ width:700px; float:left; text-align:left; font-family:"Microsoft Yahei","微软雅黑","宋体";}
.customer h3{ color:#333333; font-size:16px; font-weight:normal; height:34px; line-height:34px; font-family:"Microsoft Yahei","微软雅黑","宋体";}
.customer h3 a{ color:#333333; text-decoration:none;}
.customer h3 a:hover{ color:#d60415; text-decoration:none;}
.customer h3 a:active{ color:#333333; text-decoration:none;}
.customer h3 a:visited{ color:#333333; text-decoration:none;}
.customer p a{ color:#898888; text-decoration:none;}
.customer p a:hover{ color:#d60415; text-decoration:none;}
.customer p a:active{ color:#898888; text-decoration:none;}
.customer p a:visited{ color:#898888; text-decoration:none;}
.customer img{ float:left; margin:0 10px 10px 0; border:none;}
.customer p{font-size:14px; font-family: "Microsoft Yahei","微软雅黑","宋体"; color:#888888; text-indent:0em;}
.bottom{width:100%; height:40px; line-height:40px; color:#898989; border-top:1px solid #e5e5e5; font-size:13px; text-align:center;  font-family:"Microsoft Yahei","微软雅黑","宋体";}