@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}
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: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
}
.flex-y {
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
}
/*垂直排列 垂直水平居中 */
.flex-center-xy {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
/* 垂直排列 水平居中 */
.flexY-center-x {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
/* 垂直排列 垂直居中 */
.flexY-center-y {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.flexX-center-xy {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.flexX-center-y {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.flexX-center-x {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.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;
}
/* .bbtn img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding-left: 10px;
} */
.cbtns {
	display: block;
	width: 230px;
	height: 48px;
	border-radius: 24px;
	background: #3c6af6;
	background: -webkit-linear-gradient(to right, #52eeff, #3c6af6);
	background: -moz-linear-gradient(to right, #52eeff, #3c6af6);
	background: -ms-linear-gradient(to right, #52eeff, #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 h2 {
	font-size: 36px;
	color: #2710ba;
	font-weight: bold;
	text-align: center;
	margin-bottom: 22px;
	padding-top: 49px;
	display: inline-block;
	position: relative;
}
.city h2.white {
	color: #ffffff;
}
.city h2 span {
	color: #e70c88;
}
/* .city h2.active::after {
  display: block;
  content: "";
  position: absolute;
  width: 68px;
  background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/h2left@3x.png")
    no-repeat;
  top: 50px;
  left: -45px;
  height: 25px;
  background-size: contain;
} */
/* .city h2.active::before {
  display: block;
  content: "";
  position: absolute;
  width: 68px;
  background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/h2right@3x.png")
    no-repeat;
  top: 50px;
  right: -58px;
  height: 25px;
  background-size: contain;
} */

.city p {
	font-size: 18px;
	color: #666;
}
.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;
}
.c1 {
	box-shadow: 0px 2px 5px 0px rgba(21, 23, 34, 0.06);
}
.c1 .flex {
	justify-content: space-between;
	padding: 39px 0 36px 0;
}
.c1 .flex div {
	text-align: center;
}
.c1 .flex div:nth-child(1) img {
	width: 42px;
	height: 50px;
}
.c1 .flex div:nth-child(2) img {
	width: 52px;
	height: 50px;
}
.c1 .flex div:nth-child(3) img {
	width: 67px;
	height: 48px;
}
.c1 .flex div:nth-child(4) img {
	width: 42px;
	height: 50px;
}
.c1 .flex div p {
	font-size: 16px;
	color: #939393;
	padding-top: 21px;
}
.c1 .flex div h3 {
	font-size: 20px;
	color: #282828;
	font-weight: bold;
}
.c2 {
	background-color: #e8f2fe;
}
.c2 .c2-table-box {
	width: 1200px;
	margin: 58px 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: 46px; */
	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),
.c2 .c2-table-box ul li span:nth-child(3) {
	margin-right: 40px;
	color: #000000;
}
.c2 .c2-table-box ul li span:nth-child(3) {
	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;
}
.c3 {
	height: 922px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/c3bg.png")
		no-repeat;
	background-size: cover;
}
.c3 .c3-count {
	margin-top: 40px;
}
.c3 .c3-count .c3-count-head ul {
	justify-content: space-between;
}
.c3 .c3-count .c3-count-head ul li {
	width: 164px;
	height: 98px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 3px #b1e1e9;
	font-size: 16px;
	color: #3f4041;
	text-align: center;
	padding-top: 34px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.c3 .c3-count .c3-count-head ul li:nth-child(1)::before {
	display: block;
	content: "";
	position: absolute;
	width: 43px;
	height: 42px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/zg@3x.png")
		no-repeat;
	background-size: contain;
	top: -20px;
	left: 50%;
	transform: translateX(-20px);
}
.c3 .c3-count .c3-count-head ul li:nth-child(2)::before {
	display: block;
	content: "";
	position: absolute;
	width: 38px;
	height: 42px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/jq@3x.png")
		no-repeat;
	background-size: contain;
	top: -20px;
	left: 50%;
	transform: translateX(-20px);
}
.c3 .c3-count .c3-count-head ul li:nth-child(3)::before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 44px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/tz@3x.png")
		no-repeat;
	background-size: contain;
	top: -20px;
	left: 50%;
	transform: translateX(-20px);
}
.c3 .c3-count .c3-count-head ul li:nth-child(4)::before {
	display: block;
	content: "";
	position: absolute;
	width: 45px;
	height: 48px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/lz@3x.png")
		no-repeat;
	background-size: contain;
	top: -24px;
	left: 50%;
	transform: translateX(-20px);
}
.c3 .c3-count .c3-count-head ul li:nth-child(5)::before {
	display: block;
	content: "";
	position: absolute;
	width: 32px;
	height: 46px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/mx@3x.png")
		no-repeat;
	background-size: contain;
	top: -20px;
	left: 50%;
	transform: translateX(-20px);
}
.c3 .c3-count .c3-count-head ul li:nth-child(6)::before {
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	height: 49px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/lw@3x.png")
		no-repeat;
	background-size: contain;
	top: -25px;
	left: 50%;
	transform: translateX(-20px);
}
.c3 .c3-count .c3-count-head ul li.active {
	background-image: linear-gradient(-90deg, #398eb0 0%, #38cbe1 100%), linear-gradient(#4ca1b2, #4ca1b2);
	background-blend-mode: normal, normal;
	border: 0;
	color: #fff;
}
.c3 .c3-count .c3-count-middle {
	line-height: 38px;
	border-radius: 10px;
	border: dashed 1px #b1e1e9;
	padding-left: 24px;
	box-sizing: border-box;
	font-size: 14px;
	color: #397beb;
	margin: 14px 0;
	display: none;
	overflow: hidden;
}
.c3 .c3-count .c3-count-middle.active {
	display: block;
}
.c3 .c3-count .c3-count-foot {
	height: 445px;
	border-radius: 10px;
	border: solid 6px #b1e1e9;
	box-sizing: border-box;
}
.c3 .c3-count .c3-count-foot .c3-count-right {
	width: 1170px;
	margin: 0 auto;
	background-color: #fff;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(1) {
	height: 230px;
	margin: 10px auto 4px auto;
	box-sizing: border-box;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(1) div > p {
	width: 83px;
	height: 33px;
	line-height: 33px;
	background-color: #ed776b;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -41px;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(1) div:first-child {
	width: 137px;
	position: relative;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(1) div:first-child::before {
	display: block;
	content: "";
	width: 14px;
	height: 210px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/xz.png")
		no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 10px;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(2) {
	height: 109px;
	margin-bottom: 4px;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(2) div > p {
	width: 83px;
	height: 33px;
	line-height: 33px;
	background-color: #ed776b;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -41px;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(2) div:first-child {
	width: 137px;
	position: relative;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(2) div:first-child::before {
	display: block;
	content: "";
	width: 14px;
	height: 98px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/gx@3x.png")
		no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 10px;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(3) {
	height: 68px;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(3) div > p {
	width: 83px;
	height: 33px;
	line-height: 33px;
	background-color: #ed776b;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -41px;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(3) div:first-child {
	width: 137px;
	position: relative;
}
.c3 .c3-count .c3-count-foot .c3-count-right:nth-child(3) div:first-child::before {
	display: block;
	content: "";
	width: 14px;
	height: 52px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/yh@3x.png")
		no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 10px;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p10 {
	padding: 10px 75px 10px 28px;
	font-size: 14px;
	color: #414141;
	justify-content: space-between;
	flex-grow: 1;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p10 ul > li {
	line-height: 23px;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p11 {
	padding: 10px 75px 10px 28px;
	font-size: 14px;
	color: #414141;
	flex-grow: 1;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p11 ul:last-child {
	margin-right: 0;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p11 ul:first-child {
	margin-right: 204px;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p11 ul:nth-child(2) {
	margin-right: 174px;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p11 ul > li {
	line-height: 23px;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p12 ul:last-child {
	margin-right: 0;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p12 ul:first-child {
	margin-right: 240px;
}
.c3 .c3-count .c3-count-foot .c3-count-right .p12 ul:nth-child(2) {
	margin-right: 300px;
}
.c4 {
	height: 700px;
	background-color: #e8f2fe;
}
.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(http://img.mobiletrain.org/templates/mobiletrain/images/2020-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 86px;
	border-radius: 10px;
	overflow: hidden;
}
.c4 .c4-count-right {
	/* padding-top: 25px; */
	/* margin-left: 40px; */
}
.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;
}
.c5 {
	height: 1160px;
	background: #ffffff;
}
.c5 c5-cont {
	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("http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/newsbgm.png") no-repeat;
	background-size: cover;
}
.c5 .c5-count .c5-count-head ul > li:nth-child(2) {
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/newsbgm.png") no-repeat;
	background-size: cover;
}
.c5 .c5-count .c5-count-head ul > li:nth-child(3) {
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/newsbgm.png") no-repeat;
	background-size: cover;
}
.c5 .c5-count .c5-count-head ul > li:nth-child(4) {
	width: 280px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/newbgl.png") no-repeat;
	background-size: contain;
}
.c5 .c5-count .m30 {
	margin-top: 30px;
}
.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 {
	height: 48px;
	background-color: #dbedfb;
	width: 100%;
	color: #333333;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box {
	height: 336px;
	overflow: hidden;
	position: relative;
	color: #1a1b91;
}
.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 {
	height: 48px;
	line-height: 48px;
	width: 100%;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box table tr:nth-child(even) {
	background-color: #dbedfb;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(1),
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(1) {
	width: 272px;
	padding-left: 48px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(2),
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(2) {
	width: 110px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(3),
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(3) {
	width: 110px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(4),
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(4) {
	width: 227px;
}
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-head td:nth-child(5),
.c5 .c5-count .c5-table-right .c5-cont-r .c5-cont-table-box td:nth-child(5) {
	color: #ea269f;
	font-weight: bold;
}
.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;
}
.c5 .c5-count .c5-btns-parent .c5-btn-l {
	display: block;
	width: 17px;
	height: 34px;
	position: absolute;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/2020-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("http://img.mobiletrain.org/templates/mobiletrain/images/2020-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: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.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 .swiper-container {
	height: 100%;
	position: inherit;
}
.c5 .c5-count .swiper-button-prev,
.c5 .c5-count .swiper-button-next {
	margin-top: -30px;
}
.c5 .c5-count .swiper-button-next,
.c5 .c5-count .swiper-container-rtl .swiper-button-prev {
	width: 30px;
	height: 60px;
	right: -48px;
	background-image: url("http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/btnright.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.c5 .c5-count .swiper-button-prev,
.c5 .c5-count .swiper-container-rtl .swiper-button-next {
	width: 30px;
	height: 60px;
	left: -48px;
	background-image: url("http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/btnleft.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide.active div p {
	color: #fff;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide.active h3 {
	color: #fff;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide.active span {
	color: #fff !important;
}
.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;
}
.c5 .c5-count .c5-btnlist-box .swiper-slide div {
	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 .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: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-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;
}
.c6 .c6-count {
	border-radius: 8px;
	box-shadow: 0px 2px 5px 0px rgba(21, 23, 34, 0.06);
	margin-top: 28px;
}
.c6 .c6-count .c6-count-head,
.c6 .c6-count .c6-table-box {
	font-size: 16px;
	box-sizing: border-box;
}
.c6 .c6-count .c6-count-head ul,
.c6 .c6-count .c6-table-box ul {
	height: 55px;
	line-height: 55px;
}
.c6 .c6-count .c6-count-head ul > li,
.c6 .c6-count .c6-table-box ul > li {
	text-align: center;
	border-right: 1px solid #eeeeee;
	box-sizing: border-box;
}
.c6 .c6-count .c6-count-head ul > li:nth-child(1),
.c6 .c6-count .c6-table-box ul > li:nth-child(1) {
	width: 141px;
	border-right: 1px solid #ffffff;
}
.c6 .c6-count .c6-count-head ul > li:nth-child(2),
.c6 .c6-count .c6-table-box ul > li:nth-child(2) {
	width: 320px;
}
.c6 .c6-count .c6-count-head ul > li:nth-child(3),
.c6 .c6-count .c6-table-box ul > li:nth-child(3) {
	width: 320px;
}
.c6 .c6-count .c6-count-head ul > li:nth-child(4),
.c6 .c6-count .c6-table-box ul > li:nth-child(4) {
	width: 357px;
	border-right: 0;
}
.c6 .c6-count .c6-table-box {
	border: 1px solid #eeeeee;
	border-top: 0;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.c6 .c6-count .c6-table-box ul {
	display: flex;
}
.c6 .c6-count .c6-table-box ul:last-child {
	border-bottom: 0;
}
.c6 .c6-count .c6-table-box ul li {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.c6 .c6-count .c6-table-box ul li p {
	display: none;
}
.c6 .c6-count .c6-table-box ul li:nth-child(1) {
	background-color: #3998b8;
	color: #fff;
	cursor: pointer;
}
.c6 .c6-count .c6-table-box ul:nth-child(1) li:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.c6 .c6-count .c6-table-box ul:last-child li:first-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.c6 .c6-count .c6-table-box ul.active {
	height: 135px;
	background-color: #f1fafb;
	box-shadow: 0px 7px 10px 0px rgba(21, 23, 34, 0.06);
	line-height: 1;
	box-sizing: border-box;
	margin-top: 10px;
}
.c6 .c6-count .c6-table-box ul.active li {
	text-align: left;
	padding: 16px 20px;
	box-sizing: border-box;
}
.c6 .c6-count .c6-table-box ul.active li:first-child {
	text-align: center;
	border: 4px solid #3998b8;
	background-color: #f1fafb;
	color: #3998b8;
	font-size: 16px;
	font-weight: bold;
	line-height: 135px;
	box-sizing: border-box;
	padding: 0;
}
.c6 .c6-count .c6-table-box ul.active li h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.c6 .c6-count .c6-table-box ul.active li p {
	font-size: 14px;
	color: #999999;
	line-height: 1.2;
	display: block;
}
.c6 .c6-count .c6-count-head ul {
	border: 1px solid #eeeeee;
	border-radius: 8px;
	padding-left: 20px;
}
.c6 .c6-count .c6-count-head ul li:nth-child(2) div {
	width: 94px;
	height: 37px;
	line-height: 37px;
	background-color: #416ec6;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	margin: 9px auto 0 auto;
}
.c6 .c6-count .c6-count-head ul li:nth-child(3) div {
	width: 94px;
	height: 37px;
	line-height: 37px;
	background-color: #57b9c9;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	margin: 9px auto 0 auto;
}
.c6 .c6-count .c6-count-head ul li:nth-child(4) div {
	width: 94px;
	height: 37px;
	line-height: 37px;
	background-color: #40cf80;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	margin: 9px auto 0 auto;
}
.c7 {
	margin-top: 76px;
	position: relative;
	height: 1680px;
}
.c7 .c7-head {
	height: 216px;
	background-image: linear-gradient(0deg, #4b96dd 0%, #39bfd7 70%), linear-gradient(#d1d1d1, #d1d1d1);
	background-blend-mode: normal, normal;
}
.c7 .wrap {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	border: solid 1px #eeeeee;
	box-shadow: 0px 2px 5px 0px rgba(21, 23, 34, 0.06);
	background-color: #fff;
	border-radius: 8px;
	padding: 0 20px 34px 20px;
	box-sizing: border-box;
}
.c7 .wrap .city {
	padding-bottom: 46px;
	border-bottom: 2px dashed #cecece;
	position: relative;
}
.c7 .wrap .city::before {
	display: block;
	content: "六维全息课程亮相";
	width: 218px;
	height: 35px;
	line-height: 35px;
	background-color: #ecf6f7;
	border-radius: 17.5px;
	text-align: center;
	font-size: 20px;
	color: #2759bf;
	font-weight: bold;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.c7 .wrap .city-foot {
	font-size: 14px;
	color: #557ecc;
	text-align: center;
	margin: 25px 0;
}
.c7 .wrap .tabBtn {
	justify-content: space-between;
}
.c7 .wrap .tabBtn li {
	width: 164px;
	height: 98px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 3px #b1e1e9;
	padding: 20px 0 16px 0;
	box-sizing: border-box;
	text-align: center;
}
.c7 .wrap .tabBtn li h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.c7 .wrap .tabBtn li p {
	font-size: 14px;
	color: #666;
}
.c7 .wrap .tabBtn li.active {
	background-image: linear-gradient(-90deg, #398eb0 0%, #38cbe1 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal, normal;
	border: 0;
}
.c7 .wrap .tabBtn li.active h2,
.c7 .wrap .tabBtn li.active p {
	color: #fff;
}
.c7 .wrap .tabConten-box {
	height: 691px;
	overflow: hidden;
	margin-top: 16px;
	overflow-y: auto;
	display: none;
}
.c7 .wrap .tabConten-box.active {
	display: block;
}
.c7 .wrap .tabConten-box table {
	width: 100%;
	height: 100%;
	border: solid 1px #eaeaea;
	color: #333333;
}
.c7 .wrap .tabConten-box table .b1 {
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
}
.c7 .wrap .tabConten-box table th,
.c7 .wrap .tabConten-box table td {
	width: 25%;
}
.c7 .wrap .tabConten-box table tr {
	height: 36px;
}
.c7 .wrap .tabConten-box table tr td {
	text-align: center;
}
.c7 .wrap .tabConten-box table tr td p {
	font-weight: bold;
}
.c7 .wrap .tabConten-box table thead tr {
	height: 45px;
}
.c7 .wrap .tabConten-box table thead tr th {
	font-weight: bold !important;
	color: #56bccc;
}
.c7 .wrap .citys {
	padding-bottom: 46px;
	border-bottom: 2px dashed #cecece;
	position: relative;
	padding-top: 25px;
}
.c7 .wrap .citys::before {
	display: block;
	content: "CREA项目研发模型投入使用";
	width: 310px;
	height: 35px;
	line-height: 35px;
	background-color: #ecf6f7;
	border-radius: 17.5px;
	text-align: center;
	font-size: 20px;
	color: #2759bf;
	font-weight: bold;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.c7 .wrap .c7-foot ul {
	justify-content: space-between;
}
.c7 .wrap .c7-foot ul > li {
	width: 260px;
	height: 306px;
	box-shadow: 0px 2px 10px 0px rgba(211, 211, 211, 0.7);
}
.c7 .wrap .c7-foot ul > li:nth-child(odd) {
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/xueke.png")
		no-repeat;
	background-size: 100% 100%;
}
.c7 .wrap .c7-foot ul > li:nth-child(even) {
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/pingtai.png")
		no-repeat;
	background-size: 100% 100%;
}
.c7 .wrap .c7-foot ul > li h3 {
	padding: 36px 0 20px 28px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	box-sizing: border-box;
}
.c7 .wrap .c7-foot ul > li div {
	width: 233px;
	height: 222px;
	border-radius: 0px 28px 0px 0px;
	padding: 34px 30px 0 30px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
}
.c7 .wrap .c7-foot ul > li:nth-child(1) div {
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/quanxueke.png")
		no-repeat;
	background-size: cover;
}
.c7 .wrap .c7-foot ul > li:nth-child(2) div {
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/kpt.png")
		no-repeat;
	background-size: cover;
}
.c7 .wrap .c7-foot ul > li:nth-child(3) div {
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/zcj.png")
		no-repeat;
	background-size: cover;
}
.c7 .wrap .c7-foot ul > li:nth-child(4) div {
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/gbz.png")
		no-repeat;
	background-size: cover;
}

.c8 {
	background: #e8f2fe;
	height: 914px;
}
.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;
	/* background-color: rebeccapurple; */
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.c8 .c8-count .tabBtn li.active {
	width: 147px;
	height: 101px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-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("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-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("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-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("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-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("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-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("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-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("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-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("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-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;
}

.c9 {
	height: 700px;
	background-image: linear-gradient(-3deg, #2232a3 0%, #04074a 100%), linear-gradient(#f6f8fb, #f6f8fb);
	/* background-position: bottom; */
}
.c9 .teach-tram {
	height: 197px;
	border-style: solid;
	border-width: 2px;
	border-image-source: linear-gradient(-90deg, #3748cc 0%, #3748cc 99%);
	border-image-slice: 1;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-top: 60px;
}
.c9 .teach-tram .teach-box {
	/* width: 236px;
  height: 43px;
  background-color: #0073ff;
  border-radius: 10px;*/

	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -130px;
}
.c9 .teach-tram .teach-box .teach-head {
	width: 235px;
	height: 42px;
	line-height: 42px;
	background-color: #0073ff;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 10px;
}
.c9 .teach-tram .teach-bg {
	height: 175px;
	background-image: linear-gradient(90deg, #3748cc 0%, #191963 39%, #20247c 50%, #4155ea 100%),
		linear-gradient(#0073ff, #0073ff);
}
.c9 .teach-tram .teach-bg p {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding-top: 70px;
	margin-bottom: 30px;
}
.c9 .teach-tram .flex {
	justify-content: space-around;
}
.c9 .teach-tram .flex li {
	width: 126px;
	height: 41px;
	cursor: pointer;
}
.c9 .teach-tram .flex li img {
	width: 100%;
	height: 100%;
}
.c9 .te-content {
	/* width: 1200px; */
	height: 430px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/jg@3x.png")
		no-repeat;
	background-size: 344px 139px;
	background-position: 280px 100px;
	margin-top: -44px;
	display: none !important;
}
.c9 .te-content.active {
	display: flex !important;
}
.c9 .te-content .te-photo {
	position: relative;
	width: 281px;
	height: 366px;
	background: url("http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c9-te-bg.png") no-repeat;
	background-size: 281px 281px;
	background-position: bottom center;
}
.c9 .te-content .te-photo img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 281px;
}
.c9 .bbtn {
	width: 278px;
	height: 52px;

	margin: 0;
	margin-top: -64px;
}
.c9 .te-content .te-right {
	margin-left: 120px;
}
.c9 .te-content .te-right h2 {
	padding-top: 61px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.c9 .te-content .te-right h2 span {
	font-size: 18px;
	color: #f1ce50;
	margin-left: 28px;
}
.c9 .te-content .te-right .jianjie h3 {
	font-size: 24px;
	color: #ffffff;
	padding: 38px 0 27px 0;
	font-weight: bold;
}
.c9 .te-content .te-right .jianjie .jianjie-content {
	width: 801px;
	font-size: 16px;
	color: #7cbbfe;
	padding-top: 40px;
}
.c9 .te-content .te-right .jianjie .jianjie-content2 {
	width: 801px;
}
.c9 .te-content .te-right .jianjie li {
	width: 244px;
	height: 38px;
	color: #fff;
	display: inline-flex;
}
.c9 .te-content .te-right .jianjie table {
	border: 1px solid #4155ea;
	color: #fff;
}
.c9 .te-content .te-right .jianjie table tr td {
	padding-left: 10px;
	width: 242px;
	height: 28px;
	border: 1px solid #4155ea;
}

.c9 .te-list {
	width: 800px;
	height: 91px;
	margin-left: 376px;
	/* background-color: #ffffff; */
	margin-top: 36px;
}
.c9 .te-list .flex {
	width: 736px;
	margin: 0 auto;
	/* justify-content: space-between; */
}
.c9 .te-list .flex li {
	position: relative;
	width: 69px;
	height: 91px;
	line-height: 91px;
	text-align: center;
	margin-right: 29px;
	opacity: 0.3;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c9-te-bg.png) no-repeat;
	background-size: 69px 69px;
	background-position: bottom center;
}
.c9 .te-list .flex li img {
	width: 69px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.c9 .te-list .flex li.active {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c9-te-bg.png) no-repeat;
	background-size: 69px 69px;
	background-position: bottom center;
	opacity: 1;
}

.c10 {
	background-color: #fafbfc;
	padding-bottom: 50px;
}
.c10 .wrap .c10-h3 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 42px;
	position: relative;
}
.c10 .wrap .c10-h3::before {
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #3c6af6;
	bottom: -10px;
	left: 50%;
	content: "";
	margin-left: -20px;
	z-index: 2;
}
.c10 .wrap .c10-h3::after {
	position: absolute;
	width: 235px;
	content: "";
	border-bottom: 1px solid #eee;
	bottom: -10px;
	left: 50%;
	margin-left: -117.5px;
}
.c10 .wrap .c10-cont1 {
	height: 588px;
	margin-top: 50px;
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-htm5/c7-pic2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 113px;
	margin-bottom: 20px;
}
.c10 .wrap .c10-cont1 > div {
	width: 900px;
	height: 450px;
	background-image: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/c10bg@3x.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 114px;
}
.c10 .wrap .c10-cont1 > div > div {
	margin-bottom: 12px;
}
.c10 .wrap .c10-cont1 > div > div h3 {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.c10 .wrap .c10-cont1 > div > div p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
.c10 .wrap .c10-cont2 {
	margin-top: 50px;
}
.c10 .wrap .c10-cont2-l {
	width: 442px;
	padding-bottom: 40px;
}
.c10 .wrap .c10-cont2-l .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	-webkit-transition: 0.6s all ease;
	transition: 0.6s all ease;
	margin: 0 5px;
}
.c10 .wrap .c10-cont2-l .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 26px;
	background: #3c6af6;
	background: -webkit-linear-gradient(to right, #52f0ff, #3c6af6);
	background: -moz-linear-gradient(to right, #52f0ff, #3c6af6);
	background: -ms-linear-gradient(to right, #52f0ff, #3c6af6);
	background: linear-gradient(to right, #52f0ff, #3c6af6);
	border-radius: 5px;
}
.c10 .wrap .c10-cont2-l .swiper-slide > div {
	margin-bottom: 20px;
}
.c10 .wrap .c10-cont2-l .swiper-slide > div:last-child {
	margin-bottom: 0;
}
.c10 .wrap .c10-cont2-l .swiper-slide > div > img {
	margin-top: 15px;
}
.c10 .wrap .c10-cont2-l .swiper-slide > div > div {
	width: 360px;
	height: 128px;
	background-image: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/duihua.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	display: table;
}
.c10 .wrap .c10-cont2-l .swiper-slide > div > div p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #4d4d4d;
	font-weight: normal;
	text-align: left;
}
.c10 .wrap .c10-cont2-l .swiper-slide > div > div:hover {
	background-image: url("http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-python/qf-2020-python/active_duihua.png");
	background-size: contain;
}
.c10 .wrap .c10-cont2-l .swiper-slide > div > div:hover p {
	color: #fff;
}
.c10 .wrap .c10-cont2-r {
	width: 630px;
}
.c10 .wrap .c10-cont2-r > ul {
	width: 445px;
	height: 308px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding-left: 15px;
	padding-top: 27px;
}
.c10 .wrap .c10-cont2-r > ul li {
	font-size: 15px;
	line-height: 50px;
	color: #4d4d4d;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
	padding-left: 20px;
	border-left: 5px solid rgba(255, 255, 255, 0);
}
.c10 .wrap .c10-cont2-r > ul li a {
	color: #4d4d4d;
}
.c10 .wrap .c10-cont2-r > ul li:last-child {
	border-bottom: none;
}
.c10 .wrap .c10-cont2-r > ul li:hover {
	border-left-color: #52f0ff;
	background-color: #3c6af6;
}
.c10 .wrap .c10-cont2-r > ul li:hover a {
	color: #fff;
}
.c11 {
	height: 878px;
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-java/c9-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.c11 .wrap .city {
	margin-bottom: 50px;
}
.bzhan {
	margin-top: 45px;
}
.bzhan > div {
	box-sizing: border-box;
	width: 556px;
	height: 298px;
	padding: 38px 30px 0;
	background-color: #fff;
}
.bzhan > div > p {
	font-size: 15px;
	line-height: 23px;
	color: #4d4d4d;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}
.bzhan > div > h3 {
	font-size: 20px;
	line-height: 22px;
	color: #3c6af6;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.bzhan > div > div:nth-child(3) {
	padding-left: 17px;
	margin-bottom: 25px;
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-java/c9-ico1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.bzhan > div > div:nth-child(3) p {
	font-size: 15px;
	line-height: 23px;
	color: #4d4d4d;
	font-weight: normal;
	text-align: left;
}
.bzhan > div > div:nth-child(4) > a {
	width: 185px;
	font-size: 16px;
	line-height: 34px;
	color: #1951d5;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #1951d5;
	margin-right: 20px;
}
.bzhan > div > div:nth-child(4) > a img {
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-left: 8px;
}
/* 好评直播课 板块 */
.nzZb {
	padding-top: 40px;
}
.nzZb .fl {
	float: left;
}
.nzZb .fr {
	float: right;
}
.nzZb-cont > div {
	box-sizing: border-box;
	width: 556px;
	height: 298px;
	padding: 38px 30px 0;
	background-color: #f2f2f2;
}
.nzZb-cont > div > p {
	font-size: 15px;
	line-height: 23px;
	color: #4d4d4d;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}
.nzZb-cont > div > h3 {
	font-size: 20px;
	line-height: 22px;
	color: #3c6af6;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.nzZb-cont > div > div:nth-child(3) {
	padding-left: 17px;
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/mo/index/nzZb-ico1.png?123);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 25px;
}
.nzZb-cont > div > div:nth-child(3) p {
	font-size: 15px;
	line-height: 23px;
	color: #4d4d4d;
	font-weight: normal;
	text-align: left;
}
.nzZb-cont > div > div:nth-child(4) > a {
	width: 185px;
	font-size: 16px;
	line-height: 34px;
	color: #1951d5;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #1951d5;
	margin-right: 20px;
}
.nzZb-cont > div > div:nth-child(4) > a img {
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-left: 8px;
}
.xjj {
	margin-top: 55px;
}
.xjj > div {
	width: 350px;
	height: 233px;
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-java/c2-listitem-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	margin-right: 25px;
}
.xjj > div:last-child {
	margin-right: 0;
}
.xjj > div h3 {
	width: 230px;
	font-size: 26px;
	line-height: 43px;
	color: #20deff;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-bottom: 22px;
}
.xjj > div h3 span {
	font-weight: normal;
	font-size: 16px;
}
.xjj > div > div {
	text-align: center;
	height: 100px;
}
.xjj > div > div > div {
	display: inline-block;
}
.xjj > div > div > div h4 {
	font-size: 24px;
	line-height: 30px;
	color: #a3e88d;
	font-weight: normal;
	text-align: center;
	margin-bottom: 8px;
}
.xjj > div > div > div p {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.xjj > div > div > p {
	display: inline-block;
	font-size: 24px;
	line-height: 70px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	vertical-align: text-bottom;
}
.xjj > div .cbtn {
	width: 182px;
	height: 38px;
	line-height: 38px;
}
.c12 {
	background-color: #f8f8fa;
}
.c12-cont {
	margin-top: 32px;
}
.c12-cont-l {
	margin-top: 24px;
	margin-left: 47px;
	border-left: 1px dashed #ddd;
	padding-left: 17px;
}
.c12-cont-l > li {
	box-sizing: border-box;
	height: 52px;
	width: 342px;
	position: relative;
	font-size: 20px;
	line-height: 52px;
	color: #3c3e40;
	font-weight: normal;
	text-align: left;
	padding-left: 32px;
	margin-bottom: 8px;
}
.c12-cont-l > li a {
	color: #3c3e40;
}
.c12-cont-l > li:last-child {
	margin-bottom: 0;
}
.c12-cont-l > li span {
	width: 1em;
	font-size: 34px;
	line-height: 52px;
	color: #dddddd;
	font-weight: normal;
	text-align: center;
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -2px;
}
.c12-cont-l > li::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 2px solid #dedede;
	background: #fff;
	border-radius: 50%;
	left: -24px;
	top: 50%;
	margin-top: -6px;
}
.c12-cont-l > li.active {
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2020-java/c10-list-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
}
.c12-cont-l > li.active::after {
	border: 3px solid #3c6af6;
}
.c12-cont-l > li.active a {
	color: #fff;
}
.c14 {
	background: #e8f2fe;
	padding-top: 50px;
	padding-bottom: 50px;
}
.c14 .c14-container {
	justify-content: space-between;
	margin-top: 46px;
}
.c14 .c14-container div {
	width: 575px;
	height: 384px;
	background-image: linear-gradient(-3deg, #e94d0c 0%, #ea6106 50%, #ea7400 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal, normal;
	border-radius: 20px;
}
.c14 .c14-container div.c14-left {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c14-1.png) no-repeat;
	background-size: 575px 384px;
}
.c14 .c14-container div.c14-right {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c14-2.png) no-repeat;
	background-size: 575px 384px;
}
.c14 .c14-container div h3 {
	width: 288px;
	height: 42px;
	line-height: 42px;
	background-image: linear-gradient(-3deg, #fc6120 0%, #fc9e2a 100%), linear-gradient(#e94b38, #e94b38);
	background-blend-mode: normal, normal;
	border-radius: 21px;
	margin: 42px auto 0 auto;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	font-weight: bold;
}
.c14 .c14-container div h3.blue {
	background-image: linear-gradient(-3deg, #3953e8 0%, #4aa1fb 100%), linear-gradient(#e94b38, #e94b38);
}
.c14 .c14-container div .c14-lists {
	width: 526px;
	margin: 30px 0 0 40px;
	font-size: 22px;
	color: #ffffff;
}
.c14 .c14-container div .c14-lists li {
	width: 526px;
	margin-bottom: 30px;
	/* line-height: 30px; */
	font-size: 20px;
}
.c14 .c14-container div .c14-lists li p {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 20px;
}
.c15 {
	position: relative;
	width: 100%;
	height: 954px;
	background: linear-gradient(-3deg, #2232a3 0%, #04074a 100%), linear-gradient(#da091d, #da091d);
	overflow: hidden;
}
.c15 .c15-icon {
	position: absolute;
	bottom: 160px;
	left: -336px;
	width: 2124px;
	height: 484px;
}
.c15 .c15-container {
	position: relative;
	width: 1200px;
	height: 441px;
	margin-top: 46px;
}
.c15-tabs {
	position: absolute;
	left: 0;
	top: 29px;
	width: 280px;
	height: 384px;
	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;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.c15-tabs span {
	position: relative;
	display: block;
	width: 220px;
	height: 40px;
	border-radius: 10px;
	text-align: center;
	padding-top: 58px;
	color: #fff;
	margin: 10px 0;
	font-size: 24px;
}
.c15-tabs span.active {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c15-tab-active.png) no-repeat;
	background-size: 219px 98px;
	color: #3953e8;
}

.c15-tabs span::before {
	position: absolute;
	left: 94px;
	top: 20px;
	content: "";
	width: 34px;
	height: 27px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c15-icon.png) no-repeat;
	background-size: 34px 27px;
}
.c15-tabs span:nth-child(2)::before {
	position: absolute;
	left: 94px;
	top: 13px;
	content: "";
	width: 34px;
	height: 34px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/薪资.png) no-repeat;
	background-size: 34px 34px;
}
.c15-tabs span:nth-child(3)::before {
	position: absolute;
	left: 94px;
	top: 13px;
	content: "";
	width: 34px;
	height: 36px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/范围.png) no-repeat;
	background-size: 34px 36px;
}
.c15-tabs span.active::before {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c15-icon-active.png) no-repeat;
	background-size: 34px 27px;
}
.c15-tabs span:nth-child(2).active::before {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/薪资2.png) no-repeat;
	background-size: 34px 34px;
}
.c15-tabs span:nth-child(3).active::before {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/范围2.png) no-repeat;
	background-size: 34px 36px;
}
.c15-lists {
	position: absolute;
	right: 0;
	top: 0;
	width: 948px;
	height: 441px;
	background-color: #e8f2fe;
	border-radius: 40px;
}
.c15-lists div {
	width: 948px;
	height: 441px;
	display: none;
}
.c15-lists div.active {
	display: block;
}
.c15-lists div img {
	width: 100%;
	height: 100%;
}
.c15 .city.mt {
	margin-top: 50px;
}
.c15 .c15-container2 {
	position: relative;
	width: 767px;
	height: 487px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c15-3.png) no-repeat;
	background-size: 767px 487px;
	margin: 60px 0 0 162px;
}
.c15 .c15-container2 .lists-box {
	position: absolute;
	top: 20px;
	left: 400px;
	width: 468px;
}
.c15 .c15-container2 .c15-lists2 {
	width: 468px;
	height: 133px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c15-default.png) no-repeat;
	background-size: 468px 133px;
	margin-bottom: 24px;
}
.c15 .c15-container2 .c15-lists2:hover {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c15-active2.png) no-repeat;
	background-size: 468px 133px;
}
.c15 .c15-container2 .c15-lists2.num2 {
	margin-left: 40px;
}
.c15 .c15-container2 .c15-lists2.num3 {
	margin-left: -15px;
}
.c15 .c15-container2 .c15-lists2 p {
	padding-left: 96px;
	color: #fff;
	font-size: 18px;
}
.c15 .c15-container2 .c15-lists2 p:first-child {
	font-size: 24px;
	font-weight: bold;
	padding-top: 40px;
	margin-bottom: 8px;
}
.c16 {
	width: 100%;
	height: 908px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c16-1.png) top center/1920px
		908px no-repeat;
}
.c16 .city h2 span {
	color: #06f6ff;
}
.c16 .city p {
	color: #fff;
}
.c16 .c16-container {
	position: relative;
	width: 1200px;
	height: 520px;
	margin-top: 70px;
}
.c16 .c16-left {
	position: absolute;
	top: 13px;
	left: 0;
	width: 272px;
	color: #fff;
}
.c16 .c16-left li,
.c16 .c16-right li {
	margin-bottom: 80px;
}
.c16 .c16-left li h3,
.c16 .c16-right li h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #06f6ff;
}
.c16 .c16-left li p,
.c16 .c16-right li p {
	font-size: 16px;
}
.c16 .c16-right {
	position: absolute;
	top: 13px;
	right: 0;
	width: 272px;
	color: #fff;
}
.c21 .bbtn,
.c16 .bbtn,
.c19 .bbtn,
.c9 .bbtn {
	background-color: #e80c88;
	color: #ffffff;
}
.c21 .bbtn:hover,
.c16 .bbtn:hover,
.c19 .bbtn:hover,
.c9 .bbtn:hover {
	background-color: #b50c5c;
	color: #ffffff;
}
.c17 {
	height: 836px;
	background-color: #f5f8ff;
}
.c17 .city p {
	color: #666;
}
.c17 .c17-container {
	position: relative;
	width: 1200px;
}
.c17 .c17-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 576px;
	height: 558px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c17-1.png) no-repeat;
	background-size: 576px 558px;
}
.c17 .c17-left .bbtn {
	position: absolute;
	bottom: -50px;
	left: 88px;
	width: 326px;
	height: 52px;
}
.c17 .c17-right {
	position: absolute;
	top: 38px;
	right: 86px;
	width: 485px;
}
.c17 .c17-right li {
	display: flex;
	align-items: center;
	width: 517px;
	height: 199px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c17-2.png) no-repeat;
	background-size: 517px 199px;
	margin-bottom: -8px;
	cursor: pointer;
}
.c17 .c17-right li.active {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c17-4.png) no-repeat;
	background-size: 517px 199px;
}
.c17 .c17-right li div {
	width: 124px;
	height: 124px;
	background-image: linear-gradient(-3deg, #2c5eff 0%, #579dff 100%), linear-gradient(#ffffff, #ffffff);
	border-radius: 50%;
	margin-left: 50px;
	margin-right: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c17 .c17-right li div.active {
	width: 124px;
	height: 124px;
	background-image: linear-gradient(-3deg, #2c5eff 0%, #579dff 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal, normal;
	border: solid 1px #ffffff;
}
.c17 .c17-right li div img {
	height: 48px;
}
.c17 .c17-right li div img.h {
	height: 50px;
}
.c17 .c17-right li p {
	color: #333333;
	font-size: 24px;
}
.c17 .c17-right li p.active {
	color: #ffffff;
}
.c18 {
	height: 594px;
	background-color: #e8f2fe;
}
.c18 .c18-container {
	width: 1100px;
	display: flex;
	padding: 0 50px;
}
.c18 .c18-container li {
	width: 376px;
	height: 302px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c18-1.png) no-repeat;
	background-size: 376px 302px;
	margin-right: -10px;
}
.c18 .c18-container li img {
	display: block;
	width: 103px;
	height: 103px;
	margin: 42px auto 0 auto;
}
.c18 .c18-container li h3 {
	text-align: center;
	color: #e80c88;
	font-size: 20px;
	margin-top: 30px;
}
.c18 .c18-container li p {
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin-top: 12px;
}
.c19 {
	height: 932px;
	background-image: linear-gradient(-3deg, #2232a3 0%, #04074a 100%), linear-gradient(#da091d, #da091d);
}
.c19 .c19-tab {
	width: 1200px;
	height: 130px;
	border-radius: 20px;
	background-color: #1b318f;
	margin-top: 42px;
	display: flex;
}
.c19 .c19-tab span {
	display: block;
	width: 200px;
	height: 130px;
	text-align: center;
}
.c19 .c19-tab span.active {
	display: block;
	width: 200px;
	height: 130px;
	background-image: linear-gradient(-3deg, #2c5eff 0%, #579dff 100%), linear-gradient(#da091d, #da091d);
	border-radius: 20px;
}
.c19 .c19-tab span i {
	display: block;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	padding-top: 24px;
	font-weight: bold;
}
.c19 .c19-tab span p {
	width: 130px;
	margin: 8px auto 0 auto;
	font-size: 16px;
	color: #fff;
}
.c19-content {
	width: 1200px;
}
.c19-content .c19-lists {
	position: relative;
	display: none;
	width: 1200px;
	height: 441px;
	margin-top: 23px;
}
.c19-content .c19-lists.active {
	display: block;
}
.c19-content .c19-left {
	position: absolute;
	top: 17px;
	left: 0;
	width: 280px;
	height: 408px;
	background-image: linear-gradient(-3deg, #2c5eff 0%, #579dff 100%), linear-gradient(#da091d, #da091d);
	background-blend-mode: normal, normal;
	border-radius: 20px;
}
.c19-content .c19-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 948px;
	height: 441px;
	background-color: #ffffff;
	box-shadow: 0px 5px 20px 0px rgba(16, 24, 109, 0.4);
	border-radius: 40px;
}
.c19-up {
	position: absolute;
	top: -17px;
	left: 87px;
	width: 86px;
	height: 34px;
}
.c19-down {
	position: absolute;
	bottom: -17px;
	left: 87px;
	width: 86px;
	height: 34px;
}
.c19-jd {
	position: absolute;
	top: 42px;
	left: 28px;
	width: 210px;
}
.c19-jd li {
	width: 210px;
	height: 55px;
	line-height: 55px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.c19-jd li.active {
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c19-7.png) no-repeat;
	background-size: 210px 55px;
	color: #3953e8;
}
.c19-right div {
	display: none;
	margin-left: 36px;
}
.c19-right div.active {
	display: block;
}
.c19-right div h3 {
	height: 64px;
	line-height: 64px;
	text-align: center;
	border-bottom: solid 1px #c6cbe2;
	color: #3953e8;
	font-size: 24px;
	font-weight: bold;
}
.c19-right div h3 span {
	margin-left: 24px;
}
.c19-right div p {
	font-size: 16px;
	color: #333;
}
.c19-right div p.c19-label {
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #3953e8;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 10px;
}
.c21 {
	width: 100%;
	height: 590px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c21.png) top center/1920px 590px
		no-repeat;
}
.c21-container {
	width: 1200px;
	display: flex;
}
.c21-left,
.c21-right {
	width: 418px;
}
.c21-left a,
.c21-right a {
	display: block;
	width: 448px;
	height: 106px;
	line-height: 106px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c21-2.png) no-repeat;
	background-size: 448px 106px;
	color: #333333;
	font-size: 18px;
	padding-left: 92px;
}
.c21-center {
	width: 108px;
	height: 108px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c21-1.png) no-repeat;
	background-size: 108px 108px;
	margin: 83px 100px auto 126px;
}
.c21 .bbtn {
	position: relative;
}
.c21 .bbtn::after {
	position: absolute;
	top: 14px;
	left: 266px;
	content: "";
	width: 18px;
	height: 25px;
	background: url(http://img.mobiletrain.org/templates/mobiletrain/images/2020-python/c21-after.png) no-repeat;
	background-size: 18px 25px;
}
.c20 {
	background-color: #e8f2fe;
	height: 1017px;
}
.c20-container {
	display: flex;
	width: 1200px;
	margin-top: 45px;
}
.c20-left {
	display: flex;
	flex-wrap: wrap;
	width: 333px;
	height: 550px;
	background-image: linear-gradient(-3deg, #2c5eff 0%, #579dff 100%), linear-gradient(#da091d, #da091d);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top: 20px;
	padding: 40px 0 0 20px;
}
.c20 .c20-left a {
	display: block;
	width: 119px;
	height: 100px;
	border-radius: 5px;
	margin-left: 33px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.c20 .c20-left a:hover {
	background-color: #75acff;
}
.c20-left a img {
	/* display: block; */
	height: 35px;
	margin-top: 17px;
	margin-bottom: 12px;
}
.c20-left a img.he4 {
	height: 40px;
}
.c20-right {
	position: relative;
	width: 847px;
	height: 629px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(63, 67, 229, 0.1);
}
.c20-right img {
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 847px;
	height: 639px;
}
.c15 .bbtn {
	background-color: #e80c88;
	color: #ffffff;
	margin-top: 60px;
}
.c15 .bbtn:hover {
	background-color: #b50c5c;
	color: #ffffff;
}
.c15 .c15-from {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.7;
	width: 333px;
	margin-left: 180px;
	text-align: center;
	margin-top: 30px;
}
.c5-from {
	font-size: 14px;
	color: #666666;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.c5 .bbtn {
	margin-top: 16px;
}
/*  */
.c15 .wrap .c15-container .c15-tabs span {
	cursor: pointer;
}
.c15 .wrap .c15-container .c15-lists .prospect {
	background-image: url("../images/list1.png");
	width: 948px;
	height: 441px;
	position: relative;
}
.c15 .wrap .c15-container .c15-lists .prospect .company-list {
	position: absolute;
	left: 428px;
	top: 372px;
}
.c15 .wrap .c15-container .c15-lists .prospect .company-list .company {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	white-space: nowrap;
	top: 0;
}
.c15 .wrap .c15-container .c15-lists .prospect .company-list .company:nth-child(1) {
	left: 0;
}
.c15 .wrap .c15-container .c15-lists .prospect .company-list .company:nth-child(2) {
	left: 89px;
}
.c15 .wrap .c15-container .c15-lists .prospect .company-list .company:nth-child(3) {
	left: 173px;
}
.c15 .wrap .c15-container .c15-lists .prospect .company-list .company:nth-child(4) {
	left: 277px;
}
.c15 .wrap .c15-container .c15-lists .prospect .company-list .company:nth-child(5) {
	left: 368px;
}
.c15 .wrap .c15-container .c15-lists .prospect .dec-list {
	padding-top: 42px;
	box-sizing: border-box;
}
.c15 .wrap .c15-container .c15-lists .prospect .dec-list .dec-wrap {
	box-sizing: border-box;
	padding-top: 22px;
	height: 111px;
	width: 237px;
	margin-left: 84px;
	text-align: center;
}
.c15 .wrap .c15-container .c15-lists .prospect .dec-list .dec-wrap + .dec-wrap {
	margin-top: 13px;
}
.c15 .wrap .c15-container .c15-lists .prospect .dec-list .dec-wrap .title-text {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	font-size: 22px;
	line-height: 36px;
	color: #3953e8;
	display: inline-flex;
	align-items: flex-end;
}
.c15 .wrap .c15-container .c15-lists .prospect .dec-list .dec-wrap .title-text .num-text {
	line-height: 46px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 42px;
}
.c15 .wrap .c15-container .c15-lists .prospect .dec-list .dec-wrap .dec {
	margin-top: 4px;
	font-size: 18px;
	line-height: 22px;
}
.c15 .wrap .c15-container .c15-lists .prospect .unit {
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	left: 800px;
	top: 53px;
}
.c15 .wrap .c15-container .c15-lists .origin {
	width: 948px;
	height: 441px;
	background-image: url("../images/list2.png");
	box-sizing: border-box;
	padding-top: 28px;
}
.c15 .wrap .c15-container .c15-lists .origin .origin-list {
	display: flex;
	margin-left: 59px;
	position: relative;
}
.c15 .wrap .c15-container .c15-lists .origin .origin-list .origin-wrap {
	width: 269px;
	box-sizing: border-box;
	padding-left: 32px;
	padding-top: 12px;
}
.c15 .wrap .c15-container .c15-lists .origin .origin-list .origin-wrap + .origin-wrap {
	margin-left: 25px;
}
.c15 .wrap .c15-container .c15-lists .origin .origin-list .origin-wrap .title {
	font-size: 14px;
	line-height: 18px;
	color: darkgray;
}
.c15 .wrap .c15-container .c15-lists .origin .origin-list .origin-wrap .num {
	font-size: 28px;
	line-height: 32px;
	margin-top: 10px;
	font-weight: bold;
	color: #333333;
}
.c15 .wrap .c15-container .c15-lists .origin .chart1-title {
	line-height: 20px;
	color: #4842e3;
	position: absolute;
	top: 158px;
	left: 82px;
	font-size: 16px;
}
.c15 .wrap .c15-container .c15-lists .origin .chart2-title {
	line-height: 20px;
	color: #4842e3;
	position: absolute;
	top: 158px;
	left: 521px;
	font-size: 16px;
}
.c15 .wrap .c15-container .c15-lists .origin .chart1-content-list {
	position: absolute;
	left: 109px;
	top: 374px;
	display: flex;
	width: 357px;
	justify-content: space-between;
}
.c15 .wrap .c15-container .c15-lists .origin .chart1-content-list .chart-content {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}
.c15 .wrap .c15-container .c15-lists .origin .chart2-content-list {
	position: absolute;
	left: 565px;
	top: 375px;
	display: flex;
	width: 337px;
}
.c15 .wrap .c15-container .c15-lists .origin .chart2-content-list .chart-content {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	flex: 1;
	text-align: center;
}
.c15 .wrap .c15-container .c15-lists .field {
	background-image: url("../images/list3.png");
	width: 948px;
	height: 441px;
	padding-top: 36px;
	box-sizing: border-box;
}
.c15 .wrap .c15-container .c15-lists .field .field-title {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
.c15 .wrap .c15-container .c15-lists .field .field-list {
	margin-top: 11px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 77px;
}
.c15 .wrap .c15-container .c15-lists .field .field-list .field-name {
	height: 166px;
	padding-top: 118px;
	width: 203px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 20px;
}
.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/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/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/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/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/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/icon3-6.png);
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(7) {
	background-image: url(../images/icon3-7.png);
}
.c4 .wrap .c4-container .c4-count .c4-count-right .field .field-list .field-name:nth-child(8) {
	background-image: url(../images/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(http://img.mobiletrain.org/templates/mobiletrain/images/2020-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;
}