/*reset*/
html, body, div, img, a, span, form, label, input, p, ul, li, button,em{
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
    font: 12px/1.5 tahoma,arial,'Microsoft YaHei';
}
img {
	vertical-align: middle;
}
a {
	text-decoration: none;
	cursor: pointer;
}
ul,li{
	list-style: none;
}
input, textarea {
    background-color: transparent;
    
}
input::-webkit-input-placeholder{
	color: #5f5f5f;
}
select{
	outline: 0;
	border-radius: 0;
}


html{
	height: 100%;
	position: relative;
}
body{
	width: 100%;
	height: 100%;
	background: #fff;
	background-size: 100% 100%;
	position: relative;
}
.left{
	float: left;
}
.right{
	float: right !important;
}
.clear{
	clear: both;
}

/************************--------首页--------************************/
.headBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}
.head {
	width: 1200px;
	height: 72px;
	line-height: 92px;
	margin: 0 auto;
	overflow: hidden;
}
.headBox img {
	width: 166px;
	margin-left: 50px;
	margin-top: 10px;
}
.headBox .line {
	display: inline-block;
	width: 2px;
	height: 40px;
	background: #bcbcbc;
	margin-top: 16px;
	margin-left: 25px;
}
.headBox .title {
	font-size: 24px;
	color: #5f5f5f;
	margin-left: 20px;
}

.mainBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


/*轮播图*/
.flexslider{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: url(loginimg/loading.gif) 50% no-repeat;
}
.slides {
	width: 100%;
	height: 100%;
}
.mainBox .slides li {
	height: 100%;
}
.flex-control-nav{
	position: absolute;
	bottom: 100px;
	z-index: 2;
	padding: 0;
	width: 100%;
	text-align: center;
}
.flex-control-nav li{
	margin: 0 6px;
	display: inline;
	zoom: 1;
}
.flex-control-nav a{
	display: inline-block;
	width: 50px;
	height: 8px;
	font-size: 0;
	overflow:  hidden;
	background: url(loginimg/dot.png) right 0/124px 8px no-repeat;
	cursor: pointer;
	color: white;
}
.flex-control-nav .flex-active{
	background-position: 0 0;
}
.mainBox .banner1 {
	background: url(loginimg/bg1.jpg) 0 0/100% 100% no-repeat;
}
.mainBox .banner2 {
	background: url(loginimg/bg2.jpg) 0 0/100% 100% no-repeat;
}
.mainBox .imgBox {
	width: 1100px;
	height: 500px;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.mainBox li img.mainImg {
	width: 458px;
	margin-left: 20px;
}
.mainBox li img.slogan {
	width: 168px;
	position: absolute;
	right: 136px;
	bottom: 30px;
}

/*登录框*/
.cover {
	width: 1100px;
	height: 500px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
}
.loginBox {
	float: right;
	margin-right: 20px;
	position: relative;
}
.loginBox:before, .loginBox:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 380px;
	background: rgba(255,255,255, 0.6);
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	z-index: -1
}
.loginBox:before {
	transform: rotate(4deg);
}
.loginBox:after {
	transform: rotate(-4deg);
}
.login {
	box-sizing: border-box;
	padding: 30px;
	width: 400px;
	height: 380px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	opacity: 1;
	position: relative;
}

.login_title {
	height: 36px;
	line-height: 36px;
	margin-bottom: 30px;
}
.login_title img {
	width: 30px;
	vertical-align: top;
}
.login_title span {
	font-size: 20px;
	color: #333;
	margin-left: 20px;
}
.inputBox {
	margin-bottom: 30px;
}
.inputBox input {
	box-sizing: border-box;
	width: 338px;
	height: 42px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f4f4f4;
	padding: 0 15px;
	font-size: 14px;
	color: #5f5f5f;
	outline: 0;
}
.login input:focus {
	background: #fff;
}
#loginBtn {
	width: 338px;
	height: 42px;
	border-radius: 5px;
	background: #f66b0c;
	border: none;
	color: #fff;
	cursor: pointer;
}
#loginBtn:hover {
	opacity: .9;
}
.autoBox {
    margin-top: -5px;
}
.autologLabel {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(loginimg/check.png) 0 0/16px 16px no-repeat;
	vertical-align: -4px;
}
#autolog {
	display: none;
}
#autolog:checked + .autologLabel {
	background-image: url(loginimg/check_acitve.png);
}
.autoBox span {
	color: #333;
}
.autoBox a {
	float: right;
	color: #5f5f5f;
}
.autoBox a:hover {
	text-decoration: underline;
	opacity: .8;
}

/*footer*/
.footerBox {
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9999;
}
.footer {
	width: 1000px;
	margin: 0 auto;
	line-height: 70px;
	color: #fff;
	text-align: center;
}
.footer span {
	font-size: 14px;
	margin: 0 100px;
}

/*小屏*/
@media screen and (max-height: 700px){
	.mainBox .imgBox {
		height: 300px;
	}
	.mainBox li img.mainImg {
		width: 360px;
		margin-left: 50px;
	}
	.mainBox li img.slogan {
		width: 156px;
		right: 122px;
		bottom: -50px;
	}
	.cover {
		height: 328px;
	}
	.loginBox {
		margin-right: 50px;
	}
	.loginBox:before, .loginBox:after {
		width: 320px;
		height: 304px;
	}
	.login_bg1,.login_bg2,.login {
		width: 320px;
		height: 304px;
	}
	.login {
		padding: 25px;
	}
	.login_title {
		height: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.login_title img {
		width: 26px;
	}
	.login_title span {
		font-size: 16px;
	}
	.inputBox {
		margin-bottom: 20px;
	}
	.inputBox input {
		width: 266px;
		height: 42px;
	}
	#loginBtn {
		width: 266px;
		height: 42px;
	}
	#loginBtn:hover {
		opacity: .9;
	}
	.footerBox {
		height: 46px;
	}
	.footer {
		line-height: 46px;
	}
	.footer span {
		font-size: 12px;
	}
}