body,
input {
	font-family: "microsoft yahei";
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	display: block;
	max-width: 100%;
}

a {
	text-decoration: none;
}

.page-content {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#header {
	height: 105px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.logo {
	width: 153px;
	height: 44px;
	overflow: hidden;
	margin-top: 30px;
}

#header span {
	margin-top: 38px;
	color: #fff;
	font-size: 18px;
}

.banner-box {
	height: 620px;
	background: #327ffe;
	/*padding-top: 25px;*/
}

.banner-box .banner-item {
	width: 580px;
	height: 385px;
}

.banner-box .banner-item img {
	/*margin-top: 20px;
	width: 542px;
	height: 270px;*/
}

.login-part {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.login-part .login-box-out {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.login-box {
	background: #f5f8ff;
	padding: 20px 20px 30px 20px;
	width: 336px;
	position: absolute;
	right: calc(50% - 500px);
	bottom: 92px;
	z-index: 10;
}

.login-box h2 {
	font-size: 18px;
	color: #434343;
}

.login-box .login-box-item {
	border: #d9d9d9 1px solid;
	border-radius: 6px;
	height: 45px;
	line-height: 0;
	background: #fff;
	margin-top: 24px;
}

.login-box .login-box-item.error {
	border-color: #f00;
}

.login-box .login-box-item+p {
	display: none;
}

.login-box .login-box-item.error+p {
	display: block;
}

.login-box .login-box-item input {
	border: 0;
	height: 100%;
	font-size: 16px;
	background: none;
	outline: 0;
}

.login-box .login-box-item .icon-1 {
	color: #d9d9d9;
	font-size: 20px;
}

.login-box .login-box-item i {
	margin: 0 10px 0 14px;
}

.login-box .login-box-item2 {
	background: #67c53c;
	border: 0;
	text-align: center;
}

.login-box .login-box-item2 input[type=button] {
	cursor: pointer;
	width: 100%;
	border-radius: 6px;
}

.login-box .login-box-item2 input[type=button]:hover {
	background: #7cd951;
}

.login-box .login-box-item3 a {
	color: #afafaf;
	font-size: 14px;
	text-decoration: none;
}

.web-features {
	margin-top: 40px;
}

.web-features .web-features-item {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}

.web-features .web-features-item i {
	color: #c2c2c2;
	font-size: 60px;
}

.web-features .web-features-item p {
	color: #666;
	font-size: 14px;
	margin-top: 5px;
}

.web-features .web-features-item span {
	color: #c2c2c2;
	font-size: 16px;
	margin-top: 5px;
	display: block;
}

.web-features .web-features-item:hover > i,
.web-features .web-features-item:hover > p,
.web-features .web-features-item:hover > span {
	color: #67c53c;
	transition: .5s ease-in-out;
}

.web-features .web-features-item:before {
	content: '';
	display: inline-block;
	width: 1px;
	background: #e7e7e7;
	height: 30px;
	position: absolute;
	top: 50px;
	left: 0;
}

.web-features .web-features-item:first-child:before {
	display: none;
}

.footer p {
	color: #a8a8a8;
	font-size: 14px;
	line-height: 22px;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #afafaf;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #afafaf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #afafaf;
}

input::-webkit-input-placeholder {
	color: #afafaf;
}

.ul_container {
	position: absolute;
	width: 536px;
	height: 300px;
	left: calc(50% - 500px);
	top: 188px;
}

.ul_container li {
	position: absolute;
	transition: transform 0.6s ease-out;
	-webkit-transition: transform 0.6s ease-out;
	-moz-transition: transform 0.6s ease-out;
	-ms-transition: transform 0.6s ease-out;
	-o-transition: transform 0.6s ease-out;
}

.ul_container li.banner-1 {
	left: 0;
	top: 0;
}

.ul_container li.banner-2 {
	left: 310px;
	top: 40px;
}

.ul_container li.banner-3 {
	left: 0px;
	top: 65px;
}

.ul_container li.banner2-1 {
	left: 40px;
	top: -65px;
}

.ul_container li.banner2-2 {
	left: 215px;
	top: 95px;
}

.ul_container li.banner2-3 {
	left: 30px;
	top: 65px;
}

.swiper-pagination {
	left: calc(50% - 260px) !important;
	bottom: 60px !important;
	width: auto !important;
}

@media screen and (max-width: 1600px) {
	.swiper-container {
		height: 500px !important;
	}
	.web-features {
		margin-top: 20px;
	}
	.ul_container li.banner-1 {
		left: 0;
		top: -70px;
	}
	.ul_container li.banner-2 {
		left: 310px;
		top: -42px;
		width: 35%;
	}
	.ul_container li.banner-3 {
		left: 26px;
		top: -28px;
		width: 55%;
	}
	.login-box {
		bottom: 35px;
		right: calc(50% - 485px);
	}
	.ul_container {
		top: 205px;
	}
	.ul_container li.banner2-1 {
		width: 60%;
		left: 68px;
		top: -122px;
	}
	.ul_container li.banner2-2 {
		top: 26px;
		width: 38%;
	}
	.ul_container li.banner2-3 {
		left: 35px;
		top: -8px;
	}
	.swiper-pagination {
		bottom: 20px !important;
		width: auto !important;
	}
	.logo {
		width: 135px;
	}
}

@media screen and (max-width: 1400px) {
	.swiper-container {
		height: 400px !important;
	}
	#header {
		height: 65px;
	}
	.logo {
		width: 130px;
		margin-top: 15px;
	}
	#header span {
		margin-top: 20px;
		font-size: 15px;
	}
	.login-box {
		padding: 20px;
		width: 340px;
		bottom: 25px;
		right: calc(50% - 480px);
	}
	.login-box h2 {
		font-size: 15px;
	}
	.login-box .login-box-item {
		margin-top: 20px;
	}
	.ul_container li img {
		width: 70%;
	}
	.ul_container {
		left: calc(50% - 430px);
		top: 82px;
	}
	.swiper-pagination {
		bottom: 36px !important;
	}
	.ul_container li.banner-1 {
		left: -10px;
		top: 32px;
	}
	.ul_container li.banner-2 {
		left: 230px;
		top: 40px;
		width: 45%;
	}
	.ul_container li.banner-3 {
		left: 15px;
		top: 76px;
	}
	.web-features .web-features-item i {
		font-size: 46px;
	}
	.web-features {
		margin-top: 12px;
	}
	.ul_container li.banner2-2 {
		top: 62px;
		left: 156px;
		width: 40%;
	}
	.ul_container li.banner2-3 {
		left: 18px;
		top: 52px;
	}
	.ul_container li.banner2-1 {
		width: 60%;
		left: 67px;
		top: -18px;
	}
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}