.about-intro {
	width: 100%;
	height: 600px;
	background-image: url(../images/about/intro.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 24px;
	color: #fff;
}

.about-intro img {
	padding: 60px 0;
	margin: 0 auto;
}

.about-intro p {
	line-height: 46px;
	letter-spacing: 1px;
}

.about-intro em {
	padding-left: 50px;
}

.layout-title {
	padding: 40px 0;
	text-align: center;
}

.layout-title p:nth-child(1) {
	font-size: 36px;
	font-weight: bold;
}

.layout-title p:nth-child(2) {
	font-size: 18px;
	color: #747272;
	margin-top: 4px;
}

.title2 {
	color: #fff;
}

.title2 p:nth-child(2) {
	color: #fff;
}

/* 展厅 */
.exhibition {
	/*height: 760px;*/
	margin-bottom: 30px;
}

.counsel {
	width: 274px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	border: solid 1px #50972c;
	font-size: 18px;
	color: #50972c;
	margin: 40px auto 0;
}

/* 服务优势 */
.service {
	width: 100%;
	height: 560px;
	background-image: url(../images/about/fw_bj.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.service ul {
	display: flex;
	justify-content: space-between;
}

.service ul li {
	width: 286px;
	height: 274px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
}

.service ul li p:nth-child(2) {
	font-size: 24px;
	margin: 20px 0 10px;
}

.service ul li p:nth-child(3) {
	font-size: 18px;
	color: #747272;
	text-align: center;
}

.service ul li:last-child {
	background-color: unset;
	color: #fff;
	line-height: 50px;
}

.service ul li:last-child span {
	width: 200px;
	display: block;
	font-size: 26px;
	font-weight: bold;
}

.service ul li:last-child div {
	width: 180px;
	background-image: url(../images/about/i4.png);
	background-repeat: no-repeat;
	background-position: 10px;
	font-size: 24px;
	padding-left: 34px;
}

.service .counsel {
	color: #fff;
	border: solid 1px #fff;
}

/* 规模 */
.scale {
	height: 780px;
	background-color: #fff;
}

.scale .w1200 {
	position: relative;
}

.consult {
	width: 248px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	border: solid 1px #50972d;
	color: #50972d;
	font-size: 18px;
	position: absolute;
	right: 180px;
	bottom: 110px;
}

.counsel:hover {
	background-color: #50972d;
	color: #fff !important;
}

/* 权威认证 */
.approve {
	height: 740px;
}

.approve ul {
	height: 520px;
	text-align: center;
}

.approve ul li {
	width: 286px;
	height: 248px;
	font-size: 18px;
	color: #707070;
}

.approve ul li p {
	height: 190px;
	overflow: hidden;
	margin-bottom: 10px;
}

.approve ul li img {
	transition: all 0.6s;
}

.approve ul li img:hover {
	transform: scale(1.1);
}

/* 公益 */
.public-welfare {
	height: 600px;
	background-image: url(../images/about/gy_bj.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.gy-box .swiper-slide {
	width: 278px !important;
	height: 400px;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
}

.swiper-button-next-ax,
.swiper-button-prev-ax {
	top: 145px !important;
	padding: 20px 5px;
	background-color: rgba(0, 0, 0, 0.4);
}

.swiper-button-next-ax:hover,
.swiper-button-prev-ax:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

:root {
	--swiper-theme-color: #fff !important;
	--swiper-navigation-size: 30px !important;
}

.gy-box .swiper-slide p:nth-child(1) {
	height: 214px;
}
.gy-box .swiper-slide p:nth-child(1) img {
	width: 100%;
}

.gy-box .swiper-slide p:nth-child(2) {
	width: 102px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #50972d;
	color: #FFFFFF;
	border-radius: 15px;
	margin: 0 auto;
	position: absolute;
	top: 200px;
	left: 88px;
}

.gy-intro {
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
	padding: 0 14px;
	font-size: 18px;
	color: #707070;
}

.gy-intro em {
	padding-right: 10px;
	color: #50972d;
	font-weight: bold;
}

/* 位置 */
.site {
	height: 640px;
	background-color: #fff;
}

.plat {
	display: flex;
	justify-content: space-between;
}

.ditu {
	width: 896px;
	height: 420px;
	overflow: hidden;
}

.ditu img {
	transition: all 0.6s;
}

.ditu img:hover {
	transform: scale(1.1);
}

.site-intro {
	width: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.site-intro div {
	height: 200px;
	background-color: rgb(248, 248, 248);
}

.intro1 {
	justify-content: center;
	padding: 0 18px;
}

.intro1 p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
}

.intro1 p:nth-child(2) {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.intro1 p:nth-child(3) {
	width: 200px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 20px;
	border: solid 1px #50972c;
	color: #50972c;
	font-size: 18px;
}

.intro2 img {
	width: 140px;
	margin-right: 20px;
}

.intro2 p {
	width: 24px;
	font-size: #949299;
	font-size: 16px;
	text-align: center;
}
