@charset "utf-8";
/* CSS Document */
body {
	height: 100%;
	width: 100%;
	background: #fff;
	overflow-x: hidden;
}
body, div, html {
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
}
#content {
	height: 100%;
	text-align: center;
}
#blankDiv {
	width: 100%;
	position: relative;
	z-index: 0;
}
.hp {
	position: fixed;
	z-index: 0;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0;
	margin-bottom: 232px;
	background: #fdfdfd;
	background: -webkit-linear-gradient( 90deg, #f4f4f4 0%, #fdfdfd 60%, #fff 100%);
	background: -moz-linear-gradient( 90deg, #f4f4f4 0%, #fdfdfd 60%, #fff 100%);
	background: -ms-linear-gradient( 90deg, #f4f4f4 0%, #fdfdfd 60%, #fff 100%);
	background: -o-linear-gradient( 90deg, #f4f4f4 0%, #fdfdfd 60%, #fff 100%);
	background: linear-gradient( 90deg, #f4f4f4 0%, #fdfdfd 60%, #fff 100%);
	-pie-background: linear-gradient( 90deg, #f4f4f4 0%, #fdfdfd 60%, #fff 100%);
	behavior: url(/pie/PIE.htc);/*min-height: 100%;
	height: 100%;
	text-align: center*/
}
.main-header-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.main-header-logo {
	position: absolute;
	top: 15%;
	left: 50%;
	margin-left: -134px;
	width: 268px;
	height: 340px;
}
.main-header-menu {
	position: absolute;
	top: 15%;
	right: 10%;
	width: 165px;
	height: 36px;
}
.email-btn {
	background: url(images/iconMail.png) top left no-repeat;
	width: 48px;
	height: 35px;
	margin: 0;
	margin-right: 24px;
	float: left;
}
.call-btn {
	background: url(images/iconCall.png) top left no-repeat;
	width: 36px;
	height: 36px;
	margin-right: 24px;
	float: left;
}
/* navigation */
#nag {
	width: 100%;
	position: fixed;
	bottom: 51px;
	z-index: 0;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	height: 205px;
	border-top: #f1f1f1 1px solid;
	border-bottom: #f1f1f1 1px solid;
	background: #fff;
}
#nag ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nag ul li {
	width: 20%;
	margin: 0;
	padding: 0;	
	text-align: center;
	display: inline-block;
	height: 205px;
	float: left;
	background: url(images/nagBg.png) top right repeat-y;
	/*border-right: #ccc 1px solid;*/
}
#nag ul li:last-child {
	/*background: none;
	border-right: #ccc 0px solid;*/
}
.nag1 {
	background: url(images/btn1.png) top center no-repeat;
	width: 51px;
	height: 165px;
	position: relative;
	top: 15px
}
.nag2 {
	background: url(images/btn2.png) top center no-repeat;
	width: 51px;
	height: 165px;
	position: relative;
	top: 15px
}
.nag3 {
	background: url(images/btn3.png) top center no-repeat;
	width: 20px;
	height: 109px;
	position: relative;
	top: 15px
}
.nag4 {
	background: url(images/btn4.png) top center no-repeat;
	width: 21px;
	height: 87px;
	position: relative;
	top: 15px	
}
.nag5 {
	background: url(images/btn5.png) top center no-repeat;
	width: 20px;
	height: 109px;
	position: relative;
	top: 15px	
}
#nag ul li:hover .subNav {
	background-position: center bottom;
}
/*
.hp.logo {
	background: url(images/logo_center.png) top center no-repeat;
	width: 268px;
	height: 340px
}*/
.main-drop-menu {
	overflow: hidden;
	position: fixed;
	z-index: 5;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: -moz-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: -o-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
	background: white;
	/*border-bottom: 1px solid #d6d6d6;*/
	box-shadow: 0px 10px 3px #f4f4f4;
	behavior: url(/pie/PIE.htc);
	top: 0;
	height: 320px;
	-webkit-transform: translateY(-329px);
	-moz-transform: translateY(-329px);
	-ms-transform: translateY(-329px);
	-o-transform: translateY(-329px);
	transform: translateY(-329px);
}
.main-drop-menu.is-visible {
	-webkit-transform: translateY(-215px);
	-moz-transform: translateY(-215px);
	-ms-transform: translateY(-215px);
	-o-transform: translateY(-215px);
	transform: translateY(-215px);
}
.main-drop-menu.is-topNav {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	overflow:visible;
}
/* top navigation */
#nag-top {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	height: 204px;
	border-bottom: #f1f1f1 1px solid;
	background: #fff;
}
#nag-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nag-top ul li {
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	height: 205px;
	float: left;
	background: url(images/nagBg.png) top right repeat-y;
	/*border-right: #ccc 1px solid;*/
}
#nag-top ul li:last-child {
	/*background: none;
	border-right: #ccc 0px solid;*/
}
li.last_child {
	background: none !important;
	border-right: 0 !important;
}
#nag ul li:hover .subNav {
	background-position: center bottom;
}

#nag-top ul li:hover .subNav {
	background-position: center bottom;
}
/**/
#topMenu {
	height: 114px;
	width: 100%;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	z-index: 6;
}
.leftMenu {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 38px
}
.rightMenu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 12px
}
.rightMenu.logo {
	background: url(images/logo_hor.png) top left no-repeat;
	width: 377px;
	height: 90px;
	position:relative;
	top:15px;
}
.leftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftMenu ul li {
	display: inline-block;
	margin-left: 20px
}
.leftMenu ul li.btnMenu {
	background: url(images/iconMenu.png) top left no-repeat;
	width: 38px;
	height: 35px;
	cursor: pointer;
}
.leftMenu ul li.btnEmail {
	background: url(images/iconMail.png) top left no-repeat;
	width: 48px;
	height: 35px;
}
.leftMenu ul li.btnCall {
	background: url(images/iconCall.png) top left no-repeat;
	width: 36px;
	height: 36px;
}
.inactive {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
/* */
.main-content {
	position: relative;
	/*top: 100%;*/
	top: 0%;
	background: white;
	z-index: 2;
	overflow-x: hidden;
	-webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 17px 0 rgba(0,0,0,0.5);
	box-shadow: 0 2px 17px 0 rgba(0,0,0,0.5);
	behavior: url(/pie/PIE.htc);
}
/* */

#page1 {
	width: 990px;
	margin: 100px auto;
	text-align: center;
	/*display: inline-block*/
}
#page1 ul {
	margin: 0;
	display: inline-block;
}
#page1 ul li {
	list-style: none;
	float: right;
	display: inline
}
#page2 {
	width: 990px;
	height: 385px;
	margin: 100px auto;
	text-align: center;
	/*display: inline-block;*/
}
#page2 ul {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	position: relative
}
#page2 ul li {
	list-style: none;
	float: right;
}
#page3 {
	width: 100%;
	height: 385px;
	margin: 100px auto;
}
#page3 ul {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	position: relative
}
#page3 ul li {
	list-style: none;
	float: right;
}
#page4 {
	width: 100%;
	height: 380px;
	margin: 100px auto;
}
#page4 ul {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	position: relative
}
#page4 ul li {
	list-style: none;
	float: right;
}
#page5 {
	width: 100%;
	height: 385px;
	margin: 100px auto;
}
#page5 ul {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	position: relative
}
#page5 ul li {
	list-style: none;
	float: right;
}
#page6 {
	width: 100%;
	height: 385px;
	margin: 100px auto;
	text-align: center;
	/*display: inline-block;*/
	border: #000000 solid 0px;
}
/* Page section */
.title {
	margin-left: 35px
}
.bodyContent {
	margin-left: 35px
}
/* 5 Pillar Page Section*/
.accordionDiv {
	margin: 0 auto;
	text-align: center;
	position: relative
}
ul.accordionDiv li {
	position: relative;
	top: 0;
	left: 0;
	height: 365px;
}
.bodyPillar {
	display: inline-block;
	height: 365px;
	width: 43px;
	cursor: pointer;
}
.bodyPillarA {
	padding: 0 25px 0 25px
}
.offPillar {
	display: none;
}
.bodyPillarDivider {
	border-left: #000000 solid 1px
}
.pointIcon {
	height: 24px;
	width: 24px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: url(images/dot.png) top center no-repeat;
}
ul.accordionDiv li:hover .pointIcon {
	background-position: center bottom;
}
.activeIcon {
	background-position: center bottom;
}
/*accordion func*/
		
/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */
		
.easy-accordion {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0
}
.easy-accordion dt, .easy-accordion dd {
	margin: 0;
	padding: 0
}
.easy-accordion dt, .easy-accordion dd {
	position: absolute
}
.easy-accordion dt {
	margin-bottom: 0;
	margin-left: 0;
	z-index: 5;/* Safari */
	-webkit-transform: rotate(-90deg); /* Firefox */
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 20px 0px;  /* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	cursor: pointer;
}
.easy-accordion dt {/* Safari */
	-webkit-transform: rotate(0deg); /* Firefox */
	-moz-transform: rotate(0deg);
}
.easy-accordion dd {
	z-index: 1;
	opacity: 0;
	overflow: hidden
}
.easy-accordion dd.active {
	opacity: 1;
}
.easy-accordion dd.no-more-active {
	z-index: 2;
	opacity: 1
}
.easy-accordion dd.active {
	z-index: 3
}
.easy-accordion dd.plus {
	z-index: 4
}
.easy-accordion .slide-number {
	position: absolute;
	bottom: 0;
	left: 10px;
	font-weight: normal;
	font-size: 1.1em;/* Safari */
	-webkit-transform: rotate(90deg); /* Firefox */
	-moz-transform: rotate(90deg);  /* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */
/*
#accordion-1{width:700px;height:355px;}
#accordion-1 dl{width:700px;height:355px}	
#accordion-1 dt{width: 43px; height:355px;}*/
/*
dd p{line-height:120%}
		
#accordion-1{width:800px;height:355px;background:#fff;}
#accordion-1 dl{width:800px;height:355px}	
#accordion-1 dt{height:355px;text-align:right;padding:0;background:#fff;}
#accordion-1 dt.active{cursor:pointer;}
#accordion-1 dt.hover{background-color:#666;}
#accordion-1 dt.active.hover{color:#fff}
#accordion-1 dd{padding:25px;}
#accordion-1 .slide-number{color:#666;left:10px;font-weight:bold}
#accordion-1 .active .slide-number{color:#fff;}
#accordion-1 a{color:#666}
#accordion-1 dd img{margin:0;}
#accordion-1 h2{margin-top:0px}
#accordion-1 .more{padding-top:0px;display:block}
*/
/* */

.bodyPillarBgInactive2 {
	list-style-image: url(images/dot.png)
}
/* button */
.btnDownload {
	background: url(images/content1_download.png) top left no-repeat;
	width: 16px;
	height: 245px;
	display: inline-block;
	position: relative;
	top: 140px
}
.btnRuleDownload {
	/*background: url(images/downloadRule_zh.png) top left no-repeat;*/
	width: 15px;
	height: 182px;
	display: inline-block;
	position: relative;
	top: 190px
}
.btnSend {
	background: url(images/btn_submit.png) top left no-repeat;
	width: 46px;
	height: 23px;
	cursor: pointer
}
.btnTerm {
	background: url(images/paymentTerm.png) top left no-repeat;
	width: 15px;
	height: 81px;
	position: relative;
	top: 300px;
	cursor: pointer;
}
.termsContent {
	display: none;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #999;
	behavior: url(/pie/PIE.htc);/*margin-left:-279px;*/
}
.ruleContent {
	display: none;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #999;
	behavior: url(/pie/PIE.htc);/*margin-left:-279px;*/
}
.ruleContentTxt{
	width:395px;
	height:200px;
	resize:none;
	font-size:15px;
	line-height:18px;
}
.pcCopy {
	background: url(images/pccopy.png) top left no-repeat;
	width: 179px;
	height: 29px;
}
.macCopy {
	background: url(images/maccopy.png) top left no-repeat;
	width: 139px;
	height: 29px;
}
.closeTerm {
	width:34px;
	height:34px;
	position: absolute;
	top: -20px;
	right: -54px;
	z-index: 500;
	cursor: pointer;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.closeTerm:hover {
 	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* form */
.formPage {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 750px
}
.contact {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	float: left
}
.formGuide {
	margin: 0;
	padding: 0;
	width: 245px;
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left
}
.formGuide ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
.formGuide ul li {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	float: left;
}
.field {
	border: #000000 solid 1px;
	width: 235px;
	height: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	padding-left: 5px
}
.footer {
	position: fixed;
	bottom: 5px;
	left:0;
	font-size: 13px;
	padding:5px 0 0;
	height:auto;
	width: 100%;
	color: #555;
	background: #fff;
	text-align: center;
	z-index: 999;
}
.langZh {
	background:url(images/lang_zh.png) top left no-repeat;
	width:33px;
	height:33px;
	float: left;	
}
#layerLang { width:39px; height:128px; border:#ccc solid 1px; position:absolute; top:-5px; right:-4px; display:none; background-color:#fff; z-index:100}
#layerLang  ul { list-style:none; margin:0; padding:0}
#layerLang  ul li { list-style:none; float:left; margin:4px 3px 5px 3px; padding:0}
.lang1 { background:url(images/lang_zh.png) top left no-repeat; width:33px; height:33px}
.lang2 { background:url(images/lang_cn.png) top left no-repeat; width:33px; height:33px}
.lang3 { background:url(images/lang_en.png) top left no-repeat; width:33px; height:33px}
.langActive { background-position:bottom }
#layerLang  ul li:hover { background-position:bottom }

#topMenuLang{
	position:absolute;
	top:350px;
	right:0px;
	width:198px;
	border:#000000 solid 0px;
	z-index:10;	
}
#topMenuLang ul { list-style:none; margin:0; padding:0}
#topMenuLang ul li { list-style:none; float:left; margin:0px 10px 0px 0px; padding:0}
.langIn1 { background:url(images/langIn_en.png) top left no-repeat; width:56px; height:45px}
.langIn2 { background:url(images/langIn_zh.png) top left no-repeat; width:56px; height:45px}
.langIn3 { background:url(images/langIn_cn.png) top left no-repeat; width:56px; height:45px}
.langInActive { background-position:bottom }
.ss {margin:0 auto; text-align:center}
.ss ul {margin:0 auto; list-style:none; padding:0;}
.ss ul a li{margin:0 20px 0 0; padding:0; display:inline-block; background-color:#000000}
.ss ul a li:first-child {margin-left:0px}
.fb {background:url(images/iconFb.png) top left no-repeat; width:26px; height:23px;}
.gplus {background:url(images/iconGplus.png) top left no-repeat; width:26px; height:23px;}
.linkin {background:url(images/iconIn.png) top left no-repeat; width:26px; height:23px;}