.financialSolutions {
	margin-bottom: 0;
}

/* 关于良田科技 */
#about_us {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#about_us>h2 {
	margin-top: 15px;
	height: 50px;
	width: 100%;
	color: #282844;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	margin-bottom: 45px;
}

#about_us>p {
	width: 1000px;
	height: 75px;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: LEFT;
	color: #707888;
	line-height: 24px;
}

.about_us_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.about_us_img_top {
	width: 58%;
	overflow: hidden;
}

.about_us_img_top img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

.about_us_img_top :hover {
	transform: scale(1.1);
}
.about_us_img_buttom_lest{
	overflow: hidden;
}
.about_us_img_buttom_lest img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.about_us_img_buttom_lest :hover{
	transform: scale(1.1);
}
.about_us_img_buttom_right_top{
	overflow: hidden;
}
.about_us_img_buttom_right_top img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.about_us_img_buttom_right_top :hover{
	transform: scale(1.1);
}

.about_us_img_buttom_right_bottom{
	overflow: hidden;
}
.about_us_img_buttom_right_bottom img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.about_us_img_buttom_right_bottom :hover{
	transform: scale(1.1);
}
.aboutLiangtian_business_introduction_div_img_top{
	overflow: hidden;
}
.aboutLiangtian_business_introduction_div_img_top img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.aboutLiangtian_business_introduction_div_img_top :hover{
	transform: scale(1.1);
}
.aboutLiangtian_business_introduction_div_img_buttom_top_one{
	overflow: hidden;
}
.aboutLiangtian_business_introduction_div_img_buttom_top_one img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.aboutLiangtian_business_introduction_div_img_buttom_top_one :hover{
	transform: scale(1.1);
}
.aboutLiangtian_business_introduction_div_img_buttom_top_two{
	overflow: hidden;
}
.aboutLiangtian_business_introduction_div_img_buttom_top_two img {
	width: 100%;
	height: auto;
	transition: all .3s;
	border-radius: 8px;
}
.aboutLiangtian_business_introduction_div_img_buttom_top_two :hover{
	transform: scale(1.1);
}
.aboutLiangtian_business_introduction_div_img_buttom_buttom{
	overflow: hidden;
}
.aboutLiangtian_business_introduction_div_img_buttom_buttom img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.aboutLiangtian_business_introduction_div_img_buttom_buttom :hover{
	transform: scale(1.1);
}
.about_us_img_buttom {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.about_us_img_buttom_right {
	display: flex;
	justify-content: space-between;
}

/* 业务介绍 */
#aboutLiangtian_business_introduction {
	margin: 0 auto;
	height: 610px;
	background-color: #F7FAF8;
	margin-top: 62px;
}

.aboutLiangtian_business_introduction_div_top>h2 {
	width: 120px;
	height: 40px;
	font-size: 30px;
	font-family: PingFang SC, PingFang SC-Semibold;
	font-weight: 600;
	text-align: LEFT;
	color: #282844;
	line-height: 40px;
}

.aboutLiangtian_business_introduction_div {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.aboutLiangtian_business_introduction_div_top {
	width: 540px;
	height: 445px;
}

.aboutLiangtian_business_introduction_div_top>h2 {
	margin: 0;
}

.aboutLiangtian_business_introduction_div_top>p {
	width: 540px;
	height: 140px;
	font-size: 16px;
	line-height: 25px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: LEFT;
	color: #707888;
	margin-top: 20px;
}

.aboutLiangtian_business_introduction_div_img {
	width: 490px;
	height: 445px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.aboutLiangtian_business_introduction_div_img_buttom {
	display: flex;
	justify-content: space-between;
}

.aboutLiangtian_business_introduction_div_img_buttom_top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* 公司文化 */
#corporate_culture {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#corporate_culture>h2 {
	height: 50px;
	width: 100%;
	color: #282844;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	margin-bottom: 20px;
}

.corporate_culture_img {
	width: 100%;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.corporate_culture_img>div {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-around;
	margin-top: 10px;
}

.corporate_culture_s {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	/* align-items: center; */
	/* background-color: red; */
}

.corporate_culture_s>div {
	display: flex;
	align-items: center;
	/* background-color: fuchsia; */
}

.corporate_culture_s>div>div {
	width: 28px;
	height: 28px;
	margin-right: 10px;
	/* background-color: #F0AD4E; */
}

.corporate_culture_s>div>div>img {
	width: 100%;
	height: 100%;
}

.corporate_culture_s>div>h3 {
	margin: 0;
	color: #282844;
	font-weight: 600;
	font-size: 24px;
	/* background-color: #003BB3; */
}

.corporate_culture_s>p {
	color: #707888;
	width: 490px;
}

/* 合作企业 */
#cooperative_enterprise {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#cooperative_enterprise>h2 {
	height: 50px;
	width: 100%;
	color: #282844;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}

#cooperative_enterprise>p {
	color: #55BC7E;
	font-size: 16px;
}

#cooperative_enterprise>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#cooperative_enterprise>div>div {
	width: 1192px;
	height: 312px;
	margin: 15px 30px;
}
