* {
	margin: 0;
	padding: 0;
}

#preloader {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.9);
}

#preloader p {
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 30% 0;
}

#status {
	background: url(../img/actmo.gif);
	background-size: 80px 80px;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	position: absolute;
}


.offmenu {
	cursor: help;
}

.offpointer {
	pointer-events: none;
	opacity: 0.2;
	width: 232px;
	margin: 0 auto;
	border-radius: 6px;
}

html {
	font-size: 0;
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	background-image: linear-gradient(to bottom, #000000 30%, #55ff7f 100%);
	background-attachment: fixed;
}

body {
	margin: 0 auto;
	text-align: center;
	width: 1440px;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 60px;
}

h3 {
	font-size: 48px;
}

h4 {
	font-size: 36px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
	margin-bottom: 12px;
}

p {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

#landing-footer {
	font-size: 14px;
	color: #909090;
	text-decoration: none;
}

.banner_title {
	width: 100%;
	height: 60px;
	background: #000000;
	color: #FFFFFF;
}

.banner_title img {
	margin: 20px 0;
	height: 10px;
}

.banner {
	width: 100%;
	height: 720px;
	background-image: url(../img/banner.jpg);
	background-size: 1440px 780px;
	color: #E7E7E7;
}

.banner_text {
	padding: 110px;
	text-align: left;
}

.banner_img {
	padding: 110px;
	width: 375px;
	height: 630px;
	filter: drop-shadow(12px 12px 6px rgba(0, 0, 0, 0.4));
}

.section-heading {
	transition: all ease-in-out 1s;
	margin-bottom: 100px;
}

.button {
	background: #ffffff;
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 20px 20px 0;
	display: inline-block;
	border: 2px solid #55ff7f;
	box-shadow: 4px 4px 0 #55ff7f;
}

.button:hover {
	color: #ffffff;
	background: #0000ff;
	border: 2px solid #00aaff;
	box-shadow: 4px 4px 0 #00aaff;
}

.content_a {
	background: #f8f8f8;
	box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.2);
}

.content_b {
	background: #ffffff;
}

.content_b,
.content_a {
	padding: 0 120px 80px 120px;
}

.content_c {
	background: #ffffff;
}

.content_text {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 12px;
}

.content_text img{
	width: 100%;
}

#icon {
	width: 128px;
	height: 128px;
	filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, 0.4));
}

.flexh {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

.flexhg {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

.flexv {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.flexs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
}

.title {
	padding: 60px 0;
	color: #333333;
	line-height: 60px;
}

.title_en {
	color: #999999;
	line-height: 24px;
	font-size: 16px;
}

.card {
	border-radius: 12px;
	border: 1px solid #e7e7e7;
	padding: 24px;
	background: #FFFFFF;
}

.user .card .img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.card .user_title {
	margin-top: 12px;
	padding: 8px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #333333;
	background: #55ff7f;
	border-radius: 6px;
}

.user .card .content {
	padding: 10px 0 0 20px;
	text-align: left;
}



.card .content .user_sub_title {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 20px;
}

.card .content p {
	text-align: justify;
	margin: 10px 0;
}



#landing-footer {
	background: #F8F8F8;
}

#copyright {
	height: 120px;
	line-height: 120px;
	font-size: 14px;
}

.navigation2 ul,
.navigation ul {
	list-style: none;
}

.navigation2 li,
.navigation li {
	border-radius: 6px;
	border: 1px solid #e7e7e7;
	padding: 20px;
	color: #333333;
	background: #ffffff;
	text-align: left;
	cursor: pointer;
}

.navigation2 li:hover,
.navigation li:hover {
	box-shadow: 0 2px 12px #55ff7f;
}

.background2 img,
.background img {
	width: 720px;
	height: 540px;
	display: none;
	background: #E7E7E7;
	border-radius: 6px;
}

.background2 img.active,
.background img.active {
	display: block;
}

@media (min-width: 1280px) and (max-width: 1440px) {
	body {
		width: 100%;
	}

	.content_text {
		text-align: center;
	}

	.content_b,
	.content_a {
		padding: 0 120px 10px 120px;
	}

	.background2 img,
	.background img {
		width: 720px;
		min-width: 80%;
		height: auto;
	}

	#icon {
		width: 64px;
		height: 64px;
	}

	.banner_img {
		width: 250px;
		height: 420px;
	}

	.banner {
		width: 100%;
		height: auto;
		background-size: 1440px 780px;
	}

	.banner_img,
	.banner_text {
		padding: 80px;
	}
}

@media (min-width: 980px) and (max-width: 1279px) {
	body {
		width: 100%;
	}

	.content_text {
		text-align: center;
	}

	.content_b,
	.content_a {
		padding: 0 120px 10px 120px;
	}

	.background2 img,
	.background img {
		width: 100%;
		min-width: 80%;
		height: auto;
	}

	#icon {
		width: 64px;
		height: 64px;
	}

	.banner_img {
		width: 250px;
		height: 420px;
	}

	.banner {
		width: 100%;
		height: auto;
		background-size: 1440px 780px;
	}

	.banner_img,
	.banner_text {
		padding: 80px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	body {
		width: 100%;
	}

	.flexh {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.navigation2 li,
	.navigation li {
		margin-bottom: 20px;
	}

	.content_text {
		text-align: center;
	}

	.content_b,
	.content_a {
		padding: 0 60px 10px 60px;
	}

	.background2 img,
	.background img {
		width: 100%;
		height: auto;
	}

	#icon {
		width: 64px;
		height: 64px;
	}

	.banner_img {
		display: none;
	}

	.banner_img,
	.banner_text {
		padding: 80px;
	}
}

@media (max-width: 767px) {
	body {
		width: 100%;
	}

	.flexh {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.navigation2 li,
	.navigation li {
		margin-bottom: 20px;
	}

	.content_text {
		text-align: center;
	}

	.content_b,
	.content_a {
		padding: 0 30px 10px 30px;
	}

	.background2 img,
	.background img {
		width: 100%;
		height: auto;
	}

	#icon {
		width: 64px;
		height: 64px;
	}

	.banner_img {
		display: none;
	}

	.banner_img,
	.banner_text {
		padding: 60px;
	}
}

@media (max-width: 480px) {
	body {
		width: 100%;
	}

	.flexh {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.navigation2 li,
	.navigation li {
		padding: 6px;
		margin: 6px 0;
	}

	.content_text {
		text-align: center;
		padding: 10px;
	}

	.content_b,
	.content_a {
		padding: 0 10px 10px 10px;
	}

	.background2 img,
	.background img {
		width: 100%;
		height: auto;
	}

	#icon {
		width: 64px;
		height: 64px;
	}

	.banner_img {
		width: 250px;
		height: auto;
		display: block;
	}

	.banner_img,
	.banner_text {
		padding: 10px;
	}

	.section-heading {
		margin-bottom: 10px;
	}

	#copyright {
		height: 100%;
		line-height: 12px;
		font-size: 6px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 14px;
	}

	h6,
	h5,
	h4,
	h3,
	h2,
	h1 {
		margin-bottom: 12px;
	}

	p {
		font-size: 12px;
		line-height: 18px;
	}
}
