.login {
	width: 100%;
	height: 440px;
	background: #d80c18;
	background-size: cover;
	position: relative;
}

.login .box h3 {
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}

.login .login_title{
	display: flex;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.login .login_title div{
	flex: 10;
	font-size: 16px;
	text-align: left;
}
.login .login_title div:nth-child(1){
	text-align: right;
}
.login .login_title p{
	flex: 1;
	margin-top: 2px;
	color:#ccc;
}
	
.login .login_title .current{
	color: #d70c19;
}

.login .hint{
	width: 300px;
    margin-left: 61px;
    color: #aaa;
}

.login .ipt-box .get-code {
    height: 37px;
    padding: 6px 10px;
    margin-left: 7px;
    color: #d70c19;
    background: #fff;
    border: 1px #ccc solid;
}


.login .box .ipt-box {
	width: 315px;
	margin-left: 50px;
	margin-bottom: 10px;
}

.login .box .ipt {
	height: 35px;
	line-height: 35px;
}

.inp_che {
	vertical-align: middle;
}

.login .box .loging {
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
}

.loging span {
	font-size: 12px;
}

.loging span:nth-child(1) {
	float: left;
}

.loging span:nth-child(2) {
	float: right;
	display: inline-block;
	margin-top: 6px;
}

.loging button {
	width: 300px;
	height: 45px;
	background: #d70c19;
	line-height: 45px;
	text-align: center;
	border: 0;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	font-size: 24px;
}

.loging p {
	font-size: 12px;
	color: #aaa;
}

.loging p a {
	color: #007FD7;
}

.loging p:nth-child(2) {
	margin-top: -5px;
}

.loging .for-pass {
	float: right;
	color: #666;
}

.loging .autologin {
	color: #666;
	cursor: pointer;
}

.login_in {
	width: 400px;
	margin: 0 auto;
	height: 400px;
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -500px;
}

.login .box {
	width: 400px;
	height: 360px;
	background: #fff;
	position: absolute;
	top: 38px;
	right: 0px;
}

.login .adv {
	width: 540px;
	height: 440px;
}

.msg-box {
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.jb-w {
	width: 1000px;
}

.fullSlide {
    position: relative;
    background: #000;
    margin: 0 auto;
    height: 440px;
    overflow: hidden;
}

.fullSlide .hd {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 40px;
    height: 0px;
    text-align: center;
}

.fullSlide .hd ul {
    margin: 0 auto;
    text-align: center;
}

.fullSlide .hd ul li {
    display: inline-block;
    overflow: hidden;
    background: #000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -999px;
    margin-left: 20px;
    filter: alpha(opacity = 60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.fullSlide .hd ul li.on {
    background: #ffffff;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
    height: 500px;
}

.fullSlide .bd li img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}