body {
	background: #fbfbfb;
}

.banner {
	/* height: 256px; */
}
.banner .swiper-wrapper {
	height: auto;
}
.banner .swiper-slide {
	/* height: 100%;
  position: relative;
  overflow: hidden; */
}
.banner .swiper-slide .swiper-img {
	width: 100%;
	/* position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
}

.module * {
	box-sizing: border-box;
}
.module .module-title {
	font-size: 30px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #000000;
	line-height: 34px;
	position: relative;
	text-align: center;
}
.module .module-title::before {
	background-color: rgba(27, 126, 215, 0.3);
	width: 68px;
	height: 3px;
	border-radius: 2px;
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module .main {
	width: 1200px;
	margin: 0 auto;
}
.module.module1 {
	padding-top: 79px;
	padding-bottom: 22px;
}
.module.module1 .main {
	margin-top: 38px;
}
.module.module1 .main .left {
	width: 752px;
	height: 532px;
	background: linear-gradient(1deg, #ffffff, #f7f7f7);
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
	border-radius: 10px;
	position: relative;
	padding-top: 49px;
	padding-bottom: 49px;
}
.module.module1 .main .left .dec {
	margin-left: 50px;
	width: 433px;
	font-size: 13px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #000000;
	line-height: 22px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.module.module1 .main .left .ps {
	padding-top: 14px;
	padding-left: 50px;
	font-size: 12px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #cccccc;
	line-height: 22px;
}
.module.module1 .main .left .right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 530px;
}
.module.module1 .main .left .right::before {
	content: url("../images/bg1.png");
	position: absolute;
	top: 61px;
	left: 521px;
}
.module.module1 .main .left .right .right-title {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 263px;
	font-size: 14px;
	background-image: url("../images/bg-video-title.png");
	background-position: right top;
	font-family: PingFangSC;
	color: #000000;
	line-height: 40px;
	text-align: right;
	padding-right: 33px;
}
.module.module1 .main .left .right .right-title .blod {
	font-weight: 600;
}
.module.module1 .main .left .right video {
	width: 665px;
	height: 374px;
	border-radius: 10px;
	position: relative;
}
.module.module1 .main .left .right .play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: inline;
}
.module.module1 .main .left .right .play::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-animation: scaljxhj 3s infinite;
	animation: scaljxhj 3s infinite;
}
.module.module1 .main .left .right .play::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-animation: scaljxhj 3s 1.5s infinite;
	animation: scaljxhj 3s 1.5s infinite;
}
.module.module2 {
	padding-top: 68px;
	padding-bottom: 49px;
}
.module.module2 .main {
	padding-top: 97px;
}
.module.module2 .main .steps {
	display: flex;
	justify-content: center;
	position: relative;
}
.module.module2 .main .steps::before {
	position: absolute;
	content: "";
	height: 2px;
	background: #cccccc;
	width: 100%;
	left: 0;
	top: -5px;
}
.module.module2 .main .steps .step {
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	position: relative;
	width: 108px;
	text-align: center;
	cursor: pointer;
}
.module.module2 .main .steps .step + .step {
	margin-left: 58px;
}
.module.module2 .main .steps .step.active {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}
.module.module2 .main .steps .step.active::before {
	content: url("../images/arrow-hover.png");
}
.module.module2 .main .steps .step.active::after {
	background-image: url("../images/step-hover.png");
}
.module.module2 .main .steps .step::before {
	content: url("../images/arrow.png");
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -33px;
}
.module.module2 .main .steps .step::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -61px;
	background-image: url("../images/step.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
}
.module.module2 .main .record-swiper {
	margin-top: 48px;
	width: 1200px;
}
.module.module2 .main .record-swiper .swiper-wrapper {
	align-items: center;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap {
	width: 1136px;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list {
	background: rgba(194, 226, 255, 0.4);
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list + .list {
	margin-top: 20px;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list:hover .left {
	background: linear-gradient(181deg, #ffffff, #f7f7f7);
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .left {
	padding-top: 58px;
	padding-bottom: 50px;
	width: 1006px;
	background: linear-gradient(1deg, #ffffff, #f7f7f7);
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
	border-radius: 10px 0px 0px 10px;
	display: flex;
	align-items: center;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .left .year-wrap {
	width: 238px;
	text-align: center;
	position: relative;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .left .year-wrap::before {
	content: "";
	width: 1px;
	height: 146px;
	background: #f1f1f1;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .left .year-wrap .year {
	font-size: 24px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #326cf6;
	line-height: 28px;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .left .year-wrap .blod {
	font-size: 30px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #333333;
	line-height: 34px;
	padding-top: 12px;
	padding-bottom: 15px;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .left .year-wrap .dec {
	font-size: 13px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	width: 200px;
	margin: 0 auto;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .left .content-list {
	padding-left: 42px;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .left .content-list .content {
	font-size: 15px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .right {
	flex: 1;
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #326cf6;
	line-height: 20px;
	position: relative;
	text-align: center;
}
.module.module2 .main .record-swiper .swiper-wrapper .swiper-slide .list-wrap .list .right::after {
	content: url("../images/arrow2.png");
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
.module.module3 {
	background-image: url("../images/bg3.png");
	padding-top: 80px;
	padding-bottom: 61px;
}
.module.module3 .module-title {
	color: #ffffff;
}
.module.module3 .module-title::before {
	background-color: #326cf6;
}
.module.module3 .main .card-list {
	display: flex;
	justify-content: center;
	padding-top: 47px;
}
.module.module3 .main .card-list .card {
	width: 379px;
	height: 311px;
	background: #ffffff;
	border-radius: 10px;
	padding-top: 58px;
	text-align: center;
}
.module.module3 .main .card-list .card:hover .card-title {
	color: #326cf6;
	text-shadow: none;
}
.module.module3 .main .card-list .card:nth-child(1) .img-wrap::before {
	background: #326cf6;
}
.module.module3 .main .card-list .card:nth-child(1) .img-wrap::after {
	background-image: radial-gradient(rgba(27, 126, 215, 0.5), rgba(255, 255, 255, 0.5));
}
.module.module3 .main .card-list .card:nth-child(1) .img-wrap .iconfont {
	font-size: 44px;
}
.module.module3 .main .card-list .card:nth-child(2) .img-wrap::before {
	background-color: #01d35f;
}
.module.module3 .main .card-list .card:nth-child(2) .img-wrap::after {
	background-image: radial-gradient(rgba(1, 211, 95, 0.5), rgba(255, 255, 255, 0.5));
}
.module.module3 .main .card-list .card:nth-child(3) .img-wrap::before {
	background-color: #ffb400;
}
.module.module3 .main .card-list .card:nth-child(3) .img-wrap::after {
	background-image: radial-gradient(rgba(255, 180, 0, 0.5), rgba(255, 255, 255, 0.5));
}
.module.module3 .main .card-list .card + .card {
	margin-left: 29px;
}
.module.module3 .main .card-list .card .img-wrap {
	width: 88px;
	position: relative;
	margin: 0 auto;
}
.module.module3 .main .card-list .card .img-wrap::before {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: -8px;
	left: -12px;
}
.module.module3 .main .card-list .card .img-wrap::after {
	position: absolute;
	content: "";
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.module.module3 .main .card-list .card .img-wrap .iconfont {
	position: relative;
	z-index: 1;
	color: #fff;
	line-height: 88px;
	font-size: 51px;
}
.module.module3 .main .card-list .card .card-title {
	font-size: 32px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #000000;
	line-height: 36px;
	text-shadow: 0px 0px 8px rgba(157, 157, 157, 0.2);
	padding-top: 20px;
}
.module.module3 .main .card-list .card .card-dec {
	font-size: 20px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	padding-top: 14px;
}
.module.module3 .main .dec {
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
	margin-top: 53px;
	padding-top: 5px;
	padding-left: 476px;
	background-image: url("../images/footer3.png");
	background-repeat: no-repeat;
	background-position: 201px;
	min-height: 187px;
}
.module.module4 {
	padding-top: 80px;
}
.module.module4 .main {
	display: flex;
	justify-content: center;
	padding-top: 38px;
}
.module.module4 .main .card {
	padding-bottom: 60px;
	width: 379px;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(186, 223, 255, 0.33);
	border-radius: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center -18px;
}
.module.module4 .main .card + .card {
	margin-left: 29px;
}
.module.module4 .main .card:nth-child(1) {
	background-image: url("../images/bg4-1.png");
}
.module.module4 .main .card:nth-child(1) .advantage-list .advantage-wrap {
	background: linear-gradient(90deg, rgba(31, 212, 237, 0.09), rgba(56, 170, 231, 0.09));
}
.module.module4 .main .card:nth-child(2) {
	background-image: url("../images/bg4-2.png");
}
.module.module4 .main .card:nth-child(2) .advantage-list .advantage-wrap {
	background-color: rgba(42, 106, 242, 0.05);
}
.module.module4 .main .card:nth-child(3) {
	background-image: url("../images/bg4-3.png");
}
.module.module4 .main .card:nth-child(3) .advantage-list .advantage-wrap {
	background: linear-gradient(1deg, rgba(98, 215, 250, 0.1), rgba(96, 208, 124, 0.1));
}
.module.module4 .main .card .title {
	padding-top: 50px;
	font-size: 32px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #ffffff;
	line-height: 36px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.module.module4 .main .card .dec {
	padding-top: 7px;
	font-size: 18px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.module.module4 .main .card .advantage-list {
	margin-top: 86px;
}
.module.module4 .main .card .advantage-list .advantage-wrap {
	margin: 0 auto;
	width: 259px;
	height: 17px;
	font-size: 20px;
	font-family: PingFangSC;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
}
.module.module4 .main .card .advantage-list .advantage-wrap + .advantage-wrap {
	margin-top: 45px;
}
.module.module4 .main .card .advantage-list .advantage-wrap .advantage {
	position: relative;
	top: -14px;
}
.module.module5 {
	padding-top: 70px;
	padding-bottom: 36px;
}
.module.module5 .img-5 {
	display: block;
	width: 100%;
	margin: 40px auto 0;
	max-width: 1920px;
}
.module.module6 {
	padding-top: 44px;
	background-image: url("../images/bg6.png");
	background-repeat: no-repeat;
	background-position: center;
}
.module.module6 .main .list-wrap {
	height: 415px;
	overflow: hidden;
}
.module.module6 .main .list-wrap .list {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
	display: flex;
	align-items: flex-start;
}
.module.module6 .main .list-wrap .list .line-wrap {
	width: 9px;
	background: linear-gradient(to top, transparent, #326cf6);
	border-radius: 5px;
	position: relative;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(2n + 1) {
	margin-left: 169px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(2n) {
	margin-left: 70px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(1) {
	margin-top: 83px;
	margin-left: 0;
	height: 294px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(2) {
	margin-top: 231px;
	height: 167px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(3) {
	margin-top: 41px;
	height: 336px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(4) {
	margin-top: 128px;
	height: 287px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(5) {
	margin-top: 45px;
	height: 310px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(6) {
	margin-top: 211px;
	height: 204px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(7) {
	margin-top: 95px;
	height: 269px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(8) {
	margin-top: 259px;
	height: 156px;
}
.module.module6 .main .list-wrap .list .line-wrap:nth-child(9) {
	margin-top: 161px;
	height: 216px;
}
.module.module6 .main .list-wrap .list .line-wrap .num-wrap {
	position: absolute;
	font-family: PingFangSC;
	font-size: 20px;
	color: #326cf6;
	line-height: 30px;
	white-space: nowrap;
	line-height: 40px;
	font-weight: 400;
	left: 30px;
}
.module.module6 .main .list-wrap .list .line-wrap .num-wrap .num {
	font-weight: 600;
	font-size: 36px;
}
.module.module6 .main .list-wrap .list .line-wrap .title {
	font-size: 20px;
	position: absolute;
	white-space: nowrap;
	font-family: PingFangSC;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	top: 37px;
	left: 29px;
	padding-top: 4px;
}
.module.module6 .main .card-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.module.module6 .main .card-list .card {
	width: 224px;
	line-height: 87px;
	background: linear-gradient(1deg, #ffffff, #f7f7f7);
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
	font-size: 20px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #010101;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
}
.module.module6 .main .card-list .card:hover {
	background: linear-gradient(181deg, #ffffff, #f7f7f7);
}
.module.module6 .main .card-list .card:nth-child(1) {
	margin-top: 27px;
}
.module.module6 .main .card-list .card:nth-child(2) {
	margin-top: 27px;
}
.module.module6 .main .card-list .card:nth-child(3) {
	margin-top: 27px;
}
.module.module6 .main .card-list .card:nth-child(4) {
	margin-top: 27px;
}
.module.module6 .main .card-list .card:nth-child(5) {
	margin-top: 27px;
}
.module.module6 .main .card-list .card .icon {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 15px;
	margin-left: 27px;
}
.module.module6 .main .card-list .card .icon.icon-H5 {
	font-size: 36px;
	background-image: linear-gradient(1deg, #f79e6d, #f58142);
}
.module.module6 .main .card-list .card .icon.icon-JavaEE {
	font-size: 41px;
	background-image: linear-gradient(1deg, #4e7cf1, #3963eb);
}
.module.module6 .main .card-list .card .icon.icon-Python {
	font-size: 36px;
	background-image: linear-gradient(1deg, #6dd5f7, #39a2eb);
}
.module.module6 .main .card-list .card .icon.icon-UI {
	font-size: 27px;
	background-image: linear-gradient(1deg, #f76dab, #eb3980);
}
.module.module6 .main .card-list .card .icon.icon-yunjisuan {
	font-size: 31px;
	background-image: linear-gradient(1deg, #6d8ef7, #3952eb);
}
.module.module6 .main .card-list .card .icon.icon-ruanjianceshi1 {
	font-size: 36px;
	background-image: linear-gradient(1deg, #60d3e8, #28b6d9);
}
.module.module6 .main .card-list .card .icon.icon-dashuju1 {
	font-size: 36px;
	background-image: linear-gradient(1deg, #6c89d4, #3e57ae);
}
.module.module6 .main .card-list .card .icon.icon-wulianwang {
	font-size: 36px;
	background-image: linear-gradient(1deg, #f7cf6d, #f4a237);
}
.module.module6 .main .card-list .card .icon.icon-wangluoanquan {
	font-size: 38px;
	background-image: linear-gradient(1deg, #6ce687, #43cf50);
}
.module.module6 .main .card-list .card .icon.icon-Unity {
	font-size: 36px;
	background-image: linear-gradient(1deg, #82899e, #363d4d);
}
.module.module6 .main .card-list .card .icon.icon-quanmeiti {
	font-size: 32px;
	background-image: linear-gradient(1deg, #ef6df7, #aa39eb);
}
.module.module6 .main .card-list .card .icon.icon-yingshijianjibaozhuang {
	font-size: 34px;
	background-image: linear-gradient(1deg, #5d66a9, #324292);
}
.module.module6 .main .card-list .card .icon.icon-youxiyuanhua {
	font-size: 36px;
	background-image: linear-gradient(1deg, #9e6df7, #8439eb);
}
.module.module6 .main .card-list .card .icon.icon-qukuailian {
	font-size: 36px;
	background-image: linear-gradient(1deg, #f79e6d, #eb7839);
}
.module.module6 .main .card-list .card .icon.icon-renzhengkaoshi {
	font-size: 37px;
	background-image: linear-gradient(1deg, #6d8ef7, #3952eb);
}
.module.module7 {
	padding-top: 80px;
}
.module.module7 .module-dec {
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	padding-top: 24px;
	padding-bottom: 35px;
}
.module.module7 .main-wrap {
	background-image: url("../images/bg7.png");
	background-position: top;
}
.module.module7 .main-wrap .main {
	height: 399px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.module.module7 .main-wrap .main .left {
	width: 194px;
}
.module.module7 .main-wrap .main .left .list {
	text-align: right;
	cursor: pointer;
	position: relative;
}
.module.module7 .main-wrap .main .left .list + .list {
	margin-top: 51px;
}
.module.module7 .main-wrap .main .left .list.active .title {
	font-size: 24px;
	line-height: 28px;
}
.module.module7 .main-wrap .main .left .list.active .dec {
	padding-top: 3px;
	font-size: 16px;
	line-height: 20px;
}
.module.module7 .main-wrap .main .left .list.active::after {
	position: absolute;
	content: "";
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #0e007b;
	right: -76px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module.module7 .main-wrap .main .left .list .title {
	font-size: 18px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.module.module7 .main-wrap .main .left .list .dec {
	padding-top: 6px;
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #ffffff;
	line-height: 18px;
}
.module.module7 .main-wrap .main .right {
	margin-left: 167px;
}
.module.module7 .main-wrap .main .right .card-list {
	display: none;
	flex-wrap: wrap;
	width: 562px;
}
.module.module7 .main-wrap .main .right .card-list:nth-child(1) .card {
	width: 218px;
}
.module.module7 .main-wrap .main .right .card-list:nth-child(1) .card:nth-child(2n) {
	margin-left: 45px;
}
.module.module7 .main-wrap .main .right .card-list:nth-child(1) .card:nth-child(1) {
	margin-top: 0;
}
.module.module7 .main-wrap .main .right .card-list:nth-child(1) .card:nth-child(2) {
	margin-top: 0;
}
.module.module7 .main-wrap .main .right .card-list:nth-child(2) .card {
	min-width: 218px;
	padding: 0 40px;
}
.module.module7 .main-wrap .main .right .card-list:nth-child(2) .card:nth-child(2n) {
	margin-left: 45px;
}
.module.module7 .main-wrap .main .right .card-list:nth-child(3) .card {
	min-width: 218px;
	padding: 0 40px;
}
.module.module7 .main-wrap .main .right .card-list.active {
	display: flex;
}
.module.module7 .main-wrap .main .right .card-list .card {
	margin-top: 33px;
	line-height: 57px;
	background: #ffffff;
	border-radius: 10px;
	font-size: 20px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #12009e;
	text-align: center;
}
.module.module8 {
	padding-top: 80px;
}
.module.module8 .main .tabs {
	margin-top: 37px;
	display: flex;
	justify-content: center;
	text-align: center;
}
.module.module8 .main .tabs .tab {
	width: 582px;
	cursor: pointer;
	height: 93px;
	border: 1px solid #326cf6;
	color: #326cf6;
	transition: all 0.3s;
}
.module.module8 .main .tabs .tab + .tab {
	margin-left: 32px;
}
.module.module8 .main .tabs .tab.active {
	color: #ffffff;
	background: #326cf6;
}
.module.module8 .main .tabs .tab .title {
	font-size: 24px;
	font-family: PingFangSC;
	font-weight: 400;
	line-height: 28px;
	padding-top: 21px;
	padding-bottom: 6px;
}
.module.module8 .main .tabs .tab .dec {
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	line-height: 18px;
}
.module.module8 .main .tab-contents {
	overflow: hidden;
	height: 584px;
	margin-top: 38px;
	position: relative;
}
.module.module8 .main .tab-contents .tab-wrap {
	height: 100%;
	background: #fbfbfb;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	display: flex;
	align-items: center;
}
.module.module8 .main .tab-contents .tab-wrap.active {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab1 {
	height: 584px;
	width: 100%;
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card {
	width: 230px;
	height: 80px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 12px;
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(1) {
	background-image: url("../images/list8-1.png");
	margin-top: 0;
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(2) {
	margin-top: 0;
	background-image: url("../images/list8-2.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(3) {
	margin-top: 0;
	background-image: url("../images/list8-3.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(4) {
	margin-top: 0;
	background-image: url("../images/list8-4.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(5) {
	margin-top: 0;
	background-image: url("../images/list8-5.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(6) {
	background-image: url("../images/list8-6.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(7) {
	background-image: url("../images/list8-7.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(8) {
	background-image: url("../images/list8-8.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(9) {
	background-image: url("../images/list8-9.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(10) {
	background-image: url("../images/list8-10.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(11) {
	background-image: url("../images/list8-11.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(12) {
	background-image: url("../images/list8-12.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(13) {
	background-image: url("../images/list8-13.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(14) {
	background-image: url("../images/list8-14.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(15) {
	background-image: url("../images/list8-15.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(16) {
	background-image: url("../images/list8-16.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(17) {
	background-image: url("../images/list8-17.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(18) {
	background-image: url("../images/list8-18.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(19) {
	background-image: url("../images/list8-19.png");
}
.module.module8 .main .tab-contents .tab-wrap .tab-content.tab2 .card:nth-child(20) {
	background-image: url("../images/list8-20.png");
}
.module.module9 {
	padding-top: 100px;
}
.module.module9 .main {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.module.module9 .main .map {
	margin-top: 7px;
	background-image: url("http://www.qfedu.com/images/index2021/map.png");
	width: 680px;
	height: 527px;
	position: relative;
}
.module.module9 .main .map .map-item {
	position: absolute;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3c576f;
	line-height: 19px;
	cursor: pointer;
}
.module.module9 .main .map .map-item.active {
	color: #326cf6;
}
.module.module9 .main .map .map-item.active::before {
	content: url("http://www.qfedu.com/images/index2021/map-icon-active.png");
}
.module.module9 .main .map .map-item::before {
	position: absolute;
	content: url("http://www.qfedu.com/images/index2021/map-icon.png");
}
.module.module9 .main .map .map-item.top {
	padding-top: 29px;
}
.module.module9 .main .map .map-item.top::before {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module.module9 .main .map .map-item.left {
	padding-left: 31px;
}
.module.module9 .main .map .map-item.left::before {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module.module9 .main .map .map-item.right {
	padding-right: 31px;
}
.module.module9 .main .map .map-item.right::before {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module.module9 .main .map .map-item.bj {
	top: 171px;
	right: 196px;
}
.module.module9 .main .map .map-item.sz {
	top: 423px;
	right: 194px;
}
.module.module9 .main .map .map-item.sh {
	top: 313px;
	right: 81px;
}
.module.module9 .main .map .map-item.gz {
	top: 419px;
	right: 218px;
}
.module.module9 .main .map .map-item.zz {
	top: 251px;
	right: 215px;
}
.module.module9 .main .map .map-item.dl {
	top: 173px;
	right: 92px;
}
.module.module9 .main .map .map-item.wh {
	top: 316px;
	right: 212px;
}
.module.module9 .main .map .map-item.cd {
	top: 330px;
	right: 360px;
}
.module.module9 .main .map .map-item.xa {
	top: 273px;
	right: 293px;
}
.module.module9 .main .map .map-item.hz {
	top: 326px;
	right: 136px;
}
.module.module9 .main .map .map-item.qd {
	top: 223px;
	right: 105px;
}
.module.module9 .main .map .map-item.cq {
	top: 326px;
	right: 288px;
}
.module.module9 .main .map .map-item.cs {
	top: 356px;
	right: 249px;
}
.module.module9 .main .map .map-item.hrb {
	top: 69px;
	right: 87px;
}
.module.module9 .main .map .map-item.nj {
	top: 286px;
	right: 113px;
}
.module.module9 .main .map .map-item.ty {
	top: 189px;
	right: 238px;
}
.module.module9 .main .map .map-item.sy {
	top: 140px;
	right: 94px;
}
.module.module9 .main .map .map-item.hf {
	top: 297px;
	right: 173px;
}
.module.module9 .main .right-wrap {
	margin-left: 36px;
	width: 479px;
	height: 467px;
	background: linear-gradient(1deg, #ffffff, #f7f7f7);
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
	border-radius: 20px;
	text-align: center;
	padding-top: 58px;
}
.module.module9 .main .right-wrap .title {
	display: inline;
	font-size: 18px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #000000;
	line-height: 22px;
	position: relative;
}
.module.module9 .main .right-wrap .title::before {
	content: url("../images/bg-line.png");
	position: absolute;
	left: -8px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.module.module9 .main .right-wrap .title::after {
	content: url("../images/bg-line.png");
	position: absolute;
	right: -8px;
	-webkit-transform: translateX(100%) rotate(180deg);
	-ms-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}
.module.module9 .main .right-wrap .dec {
	font-size: 13px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	padding-top: 22px;
}
.module.module9 .main .right-wrap .list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 26px;
	padding-left: 25px;
}
.module.module9 .main .right-wrap .list .list-item {
	cursor: pointer;
	width: 70px;
	line-height: 36px;
	border: 1px solid #e1e0e0;
	margin-bottom: 13px;
	margin-left: 13px;
}
.module.module9 .main .right-wrap .list .list-item.active {
	transition: background-color 0.4s;
	background-color: #326cf6;
	border: none;
	color: #ffffff;
}
.module.module10 {
	padding-top: 61px;
}
.module.module10 .honor-swiper {
	margin-top: 50px;
	padding-bottom: 42px;
}
.module.module10 .honor-swiper .swiper-wrapper {
	height: 346px;
}
.module.module10 .honor-swiper .swiper-wrapper .img-wrap {
	position: relative;
	width: 227px;
	height: 165px;
	overflow: hidden;
}
.module.module10 .honor-swiper .swiper-wrapper .img-wrap:hover .dec-wrap {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.module.module10 .honor-swiper .swiper-wrapper .img-wrap .dec-wrap {
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.module.module10 .honor-swiper .swiper-wrapper .img-wrap .dec-wrap::before {
	position: absolute;
	content: "";
	width: 207px;
	height: 145px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.module.module10 .honor-swiper .swiper-wrapper .img-wrap .dec-wrap::after {
	width: 38px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 72px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}
.module.module10 .honor-swiper .swiper-wrapper .img-wrap .dec-wrap .year {
	padding-top: 42px;
	text-align: center;
	font-size: 15px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #ffffff;
}
.module.module10 .honor-swiper .swiper-wrapper .img-wrap .dec-wrap .dec {
	padding-top: 26px;
	margin: 0 auto;
	width: 170px;
	font-size: 13px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
}
.module.module10 .honor-swiper .honor-swiper-pagination {
	bottom: 0;
	top: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 181px;
	height: 6px;
	background: rgba(50, 108, 246, 0.3);
	border-radius: 3px;
}
.module.module10 .honor-swiper .honor-swiper-pagination .swiper-pagination-progressbar-fill {
	background-color: #326cf6;
	border-radius: 3px;
}
.module.module11 {
	padding-top: 124px;
	padding-bottom: 70px;
}
.module.module11 .main {
	display: flex;
	padding-top: 38px;
}
.module.module11 .main .card {
	width: 285px;
	height: 352px;
	background: linear-gradient(1deg, #ffffff, #ffffff, #f7f7f7);
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
	border-radius: 10px;
	padding-top: 26px;
	position: relative;
	text-align: center;
}
.module.module11 .main .card + .card {
	margin-left: 18px;
}
.module.module11 .main .card:hover {
	background: linear-gradient(181deg, #ffffff, #ffffff, #f7f7f7);
}
.module.module11 .main .card .card-img {
	margin: 0 auto;
	width: 233px;
	height: 100px;
}
.module.module11 .main .card .title {
	text-align: left;
	margin-left: 26px;
	padding-top: 14px;
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	width: 224px;
}
.module.module11 .main .card .dec {
	text-align: left;
	padding-top: 10px;
	width: 194px;
	margin-left: 26px;
	font-size: 13px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.module.module11 .main .card .more {
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: #326cf6;
	line-height: 18px;
	position: absolute;
	bottom: 40px;
	left: 27px;
}
.module.module11 .main .card .more:hover {
	opacity: 0.7;
}

@-webkit-keyframes scaljxhj {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		transform: translate(-50%, -50%) scale(1.5);
	}
}

@keyframes scaljxhj {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		transform: translate(-50%, -50%) scale(1.5);
	}
}
@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes backInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (max-width: 1920px) {
	.banner {
		height: 256px;
	}
	.banner .swiper-wrapper {
		height: 100%;
	}
	.banner .swiper-slide {
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.banner .swiper-slide .swiper-img {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100%;
		min-width: 1920px;
		height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
