@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	color: #211b4a;
}
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 {
	width: 100%;
	overflow-x: hidden;
	background-color: #fff;
}
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;
}
.m50 {
	margin-top: 50px !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: 1100px;
	margin: 0 auto;
}
.cbtn {
	display: block;
	width: 294px;
	height: 56px;
	background-color: #f2cd22;
	box-shadow: 0px 7px 10px 0px rgba(215, 159, 25, 0.22);
	border-radius: 28px;
	line-height: 56px;
	color: #211b4a;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}
.cbtn img {
	width: 20px;
	height: 24px;
	vertical-align: middle;
	padding-left: 10px;
}
.bbtn {
	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;
}
.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: 38px;
	color: #211b4a;
	font-weight: bold;
	text-align: center;
	padding-top: 43px;
	display: inline-block;
	position: relative;
}
.city h2.active::after {
	display: block;
	content: "";
	position: absolute;
	width: 68px;
	background: url("http://www.qfedu.com/images/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://www.qfedu.com/images/qf-2020-python/h2right@3x.png") no-repeat;
	top: 50px;
	right: -58px;
	height: 25px;
	background-size: contain;
}
.city .bai {
	color: #fff;
}
.city p {
	font-size: 16px;
	color: #211b4a;
	font-weight: normal;
	text-align: center;
}
.kcTab {
	background-color: #f7f7f7;
	padding-bottom: 40px;
}
.kcTab .city h2 {
	background: url("http://www.qfedu.com/images/qf-2019-rjcs/title-bg@3x.png") no-repeat;
	background-size: 97px 74px;
	background-position-x: 490px;
	background-position-y: 27px;
}
.kcTab ul {
	justify-content: space-between;
	margin-top: 36px;
}
.kcTab ul li {
	width: 172px;
	height: 112px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #bfbccf;
	color: #211b4a;
	text-align: center;
	cursor: pointer;
}
.kcTab ul li div {
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	background-color: #f2d722;
	color: #211b4a;
	text-align: center;
	margin: 0 auto;
	margin-top: -21px;
	font-size: 16px;
	font-weight: bold;
}
.kcTab ul li h2 {
	font-size: 18px;
	color: #211b4a;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
.kcTab ul li p {
	color: #211b4a;
}
.kcTab ul li.active {
	background-color: #4c3ad9;
}
.kcTab ul li.active h2,
.kcTab ul li.active p {
	color: #fff;
}
.kcTab .tab-box {
	margin-top: 16px;
	display: none;
	height: 620px;
	overflow-y: auto;
}
.kcTab .tab-box table {
	width: 100%;
	border: 1px solid #c2c2c2;
}
.kcTab .tab-box tr {
	height: 41px;
}
.kcTab .tab-box tr .tl {
	text-align: left;
	width: 400px;
}
.kcTab .tab-box tr .pl46 {
	padding-left: 46px;
}
.kcTab .tab-box tr .pl10 {
	padding-left: 10px !important ;
}
.kcTab .tab-box tr .ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.kcTab .tab-box tr th {
	background-color: #eeecff;
}
.kcTab .tab-box tr td {
	text-align: center;
}
.kcTab .tab-box tr td:nth-child(1) {
	width: 150px;
}
.kcTab .tab-box tr td:nth-child(2) {
	width: 240px;
}
.kcTab .tab-box tr td:nth-child(3),
.kcTab .tab-box tr td:nth-child(4) {
	text-align: left;
}
.kcTab .tab-box tr td:nth-child(3) {
	padding-left: 46px;
}
.kcTab .tab-box tr td:nth-child(4) {
	padding: 32px;
}
.kcTab .tab-box tr td .video-box {
	position: relative;
}
.kcTab .tab-box tr td .video-box div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.kcTab .tab-box tr td .video-box div a {
	position: absolute;
	width: 58px;
	height: 58px;
	background-image: url(http://www.qfedu.com/images/qf-2019-rjcs/c10-play-btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 50%;
	left: 50%;
	margin-left: -29px;
	margin-top: -29px;
}
.kcTab .tab-box tr .tdbg {
	background: url("http://www.qfedu.com/images/qf-2019-rjcs/duihua.png") no-repeat center;
	background-size: 1050px 100%;
	padding: 10px 0 20px 0;
	text-align: left;
	padding-left: 60px;
}
.kcTab .tab-box tr .tdbg p:nth-child(1) {
	margin-top: 16px;
}
.kcTab .tab-box tr .tdbg p span {
	padding-left: 300px;
}
.kcTab .tab-box.active {
	display: block;
}
.kcTab .cbtn {
	margin-top: 40px;
}
.v-box {
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 50px;
}
.v-box .city h2 {
	width: 100%;
	background: url("http://www.qfedu.com/images/qf-2019-rjcs/title-bg@3x.png") no-repeat;
	background-size: 97px 74px;
	background-position-x: 930px;
	background-position-y: 10px;
}
.v-box .v-l {
	width: 594px;
	height: 423px;
	border: solid 2px #4c3ad9;
}
.v-box .v-l .v-l-box {
	width: 100%;
	height: 334px;
}
.v-box .v-l .v-l-box video {
	width: 100%;
	height: 100%;
}
.v-box .v-r h4 {
	width: 467px;
	height: 114px;
	background: url("http://www.qfedu.com/images/qf-2019-rjcs/v-r@2x.png") no-repeat center / 100%;
	margin-top: -33px;
}
.v-box .v-r h4 p {
	margin: 35px 0 0 70px;
}
.v-box .v-r h3 {
	font-size: 24px;
	font-weight: bold;
	color: #4c3ad9;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.v-box .v-r h3::before {
	display: block;
	content: "";
	width: 20px;
	height: 16px;
	background: url("http://www.qfedu.com/images/qf-2019-rjcs/syh.png") no-repeat center / 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.v-box .v-r h3::after {
	display: block;
	content: "";
	width: 20px;
	height: 16px;
	background: url("http://www.qfedu.com/images/qf-2019-rjcs/xyh.png") no-repeat center / 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.v-box .v-r .text {
	font-size: 16px;
	width: 460px;
	margin-top: 25px;
}

.banner .swiper-container {
	width: 100%;
	height: 580px;
	position: relative;
	overflow: hidden;
}
.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 580px;
	position: absolute;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 580px;
	float: left;
	position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide1 {
	background-size: 100% 580px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	margin: 10px;
	opacity: 1;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00abff;
}
