.about-body{
	overflow-x: hidden;
}


.about-background{
	background-image: url(../img/img-18.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-container{
	width: 100%;
}
.about1-image{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
}
.about1-lists{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -20px;
	padding-bottom: 20px;
}
.about1-list{
	width: 48%;
	display: block;
	height: 100%;
	margin-bottom: 80px;
}
.about1-image-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.about1-image2{
	width: 100%;
	height: auto;
	display: block;
}
.about1-image-abs{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(166, 166, 166, 0.35);
	opacity: 0;
	transition: all 0.4s;
}
.about1-image-rel{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 6;
}
.about1-image3{
	width: 86px;
	height: auto;
	display: block;
}
.about1-location{
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #4d545b;
}
.about1-image4{
	width: 20px;
	height: auto;
	display: block;
	margin-right: 10px;
}
.about1-list:hover .about1-image-abs{
	opacity: 1;
}

@media only screen and (max-width: 1300px) {
	.about1-lists{
		padding-bottom: 10px;
	}
	.about1-image{
		margin-bottom: 0px;
	}
	.about1-list{
		width: 48%;
		margin-bottom: 50px;
	}
	.about1-location{
		margin-top: 14px;
		font-size: 15px;
	}
	.about1-image4{
		width: 16px;
		margin-right: 6px;
	}
}

@media only screen and (max-width: 900px) {
	.about1-list{
		width: 48%;
		margin-bottom: 30px;
	}
	.about1-image3{
		width: 66px;
	}
	.about1-location{
		margin-top: 14px;
		font-size: 14px;
	}
	.about1-image4{
		width: 14px;
		margin-right: 6px;
	}
}

@media only screen and (max-width: 700px) {
	.about1-lists{
		padding-bottom: 5px;
	}
	.about1-list{
		width: 48%;
		margin-bottom: 20px;
	}
	.about1-image3{
		width: 44px;
	}
	.about1-location{
		margin-top: 10px;
		font-size: 13px;
	}
	.about1-image4{
		width: 12px;
		margin-right: 6px;
	}
}

@media only screen and (max-width: 500px) {
	.about1-lists{
		margin-top: -10px;
	}
	.about1-list{
		width: 100%;
		margin-bottom: 20px;
	}
	.about1-image3{
		width: 44px;
	}
	.about1-location{
		margin-top: 10px;
		font-size: 13px;
	}
	.about1-image4{
		width: 12px;
		margin-right: 6px;
	}
	
}

.about2-lists{
	width: 100%;
	padding-bottom: 50px;
}
.about2-list{
	width: 100%;
	margin-bottom: 40px;
}
.about2-title{
	position: relative;
	color: #363a3d;
	font-weight: bold;
	font-size: 18px;
	padding-left: 14px;
}
.about2-title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-color: #76952e;
	border-radius: 50%;
}
.about2-image{
	display: inline-block;
	margin-right: 30px;
	width: auto;
	height: 100%;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	margin-top: 24px;
}
.about2-image img{
	height: 150px;
	width: auto;
	display: block;
	transition-duration:0.5s;
}

.about2-image img:hover{
	transform: scale(1.1) translate3d(0px, 0px, 0px);
}
	
@media only screen and (max-width: 1300px) {
	.about2-lists{
		padding-bottom: 40px;
	}
	.about2-list{
		margin-bottom: 30px;
	}
	.about2-image{
		margin-right: 20px;
		margin-top: 20px;
	}
	.about2-image img{
		height: 120px;
	}
}

@media only screen and (max-width: 900px) {
	.about2-lists{
		padding-bottom: 40px;
	}
	.about2-list{
		margin-bottom: 30px;
	}
	.about2-image{
		margin-right: 20px;
		margin-top: 20px;
	}
	.about2-image img{
		height: 100px;
	}
}

@media only screen and (max-width: 700px) {
	.about2-lists{
		padding-bottom: 30px;
	}
	.about2-title{
		font-size: 15px;
		padding-left: 10px;
	}
	.about2-list{
		margin-bottom: 20px;
	}
	.about2-image{
		margin-right: 15px;
		margin-top: 15px;
	}
	.about2-image img{
		height: 80px;
	}
}

@media only screen and (max-width: 500px) {
	.about2-lists{
		padding-bottom: 30px;
	}
	.about2-list{
		margin-bottom: 20px;
	}
	.about2-image{
		margin: 15px 0 0 0;
	}
	.about2-image img{
		height: 95px;
	}
	.about2-image-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 430px) {
	.about2-image img{
		height: 90px;
	}
}

@media only screen and (max-width: 410px) {
	.about2-lists{
		padding-bottom: 30px;
	}
	.about2-list{
		margin-bottom: 20px;
	}
	.about2-image{
		margin: 15px 0 0 0;
	}
	.about2-image img{
		height: 86px;
	}
	.about2-image-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 390px) {
	.about2-image img{
		height: 83px;
	}
}
@media only screen and (max-width: 380px) {
	.about2-image img{
		height: 80px;
	}
}


@media only screen and (max-width: 360px) {
	.about2-image img{
		height: 76px;
	}
}

@media only screen and (max-width: 342px) {
	.about2-image img{
		height: 73px;
	}
}

@media only screen and (max-width: 332px) {
	.about2-image img{
		height: 71px;
	}
}

/* 联系我们 */
.about3-wrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding-bottom: 100px;
}
.about3-left{
	width: 37%;
	height: 500px;
	flex-shrink: 0;
}
.about3-right{
	flex: 1;
}
.about3-right-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.about3-right-content{
	margin-left: 10%;
	flex: 1;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebecee;
}

.about3-right-marginTop{
	margin-top: 50px;
}
.about3-right-title{
	font-size: 14px;
	font-weight: bold;
	color: #8d9296;
	margin-bottom: 10px;
}
.about3-right-text{
	font-size: 16px;
	line-height: 26px;
	color: #4d545b;
}
.about3-right-number{
	font-size: 16px;
	line-height: 26px;
	color: #238e3a;
	font-weight: bold;
	text-decoration:underline;
}
.about3-right-image{
	margin-top: 10px;
	width: 120px;
	height: auto;
	display: block;
	border: 1px solid #ebecee;
}

@media only screen and (max-width: 1300px) {
	.about3-wrap{
		padding-bottom: 70px;
	}
	.about3-left{
		width: 38%;
		height: 450px;
	}
	.about3-right-content{
		margin-left: 7%;
		padding-bottom: 17px;
	}
	.about3-right-marginTop{
		margin-top: 37px;
	}
	.about3-right-title{
		font-size: 13px;
	}
	.about3-right-text{
		font-size: 15px;
		line-height: 25px;
	}
	.about3-right-number{
		font-size: 15px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 900px) {
	.about3-wrap{
		padding-bottom: 50px;
	}
	.about3-left{
		width: 44%;
		height: 400px;
	}
	.about3-right-content{
		margin-left: 5%;
		padding-bottom: 12px;
	}
	.about3-right-marginTop{
		margin-top: 30px;
	}
	.about3-right-title{
		font-size: 12px;
	}
	.about3-right-text{
		font-size: 13px;
		line-height: 22px;
	}
	.about3-right-number{
		font-size: 13px;
		line-height: 22px;
	}
}


@media only screen and (max-width: 700px) {
	.about3-wrap{
		display: block;
		padding-bottom: 30px;
	}
	.about3-left{
		width: 100%;
		height: 400px;
		margin-top: 20px;
	}
	.about3-right-content{
		margin-left: 0;
		margin-right: 7%;
		padding-bottom: 12px;
	}
	.about3-right-marginTop{
		margin-top: 25px;
	}
	.about3-right-title{
		font-size: 12px;
	}
	.about3-right-text{
		font-size: 12px;
		line-height: 21px;
	}
	.about3-right-number{
		font-size: 12px;
		line-height: 21px;
	}
}

@media only screen and (max-width: 500px) {
	.about3-wrap{
		display: block;
		padding-bottom: 20px;
	}
	.about3-right-wrap{
		width: 100%;
		display: block;
	}
	.about3-right-marginTop{
		margin-top: 0px;
	}
	.about3-left{
		width: 100%;
		height: 300px;
		margin-top: 15px;
	}
	.about3-right-content{
		margin-left: 0;
		margin-right: 7%;
		padding-bottom: 12px;
		margin-top: 15px;
	}
}




/* 展会概况 */
.about-container1{
	width: 100%;
	padding: 0 3% 100px 0;
}
.about-wrap1{
	max-width: 1630px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.about-wrap1-l{
	width: 58%;
	overflow: hidden;
	flex-shrink: 0;
	display: block;
	position: relative;
}
.about-wrap1-l img{
	width: 100%;
	height: 650px;
	display: block;
	object-fit: cover;
	transition-duration:0.5s;
}

.about-wrap1-l img:hover{
	transform: scale(1.1) translate3d(0px, 0px, 0px);
}
.about-wrap1-r{
	flex: 1;
	box-sizing: border-box;
	padding-left: 6%;
	display: flex;
	align-items: center;
	height: 650px;
	padding-right: 10px;
}

.about-wrap1-content{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.about-wrap1-content-title{
	height: 84px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.about-wrap1-content-name{
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	color: #238e3a;
}
.about-wrap1-content-line{
	height: 2px;
	width: 100%;
	background-color: #ebebeb;
	position: relative;
}
.about-wrap1-content-line::after{
	content: '';
	background-color: #238e3a;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 36px;
}
.about-wrap1-content-desc{
	margin-top: 40px;
	max-height: 526px;
	overflow-y: auto;
	padding-right: 1.5%;
	box-sizing: border-box;
}
.about-wrap1-content-desc *{
	font-size: 16px;
	line-height: 32px;
	color: #4d545b;
}
.about-wrap1-content-desc::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #292929;
}

/*定义滚动条轨道 内阴影+圆角*/
.about-wrap1-content-desc::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #f1f1f1;
}

/*定义滑块 内阴影+圆角*/
.about-wrap1-content-desc::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #76952e;
}

@media only screen and (max-width: 1300px) {
	.about-container1{
		width: 100%;
		padding: 0 3% 70px 0;
	}
	.about-wrap1-l{
		width: 52%;
	}
	.about-wrap1-l img{
		height: 500px;
	}
	.about-wrap1-r{
		padding-left: 5%;
		height: 500px;
	}
	.about-wrap1-content-title{
		height: 55px;
	}
	.about-wrap1-content-name{
		font-size: 21px;
	}
	.about-wrap1-content-desc{
		margin-top: 30px;
		max-height: 415px;
	}
	.about-wrap1-content-desc *{
		font-size: 14px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 900px) {
	.about-container1{
		width: 100%;
		padding: 0 3% 40px 0;
	}
	.about-wrap1-l img{
		height: 400px;
	}
	.about-wrap1-l{
		width: 52%;
	}
	.about-wrap1-r{
		padding-left: 5%;
		height: 400px;
	}
	.about-wrap1-content-title{
		height: 40px;
	}
	.about-wrap1-content-name{
		font-size: 17px;
	}
	.about-wrap1-content-desc{
		margin-top: 20px;
		max-height: 340px;
	}
	.about-wrap1-content-desc *{
		font-size: 13px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 600px) {
	.about-container1{
		width: 100%;
		padding: 0 3% 20px 3%;
	}
	.about-wrap1{
		height: auto;
	}
	.about-wrap1-l{
		width: 100%;
	}
	.about-wrap1-l img{
		height: auto;
	}
	.about-wrap1-r{
		padding-left: 0%;
		margin-top: 15px;
		height: auto;
	}
	.about-wrap1-content-title{
		height: 35px;
	}
	.about-wrap1-content-name{
		font-size: 15px;
	}
	.about-wrap1-content-desc{
		margin-top: 15px;
		max-height: 5000px;
		height: auto;
	}
	.about-wrap1-content-desc *{
		font-size: 12px;
		line-height: 25px;
	}
}

.about-container2{
	width: 100%;
	position: relative;
}
.about-container2-rel{
	max-width: 1635px;
	height: 1060px;
	position: relative;
	background-color: #f7f7f7;
}
.about-container2-rel::after{
	content: '';
	width: 1000px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: -162px;
	z-index: 0;
	background-color: #ebebeb;
	transform: skewY(-18deg);
}
.about-container2-abs{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	padding: 0 0 0 3%;
	box-sizing: border-box;
}
.about-wrap2{
	max-width: 1665px;
	margin: 0 0 0 auto;
	height: 100%;
	padding: 100px 0 0 0;
	box-sizing: border-box;
}
.about-wrap2-title{
	font-weight: bold;
	font-size: 30px;
	color: #238e3a;
	max-width: 1350px;
	padding-left: 30px;
}
.about-wrap2-line{
	margin-top: 40px;
	height: 2px;
	max-width: 1350px;
	background-color: #ebebeb;
	position: relative;
	margin-left: 30px;
}
.about-wrap2-line::after{
	content: '';
	background-color: #238e3a;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 36px;
}
.about-wrap2-swiper{
	margin-top: 45px;
	width: 100%;
	height: 730px;
}
.about-wrap2-swiper .swiper{
	width: 100%;
	height: 100%;
	padding-left: 30px;
}
.about-wrap2-swiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.about-wrap2-swiper .swiper-slide{
	width: 470px;
	padding-right: 60px;
	box-sizing: border-box;
}
.about-wrap2-swiper .swiper-slide:nth-child(2n){
	padding-top: 88px;
}
.about-wrap2-swiper .about-wrap2-year{
	font-weight: bold;
	font-size: 36px;
	color: #363a3d;
	position: relative;
	padding-left: 30px;
}
.about-wrap2-swiper .about-wrap2-year::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #238e3a;
}
.about-wrap2-swiper .about-wrap2-images{
	position: relative;
	width: 100%;
	margin-top: 30px;
	display: block;
}
.about-wrap2-swiper .about-wrap2-image{
	width: 100%;
	height: auto;
	display: block;
} 

.about-wrap2-images .about-wrap2-more{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	width: 60px;
	height: auto;
	z-index: 7;
	opacity: 0;
	transition: all .3s;
}

.about-wrap2-images .about-wrap2-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 30px;
	box-sizing: border-box;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	transition: all .3s;
	display: flex;
	align-items: flex-end;
}
.about-wrap2-images .about-wrap2-mask .about-wrap2-mask-text{
	width: 100%;
	height: auto;
	transition: all .3s;
	transform: translate3d(0px, 50px, 0px);
}
.about-wrap2-images .about-wrap2-mask .about-wrap2-mask-text *{
	font-size: 18px;
	line-height: 28px;
}
.about-wrap2-images:hover .about-wrap2-more{
	opacity: 1;
}
.about-wrap2-images:hover .about-wrap2-mask{
	opacity: 1;
}
.about-wrap2-images:hover .about-wrap2-mask-text{
	transform: translate3d(0px, 0, 0px);
}
@media only screen and (max-width: 1600px) {
	.about-body{
		/* overflow-x: auto; */
	}
	.about-container2-rel::after{
		width: 0;
		height: 0;
	}
}


@media only screen and (max-width: 1300px) {
	.about-wrap2{
		width: 100%;
		padding: 70px 0 0 0;
	}
	.about-wrap2-title{
		font-size: 21px;
	}
	.about-wrap2-line{
		margin-top: 30px;
	}
	.about-container2-rel{
		height: 780px;
	}
	.about-wrap2-swiper{
		margin-top: 30px;
		width: 100%;
		height: 550px;
	}
	.about-wrap2-swiper .swiper-slide{
		width: 355px;
		padding-right: 40px;
		box-sizing: border-box;
	}
	.about-wrap2-swiper .swiper-slide:nth-child(2n){
		padding-top: 60px;
	}
	.about-wrap2-swiper .about-wrap2-year{
		font-size: 25px;
		padding-left: 25px;
	}
	.about-wrap2-swiper .about-wrap2-year::after{
		width: 6px;
		height: 6px;
	}
	.about-wrap2-swiper .about-wrap2-images{
		margin-top: 20px;
	}
	
	
	.about-container2-abs{
		padding: 0;
	}
	.about-wrap2-title{
		padding-left: 3%;
	}
	.about-wrap2-line{
		margin-left: 3%;
	}
	.about-wrap2-swiper .swiper{
		padding-left: 3%;
	}
	.about-wrap2-images .about-wrap2-more{
		left: -27px;
		width: 54px;
	}
	.about-wrap2-images .about-wrap2-mask{
		padding: 12px 20px;
	}
	.about-wrap2-images .about-wrap2-mask .about-wrap2-mask-text *{
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 900px) {
	.about-container2-abs{
		padding: 0 3% 0 0;
	}
	.about-wrap2-images .about-wrap2-more{
		left: -25px;
		width: 50px;
	}
	.about-wrap2-images .about-wrap2-mask{
		padding: 5%;
	}
	.about-wrap2-images .about-wrap2-mask .about-wrap2-mask-text *{
		font-size: 14px;
		line-height: 22px;
	}
	
	.about-wrap2{
		width: 100%;
		padding: 40px 0;
	}
	.about-wrap2-title{
		font-size: 17px;
	}
	.about-wrap2-line{
		margin-top: 20px;
	}
	
	
	.about-container2-rel{
		height: 575px;
	}
	.about-wrap2-swiper{
		margin-top: 20px;
		width: 100%;
		height: 430px;
	}
	.about-wrap2-swiper .swiper-slide{
		width: 285px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	.about-wrap2-swiper .swiper-slide:nth-child(2n){
		padding-top: 45px;
	}
	.about-wrap2-swiper .about-wrap2-year{
		font-size: 18px;
		padding-left: 15px;
	}
	.about-wrap2-swiper .about-wrap2-year::after{
		width: 4px;
		height: 4px;
	}
	.about-wrap2-swiper .about-wrap2-images{
		margin-top: 12px;
	}
}

@media only screen and (max-width: 700px) {
	.about-wrap2-images .about-wrap2-more{
		left: -23px;
		width: 46px;
	}
	.about-wrap2-images .about-wrap2-mask{
		padding: 5%;
	}
	.about-wrap2-images .about-wrap2-mask .about-wrap2-mask-text *{
		font-size: 13px;
		line-height: 22px;
	}
	.about-container2-rel{
		height: 525px;
	}
	.about-wrap2-swiper{
		margin-top: 20px;
		width: 100%;
		height: 385px;
	}
	.about-wrap2-swiper .swiper-slide{
		width: 245px;
		padding-right: 25px;
		box-sizing: border-box;
	}
	.about-wrap2-swiper .swiper-slide:nth-child(2n){
		padding-top: 45px;
	}
	.about-wrap2-swiper .about-wrap2-year{
		font-size: 16px;
		padding-left: 15px;
	}
	.about-wrap2-swiper .about-wrap2-year::after{
		width: 4px;
		height: 4px;
	}
	.about-wrap2-swiper .about-wrap2-images{
		margin-top: 12px;
	}
}

@media only screen and (max-width: 600px) {
	.about-wrap2-images .about-wrap2-more{
		left: -20px;
		width: 40px;
	}
	.about-wrap2-images .about-wrap2-mask{
		padding: 3% 5%;
	}
	.about-wrap2-images .about-wrap2-mask .about-wrap2-mask-text *{
		font-size: 12px;
		line-height: 20px;
	}
	.about-wrap2{
		width: 100%;
		padding: 20px 0;
	}
	.about-wrap2-title{
		font-size: 15px;
	}
	.about-wrap2-line{
		margin-top: 15px;
	}
	
	
	.about-container2-rel{
		height: 430px;
	}
	.about-wrap2-swiper{
		margin-top: 20px;
		width: 100%;
		height: 330px;
		/* background-color: rgba(0,0,0,0.3); */
	}
	.about-wrap2-swiper .swiper-slide{
		width: 200px;
		padding-right: 22px;
		box-sizing: border-box;
	}
	.about-wrap2-swiper .swiper-slide:nth-child(2n){
		padding-top: 45px;
	}
	.about-wrap2-swiper .about-wrap2-year{
		font-size: 16px;
		padding-left: 12px;
	}
	.about-wrap2-swiper .about-wrap2-year::after{
		width: 4px;
		height: 4px;
	}
	.about-wrap2-swiper .about-wrap2-images{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 450px) {
	.about-container2-rel{
		height: 475px;
	}
	.about-wrap2-swiper{
		margin-top: 20px;
		width: 100%;
		height: 380px;
	}
	.about-wrap2-swiper .swiper-slide{
		width: 240px;
		padding-right: 22px;
		box-sizing: border-box;
	}
	.about-wrap2-swiper .swiper-slide:nth-child(2n){
		padding-top: 45px;
	}
	.about-wrap2-swiper .about-wrap2-year{
		font-size: 15px;
		padding-left: 12px;
	}
	.about-wrap2-swiper .about-wrap2-year::after{
		width: 4px;
		height: 4px;
	}
	.about-wrap2-swiper .about-wrap2-images{
		margin-top: 10px;
	}
}




.about-wrap3{
	width: 100%;
	padding: 100px 0;
}
.about-wrap3-title{
	font-weight: bold;
	font-size: 30px;
	color: #238e3a;
}
.about-wrap3-line{
	margin-top: 40px;
	height: 2px;
	width: 100%;
	background-color: #ebebeb;
	position: relative;
}
.about-wrap3-line::after{
	content: '';
	background-color: #238e3a;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 36px;
}
.about-wrap3-desc{
	margin-top: 40px;
	color: #4d545b;
}
.about-wrap3-desc *{
	font-size: 16px;
	line-height: 32px;
}
.about-wrap3-imgs{
	padding-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.about-wrap3-img{
	width: 32%;
	overflow: hidden;
	margin-right: 2%;
	margin-top: 30px;
}
.about-wrap3-img img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition-duration:0.5s;
}
.about-wrap3-img img:hover{
	transform: scale(1.1) translate3d(0px, 0px, 0px);
}
.about-wrap3-img:nth-child(3n){
	margin-right: 0;
}


@media only screen and (max-width: 1300px) {
	.about-wrap3{
		width: 100%;
		padding: 70px 0;
	}
	.about-wrap3-title{
		font-size: 21px;
	}
	.about-wrap3-line{
		margin-top: 30px;
	}
	.about-wrap3-desc{
		margin-top: 30px;
	}
	.about-wrap3-desc *{
		font-size: 14px;
		line-height: 28px;
	}
	.about-wrap3-imgs{
		padding-top: 10px;
	}
}

@media only screen and (max-width: 900px) {
	.about-wrap3{
		width: 100%;
		padding: 40px 0;
	}
	.about-wrap3-title{
		font-size: 17px;
	}
	.about-wrap3-line{
		margin-top: 20px;
	}
	.about-wrap3-desc{
		margin-top: 20px;
	}
	.about-wrap3-desc *{
		font-size: 13px;
		line-height: 26px;
	}
	.about-wrap3-imgs{
		padding-top: 0;
	}
}

@media only screen and (max-width: 700px) {
	.about-wrap3-img{
		width: 48.5%;
		margin-right: 3%;
		margin-top: 15px;
	}
	.about-wrap3-img:nth-child(2n){
		margin-right: 0;
	}
	.about-wrap3-img:nth-child(3n){
		margin-right: 3%;
	}
}

@media only screen and (max-width: 600px) {
	.about-wrap3{
		width: 100%;
		padding: 20px 0;
	}
	.about-wrap3-title{
		font-size: 15px;
	}
	.about-wrap3-line{
		margin-top: 15px;
	}
	.about-wrap3-desc{
		margin-top: 15px;
	}
	.about-wrap3-desc *{
		font-size: 12px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 500px) {
	.about-wrap3-img{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.about-wrap3-img:nth-child(2n){
		margin-right: 0;
	}
	.about-wrap3-img:nth-child(3n){
		margin-right: 0;
	}
}


.page-about-abs{
	width: 500px;
	position: absolute;
	height: 300px;
	left: 55%;
	display: flex;
	align-items: center;
}
.page-about-normal{
	width: 100%;
	display: none;
	margin-top: 20px;
}

.page-about{
	width: 100%;
	font-size: 16px;
}
.page-about *{
	line-height: 3;
}
.page-about-title{
	font-weight: bold;
	color: #4c4f51;
	line-height: 3;
}
.page-about-title span{
	font-weight: bold;
	color: #76952e;
}

@media only screen and (max-width: 1300px) {
	.page-about-abs{
		width: 450px;
		height: 210px;
	}
	.page-about{
		width: 100%;
		font-size: 14px;
	}
}

@media only screen and (max-width: 900px) {
	.page-about-abs{
		width: 350px;
		height: 160px;
		right: 150px;
	}
	.page-about{
		width: 100%;
		font-size: 13px;
	}
	.page-about *{
		line-height: 2.5;
	}
}

@media only screen and (max-width: 700px) {
	.page-about-abs{
		width: 320px;
		height: 140px;
		right: 3%;
	}
	.page-about{
		width: 100%;
		font-size: 12px;
	}
	.page-about *{
		line-height: 2.2;
	}
}

@media only screen and (max-width: 600px) {
	.page-about-abs{
		width: 320px;
		height: 160px;
		right: 3%;
		display: none;
	}
	.page-about-normal{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
}

.about-container .page-box {
	padding: 0 70px 70px 70px;
}

@media only screen and (max-width: 1300px) {
	.about-container .page-box {
		padding: 0 50px 50px 50px;
	}
}

@media only screen and (max-width: 900px) {
	.about-container .page-box {
		padding: 0 3% 35px 3%;
	}
}

@media only screen and (max-width: 700px) {
	.about-container .page-box {
		padding: 0 3% 30px 3%;
	}
}

@media only screen and (max-width: 500px) {
	.about-container .page-box {
		padding: 0 3% 25px 3%;
	}
	
}