.aboutAnimated_title {
	font-size: 30px;
	font-weight: bold;
}

.aboutAnimated {
	text-align: center;
	padding-top: 60px;

}

.aboutAnimated_text {
	font-size: 14px;
	/*color: #999;*/
	margin: 20px 0;
}

.aboutAnimated_ul {
	display: flex;
	justify-content: center;
}

.aboutAnimated_ul>div {
	width: 1200px;
	display: flex;
	justify-content: space-between;

}

.aboutAnimated_li {
	width: 374px;
	box-shadow: 0 0 4px 6px rgba(27, 57, 92, 0.07);
	border-radius: 15px;
}

.aboutAnimated_cont {
	background: url('../image/about/bg.png') no-repeat center top;
	padding-bottom: 100px;
}

.about {
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.aboutkF_cont>img {
	width: 100%;
	margin-top: -260px;
	height: 100%;
	vertical-align: top;
}

.aboutkF_cont {
	/* background-color: #81efff; */
}


.aboutkF {
	/* background-color: #fff; */
	position: relative;

}

.aboutkF_cont {
	background-image: url('../image/about/dataBg.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 1235px;
	display: flex;
	margin-top: -240px;
	justify-content: center;

}

.aboutkF_tab {
	/* 	position: relative;
	top: 160px;
	width: 100%;
	left: 0; */
	overflow: hidden;
	text-align: center;
	margin-top: 430px;


}

.aboutcur {
	width: 1200px;
	display: none;
}

.aboutcur>img {
	width: 100%;
}

.aboutcurtay {
	display: inline-block;
}

.about_tab {
	margin-top: 80px;
}

.about_tab ol {
	display: flex;
	justify-content: space-between;
	width: 1030px;
	margin: 72px auto 38px;
}

.about_tab ol li {
	position: relative;
	width: 320px;
	height: 75px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 4px #2b9bff solid;
	background-color: #1382ff;
	cursor: pointer;
}

.about_tab ol li.cur p b {
	color: #fff;
}

.about_tab ol li.cur p {
	background: url(../image/about/pythonbox2pic1.png) no-repeat;
}

.about_tab ol li p {
	position: absolute;
	left: -4px;
	top: -4px;
	width: 320px;
	height: 86px;
	font-size: 15px;
	color: #63d5ff;
	text-align: center;
	line-height: 75px;
}

.about_tab ol li.cur p b {
	color: #fff;
}

.about_tab ol li p b {
	font-size: 25px;
	color: #b2f7ff;
	margin-right: 5px;
}

.about_tab ul {
	width: 1188px;
	height: 418px;

	box-sizing: border-box;
	box-shadow: 0 0 0 6px #0c8bfd;
	border-radius: 20px;
	background-color: #0c8bfd;
	margin: 0 auto 81px;
	margin-top: 20px;
	overflow: hidden;
}

.about_tab ul li {
	position: relative;
	display: none;
	width: 100%;

}

.about_tab ul li.cur {
	display: block;
}

.about_tab ul li img {
	width: 100%;
}

.about_tab ul li .list {
	position: absolute;
	right: 61px;
	top: 89px;
}

.about_tab ul li .list .tab {
	position: absolute;
	left: 89px;
	bottom: 7px;
	width: 255px;
	height: 26px;
	display: flex;
	justify-content: space-between;
}

.about_tab ul li .list .tab span {
	width: 122px;
	height: 26px;
	cursor: pointer;
}

.about_tab ul li .list img {
	width: 460px;
	height: 240px;
	cursor: pointer;
}

.about_tab ul li .list .pic {
	display: none;
}

.about_tab ul li .list .pic.cur {
	display: block;
}