* {
	font-family: Microsoft YaHei;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	font-family: Microsoft YaHei;
	background-color: #ff292a;
}

.container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.container.container1 .img-wrap {
	-webkit-transform: translateX(-1920px) translateY(-50%);
	-ms-transform: translateX(-1920px) translateY(-50%);
	transform: translateX(-1920px) translateY(-50%);
	-webkit-animation: translate1 4s infinite linear;
	animation: translate1 4s infinite linear;
}
.container .img-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 683px;
	display: flex;
	-webkit-animation: translate 4s infinite linear;
	animation: translate 4s infinite linear;
	overflow: hidden;
}
.container .img-wrap .img-parent {
	display: flex;
}
.container .img-wrap .img-parent .img {
	width: 1911px;
}

.banner-wrap {
	position: relative;
}
.banner-wrap .banner1 {
	background-size: 1920px;
	height: 763px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/banner1.jpg");
	-webkit-animation: tab 1s infinite;
	animation: tab 1s infinite;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.banner-wrap .banner2 {
	background-size: 1920px;
	height: 763px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../img/banner2.jpg");
}

.links {
	position: absolute;
	top: 680px;
	display: flex;
	width: 100%;
	justify-content: center;
}
.links .link {
	display: block;
}
.links .link + .link {
	margin-left: 48px;
}

.info-wrap {
	background-size: 1579px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 82px;
	margin-bottom: 123px;
	position: relative;
}
.info-wrap .info-parent {
	margin: 0 auto;
	width: 1096px;
	height: 523px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	padding-left: 57px;
	padding-right: 60px;
	padding-top: 37px;
}
.info-wrap .info-parent video {
	width: 720px;
	height: 405px;
	background-size: 720px 405px;
	margin-right: 24px;
}
.info-wrap .info-parent .news {
	flex: 1;
	padding-top: 5px;
}
.info-wrap .info-parent .news .new-title {
	font-size: 18px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #ffffff;
	width: 235px;
	line-height: 27px;
	text-align: right;
	padding-right: 6px;
	background-repeat: no-repeat;
	margin-bottom: 27px;
}
.info-wrap .info-parent .news .new {
	display: flex;
	align-items: flex-start;
}
.info-wrap .info-parent .news .new + .new {
	margin-top: 18px;
}
.info-wrap .info-parent .news .new .source {
	line-height: 21px;
	text-align: center;
	padding: 0 8px;
	background: #fb5e2d;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
}
.info-wrap .info-parent .news .new .title {
	padding-top: 3px;
	flex: 1;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #353628;
	line-height: 24px;
	margin-left: 9px;
	cursor: pointer;
}

.navs {
	background: #4302b1;
	position: relative;
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 60px;
	top: 0;
	z-index: 2;
	width: 100%;
}
.navs::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 100%;
	background: #9c52e3;
}
.navs .line {
	position: absolute;
	width: 200px;
	top: 38px;
	height: 15px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.navs .line::before {
	content: "";
	position: absolute;
	width: 164px;
	height: 100%;
	background: linear-gradient(90deg, #ef5428 0%, #4302b1 100%);
	border-radius: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navs .nav {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 200px;
	color: #ffffff;
}
.navs .nav.active {
	font-weight: bold;
}
.navs .nav::before {
	content: "";
	position: absolute;
	border-left: 1px solid #ff292a;
	height: 62px;
	left: 0;
	top: -1px;
}
.navs .nav:last-child::after {
	content: "";
	position: absolute;
	border-left: 1px solid #ff292a;
	height: 62px;
	right: 0;
	top: -1px;
}

.module {
	position: relative;
}
.module#lottery {
	padding-top: 210px;
}
.module#lottery .marquee {
	width: 1054px;
	background: linear-gradient(90deg, #ff292a 1%, #fb602d 50%, #ff292a 100%);
	overflow: hidden;
	display: flex;
	margin: 0 auto;
}
.module#lottery .marquee .ul {
	display: flex;
}
.module#lottery .marquee .ul.animate {
	transition: -webkit-transform 2s linear;
	transition: transform 2s linear;
	transition: transform 2s linear, -webkit-transform 2s linear;
}
.module#lottery .marquee .ul.animate .li {
	transition: color 2s linear;
}
.module#lottery .marquee .ul.animate .li:nth-child(2) {
	color: rgba(255, 255, 255, 0.5);
}
.module#lottery .marquee .ul.animate .li:nth-child(3) {
	color: #fff;
}
.module#lottery .marquee .ul.set-left {
	-webkit-transform: translate3d(-324px, 0, 0);
	transform: translate3d(-324px, 0, 0);
}
.module#lottery .marquee .ul .li {
	width: 324px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 50px;
}
.module#lottery .marquee .ul .li:nth-child(2) {
	color: #fff;
}
.module#lottery .magic-cube-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
}
.module#lottery .magic-cube-wrap .magic-cube {
	width: 834px;
	height: 834px;
	position: relative;
	z-index: 1;
	padding-top: 72px;
}
.module#lottery .magic-cube-wrap .magic-cube::before {
	position: absolute;
	left: 35px;
	top: -153px;
	content: "";
	background-image: url("../img/horn.png");
	width: 152px;
	height: 191px;
}
.module#lottery .magic-cube-wrap .magic-cube .swiper-container {
	width: 710px;
}
.module#lottery .magic-cube-wrap .magic-cube .swiper-container .lottery-img {
	width: 710px;
}
.module#lottery .magic-cube-wrap .qrcode-wrap {
	margin-left: 20px;
	width: 353px;
	height: 834px;
	background-size: 100% 100%;
	position: relative;
	text-align: center;
	padding-top: 135px;
}
.module#lottery .magic-cube-wrap .qrcode-wrap::before {
	content: "";
	width: 57px;
	height: 282px;
	border: 14px solid #9c52e3;
	border-left-width: 0;
	border-right-width: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -37px;
}
.module#lottery .magic-cube-wrap .qrcode-wrap .qrcode-dec {
	padding-top: 39px;
	padding-bottom: 16px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
}
.module#feng {
	padding-top: 168px;
}
.module#feng .title-wrap {
	padding-top: 73px;
}
.module#feng .main {
	width: 1246px;
	height: 998px;
	margin: 0 auto;
	position: relative;
	padding-top: 680px;
}
.module#feng .main .swiper-container {
	width: 1042px;
	margin: 0 auto;
}
.module#feng .main .swiper-container .swiper-slide .img-wrap {
	position: relative;
}
.module#feng .main .swiper-container .swiper-slide .img-wrap::before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 320px;
	height: 136px;
	background: #2e5fb2;
}
.module#feng .main .swiper-container .swiper-slide .img-wrap .video-img {
	display: block;
	margin: 0 auto;
	width: 291px;
	position: relative;
}
.module#feng .main .swiper-container .swiper-slide .course-title {
	text-align: center;
	padding-top: 9px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
}
.module#programmer {
	margin-top: 110px;
}
.module#programmer .main {
	width: 1246px;
	height: 996px;
	margin: 0 auto;
	position: relative;
}
.module#shi {
	margin-top: 92px;
}
.module#shi .main {
	width: 1246px;
	height: 996px;
	margin: 0 auto;
	position: relative;
	padding-top: 400px;
	padding-left: 330px;
}
.module#shi .main .swiper-container {
	width: 720px;
	height: 468px;
}
.module#shi .main .swiper-container .swiper-slide .course-img {
	width: 720px;
}
.module#coding {
	margin-top: 39px;
	padding-top: 58px;
}
.module#coding .main {
	width: 1238px;
	height: 982px;
	margin: 0 auto;
	position: relative;
}
.module#qi {
	margin-top: 37px;
	padding-top: 60px;
}
.module#qi .main {
	width: 1238px;
	height: 980px;
	margin: 0 auto;
	padding-top: 562px;
	position: relative;
	padding-left: 451px;
	display: flex;
	justify-content: center;
}
.module#qi .main .left-swiper-container {
	margin:0;
	height: 319px;
	width: 208px;
	/* width: 638px; */
	/* height: 319px; */
}
.module#qi .main .left-swiper-container .swiper-slide .post-img {
	/* width: 638px; */
	height: 319px;
}
.module#qi .main .right-swiper-container {
	margin:0 0 0 20px;
	width: 422px;
	height: 319px;
	/* width: 638px; */
	/* height: 319px; */
}
.module#qi .main .right-swiper-container .swiper-slide .post-img {
	/* width: 638px; */
	height: 319px;
}
.module#yun {
	margin-top: 30px;
	padding-top: 57px;
}
.module#yun .main {
	width: 1238px;
	height: 1551px;
	margin: 0 auto;
	padding-top: 1032px;
}
.module#yun .main .swiper-container-wrap {
	width: 1103px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.module#yun .main .swiper-container-wrap .schools {
	width: 362.5px;
}
.module#yun .main .swiper-container-wrap .cloud-photos {
	width: 725px;
}
.module#yun .main .btn {
	bottom: -54px;
}
.module#party {
	padding-top: 90px;
}
.module#party .main-wrap {
	padding-top: 100px;
	display: flex;
	justify-content: center;
}
.module#party .main-wrap .main {
	position: relative;
	margin-left: 260px;
	width: 980px;
	height: 834px;
}
.module#party .main-wrap .main .left {
	position: absolute;
	left: -260px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module#party .main-wrap .main .left .tab {
	cursor: pointer;
	width: 334px;
	height: 313px;
}
.module#party .main-wrap .main .left .tab + .tab {
	margin-top: 32px;
}
.module#party .main-wrap .main .right {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module#party .main-wrap .main .right .party-img {
	display: none;
}
.module#party .main-wrap .main .right .party-img.active {
	display: block;
}
.module .title-wrap {
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: 359px;
	padding-top: 99px;
	top: 0;
}
.module .title-wrap .title {
	display: block;
	margin: 0 auto;
}
.module .btn {
	position: absolute;
	left: 50%;
	bottom: -66px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@-webkit-keyframes tab {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes tab {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes translate {
	from {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	to {
		-webkit-transform: translateX(-1920px) translateY(-50%);
		transform: translateX(-1920px) translateY(-50%);
	}
}
@keyframes translate {
	from {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	to {
		-webkit-transform: translateX(-1920px) translateY(-50%);
		transform: translateX(-1920px) translateY(-50%);
	}
}
@-webkit-keyframes translate1 {
	from {
		-webkit-transform: translateX(-1920px) translateY(-50%);
		transform: translateX(-1920px) translateY(-50%);
	}
	to {
		-webkit-transform: translateX(0px) translateY(-50%);
		transform: translateX(0px) translateY(-50%);
	}
}
@keyframes translate1 {
	from {
		-webkit-transform: translateX(-1920px) translateY(-50%);
		transform: translateX(-1920px) translateY(-50%);
	}
	to {
		-webkit-transform: translateX(0px) translateY(-50%);
		transform: translateX(0px) translateY(-50%);
	}
}
.act-tit {
	display: block;
	width: 700px;
	margin: -10px auto 20px auto;
}
#activity {
	width: 857px !important;
	height: 598px;
}
