html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

ol, ul, li {
	list-style: none;
}

body {
	overflow-Y: auto;
	overflow-X: hidden;
}

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

/*  Section header styles */
.section-header {
	position: fixed;
	top:0;
	width: 100%;
	height: 82px;
	background-color: #23252a;
	z-index: 99;
	overflow: hidden;
}

.section-header .section-header-content {
	position: relative;
	width: 80%;
	height: 100%;
	margin: 0 auto;
}

.section-header .header-logo {
	display: inline-block;
	margin: 4px 0px 0px 0px;
	width: 220px;
	height: 80px;
	background-image: url(../images/logo.png);
}

.section-header .header-navigator {
	display: inline-block;
	float: right;
}

.section-header .header-navigator ul {
	margin-top: 40px;
}

.section-header .header-navigator li {
	display:inline-block;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
	color: #969696;
	font-size: 16px;
	cursor: pointer;
}

.section-header .header-navigator li a {
	text-decoration: none;
	padding: 5px 20px 5px 20px;
    color: inherit;
}

.section-header .header-navigator li a:hover{
	color: #ffffff;
	//background-color: #666666;
	//border-radius: 4px;
	//-webkit-border-radius: 4px;
    //-moz-border-radius: 4px;
	//-o-border-radius: 4px;
	//box-shadow: inset 0 0 10px 5px #fff;
	//-webkit-box-shadow: inset 0 0 10px 5px #fff;
	//-moz-box-shadow: inset 0 0 10px 5px #fff;
	//-o-box-shadow: inset 0 0 10px 5px #fff;
}

.section-header .header-navigator .separator {
	cursor: none;
	margin: 0px 5px 0 5px;
}

.section-header .header-navigator .active {
	color: #ffffff;
	//background-color: #666666;
	//border-radius: 4px;
    //-webkit-border-radius: 4px;
    //-moz-border-radius: 4px;
	//-o-border-radius: 4px;
	//box-shadow: inset 0 0 10px 5px #fff;
	//-webkit-box-shadow: inset 0 0 10px 5px #fff;
	//-moz-box-shadow: inset 0 0 10px 5px #fff;
	//-o-box-shadow: inset 0 0 10px 5px #fff;
}

/*  Section one styles */
#section-one {
	margin-top: 82px;
}

.section-one-content {
}

.section-one-content .section-one-slider {
	position: relative;
	margin: 0 auto;
	//top: 0px; 
	//left: 0px;
	//width: 100%;
	width: 1920px;
	height: 680px; 
	overflow: hidden;
}

.section-one-content .section-one-slider .slides {
	cursor: move;
	position: relative;
	margin: 0 auto;
	//left: 0px; 
	//top: 0px; 
	//width: 100%;
    width: 1920px;
	height: 680px; 
	overflow: hidden;
}

.section-one-content .section-one-description-one {
	position:absolute;
	bottom: 40px;
	height: 200px;
	width: 100%;
	background-image: url(../images/section1_description.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*  section two styles */
.section-two-content {
	position: relative;
	width: 100%;
	height: 640px;
	background-color: #fafafa;
	background-image: url(../images/company_profile_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.section-two-content-header  img{
	display:block; 
	margin: 0 auto; 
	padding: 30px;
}

.section-two-content-line {
	margin: 0 auto;
	height: 120px;
	width: 1024px;
}

.section-two-content-line-text {
	height: 90px;
	background-position: center;
	background-repeat: no-repeat;
}

.section-two-content-line-text p{
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
	color: #FFFFFF;
	font-size: 20px;
}

#section-two-content-line-1 img {
	float: left;
}

#section-two-content-line-1 p {
	margin-left: 40px;
	margin-right: 10px;
}

#section-two-content-line-1 .section-two-content-line-text {
	float: left;
	width: 700px;
	background-image: url(../images/pop_bg_1.png);
	background-size: 700px 90px;
}

#section-two-content-line-2 img {
	float: right;
}

#section-two-content-line-2 p  {
	margin-left: 20px;
	margin-right: 30px;
}

#section-two-content-line-2 .section-two-content-line-text {
	float: right;
	width: 600px;
	background-image: url(../images/pop_bg_2.png);
	background-size: 600px 90px;
}

#section-two-content-line-3 img {
	float: left;
}

#section-two-content-line-3 p  {
	margin-left: 40px;
	margin-right: 10px;
}

#section-two-content-line-3 .section-two-content-line-text {
	float: left;
	width: 500px;
	background-image: url(../images/pop_bg_3.png);
	background-size: 500px 90px;
}

#section-two-content-line-4 img {
	float: right;
}

#section-two-content-line-4 p  {
	margin-left: 20px;
	margin-right: 30px;
}

#section-two-content-line-4 .section-two-content-line-text {
	width: 680px;
	float: right;
	background-image: url(../images/pop_bg_4.png);
	background-size: 680px 90px;
}

/*  section three styles */
.section-three-content {
	position:relative;
	width: 100%;
	height: 1300px;
	background-image: url(../images/cgbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
}

.section-three-content #mnhx-description {
	height: 200px;
	width: 100%;
	background-image: url(../images/mnhx_description.png);
	background-position: center;
	background-repeat: no-repeat;
}

.section-three-content #mnhx-download {
	margin-top: 800px;
	width: 100%;
}

.section-three-content .mnhx-download-container {
	position: relative;
	width: 488px;
	margin: 0 auto;
}

.section-three-content .mnhx-download-container .mnhx-download-item {
	display: inline-block;
	float: left;

}

.section-three-content .mnhx-download-container .mnhx-download-item  label {
	display: block;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
	color: #646464;
	font-size: 20px;
	margin: 10px;
}

.section-three-content .mnhx-download-container .mnhx-download-item  a {
	display: block;
	width: 220px;
	height: 60px;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
	color: #000000;
	font-size: 20px;
	text-align: right;
	line-height:60px;
	cursor: pointer;
}

.section-three-content .mnhx-download-container .mnhx-download-item  a span {
	margin-right: 20px;
}

.section-three-content .mnhx-download-container .mnhx-download-item #mnhx-download-ios {
	margin-right: 40px;
	background-image: url(../images/ios.png);
}

.section-three-content .mnhx-download-container .mnhx-download-item #mnhx-download-ios:hover {
	margin-right: 40px;
	background-image: url(../images/ios1.png);
}

.section-three-content .mnhx-download-container .mnhx-download-item #mnhx-download-android{
	background-image: url(../images/android.png);
}

.section-three-content .mnhx-download-container .mnhx-download-item #mnhx-download-android:hover {
	background-image: url(../images/android1.png);
}

/*  section four styles */
.section-four-content {
	position: relative;
	height: 800px;
	background-image: url(../images/photo1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size: contain;
}

.section-four-content img {
	width: 100%;
	display: block;
}

.section-four-content .cover-layer {
	//margin-top: -400px;
	//height: 400px;
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.6;
}

.section-four-content .section-four-description {
	color: #FFFFFF;
	font-size: 22px;
	//width: 80%;
	//margin: 0 auto;
	padding: 20px;
}

.section-four-content .section-four-jobs {
	//width : 80%;
	//margin: 0 auto;
}

.section-four-content .section-four-jobs ul {
	position: relative;
	display:block;
	height: 80px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}

.section-four-content .section-four-jobs li  {
	float:left;
	width: 33.33%;
}

.section-four-content li img{
	float:left;
	width: 80px;
	height: 80px;
}

.section-four-content li span{
	float:left;
	line-height: 80px;
	font-size: 20px;
	color: #FFFFFF;
	width: 160px;
	padding-left: 20px;
}

/*  section five styles */
.section-five-content {
	color: white;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
}

.section-five-content  .section-five-feedback {
	height: 670px;
	width: 100%;
	font-size: 22px;
	background-color: #323232;
	position: relative;
}

.section-five-content  .section-five-feedback  input {
	width: 640px;
	height: 32px;
	background-color: #454545;
	display: block;
	border: 0;
	margin-top: 20px;
	padding: 10px;
	color: white;
	font-size: 22px;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
}

.section-five-content  .section-five-feedback  textarea {
	width: 640px;
	height: 180px;
	background-color: #454545;
	display: block;
	border: 0;
	margin-top: 20px;
	padding: 10px;
	color: white;
	font-size: 22px;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
}

.section-five-content  .section-five-feedback  button {
	width: 168px;
	height: 60px;
	background-color: #7cc576;
	border: 0;
	float: right;
	margin-top: 20px;
	color: white;
	font-size: 22px;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
}

.section-footer {
	width: 100%;
	font-size: 20px;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
	color: #d2d2d2;
	background-color: #1d1d1d;
	position: relative;

}

.section-footer td{
	width: 50%;
	padding: 5px;
	vertical-align: top;
}

.section-footer td a{
	font-size: 20px;
	color: #d2d2d2;
	text-decoration: none;
}

/* iOS download page style*/

#ios-download-content {
	margin-top: 82px;
	height: 840px;
	background-image: url(../images/ios_download_bg.png);
	background-size: contain;
}

#ios-download-description {
	margin: 0 auto;
	width: 800px;
	height: 400px;
}

#ios-download-description-icon {
	margin-top: 40px;
	display: inline-block;
	width: 300px;
	text-align: center;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
	font-size: 20px;
	color: #FFFFFF
}

#ios-download-description-text {
	display: inline-block;
	width: 480px;
	font-family: Arial,'Microsoft Yahei',STHeiti,sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	vertical-align: top;
}

#ios-download-description-text  p {
	margin: 0;
	font-size: 20px;
}

#ios-download-description-text  .items {
	font-size: 16px;
}

#ios-download-entry {
	margin: 0 auto;
	width: 800px;
}

#ios-download-entry  table  {
	width: 100%;
}
#ios-download-entry  table  td {
	width: 49%;
	height: 100px;
}

#ios-download-entry  table  img {
	display: block;
	margin: 0 auto;
	width: 320px;
	cursor: pointer; 
}

#ios-download-entry  table  td:hover {
	background-image: url(../images/moe_link_hover.png);
}