.max-width{
	width:1200px;
	margin:0 auto;
}
#header header{
	height:120px;
	line-height: 120px;
	/*overflow: hidden;*/
}
#header .logo{
	height:120px;
	padding:23px 0;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
#header .logo-img{
	width:75px;
	height:75px;
} 
#header .logo-name{
	margin-left:20px;
	height:30px;
}
#header .head-down>div{
	display:inline-block;
	font-family: MicrosoftYaHeiLight;
	font-size: 15px;
	color: #666666;
	position:relative;
	cursor: pointer;
}
#header .head-down>div:hover span{
	text-decoration: underline;
}
#header .head-down>div:hover .code-v{
	display:block;
}
#header .head-down .code-v{
	position:absolute;
	top:90px;
	left:50%;
	margin-left:-79px;
	width: 158px;
	height: 158px;
	background-color: #ffffff;
	box-shadow: 0px 3px 32px 0px 
		rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	z-index: 56;
	padding:10px;
}
#header .head-down .code-v img{
	width:100%;
	height:100%;
}
#header .head-down .phoneDown{
	padding-right:15px;
	margin-right:10px;
	position:relative;
}
#header .head-down .phoneDown::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto 0;
	width:1px;
	height:18px;
	background:#dddddd;
}
.banner{
	min-width:1200px;
	height:600px;
	position:relative;
}
.banner .swiper-container{
	width:100%;
	height:600px;
}
.banner li{
	width:100%;
	height:600px;
	background-repeat: no-repeat;
	background-size:100% cover;
	background-position: center;
}
.banner .max-width{
	height:600px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	padding:85px 0 70px;
	z-index: 55;
}
.banner .max-width .login{
	width: 386px;
	height: 446px;
	background-color: #ffffff;
	box-shadow: 0px 3px 32px 0px 
		rgba(0, 0, 0, 0.19);
	padding:5px 30px 0;
}
.banner .max-width .login .login-tit{
	font-family: MicrosoftYaHei;
	font-size: 28px;
	font-weight: bold;
	line-height:80px;
	color: #000000;
	text-align: center;
}
.banner .max-width .login .login-con{
	padding-top:15px
}
.banner .max-width .login .login-con .login-con-lis{
	width:100%;
	height:55px;
	line-height: 55px;
	border: solid 1px #e8e8e8;
	margin-bottom:18px;
	padding-left:60px;
}
.banner .max-width .login .login-con .login-con-lis.name{
	background:url(../img/name.png) no-repeat center left 12px;
	background-size:22px
}
.banner .max-width .login .login-con .login-con-lis.password{
	background:url(../img/password.png) no-repeat center left 13px;
	background-size:23px
}
.banner .max-width .login .login-con .login-con-lis input{
	width:100%;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333;
}
.banner .max-width .login label{
	display:inline-block;
	padding-left:26px;
	position:relative;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #666666;
	margin:5px 0 43px;
}
.banner .max-width .login label input[type=checkbox]{
	width:18px;
	height:18px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 0;
}
.banner .max-width .login label input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8
}

.banner .max-width .login label input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #32dbd2;
	color: #32dbd2;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.banner .max-width .login .login-but button{
	width:100%;
	height:55px;
	line-height: 55px;
	text-align: center;
	background-color: #32dbd2;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
}
.foot{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	text-align: center;
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 80px;
	color: #333333;
}
