@charset "utf-8";
/* CSS Document */
body,form,h1,h2,h3,h4,h5,h6,h7,div,p,span,ul,ol,li,a,img,input,select,textarea,table,tr,td{
	margin:0;padding:0;
	font-weight:normal;
	outline:none;
}
body{
	width:100%;
	text-align:left;
	color:#666666;
	font-size:1em;
	-webkit-text-size-adjust:none;
	font-family:微軟正黑體,新細明體,Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
body.us{
	font-family:Arial, Helvetica, sans-serif;
}
h5{color:#000;font-size:16px; font-weight:bold; margin-top:40px;}

.home .header{
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}


/***** FAQ STYLING *****/
.ask {
cursor:pointer;
border:1px solid #dfdfdf;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
padding:12px 13px 13px;
text-shadow:1px 1px 0px #fff;
clear:both;
}

.question {
background-color:#fff;
border:1px solid #dfdfdf;
border-top:1px solid #dfdfdf;
border-left:1px solid #eee;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin:0 0 8px;
padding:15px 18px 15px;
position:relative;
}
.question p{ line-height:30px;}

.question:after {
left: 4px;
right: 4px;
bottom: -5px;
box-shadow: 0 0 2px #ddd;
}

.question, .question:before, .question:after {
background: #fff;
border: 1px solid #dfdfdf;
}

.question:before, .question:after {
content: "";
position: absolute;
bottom: -3px;
left: 3px;
right: 3px;
height: 1px;
border-top: none;
}

b{color:#b8000a; font-size:18px;font-weight:bold;}
.table-green{width:1200px; margin:0 auto;}
.table-green h3{height:50px;line-height:50px; color:#4baf01;}

li{line-height:30px;list-style-type:none;}
a{
	color:#333333; text-decoration:none;
}
a:hover{	color:#333333; text-decoration:none;	}
a img{
	border:none;
}
div.spacer{ margin:0 10px; padding:0; height:0; clear:both; font-size:0em; overflow:hidden;}
.wechatshare{
	display:none;
	width:0;height:0;
	overflow:hidden;
}

.apply{
	display:none !important;
}
.header{
	position:fixed;
	top:0;left:0;
	width:100%;
	text-align:center;
	background-color:#fff;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.13);
	-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.13);
	-ms-box-shadow:0 0 10px 0 rgba(0,0,0,.13);
	-o-box-shadow:0 0 10px 0 rgba(0,0,0,.13);
	box-shadow:0 0 10px 0 rgba(0,0,0,.13);
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
	z-index: 10000;
}
.headerTop{
	width:100%;height:37px;
	text-align:center;
	background-color:#F0F5F5;
}
.headerTopInner{
	position:relative;
	margin:0 auto;
	width:1200px;height:100%;
}
.headerTopInner .abstractNews{
	width:100%;height:100%;
	text-align:left;
	overflow:hidden;
}
.headerTopInner .abstractNews .abstractNewsList{
	width:10000px;
	height:100%;
}
.headerTopInner .abstractNews span.newsItem{
	margin-right:70px;
	height:100%;
}
.headerTopInner .abstractNews span.newsItem a .pdate{
	margin-right:8px;
	text-align:left;
	line-height:37px;
	color:#444444;
	font-size:12px;
}
.headerTopInner .abstractNews span.newsItem a .newsTitle{
	text-align:left;
	line-height:37px;
	color:#444444;
	font-size:12px;
}
.headerTopInner .abstractNews span.newsItem a:hover .pdate{
	color:#008578;
}
.headerTopInner .abstractNews span.newsItem a:hover .newsTitle{
	color:#008578;
}
.headerTopInner .headerTopLeftShadow{
	position:absolute;
	top:0;left:0;
	width:60px;height:37px;
	background:url(../images/header_top_left_shadow_bg.png) no-repeat top left;
}
.headerTopInner .headerTopRightShadow{
	position:absolute;
	top:0;right:0;
	width:60px;height:37px;
	background:url(../images/header_top_right_shadow_bg.png) no-repeat top left;
}
.headerInner{
	margin:0 auto;
	width:1200px;height:125px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.headerInner .headerLeft{
	margin-top:27px;
	float:left;
	width:300px;
	height:90px;

	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.headerInner .headerLeft a{
	display:block;
	width:100%;height:100%;
	background:url(../images/logo.png) no-repeat top left;
	background-size:300px 90px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.headerInner .headerRight{
	margin-top:27px;
	float:right;
	width:900px;

	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.headerInner .headerRight .osa{
	padding-left:37px;
	float:right;
	width:92px;height:29px;
	text-align:left;
	line-height:29px;
	color:#4baf01;
	font-size:13px;
	border:1px solid #4baf01;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	background:url(../images/cloud.png) no-repeat 13px 6px;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
.headerInner .headerRight .osa:hover{
	color:#fff;
	background:#4baf01 url(../images/cloud_white.png) no-repeat 13px 6px;
}
.headerInner .headerRight .hotline{
	margin-right:16px;
	float:right;
	height:29px;
	text-align:right;
	line-height:29px;
}
.headerInner .headerRight .hotline label{
	margin-right:5px;
	color:#4baf01;
	font-size:18px;
}
.headerInner .headerRight .hotline a.hl{
	display:inline-block;
	color:#4baf01;
	font-size:18px;
}
.headerInner .headerRight .mm{
	width:100%;height:65px;
	list-style:none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.headerInner .headerRight .mm .mmItem{
	position:relative;
	float:right;
}
.headerInner .headerRight .mm .mmItem .mmLink{
	display:block;
	padding:0 15px;
	text-align:center;
	line-height:65px;
	color:#000;
	font-size:14px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.headerInner .headerRight .mm .mmItem:first-child .mmLink{
	padding-right:0;
}
body.us .headerInner .headerRight .mm .mmItem .mmLink{
	padding:0 8px;
}
body.us .headerInner .headerRight .mm .mmItem:first-child .mmLink{
	padding-right:0;
}
.headerInner .headerRight .mm .mmItem:hover .mmLink{
	color:#4baf01;
}
.headerInner .headerRight .mm .mmItem .sm{
	visibility: hidden;
	padding:14px 0;
	position:absolute;
	top:41px;left:15px;
	background-color:#fff;
	list-style:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/*
	transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
	-webkit-transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
	-moz-transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
	-ms-transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
	-o-transition: opacity 300ms ease-out, visibility 0ms linear 300ms;
	*/
}
.headerInner .headerRight .mm .mmItem:nth-child(2) .sm{
	left:auto;
	right:0;
}
body.us .headerInner .headerRight .mm .mmItem .sm{
	left:10px;
}
body.us .headerInner .headerRight .mm .mmItem:nth-child(2) .sm{
	left:auto;
	right:0;
}
.headerInner .headerRight .mm .mmItem:hover .sm{
	visibility: visible;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/*
	transition: opacity 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-ms-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	*/
}
.headerInner .headerRight .mm .mmItem .sm li{
	
}
.headerInner .headerRight .mm .mmItem .sm li a{
	display:block;
	padding:0 23px;
	width:140px;
	text-align:left;
	line-height:47px;
	color:#000;
	font-size:14px;
	transition:all .2s;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
}
.headerInner .headerRight .mm .mmItem:first-child .sm li a{
	text-align:right;
}
body.us .headerInner .headerRight .mm .mmItem .sm li a{
	width:240px;
}
.headerInner .headerRight .mm .mmItem .sm li a:hover{
	color:#4baf01;
}
.innerPage .headerInner{
	height:90px;
}
.innerPage .headerInner .headerLeft{
	margin-top:27px;
	width:300px;height:90px;
}
.innerPage .headerInner .headerLeft a{
	background:url(../images/logo_l.png) no-repeat top left;
	background-size:300px 71px;
}
.innerPage .headerInner .headerRight{

}
.innerPage .headerInner .headerRight .mm{
	margin-top:0;
	height:65px;
}
.innerPage .headerInner .headerRight .mm .mmItem .mmLink{
	line-height:65px;
}
.innerPage .headerInner .headerRight .mm .mmItem .sm{
	top:65px;
}
.main{
	padding-top:180px;
	text-align: center;
	min-height:260px;
	/* overflow-x:hidden; */
}
.mainInner{
	position:relative;
	margin:0 auto;padding:0;
	width:100%;
}
.mainInner .pub{
	position:absolute;
	right:-354px;
	display:none;
	z-index:1000;
}
/*banner h1*/
.banner{
	position: absolute;
	top: 0;
	width: 100%;
	height: 440px;
	/*background-color:#4baf01;*/
}
.bannerInner{
	position:relative;
	width:100%;height:100%;
	overflow:hidden;
}
.bannerImg{
	display:none;
	/*position:absolute;*/
	width:1910px;height:100%;
	top:0;
	margin: 0 auto;
}
.bannerCaption{
	position:absolute;
	width:100%;height:58px;
	bottom:-58px;left:0;
	background:url('../..../images/bannerCaption.png') repeat-x top left;
}
.bannerCaptionInner{
	position:relative;
	width:100%;height:58px;
}
.bannerCaption .bannerCaptionInner .bannerText{
	display:none;
	position:absolute;
	width:1000px;height:58px;
	top:0;
	text-align:left;
	line-height:58px;
	color:#fff;
	font-size:25px;
	text-shadow:2px 2px 5px #000;
}

/*sitetree*/
.sitetree{
	position: absolute;
	top: 440px;
	width: 100%;
	text-align: center;
	height: 32px;
	background: url('../..../images/st_bg.png') repeat-x top left;
}
.sitetreeInner{
	margin-left: 300px;
	width:1000px;height:32px;
	text-align:left;
	line-height:32px;
	color:#666666;
	font-size:12px;
}

.sitetreeInner a{
	margin-right:12px;
	padding-right:17px;
	line-height:32px;
	color:#666666;
	font-size:12px;
	background:url('../images/st.png') no-repeat right 3px;
}
.sitetreeInner a:hover{
	color:#01848b;
}

/*main content*/
.mainContent{
	margin:0 auto;
	width:1200px;
	padding-top:252px;
	padding-bottom:50px;
}

.main .block{
	
}
.main .block h2.blockTitle{
	text-align:center;
	line-height:64px;
	color:#4baf01;
	font-size:42px;
	font-weight:normal;
}
.footer{
	width:100%;
	border-top:1px solid #EEEEEE;
}
.footerTop{
	padding-bottom:70px;
	width:100%;min-height:220px;
	background-color:#FCFCFC;
}
.footerTopInner{
	margin:0 auto;
	width:1200px;
}
.footerTopInner .footerItem{
	margin-top:37px;
	margin-right:195px;
	float:left;
}
.footerTopInner .footerItem:nth-child(3){
	margin-right:0;
}
body.us .footerTopInner .footerItem{
	margin-right:118px;
}
body.us .footerTopInner .footerItem:last-child{
	margin-right:0;
}
.footerTopInner .footerItem .footerItemTitle{
	text-align:left;
	line-height:43px;
	color:#4baf01;
	font-size:16px;
}
.footerTopInner .footerItem .footerItemList{
	float:left;
	text-align:left;
	line-height:27px;
}
.footerTopInner .footerItem .footerItemList a{
	color:#333333;
	font-size:14px;
}
.footerTopInner .footerItem .footerItemList a:hover{
	color:#4baf01;
}
.footerBottom{
	width:100%;height:82px;
	background-color:#EAEAEA;
}
.footerBottomInner{
	margin:0 auto;
	width:1200px;
}
.footerBottomLeft{
	margin-top:32px;
	width:600px;
	float:left;
	text-align:left;
	line-height:21px;
	color:#2C2C2C;
	font-size:13px;
}
.footerBottomLeft .txt{
	position:relative;
	top:-5px;
	display:inline-block;
	height:21px;
	text-align:left;
	line-height:21px;
	color:#2C2C2C;
	font-size:13px;
}
.footerBottomLeft a{
	color:#009398;
}
.footerBottomLeft .fbLink{
	display:inline-block;
	margin-left:10px;
	width:25px;height:21px;
	background:url(../images/fb_icon.png) no-repeat top left;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
.footerBottomLeft .fbLink:hover{
	background:url(../images/fb_over_icon.png) no-repeat top left;
}
.footerBottomLeft .twLink{
	display:inline-block;
	margin-left:10px;
	width:25px;height:21px;
	background:url(../images/tw_icon.png) no-repeat top left;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
.footerBottomLeft .twLink:hover{
	background:url(../images/tw_over_icon.png) no-repeat top left;
}
.footerBottomRight{
	width:600px;
	float:right;
}
.footerBottomRight .ir{
	float:right;
}
.footerBottomRight .footerLocale{
	position: relative;
	margin-top:25px;
	margin-right:49px;
	padding-left: 42px;
	width:86px;height:33px;
	float:right;
	background:#DDDDDD url(../images/global_icon.png) no-repeat 11px 7px;
	cursor: pointer;
}
.footerBottomRight .footerLocale .currentLang{
	display: block;
	width: 86px;
	height: 33px;
	text-align: left;
	line-height: 33px;
	color: #444444;
	font-size: 14px;
	background:url(../images/up_arrow.png) no-repeat 59px 11px;
}
.footerBottomRight .footerLocale:hover .currentLang{
	color:#4baf01;
	background:url(../images/up_arrow_over.png) no-repeat 59px 11px;
}
.footerBottomRight .footerLocale .langList{
	position: absolute;
	width: 128px;
	height: 0;
	top: 0;
	left: 0;
	background-color: #DDDDDD;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	overflow: hidden;
}
.footerBottomRight .footerLocale:hover .langList{
	top: -66px;
	height: 66px;
}
.footerBottomRight .footerLocale .langList a{
	display: block;
	width: 100%;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color: #444444;
	font-size: 14px;
}
.footerBottomRight .footerLocale .langList a:hover{
	color:#4baf01;
}
.liveChat{
	display:none;
	position:fixed;
	right:32px;bottom:0;
	padding-right:38px;
	width:100px;height:35px;
	text-align:center;
	line-height:35px;
	color:#fff;
	font-size:17px;
	background:#009597 url(../images/up_arrow2.png) no-repeat 100px 13px;
}
.liveChat:hover{
	color:#fff;
}
#bodyWrap{
	margin:0;padding:0;
	width:100%;height:100%;
	display:none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	position:fixed;
	top:0;left:0;
	background:#000;
	z-index:10000;
}
/*enquiry*/
#floatEnquiry{
	margin:0;padding:0;
	width:444px;height:493px;
	display:none;
	position:fixed;
	background:#fff;
	z-index:10001;
	text-align:center;
}
#floatEnquiry .floatEnquiryTop{
	margin:0 auto;
	width:410px;height:53px;
	border-bottom:1px solid #d1e3e3;
}
#floatEnquiry .floatEnquiryTop .lTitle{
	width:360px;
	text-align:left;
	line-height:53px;
	color:#008584;
	font-size:20px;
	float:left;
}
body.hk #floatEnquiry .floatEnquiryTop .lTitle, #floatEnquiry .floatEnquiryTop .lTitle{
	font-family:微軟正黑體;
}
#floatEnquiry .floatEnquiryTop .close{
	display:block;
	margin-top:14px;
	width:26px;height:26px;
	float:right;
}
#floatEnquiry div.enquiryForm{
	padding:23px 42px 0 26px;
	width:376px;
}
#floatEnquiry div.enquiryForm ul{
	width:100%;
	list-style:none;
}
#floatEnquiry div.enquiryForm ul li{
	margin-bottom:6px;
	width:100%;
}
#floatEnquiry div.enquiryForm ul li .label{
	width:110px;height:28px;
	float:left;
	text-align:left;
	line-height:28px;
	color:#333333;
	font-size:14px;
}
body.us #floatEnquiry div.enquiryForm ul li .label{
	font-size:12px;
}
#floatEnquiry div.enquiryForm ul li .label em{
	font-style:normal;
	color:#008584;
}
body.hk #floatEnquiry div.enquiryForm ul li .label, #floatEnquiry div.enquiryForm ul li .label{
	font-family:微軟正黑體;
}
#floatEnquiry div.enquiryForm ul li .ip{
	width:266px;
	float:right;
	text-align:left;
}
#floatEnquiry div.enquiryForm ul li .ip .cf{
	width:264px;height:26px;
	text-align:left;
	line-height:26px;
	color:#333333;
	font-size:14px;
	background-color:#fff;
	border:1px solid #d3e2e1;
}
#floatEnquiry div.enquiryForm ul li .ip .splan{
	width:267px;height:26px;
	background-color:#fff;
	border:1px solid #d3e2e1;
}
#floatEnquiry div.enquiryForm ul li .ip .ck{
	margin-right:2px;
}
#floatEnquiry div.enquiryForm ul li .ip label{
	margin-right:23px;
	line-height:26px;
	color:#333333;
	font-size:14px;
}
body.us #floatEnquiry div.enquiryForm ul li .ip label{
	font-size:12px;
}
#floatEnquiry div.enquiryForm ul li .ip label.sp{
	margin-left:3px;
	margin-right:2px;
}
body.hk #floatEnquiry div.enquiryForm ul li .ip label, #floatEnquiry div.enquiryForm ul li .ip label{
	font-family:微軟正黑體;
}
#floatEnquiry div.enquiryForm ul li .ip #how_other{
	width:129px;height:26px;
	text-align:left;
	line-height:26px;
	color:#333333;
	font-size:14px;
	background-color:#fff;
	border:1px solid #d3e2e1;
}
#floatEnquiry div.enquiryForm ul li .ip textarea{
	width:264px;height:84px;
	text-align:left;
	line-height:26px;
	color:#333333;
	font-size:14px;
	background-color:#fff;
	border:1px solid #d3e2e1;
	font-family:Arial,Times, serif,新細明體;
}
#floatEnquiry div.enquiryForm ul li .ip #code{
	margin-right:7px;
	width:121px;height:26px;
	float:left;
	text-align:left;
	line-height:26px;
	color:#333333;
	font-size:14px;
	background-color:#fff;
	border:1px solid #d3e2e1;
}
#floatEnquiry div.enquiryForm ul li .ip #validate_code{
	float:right;
}
#floatEnquiry div.enquiryForm ul li .ip .send{
	display:block;
	width:266px;height:34px;
	text-align:center;
	line-height:34px;
	color:#fff;
	font-size:18px;
	background-color:#008584;
}
body.hk #floatEnquiry div.enquiryForm ul li .ip .send, #floatEnquiry div.enquiryForm ul li .ip .send{
	font-family:微軟正黑體;
}
#floatEnquiry  .loading{
	position:relative;
	top:130px;left:0;
	width:100%;
	text-align:center;
}
#floatEnquiry .loading p{
	margin-top:10px;
	width:100%;
	text-align:center;
	line-height:18px;
	color:#333333;
	font-size:14px;
}
body.hk #floatEnquiry div.cForm .loading p, #floatEnquiry div.cForm .loading p, #floatEnquiry div.cForm .loading p, #floatEnquiry div.cForm .loading p{
	font-family:微軟正黑體;
}
#floatEnquiry #successBox{
	margin-top:15px;
	padding:0 20px;
	text-align:left;
	line-height:20px;
	color:#008584;
	font-size:14px;
}
body.us #floatEnquiry #successBox{
	font-size:12px;
}
body.hk #floatEnquiry #successBox, #floatEnquiry #successBox{
	font-family:微軟正黑體;
}
#floatEnquiry #errorBox{
	margin-top:15px;
	padding:0 20px;
	text-align:left;
	line-height:20px;
	color:#F00;
	font-size:14px;
}
body.us #floatEnquiry #errorBox{
	font-size:12px;
}
body.hk #floatEnquiry #errorBox, #floatEnquiry #errorBox{
	font-family:微軟正黑體;
}
.errorTip{
	position:fixed;
	display:none;
	width:700px;
	text-align:center;
	z-index:100001;
	background:#fff;
	border:1px solid #008584;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
　border-radius:15px;
}
.errorTipContent{
	margin:0 auto;padding:0 20px 0 20px;
	display:inline-block;
	background:url('../..../images/error_tip.png') no-repeat 0 10px;
}
.errorTipTxt{
	margin:0 auto;padding:8px 0;
	display:inline-block;
	text-align:left;
	line-height:20px;
	color:#F00;
	font-size:14px;
}
body.hk .errorTipTxt{
	font-family:微軟正黑體;
}
/*share button*/
.share_button{
	position:relative;
}
.share_button ul{
	position:absolute;
	display:none;
	width:150px;height:auto;
	top:32px;left: 0;
	border:1px solid #cbcccc;
	z-index:10000;
	list-style:none;
	background-color: #fff;
}
.share_button ul li{
	text-align:left;
	padding:6px 0 6px 14px;
	border-bottom: 1px solid #cbcccc;
}
.share_button ul li.last{
	border:none;
}

/*download button*/
.download_button{
	position:relative;
}
.download_button ul{
	position:absolute;
	display:none;
	width:150px;height:auto;
	top:32px;left: 0;
	border:1px solid #cbcccc;
	z-index:10000;
	list-style:none;
	background-color: #fff;
}
.download_button ul li{
	text-align:left;
	padding:6px 0 6px 14px;
	border-bottom: 1px solid #cbcccc;
}
.download_button ul li.last{
	border:none;
}
.download_button ul li a{
	font-size:13px;
}
body.hk .download_button ul li a, .download_button ul li a{
	font-size:14px;
}
#deleteCpPopup{
	display:none;
	position:fixed;
	margin:0;padding:0;
	width:456px;height:263px;
	top:50%;left:50%;
	background:#fff;
	border:1px solid #008585;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	z-index:10002;
}
#deleteCpPopupInner{
	position:relative;
	width:100%;height:100%;
}
#deleteCpPopupInner .deleteCpPopupClose{
	position:absolute;
	display:block;
	width:26px;height:26px;
	top:13px;right:10px;
	background:url('../../img/system/www/p/sa/popup_close.png') no-repeat top left;
}
#deleteCpPopupInner .deleteCpTip{
	position:absolute;
	width:100%;height:30px;
	top:90px;left:0;
	text-align:center;
	line-height:30px;
	color:#000000;
	font-size:20px;
}
body.hk #deleteCpPopupInner .deleteCpTip,
 #deleteCpPopupInner .deleteCpTip{
	font-family:微軟正黑體;
}
#deleteCpPopupInner .deleteCpPopupCancel{
	position:absolute;
	width:106px;height:28px;
	top:170px;left:117px;
	text-align:center;
	line-height:28px;
	color:#fff;
	font-size:15px;
	background-color:#008583;
}
#deleteCpPopupInner .deleteCpPopupConfirm{
	position:absolute;
	width:106px;height:28px;
	top:170px;left:234px;
	text-align:center;
	line-height:28px;
	color:#fff;
	font-size:15px;
	background-color:#008583;
}
@media (max-width: 1200px){
	.headerTopInner{
		width:1000px;
	}
	.headerInner{
		width:986px;
	}
	.footerTopInner{
		width:1000px;
	}
	.footerTopInner .footerItem{
		margin-right:195px;
	}
	.footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	body.us .footerTopInner .footerItem{
		margin-right:91px;
	}
	body.us .footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	.footerBottomInner{
		width:1000px;
	}
	.footerBottomRight{
		width:400px;
	}
}
@media (max-width: 1040px){
	.headerTopInner{
		width:1000px;
	}
	.headerInner{
		width:986px;
	}
	.footerTopInner{
		width:1000px;
	}
	.footerTopInner .footerItem{
		margin-right:195px;
	}
	.footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	body.us .footerTopInner .footerItem{
		margin-right:68px;
	}
	body.us .footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	.footerBottomInner{
		width:1000px;
	}
	.footerBottomRight{
		width:400px;
	}
}
@media (min-width: 1040px) and (max-width: 1080px){
	.headerTopInner{
		width:1020px;
	}
	.headerInner{
		width:1000px;
	}
	.footerTopInner{
		width:1020px;
	}
	.footerTopInner .footerItem{
		margin-right:201px;
	}
	.footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	body.us .footerTopInner .footerItem{
		margin-right:73px;
	}
	body.us .footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	.footerBottomInner{
		width:1020px;
	}
	.footerBottomRight{
		width:400px;
	}
}
@media (min-width: 1080px) and (max-width: 1140px){
	.headerTopInner{
		width:1060px;
	}
	.headerInner{
		width:1040px;
	}
	.footerTopInner{
		width:1060px;
	}
	.footerTopInner .footerItem{
		margin-right:214px;
	}
	.footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	body.us .footerTopInner .footerItem{
		margin-right:82px;
	}
	body.us .footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	.footerBottomInner{
		width:1040px;
	}
	.footerBottomRight{
		width:400px;
	}
}
@media (min-width: 1140px) and (max-width: 1260px){
	.headerTopInner{
		width:1120px;
	}
	.headerInner{
		width:1100px;
	}
	.footerTopInner{
		width:1120px;
	}
	.footerTopInner .footerItem{
		margin-right:235px;
	}
	.footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	body.us .footerTopInner .footerItem{
		margin-right:98px;
	}
	body.us .footerTopInner .footerItem:last-child{
		margin-right:0;
	}
	.footerBottomInner{
		width:1120px;
	}
	.footerBottomRight{
		width:400px;
	}
}

body#svg-body .headerInner .headerLeft a{
	background: url(../images/logo.png) no-repeat top left;
	background-size: 300px 90px;
}
body#svg-body.innerPage .headerInner .headerLeft a{
  background: url(../images/logo.png) no-repeat top left;
	background-size: 300px 90px ;
}
body#svg-body .footerBottomLeft .fbLink{
	background:url(../images-svg/fb_icon.svg) no-repeat top left;
}
body#svg-body .footerBottomLeft .fbLink:hover{
	background:url(../images-svg/fb_over_icon.svg) no-repeat top left;
}
body#svg-body .footerBottomLeft .twLink{
	background:url(../images-svg/tw_icon.svg) no-repeat top left;
}
body#svg-body .footerBottomLeft .twLink:hover{
	background:url(../images-svg/tw_over_icon.svg) no-repeat top left;
}
body#svg-body .footerBottomRight .footerLocale{
	background:#DDDDDD url(../images-svg/global_icon.svg) no-repeat 11px 7px;
}
body#svg-body .footerBottomRight .footerLocale .currentLang{
	background:url(../images-svg/up_arrow.svg) no-repeat 59px 11px;
}
body#svg-body .footerBottomRight .footerLocale:hover .currentLang{
	background:url(../images-svg/up_arrow_over.svg) no-repeat 59px 11px;
}
div.form-holder {
	padding:20px;	
	text-align: left;
    width: 600px;
    margin: 0 auto;
}

form .required {
	color:#cd0000;
}

form .field {
	margin-top:10px; 
	margin-bottom:15px;
}

form .field:first-child {
	margin-top:0;
}

form .field:after {
	content:"\0020"; 
	display:block; 
	height:0; 
	clear:both; 
	overflow:hidden; 
	visibility:hidden;
}

form label {
	display:block; 
	float:left; 
	width:120px; 
	margin:6px 20px 0 0;	
	font-size:13px; 
	line-height:18px;
}

form .inputs {
	float:left; 
	width:418px;
}

input.aweform, select.aweform, textarea.aweform {
	font-family:Arial,Tahoma,Sans-Serif; 
	font-size:13px; 
	line-height:18px;
}

input.aweform[type=text] {
	-moz-background-clip:padding; 
	-webkit-background-clip:padding; 
	-o-background-clip:padding-box; 
	-ms-background-clip:padding-box; 
	-khtml-background-clip:padding-box; 
	background-clip:padding-box; 
	border:1px solid #bbbbbb; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	box-sizing:border-box; 
	color:#7e7e7e; 
	width:300px;
	height:30px; 
	margin:0; 
	outline:0; 
	padding:5px 8px 6px 8px; 
	position:relative; 	
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
    -moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;
}

input.aweform[type=text]:focus {
	border-color:#999; 
	color:#333; 
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;	
}

input.small[type=text] {
	width:200px;
}

::-webkit-input-placeholder {
	color:#bbb;
}

input.aweform:-moz-placeholder {
	color:#bbb;
}

textarea.aweform {
	-moz-background-clip:padding; 
	-webkit-background-clip:padding; 
	-o-background-clip:padding-box; 
	-ms-background-clip:padding-box; 
	-khtml-background-clip:padding-box; 
	background-clip:padding-box; 
	border:1px solid #bbbbbb; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	box-sizing:border-box; 
	color:#666; 
	width:100%;
	height:150px; 
	margin:0; 
	outline:0; 
	padding:10px; 
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
    -moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;
}

textarea.aweform:focus, select.aweform:focus {
	border-color:#999; 
	color:#333; 
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;	
}

select.aweform {
	border:1px solid #bbbbbb; color:#666;
	 -moz-border-radius:5px; 
	 -webkit-border-radius:5px; 
	 -o-border-radius:5px; 
	 -ms-border-radius:5px; 
	 -khtml-border-radius:5px;
	 border-radius:5px; 
	 -moz-box-sizing:border-box; 
	 -webkit-box-sizing:border-box; 
	 -ms-box-sizing:border-box; 
	 box-sizing:border-box; 
	 width:300px;
	 height:30px; 
	 margin:0; 
	 padding:4px; 
	 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: border linear 0.3s, box-shadow linear 0.3s;
    -moz-transition: border linear 0.3s, box-shadow linear 0.3s;
	transition: border linear 0.3s, box-shadow linear 0.3s;
}
div.form-submit {
	clear:both; 
	text-align:left; 
	padding-top:10px;
}

div.form-submit:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

button, input[type="submit"] {
	background-color:#8dc63f;
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#a8d34e),color-stop(100%,#6aad2d)); 
	background-image:-webkit-linear-gradient(#a8d34e,#6aad2d); 
	background-image:-moz-linear-gradient(#a8d34e,#6aad2d); 
	background-image:-o-linear-gradient(#a8d34e,#6aad2d); 
	background-image:linear-gradient(#a8d34e,#6aad2d); 
	-moz-background-clip:padding; 
	-webkit-background-clip:padding; 
	-o-background-clip:padding-box; 
	-ms-background-clip:padding-box; 
	-khtml-background-clip:padding-box; 
	background-clip:padding-box; 
	border:1px solid #5e8c22; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	-o-border-radius:4px; 
	-ms-border-radius:4px; 
	-khtml-border-radius:4px; 
	border-radius:4px; 
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.3); 
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.3); 
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.3); 
	box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.3); 
	color:#fff; 
	cursor:pointer; 
	display:inline-block;
	float:left;
	font:13px/17px Arial,Tahoma,sans-serif;
	font-weight:bold; 
	margin:0;
	padding:5px 10px 6px; 
	text-align:left; 
	-moz-text-shadow:0px 1px rgba(0,0,0,0.2); 
	text-shadow:0px 1px rgba(0,0,0,0.2); 
	-moz-transition-duration:0.3s; 
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s; 
	transition-duration:0.3s;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color:#73af3d; 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#9ec747),color-stop(100%,#5f9a29)); 
	background-image:-webkit-linear-gradient(#9ec747,#5f9a29); 
	background-image:-moz-linear-gradient(#9ec747,#5f9a29); 
	background-image:-o-linear-gradient(#9ec747,#5f9a29); 
	background-image:linear-gradient(#9ec747,#5f9a29); 
	-moz-background-clip:padding; 
	-webkit-background-clip:padding; 
	-o-background-clip:padding-box; 
	-ms-background-clip:padding-box; 
	-khtml-background-clip:padding-box; 
	background-clip:padding-box; 
	border-color:#487420; 
	text-decoration:none; 
	-moz-transition-duration:0s; 
	-webkit-transition-duration:0s; 
	-o-transition-duration:0s; 
	transition-duration:0s;
}

button:after {
	content:""; 
	float:right; 
	width:17px;
	height:17px; 
	margin:0 0 0 10px; 
	background:url(../images/icon/submit.png) no-repeat top center; 
	opacity:0.5;
	-webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
	transition: opacity linear 0.3s; 
}

button:hover:after, button:focus:after {
	opacity:0.9; 
}

button[disabled], input[type="submit"][disabled] {
	border:1px solid #ccc !important; 
	background-color:#bbb; 
	background-image:none; 
	color:#dfdfdf; 
	cursor:not-allowed; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	-o-box-shadow:none; 
	box-shadow:none; 
	text-shadow:none;
}

button[disabled]:after, input[type="submit"][disabled]:after {
	opacity:0.2;
}

/********************
    - Preloader -
********************/
.preloader {
	float:right;
	padding:4px 5px;	
}

/******************
    - Captcha -
******************/
div.captcha {
	clear:both;
	display:inline-block;
	border:1px solid #888;
	padding:5px;
	margin-bottom:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background-color:#ededed;
	background:-moz-linear-gradient(top,#fff 2%,#fbfbfb 5%,#dedede 100%); 
	background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,#fff),color-stop(5%,#fbfbfb),color-stop(100%,#dedede));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb',EndColorStr='#dedede')";
}

div.captcha img {
	display:block;
	float:left;
}

div.captcha img.captcha-img {
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

div.captcha img.change-captcha {
	margin-top:5px;
	margin-left:5px;
}

img.change-captcha {
	cursor:pointer;	
}

input.captcha[type=text] {
	width:202px;
	margin-top:5px;
}
.notification {
	display:none;
	clear:both;
	margin-bottom:15px;	
	padding:10px 10px 10px 40px;
	min-height:20px; 
	font-family:Arial,Tahoma,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset; 
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset; 
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset; 
	box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset; 
}

/* Notification icon */
.icon {
	position:absolute;
	background-image:url(../images/icon/notification.png);
	background-repeat:no-repeat;
	height:15px;
	top:14px;
}

/* Notification - Fail */
.fail {
	border:1px solid #dc4e4d;
	color:#b52525;
	background-color:#ec8282;	
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#f48888),color-stop(100%,#e17575)); 
	background-image:-webkit-linear-gradient(#f48888,#e17575); 
	background-image:-moz-linear-gradient(#f48888,#e17575); 
	background-image:-o-linear-gradient(#f48888,#e17575); 
	background-image:linear-gradient(#f48888,#e17575); 
	-moz-text-shadow:0px 1px rgba(255,255,255,0.2); 
	text-shadow:0px 1px rgba(255,255,255,0.2); 
}

.fail .icon {	
	width:13px; 	
	left:16px;
	background-position:0 0;	
}

/* Notification - Success */
.success {
	border:1px solid #accc5d;
	color:#70892b;
	background-color:#c8e185; 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#d0e98e),color-stop(100%,#c1da7f)); 
	background-image:-webkit-linear-gradient(#d0e98e,#c1da7f); 
	background-image:-moz-linear-gradient(#d0e98e,#c1da7f); 
	background-image:-o-linear-gradient(#d0e98e,#c1da7f); 
	background-image:linear-gradient(#d0e98e,#c1da7f); 
	-moz-text-shadow:0px 1px rgba(255,255,255,0.3);
	text-shadow:0px 1px rgba(255,255,255,0.3);
}

.success .icon {	
	width:14px;
	left:16px;
	background-position:0 -15px;	
}

.success strong {
	color:#4c5d1e;
}

/* Notification close button */
.close-notification {
	position:absolute; 
	width:5px; 
	height:6px; 
	top:18px; 
	right:10px; 
	cursor:pointer;
	background-image:url(../images/icon/close.png);
	background-repeat:no-repeat;
}

.fail .close-notification {
	background-position:0 0;	
}

.success .close-notification {
	background-position:0 -6px;	
}

/*********************
    - Responsive -
*********************/
@media only screen and (min-width:0px) and (max-width:767px) {
	form label {
		clear:both;
		width:100%;
		margin-bottom:6px;	
	}
	
	form .inputs {
		clear:both;
		width:100%;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.ajax-contact-form {
		margin:30px auto;		
	}
	
	.ajax-contact-form div.form .title {
		font-size:16px;
		padding:12px;	
	}
	
	form label {
		font-size:12px;
		line-height:12px;	
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.ajax-contact-form {
		margin:15px auto;		
	}
	
	.ajax-contact-form div.form .title {
		font-size:14px;
		padding:10px;	
	}
	
	form label {
		font-size:11px;
		line-height:11px;	
	}
	
	input.aweform[type=text], select.aweform {
		width:100%;	
	}
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	.logo {
	margin-bottom: 20px;
    text-align: center;
	}
	
	.footer-bottom p {
	padding-left: 17px;
	}
	
	.footer-nav ul {
    float: left;
    }
	
	.footer-nav ul li a.first {

	}
	
	.breadcrumbs ul {
	float: left;
	}
	
	.service {
	margin: 20px 0;
	}
	
	.services img {
	margin: 25px 0;
	}
	
	.filter-list  { display: none; }
	
	.filter-select {
	display: block;
    position: relative;
    margin-top: -15px;
    margin-bottom: 25px;
    }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.desc { margin-bottom: 20px !important; }
	.promo .btn.big {
	float: none;
	margin: 3px 0 30px 30px;
	padding: 0 24px 0px;
	line-height: 38px;
    }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.desc { margin-bottom: 20px !important; }
	.welcome h3 { font-size: 20px; }
	}
