/* <=== vabtitle ===> */
.vabtitle{
	margin-bottom: 20px;
	text-align: center;
}
.vabtitle.vmargin{
	margin-bottom: 35px;
}
.vabtitle, .vabtitle h1, .vabtitle h2{
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}
/* <=== vabtitle ===> */

/* <=== gdtabmenu ===> */
.gdtabmenu{
	background-color: #2d5923;
	padding: 0 20px;
}
.gdtabmenu, .gdtabmenu a{
	color: #fff;
}
.gdtabmenu .tmlinks{
	display: flex;
	justify-content: center;
}
.gdtabmenu .tmlinks ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	-webkit-display: flex;
	flex-flow: row nowrap;
	position: relative;
	z-index: 2;
	white-space: nowrap;
}
.gdtabmenu .tmlinks ul::-webkit-scrollbar {
	height: 5px;
	background-color: transparent;
}
.gdtabmenu .tmlinks ul::-webkit-scrollbar-thumb {
	background-color: #dddddd;
}
.gdtabmenu .tmlinks li{
	margin-right: 35px;
}
.gdtabmenu .tmlinks li:last-child{
	margin-right: 0;
}
.gdtabmenu .tmlinks li a{
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	padding: 14px 0;
}
.gdtabmenu .tmlinks li.current a, .gdtabmenu .tmlinks li:hover a{
	color: #b8df10;
}
/* <=== gdtabmenu ===> */

/* <=== hpaboutmm ===> */
.hpaboutmm{
	padding: 50px 0 80px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hpaboutmm::before{
	content: '';
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	bottom: 0;
	background-image: url('../images/mleft.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: -1;
	pointer-events: none;
}
.hpaboutmm::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 10%;
	right: 0;
	width: 100%;
	background-image: url('../images/mright.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: -1;
	pointer-events: none;
}
.tpaboutmm .dsicons{
	max-width: 247px;
	margin: 0 auto;
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
}
.tpaboutmm .dsinfos{
	max-width: 970px;
	margin: 0 auto;
	width: 100%;
	background-image: url('../images/mmimg2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.tpaboutmm .ifwrap{
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.tpaboutmm .iftitle{
	padding: 40px 0;
	color: #2d5923;
}
.tpaboutmm .iftitle, .tpaboutmm .iftitle h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.tpaboutmm .ifconts{
	min-height: 650px;
	padding: 70px 0 100px;
	font-size: 18px;
	line-height: 27px;
}
/* <=== hpaboutmm ===> */

/* <=== hpabouthh ===> */
.hpabouthh{
	border-radius: 80px 80px 0 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
	padding: 130px 0 200px;
}
.hpabouthh::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: -1;
	pointer-events: none;
}
.tpabouthh .hhgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px;
}
.tpabouthh .hhgrip > div{
	padding: 0 40px;
	width: 33.3333%;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.tpabouthh .hhgrip > div:last-child{
	border-right: none
}
.itabouthh{
	text-align: center;
}
.itabouthh, .itabouthh a{
	color: #fff;
}
.itabouthh .vicons{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 2px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.itabouthh .vicons img{
	max-width: 80%;
	max-height: 80%;
}
.itabouthh .vtitle{
	margin-bottom: 15px;
}
.itabouthh .vtitle, .itabouthh .vtitle h3{
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
}
.itabouthh .vconts{
	font-size: 18px;
	line-height: 28px;
}
/* <=== hpabouthh ===> */

/* <=== hpaboutbb ===> */
.hpaboutbb{
	border-radius: 80px 80px 0 0;
	background-color: #fff;
	position: relative;
	margin-top: -70px;
	z-index: 2;
	padding: 60px 0 70px;
}
.itaboutbb{
	margin-bottom: 20px;
	position: relative;
}
.itaboutbb .thumb{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.itaboutbb .thumb::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	pointer-events: none;
}
.itaboutbb .thumb img{
	width: 100%;
}
.itaboutbb .decss{
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	padding: 0 100px;
	z-index: 1;
}
.itaboutbb .decss, .itaboutbb .decss a{
	color: #fff;
}
.itaboutbb .dswrap{
	max-width: 520px;
	width: 100%;
}
.itaboutbb:nth-child(even) .dswrap{
	margin-left: auto;
	text-align: right;
}
.itaboutbb .dsconts{
	font-size: 25px;
	line-height: 35px;
}
/* <=== hpaboutbb ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	.gdtabmenu{
		position: relative;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.gdtabmenu.fixed{
		transform: translateY(-20px);
	}
	/* <=== vabtitle ===> */
	.vabtitle.vmargin{
		margin-bottom: 20px;
	}
	.vabtitle, .vabtitle h1, .vabtitle h2{
		font-size: 32px;
		line-height: 40px;
	}
	/* <=== vabtitle ===> */

	/* <=== hpaboutmm ===> */
	.hpaboutmm{
		padding: 40px 0 200px;
	}
	.hpaboutmm::before, .hpaboutmm::after{
		display: none;
	}
	.tpaboutmm .ifwrap{
		max-width: 100%;
	}
	.tpaboutmm .dsinfos{
		background-image: none;
		margin: 0 -20px;
		width: auto;
	}
	.tpaboutmm .iftitle{
		padding: 35px 20px 20px;
		background-color: #fff4a0;
	}
	.tpaboutmm .iftitle, .tpaboutmm .iftitle h3{
		font-size: 18px;
		line-height: 30px;
	}
	.tpaboutmm .ifconts{
		background-color: #afce5d;
		padding: 20px 20px 10px;
		font-size: 16px;
		line-height: 26px;
		position: relative;
		min-height: auto;
	}
	.tpaboutmm .ifconts::before{
		content: '';
		position: absolute;
		left: 0;
		top: -9px;
		width: 100%;
		height: 18px;
		background-image: url('../images/mmline.png');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.tpaboutmm .ifconts::after{
		content: '';
		position: absolute;
		top: calc(100% - 1px);
		left: 0;
		width: 100%;
		height: 117px;
		background-image: url('../images/mmcicle.png');
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	/* <=== hpaboutmm ===> */

	/* <=== gdtabmenu ===> */
	.gdtabmenu .tmlinks ul::-webkit-scrollbar {
		height: 0;
	}
	.gdtabmenu .tmlinks ul{
		margin: 0 -20px;
	}
	.gdtabmenu .tmlinks li:first-child{
		margin-left: 20px;
	}
	.gdtabmenu .tmlinks li:last-child{
		margin-right: 20px;
	}
	/* <=== gdtabmenu ===> */

	/* <=== hpabouthh ===> */
	.hpabouthh{
		border-radius: 40px 40px 0 0;
		padding: 50px 0 100px;
	}
	.tpabouthh .hhgrip{
		margin: 0 -20px;
	}
	.tpabouthh .hhgrip > div{
		padding: 0 20px;
	}
	.itabouthh .vtitle{
		margin-bottom: 5px;
	}
	.itabouthh .vconts{
		font-size: 16px;
		line-height: 26px;
	}
	/* <=== hpabouthh ===> */

	/* <=== hpaboutbb ===> */
	.hpaboutbb{
		border-radius: 40px 40px 0 0;
		margin-top: -40px;
		padding: 40px 0;
	}
	.itaboutbb .decss{
		top: 10%;
	}
	.itaboutbb .decss{
		padding: 0 20px;
	}
	.itaboutbb .dsconts{
		font-size: 18px;
		line-height: 30px;
	}
	/* <=== hpaboutbb ===> */
}
@media all and (max-width: 767px){
	/* <=== hpaboutmm ===> */
	.hpaboutmm{
		padding: 40px 0 120px;
	}
	/* <=== hpaboutmm ===> */

	/* <=== hpabouthh ===> */
	.tpabouthh .hhgrip > div{
		width: 100%;
		border-right: none;
		margin-bottom: 40px;
	}
	.tpabouthh .hhgrip > div:last-child{
		margin-bottom: 0;
	}
	/* <=== hpabouthh ===> */

	/* <=== hpaboutbb ===> */
	.itaboutbb .thumb{
		margin-bottom: 15px;
	}
	.itaboutbb .decss{
		position: static;
		padding: 0;
	}
	.itaboutbb .decss, .itaboutbb .decss a{
		color: #333333;
	}
	.itaboutbb .dsconts{
		text-align: center;
	}
	/* <=== hpaboutbb ===> */
}