.banner_box {
	width: 100%;
	height: 500px;
}

.banner_box .banner_bg {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* about_box start */
.about_box {
	padding: 88px 0 75px;
}

.about_box .head {
	border-bottom: 1px solid #269379;
}

.about_box .head .title .txt {
	font-size: 30px;
	color: #269379;
	position: relative;
	padding: 5px 0;
	display: inline-block;
	font-weight: 400;
}

.about_box .head .title .txt::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #269379;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.about_box .img_box {
	width: 46.17%;
	float: right;
}

.about_box .info_box {
	padding: 55px 0;
}

.about_box .img_box img {
	width: 100%;
	height: auto;
}

.about_box .txt_box {
	width: 50%;
	float: left;
}

.about_box .txt_box .content {
	font-size: 26px;
	color: rgb(127, 127, 127);
	text-transform: uppercase;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.about_box .btn_box {
	margin-top: 60px;
}

.about_box .btn_box .btn {
	display: inline-block;
	background-color: #269379;
	color: #FFFFFF;
	font-size: 26px;
	border-radius: 3px;
	padding: 18px 93px;
	user-select: none;
}

.about_box .btn_box .btn:active {
	transform: scale(0.95);
}

/* about_box end */
.my_head {
	text-align: center;
}

.my_head .title {
	font-size: 48px;
	color: #000000;
	position: relative;
	z-index: 20;
	font-weight: 400;
}

.my_head .title_en {
	font-size: 36px;
	color: #dbdbdb;
	position: relative;
	bottom: 30px;
	z-index: 19;
}

/* goodness_box start */
.goodness_box .list_box {
	padding: 60px 0;
}

.goodness_box .list_box .list_item {
	width: 31.67%;
	float: left;
	margin-right: 2.495%;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	padding: 45px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.goodness_box .list_box .list_item:nth-of-type(3n) {
	margin-right: 0;
}

.goodness_box .list_box .list_item .img_box {
	text-align: center;
}

.goodness_box .list_box .list_item .img_box img {
	width: 157px;
	height: 177px;
}

.goodness_box .list_box .list_item .title {
	font-size: 30px;
	color: #000000;
	text-align: center;
	padding: 30px 0 10px;
}

.goodness_box .list_box .list_item .title .t1 {
	margin: 10px 0;
	font-weight: 400;
	font-size: inherit;
}

.goodness_box .list_box .list_item .content {
	font-size: 18px;
	color: rgb(125, 125, 125);
	text-transform: uppercase;
	line-height: 1.444;
	text-align: left;

}

/* goodness_box end */
/* presen_type_box start */
.presen_type_box .my_head {
	background-color: #f9f9f9;
	padding-top: 50px;
}

.presen_type_box .list_box .list_item {
	background-color: #f9f9f9;
	padding: 90px 0;
}

.presen_type_box .list_box .list_item:first-of-type {
	padding-top: 50px;
}

.presen_type_box .list_box .list_item:nth-of-type(2n) {
	background-color: #ffffff;
}

.presen_type_box .list_box .list_item .img_box {
	width: 375px;
	height: 735px;
	float: left;
}

.presen_type_box .list_box .list_item .txt_box {
	float: right;
	width: 50%;
}

.presen_type_box .list_box .list_item:nth-of-type(2n) .img_box {
	float: right;
}

.presen_type_box .list_box .list_item:nth-of-type(2n) .txt_box {
	float: left;
}

.presen_type_box .list_box .list_item .txt_box .type {
	font-size: 48px;
	font-weight: bold;
	color: #269379;
	margin: 24px 0;
}

.presen_type_box .list_box .list_item .txt_box .info_list {
	font-size: 30px;
	color: rgb(44, 44, 44);
	text-transform: uppercase;
	line-height: 1.867;
}

/* presen_type_box end */
