#debug
{
	color: #ff0000;
	left: 0;
	position: fixed;
	top: 0;
}

html, body
{
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, sans-serif;
	font-size: 15px;
	color: #666666;
	-webkit-text-size-adjust: none;
	background-color: #e4e4e4;
}

textarea
{
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, sans-serif;
	font-size: 15px;
	color: #666666;
}

.clear
{
	clear: both;
}

.dataSrc
{
	display: none;
}

.block
{
	display: block;
}

.hide
{
	display: none;
}


/************************* LOADING ****************************/
.loadingWrapper
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 999;
	/*display: none;*/
}

.loadingWrapper img
{
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -16px;
}

/************************* COMMON ****************************/
.wrapper
{
	position: relative;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
}

.mainContentWrapper
{
	background-color: #FFFFFF;
}

/********** headerWrapper **********/
.headerWrapper
{
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-color: #FFFFFF;
}

.headerWrapper .headerContent
{
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0px auto;
}

.headerWrapper .headerLogo
{
	position: absolute;
	display: block;
	width: 160px;
	height: 100px;
	top: 0px;
	left: 0px;
}

.headerWrapper .menuTelItem
{
	position: absolute;
	width: 220px;
	height: 50px;
	top: 0px;
	right: 150px;
}

.headerWrapper .menuWrapper
{
	position: absolute;
	/*width: 620px;*/
	height: 50px;
	bottom: 3px;
	right: 150px;
	text-align: right;
}

.headerWrapper .menuWrapper .menuItem
{
	position: relative;
	width: 50px;
	height: 35px;
	padding: 0px 5px;
  	margin: 0px 10px;

	border-bottom: 2px solid #FFFFFF;
}

.headerWrapper .menuWrapper .menuItem:hover,
.headerWrapper .menuWrapper .menuItem.selected
{
	border-bottom: 2px solid #a78b8b;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.headerWrapper .menuWrapper .menuItem.menuItem0 {width: 30px;}
.headerWrapper .menuWrapper .menuItem.menuItem1 {width: 45px;}
.headerWrapper .menuWrapper .menuItem.menuItem2 {width: 60px;}
.headerWrapper .menuWrapper .menuItem.menuItem3 {width: 60px;}
.headerWrapper .menuWrapper .menuItem.menuItem4 {width: 90px;}
.headerWrapper .menuWrapper .menuItem.menuItem5 {width: 60px;}
.headerWrapper .menuWrapper .menuItem.menuItem6 {width: 75px;}

/*.headerWrapper .menuFreeTrial
{
	position: absolute;
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FF0;
	top: 0px;
	right: 0px;
}*/

.headerWrapper .menuFreeTrial
{
	position: absolute;
	display: block;
	width: 150px;
	height: 110px;
	top: -10px;
	right: 0px;
	overflow: hidden;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
    -ms-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}
.headerWrapper .menuFreeTrial:hover
{
	top: 0px;
}

/*********** sideItemWrapper **********/

.sideItemWrapper
{
	position: fixed;
	/*width: 130px;*/
	height: 320px;
	/*background-color: #00F;*/
	top: 170px;
	right: 0px;
	z-index: 2;
}

.sideItemWrapper .btnConsult
{
	position: absolute;
	display: block;
	width: 130px;
	height: 130px;
	right: 0px;
	bottom: 0px;
}

.sideItemWrapper .sideFnItem
{
	position: absolute;
	display: block;
	right: 0px;
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.sideItemWrapper .sideFnItemImg
{
	position: absolute;
	display: block;
	right: 0px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-color: #5b4343;

	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	-ms-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;

	overflow: hidden;
}

.sideItemWrapper .sideFnItemImg:hover
{
	background-color: #8c7c7c;
}

.sideItemWrapper .searchFN .sideFnItemImg:hover
{
	background-color: #FFFFFF;
}

.sideItemWrapper .sideFnItem img
{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}

/************************** SEARCH BAR ****************************/

.sideItemWrapper .overlayClickMask
{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sideItemWrapper .overlayClickMask img
{
	width: 100%;
	height: 100%;
}

.sideItemWrapper .openSearch .overlayClickMask,
.sideItemWrapper .openWechat .overlayClickMask
{
	display: block;
}

.sideItemWrapper .searchSlider
{
	position: absolute;
	width: 45px;
	height: 45px;
	background-color: #FFF;
	top: 0px;
	right: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: width 0.25s linear;
	-moz-transition: width 0.25s linear;
	-ms-transition: width 0.25s linear;
	-o-transition: width 0.25s linear;
	transition: width 0.25s linear;
}

.sideItemWrapper .openSearch .searchSlider
{
	width: 200px;
	height: 45px;
	opacity: 1;
	visibility: visible;
}

.sideItemWrapper .searchSlider .searchField
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sideItemWrapper .searchSlider .searchField .inputBox
{
	display: inline-block;
	width: 150px;
}

.sideItemWrapper .searchSlider .searchField .inputBox input
{
	display: block;
	width: 100%;
	padding: 5px;
	height: 35px;
	border: none;
	outline: none;
	line-height: 35px;
}

.sideItemWrapper .searchSlider .btnSearch
{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	overflow: hidden;
}

.sideItemWrapper .popWechatQR
{
	position: absolute;
	top: 8px;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sideItemWrapper .openWechat .popWechatQR
{
	left: -230px;
	visibility: visible;
	opacity: 1;
}

.sideItemWrapper .sideFnItemImg img
{
	position: absolute;
	display: block;
}

.sideItemWrapper .sideFnItem.searchFN:hover
{
	/*background-color: #FFFFFF;*/
}

.sideItemWrapper .sideFnItem.searchFN
{
	top: 0px;
}

.sideItemWrapper .sideFnItem.locateFN
{
	top: 45px;
}

.sideItemWrapper .sideFnItem.weiboFN
{
	top: 90px;
}

.sideItemWrapper .sideFnItem.wechatFN
{
	top: 135px;
}

.sideItemWrapper .openSearch .searchFN img,
.sideItemWrapper .searchFN:hover img
{
	top: -100%;
}

.sideItemWrapper .selected.searchFN .sideFnItemImg
{
	background-color: #FFFFFF;
}

.sideItemWrapper .btnConsult img.btnShadow
{
	position: absolute;
	opacity: 1;
	top: 0px;
	right: 0px;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.sideItemWrapper .btnConsult:hover img.btnShadow
{
	top: -10px;
	right: -10px;
	opacity: 0;
}


/********** footerWrapper **********/
.footerWrapper
{
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.footerContent
{
	position: relative;
	width: 960px;
	margin: 0px auto;
}
.footerWrapper a{
	color:#666;
	text-decoration:none;
}
.footerWrapper a:hover{
	color:#999;
	text-decoration:none;
}
.footerWrapper .footerBar{
	position: relative;
	width: 100%;
	height: 30px;
	padding: 5px 0;
	background-color: #a2a2a2;
	text-align: right;
}
.footerWrapper .footerBar .btn{
	position: relative;
	display: inline-block;
	height: 30px;
	overflow: hidden;
	margin-left: 10px;
}

.footerWrapper .footerBar .qrcode{
	position: relative;
	display: inline-block;
}
.footerWrapper .footerBar .qrcode .popQRcode{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	top: -60px;
	left: -150px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 1;
}
.footerWrapper .footerBar .qrcode:hover .popQRcode{
	visibility: visible;
	opacity: 1;
}

.footerWrapper .footerBar .btn:hover img{
	margin-top: -30px;
}
.footerWrapper .footerSitemap{
	position: relative;
	width: 100%;
	background-color: #eee;
}
.footerWrapper .footerSitemap .leftContainer{
	float:left;
}

.footerWrapper .footerSitemap .rightContainer{
	float:right;
	text-align: right;
}

.footerWrapper .footerSitemap .footerTop{
	padding: 10px 0;
}

.footerWrapper .footerSitemap .footerMiddle{
	padding: 10px 0;
}

.footerWrapper .footerSitemap .footerMiddle .pageItems{
	display: inline-block;
	vertical-align: top;
	/*margin-left: 45px;*/

	margin-left: 60px;
}

.footerWrapper .footerSitemap .footerMiddle .pageItems:first-child{
	margin: 0;
}

.footerWrapper .footerSitemap .footerMiddle a{
	display:block;
	line-height: 1.5em;
	font-size: 12px;
}

.footerWrapper .footerSitemap .footerMiddle a.mainCat{
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.footerWrapper .footerSitemap .footerMiddle a.mainCat:hover{
	color: #666;
}

.footerWrapper .footerSitemap .footerBottom{
	font-size:12px;
	color: #333;
	margin: 0;
	text-align: right;
	padding: 20px 0;
}

/********** popup **********/
/*.popup
{
	position: relative;
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	margin: 0px auto;
}*/

/********** contentWrapper **********/
.contentWrapper
{
	position: relative;
	width: 100%;
	min-height: 400px;
	margin: 0px auto;
	padding-top: 100px;
	background-color: #FFFFFF;
}

/****** pageSubmenuWrapper ******/
.pageSubmenuWrapper
{
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 1;
}

.pageSubmenuWrapper .pageBanner
{
	position: relative;
	width: 100%;
	height: 220px;
	background-color: #666;
}

.pageSubmenuWrapper .pageBannerImg
{
	position: absolute;
	width: 1920px;
	height: 220px;
	left: 50%;
	margin-left: -960px;
	top: 0px;	
}

.pageSubmenuWrapper .pageSubmenu
{
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	text-align: center;
	border-top: 2px solid #a78b8b;

	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

.pageSubmenuWrapper .subMenuItem
{
	font-size: 15px;
	line-height: 1em;
	color: #666666;
	margin: 0px 10px;
	text-decoration: none;

	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

.pageSubmenuWrapper .subMenuItem:hover
{
	color: #000000;
}

/****** mainContent ******/
.mainContent
{
	position: relative;
	width: 960px;
	min-height: 300px;
	margin: 0px auto;
}

.titleStyle
{
	width: 100%;
	padding: 40px 0px;
}





/************************** VIDEO ITEM ****************************/
.videoItem{
	position: relative;
	display: inline-block;
}

.videoItem img{
	display: block;
	width: 100%;
}

.videoItem .overlayMask{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background-image: url(../images/common/overlayDim.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}
.videoItem:hover .overlayMask{
	visibility: visible;
	opacity: 1;
}
.videoItem .playMask{
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../images/common/btnPlayVideo.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin-top: -45px;
	margin-left: -30px;
}
.videoItem .playText{
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(../images/title/title_playVideo.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 30px;
	margin-top: 15px;
	margin-left: -40px;
}
.videoItem:hover .playMask{
	-webkit-animation: candyEffect 1s;
	-moz-animation: candyEffect 1s;
	-ms-animation: candyEffect 1s;
	animation: candyEffect 1s;
}

/********** freetrial footer **********/
.freeTrialForm .btnSubmitForm
{
	margin: 0px;
}

/************************* USER COUNTER ****************************/
.pplNum{
	display: inline-block;
	height: 32px;
	vertical-align: bottom;
	text-align: center;
	overflow: hidden;
}
.pplNum .digit-con,
.pplNum .comma{
	width: 18px;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	overflow: hidden;
	display: inline-block;
}
.pplNum .digit-con span{
	position: relative;
	display: block;
}

.digit0 span,
.digit1 span
{
	height: 32px;
}

/************************* USER COUNTER ****************************/
.iframeContent
{
	background-color:#FFFFFF;
}
