.about1{
	width: 1400px;
	height: 450px;
	margin: 60px auto;
}
.about_left{
	width: 690px;
	float: left;
}
.about_left .p1{
	font-size: 45px;
	font-weight: bold;
	padding-bottom: 25px;
}
.about_left .p2{
	font-size: 18px;
	color: #575757;
	line-height: 30px;
}
.about_right{
	float: right;
}

.wenhua{
	height: 700px;
	background-color: #f5f5f5;
}

.wenhua_top{
	padding-top: 20px;
	padding-bottom: 20px;
}

.about_title {
	position: relative;
	font-size: 45px;
	color: #333;
	/* font-weight: 500; */
	margin: 20px 0;
	/* left: 50%; */
	text-align: center;
}

.about_title::after {
	content: '';
	position: absolute;
	left: 48%;
	bottom: -10px;
	width: 75px;
	height: 2px;
	background: #2572ba;
}
.about_title_2 {
	font-size: 16px;
	text-align: center;
	color: #787676;
}
.wenhua_con{
	height: 550px;
	display: flex;
}
.text{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.text:hover{
	background-color: rgba(203, 192, 30, 0.8);
}
.con1{
	height: 100%;
	width: 384px;
	text-align: center;
}
.con1 .p1{
	line-height: 150px;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 30px;
}
.con1 .p2{
	width: 260px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}
.partner{
	height: 400px;
	margin-top: 40px;
}
.partner_con{
	text-align: center;
}
.partner_con img{
	padding-top: 30px;
}

.honnor{
	width: 1400px;
	margin: 10px auto;
}
.honnor_title{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.honnor_all{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honnor_con{
	width: 300px;
	height: 430px;
	margin-bottom: 15px;
	
}
.honnor_con:last-child:nth-child(4n - 1) {
      margin-right: calc(357px + 30px / 3);
  }
.honnor_con:last-child:nth-child(4n - 2) {
      margin-right: calc(714px + 60px / 3);
  }
.honnor_con img{
	height: 400px;
}
.honnor_con p{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}