* {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-decoration: none;
    font-family: "微软雅黑";
}

body,
html {
    height: 100%;
}

.login_page {
    width: 100%;
    height: 100%;
    min-width: 950px;
    min-height: 740px;
    background: url(../images/loginbg.png) center no-repeat;
    background-size: cover;
}

.big_logo {
    position: relative;
    width: 948px;
    height: 370px;
    margin: 0 auto;
    background-image: url(../images/biglogo.png);
    /*background-size: 948px 260px;*/
    background-position: center bottom;
    background-repeat: no-repeat;
}


/* .big_logo img {
	width: 45%;
	height: 70%;
	float: left;
	margin-left: 27.5%;
	margin-top: 5%;
	
} */

.big_logo p.title {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 77px;
    font-size: 44px;
    color: #2c5097;
    font-weight: bold;
    font-family: 楷体;
    text-shadow: 0 0 0 3px white, 0 0 0 4px gray;
    color: #2c4981;
}

.login_content {
    margin: 0 auto;
    width: 950px;
    background: url(../images/underLine.png) bottom center no-repeat;
    padding: 10px 0;
    margin-top: -50px;
}

.login {
    width: 460px;
    margin: 0 auto;
}

dl {
    /* float: left; */
    display: block;
    margin-bottom: 22px;
}
dl::after{
    content:".";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}

dl:first-child {
    margin-top: 20px;
}

dt {
    width: 75px;
    font-size: 16px;
    line-height: 28px;
    float: left;
    text-align: left;
    color: white;
}

dd {
    float: right;
    height: 28px;
    line-height: 28px;
    width: 360px;
}

input,
select {
    width: 350px;
    height: 100%;
    background: #c7ddfe;
    border-style: none;
    outline: none;
    float: right;
    color: #4e6689;
    padding-left: 10px;
}

input[type="text"]:focus {
    background: white;
    box-shadow: 0px 0px 5px 3px #88a5d2;
}

.check {
    width: 60%;
    margin-right: 2%;
    float: left;
}

.login_btn {
    /* float: right; */
    /* margin-left: 76px; */
    height: 100%;
    width: 100%;
    background: #fabd44;
    text-align: center;
    letter-spacing: 10px;
    color: white;
    cursor: pointer;
    line-height: 28px;
}

.login_btn:hover {
    opacity: 0.9;
}

.check_img {
    width: 115px;
    height: 28px;
    float: right;
}

.check_img img {
    width: 100%;
    height: 28px;
}

.contractor {
    overflow: hidden;
    width: 790px;
    padding-top: 10px;
    text-align: right;
    color: #fff;
    margin: 0 auto;
}

.contractor .bottom_text {
    overflow: hidden;
    text-align: center;
}

.contractor img {
    margin-right: 20px;
    vertical-align: middle;
}

.contractor div.link {
    /* width: 450px; */
    margin: 0 auto;
    margin-bottom: 18px;
    text-align: center;
    font-size: 14px;
    color: #c7ddfe;
    font-weight: bold;
}

.contractor div.link ul {
    overflow: hidden;
    text-align: center;
}

.contractor div.link ul li {
    /* width: 150px; */
    margin: 5px;
    float: left;
    line-height: 28px;
}

.contractor div.link a {
    font-size: 14px;
    color: #c7ddfe;
    margin-right: 8px;
    font-weight: normal;
}

.contractor div.link a:hover {
    /*text-decoration: underline;*/
    color: #fff;
}

.bottom_text {
    font-size: 16px;
}

.inputDiv {
    border: 1px solid #d8d8d8;
}

.inputDiv.xtype {
    background: #c7ddfe;
    position: relative;
    border: none
}

#xtype_ul {
    background: url("../images/login/i_down.png") 280px center no-repeat;
    line-height: 28px;
}

.inputDiv .xtype_ul #li-1 {
    padding: 0 3%;
    line-height: 28px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.inputDiv .xtype_box {
    z-index: 99;
    display: none;
}

.inputDiv .xtype_box .xtype_box_ul {
    background: #FFF;
}

.inputDiv .xtype_box .xtype_box_ul li {
    padding: 0 3%;
    line-height: 28px;
    display: block;
    cursor: pointer;
    color: #333;
}

.inputDiv .xtype_box .xtype_box_ul li:hover {
    background: #57baf1;
    color: #fff;
}

/* object在谷歌下的尺寸问题 */
object{
    display: none;
}