body{
	background-color: RGBA(250, 250, 250, 1);
}
.commonBread{
	margin: 15px 0 0;
}
.commonNav{
	margin-bottom: 75px;
}
.about{
	margin: 0 0 140px;
}
.about .about-content{
	background-color: #fff;
	margin-top: 88px;
	padding: 100px 0 140px;
}
.introduction{
	/* padding: 55px 0 0; */
}
.introduction .box1{
	position: relative;
}
.introduction .box1 .pic{
	border-radius: 5px;
}
.introduction .box1 .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 2;
}
.introduction .box2{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.introduction .box2 .l{
	width: 28.57%;
}
.introduction .box2 .l .list li{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.introduction .box2 .l .list li:not(:last-child){
	margin-bottom: 60px;
}
.introduction .box2 .l .list li .number{
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.introduction .box2 .l .list li .number .counter{
	font-size: 60px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #398FCA;
	line-height: 1;
	padding-right: 5px;
}
.introduction .box2 .l .list li .text{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 5px;

}
.introduction .box2 .l .list li .icon{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #AADCFF, #F1F1F1);
	border-radius: 50%;
}
.introduction .box2 .l .list li .icon .iconfont{
	color: rgba(26, 144, 225, 1);
	font-size: 40px;
	transition: all .6s;
}
.introduction .box2 .l .list li:hover .icon .iconfont{
	transform: rotateY(180deg);
}
.introduction .box2 .r{
	width: 63.78%;
}
.introduction .box2 .r .text-box:not(:last-child){
	margin-bottom: 45px;
}
.introduction .box2 .r .text-title{
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #333333;
	line-height: 1.66;
	margin-bottom: 13px;
}
.introduction .box2 .r .text-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.875;
}
.culture .box1{
	background-image: url(../img/culture-box1-bg.jpg);
	background-size: cover;
	min-height: 340px;
	padding: 80px 90px;
	border-radius: 5px;
}
.culture .box1 .text-title{
	font-size: 36px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #FAFAFA;
	line-height: 1.27;
}
.culture .box1 .text-des{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FAFAFA;
	line-height: 1.5;
	margin-top: 11px;
}
.culture .box2{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.culture .box2 .l{
	width: 23%;
}
.culture .box2 .l img{
	display: block;
	width: 100%;
}
.culture .box2 .r{
	width: 950px;
	max-width: 74%;
}
.culture .box2 .r .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.culture .box2 .r .list li{
	width: 47.36%;
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 74px;
}
.culture .box2 .r .list li:nth-last-child(1),
.culture .box2 .r .list li:nth-last-child(2){
	margin-bottom: 0;
}
.culture .box2 .r .list li:not(.empty){
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.culture .box2 .r .list li .icon{
	width: 63px;
	height: 63px;
}
.culture .box2 .r .list li .icon img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	transition: all .6s;
}
.culture .box2 .r .list li:hover .icon img{
	transform: rotateY(180deg);
}
.culture .box2 .r .list li .text-box{
	flex: 1;
	margin-left: 30px;
}
.culture .box2 .r .list li .text-box .text-title{
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #333333;
	line-height: 1.66;
}
.culture .box2 .r .list li .text-box .text-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	margin-top: 13px;
}
.history .box1{
	background-image: url(../img/history-box1-bg.jpg);
	background-size: cover;
	padding: 90px;
	min-height: 600px;
}
.history .box1 .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.history .box1 .l{
	flex: 1;
	margin-right: 100px;
}
.history .box1 .year{
	font-size: 36px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #333333;
	line-height: 1;
}
.history .box1 .line{
	width: 40px;
	height: 4px;
	background: #398FCA;
	border-radius: 2px;
	margin-top: 40px;
}
.history .box1 .text{
	width: 540px;
	max-width: 100%;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 35px;
}
.history .box1 .r{
	font-size: 200px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: rgba(59, 144, 202, 0);
	line-height: 1;
	-webkit-text-stroke: 2px #398FC9;
	text-stroke: 2px #398FC9;
}
.history .box1 .btns{
	display: flex;
	margin-top: 120px;
}
.history .box1 .btns .btn,
.productivity .box2 .btn,
.honor .box1 .btn{
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.history .box1 .btns .btn:hover,
.productivity .box2 .btn:hover,
.honor .box1 .btn:hover{
	background: #398FCA;
	box-shadow: 5px 9px 30px 0px rgba(15,99,175,0.3);
	border-color: #398FCA;
}
.history .box1 .btns .btn .iconfont{
	font-size: 22px;
	font-weight: bold;
}
.history .box1 .btns .btn:not(:last-child){
	margin-right: 15px;
}
.productivity .box1 .en{
	font-size: 120px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: rgba(250, 250, 250, 0);
	line-height: 60px;
	-webkit-text-stroke: 2px #D3E5EF;
	text-stroke: 2px #D3E5EF;
	text-align: center;
	text-transform: uppercase;
}
.productivity .box1 .text-box{
	font-size: 60px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #398FCA;
	line-height: 1.66;
	margin-top: -60px;
}
.productivity .box1 .text-box p:nth-child(2){
	text-indent: 3em;
}
.productivity .box2{
	position: relative;
	margin: 50px auto 0;
	width: 900px;
	max-width: 100%;
}
.productivity .box2 .swiper{
	overflow: visible;
}
.productivity .box2 .swiper-slide .pic{
	border-radius: 5px;
}
.productivity .box2 .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.productivity .box2 .btn,
.honor .box1 .btn{
	border-color: rgba(222, 232, 238, 1);
	color: rgba(222, 232, 238, 1);
}
.productivity .box2 .btn.btn-prev{
	left: -90px;
}
.productivity .box2 .btn.btn-next{
	right: -90px;
}
.honor .img img{
	display: block;
	width: 100%;
}
.honor .box1 .box-c{
	position: relative;
	padding: 0 60px;
	z-index: 2;
	margin-top: -180px;
}
.honor .box1 .box-c .swiper-slide{
	position: relative;
	width: 23.82%;
	/* padding: 30px; */
}
.honor .box1 .box-c .swiper-slide::before,
.honor .box1 .box-c .swiper-slide::after{
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	border: 8px solid #D9E1E3;
	
	box-sizing: border-box;
}
.honor .box1 .box-c .swiper-slide::before{
	border-right: none;
	border-bottom: none;
	left: 0;
	top: 0;
}
.honor .box1 .box-c .swiper-slide::after{
	right: 0;
	bottom: 0;
	border-top: none;
	border-left: none;
}
.honor .box1 .box-c .swiper-slide .slide-box{
	padding: 64% 0;
}
.honor .box1 .box-c .swiper-slide .slide-box .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 9.86%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor .box1 .box-c .swiper-slide .slide-box .pic img{
	max-width: 100%;
	max-height: 100%;
}
.honor .box1 .box-c .swiper-slide:not(:last-child){
	margin-right: 1.57%;
}
.honor .box1 .box-b{
	margin-top: 66px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.honor .box1 .box-b .btns{
	display: flex;
}
.honor .box1 .btn:not(:last-child){
	margin-right: 20px;
}
.honor .box1 .box-b .swiper-pagination{
	position: relative;
	flex: 1;
	margin-left: 80px;
	height: 2px;
	background-color: rgba(217, 225, 227, 1);
}
.honor .box1 .box-b .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: rgba(57, 143, 202, 1);
}
@media (max-width:1560px) {
	.history .box1 .r{
		font-size: 150px;
	}
}
@media (max-width: 1440px) {
	.history .box1{
		padding: 70px;
	}
	.history .box1 .r{
		font-size: 120px;
	}
	.culture .box1 .text-title{
		font-size: 30px;
	}
	.culture .box1 .text-des{
		font-size: 22px;
	}
	.introduction .box2 .l .list li .number .counter{
		font-size: 50px;
	}
	.productivity .box1 .en{
		font-size: 100px;
	}
	.productivity .box1 .text-box{
		font-size: 50px;
	}
}
@media (max-width:1280px) {
	.productivity .box2 .btn.btn-prev{
		left: -70px;
	}
	.productivity .box2 .btn.btn-next{
		right: -70px;
	}
	.productivity .box1 .en{
		font-size: 80px;
	}
	.productivity .box1 .text-box{
		font-size: 40px;
	}
	.introduction .box2 .l .list li .icon{
		width: 50px;
		height: 50px;
	}
	.introduction .box2 .l .list li .icon .iconfont{
		font-size: 30px;
	}
	.introduction .box2 .l .list li .number .counter{
		font-size: 40px;
	}
	.history .box1 .r{
		font-size: 100px;
	}
	.history .box1 .year{
		font-size: 30px;
	}
	.history .box1 .line{
		margin-top: 25px;
	}
	.history .box1 .text{
		margin-top: 20px;
		width: 100%;
	}
	.history .box1 .btns{
		margin-top: 60px;
	}
	.history .box1{
		min-height: 449px;
	}
	.honor .box1 .box-c .swiper-slide{
		width: 32%;
	}
	.honor .box1 .box-c .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
	.honor .box1 .box-c{
		margin-top: -140px;
	}
}
@media (max-width:1199px) {
	.productivity .box1 .en{
		font-size: 60px;
	}
	.productivity .box1 .text-box{
		font-size: 30px;
		margin-top: -50px;
	}
	.introduction .box2 .r .text-box:not(:last-child){
		margin-bottom: 30px;
	}
	.introduction .box2 .r{
		flex: 1;
		margin-left: 40px;
	}
	.introduction .box2 .l .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.introduction .box2{
		margin-top: 45px;
	}
	.introduction .box2 .l .list li .number .counter{
		font-size: 30px;
	}
	.introduction .box2 .l .list li .number{
		font-size: 24px;
	}
	.history .box1{
		padding: 60px;
	}
	.history .box1 .r{
		font-size: 80px;
	}
	.culture .box1 .text-title{
		font-size: 28px;
	}
	.culture .box1 .text-des{
		font-size: 20px;
	}
	.about{
		margin-bottom: 70px;
	}
	.about .about-content{
		margin-top: 40px;
		padding: 50px 0;
	}
	.commonNav{
		margin-bottom: 40px;
	}
	.culture .box1{
		padding: 60px;
		min-height: 0;
	}
	.culture .box2 .r .list li .text-box{
		margin-left: 20px;
	}
	.culture .box2 .r .list li{
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.culture .box2 .r .list li .icon{
		width: 50px;
		height: 50px;
	}
	.culture .box2 .r .list li .text-box .text-des{
		margin-top: 5px;
	}
	.culture .box2{
		margin-top: 50px;
	}
	.productivity .box2{
		margin-top: 40px;
	}
	.productivity .box2{
		width: auto;
		margin-left: 50px;
		margin-right: 50px;
	}
	.productivity .box2 .swiper{
		overflow: hidden;
	}
	
}
@media (max-width:1024px) {
	.productivity .box2 .btn.btn-prev{
		left: -60px;
	}
	.productivity .box2 .btn.btn-next{
		right: -60px;
	}
	.productivity .box2{
		margin-top: 35px;
	}
	.introduction .box2 .r{
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
	}
	.introduction .box2{
		flex-direction: column;
	}
	.introduction .box2 .l{
		width: 100%;
	}
	.introduction .box2 .l .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
	}
	.introduction .box2 .l .list li:not(:last-child){
		margin-bottom: 0;
	}
	.introduction .box1 .playBtn img{
		width: 60px;
	}
	.honor .box1 .box-b .swiper-pagination{
		margin-left: 30px;
	}
	.honor .box1 .box-b{
		margin-top: 40px;
	}
	.honor .box1 .box-c{
		padding: 0 3%;
	}
	.honor .box1 .box-c .swiper-slide::before, .honor .box1 .box-c .swiper-slide::after{
		width: 24px;
		height: 24px;
		border-width: 5px;
	}
	.honor .box1 .box-c{
		margin-top: -80px;
	}
	.history .box1{
		padding: 50px 30px;
	}
	.history .box1 .btns .btn, .productivity .box2 .btn, .honor .box1 .btn{
		width: 40px;
		height: 40px;
	}
	.history .box1 .text{
		font-size: 16px;
	}
	.history .box1 .line{
		margin-top: 15px;
		width: 30px;
		height: 3px;
	}
	.history .box1 .year{
		font-size: 26px;
	}
	.history .box1 .l{
		margin-right: 0;
	}
	.history .box1 .r{
		display: none;
	}
	.culture .box1 .text-title{
		font-size: 26px;
	}
	.culture .box1 .text-des{
		font-size: 18px;
	}
	.culture .box1{
		padding: 50px;
	}
	.about{
		margin-bottom: 60px;
	}
	.about .about-content{
		margin-top: 35px;
		padding: 40px 0;
	}
	.commonNav{
		margin-bottom: 35px;
	}
	.culture .box2{
		margin-top: 40px;
	}
	.culture .box2 .r .list li .icon{
		width: 40px;
		height: 40px;
	}
	.culture .box2 .r .list li .text-box .text-title{
		font-size: 16px;
	}
	.culture .box2 .r .list li .text-box .text-des{
		margin-top: 0;
		font-size: 14px;
	}
	.history .box1 .btns .btn .iconfont{
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.productivity .box2{
		margin-top: 30px;
	}
	.productivity .box1 .en{
		font-size: 45px;
	}
	.productivity .box1 .text-box{
		font-size: 26px;
		margin-top: -40px;
	}
	.introduction .box2 .l .list li .number{
		font-size: 18px;
	}
	.introduction .box2 .l .list li .number .counter{
		font-size: 24px;
	}
	.introduction .box2 .l .list li .text{
		font-size: 16px;
	}
	.introduction .box2 .r .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.introduction .box2,
	.introduction .box2 .r{
		margin-top: 30px;
	}
	.introduction .box1 .playBtn img{
		width: 50px;
	}
	.honor .box1 .box-b{
		margin-top: 30px;
	}
	.honor .box1 .box-c{
		margin-top: -40px;
	}
	.history .box1{
		padding: 40px 30px;
		min-height: 368px;
	}
	.culture .box2 .l{
		display: none;
	}
	.culture .box1 .text-title{
		font-size: 24px;
	}
	.culture .box1 .text-des{
		font-size: 16px;
	}
	.culture .box1{
		padding: 40px 20px;
	}
	.about{
		margin-bottom: 50px;
	}
	.about .about-content{
		margin-top: 30px;
		padding: 30px 0;
	}
	.commonNav{
		margin-bottom: 30px;
	}
	.culture .box2{
		margin-top: 30px;
	}
	.culture .box2{
		flex-direction: column-reverse;
	}
	.culture .box2 .r{
		width: 100%;
		max-width: 100%;
	}
	.culture .box2 .r .list li{
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	
}
@media (max-width: 600px) {
	.honor .box1 .box-c .swiper-slide{
		width: 48%;
	}
	.honor .box1 .box-c .swiper-slide:not(:last-child){
		margin-right: 4%;
	}
}
@media (max-width: 500px) {
	.productivity .box2{
		margin-left: 40px;
		margin-right: 40px;
	}
	.productivity .box2 .btn.btn-prev{
		left: -40px;
	}
	.productivity .box2 .btn.btn-next{
		right: -40px;
	}
	.productivity .box2 .btn{
		width: 30px;
		height: 30px;
	}
	.productivity .box2{
		margin-top: 25px;
	}
	.productivity .box1 .en{
		font-size: 30px;
		line-height: 1;
	}
	.productivity .box1 .text-box{
		font-size: 18px;
		margin-top: -20px;
		line-height: 1.4;
	}
	.introduction .box2 .l .list li .icon{
		width: 40px;
		height: 40px;
	}
	.introduction .box1 .playBtn img{
		width: 40px;
	}
	.honor .box1 .box-c .swiper-slide .slide-box .pic{
		padding: 7%;
	}
	.honor .box1 .box-b .swiper-pagination{
		margin-left: 15px;
	}
	.honor .box1 .btn:not(:last-child){
		margin-right: 10px;
	}
	.honor .box1 .box-c .swiper-slide::before, .honor .box1 .box-c .swiper-slide::after{
		width: 20px;
		height: 20px;
		border-width: 4px;
	}
	.history .box1{
		padding: 30px 20px;
	}
	.culture .box2 .r .list li .icon{
		width: 34px;
		height: 34px;
	}
	.culture .box2 .r .list li .text-box{
		margin-left: 10px;
	}
	.culture .box2 .r .list li:nth-last-child(2),
	.culture .box2 .r .list li{
		margin-bottom: 20px;
	}
	.culture .box2 .r .list li{
		width: 100%;
	}
	.culture .box2 .r .list li.empty{
		display: none;
	}
	.culture .box2{
		margin-top: 25px;
	}
	.culture .box1 .text-title{
		font-size: 20px;
	}
	.culture .box1 .text-des{
		font-size: 14px;
		margin-top: 5px;
	}
	.culture .box1{
		padding: 30px 20px;
	}
	.about{
		margin-bottom: 40px;
	}
	.about .about-content{
		margin-top: 20px;
		padding: 25px 0;
	}
	.commonNav{
		margin-bottom: 20px;
	}
	.introduction .box2, .introduction .box2 .r{
		margin-top: 25px;
	}
}