@font-face {
	font-family: 'Source Han Sans CN';
	src: url('../font/SourceHanSansCN-Regular.otf');
}

@font-face {
	font-family: 'Source Han Sans CN-Medium';
	src: url('../font/SourceHanSansCN-Medium.otf');
}

:root {
	/*设置rem大小*/
	font-size: calc(100vw / 1080 * 100);
	font-family: 'Source Han Sans CN';
	scroll-behavior: smooth;
}

* {
	padding: 0;
	margin: 0;
	-webkit-user-select: none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666666;
}

#box {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
}

.header_bg {
	width: 100%;
	height: 3.6rem;
	background: url("../img/about_slices/header_bg.png");
	background-size: 100%;
}

/* 关于软帝 */
.about_softemm {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	color: #999999;
	font-size: .37rem;
	border-bottom: 1px solid #e9e9e9;
}

.about_softemm>p {
	height: 1rem;
	line-height: 1rem;
	width: 2rem;
	margin-left: .31rem;
}

/* 公司简介--标题 */
.summary_title {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	background: url("../img/about_slices/summary_title_bg.png") no-repeat;
	background-size: 100%;
	text-align: center;
	margin-top: .61rem;
	margin-left: 1.72rem;
	position: relative;
}

.summary_title>p {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	color: #4792f6;
	font-size: .46rem;
	margin-top: -.2rem;
	position: absolute;
}

/* 公司简介--内容--1 */
.summary_content_1 {
	width: 100%;
	margin-top: .51rem;
	position: relative;
	padding-bottom: 0.69rem;
	letter-spacing: .05em;
}

.summary_content_1>.content_1_l {
	width: 3.64rem;
	height: 3.7rem;
	background: url("../img/about_slices/softeem.png") no-repeat;
	background-size: 100%;
	position: absolute;
	margin: 1.18rem 0 0 .4rem;
}

.summary_content_1>.content_1_r {
	width: 7.68rem;
	box-shadow: 0 0 .2rem #c2c2c2;
	float: right;
	padding-bottom: 0.57rem;
}

.content_1_r>div {
	width: 5.85rem;
	margin-left: 1.36rem;
	margin-top: .6rem;
	display: flex;
	flex-wrap: wrap;
}

.content_1_r>div>h4 {
	width: 2rem;
	height: .37rem;
	line-height: .37rem;
	font-size: .37rem;
	font-family: 'Source Han Sans CN-Medium';
	font-weight: normal;
	color: #333333;
	margin-left: 2.34rem;
}

.content_1_r>div>p {
	width: 5.85rem;
	font-size: .28rem;
	color: #696969;
	font-family: 'Source Han Sans CN-Light';
}

.content_1_r>div>p:nth-of-type(1) {
	margin-top: .2rem;
}

/* 公司简介--内容--2 */
.summary_content_2 {
	width: 100%;
	overflow: auto;
	padding-top: .7rem;
	position: relative;
}

.summary_content_2>.content_2_r {
	width: 3.64rem;
	height: 3.7rem;
	background: url("../img/about_slices/learning.png") no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	margin: 1.18rem .4rem 0 0;
}

.summary_content_2>.content_2_l {
	width: 7.68rem;
	height: 6.03rem;
	box-shadow: 0 0 .2rem #c2c2c2;
	float: left;
	margin-bottom: 0.2rem;
}

.content_2_l>div {
	width: 5.85rem;
	height: 4.31rem;
	margin-left: .4rem;
	margin-top: .6rem;
}

.content_2_l>div>h4 {
	height: .37rem;
	line-height: .37rem;
	font-size: .37rem;
	font-family: 'Source Han Sans CN-Medium';
	font-weight: normal;
	color: #333333;
	text-align: center;
}

.content_2_l>div>p {
	width: 5.85rem;
	font-size: .28rem;
	color: #696969;
	margin-top: .6rem;
	letter-spacing: .05em;
	font-family: 'Source Han Sans CN-Light';
}

/* 公司简介--内容--3 */
.summary_content_3 {
	position: relative;
}

.summary_content_3>.content_3_business {
	width: 10rem;
	height: 3.8rem;
	/* outline: 1px solid red; */
	margin-left: .4rem;
	margin-top: .7rem;
}

.content_3_business>div:nth-child(1) {
	width: 5rem;
	height: 3.8rem;
	background: url("../img/about_slices/business_1.png") no-repeat;
	background-size: 100%;
	float: left;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_3_business>div:nth-child(1)>p {
	width: 1.87rem;
	height: .44rem;
	line-height: .44rem;
	font-size: .44rem;
	color: #fff;
}

.content_3_business>div:nth-child(2) {
	width: 5rem;
	height: 3.8rem;
	background: url("../img/about_slices/business_bg.png") no-repeat;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.content_3_business>div:nth-child(2)>p {
	display: flex;
	justify-content: center;
	line-height: .45rem;
	font-size: .28rem;
	color: #666666;
	margin: .96rem 0 0;
	font-family: 'Source Han Sans CN-Light';
}

.content_3_misson {
	width: 10rem;
	height: 3.8rem;
	margin-left: .4rem;
}

.content_3_misson>div:nth-child(2) {
	display: flex;
	justify-content: center;
	width: 5rem;
	height: 3.8rem;
	background: url("../img/about_slices/business_2.png") no-repeat;
	background-size: 100%;
	float: left;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_3_misson>div:nth-child(2)>p {
	display: flex;
	justify-content: center;
	line-height: .45rem;
	line-height: .44rem;
	font-size: .44rem;
	color: #fff;
	font-family: 'Source Han Sans CN-Light';
}

.content_3_misson>div:nth-child(1) {
	width: 5rem;
	height: 3.8rem;
	background: url("../img/about_slices/business_bg.png") no-repeat;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.content_3_misson>div:nth-child(1)>p {
	display: flex;
	justify-content: center;
	line-height: .45rem;
	font-size: .28rem;
	color: #666666;
	margin: .96rem 0 0;
	font-family: 'Source Han Sans CN-Light';
}

.content_3_value {
	width: 10rem;
	height: 3.8rem;
	margin-left: .4rem;
	display: flex;
}

.content_3_value>div:nth-child(1) {
	width: 5rem;
	height: 3.8rem;
	background: url("../img/about_slices/business_3.png") no-repeat;
	background-size: 100%;
	float: left;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}

.content_3_value>div:nth-child(1)>p {
	display: flex;
	justify-content: center;
	line-height: .45rem;
	line-height: .44rem;
	font-size: .44rem;
	color: #fff;
	font-family: 'Source Han Sans CN-Light';
}

.content_3_value>div:nth-child(2) {
	width: 5rem;
	line-height: .45rem;
	background: url("../img/about_slices/business_bg.png") no-repeat;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.content_3_value>div:nth-child(2)>p {
	display: flex;
	justify-content: center;
	line-height: .45rem;
	font-size: .28rem;
	color: #666666;
	margin: .96rem 0 0;
	font-family: 'Source Han Sans CN-Light';
}

.content_3_build {
	width: 10rem;
	height: 3.8rem;
	margin-left: .4rem;
}

.content_3_build>div:nth-child(2) {
	width: 5rem;
	height: 3.8rem;
	background: url("../img/about_slices/business_4.png") no-repeat;
	background-size: 100%;
	float: left;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}

.content_3_build>div:nth-child(2)>p {
	display: flex;
	justify-content: center;
	line-height: .44rem;
	font-size: .44rem;
	color: #fff;
	font-family: 'Source Han Sans CN-Light';
}

.content_3_build>div:nth-child(1) {
	width: 5rem;
	height: 3.8rem;
	background: url("../img/about_slices/business_bg.png") no-repeat;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.content_3_build>div:nth-child(1)>p {
	display: flex;
	justify-content: center;
	line-height: .45rem;
	font-size: .28rem;
	color: #666666;
	margin: .96rem 0 0;
	font-family: 'Source Han Sans CN-Light';
}

/* 发展历程 */
.history {
	width: 100%;
	height: 32.63rem;
	background: url("../img/about_slices/history_bg.png") no-repeat;
	background-size: 100%;
	margin-top: .4rem;
	position: relative;
}

.history_title {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	background: url("../img/about_slices/history_title_bg.png") no-repeat;
	background-size: 100%;
	text-align: center;
	margin-top: .61rem;
	margin-left: 1.72rem;
	position: absolute;
}

.history_title>p {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	color: #fff;
	font-size: .46rem;
	margin-top: -.2rem;
	position: absolute;
}

.history>div>ul {
	width: 9rem;
	box-sizing: border-box;
	position: absolute;
	left: 1.25rem;
	top: 2rem;
	color: #fff;
}

.history>div>ul>li {
	width: 9rem;
}

.history>div>ul>li>h3 {
	width: 1.78rem;
	height: .63rem;
	font-size: .63rem;
	display: inline-block;
	float: left;
}

.history>div>ul>li>p {
	max-width: 6.63rem;
	font-size: .28rem;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}

.history>div>ul>li:nth-of-type(1) {
	height: .79rem;
}

.history>div>ul>li:nth-of-type(1)>p {
	width: 6.63rem;
	height: .79rem;
}

.history>div>ul>li:nth-of-type(2) {
	margin-left: .9rem;
	margin-top: .85rem;
	height: .63rem;
	width: 8rem;
}

.history>div>ul>li:nth-of-type(2)>p {
	width: 2.16rem;
	height: .63rem;
	line-height: .63rem;
}

.history>div>ul>li:nth-of-type(3) {
	margin-left: 2rem;
	margin-top: .85rem;
	height: .79rem;
	width: 6.73rem;
}

.history>div>ul>li:nth-of-type(3)>p {
	width: 4.76rem;
	height: .63rem;
}

.history>div>ul>li:nth-of-type(4) {
	margin-left: 2.95rem;
	margin-top: .85rem;
	height: .63rem;
	width: 4.5rem;
}

.history>div>ul>li:nth-of-type(4)>p {
	width: 2.5rem;
	height: .63rem;
	line-height: .63rem;
}

.history>div>ul>li:nth-of-type(5) {
	margin-left: 2rem;
	margin-top: .9rem;
	height: .63rem;
	width: 6.1rem;
}

.history>div>ul>li:nth-of-type(5)>p {
	width: 4.1rem;
	height: .63rem;
	line-height: .63rem;
}

.history>div>ul>li:nth-of-type(6) {
	margin-left: .9rem;
	margin-top: 1.25rem;
	height: 1.4rem;
	width: 8.1rem;
}

.history>div>ul>li:nth-of-type(6)>p {
	width: 6.1rem;
	height: 1.4rem;
}

.history>div>ul>li:nth-of-type(7) {
	margin-top: .85rem;
	height: .63rem;
	width: 5.46rem;
}

.history>div>ul>li:nth-of-type(7)>p {
	width: 3.42rem;
	height: .63rem;
	line-height: .63rem;
}

.history>div>ul>li:nth-of-type(8) {
	margin-left: .9rem;
	margin-top: .95rem;
	height: .63rem;
	width: 7.45rem;
}

.history>div>ul>li:nth-of-type(8)>p {
	width: 5.44rem;
	height: .63rem;
	line-height: .63rem;
}

.history>div>ul>li:nth-of-type(9) {
	margin-left: 2rem;
	margin-top: .95rem;
	height: 1.42rem;
	width: 7rem;
}

.history>div>ul>li:nth-of-type(9)>p {
	width: 4.87rem;
	height: 1.42rem;
}

.history>div>ul>li:nth-of-type(10) {
	margin-left: 2.95rem;
	margin-top: .9rem;
	height: .88rem;
	width: 6.04rem;
}

.history>div>ul>li:nth-of-type(10)>p {
	width: 4rem;
	height: .88rem;
}

.history>div>ul>li:nth-of-type(11) {
	margin-left: 2rem;
	margin-top: 1.25rem;
	height: 1.43rem;
	width: 6.9rem;
}

.history>div>ul>li:nth-of-type(11)>p {
	width: 4.87rem;
	height: 1.43rem;
}

.history>div>ul>li:nth-of-type(12) {
	margin-left: .9rem;
	margin-top: .8rem;
	height: .93rem;
	width: 7rem;
}

.history>div>ul>li:nth-of-type(12)>p {
	width: 4.9rem;
	height: .93rem;
}

.history>div>ul>li:nth-of-type(13) {
	height: .93rem;
	width: 8.42rem;
	margin-top: 1.2rem;
}

.history>div>ul>li:nth-of-type(13)>p {
	width: 6.66rem;
	height: .93rem;
}

.history>div>ul>li:nth-of-type(14) {
	margin-left: .9rem;
	margin-top: .85rem;
	height: 1.97rem;
	width: 7.6rem;
}

.history>div>ul>li:nth-of-type(14)>p {
	width: 5.58rem;
	height: 1.97rem;
}

.history>div>ul>li:nth-of-type(15) {
	margin-left: 2rem;
	margin-top: .85rem;
	height: 2.47rem;
	width: 6.77rem;
}

.history>div>ul>li:nth-of-type(15)>p {
	width: 4.76rem;
	height: 2.47rem;
}

/* 学校介绍 */
.school_title {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	background: url("../img/about_slices/summary_title_bg.png") no-repeat;
	background-size: 100%;
	text-align: center;
	margin-top: .61rem;
	margin-left: 1.72rem;
	position: relative;
	margin-bottom: 0.16rem;
}

.school_title>p {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	color: #4792f6;
	font-size: .46rem;
	margin-top: -.2rem;
	position: absolute;
}

.school_content {
	width: 100%;
	height: 3.8rem;
	background: url("../img/about_slices/school_content_bg.png") no-repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
}

.school_content>p {
	width: 8.74rem;
	height: 2.3rem;
	font-size: .29rem;
	color: #fff;
	margin-left: 1rem;
	line-height: .45rem;
}

/* 学校介绍--图片 */
.school_img {
	width: 100%;
	height: 6rem;
}

.img_content {
	width: 10rem;
	height: 5.5rem;
	display: flex;
	flex-wrap: wrap;
	vertical-align: top;
	justify-content: space-between;
	margin: .1rem .4rem;
	position: relative;
}

.img_content>div:nth-of-type(1) {
	width: 4.7rem;
	height: 2.7rem;
	background: url("../img/about_slices/img_content_1.png") no-repeat;
	background-size: 100%;
}

.img_content>div:nth-of-type(2) {
	width: 5.2rem;
	height: 3.7rem;
	background: url("../img/about_slices/img_content_2.png") no-repeat;
	background-size: 100%;
}

.img_content>div:nth-of-type(3) {
	width: 4.7rem;
	height: 2.7rem;
	background: url("../img/about_slices/img_content_3.png") no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
}

.img_content>div:nth-of-type(4) {
	width: 2.55rem;
	height: 1.7rem;
	background: url("../img/about_slices/img_content_4.png") no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 4.8rem;
}

.img_content>div:nth-of-type(5) {
	width: 2.55rem;
	height: 1.7rem;
	background: url("../img/about_slices/img_content_5.png") no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* 教学实力 */
.teach {
	width: 100%;
	height: 7.52rem;
	background-color: #f8f8f8;
	position: relative;
}

.teach_title {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	background: url("../img/about_slices/summary_title_bg.png") no-repeat;
	background-size: 100%;
	text-align: center;
	margin-left: 1.72rem;
	margin-top: .7rem;
}

.teach_title>p {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	color: #4792f6;
	font-size: .46rem;
	margin-top: -.2rem;
	position: absolute;
}

.teach_content {
	width: 9.98rem;
	height: 1.58rem;
	position: absolute;
	top: 1.5rem;
	margin: 0 .4rem;
}

.teach_content>p {
	font-size: .35rem;
	font-family: 'Source Han Sans CN';
	margin-top: -0.2rem;
	color: #333333;
}

.teach_img {
	margin-top: -0.1rem;
	width: 10rem;
	height: 3.6rem;
	position: absolute;
	top: 3.42rem;
	margin: 0 .4rem;
	display: flex;
	justify-content: space-between;
}

.teach_img>div:nth-of-type(1) {
	width: 4.8rem;
	height: 3.6rem;
	background: url("../img/about_slices/teach_img1.png") no-repeat;
	background-size: 100%;
}

.teach_img>div:nth-of-type(2) {
	width: 4.8rem;
	height: 3.6rem;
	background: url("../img/about_slices/teach_img2.png") no-repeat;
	background-size: 100%;
}

/* 软帝风采 */
.softeem {
	width: 100%;
	height: 5.57rem;
	position: relative;
}

.softeem_title {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	background: url("../img/about_slices/summary_title_bg.png") no-repeat;
	background-size: 100%;
	text-align: center;
	margin-left: 1.72rem;
	margin-top: .7rem;
	position: absolute;
}

.softeem_title>p {
	width: 7.42rem;
	height: .46rem;
	line-height: .46rem;
	color: #4792f6;
	font-size: .46rem;
	margin-top: -.2rem;
	position: absolute;
}

/* 图片--swiper */
.softeem_img {
	width: 100%;
	position: absolute;
	top: 1.5rem;
	overflow: auto;
}

/* .swiper{
  width:100%;height:4.05rem;
} */
.swiper-wrapper>div>img {
	background: url("../img/about_slices/img_content_6.png") no-repeat;
	background-size: 100%;
	width: 3.95rem;
	height: 2.8rem;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

/* .acon-1>div{
  margin-right: 0.28rem !important;
  margin-left: 0.28rem !important;

}
.acon-1>div:last-of-type{
  margin-right: 0px !important;
} */

/* 返回按钮 */
#f-con8 {
	width: 100%;
	font-size: 0;
	margin: 0 auto;
}

#f-con8>a {
	width: 1.4rem;
	display: block;
	margin: 0 auto;
	padding: 0.4rem 0 0;
}

#f-con8>a>img {
	width: 100%;
	height: 100%;

}

#f-con8>p {
	text-align: center;
	color: #676767;
	font-size: .21rem;
	margin-top: .15rem;
	margin-bottom: .4rem;
}

/* 联系电话 */
.tel {
	width: 5.26rem;
	height: 1rem;
	margin-left: 2.77rem;
	position: relative;
	bottom: .6rem;
	padding-top: 0.4rem;
}

.tel>div {
	width: 1rem;
	height: 1rem;
	background: url("../img/about_slices/tel_logo.png") no-repeat;
	background-size: 100%;
	float: left;
}

.tel>p {
	width: 3.83rem;
	height: 1rem;
	line-height: 1rem;
	font-size: .45rem;
	margin-left: .4rem;
	color: #666666;
	float: left;
}

/* 底部内容 */
.footer_content {
	width: 100%;
	height: 4.62rem;
	background: url("../img/about_slices/footer_bg.png") no-repeat;
	background-size: 100%;
	position: relative;
	font-size: .34rem;
	color: #fff;
	/* bottom: .8rem; */
}

.footer_content>.content1 {
	width: 5.48rem;
	height: 2.55rem;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.footer_content>.content1>div>img {
	margin-top: .2rem;
	width: 1.97rem;
	height: 1.97rem;
}

.content_l {
	width: 1.97rem;
	height: 2.55rem;
	float: left;
}

.content_l>p {
	width: 2.42rem;
	height: .34rem;
	margin-left: -.2rem;
}

.content_r>p {
	height: .34rem;
}

.content_r {
	width: 1.97rem;
	height: 2.55rem;
	float: right;
}

.content2 {
	width: 8.5rem;
	height: .84rem;
	position: absolute;
	left: 50%;
	bottom: 2%;
	transform: translate(-50%, -50%);
}

/* 领取按钮*/
.always {
	width: 100%;
	height: 1.2rem;
	background: linear-gradient(to right, #766fff, #7e76ff, #867fff, #918aff, #9b96ff, #a9a4ff, #b4b0ff);
	position: sticky;
	bottom: 0;
	z-index: 999;
}

.always>div {
	width: 10rem;
	height: .8rem;
	padding: .2rem 0 0 .4rem;
	display: flex;
	justify-content: space-around;
}

.always>div>p {
	width: 6.09rem;
	height: .88rem;
	line-height: .88rem;
	font-size: .42rem;
	color: #fff;
	float: left;
}

.always>div>div {
	width: 3rem;
	height: .88rem;
	line-height: .88rem;
	background: url("../img/about_slices/endbg2.png") no-repeat;
	background-size: 100%;
	font-size: .33rem;
	color: #fff;
	float: right;
	text-align: center;
}

.copyright {
	width: 100%;
	height: 0.69rem;
	background-color: #333333;
	font-size: .2rem;
	letter-spacing: .05em;
	color: #fff;
}

.copyright>p {
	text-align: center;
	line-height: .69rem;
}

@media only screen and (min-width:750px) {
	.summary_content_1>.content_1_r {
		padding-bottom: 1.57rem !important;
	}
}

@media only screen and (max-width:320px) {
	.school_content {
		height: auto;
		padding-top: 0.5rem;
		padding-bottom: 1rem;
	}
}


/* 最底部的轮播图 */

.active-swiper {
	width: 100%;
}

.active-swipe .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.active-swipe .swiper-slide-active,
.active-swipe .swiper-slide-duplicate-active {
	transform: scale(1);
}
