* { margin: 0; padding: 0; font-family: "Microsoft YaHei";}
ul,li { list-style: none;}
input { outline: none;}
.fr{ float:right;}
.login_bg {
   width: 100%;
   min-width: 980px;
	background:url(../images/homepage/bg.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	position: relative;
}

.top { margin-top:100px; width:100%;}

.l_logo {
    width: 100%;
	height:48px;
	margin:0 auto;
    display: inline-block;
    text-align: center;
}
.l_logo img {
    width: 295px;
    height: 50px;
}
.l_tit {
	margin:50px 0 0;
    width: 100%;
	text-align:center;
}
.l_tit img {
    width: 710px;
    height: 42px;
}

/*=====登陆框=======*/
.login_box{
    background-color:#fff;
    width:340px;
    margin:85px auto 0;
    padding:20px 30px;
}
.login_box h2 {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.login_box h2 span {
    height: 45px;
    position: absolute;
    left: 120px;
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    border-bottom: 2px solid #1e5bb2;
}
.login_box li a {
    color: #00a0e9;
    font-size: 14px;
}
.login_box ul {
    padding-top:10px;
    display: inline-block;}
.login_box li {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.login_box li input[type="text"],.login_box li input[type="password"]{ height: 30px; border:1px #d0d1d1 solid; padding-left:54px; line-height: 30px; font-size:16px; color: #666666;}
.login_box li input[type="text"]:focus,.login_box li input[type="password"]:focus {
    border:1px #3a92d8 solid;
}
.admin_bg {
	width: 284px;
    background: url("../images/homepage/l_admin.jpg") no-repeat 10px;
}
.password_bg {
	width: 284px;
    background: url("../images/homepage/l_psword.jpg") no-repeat 10px;
}
.yzm_bg {
    width: 156px;
    background: url("../images/homepage/l_yzm.jpg") no-repeat 10px;
}
.l_yzm {
    width: 117px;
	height:44px;
    border: 1px solid #dcdedd;
    float: right;
    display: inline-block;
}
.l_yzm img {
    width: 117px;
    height: 44px;
}
.rmb_pw {
    color: #666;
    font-size: 14px;
}
.rmb_pw input { margin-right: 5px;}
.login_btn1 {
    width:100%;
    border: none;
    height: 46px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background:#1e5bb2;
    cursor: pointer;
    text-align: center;
}
.other_l {
    margin-top: 15px;
    background: url("../images/homepage/line.png") no-repeat center;
    text-align: center;
}
.js_spot {
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: none;
}
.postdoctoral_icon {
    width: 22px;
    height: 22px;
    background: url("../images/homepage/icon.png") no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.l_bottom {
    width: 100%;
	min-width:980px;
    padding: 20px 0;
    background: url("../images/homepage/black_bg.png") repeat;
    text-align: center;
    color: #e4e4e4;
}
.l_bottom a {
    color: #e4e4e4;
    text-decoration: none;
}