.floating-window {
	position: absolute;
	width: 320px;
	background-color: #f1f1f1;
	border: 1px solid #d3d3d3;
	z-index: 999;
}

/* 浮窗样式 start */
.floating-window-header {
	padding: 10px;
	cursor: move;
	background-color: #2196f3;
	color: #fff;
	font-weight: bold;
}

.floating-window-content {
	padding: 10px;
}

.floating-window-content>a>img {
	width: 300px;
	cursor: pointer;
}

/* 浮窗样式 end */
.section {
	min-width: 1200px;
}

.backbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.bg1 {
	background: url(../img/bg1-1.png) no-repeat;
	background-size: 100% 100%;
}

.bg2 {
	background: url(../img/bg2.jpg) no-repeat;
	background-size: 100% 100%;
}

.bg3 {
	background: url(../img/bg3.jpg) no-repeat;
	background-size: 100% 100%;
}

.header1 {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

/*----------------------------------------------------*/
.company-profile {
	width: 100%;
	height: 400px;
	top: 18%;
	left: 0;
	margin-top: -55px;
	z-index: 22;
}

.cpn-title {
	width: 100%;
	height: 70px;
	background: url(../img/title1.png) no-repeat 50% 50% / 309px 70px;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
	-webkit-transition: all 1s;
}

.active .cpn-title {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	margin-bottom: 5px;
}

.profile-wrapper {
	margin-top: 0;
}

.profile-wrapper li {
	width: 270px;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	padding-top: 300px;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.active .profile-wrapper li {
	opacity: 1;
	padding-top: 0px;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.active .cell1 {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}

.active .cell2 {
	transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
}

.active .cell5 {
	transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
}

.active .cell3 {
	transition-delay: 1.9s;
	-webkit-transition-delay: 1.9s;
}

.active .cell4 {
	transition-delay: 2.1s;
	-webkit-transition-delay: 2.1s;
}

.profile-wrapper li a {
	display: block;
}

.profile-wrapper li img {
	width: 100%;
	height: 180px;
	display: block;
	-webkit-transition: -webkit-transform 0.8s ease-out;
	transition: -webkit-transform 0.8s ease-out;
	transition: transform 0.8s ease-out;
	transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.profile-wrapper li img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.profile-wrapper li span {
	display: block;
	text-align: center;
	line-height: 17px;
	color: transparent;
	/* -webkit-text-stroke: 1.5px #0078FF; */
	-webkit-text-fill-color: #FFFFFF;
	font-size: 42px;
	position: absolute;
	top: 78px;
	left: 50px;
}

/*----------------------------------------------------*/
.our-partner {
	width: 100%;
	height: 322px;
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: -161px;
	z-index: 22;
}

.ptn-title {
	width: 349px;
	height: 51px;
	background: url(../img/title2.png) no-repeat 0 0 / 349px 51px;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
	-webkit-transition: all 1s;
}

.active .ptn-title {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.partner-cell {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 70px;
}

.partner-cell li {
	width: 300px;
	height: 100px;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	margin-top: -300px;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.active .partner-cell li {
	opacity: 1;
	margin-top: 0px;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.active .cus1 {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}

.active .cus2 {
	transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
}

.active .cus3 {
	transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
}

.active .cus4 {
	transition-delay: 1.9s;
	-webkit-transition-delay: 1.9s;
}

.active .cus5 {
	transition-delay: 2.2s;
	-webkit-transition-delay: 2.2s;
}

.active .cus6 {
	transition-delay: 2.5s;
	-webkit-transition-delay: 2.5s;
}

.active .cus7 {
	transition-delay: 2.8s;
	-webkit-transition-delay: 2.8s;
}

.active .cus8 {
	transition-delay: 3.1s;
	-webkit-transition-delay: 3.1s;
}

.active .cus9 {
	transition-delay: 3.4s;
	-webkit-transition-delay: 3.4s;
}

.active .cus10 {
	transition-delay: 3.7s;
	-webkit-transition-delay: 3.7s;
}

.active .cus11 {
	transition-delay: 4s;
	-webkit-transition-delay: 4s;
}

.active .cus12 {
	transition-delay: 4.3s;
	-webkit-transition-delay: 4.3s;
}

.active .cus13 {
	transition-delay: 4.6s;
	-webkit-transition-delay: 4.6s;
}

.active .cus14 {
	transition-delay: 4.9s;
	-webkit-transition-delay: 4.9s;
}

.partner-cell li a {
	width: 300px;
	height: 100px;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.partner-cell li img {
	max-width: 260px;
	max-height: 100px;
}

/*----------------------------------------------------*/
.news-wrapper {
	width: 100%;
	height: 346px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -173px;
	z-index: 22;
}

.news-title {
	width: 100%;
	height: 34px;
	background: url(../img/title3.png) no-repeat 50% 50% / 403px 34px;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
	-webkit-transition: all 1s;
	margin-top: -200px;
}

.active .news-title {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	margin-top: 0px;
}

.news-cell {
	opacity: 0;
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.active .news-cell {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}

.left-news {
	margin-left: -360px;
	margin-top: 200px;
}

.right-news {
	margin-right: -360px;
	margin-top: 200px;
}

.active .left-news {
	margin-left: 0;
	margin-top: 0;
}

.active .right-news {
	margin-right: 0;
	margin-top: 0;
}

.news-ul {
	margin-top: 80px;
}

.news-ul .hot {
	color: #ff0000;
}

.news-cell ul li {
	line-height: 40px;
}

.news-cell ul li a {
	color: #FFFFFF;
	font-size: 14px;
}

span.datetime {
	color: #CECCCC;
	margin-right: 15px;
}

.morenews {
	display: block;
	margin-top: 10px;
}

.morenews a {
	color: #CECCCC;
}

i.icon-r {
	width: 12px;
	height: 12px;
	background: url(../img/icon-r.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

/*----------------------------------------------------*/
.video-block {
	z-index: 2;
}

.video-title {
	width: 100%;
	height: 34px;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
	-webkit-transition: all 1s;
	font-weight: 600;
	color: white;
	font-size: 25px;
	text-align: center;
}

.active .video-title {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.video-cell {
	opacity: 0;
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
}

.active .video-cell {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	width: 1000px;
}

.video-ul {
	margin-top: 80px;
}

.video-ul video {
	width: 900px;
}

.footer1 {
	position: fixed;
	bottom: 0;
	z-index: 100;
}