/* ====== header ====== */

.header {
	position: relative;
	width: 100%;
	height: 560px;
	overflow: hidden;
}

.header-bg {
	width: 100%;
	height: 560px;
	background: #43cfc8;
	background-attachment: fixed;
	position: relative;
}

.header-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 48px;
}

.header-top .container {
	width: 1248px;
	margin: 0 auto;
}

.header-logo {
	float: left;
	width: 80px;
	height: 28px;
	margin-top: 10px;
}

.header-nav {
	float: left;
	padding: 10px 22px 0 20px;
}

.header-nav .item {
	float: left;
	line-height: 28px;
	margin-right: 26px;
	color: rgba(255, 255, 255, .85);
}

.header .search-btn:hover {
	background-position: -45px -93px;
}

.header-top__fixed {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	background-color: #fff;
}

.header-top__fixed .header-nav .item {
	color: #333;
}

.header-top__fixed .header-nav .item-cur,
.header-top__fixed .header-nav .item:hover {
	color: #c90000;
}

.header-top__fixed .nav-more {
	background-position: 0 -248px;
}

.header-top__fixed .header-user .register {
	background: linear-gradient( #E53E49, #D43636);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 1px 0 rgba(255, 255, 255, .3);
}

.header-top__fixed .header-user .register:hover {
	background: linear-gradient( #F45D68, #E54646);
}


/* ====== main ====== */

.recommend-line,
.getMore-line {
	position: relative;
	padding: 20px 0;
}

.recommend-line:before,
.recommend-line:after,
.getMore-line:before,
.getMore-line:after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44%;
	border-top: 1px solid #ededed;
}

.recommend-line:before,
.getMore-line:before {
	left: 0;
}

.recommend-line:after,
.getMore-line:after {
	right: 0;
}

.recommend-line span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #999;
}

.getMore-line:before,
.getMore-line:after {
	width: 22%;
	top: 38px;
}

.getMore-line a {
	display: block;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	width: 49%;
	color: #999;
	background-color: #f7f7f7;
}

.getMore-line a:hover {
	text-decoration: none;
}

.main {
	padding-bottom: 42px;
}

.main-inner {
	width: 80%;
	margin: 0 auto;
}

.main-list__wrapper {
	margin-right: -16px;
}

.main-list__wrapper a {
	position: relative;
	overflow: hidden;
	float: left;
	width: 164px;
	height: 70px;
	margin-right: 16px;
	border-radius: 5px;
}

.main-list__wrapper img {
	opacity: .9;
}

.main-list__wrapper a:hover img {
	opacity: 1;
}

.main-list__wrapper span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 70px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.main-waterfall__wrapper {}

.main-waterfall__row {
	margin-bottom: 4px;
}


/* ====== footer ====== */

.footer {
	/*padding-top: 25px;*/
	background-color: #333;
}

.footer-column__wrapper {
	position: relative;
	width: 1248px;
	margin: 0 auto;
	font-size: 0;
}

.footer-column {
	display: inline-block;
	width: 200px;
	height: 162px;
	vertical-align: top;
}

.footer-column a {
	line-height: 32px;
	color: #bbb;
	font-size: 14px;
}

.footer-column a:hover {
	color: #ededed;
}

.footer-column .title {
	font-size: 16px;
	color: #ddd;
}

.footer-copyright {
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 35px;
	background-color: #000;
	padding: 15px;
}
.footer-copyright img{
	    margin-top: 8px;
    margin-right: 5px;
}
.hed_s3 {
	margin-left: 10%;
}

.navhover {
	width: 250px;
	height: 250px;
	background: #fff;
	position: relative;
	top: 40px;
	left: 50px;
	border-radius: 20px;
	border: 1px solid #999;
	box-shadow: 5px 5px #eaeaea;
	display: none;
}

.codeimg {
	width: 80%;
	height: 80%;
	margin-left: 10%;
	margin-top: -4%;
}

.topimg {
	position: absolute;
	left: 120px;
	width: 19px;
	top: -7px;
}

.company {
	height: 550px;
	background: #fff;
	margin-top: 20px;
	padding: 30px 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.logo {
	width: 400px;
	margin-top: 30px;
	margin-left: 30px;
}

.companyleft,
.companyright {
	float: left;
}

.companyleft {
	width: 45%;
	margin-right: 5%;
}

.companyright {
	width: 50%;
}

h4 {
	font-size: 30px;
	margin-top: 135px;
	color: #8baf5b;
}

.companyright p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 30px;
	/*text-indent: 2em;*/
}

.borimg {
	width: 136px;
	position: absolute;
	top: -11px;
	left: -12px;
}

.borimg_1 {
	position: absolute;
	top: 454px;
	left: 1119px;
}

.footer-column img {
	width: 120px;
}

.cloud_2,
.cloud_1 {
	margin-top: 50px;
}

.img_bottom {
	position: absolute;
	bottom: 0;
	width: 38%;
}

.hed_s3 {
	left: 1%;
}

.hed_s4 {
	left: 47%;
}

.companyright_2 {
	width: 60%;
	margin-left: 3%;
}

.companyleft_2 {
	width: 30%;
}

.companyright_3 h4 {
	margin-top: 145px;
}

.logo_4 {
	width: 200px;
}

.swiper-slide {
	height: 667px;
}

@keyframes two-up-down {
	from {
		transform: translate(0, 5px);
		-webkit-transform: translate(0, 50px);
	}
}

@keyframes myfirst {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(1000px, 0);
	}
}

@-webkit-keyframes myfirst {
	0% {
		-webkit-transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(1000px, 0);
	}
}

@-moz-keyframes myfirst {
	0% {
		-webkit-transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(1000px, 0);
	}
}

@-o-keyframes myfirst {
	0% {
		-webkit-transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(1000px, 0);
	}
}

@keyframes cloud_2 {
	0% {
		transform: translate(1600px, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}

@-webkit-keyframes cloud_2 {
	0% {
		-webkit-transform: translate(1600px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}

@-moz-keyframes cloud_2 {
	0% {
		-webkit-transform: translate(1600px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}

@-o-keyframes cloud_2 {
	0% {
		-webkit-transform: translate(1600px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}

.cloud_1 {
	margin-top: 25px;
	position: absolute;
	margin-left: 0;
	-webkit-animation: myfirst 40s ease infinite 80ms alternate;
	-moz-animation: myfirst 40s ease infinite 80ms alternate;
	animation: myfirst 40s ease infinite 80ms alternate;
}

.cloud_2 {
	margin-top: 20px;
	margin-right: 0;
	-webkit-animation: cloud_2 30s ease infinite 80ms alternate;
	-moz-animation: cloud_2 30s ease infinite 80ms alternate;
	animation: cloud_2 30s ease infinite 80ms alternate;
}

.cloud_3 {
	margin-top: 30px;
	-webkit-animation: cloud_2 20s ease infinite 80ms alternate;
	-moz-animation: cloud_2 20s ease infinite 80ms alternate;
	animation: cloud_2 20s ease infinite 80ms alternate;
}

.bandiv,
.bandiv img {
	width: 100%;
	height: 270px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.banfont {
	margin-left: 20%;
	margin-top: 40px;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
}

.bottom {
	display: none;
}

.yzdlo {
	width: 200px;
	float: left;
	margin-right: 3%;
}

.companyright_4 h4 {
	margin-bottom: 3%;
}

.main-inner {
	width: 100%;
}

.company {
	padding: 0 16%;
}

.recommend-line {
	width: 80%;
	margin-left: 10%;
}

.company_2 {
	background: #f2f2f2;
}

.company_3 {
	background: #f9f0eb;
}

.footer-column__wrapper {
	display: none;
}

.companyleft_3 img {
	margin-top: 135px;
}

.company_3,
.company_4 {
	/*width: 90%;*/
	/*margin-left: 5%;*/
}
.companyright_2 .p_character_2,.companyright_3 .p_character_3{
	margin-top: 5px;
}
.companyright_2 .p_character_2_1,.companyright_3 .p_character_3_1{
	margin-top: 20px;
}
.footer_href {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}
@media screen and (min-width:250px) and (max-width:750px) {
	.company {
		height: 11rem;
		padding: 0;
	}
	.companyleft {
		width: 90%;
		text-align: center;
		margin-right: 5%;
	}
	.header-bg {
		width: 100%;
		height: 5rem;
		background: #43cfc8;
		background-attachment: fixed;
		position: relative;
	}
	.header {
		height: auto;
	}
	.hed_s3 {
		left: 0.3rem;
		margin-left: -4%;
		width: 50%;
	}
	.cloud_2,
	.cloud_3 {
		width: 3rem;
		margin-top: 0.2rem;
	}
	.banfont {
		width: 78%;
		margin-left: 10%;
		margin-top: 0;
	}
	.hed_s4 {
		width: 50%;
		left: 48%;
	}
	.logo {
		margin-left: 0.8rem;
		width: 5rem;
		margin-top: 0;
	}
	.companyright {
		width: 90%;
		background: #eee;
		padding: 3% 5%;
		border-radius: 20px;
	}
	h4 {
		font-size: 0.35rem;
		margin-top: 3%;
		color: #8baf5b;
	}
	.companyright p {
		margin-top: 0.2rem;
		font-size: 0.3rem;
		line-height: 0.6rem;
	}
	.main-inner {
		width: 90%;
		margin: 0 auto;
	}
	.header-nav,
	.header-top__fixed {
		display: none;
	}
	.companyright_3 h4 {
		margin-top: 3%;
	}
	.companyright_2 {
		margin-left: 0;
	}
	.companyleft_3 {
		margin-bottom: 0.5rem;
	}
	.footer {
		display: none;
	}
	.bottom {
		background: #000;
		color: #fff;
		text-align: center;
		font-size: 0.18rem;
		padding: 5%;
		line-height: 0.5rem;
		display: block;
	}
	.company_2 {
		background: #fff;
	}
	.company_3 {
		background: #fff;
		height: 9rem;
	}
	.yzdlo {
		width: 3rem;
		float: left;
		margin-right: 3%;
	}
	.companyleft_3 img {
		margin-top:0;
		margin-left: 0.6rem;
	}
	
.company_3,
.company_4 {
	width: 90%;
	margin-left: 5%;
}
}