@charset "utf-8";
/* CSS Document */

@import url(common.css);


html, body {max-height:1080px; overflow:hidden; background-color:#fff; }
	#intro_wrap {width:100%; height:100%;  background-color:#fff;}
	#intro_left {width:100%; height:100%;  padding-top:250px;  position:relative;}
	#intro_left .logo {text-align:center; font-size:24px; color:#000; }
	#intro_left .intro_leftTop {}
	#login_wrap {width:534px; margin:0 auto;  }
	.login_title {text-align:center; font-size:30px; color:#555; letter-spacing:-0.3px; font-weight:900; }
	#login_wrap .login_con {margin-top:60px;}
	.login_input {display:block;   float:left; width:200px; height:33px; line-height:33px; border:0px; padding:5px 10px; border:1px solid #ddd; font-size:14px; margin-right:5px;}
	.login_btn {display:block; float:left; width:80px; height:45px; line-height:45px;border:0px; background:#1e4098; color:#fff; font-size:14px; font-weight:bold; }
	.login_link { clear:both;text-align:center;  padding-top:30px;}
	.login_link > p {display:block; line-height:190%;}
	.login_link > a {font-size:16px; color:#444;  }

	.intro_leftBott {position:absolute; bottom:50px; left:50%; width:320px; margin:0 auto; border:1px solid #ddd; margin-top:50px;  margin-left:-160px; padding:25px 0; }
	.ilB_title3 {text-align:center; font-size:20px; color:#000;}
	.ilB_title3 span {font-size:24px;color:#1e4098; font-weight:700;}
	.ilB_text3 {text-align:center; font-size:14px; margin-top:10px; line-height:200%;}
	.intro_com {position:absolute; width:100%; bottom:0px;  padding:10px 0 10px 20px;  text-align:center; }



