﻿@charset "utf-8";
*{margin:0;padding:0;}
html,body,h1,h2,h3,h4,ul,li,ol,dl,dt,dd,p,form,img,fieldset,legend,table{margin:0; padding:0;}
a{text-decoration:none!important;color: #333;font: 16px/30px "微软雅黑";}
ul,li{list-style:none;}
img{border:none;}
h1,h3,h4,h2,h5,h6,b,strong{font-weight:100;}
i,em{font-style:normal;}
html,body{font: 16px/30px "微软雅黑";height: 100%;color: #333333;background: #f6f6f6;}
.fl{float: left;}
.fr{float: right;}
.hidden{display: none;}
.show{display: block;}
.mr-l5{margin-left: 5px;}
.mr-l10{margin-left: 10px;}
.mr-l20{margin-left: 20px;}
.mr-l30{margin-left: 30px;}
.mr-r5{margin-right: 5px;}
.mr-r10{margin-right: 10px;}
.mr-r20{margin-right: 20px;}
.mr-r30{margin-right: 30px;}
.c{cursor: pointer;}
.cut{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bg{
	width: 100%;
	height: 100%;
	background: url(../img/bg1.jpg) no-repeat;
	background-size: 100% 100%;
}
.bg .login{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    width: 1000px;
    height: 640px;
	background: url(../img/bg2.jpg) no-repeat center top;
}
.bg .title {
    color: #fff;
    font-size: 40px;
    width: 377px;
    font-weight: 800;
    line-height: 58px;
    padding: 45px 75px 0 48px;
    display: inline-block;
}
.bg .title p{
    margin-top: 10px;
}
.bg .title p.b{
    color: #4c7bd2;
    font-size: 14px;
}

.bg .icon {
    width: 100px;
    height: 56px;
    margin: 84px 53px 0 70px;
}
.bg .login-input {
    width: 380px;
    padding: 80px 75px 0 45px;
}
.bg .login-input .tit{
	font-size: 18px;
}
.bg .login-input .user {
    font-size: 14px;
    margin-top: 40px;
}
.bg .login-input .password {
    font-size: 14px;
    background-size: 18px;
    margin-top: 25px;
}
.bg .login-input input{
    width: 320px;
    height: 44px;
    border-top: 1px solid #a6adb5;
    border-left: 1px solid #a6adb5;
    border-right: 1px solid #a6adb5;
    border-bottom: 1px solid #a6adb5;
    background: #f8f9fd;
    padding-left: 5px;
    border-radius: 2px;
    margin-top:10px;
}
.bg .login-input .select {
    margin-top: 20px;
    font-size: 12px;
    color: #adb6b9;
    line-height: 34px;
    height: 36px;
}
.bg  .login-input .select #checkbox {
	position: absolute;
	width: 20px;
	height: 20px;
	visibility: hidden;
}
.bg .login-input .select #checkbox+label {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/select-bg.png') no-repeat;
    margin-top: 10px;
    margin-right: 6px;
}
.bg  .login-input .select #checkbox:checked+label {
	background:  #aeb3b9 url(../img/icon3.png) no-repeat center;
	background-size: 10px 10px;
}
.bg .login-input .btn-login {
    background-color: #395bb2;
    text-align: center;
    width: 325px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    border:none;
    margin-top: 30px;
}
.bg .login-input .btn-login:hover {
    text-align: center;
    background-size: 100% 100%;
}
.bg .login-input .regest{
    margin-top: 30px;
    font-size: 14px;
}
.bg .login-input .regest a{
    color:#395bb2;
}
.footer {
    position: absolute;
    color: #4c7bd2;
    font-size: 11px;
    text-align: center;
    bottom: 30px;
    left: 40px;
}
