.introduct .box1,
.culture .box1,
.history .box1,
.honor .box1,
.organization .box1{
	padding: 100px 0 140px;
	text-align: center;
}
.innerTitle{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.introduct .box1 .des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin-top: 20px;
}
.introduct .box1 .des strong{
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
}
.introduct .box1 .des img{
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}
.culture .box1 .box-c{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.culture .box1 .box-c .l{
	position: relative;
	width: 37.58%;
	box-shadow: 5px 9px 30px 0px rgba(222,222,222,0.3);
}
.culture .box1 .box-c .l  .pic{
	position: relative;
	z-index: 3;
}
.culture .box1 .box-c .l .bg{
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(42.99%,60%);
	z-index: 2;
}
.culture .box1 .box-c .r{
	position: relative;
	width: 58.57%;
	text-align: left;
	padding-top: 30px;
	z-index: 4;
}
.culture .box1 .box-c .r .text-title{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-transform: uppercase;
}
.culture .box1 .box-c .r .text-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	margin-top: 16px;
}
.culture .box1 .box-c .r .text-box:not(:last-child){
	margin-bottom: 30px;
}
.history .box1 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
	height: 650px;
}
.history .box1 .box-c .l{
	width: 290px;
	border-right: 3px solid rgba(223, 223, 223, 1);
	text-align: left;
	height: 100%;
}
.history .box1 .box-c .l .swiper{
	display: inline-block;
	max-width: 100%;
}
.history .box1 .box-c .l .swiper,
.history .box1 .box-c .l .swiper-wrapper{
	height: 100%;
}
.history .box1 .box-c .l .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	font-family: Rany;
	font-weight: 300;
	color: #CCCCCC;
	line-height: 1;
	height: 20%;
	cursor: pointer;
}
.history .box1 .box-c .l .swiper-slide-thumb-active{
	font-size: 80px;
	color: rgba(51, 51, 51, 1);
	font-family: HarmonyOS_Sans_SC_Bold;
}
.history .box1 .box-c .r{
	width: calc(100% - 290px);
	padding-left: 60px;
}
.history .box1 .box-c .r .swiper{
	height: 100%;
}
.history .box1 .box-c .r .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}
.history .box1 .box-c .r .slide-l{
	position: relative;
	text-align: left;
	width: 57%;
	z-index: 3;
}
.history .box1 .box-c .r .slide-l .text-box:not(:last-child){
	margin-bottom: 60px;
}
.history .box1 .box-c .r .slide-l .text-title{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.history .box1 .box-c .r .slide-l .text-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	margin-top: 16px;
}
.history .box1 .box-c .r .slide-r{
	position: relative;
	width: 38%;
	z-index: 1;
}
.history .box1 .box-c .r .slide-r img{
	position: relative;
	display: block;
	max-width: 100%;
	z-index: 3;
}
.history .box1 .box-c .r .slide-r .bg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 128.5%;
	transform: translate(-50.58%,45.21%);
}
.honor .box1 .box-c{
	margin-top: 40px;
}
.honor .box1 .box-c .list{
	display: flex;
	flex-wrap: wrap;
}
.honor .box1 .box-c .list .li{
	position: relative;
	width: 25%;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	border-right: 1px solid RGBA(222, 222, 222, 1);
}
.honor .box1 .box-c .list .li::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(207, 69, 89, 1);
	opacity: 0;
	transition: all .6s;
	box-sizing: border-box;
}
.honor .box1 .box-c .list .li:hover{
	box-shadow: 3px 4px 20px 0px rgba(177,177,177,0.2);
	z-index: 2;
}
.honor .box1 .box-c .list .li:hover::before{
	opacity: 1;
}
.honor .box1 .box-c .list .li:nth-child(-n+4){
	border-top: 1px solid RGBA(222, 222, 222, 1);
}
.honor .box1 .box-c .list .li:nth-child(4n+1){
	border-left: 1px solid RGBA(222, 222, 222, 1);
}
.honor .box1 .box-c .list .li .img{
	padding-top: 100%;
}
.honor .box1 .box-c .list .li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor .box1 .box-c .list .li .pic img{
	max-width: 90%;
	max-height: 90%;
}
.honor .box1 .pagination{
	margin-top: 60px;
}
.organization .box1 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width:1440px) {
	.history .box1 .box-c .l .swiper-slide{
		font-size: 50px;
	}
	.history .box1 .box-c .l .swiper-slide-thumb-active{
		font-size: 60px;
	}
	.history .box1 .box-c .l{
		width: 240px;
	}
	.history .box1 .box-c .r{
		width: calc(100% - 240px);
		padding-left: 60px;
	}
}
@media (max-width:1280px) {
	.history .box1 .box-c .l .swiper-slide{
		font-size: 36px;
	}
	.history .box1 .box-c .l .swiper-slide-thumb-active{
		font-size: 48px;
	}
	.history .box1 .box-c .l{
		width: 180px;
	}
	.history .box1 .box-c .r{
		width: calc(100% - 180px);
		padding-left: 40px;
	}
}
@media (max-width:1199px) {
	.introduct .box1, .culture .box1, .history .box1, .honor .box1, .organization .box1{
		padding: 70px 0;
	}
}
@media (max-width:1024px) {
	.honor .box1 .box-c .list .li:nth-child(-n+4){
		border-top: none;
	}
	.honor .box1 .box-c .list .li:nth-child(4n+1){
		border-left: none;
	}
	.honor .box1 .box-c .list .li:nth-child(-n+3){
		border-top: 1px solid RGBA(222, 222, 222, 1);
	}
	.honor .box1 .box-c .list .li:nth-child(3n+1){
		border-left: 1px solid RGBA(222, 222, 222, 1);
	}
	.honor .box1 .box-c .list .li::before{
		border-width: 3px;
	}
	.honor .box1 .box-c .list .li{
		width: 33.33%;
	}
	.history .box1 .box-c .l .swiper-slide{
		font-size: 28px;
	}
	.history .box1 .box-c .l .swiper-slide-thumb-active{
		font-size: 36px;
	}
	.history .box1 .box-c .l{
		width: 130px;
	}
	.history .box1 .box-c .r{
		width: calc(100% - 130px);
		padding-left: 30px;
	}
	.introduct .box1, .culture .box1, .history .box1, .honor .box1, .organization .box1{
		padding: 60px 0;
	}
	.culture .box1 .box-c .r{
		padding-top: 0;
	}
	.culture .box1 .box-c .r .text-des{
		margin-top: 6px;
		font-size: 14px;
	}
	.culture .box1 .box-c .r .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.culture .box1 .box-c .r .text-title{
		font-size: 16px;
	}
	.culture .box1 .box-c .l .bg{
		display: none;
	}
	.history .box1 .box-c .r .slide-l .text-box:not(:last-child){
		margin-bottom: 30px;
	}
	.history .box1 .box-c .r .swiper-slide{
		flex-direction: column;
	}
	.history .box1 .box-c .r .slide-l{
		width: 100%;
	}
	.history .box1 .box-c .r .slide-r{
		margin-top: 30px;
		width: 100%;
	}
	.history .box1 .box-c .r .slide-r .bg{
		display: none;
	}
	.history .box1 .box-c{
		margin-top: 40px;
	}
	.history .box1 .box-c .l .swiper-slide{
		height: 14.28%;
	}
	.honor .box1 .pagination{
		margin-top: 50px;
	}
}
@media (max-width: 768px) {
	.introduct .box1, .culture .box1, .history .box1, .honor .box1, .organization .box1{
		padding: 50px 0;
	}
	.culture .box1 .box-c{
		margin-top: 35px;
		flex-direction: column-reverse;
		align-items: center;
	}
	.culture .box1 .box-c .r{
		width: 100%;
	}
	.culture .box1 .box-c .l{
		margin-top: 30px;
		width: 340px;
		max-width: 100%;
		
	}
	.history .box1 .box-c{
		flex-direction: column;
	}
	.history .box1 .box-c .l{
		width: 100%;
		border-right: none;
	}
	.history .box1 .box-c .l .swiper-slide{
		height: 100%;
		width: auto;
	}
	.history .box1 .box-c .l .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.history .box1 .box-c .l .swiper-slide-thumb-active,
	.history .box1 .box-c .l .swiper-slide{
		font-size: 24px;
	}
	.history .box1 .box-c .r{
		padding-left: 0;
		width: 100%;
		margin-top: 10px;
	}
	.history .box1 .box-c{
		height: auto;
		margin-top: 35px;
	}
	.history .box1 .box-c .r .slide-l .text-des{
		font-size: 14px;
		margin-top: 10px;
	}
	.history .box1 .box-c .r .slide-l .text-box:not(:last-child){
		margin-bottom: 15px;
	}
	.honor .box1 .pagination{
		margin-top: 40px;
	}
}
@media (max-width: 650px) {
	.honor .box1 .box-c .list .li:nth-child(-n+3){
		border-top: none;
	}
	.honor .box1 .box-c .list .li:nth-child(3n+1){
		border-left: none;
	}
	.honor .box1 .box-c .list .li:nth-child(-n+2){
		border-top: 1px solid RGBA(222, 222, 222, 1);
	}
	.honor .box1 .box-c .list .li:nth-child(2n+1){
		border-left: 1px solid RGBA(222, 222, 222, 1);
	}
	.honor .box1 .box-c .list .li::before{
		border-width: 2px;
	}
	.honor .box1 .box-c .list .li{
		width: 50%;
	}
	.honor .box1 .box-c{
		margin-top: 35px;
	}
	.introduct .box1 .des{
		line-height: 2;
		font-size: 14px;
	}
	.introduct .box1 .des strong{
		font-size: 16px;
	}
	.introduct .box1 .des br{
		display:block;
		line-height: 0;
		height: 0;
	}
}
@media (max-width: 500px) {
	.innerTitle{
		font-size: 22px;
	}
	.honor .box1 .box-c{
		margin-top: 30px;
	}
	.honor .box1 .pagination{
		margin-top: 30px;
	}
	.history .box1 .box-c .l .swiper-slide-thumb-active, .history .box1 .box-c .l .swiper-slide{
		font-size: 22px;
	}
	.introduct .box1, .culture .box1, .history .box1, .honor .box1, .organization .box1{
		padding: 40px 0;
	}
	.culture .box1 .box-c{
		margin-top: 30px;
	}
	.history .box1 .box-c{
		height: auto;
		margin-top: 30px;
	}
}