.culture,
.speech,
.about {
	background-color: RGBA(250, 250, 250, 1);
}

.about .box1 {
	margin-top: 109px;
}

.about .box1 .box-c {
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 42px;
}

.about .box1 .box-c .l {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 22.33%;
}

.about .box1 .box-c .r img,
.about .box1 .box-c .l img {
	display: block;
	width: 100%;
}

.about .box1 .box-c .c {
	width: 55.39%;
	text-align: center;
}

.about .box1 .box-c .c .title {
	font-weight: bold;
	color: rgba(211, 40, 59, 1);
}

.about .box1 .box-c .c .des {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 24px;
	color: #555;
	line-height: 1.5;
	margin-top: 30px;
}

.about .box1 .box-c .c .text-box {
	font-weight: bold;
	color: rgba(211, 40, 59, 1);
	line-height: 1.6;
	margin-top: 35px;
}

.about .box1 .box-c .r {
	position: absolute;
	right: 0;
	top: 0;
	width: 22.5%;
	transform: translateX(16.83%);
}

.about .box2 {
	position: relative;
	padding: 53px 0 140px;
	z-index: 3;
}

.about .box2 .list li {
    position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 30px 0 60px;
}
.about .box2 .list li .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .6s;
    opacity: 0;
}
.about .box2 .list li.active .bg{
    opacity: 1;
}
.about .box2 .list li:not(:last-child) {
	margin-bottom: 10px;
}

.about .box2 .list li.active {
	padding-top: 20px;
	/*background: url(../img/about-box1-3.jpg);*/
	/*background-size: cover;*/
}

.about .box2 .list li .li-t {
    position: relative;
	display: flex;
	align-items: center;
	padding: 35px 0;
	cursor: pointer;
	z-index: 3;
}

.about .box2 .list li .li-t .number {
	align-self: flex-start;
}

.about .box2 .list li .li-t .title {
	flex: 1;
	margin-right: 30px;
	color: #555;
	font-weight: 300;
	line-height: 1.6;
	transition: all .6s;
	font-weight: bold;
}

.about .box2 .list li.active .li-t .title {
	color: #fff;
}

.about .box2 .list li .number {
	width: 70px;
	line-height: 70px;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
	border-radius: 50%;
	text-align: center;
	font-family: Rany-Bold;
	color: #FAFAFA;
}

.about .box2 .list li .li-c {
     position: relative;
	/* font-weight: bold; */
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	padding: 60px 0 40px;
	display: none;
	z-index: 3;
}

.speech .box1 {
	padding: 100px 0 160px;
}

.speech .box1 .box-c {
	display: flex;
	justify-content: space-between;
}

.speech .box1 .box-c .l {
	position: relative;
	width: 55.71%;
	z-index: 3;
}

.speech .box1 .box-c .l .text-box {
	position: relative;
	padding-top: 48px;
	font-weight: 300;
	font-size: 18px;
	color: #222222;
	line-height: 32px;
}
.speech .box1 .box-c .l .text-box::before {
	position: absolute;
	content: "\e781";
	font-family: "iconfont";
	line-height: 1;
	top: 0;
	left: 0;
	transform: translateX(-130%);
	font-size: 77px;
	color: rgba(223, 223, 223, 1);
}
.speech .box1 .box-c .l .text-box::after {
	position: relative;
	display: inline-block;
	content: "\e67c";
	font-family: "iconfont";
	line-height: 1;
	left: 100%;
	transform: translateX(10%);
	font-size: 115px;
	color:rgba(211, 40, 59, 1);
	margin-top: 35px;
}
.speech .box1 .box-c .l .en{
	white-space: nowrap;
	font-family: Rany-Bold;
	color: #eee;
	line-height: 1;
	margin-top: -20px;
	letter-spacing: .025em;
}
.speech .box1 .box-c .r{
	width: 40.92%;
}
.speech .box1 .box-c .r img{
	display: block;
	width: 100%;
}
.culture .box1{
	padding: 110px 0 140px;
	background-image: url(../img/culture-box1-bg.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.aboutTitle .zh{
	font-weight: 300;
	color: #555;
}
.aboutTitle .en{
	font-family: Rany-Bold;
	color: #DEDEDE;
	text-transform: uppercase;
	margin-top: 10px;
}
.culture .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.culture .box1 .box-c .l{
	padding-top: 14px;
	width: 28.57%;
}
.culture .box1 .box-c .l .img{
	margin-top: 80px;
}
.culture .box1 .box-c .l .pic{
	border-radius: 190px;
}
.culture .box1 .box-c .r{
	width: 66.78%;
}
.culture .box1 .box-c .r .list{
	display: flex;
	gap: 24px;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.culture .box1 .box-c .r .list li{
	background-color: #fff;
	padding: 40px 40px 45px;
	width: calc(50% - 12px);
}
.culture .box1 .box-c .r .list li:first-child{
	margin-top: 70px;
}
.culture .box1 .box-c .r .list li:nth-child(4),
.culture .box1 .box-c .r .list li:nth-child(5){
	margin-top: -70px;
}
.culture .box1 .box-c .r .list .li-t{
	display: flex;
}
.culture .box1 .box-c .r .list .title{
	font-weight: bold;
	font-size: 24px;
	color: #555;
	flex: 1;
	margin-right: 30px;
	transition: all 6s.;
}
.culture .box1 .box-c .r .list li:hover .title{
	color: rgba(211, 40, 59, 1);
}
.culture .box1 .box-c .r .list .number{
	font-family: Rany-Bold;
	color: #CCCCCC;
	line-height: 1;
	transition: all .6s;
}
.culture .box3 .box-c .list li:hover .li-t .number,
.culture .box1 .box-c .r .list li:hover .number{
	color: rgba(211, 40, 59, 1);
}
.culture .box1 .box-c .r .list .li-c{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 36px;
}
.culture .box2{
	padding: 140px 0 103px;
	background: url(../img/culture-box2-bg.jpg);
	background-size: cover;
	text-align: center;
}
.culture .box2 .box-c{
	margin-top: 67px;
}
.culture .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 13px;
	align-items: flex-start;
}
.culture .box2 .box-c .list li{
	position: relative;
	padding: 40px 38px;
	background: #FFFFFF;
	border-radius: 30px;
	text-align: left;
	min-height: 300px;
	overflow: hidden;
}
.culture .box4 .box-c .l-r .list li::before,
.culture .box2 .box-c .list li::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);;
	opacity: 0;
	transition: all .6s;
	box-sizing: border-box;
}
.culture .box4 .box-c .l-r .list li.active::before,
.culture .box2 .box-c .list li:hover::before{
	opacity: 1;
}
.culture .box2 .box-c .list li:nth-child(2n){
	margin-top: 50px;
}
.culture .box2 .box-c .list li .text-title{
	position: relative;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #555;
	z-index: 3;
	transition: all .6s;
}
.culture .box2 .box-c .list li .text-box{
	position: relative;
	font-weight: 300;
	font-size: 18px;
	color: #555;
	line-height: 30px;
	margin-top: 40px;
	z-index: 3;
	transition: all .6s;
}
.culture .box2 .box-c .list li:hover .text-title,
.culture .box2 .box-c .list li:hover .text-box{
	color: #fff;
}
.culture .box3{
	padding: 140px 0;
	text-align: center;
}
.culture .box3 .box-c{
	margin-top: 60px;
}
.culture .box3 .box-c .list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
}
.culture .box3 .box-c .list li{
	width: calc(50% - 10px);
	background: #FFFFFF;
	border-radius: 10px;
	padding: 40px 30px;
	text-align: left;
}
.culture .box3 .box-c .list li:nth-child(2){
	margin-top: 60px;
}
.culture .box3 .box-c .list li:nth-child(2n+1){
	margin-top: -60px;
}
.culture .box3 .box-c .list li:first-child{
	margin-top: 0 !important;
}
.culture .box3 .box-c .list .li-t{
	display: flex;
}
.culture .box3 .box-c .list .li-t .title{
	font-weight: 300;
	color: #555;
	flex: 1;
	margin-right: 50px;
	transition: all .6s;
}
.culture .box3 .box-c .list li:hover .li-t .title{
	color:rgba(211, 40, 59, 1);
}
.culture .box3 .box-c .list .li-t .number{
	color: #DEDEDE;
	font-family: Rany-Bold;
	transition: all .6s;
}
.culture .box3 .box-c .list .li-c{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #555;
	line-height: 30px;
	margin-top: 15px;
}
.culture .box4{
	padding: 140px 0 137px;
	background: url(../img/culture-box4-bg.jpg);
	background-size: cover;
}
.culture .box4 .box-c{
	display: flex;
	justify-content: space-between;
	/* margin-top: 40px; */
}
.culture .box4 .box-c .l{
	width: 65%;
	display: flex;
	padding-top: 70px;
	justify-content: space-between;
}
.culture .box4 .box-c .l .icon .iconfont{
	background: linear-gradient(-90deg, #3E72B5 0%, #5C9FCE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.culture .box4 .box-c .l-r{
	width: calc(100% - 175px);
}
.culture .box4 .box-c .l-r .swiper-slide{
	min-height: 203px;
}
.culture .box4 .box-c .l-r .text-title{
	font-weight: 300;
	color: #555;
}
.culture .box4 .box-c .l-r .text-des{
	font-weight: bold;
	font-size: 24px;
	color: #555;
	line-height: 1.41;
	margin-top: 24px;
}
.culture .box4 .box-c .l-r .list{
	margin-top: 30px;
	display: flex;
	gap: 20px;
}
.culture .box4 .box-c .l-r .list li{
	position: relative;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 1);
	font-size: 24px;
	overflow: hidden;
	cursor: pointer;
	
}
.culture .box4 .box-c .l-r .list li.active{
	border-color: transparent;
}
.culture .box4 .box-c .l-r .list li span{
	position: relative;
	z-index: 3;
	font-family: Rany;
}
.culture .box4 .box-c .l-r .list li.active span{
	font-family: Rany-Bold;
}
.culture .box4 .box-c .r{
	width: 30.78%;
}
.culture .box4 .box-c .r .pic img{
	display: block;
	width: 100%;
}
.culture .box5{
	padding: 140px 0 145px;
	text-align: center;
}
.culture .box5 .box-c{
	margin-top: 80px;
	text-align: left;
}
.culture .box5 .box-c li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.culture .box5 .box-c li:not(:last-child){
	margin-bottom: 77px;
}
.culture .box5 .box-c li:nth-child(2n){
	flex-direction: row-reverse;
}
.culture .box5 .box-c li .text-title{
	font-weight: 300;
	color: #555;
	transition: all .6s;
}
.culture .box5 .box-c li:hover .text-title{
	color: #3E72B5;
}
.culture .box5 .box-c li .text-des{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #555;
	line-height: 30px;
	margin-top: 25px;
}
.culture .box5 .box-c li .text-box{
	width: 45.85%;
}
.culture .box5 .box-c li .pic{
	width: 50%;
	border-radius: 100px;
}
@media (max-width:1660px) {
	.speech .box1 .box-c .l .text-box::before{
		font-size: 50px;
	}
}
@media (max-width:1560px) {
	.speech .box1 .box-c .l .text-box::before{
		font-size: 40px;
		transform: translateX(-30%);
	}
}
@media (max-width:1440px) {
	.culture .box1 .box-c .r .list li{
		padding: 40px 30px;
	}
	.culture .box2 .box-c .list li{
		padding: 40px 30px;
	}
	.culture .box2 .box-c .list li .text-box{
		margin-top: 30px;
	}
	.speech .box1 .box-c .l .text-box::after,
	.speech .box1 .box-c .l .en{
		font-size: 100px;
	}
}
@media (max-width:1280px) {
	.speech .box1 .box-c .l .text-box::after, .speech .box1 .box-c .l .en{
		font-size: 80px;
	}
	.culture .box1 .box-c .r .list .title{
		font-size: 20px;
	}
	.culture .box1 .box-c .r .list .li-c{
		margin-top: 20px;
		font-size: 16px;
	}
	.culture .box4 .box-c .l-r{
		width: calc(100% - 120px)
	}
	.culture .box4 .box-c .l-r .list li{
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	.culture .box4 .box-c .l-r .text-des{
		font-size: 20px;
	}
}
@media (max-width:1199px) {
	.speech .box1 .box-c .l .text-box::after{
		margin-top: 20px;
	}
	.speech .box1 .box-c .l .en{
		margin-top: 0;
	}
	.speech .box1 .box-c .l .text-box::after, .speech .box1 .box-c .l .en{
		font-size: 60px;
	}
	.speech .box1 .box-c .l .text-box{
		font-size: 16px;
		line-height: 1.7;
	}
	.speech .box1{
		padding: 70px 0;
	}
	.culture .box2 .box-c .list li{
		padding: 30px;
		min-height: 240px;
	}
	.culture .box2 .box-c .list li .text-box{
		margin-top: 20px;
		font-size: 16px;
	}
	.about .box1 .box-c .l,
	.about .box1 .box-c .r{
		display: none;
	}
	.about .box1{
		margin-top: 70px;
	}
	.about .box2{
		padding: 70px 0;
	}
	.about .box1 .box-c .c{
		width: 100%;
	}
	.about .box1 .box-c .c .des{
		font-size: 20px;
	}
	.about .box1 .box-c .c .des,
	.about .box1 .box-c .c .text-box{
		margin-top: 20px;
	}
	.about .box1 .box-c{
		padding-bottom: 0;
	}
	.about .box2 .list li{
		padding-left: 30px;
	}
	.about .box2 .list li .li-t{
		padding: 20px 0;
	}
	.about .box2 .list li .number{
		width: 50px;
		line-height: 50px;
	}
	.about .box2 .list li .li-c{
		padding: 20px 0 30px;
		font-size: 16px;
	}
	.culture .box5,
	.culture .box4,
	.culture .box3,
	.culture .box2,
	.culture .box1{
		padding: 70px 0 ;
	}
	.culture .box5 .box-c,
	.culture .box3 .box-c,
	.culture .box2 .box-c{
		margin-top: 45px;
	}
	.culture .box1 .box-c .l .img{
		display: none;
	}
	.culture .box3 .box-c .list li{
		min-height: 186px;
	}
	.culture .box4 .box-c .l{
		padding-top: 0;
	}
	.culture .box5 .box-c li .text-des{
		margin-top: 10px;
	}
	.culture .box5 .box-c li:not(:last-child){
		margin-bottom: 40px;
	}
}
@media (max-width:1024px) {
	.speech .box1 .box-c .l .text-box{
		padding-top: 20px;
	}
	.speech .box1 .box-c .l .text-box::before{
		font-size: 30px;
		top: -10px;
	}
	.speech .box1 .box-c .l .text-box::after, .speech .box1 .box-c .l .en{
		font-size: 44px;
	}
	.speech .box1 .box-c .l .text-box{
		font-size: 14px;
	}
	.speech .box1{
		padding: 60px 0;
	}
	.culture .box5 .box-c li .text-des{
		font-size: 16px;
	}
	.culture .box5 .box-c li:not(:last-child){
		margin-bottom: 35px;
	}
	.culture .box4 .box-c .l-r .list{
		gap: 15px;
	}
	.culture .box4 .box-c .l-r .list li{
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.culture .box4 .box-c .l-r{
		width: calc(100% - 50px);
	}
	.culture .box4 .box-c .l-r .text-des{
		margin-top: 18px;
		font-size: 18px;
	}
	.culture .box4 .box-c .l-r .swiper-slide{
		min-height: 160px;
	}
	.culture .box4 .box-c .l{
		width: 100%;
	}
	.culture .box4 .box-c .r{
		display: none;
	}
	.culture .box2 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.culture .box2 .box-c .list li:nth-child(2n){
		margin-top: 0;
	}
	.culture .box1 .box-c{
		flex-direction: column;
	}
	.culture .box1 .box-c .l{
		padding-top: 0;
	}
	.culture .box1 .box-c .r{
		width: 100%;
	}
	.culture .box1 .box-c .r .list li{
		min-height: 186px;
	}
	.culture .box5,
	.culture .box4,
	.culture .box3,
	.culture .box2,
	.culture .box1{
		padding: 60px 0 ;
	}
	.culture .box5 .box-c,
	.culture .box3 .box-c,
	.culture .box2 .box-c{
		margin-top: 40px;
	}
	.about .box1{
		margin-top: 60px;
	}
	.about .box2{
		padding: 60px 0;
	}
	.culture .box1 .box-c .l{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.speech .box1 .box-c .l .text-box::before{
		font-size: 20px;
	}
	.speech .box1 .box-c .l .text-box::after, .speech .box1 .box-c .l .en{
		font-size: 30px;
	}
	.speech .box1{
		padding: 50px 0;
	}
	.culture .box5 .box-c li .pic,
	.culture .box5 .box-c li .text-box{
		width: 100%;
	}
	.culture .box5 .box-c li .text-box{
		margin-top: 20px;
	}
	.culture .box5 .box-c li:nth-child(2n),
	.culture .box5 .box-c li{
		flex-direction: column-reverse;
	}
	.culture .box5 .box-c li:not(:last-child){
		margin-bottom: 30px;
	}
	.culture .box3 .box-c .list li{
		width: 100%;
		min-height: 0;
		padding: 25px;
	}
	.culture .box3 .box-c .list .li-c{
		font-size: 16px;
	}
	.culture .box3 .box-c .list li:nth-child(2n+1),
	.culture .box3 .box-c .list li:nth-child(2){
		margin-top: 0;
	}
	.culture .box2 .box-c .list li .text-box{
		margin-top: 12px;
	}
	.culture .box2 .box-c .list li{
		min-height: 180px;
		padding: 25px;
	}
	.culture .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.culture .box1 .box-c .r .list{
		margin-top: 30px;
	}
	.culture .box1 .box-c .r .list li{
		width: 100%;
		min-height: 0;
	}
	.culture .box1 .box-c .r .list li:nth-child(4), .culture .box1 .box-c .r .list li:nth-child(5),
	.culture .box1 .box-c .r .list li:first-child{
		margin-top: 0;
	}
	.culture .box5,
	.culture .box4,
	.culture .box3,
	.culture .box2,
	.culture .box1{
		padding: 50px 0 ;
	}
	.culture .box5 .box-c,
	.culture .box3 .box-c,
	.culture .box2 .box-c{
		margin-top: 30px;
	}
	.about .box2 .list li .li-t{
		padding: 10px 0;
	}
	.about .box2 .list li .number{
		width: 40px;
		line-height: 40px;
	}
	.about .box2 .list li{
		padding: 0 20px;
	}
	.about .box2 .list li .li-t .title,
	.about .box2 .list li .number{
		font-size: 20px;
	}
	.about .box1{
		margin-top: 50px;
	}
	.about .box2{
		padding: 50px 0;
	}
	.culture .box1 .box-c .r .list li{
		padding: 30px;
	}
}
@media (max-width: 500px) {
	.culture .box2 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.speech .box1 .box-c .r img{
		width: 386px;
		max-width: 100%;
		margin: 0 auto;
	}
	.speech .box1 .box-c .r{
		margin-top: 30px;
		width: 100%;
	}
	.speech .box1 .box-c .l{
		width: 100%;
	}
	.speech .box1 .box-c .l .text-box::after{
		left: auto;
		right: 0;
		display: block;
		width: 100%;
		text-align: right;
		transform: translateX(0);
	}
	.speech .box1 .box-c{
		flex-direction: column;
	}
	.speech .box1{
		padding: 30px 0 40px;
	}
	.aboutTitle .en{
		margin-top: 5px;
	}
	.culture .box5 .box-c li .text-box{
		margin-top: 10px;
	}
	.culture .box5 .box-c li .text-des{
		margin-top: 0;
	}
	.culture .box5 .box-c li:not(:last-child){
		margin-bottom: 25px;
	}
	.culture .box3 .box-c .list li{
		padding: 20px;
	}
	.culture .box3 .box-c .list .li-c{
		margin-top: 10px;
	}
	.culture .box2 .box-c .list{
		align-items: inherit;
	}
	.culture .box2 .box-c .list li .text-box{
		line-height: 1.7;
		margin-top: 7px;
	}
	.culture .box2 .box-c .list li{
		padding: 20px;
		border-radius: 10px;
		min-height: 0;
	}
	.culture .box1 .box-c .r .list .li-c{
		margin-top: 10px;
	}
	.culture .box1 .box-c .r .list li{
		padding: 25px;
	}
	.culture .box1 .box-c .r .list{
		margin-top: 25px;
		gap: 15px;
	}
	.culture .box5,
	.culture .box4,
	.culture .box3,
	.culture .box2,
	.culture .box1{
		padding: 40px 0 ;
	}
	.culture .box5 .box-c,
	.culture .box3 .box-c,
	.culture .box2 .box-c{
		margin-top: 25px;
	}
	.about .box1 .box-c .c .des, .about .box1 .box-c .c .text-box{
		margin-top: 10px;
	}
	.about .box1 .box-c .c .title,
	.about .box1 .box-c .c .text-box{
		font-size: 20px;
	}
	.about .box1 .box-c .c .des{
		font-size: 18px;
	}
	.about .box2 .list li .li-c{
		padding-top: 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	.about .box2 .list li .li-t .title,
	.about .box2 .list li .number{
		font-size: 18px;
	}
	.about .box1{
		margin-top: 30px;
	}
	.about .box2{
		padding: 30px 0;
	}
	.culture .box4 .box-c .l-r .text-des{
		margin-top: 10px;
	}
	.culture .box4 .box-c .l-r{
		width: calc(100% - 40px);
	}
	.culture .box4 .box-c .l-r .list{
		margin-top: 20px;
	}
}