@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

* {
	font-family: "微软雅黑";
}

body {
	overflow-x: hidden;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

input {
	border: none;
	outline: none;
	background: none;
}

.flex {
	display: flex !important;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.cbtn {
	display: block;
	width: 245px;
	height: 50px;
	line-height: 50px;
	background-image: linear-gradient(#eb6558, #eb6558), linear-gradient(#d1d1d1, #d1d1d1);
	background-blend-mode: normal, normal;
	box-shadow: 0px 2px 6px 0px rgba(235, 101, 88, 0.3);
	border-radius: 25px;
	margin: 25px auto 0 auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.cbtn img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	padding-left: 10px;
}

.bbtn {
	display: block;
	width: 326px;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	border: solid 1px #e80c88;
	margin: 40px auto 0 auto;
	color: #e80c88;
	font-size: 20px;
	text-align: center;
}
.bbtn:hover {
	background-color: #e80c88;
	color: #fff;
}

.cbtns {
	display: block;
	width: 230px;
	height: 48px;
	border-radius: 24px;
	background: #3c6af6;
	background: linear-gradient(to right, #52eeff, #3c6af6);
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
}
.cbtns.margin-l {
	margin-right: auto;
	margin-left: 0;
}
.cbtns img {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 12px;
}

.city {
	text-align: center;
}
.city.white h2 {
	color: #ffffff;
}
.city.white p {
	color: #aaaaaa;
}
.city h2 {
	font-size: 36px;
	color: #2710ba;
	text-align: center;
	display: inline-block;
	position: relative;
	line-height: 40px;
}
.city h2 span {
	color: #e70c88;
	font-weight: bold;
}
.city p {
	font-size: 18px;
	color: #666;
	line-height: 22px;
	margin-top: 13px;
}
.city p.aa {
	color: #aaaaaa;
}

.banner {
	width: 1920px;
	height: 580px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide1 {
	background-size: 100% 580px;
	background-position: center;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-pagination {
	position: absolute;
	width: 200px;
	height: 30px;
	bottom: 40px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	margin: 10px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00abff;
}

.dec-nav {
	background: #ffffff;
	height: 211px;
}
.dec-nav .dec-list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left: 34px;
	padding-right: 33px;
}
.dec-nav .dec-list .dec-wrap {
	padding-top: 48px;
}
.dec-nav .dec-list .dec-wrap .dec-parent {
	display: flex;
	align-items: center;
}
.dec-nav .dec-list .dec-wrap .dec-parent .left {
	position: relative;
}
.dec-nav .dec-list .dec-wrap .dec-parent .left::before {
	width: 12px;
	height: 12px;
	background: #ffefe8;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 2;
	left: -8px;
}
.dec-nav .dec-list .dec-wrap .dec-parent .left:after {
	width: 44px;
	height: 44px;
	background: #ffefe8;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: 12px;
	left: -1px;
}
.dec-nav .dec-list .dec-wrap .dec-parent .left .icon {
	position: relative;
	z-index: 1;
	font-size: 56px;
	color: #1962ef;
	line-height: 60px;
}
.dec-nav .dec-list .dec-wrap .dec-parent .right {
	margin-left: 14px;
}
.dec-nav .dec-list .dec-wrap .dec-parent .right .title {
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
}
.dec-nav .dec-list .dec-wrap .dec-parent .right .dec {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.dec-nav .dec-list .dec-wrap .dec-btn {
	margin-top: 27px;
	width: 246px;
	background: #ffffff;
	border: 1px solid #225fff;
	border-radius: 19px;
	font-size: 16px;
	font-weight: 400;
	color: #225fff;
	line-height: 38px;
	text-align: center;
	display: block;
}
.dec-nav .dec-list .dec-wrap .dec-btn:hover {
	background: #3970fe;
	color: #ffffff;
}

.c2 {
	background-color: #e8f2fe;
	padding-top: 72px;
}
.c2 .c2-table-box {
	width: 1200px;
	margin: 21px auto 0 auto;
	overflow: hidden;
	height: 255px;
}
.c2 .c2-table-box ul {
	height: 500px;
}
.c2 .c2-table-box ul li {
	height: 52px;
	line-height: 52px;
	border-bottom: solid 1px #e3e3e3;
	width: 574px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.c2 .c2-table-box ul li:nth-child(odd) {
	margin-right: 50px;
}
.c2 .c2-table-box ul li:nth-child(7),
.c2 .c2-table-box ul li:nth-child(8) {
	border: none;
}
.c2 .c2-table-box ul li span:nth-child(1) {
	display: inline-block;
	width: 90px;
	height: 26px;
	line-height: 26px;
	background-color: #3970fe;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-right: 2px;
}
.c2 .c2-table-box ul li span:nth-child(2) {
	margin-right: 40px;
	color: #000000;
}
.c2 .c2-table-box ul li span:nth-child(3) {
	white-space: nowrap;
	margin-right: 40px;
	color: #000000;
	display: inline-block;
	width: 110px;
}
.c2 .c2-table-box ul li span:nth-child(4) {
	display: inline-block;
	width: 104px;
	height: 36px;
	background-color: #e80c88;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
}
.c2 .c2-table-box ul li span:nth-child(4) a {
	color: #fff;
}

.c4 {
	height: 587px;
	background-color: #e8f2fe;
	padding-top: 89px;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field {
	box-sizing: border-box;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin-bottom: 28px;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: 38px;
	margin-right: 30px;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name {
	height: 125px;
	padding-top: 96px;
	width: 136px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: center 12px;
	border-top: 1px solid #dfe5e7;
	border-left: 1px solid #dfe5e7;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(1) {
	background-image: url(/images/2024/python/icon3-1.png);
	background-position: top;
	border-top: none;
	border-left: none;
	padding-top: 83px;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(2) {
	background-image: url(/images/2024/python/icon3-2.png);
	background-position: top;
	border-top: none;
	padding-top: 83px;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(3) {
	background-image: url(/images/2024/python/icon3-3.png);
	background-position: top;
	border-top: none;
	padding-top: 83px;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(4) {
	background-image: url(/images/2024/python/icon3-4.png);
	background-position: top;
	border-top: none;
	padding-top: 83px;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(5) {
	background-image: url(/images/2024/python/icon3-5.png);
	border-left: none;
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(6) {
	background-image: url(/images/2024/python/icon3-6.png);
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(7) {
	background-image: url(/images/2024/python/icon3-7.png);
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(8) {
	background-image: url(/images/2024/python/icon3-8.png);
}
.c4 .c4-container {
	position: relative;
	width: 1200px;
	height: 412px;
	margin: 40px auto 0 auto;
}
.c4 .c4-from {
	position: absolute;
	top: 390px;
	font-size: 14px;
	color: #666666;
	width: 100%;
	text-align: center;
}
.c4 .c4-count {
	position: absolute;
	top: 0;
	left: 0;
	width: 1236px;
	height: 448px;
	background: url(/images/2024/python/c4-new.png) no-repeat;
	background-size: 1236px 448px;
	align-items: center;
}
.c4 .c4-container .c4-circle {
	position: absolute;
	right: -48px;
	bottom: -48px;
	width: 109px;
	height: 109px;
}
.c4 .c4-count-left {
	width: 517px;
	height: 291px;
	background-color: #1c1b19;
	margin: -12px 0 0 81px;
	border-radius: 10px;
	overflow: hidden;
}
.c4 .c4-count-right {
	flex: 1;
}
.c4 .c4-count-right h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}
.c4 .c4-count-right ul > li {
	width: 512px;
	height: 47px;
	line-height: 47px;
	background-color: #f1f7fe;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #333333;
}
.c4 .c4-count-right ul > li:hover {
	background-image: linear-gradient(90deg, #2c5eff 0%, #579dff 100%), linear-gradient(#3448e2, #3448e2);
	color: #ffffff;
}

.module {
	box-sizing: border-box;
}
.module * {
	box-sizing: border-box;
}
.module .icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.module4 {
	background-color: #e8f2fe;
	padding-top: 69px;
	padding-bottom: 55px;
}
.module4 .chart-list {
	width: 1200px;
	margin: 47px auto 0;
	display: flex;
	justify-content: space-between;
}
.module4 .chart-list .chart-wrap {
	width: 575px;
	height: 384px;
	padding-top: 42px;
	position: relative;
}
.module4 .chart-list .chart-wrap.left {
	background-image: url(/images/2024/python/bg4-left.png);
}
.module4 .chart-list .chart-wrap.left .title {
	background: linear-gradient(-177deg, #fc9e2a, #fc6120);
}
.module4 .chart-list .chart-wrap.left .dec {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
	margin-top: 38px;
	margin-left: 34px;
}
.module4 .chart-list .chart-wrap.left .dec .num {
	font-size: 22px;
}
.module4 .chart-list .chart-wrap.left .line {
	width: 508px;
	height: 3px;
	background-color: #f6945b;
	margin: 161px auto 0;
}
.module4 .chart-list .chart-wrap.left .list {
	position: absolute;
	bottom: 72px;
	width: 508px;
	transform: translateX(-50%);
	left: 50%;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.module4 .chart-list .chart-wrap.left .list .item {
	position: relative;
}
.module4 .chart-list .chart-wrap.left .list .item .num {
	position: absolute;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.module4 .chart-list .chart-wrap.left .list .item .num2 {
	width: 43px;
	background: linear-gradient(-177deg, #fee07f, #ffd541);
}
.module4 .chart-list .chart-wrap.left .list .item .money {
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
	bottom: -35px;
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
}
.module4 .chart-list .chart-wrap.right {
	background-image: url(/images/2024/python/bg4-right.png);
}
.module4 .chart-list .chart-wrap.right .title {
	background: linear-gradient(-177deg, #4aa1fb, #3953e8);
}
.module4 .chart-list .chart-wrap.right .dec {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	margin-top: 106px;
	margin-left: 453px;
}
.module4 .chart-list .chart-wrap.right .dec .num {
	font-weight: normal;
}
.module4 .chart-list .chart-wrap.right .h-list {
	display: flex;
	justify-content: space-between;
	margin-left: 93px;
	margin-right: 38px;
	margin-top: 117px;
}
.module4 .chart-list .chart-wrap.right .h-list .item {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
}
.module4 .chart-list .chart-wrap.right .l-list {
	position: absolute;
	left: 39px;
	top: 115px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 44px;
	text-align: right;
}
.module4 .chart-list .chart-wrap .title {
	width: 444px;
	line-height: 42px;
	border-radius: 21px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}
.module4 .ps {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-bottom: 25px;
	text-align: center;
}

.module5 {
	background-image: url(/images/2024/python/bg5.png);
	padding-top: 73px;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 52px;
}
.module5 .main {
	width: 1200px;
	margin: 80px auto 0;
}
.module5 .main .item {
	width: 500px;
	height: 169px;
	background-image: url(/images/2024/python/list5.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 38px;
	padding-left: 96px;
}
.module5 .main .item:hover {
	background-image: url(/images/2024/python/list5-active.png);
	background-position: -14px -8px;
}
.module5 .main .item + .item {
	margin-top: 24px;
}
.module5 .main .item:nth-child(1) {
	margin-left: 567px;
}
.module5 .main .item:nth-child(2) {
	margin-left: 613px;
}
.module5 .main .item:nth-child(3) {
	margin-left: 552px;
}
.module5 .main .item .title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 28px;
}
.module5 .main .item .dec {
	margin-top: 11px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.module5 .bbtn {
	margin-top: 20px;
}

.module6 {
	background-color: #e8f2fe;
	padding-top: 63px;
	padding-bottom: 80px;
}
.module6 .list {
	display: flex;
	justify-content: center;
	margin-top: 54px;
}
.module6 .list .item {
	width: 278px;
	height: 489px;
	background: #ffffff;
	box-shadow: 0px 3px 10px 1px rgba(156, 162, 182, 0.15);
	border-radius: 10px;
	position: relative;
	padding: 238px 20px 0;
}
.module6 .list .item:nth-child(1) .title .strong {
	color: #3f65f2;
}
.module6 .list .item:nth-child(1) .btn {
	background-image: url(/images/2024/python/icon6-1.png);
	border-color: #3f65f2;
	color: #284edd;
}
.module6 .list .item:nth-child(2) .title .strong {
	color: #0594c2;
}
.module6 .list .item:nth-child(2) .btn {
	background-image: url(/images/2024/python/icon6-2.png);
	border-color: #03a1d3;
	color: #0594c2;
}
.module6 .list .item:nth-child(3) .title .strong {
	color: #f9763c;
}
.module6 .list .item:nth-child(3) .btn {
	background-image: url(/images/2024/python/icon6-3.png);
	border-color: #f36d32;
	color: #f36d32;
}
.module6 .list .item:nth-child(4) .title .strong {
	color: #e74a4a;
}
.module6 .list .item:nth-child(4) .btn {
	background-image: url(/images/2024/python/icon6-4.png);
	border-color: #f64a4a;
	color: #f64a4a;
}
.module6 .list .item + .item {
	margin-left: 29px;
}
.module6 .list .item .bg-img {
	position: absolute;
	top: -5px;
	left: 0;
}
.module6 .list .item .label {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
}
.module6 .list .item .title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	padding-bottom: 26px;
	border-bottom: 1px dashed #bac8d8;
}
.module6 .list .item .dec {
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
}
.module6 .list .item .btn {
	display: block;
	margin: 22px auto 0;
	width: 190px;
	line-height: 44px;
	border: 1px solid;
	border-radius: 23px;
	background-repeat: no-repeat;
	background-position: 24px;
	padding-left: 44px;
	text-align: center;
}

.module7 {
	background-color: #f6faff;
	padding-top: 71px;
	padding-bottom: 58px;
}
.module7 .main {
	position: relative;
	width: 1200px;
	margin: 52px auto 0;
	height: 527px;
	background: #ffffff;
	border-radius: 40px;
}
.module7 .main .tab-list {
	width: 480px;
	height: 62px;
	background: linear-gradient(-177deg, #579dff, #2c5eff);
	box-shadow: 0px 10px 20px 0px rgba(63, 119, 229, 0.3);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.module7 .main .tab-list .tab {
	width: 235px;
	line-height: 53px;
	cursor: pointer;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 400;
	color: #fefefe;
	text-align: center;
}
.module7 .main .tab-list .tab.active {
	background: #ffffff;
	font-weight: bold;
	color: #3953e8;
}
.module7 .main .content-list .content-item {
	display: none;
	padding-left: 16px;
}
.module7 .main .content-list .content-item.active {
	display: flex;
	align-items: flex-start;
}
.module7 .main .content-list .content-item .left {
	padding-top: 70px;
}
.module7 .main .content-list .content-item .left .stage {
	width: 241px;
	height: 76px;
	padding-left: 10px;
	cursor: pointer;
}
.module7 .main .content-list .content-item .left .stage.active {
	border-radius: 10px;
	background: #a6caff;
}
.module7 .main .content-list .content-item .left .stage.active .stage-content {
	background-color: #3b73ff;
}
.module7 .main .content-list .content-item .left .stage.active .stage-content .num {
	color: #5b8aff;
}
.module7 .main .content-list .content-item .left .stage.active .stage-content .num::before {
	background-color: #fff;
}
.module7 .main .content-list .content-item .left .stage.active .stage-content .title {
	font-weight: bold;
	color: #ffffff;
}
.module7 .main .content-list .content-item .left .stage + .stage {
	margin-top: 6px;
}
.module7 .main .content-list .content-item .left .stage .stage-content {
	height: 100%;
	padding-top: 13px;
}
.module7 .main .content-list .content-item .left .stage .stage-content .num {
	font-size: 22px;
	font-weight: bold;
	color: #ebf1ff;
	line-height: 26px;
	position: relative;
	padding-left: 13px;
}
.module7 .main .content-list .content-item .left .stage .stage-content .num::before {
	content: "";
	width: 171px;
	height: 1px;
	background: #e7f0ff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 17px;
}
.module7 .main .content-list .content-item .left .stage .stage-content .title {
	padding-left: 13px;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
.module7 .main .content-list .content-item .right {
	padding-top: 65px;
	margin-left: 20px;
}
.module7 .main .content-list .content-item .right .stage-content {
	width: 903px;
	height: 436px;
	background: #f6faff;
	border-radius: 10px;
	display: none;
	padding-left: 56px;
	padding-top: 43px;
	padding-bottom: 43px;
	overflow-y: auto;
	overflow-x: hidden;
}
.module7 .main .content-list .content-item .right .stage-content.active {
	display: block;
}
.module7 .main .content-list .content-item .right .stage-content .title {
	width: 773px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	position: relative;
}
.module7 .main .content-list .content-item .right .stage-content .title::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #3b73ff;
	border-radius: 50%;
	position: absolute;
	left: -12px;
	top: 7px;
}
.module7 .main .content-list .content-item .right .stage-content .dec {
	margin-top: 3px;
	width: 773px;
	font-size: 15px;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
}
.module7 .main .content-list .content-item .right .stage-content .dec + .title {
	margin-top: 38px;
}

.c8 {
	background: #e8f2fe;
	padding-top: 54px;
	padding-bottom: 63px;
}
.c8 .c8-container {
	position: relative;
	width: 1200px;
	margin-top: 107px;
}
.c8 .c8-count {
	position: relative;
}
.c8 .c8-count .flex {
	padding: 20px;
}
.c8 .c8-count .title {
	width: 130px;
	height: 54px;
	line-height: 54px;
	background-color: #2759bf;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	font-size: 20px;
	color: #ffffff;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 22px;
}
.c8 .c8-count .title img {
	vertical-align: middle;
}
.c8 .c8-count .tabBtn {
	position: absolute;
	top: -60px;
	left: 84px;
	width: 1031px;
	height: 101px;
	background-image: linear-gradient(-3deg, #2c5eff 0%, #579dff 100%), linear-gradient(#da091d, #da091d);
	background-blend-mode: normal, normal;
	box-shadow: 0px 10px 20px 0px rgba(63, 119, 229, 0.3);
	border-radius: 20px;
	display: flex;
}
.c8 .c8-count .tabBtn li {
	display: block;
	width: 147px;
	height: 101px;
	padding-top: 18px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.c8 .c8-count .tabBtn li.active {
	width: 147px;
	height: 101px;
	background: url(/images/2024/python/c20-1.png) no-repeat;
	background-size: 130px 85px;
	background-position: center 12px;
	color: #3953e8;
}
.c8 .c8-count .tabBtn li i {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.c8 .c8-count .tabContent {
	width: 1200px;
	height: 520px;
	background-color: #ffffff;
	border-radius: 40px;
	display: none;
	color: #333333;
}
.c8 .c8-count .tabContent h3 {
	font-size: 18px;
	font-weight: bold;
	color: #2ca2b5;
}
.c8 .c8-count .tabContent.active {
	display: block;
}
.c8 .c8-count .tabContent .content-photo {
	display: inline-block;
	vertical-align: top;
	width: 590px;
	height: 393px;
	border: dotted 1px #3953e8;
	margin: 82px 45px auto 42px;
}
.c8 .c8-count .tabContent .content-des {
	display: inline-block;
	vertical-align: top;
	width: 470px;
	color: #333333;
	margin-top: 82px;
}
.c8 .c8-count .tabContent:nth-child(2) .content-photo {
	width: 551px;
	height: 310px;
	background: url("/images/2024/python/xm1.jpg") no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.c8 .c8-count .tabContent:nth-child(3) .content-photo {
	width: 551px;
	height: 310px;
	background: url("/images/2024/python/xm2.jpg") no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.c8 .c8-count .tabContent:nth-child(4) .content-photo {
	width: 551px;
	height: 310px;
	background: url("/images/2024/python/xm3.jpg") no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.c8 .c8-count .tabContent:nth-child(5) .content-photo {
	width: 551px;
	height: 310px;
	background: url("/images/2024/python/xm4.jpg") no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.c8 .c8-count .tabContent:nth-child(6) .content-photo {
	width: 551px;
	height: 310px;
	background: url("/images/2024/python/xm5.jpg") no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.c8 .c8-count .tabContent:nth-child(7) .content-photo {
	width: 551px;
	height: 310px;
	background: url("/images/2024/python/xm6.jpg") no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.c8 .c8-count .tabContent:nth-child(8) .content-photo {
	width: 551px;
	height: 310px;
	background: url("/images/2024/python/xm7.jpg") no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.c8 .c8-count .tabContent p {
	color: #333333;
	font-size: 18px;
}
.c8 .c8-count .tabContent .content-des h3 {
	width: 131px;
	height: 36px;
	background-color: #3953e8;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 18px;
	margin-top: 20px;
}
.c8 .c8-count .tabContent .content-des h3.ti {
	width: 100%;
	background-color: #ffffff;
	color: #3953e8;
	line-height: 1;
	font-size: 24px;
	text-align: left;
	margin-top: 0;
}
.c8 .c8-count .bbtn {
	margin-top: 50px;
}

.c16 {
	width: 100%;
	padding-top: 70px;
	height: 908px;
	background-image: url(/images/2024/python/bg9.png);
	background-repeat: no-repeat;
	background-position: top;
	box-sizing: border-box;
}
.c16 .city p {
	color: #fff;
}
.c16 .city h2 span {
	color: #06f6ff;
}
.c16 .c16-container {
	position: relative;
	width: 1200px;
	height: 614px;
}
.c16 .c16-left {
	position: absolute;
	top: 13px;
	left: 10px;
}
.c16 .c16-left li {
	background-image: url(/images/2024/python/list9-2.png);
}
.c16 .c16-left li .num {
	top: 46px;
	right: 35px;
}
.c16 .c16-right {
	position: absolute;
	top: 13px;
	right: 7px;
}
.c16 .c16-right li {
	background-image: url(/images/2024/python/list9.png);
	box-sizing: border-box;
	padding-left: 152px;
}
.c16 .c16-right li .num {
	top: 46px;
	left: 45px;
}
.c16 li {
	width: 423px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 153px;
	background-repeat: no-repeat;
	position: relative;
}
.c16 li + li {
	margin-top: 55px;
}
.c16 li h3 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
}
.c16 li p {
	width: 271px;
	margin-top: 13px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.c16 li .num {
	font-size: 28px;
	font-weight: bold;
	color: rgba(22, 37, 96, 0.62);
	line-height: 32px;
	position: absolute;
}
.c16 .bbtn {
	background-color: #e80c88;
	color: #ffffff;
}
.c16 .bbtn:hover {
	background-color: #b50c5c;
	color: #ffffff;
}

.module10 {
	background-image: url(/images/2024/python/bg10.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 65px;
	padding-bottom: 44px;
}
.module10 .main {
	background-image: url(/images/2024/python/bg10-main.png);
	width: 1200px;
	margin: 66px auto 22px;
	height: 367px;
}
.module10 .main .content {
	display: none;
	height: 100%;
	padding-left: 471px;
	position: relative;
}
.module10 .main .content.active {
	display: flex;
}
.module10 .main .content .teacher-img {
	left: 26px;
	position: absolute;
	bottom: 0;
	width: 354px;
}
.module10 .main .content .info {
	padding-top: 64px;
}
.module10 .main .content .info .info-content {
	display: flex;
	align-items: flex-end;
}
.module10 .main .content .info .info-content .name {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 34px;
}
.module10 .main .content .info .info-content .post {
	margin-left: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #f1ce50;
	line-height: 22px;
}
.module10 .main .content .info .dec {
	margin-top: 35px;
	width: 704px;
	font-size: 16px;
	font-weight: 400;
	color: #7cbbfe;
	line-height: 22px;
}
.module10 .swiper10-wrap {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
.module10 .swiper10-wrap .swiper10 {
	width: 1200px;
}
.module10 .swiper10-wrap .swiper10 .swiper-slide {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #3b41ed;
	margin: 0 4px;
	cursor: pointer;
}
.module10 .swiper10-wrap .swiper10 .swiper-slide.swiper-slide-active::after {
	content: none;
}
.module10 .swiper10-wrap .swiper10 .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.63);
}
.module10 .swiper10-wrap .swiper10 .swiper-slide .swiper-img {
	width: 100px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: -8px;
}
.module10 .swiper10-wrap .swiper10-prev {
	background-image: url(/images/2024/python/bg10-next.png);
	background-size: 100% 100%;
	width: 33px;
	height: 33px;
	transform: rotateY(180deg) translateY(-50%);
	margin-top: 0;
}
.module10 .swiper10-wrap .swiper10-next {
	background-image: url(/images/2024/python/bg10-next.png);
	background-size: 100% 100%;
	width: 33px;
	height: 33px;
	margin-top: 0;
	transform: translateY(-50%);
}

.c5 {
	background: #ffffff;
	padding-top: 51px;
	padding-bottom: 20px;
}
.c5 .c5-count {
	width: 100%;
}
.c5 .c5-count .c5-count-head {
	margin-top: 40px;
}
.c5 .c5-count .c5-count-head ul {
	justify-content: space-between;
}
.c5 .c5-count .c5-count-head ul > li {
	width: 300px;
	height: 97px;
	text-align: center;
}
.c5 .c5-count .c5-count-head ul > li p {
	font-size: 14px;
	color: #6565ca;
	margin-top: 20px;
}
.c5 .c5-count .c5-count-head ul > li h3 {
	font-size: 28px;
	color: #ec2da6;
	font-weight: bold;
}
.c5 .c5-count .c5-count-head ul > li:nth-child(1) {
	background: url("/images/2024/python/newsbgm.png") no-repeat;
	background-size: cover;
}
.c5 .c5-count .c5-count-head ul > li:nth-child(2) {
	background: url("/images/2024/python/newsbgm.png") no-repeat;
	background-size: cover;
}
.c5 .c5-count .c5-count-head ul > li:nth-child(3) {
	background: url("/images/2024/python/newsbgm.png") no-repeat;
	background-size: cover;
}
.c5 .c5-count .c5-count-head ul > li:nth-child(4) {
	width: 280px;
	background: url("/images/2024/python/newbgl.png") no-repeat;
	background-size: contain;
}
.c5 .c5-count .ps {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 18px;
	text-align: center;
	margin: 10px;
}
.c5 .c5-count .c5-count-middle-parent {
	width: 307px;
	height: 444px;
	border: solid 2px #80c9f4;
	position: relative;
}
.c5 .c5-count .c5-count-middle {
	width: 307px;
	height: 444px;
	border: solid 2px #80c9f4;
	padding: 40px 40px 35px 40px;
	box-sizing: border-box;
	position: absolute;
	background-color: #fff;
	left: -5px;
	top: -6px;
}
.c5 .c5-count .c5-count-middle h3 {
	font-size: 18px;
	color: #000018;
	font-weight: bold;
	position: relative;
	padding-bottom: 26px;
}
.c5 .c5-count .c5-count-middle h3::before {
	display: block;
	content: "";
	width: 38px;
	height: 3px;
	background-color: #53f0ff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.c5 .c5-count .c5-count-middle p {
	font-size: 14px;
	color: #3636ad;
	line-height: 30px;
	text-align: left;
}
.c5 .c5-count .c5-count-middle div {
	margin-top: 10px;
	text-align: right;
}
.c5 .c5-count .c5-count-middle div a {
	color: #56bdcd;
}
.c5 .c5-count .c5-table-right {
	flex-grow: 1;
	margin-left: 20px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-title {
	height: 48px;
	line-height: 48px;
	background: #1da2ed;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head {
	line-height: 54px;
	background-color: #3b73ff;
	width: 100%;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(1) {
	width: 150px;
	padding-left: 130px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(2) {
	width: 150px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(3) {
	width: 250px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(4) {
	width: 250px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box {
	height: 336px;
	overflow: hidden;
	position: relative;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td {
	font-size: 18px;
	font-weight: 400;
	color: #343838;
	line-height: 54px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(1) {
	width: 150px;
	padding-left: 130px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(2) {
	width: 150px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(3) {
	width: 250px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(4) {
	width: 250px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(5) {
	color: #f02449;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box table {
	width: 100%;
	position: absolute;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box table tr {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.c5 .c5-count .c5-btns-parent {
	position: relative;
	width: 100%;
	height: 160px;
	background-color: #f8f8f8;
	border-radius: 8px;
	border: solid 3px #78c5f3;
	margin-top: 22px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.c5 .c5-count .c5-btns-parent .c5-btn-l {
	display: block;
	width: 17px;
	height: 34px;
	position: absolute;
	background: url("/images/2024/python/btnleft.png") no-repeat;
	background-size: contain;
	left: -25px;
	top: 60px;
}
.c5 .c5-count .c5-btns-parent .c5-btn-r {
	display: block;
	width: 17px;
	height: 34px;
	position: absolute;
	background: url("/images/2024/python/btnright.png") no-repeat;
	background-size: contain;
	right: -25px;
	top: 60px;
}
.c5 .c5-count .c5-btns-parent .c5-div {
	height: 100%;
	overflow: hidden;
}
.c5 .c5-count .c5-btnlist-box {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: #000;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide {
	width: 276px;
	height: 100%;
	border-radius: 8px;
	float: left;
	margin-right: 22px;
	background: #fff;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide.active {
	background-image: linear-gradient(-90deg, #0d9fee 0%, #0d53d5 100%), linear-gradient(#13abff, #13abff);
	background-blend-mode: normal, normal;
	border-radius: 8px;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide.active p {
	color: #fff !important;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide.active h3 {
	color: #fff;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide.active div p {
	color: #fff;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide.active span {
	color: #fff !important;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide:nth-child(4n) {
	margin-right: 0;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	color: #09096c;
	padding-top: 20px;
	padding-bottom: 10px;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide p:nth-child(2) {
	color: #5353c0;
	font-size: 14px;
	padding-bottom: 10px;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide p:nth-child(3) {
	color: #ec29a2;
	font-size: 28px;
	font-weight: bold;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide h3 {
	font-size: 16px;
	color: #272727;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide div {
	margin-top: 10px;
	width: 100%;
	display: table;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide div p {
	display: table-cell;
	font-size: 32px;
	line-height: 36px;
	color: #13abff;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide div p span {
	color: #666;
	font-weight: normal;
	font-size: 20px;
}
.c5 .c5-count .swiper-container {
	height: 100%;
	position: inherit;
}
.c5 .c5-count .swiper-button-prev,
.c5 .c5-count .swiper-button-next {
	margin-top: -30px;
	width: 30px;
	height: 60px;
	right: -48px;
	background-image: url("/images/2024/python/btnright.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.c5 .c5-count .swiper-button-prev {
	transform: rotate(180deg);
	left: -48px;
}
.c5 .c5-count .c5-btns {
	width: 6000px;
	height: 100%;
	position: relative;
}
.c5 .c5-count .c5-btns li {
	width: 276px;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	float: left;
	margin-right: 22px;
	cursor: pointer;
}
.c5 .c5-count .c5-btns li.active {
	background-image: linear-gradient(-90deg, #398eb0 0%, #38cbe1 100%), linear-gradient(#13abff, #13abff);
	background-blend-mode: normal, normal;
	border-radius: 8px;
}
.c5 .c5-count .c5-btns li.active p {
	color: #fff !important;
}
.c5 .c5-count .c5-btns li:nth-child(4n) {
	margin-right: 0;
}
.c5 .c5-count .c5-btns li p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	color: #282828;
	padding-top: 20px;
	padding-bottom: 10px;
}
.c5 .c5-count .c5-btns li p:nth-child(2) {
	color: #787878;
	font-size: 14px;
	padding-bottom: 10px;
}
.c5 .c5-count .c5-btns li p:nth-child(3) {
	color: #f56a6c;
	font-size: 28px;
	font-weight: bold;
}
.c5 .c5-from {
	font-size: 14px;
	color: #666666;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.c5 .bbtn {
	margin-top: 20px;
}

.module11 {
	padding-top: 61px;
}
.module11 .list {
	width: 1200px;
	border: 1px solid #ebebf6;
	box-shadow: 0px 2px 27px 0px rgba(84, 126, 232, 0.25);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f2f6ff;
	margin: 29px auto 0;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-left: 23px;
	padding-right: 22px;
}
.module11 .list .item:nth-child(5),
.module11 .list .item:nth-child(6),
.module11 .list .item:nth-child(7),
.module11 .list .item:nth-child(8) {
	margin-top: 32px;
}
.module11 .list .item .img-wrap {
	width: 270px;
	height: 156px;
	overflow: hidden;
	position: relative;
}
.module11 .list .item .img-wrap:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.module11 .list .item .img-wrap img {
	transition: transform 0.4s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	height: 100%;
}
.module11 .list .item .title {
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
	margin-top: 9px;
}
.module11 .list .item .btn {
	margin-top: 8px;
	width: 119px;
	display: block;
	text-align: center;
	line-height: 32px;
	background: rgba(255, 232, 215, 0);
	border: 1px solid #e80c88;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 400;
	color: #e80c88;
}
.module11 .list .item .btn:hover {
	background-color: #e80c88;
	color: #fff;
}

.module12 {
	padding-top: 85px;
	padding-bottom: 58px;
}
.module12 .main {
	padding-top: 37px;
	width: 1200px;
	height: 389px;
	background: #ffffff;
	border-radius: 10px;
	margin: 26px auto 0;
	display: flex;
	padding-left: 34px;
}
.module12 .main .left .title {
	width: 230px;
	line-height: 48px;
	border: 1px solid #7a6bff;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #373131;
	text-align: center;
	background-color: #fff;
}
.module12 .main .left .title + .title {
	margin-top: 17px;
}
.module12 .main .left .title.active {
	background: #5b74f6;
	border-radius: 10px;
	color: #ffffff;
}
.module12 .main .right {
	margin-left: 47px;
	margin-right: 34px;
	padding: 0 28px;
	position: relative;
}
.module12 .main .right .company-swiper {
	width: 803px;
}
.module12 .main .right .company-swiper .dec {
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
	margin-top: 11px;
}
.module12 .main .right .company-button-next {
	background-image: url("/images/2024/python/arrow-swiper.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	top: 127px;
	margin-top: 0;
}
.module12 .main .right .company-button-prev {
	background-image: url("/images/2024/python/arrow-swiper.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	transform: rotate(180deg);
	top: 127px;
	margin-top: 0;
}
.module12 .bbtn {
	margin-top: 29px;
}

.module13 {
	padding-top: 57px;
	padding-bottom: 45px;
}
.module13 .city-list {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 47px auto 69px;
	justify-content: space-between;
}
.module13 .city-list .city {
	text-align: center;
	margin-top: 29px;
	width: 131px;
}
.module13 .city-list .city .city-name {
	margin-top: 7px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
}
.module13 .swiper13 {
	margin-top: 40px;
	width: 1200px;
	padding-bottom: 48px;
}
.module13 .swiper13 .swiper-slide {
	text-align: center;
}
.module13 .swiper13 .swiper13-pagination {
	bottom: 0;
}
.module13 .swiper13 .swiper13-pagination .swiper-pagination-bullet {
	width: 52px;
	height: 8px;
	background: #dddddd;
	border-radius: 0;
	opacity: 1;
}
.module13 .swiper13 .swiper13-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fd4b01;
}

.module14 {
	background-image: url(/images/2024/python/bg14.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 85px;
	height: 980px;
}
.module14 .city h2 span {
	color: #06f6ff;
}
.module14 .main {
	width: 1200px;
	margin: 51px auto 0;
	padding-top: 41px;
	position: relative;
}
.module14 .main::before {
	content: "";
	border-top: 1px dashed #dfe6fd;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
}
.module14 .main .dec-list {
	width: 1063px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.module14 .main .dec-list .dec {
	width: 113px;
	height: 105px;
	padding-top: 13px;
	text-align: center;
}
.module14 .main .dec-list .dec:hover {
	background: rgba(38, 66, 209, 0.7);
}
.module14 .main .dec-list .dec .icon {
	font-size: 34px;
	color: #ffffff;
	line-height: 38px;
}
.module14 .main .dec-list .dec .title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 15px;
}
.module14 .main .card-list {
	margin-left: 190px;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.module14 .main .card-list .card {
	position: relative;
	width: 316px;
	background: #ffffff;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 10px;
	padding-bottom: 32px;
}
.module14 .main .card-list .card::before {
	position: absolute;
	bottom: -6px;
	left: 37px;
	width: 243px;
	height: 6px;
	background: #f564a4;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 0 0 10px 10px;
	content: "";
}
.module14 .main .card-list .card .title {
	position: absolute;
	background-image: url("/images/2024/python/bg14-title.png");
	top: -40px;
	line-height: 40px;
	width: 177px;
	background-repeat: no-repeat;
	background-position: top;
	left: 83px;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.module14 .main .card-list .card .content-list {
	padding-top: 31px;
}
.module14 .main .card-list .card .content-list .content-wrap:hover .content {
	background: #fbb718;
	color: #ffffff;
	position: relative;
	transform: translateX(-13px);
	padding-left: 30px;
}
.module14 .main .card-list .card .content-list .content-wrap + .content-wrap {
	margin-top: 6px;
}
.module14 .main .card-list .card .content-list .content-wrap .content {
	padding-left: 17px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
	transition: transform 0.4s;
}





.module10_1 {
	background-image: url(/images/2024/python/bg10.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 65px;
	padding-bottom: 44px;
}
.module10_1 .main {
	background-image: url(/images/2024/python/bg10-main.png);
	width: 1200px;
	margin: 66px auto 22px;
	height: 367px;
}
.module10_1 .main .content {
	display: none;
	height: 100%;
	padding-left: 471px;
	position: relative;
}
.module10_1 .main .content.active {
	display: flex;
}
.module10_1 .main .content .teacher-img {
	left: 26px;
	position: absolute;
	bottom: 0;
	width: 354px;
}
.module10_1 .main .content .info {
	padding-top: 64px;
}
.module10_1 .main .content .info .info-content {
	display: flex;
	align-items: flex-end;
}
.module10_1 .main .content .info .info-content .name {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 34px;
}
.module10_1 .main .content .info .info-content .post {
	margin-left: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #f1ce50;
	line-height: 22px;
}
.module10_1 .main .content .info .dec {
	margin-top: 35px;
	width: 704px;
	font-size: 16px;
	font-weight: 400;
	color: #7cbbfe;
	line-height: 22px;
}
.module10_1 .swiper10-wrap {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
.module10_1 .swiper10-wrap .swiper10 {
	width: 1200px;
}
.module10_1 .swiper10-wrap .swiper10 .swiper-slide {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #3b41ed;
	margin: 0 4px;
	cursor: pointer;
}
.module10_1 .swiper10-wrap .swiper10 .swiper-slide.swiper-slide-active::after {
	content: none;
}
.module10_1 .swiper10-wrap .swiper10 .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.63);
}
.module10_1 .swiper10-wrap .swiper10 .swiper-slide .swiper-img {
	width: 100px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: -8px;
}
.module10_1 .swiper10-wrap .swiper10-prev {
	background-image: url(/images/2024/python/bg10-next.png);
	background-size: 100% 100%;
	width: 33px;
	height: 33px;
	transform: rotateY(180deg) translateY(-50%);
	margin-top: 0;
}
.module10_1 .swiper10-wrap .swiper10-next {
	background-image: url(/images/2024/python/bg10-next.png);
	background-size: 100% 100%;
	width: 33px;
	height: 33px;
	margin-top: 0;
	transform: translateY(-50%);
}