@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */


/***index style ***/

/* index_a區 */

.index_a_left_box {
	width:173px;
	height:850px;
	float:left;

}

#index_a_left_1 {
	z-index:99;
	position:absolute;
	height:850px;
	background:url(../image/index_a_left_1.png) no-repeat;
}

#index_a_left_2 {
	z-index:99;
	position:absolute;
	height:850px;
	background:url(../image/index_a_left_2.png) no-repeat;
}


.index_a_right_box {
	width:173px;
	height:850px;
	float:right;
	margin-top:-850px;
	margin-right:-44px;

}

#index_a_right_1 {
	z-index:99;
	position:absolute;
	width:173px;
	height:850px;
	background:url(../image/index_a_right_1.png) no-repeat;
}


#index_a_right_2 {
	z-index:99;
	position:absolute;
	width:173px;
	height:850px;
	background:url(../image/index_a_right_2.png) no-repeat;
}


.index_a_main_box {
	width:678px;
	height:650px;
	margin:auto;
	margin-top:-850px;

	
}


#index_a_main_1_1{
	position: absolute;
	background:url(../image/index_a_main_1_1.png) no-repeat;
	width: 678px;
	height:850px;
}


#index_a_main_1_2{
	position: absolute;
	background:url(../image/index_a_main_1_2.png) no-repeat;
	width: 678px;
	height:850px;
}


#index_a_main_2_1{
	position: absolute;
	background:url(../image/index_a_main_2_1.png) no-repeat;
	width: 678px;
	height:850px;
}

#index_a_main_2_2{
	position: absolute;
	background:url(../image/index_a_main_2_2.png) no-repeat;
	width: 678px;
	height:850px;
}


.index_a_titile_box {
	position:relative;
	z-index:9999;
	height:120px;
	width:1024px;
	margin:auto;
	top:-820px;
}



.index_a_subtitle {
	text-align:center;
	font-size:38px;
	font-weight:100;
    color: #735416;
	font-family:Myriad pro, Arial, Helvetica, sans-serif;
}


.inedx_a_title_text {
	text-align:center;
	font-size:66px;
	font-weight:600;
	line-height:55px;
    color: #ad6445;
	font-family:Avenir ,Myriad , Arial, Helvetica, sans-serif;
}




.ipad_text {
	text-align:left;
	font-size:23px;
    color: #cc9500;
	font-family:Avenir ,Myriad , Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin:272px 0 0 178px;
}






.index_a_movie {
	position:absolute;
	z-index:1px;
	background:url(../image/office_index_a_movie.gif)no-repeat 0 0;
	width:430px;
	height:324px;
	left:36px;
	top:145px;	
}

a.example_1 {
	position:absolute;
	text-align:center;
	line-height:29px;
	font-family:Myriad pro, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#8D8D67;
	left:330px;
	top:20px;
	z-index:1;
	
	text-decoration: none; /** 宣告HTML連結消除底線 **/
	
	height: 27px;   
    width: 180px;
	border-radius:8px 8px 8px 8px; /** 圆角的大小 **/
	border-color: #8D8D67; /** 边框颜色 **/
	border-style:solid;
	border-width:2px; /** 边缘的宽度，如果要分别设置可以这样：border-width: 15px 5px 15px 5px;依次为上、右、下、左  **/
}  


a.example_1:hover {
	color:#2F88B8;
	height: 27px; 
	width: 180px;
	border-style:solid;
	border-width:2px;
	border-color:#2F88B8;
}


/* index_b區 */

.index_b_1_bg_cover {
	background:#FEDCD6 repeat-x ;
	height:440px;

	
	
}

.index_b_1_bg {
	background:#FEDCD6 no-repeat ;
	width:1024px;
	height:440px;
	margin:auto;
	
}

.index_b_2_bg_cover {
	background:#DEFFB1 repeat-x ;
	height:440px;
	
}

.index_b_2_bg {
	background:#DEFFB1 no-repeat ;
	width:1024px;
	height:440px;
	margin:0 auto;
}

.index_b_3_bg_cover {
	background:#C5FFFF repeat-x ;
	height:440px;
	
}

.index_b_3_bg {
	background:#C5FFFF no-repeat ;
	width:1024px;
	height:440px;
	margin:0 auto;
}

.index_b_4_bg_cover {
	background:#FEE5B8 repeat-x ;
	height:440px;
	
}

.index_b_5_bg_cover {
	background:#c2d7fe repeat-x ;
	height:440px;
	
}

.index_b_4_bg {
	background:#FEE5B8 no-repeat ;
	width:1024px;
	height:440px;
	margin:0 auto;
}

.index_b_5_bg {
	background:#c2d7fe no-repeat ;
	width:1024px;
	height:440px;
	margin:0 auto;
}


.index_b_left_box {
	width:512px;
	height:440px;
	float:left;	
}

.index_b_right_box {
	width:512px;
	height:440px;
	float:right;
		
}

.inedx_b_title {
	width:490px;
	text-align:center;
	font-size:40px;
	line-height:70px;
    color:#333;
	font-family:Avenir Next,Myriad , Arial, Helvetica, sans-serif;
}

.index_b_subtitle {
	text-align:center;
	width:490px;
	font-size:26px;
    color: #999999;
	font-family:Myriad pro, Arial, Helvetica, sans-serif;
	line-height:34px;
	float:left;
	
}


/*色三角形 */

.index_b_1_triangle {
	border-style:solid;
    border-width:50px;
    border-color: #FEDCD6 transparent transparent transparent;
	float:left;
	margin:0px 0 0 487px;
	text-align:center;
}

.index_b_2_triangle {
	border-style:solid;
    border-width:50px;
    border-color: #DEFFB1 transparent transparent transparent;
	float:left;
	margin:-100px 0 0 487px;
	text-align:center;
}

.index_b_3_triangle {
	border-style:solid;
    border-width:50px;
    border-color: #C5FFFF transparent transparent transparent;
	float:left;
	margin:-100px 0 0 487px;
	text-align:center;
}

.index_b_4_triangle {
	border-style:solid;
    border-width:50px;
    border-color: #FEE5B8 transparent transparent transparent;
	float:left;
	margin:-100px 0 0 487px;
	text-align:center;
}


.index_b_1 {
	background:url(../image/index_b_1.png) no-repeat;
	width:450px;
	height:380px;
	margin:60px 0 0 31px;
}

.index_b_2 {
	background:url(../image/index_b_2.png) no-repeat;
	width:450px;
	height:380px;
	margin:-40px 0 0 31px;
}

.index_b_3 {
	background:url(../image/index_b_3.png) no-repeat;
	width:450px;
	height:380px;
	margin:-40px 0 0 31px;
}

.index_b_4 {
	background:url(../image/index_b_4.png) no-repeat;
	width:450px;
	height:380px;
	margin:-40px 0 0 31px;
}

.index_b_5 {
	background:url(../image/index_b_5.png) no-repeat;
	width:450px;
	height:380px;
	margin:-100px 0 0 31px;
}

/*b_5 輸出項目文字 */
/*
.index_b_left_left_box {
	width:212px;
	height:50px;
	float:left;
	margin-top:-30px;
}

.index_b_left_right_box {
	margin-top:-50px;
	width:300px;
	height:50px;
	float:right;	
}
*/


.index_b_5_export_list{
	/*list-style:inside;*/
	font-size:28px;
	line-height:30px;
	color:#30898d;
	font-family:Myriad pro, Arial, Helvetica, sans-serif;
	float:left;
	margin:-80px 0 0 0;
  }

/*
.index_b_titile_ul_left{
	
	display:inline;
	font-size:28px;
	line-height:30px;
    color:#30898d;
	font-family:Myriad pro, Arial, Helvetica, sans-serif;
	margin-left:80px;
	margin-top:-30px;
  }


.index_b_titile_ul_right{

	display:inline;
	font-size:28px;
	line-height:30px;
    color:#30898d;
	font-family:Myriad pro, Arial, Helvetica, sans-serif;
	padding-right:80px;
	float:right;
	margin-top:-30px;
  }
 */ 
 
/*
.index_b_titile_li{
	float:left;
	padding-left:20px;
  }*/





#beam {
	position: absolute;
	left:50%;
	margin-left:-275px;
	height:70px;
	width:550px;
	background:url(../image/office_index_b_beam.png) no-repeat ;
	z-index: 10; // any large number
}


#doc {
	position: absolute;
	margin:40px 0 0 235px;
	height:742px;
	width:554px;
	background:url(../image/dococr_index_b_man_doc.png) no-repeat;
	z-index: 1;
}

#orig {
	position: absolute;
	margin:40px 0 0 235px;
	height:742px;
	width:554px;
	background:url(../image/dococr_index_b_man_orig.png) no-repeat;
	clip: rect(0px, 1000px, 1000px, 0px);
	z-index: 3;
}


#b01_field {
	position: absolute;
	height:282px;
	width:646px;
	background:url(../image/office_index_b01_field.png) no-repeat;
	z-index:1;
	-webkit-transition:opacity 0.2s linear;
}


#b01_field.shown {
	opacity:1;
}

#b01_field.hidden {
	opacity:0;
}


#b02_ocr {
	position: absolute;
	margin-top:210px;
	margin-left:790px;
	height:280px;
	width:230px;
	z-index:1;
	background:url(../image/office_index_b02_ocr.png) no-repeat;
	-webkit-transition:opacity 0.2s linear;
}

#b02_ocr.shown {
	opacity:1;
}

#b02_ocr.hidden {
	opacity:0;
}


#b02_ocr_arrow1 {
	position: absolute;
	margin-top:270px;
	margin-left:690px;
	height:110px;
	width:115px;
	z-index:1;
	background:url(../image/office_index_b02_ocr_arrow1.png) no-repeat;
	-webkit-transition:opacity 0.2s linear;
}

#b02_ocr_arrow1.shown {
	opacity:1;
}

#b02_ocr_arrow1.hidden {
	opacity:0;
}


#b02_ocr_arrow2 {
	position: absolute;
	margin-top:330px;
	margin-left:540px;
	height:116px;
	width:262px;
	z-index:1;
	background:url(../image/office_index_b02_ocr_arrow2.png) no-repeat;
	-webkit-transition:opacity 0.2s linear;
}

#b02_ocr_arrow2.shown {
	opacity:1;
}

#b02_ocr_arrow2.hidden {
	opacity:0;
}


#b03_table {
	position: absolute;

	margin-left:10px;
	margin-top:500px;
	height:280px;
	width:380px;
	z-index:1;
	background:url(../image/office_index_b03_table.png) no-repeat;
	-webkit-transition:opacity 0.2s linear;
}

#b03_table.shown {
	opacity:1;
}

#b03_table.hidden {
	opacity:0;
	/**visibility: hidden;**/	
}
	

.region_red {
	position: absolute;
	z-index: 2;
	opacity:0.4;
	-moz-transition:background-color 0.1s linear;
	-o-transition:background-color 0.1s linear;
	-webkit-transition:background-color 0.1s linear;
	transition:background-color 0.1s linear;
}

.region_red.state1 {	
	background-color: transparent;
}

.region_red.state2 {
	background-color:#FF0;
}

.region_red.state3 {
	background-color: transparent;
}

.region_red.state4 {
	background-color:#F00;
}

.region_red.state5 {
	background-color: transparent;
}





.region_red_end {
	position: absolute;
	z-index: 2;
	opacity:0.4;
	-moz-transition:background-color 0.1s linear;
	-o-transition:background-color 0.1s linear;
	-webkit-transition:background-color 0.1s linear;
	transition:background-color 0.1s linear;
}

.region_red_end.state1 {	
	background-color: transparent;
}

.region_red_end.state2 {
	background-color:#FF0;
}

.region_red_end.state3 {
	background-color: transparent;
}

.region_red_end.state4 {
	background-color:#F00;
}

.region_red_end.state5 {
	background-color: transparent;
}



.region_blue {
	position: absolute;
	z-index: 2;
	opacity:0.4;
	-moz-transition:background-color 0.2s linear;
	-o-transition:background-color 0.2s linear;
	-webkit-transition:background-color 0.2s linear;
	transition:background-color 0.2s linear;
}


.region_blue.state1 {
	background-color: transparent;
}

.region_blue.state2 {
	background-color:#FF0;
}


.region_blue.state3 {
	background-color: transparent;
}


.region_blue.state4 {
	background-color:#00F;/** blue**/
}

.region_blue.state5 {
	background-color: transparent;
}



.region_blue_end {
	position: absolute;
	z-index: 2;
	opacity:0.4;
	-moz-transition:background-color 0.1s linear;
	-o-transition:background-color 0.1s linear;
	-webkit-transition:background-color 0.1s linear;
	transition:background-color 0.1s linear;
}


.region_blue_end.state1 {
	background-color: transparent;
}

.region_blue_end.state2 {
	background-color:#FF0;  /**yellow**/
}


.region_blue_end.state3 {
	background-color: transparent;
}


.region_blue_end.state4 {
	background-color:#00F; /**blue**/
}

.region_blue_end.state5 {
	background-color: transparent;
}



.region_green {
	position: absolute;
	z-index: 2;
	/**top: 209px;
	left: 160px;**/
	height:142px;
	width:409px;
	-moz-transition:border-color: 0.1s linear;
	-o-transition:border-color: 0.1s linear;
	-webkit-transition:border-color: 0.1s linear;
	transition:border-color: 0.1s linear;
}

.region_green.state1 {	
	background-color: transparent;
}

.region_green.state2 {
	background-color:#FF0;
	opacity:0.5; 
}

.region_green.state3 {
	background-color: transparent;
}

.region_green.state4 {
	background:url(../image/office_index_b_green_line.png) no-repeat;
}

.region_green.state5 {
	background:url(../image/office_index_b_green_line.png) no-repeat;
	opacity:0;
}


.region_green_2 {
	position: absolute;
	z-index: 2;
	top: 270px;
	left: 163px;
	height:62px;
	width:257px;
	-moz-transition:border-color: 0.1s linear;
	-o-transition:border-color: 0.1s linear;
	-webkit-transition:border-color: 0.1s linear;
	transition:border-color: 0.1s linear;
}

.region_green_2.state1 {	
	background:url(../image/office_index_b_green_2_1.png) no-repeat ;
	opacity:0;
}

.region_green_2.state2 {
	background:url(../image/office_index_b_green_2_1.png) no-repeat;
}

.region_green_2.state3 {
	background:url(../image/office_index_b_green_2_1.png) no-repeat;
}

.region_green_2.state4 {
	background:url(../image/office_index_b_green_2_2.png) no-repeat;
}

.region_green_2.state5 {
	background:url(../image/office_index_b_green_2_2.png) no-repeat;
	opacity:0;
}



.index_c_bg_cover {
	height:1390px;
	background-color:#FFF;
}


.index_c_bg{
	background-color:#FFF;
	width:1024px;
	height:1390px;
	margin:0 auto;
}


.inedx_c_title {
	text-align:center;
	font-size:40px;
	line-height:80px;
    color:#333;
	font-family:Avenir Next,Myriad , Arial, Helvetica, sans-serif;
	padding:80px 0 40px 0;


}

.index_c_sync_title {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size:28px;
	color:#ab9045;
	text-align:center;
}

.index_c_text {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	line-height:24px;
	font-size:19px;
	color:#666666;
	text-align:left;
}

.index_pro_tag_blue {
	background:url(../image/pro_tag_blue.png) no-repeat;
	width:108px;
	height:147px;
	position:absolute;
	margin:0px 0 0 910px;
	z-index:100;
}

.index_c_icloud_icon{
	margin:0 auto;
	width:140px;
	height:96px;
	background:url(../image/icloud_icon_big.png) no-repeat;
}

.index_c_1{
	margin:0 auto;
	width:490px;
	height:140px;
	background:url(../image/dococr_index_c_1.png) no-repeat;
}

.index_c_2{
	margin:0 auto;
	width:490px;
	height:140px;
	background:url(../image/dococr_index_c_2.png) no-repeat;
}

.index_c_3{
	margin:0 auto;
	width:490px;
	height:140px;
	background:url(../image/dococr_index_c_3.png) no-repeat;
}


.index_c_4{
	margin:0 auto;
	width:490px;
	height:140px;
	background:url(../image/dococr_index_c_4.png) no-repeat;
}




.index_c_right_text{
	
	height:37px;
	font-size:24px;
    color:#666666;
	font-family:Avenir Next,Myriad , Arial, Helvetica, sans-serif;
	float:left;
	padding:12px 0 0 0;
}



.index_c_ipad {
	width:400px;
	height:600px;
	background:url(../image/officescan_index_c_ipad.png) no-repeat;
	margin:30px 0 0 53px;
}

.index_c {
	width:1024px;
	height:768px;
	margin:0 auto;
	background:url(../image/officescan_index_c.png) no-repeat;
}


.index_d_bg_cover {
	background:#F2F2F2 repeat-x ;
	height:600x;
}

.index_d_bg {
	background:#F2F2F2 no-repeat ;
	width:1024px;
	height:600px;
	margin:0 auto;	
}

.inedx_d_title {
	text-align:center;
	font-size:40px;
	line-height:45px;
    color:#333;
	font-family:Avenir Next,Myriad , Arial, Helvetica, sans-serif;
	padding-top:55px;
	
}


.index_d_subtitle {
	text-align:center;
	font-size:26px;
    color: #999999;
	font-family:Myriad pro, Arial, Helvetica, sans-serif;
	margin:auto;
	line-height:34px;
	margin:30px 0 40px 0px;	
}


.index_pro_tag_green {
	background:url(../image/pro_tag_green.png) no-repeat;
	width:108px;
	height:147px;
	position:absolute;
	margin:0px 0 0 910px;
	z-index:100;
}


.index_dropbox {
	background:url(../image/dropbox_icon.png) no-repeat;
	width:150px;
	height:90px;
}


.index_onedrive {
	background:url(../image/onedrive_icon.png) no-repeat;
	width:150px;
	height:90px;
}

.index_evernote {
	background:url(../image/evernote_icon.png) no-repeat;
	width:150px;
	height:90px;
}

.index_googledrive {
	background:url(../image/googledrive_icon.png) no-repeat;
	width:150px;
	height:90px;
}

.index_box{
	background:url(../image/box_icon.png) no-repeat;
	width:150px;
	height:90px;
}

.index_icloud {
	background:url(../image/icloud_icon.png) no-repeat;
	width:150px;
	height:90px;
}

.index_webdav {
	background:url(../image/webdav_icon.png) no-repeat;
	width:150px;
	height:90px;
}


.index_export_text {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:21px;
	color:#999999;
	text-align:center;
}



.index_e_bg_cover {
	height:610x;
}

.index_e_bg {
	width:1024px;
	height:610px;
	margin:0 auto;	
}


.inedx_e_title {
	text-align:center;
	font-size:40px;
	line-height:45px;
    color:#333;
	font-family:Avenir Next,Myriad , Arial, Helvetica, sans-serif;
	margin:60px 0 0 0px;
}


.index_e_subtitle {
	text-align:center;
	font-size:26px;
    color: #999999;
	font-family:Myriad pro, Arial, Helvetica, sans-serif;
	margin:auto;
	line-height:34px;
	margin:30px 0 40px 0px;	
}

.index_email {
	background:url(../image/email_icon.png) no-repeat;
	width:230px;
	height:90px;
}

.index_wifi {
	background:url(../image/wifi_icon.png) no-repeat;
	width:230px;
	height:90px;
}

.index_fax {
	background:url(../image/fax_icon.png) no-repeat;
	width:230px;
	height:90px;
}

.index_store_box {
	width:400px;
	height:50px;
	margin:auto;
}


.index_store_button_free {
	width:156px;
	height:85px;
	background:url(../image/index_store_button_free.png) no-repeat;
	text-indent:-9999px;
}


.index_store_button_paid {
	width:156px;
	height:85px;
	background:url(../image/index_store_button_paid.png) no-repeat;
	text-indent:-9999px;
}


/***about style ***/

.about_container {
	background-color:#FFED4E;
}

.about_content_main {
	background:url(../image/about_main.png) no-repeat ;
	width:1024px;
	height:345px;
	margin:auto;
}


.about_title_text {
	font-family:微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:76px;
	line-height:86px;
	color:#00AE98;
	width:350px;
	height:130px;
	margin:60px 0 0 600px;
	text-align:right;
	
}

.about_block_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:36px;
	background-color:#00AE98;
	color:#FFF;
	width:136px;
	margin:-50px 0 0 567px;
	text-align:right;
}

.about_aboutus_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#4d4d4d;
	text-align:justify;
	text-justify:distribute;
	width:960px;
	height:140px;
	padding-top:50px;
	margin:0 auto;
}


.about_tim_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	text-align:justify;
	text-justify:distribute;
	color:#4d4d4d;
	margin:auto;
	text-align:center;		
}

.about_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	text-align:justify;
	text-justify:distribute;
	color:#4d4d4d;
	margin:auto;	
}

.about_team_title_text {
	font-family:微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:80px;
	color:#FF5C00;
	text-align:center;
	margin:auto;
}


.about_content_title_text {
	font-family:微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:40px;
	color:#008382;
	text-align:center;
	margin:auto;
}

.about_contact_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#4d4d4d;
	text-align:justify;
	text-justify:distribute;
	width:630px;
	height:90px;
	padding-top:30px;
	margin:0 auto;
}



.about_aboutus_bg_cover {
	width:100%;
	height:420px;
	background-color:#FFF;
}


.about_aboutus_bg {
	width:1024px;
	height:420px;
	background-color:#FFF;
	background-repeat:repeat-x;
	margin:auto;
}



.about_crew_bg_cover {
	width:100%;
	height:1800px;
	background-color: #FBE5D1;
}


.about_crew_bg {
	width:1024px;
	height:1800px;
	background-color: #FBE5D1;
	background-repeat:repeat-x;
	margin:auto;
}



.about_crew_title_text {
	font-family:微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:36px;
	color:#008382;
	text-align:center;
	margin:auto;
}

.about_crew_table {
	width:1020px;
	height:1000px;
	margin:auto;
}

.about_crew_1 {
	background:url(../image/crew_1.png) no-repeat;
	width:333px;
	height:250px;
	margin:auto;
	padding-bottom:50px;
}

.about_crew_2 {
	background:url(../image/crew_2.png) no-repeat;
	width:333px;
	height:250px;
}

.about_crew_3 {
	background:url(../image/crew_3.png) no-repeat;
	width:333px;
	height:250px;
}

.about_crew_4 {
	background:url(../image/crew_4.png) no-repeat;
	width:333px;
	height:250px;
}


.about_crew_1trait {
	background:url(../image/crew_1trait.png) no-repeat;
	width:400px;
	height:144px;
	margin:auto;
}

.about_crew_2trait {
	background:url(../image/crew_2trait.png) no-repeat;
	width:333px;
	height:280px;
}

.about_crew_3trait {
	background:url(../image/crew_3trait.png) no-repeat;
	width:333px;
	height:280px;
}

.about_crew_4trait {
	background:url(../image/crew_4trait.png) no-repeat;
	width:333px;
	height:280px;
}



.about_team_bg_cover {
	width:100%;
	height:460px;
	background-color:#FCEFE4;
}


.about_team_bg {
	width:1024px;
	height:460px;
	background-color:#FCEFE4;
	background-repeat:repeat-x;
	margin:auto;
	padding-top:60px;
}



.about_team_photo1 {
	background:url(../image/team_1.png) no-repeat;
	width:333px;
	height:85px;
}

.about_team_photo2 {
	background:url(../image/team_2.png) no-repeat;
	width:333px;
	height:85px;
}

.about_team_photo3 {
	background:url(../image/team_3.png) no-repeat;
	width:333px;
	height:85px;
}

.about_team_table {
	width:1020px;
	height:300px;
	margin:auto;
}


.about_future_bgFix {
	position:relative;
	z-index:1;
	background-image:url(../image/future_bg.jpg);
	background-repeat:repeat;
	height:380px;
	width:1024px;
	margin:-380px 0 auto;
}

.about_future_bg {
	background-image:url(../image/future_bg.jpg);
	background-repeat:repeat;
	height:380px;
	width:100%;
	position:relative;
	z-index:2;
}



.about_future_text_block {
	width:999px;
	margin:auto;
	padding-top:60px;
}

.about_tim_block_L {
	width:512px;
	height:410px;
	float:left;
	padding-top:60px;
}

.about_tim_block_R {
	width:512px;
	height:410px;
	float:right;
	padding-top:60px;
}


.about_contact_bg_cover {
	width:100%;
	height:560px;
	background-color:#FFF;
}


.about_contact_bg {
	width:1024px;
	height:560px;
	background-color:#FFF;
	background-repeat:repeat-x;
	margin:auto;
}


.about_contact_table {
	width:1020px;
	height:300px;
	margin:auto;
	padding-top:55px;	
}



/*链接按钮样式*/ 
.about_hr {
	position:relative;
	display:block;
	width:88px;
	height:88px;
	background: url(../image/about_hr.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
}

.about_pr {
	position:relative;
	display:block;
	width:88px;
	height:88px;
	background: url(../image/about_pr.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
}


.about_support {
	position:relative;
	display:block;
	width:88px;
	height:88px;
	background: url(../image/about_support.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
}

/*按钮悬停样式*/ 

.about_hr span.hover{
	position: absolute;
	display:block;
	width:88px;
	height:88px;
	background: url(../image/about_hr_light.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
}  

.about_pr span.hover{
	position: absolute;
	display:block;
	width:88px;
	height:88px;
	background: url(../image/about_pr_light.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
} 
		
.about_support span.hover{
	position: absolute;
	display:block;
	width:88px;
	height:88px;
	background: url(../image/about_support_light.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
} 




/*** apps style ***/

/*** cloudmusic apps style***/


.cloudmusic_content_bg {
	width:100%;
	min-width:1024px;
	height:800px;
	display:block;
	position:relative;
	z-index:2;
	background-image:url(../image/cloudmusic_bg.jpg);
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.cloudmusic_content {
	width:1024px;
	height:800px;
	margin:auto;
}




.cloudmusic_icon_text_box{
	/**width:550px;**/
	float:right;
	margin:150px 0 20px 0;
}

.cloudmusic_title_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:50px;
	color:#FFF;
	text-align:center;
	position:relative; 
	z-index:9;
}


.cloudmusic_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:28px;
	color:#FFF;
	text-align:center;
	position:relative; 
	z-index:9;
}


.cloudmusic_icon {
	padding-bottom:50px;
	width:150px;
	height:128px;
	margin:auto;
	background:url(../image/cloudmusic_icon_apps.png) no-repeat;

}


.cloudmusic_main {
	width:632px;
	height:800px;
	background:url(../image/cloudmusic_iphone.png)no-repeat;
	float:left;
	margin-top:-550px;
}


.cloudmusic_store_button {
	width:170px;
	height:46px;
	background:url(../image/cloudmusic_store_button.png) no-repeat;
	text-indent:-9999px;
	margin:auto;
}





/*** end.  cloudmusic apps style  ***/





.apps_question {
	width:1024px;
	height:200px;
	padding:70px 0 0 0;
	margin:auto ;
}


.apps_table_box {
	width:800px;
	margin:auto;
}

.apps_question_table {
	margin:-90px 0 0 0;
}

.apps_need_block_text {
	height:40px;
	width:220px;
	line-height:40px;
	text-align:center;
	font-size:22px;
    color:#FFF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	border-style:solid 2px;
	border-color:transparent;
	background-color:#713E59;
	
	/**圓角**/
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	border-radius:30px;
	
	/**透明度**/
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.apps_need_block_text:hover{
	height:40px;
	width:220px;
	line-height:40px;
	border-style:solid 2px;
	border-color:transparent;
	background-color:#713E59;
	text-align:center;
	font-size:22px;
    color:#FFF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	
	/**圓角**/
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	
	/**透明度**/
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
    -o-transition: color .20s linear;
    -webkit-transition: color .20s linear;
    -moz-transition: color .20s linear;
    transition:  color .20s linear;
}


.apps_noneed_block_text {
	height:40px;
	width:220px;
	line-height:40px;
	text-align:center;
	font-size:22px;
    color:#FFF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	border-style:solid 2px;
	border-color:transparent;
	background-color:#475B9E;
	
	/**圓角**/
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	border-radius:30px;
	
	/**透明度**/
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.apps_noneed_block_text:hover{
	height:40px;
	width:220px;
	line-height:40px;
	border-style:solid 2px;
	border-color:transparent;
	background-color:#475B9E;
	text-align:center;
	font-size:22px;
    color:#FFF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	
	/**圓角**/
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	
	/**透明度**/
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
    -o-transition: color .20s linear;
    -webkit-transition: color .20s linear;
    -moz-transition: color .20s linear;
    transition:  color .20s linear;
}


.apps_main_bgFix {
	position:relative;
	z-index:1;
	background:url(../image/apps_main_bg.jpg) repeat;
	height:600px;
	width:1024px;
	margin:-600px 0 auto;
}

.apps_main_bg {
	position:relative; 
	z-index:2;
	width:100%;
	height:600px;
	background:url(../image/apps_main_bg.jpg) repeat;
	margin:auto;
}

.apps_main_bottom_bgFix {
	position:relative;
	z-index:1;
	background:url(../image/apps_main_bottom.jpg) repeat;
	height:50px;
	width:1024px;
	margin:-50px 0 0 0;
}

.apps_main_bottom_bg {
	position:relative; 
	z-index:2;
	width:100%;
	height:50px;
	background:url(../image/apps_main_bottom.jpg) repeat;
	margin:auto;
}



.apps_a2_bgFix {
	position:relative; 
	z-index:1;
	width:100%;
	height:540px;
	width:1024px;
	background-color:#fff7ed;
	background-repeat:repeat;
	margin:-540px 0 0 0;
}


.apps_a2_bg {
	position:relative; 
	z-index:2;
	width:100%;
	height:540px;
	background-color:#fff7ed;
	background-repeat:repeat;
}



.apps_main_content {
	width:1024px;
	height:600px;
	margin:auto;
}

.apps_main_title_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:45px;
	color:#FFF;
	text-align:center;
	float:left;
	margin:63px 0 0 30px;
	position:relative; 
	z-index:9;
}


.apps_main {
	width:643px;
	height:600px;
	background:url(../image/apps_main.png) no-repeat;
	float:right;
	margin:-153px 0 0 0;
}

.apps_main_icon {
	width:152px;
	height:152px;
	background:url(../image/apps_docr_icon.png) no-repeat;
	float:left;
	margin:-390px 0 0 230px;
}



.apps_a1_feature_table {
	width:1024px;
	margin:auto;
}


.apps_a1_feature1 {
	width:256px;
	height:76px;
	background:url(../image/apps_a1_feature1.png) no-repeat;
}

.apps_a1_feature2 {
	width:256px;
	height:76px;
	background:url(../image/apps_a1_feature2.png) no-repeat;
}

.apps_a1_feature3 {
	width:256px;
	height:76px;
	background:url(../image/apps_a1_feature3.png) no-repeat;
}

.apps_a1_feature4 {
	width:256px;
	height:76px;
	background:url(../image/apps_a1_feature4.png) no-repeat;
}

.apps_a1_feature5 {
	width:256px;
	height:76px;
	background:url(../image/apps_a1_feature5.png) no-repeat;
	
}

.apps_a1_feature6 {
	width:256px;
	height:76px;
	background:url(../image/apps_a1_feature6.png) no-repeat;
}

.apps_a1_feature7 {
	width:256px;
	height:76px;
	background:url(../image/apps_a1_feature7.png) no-repeat;
}

.apps_a1_feature8 {
	width:256px;
	height:76px;
	background:url(../image/apps_a1_feature8.png) no-repeat;
}


.apps_a1_feature_text {
	height:90px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:32px;
	text-align:center;
	text-justify:distribute;
	color:#5F5353;
	margin:auto;
		
}


.apps_a2_content {
	width:1024px;
	height:540px;
	margin:auto;
	
}


.apps_a2_titile_text {
	height:60px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:38px;
	line-height:32px;
	text-align:center;
	text-justify:distribute;
	color:#5F5353;
	margin:auto;
}

.apps_a2_text {
	height:60px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:32px;
	text-align:center;
	text-justify:distribute;
	color:#4d4d4d;
	margin:auto;
}


.apps_a2_table {
	margin:auto;
	border-right:#CCCCCC 2px solid;
	border-left:#CCCCCC 2px solid ;
	border-bottom:#CCCCCC 2px solid ;
	width:900px;
	border-collapse: collapse;
}



/*链接按钮样式*/ 
.apps_store_button_orange {
	position:relative;
	display:block;
	background:url(../image/apps_store_button_orange_off.png) no-repeat;
	z-index:9999;
	height:50px;
	width:180px;
	float:left;
	margin:-200px 0 0 265px;
	
}


/*按钮悬停样式*/ 

.apps_store_button_orange span.hover{
	position: absolute;
	display:block;
	width:180px;
	height:50px;
	background:url(../image/apps_store_button_orange_on.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
} 



.project_font {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#423a36;
	text-align:center;
	
}

.project_font_alpha {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#423a36;
	text-align:center;
	background: hsla(240, 0%, 50%, 0.1);
	height:70px;
}


.effect {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	text-align:center;
}


/*** support style ***/

.support_annotation_text {
	font-family:Myriad , Arial, Helvetica, sans-serif;
	color:#000;
	font-size:18px;
	line-height:30px;
	float:left;
	margin-top:10px;
}


.support_banner_bgFix {
	position:relative;
	z-index:1;
	background:url(../image/support_banner_bg.png) repeat-x;
	width:1024px;
	height:90px;
	margin:-90px 0 auto;
}

.support_banner_bg {
	position:relative; 
	background:url(../image/support_banner_bg.png) repeat-x;
	width:100%;
	height:90px;
	margin:auto 0 ;
}


.support_content_man {
	background:url(../image/support_man.png) no-repeat  ;
	width:1024px;
	height:460px;
	margin:auto;
}


.support_contatct_website {
	font-family:Myriad , Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#B46239;
	float:left;
	padding:10px 30px 0 30px;
	margin-top:6px;
	}
	
.support_contatct_website a:link {
	color:#B46239;
	text-decoration: none;
	} /* 設定尚未點閱過的連結樣式顏色 */


.support_contatct_website a:visited {
	color:#B46239;
	} /* 設定過去曾經閱過的連結顏色 */

.support_contatct_website a:hover {
	color:#EE7200;
	text-decoration: none;
	} /* 設定滑鼠游標指在連結位置上的樣式顏色 */
	
	
	
.support_docr_fb_website {
	font-family:Myriad , Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3D5A98;
	float:left;
	padding:10px 0 0 30px;
	margin-top:6px;
	}
	
.support_docr_fb_website a:link {
	color:#3D5A98;
	text-decoration: none;
	} /* 設定尚未點閱過的連結樣式顏色 */


.support_docr_fb_website a:visited {
	color:#3D5A98;
	} /* 設定過去曾經閱過的連結顏色 */

.support_docr_fb_website a:hover {
	color:#00A3FF;
	text-decoration: none;
	} /* 設定滑鼠游標指在連結位置上的樣式顏色 */



.faq_title_text {
	font-family:Myriad pro , Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:28px;
	float:left;
	padding:30px 10px 0 20px;	
}


.support_title_text {
	font-family:Myriad pro , Arial, Helvetica, sans-serif;
	color:#855842;
	font-size:58px;
	float:left;
	padding:0 20px 0 20px;
	margin-top:-10px;
}


.support_fon_title {
	font-family:Myriad , Arial, Helvetica, sans-serif;
	color:#605454;
	font-size:28px;
	font-weight:normal;
}


.support_project_text {
	font-family:Myriad , Arial, Helvetica, sans-serif;
	color:#908888;
	font-size:21px;
	line-height:40px;
	/**font-weight:normal;**/
	float:left;
	padding:0 80px 0 0;
}


.support_project_list {
	position:relative;
	list-style: none;	
}


/**  滑鼠點擊教學影片項目清單的連結文字變化 **/

A.support_project_link_style {
	color:#908888;
	}

A.support_project_link_style:link  {
	text-decoration: none;
	color:#908888;
	}
	
A.support_project_link_style:visited {
	text-decoration: none;
	color:#908888;
	}
	
A.support_project_link_style:hover {
	text-decoration: none;
	color:#8D5800;
	}
	
A.support_project_link_style:active {
	text-decoration: none;
	color:#8D5800;
	}

	




.support_other_link_bg_cover {
	background-color:#e6e6e6;
	width:100%;
	margin:auto;
	height:240px;
	
}

.support_other_link_bg {
	background-color:#e6e6e6;
	background-repeat:repeat-x;
	width:1024px;
	height:240px;
	margin:auto;
}

.support_other_link_box {
	width:864px;
	margin:auto;
	padding-top:10px;
}

.support_link {
	whdth:196px;
	height:88px;
	float:right;
}

.support_feedback {
	width:100%;
	
}


/*feedback 样式*/ 
#contactable {
	background-image:url(../image/contact.png);
	color:#4c4542 ;
	background-color:#4c4542 ;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:500px;
	*margin-top:200px;
	width:44px;
	z-index:100000;
}

#contactForm {
	background-color:#4c4542;
	color:#FFFFFF;
	height:430px;
	left:0;
	margin-left:-400px;
	overflow:hidden;
	padding:20px 20px 0 20px;
	position:fixed;
	top:470px;
	width:360px;
	*width:394px;
	z-index:99;
}

form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: Myriad Pro ;
	font-size:1em;
	margin-bottom:10px;
}

form#contactForm .submit {
	background: #59b0ff none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:335px;
	padding:5px;
	border:2px solid #59a0ff;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-family:Helvetica;
	margin-top:10px;
}

form#contactForm p {
	width:325px;
	font-size:0.9em;
}

#contactForm .red {
	color:	#6F9;
}

#overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}

#name.error { background-color: #CCC; }
#email.error { background-color: #CCC; }
#message.error { background-color: #CCC; }
#comment.error { background-color: #CCC; }

#contactform #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}





/*链接按钮样式*/ 
.faster_faq_link {
	position:relative;
	display:block;
	width:420px;
	height:220px;
	background: url(../image/faster_faq_link_photo_a.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	float:left;
}

.docscan_faq_link {
	position:relative;
	display:block;
	width:420px;
	height:220px;
	background: url(../image/doc_faq_link_photo_a.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	float:right;
	
	
}

/*按钮悬停样式*/ 

.faster_faq_link span.hover{
	position: absolute;
	display:block;
	width:420px;
	height:220px;
	background:url(../image/faster_faq_link_photo_b.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
} 

.docscan_faq_link span.hover{
	position: absolute;
	display:block;
	width:420px;
	height:220px;
	background:url(../image/doc_faq_link_photo_b.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
} 


.fon_li {
	margin:0px 0px 0px 25px;
	}	
	

.page_box {
	width:1024px;
	margin:auto;
}


.page{
	width:984px;
	margin: auto;
	padding:40px 20px 40px 20px;	
}


/* The expand FAQ全展開鈕 / collapse button Download by http://www.codefans.net*/
/*
a.button expand{
	width:100px;
	height:38px;
	position:absolute;
	margin:-47px 0 0 260px;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
	z-index:99px;
}

a.button.expand:hover{ background-position:0 -40px;}
a.button.collapse{ background-position:0 -80px;}
a.button.collapse:hover{ background-position:0 -120px;}

*/
a.button.expand:hover{ color:#EE7200 }
a.button.collapse{ color:#908888 }
a.button.collapse:hover{ color:#EE7200;}



/* 展開FAQ Definition Lists */

dt{
	color:#908888;
	font-size:21px;
	margin-top:5px;
	padding-left:25px;
	position:relative;
	cursor:pointer;
	
}

dt:hover{ color:#5f6a73;}

dt .icon{
	background:url(../image/bullets.png) no-repeat;
	height:14px;
	left:0;
	position:absolute;
	top:11px;
	width:14px;
}

dt.opened .icon{ background-position:left bottom;}

dd{
	font-size:16px;
	color:#337486;
	line-height:1.5;
	padding:10px 0 0 0px;
	width:880px;
	display:none;
}



/*** legal style ***/


.legal_content_mainFix {
	position:relative;
	z-index:1;
	background-image:url(../image/legal_main.jpg);
	background-repeat:repeat;
	height:180px;
	width:1024px;
	margin:-180px 0 auto;
}


.legal_content_main {
	width:100%;
	height:180px;
	display:block;
	position:relative; 
	z-index:2;
	margin-top:60px;
	background-image:url(../image/legal_main.jpg);
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.legal_link {
	width:1024px;
	height:32px;
	margin:auto;
}

.legal_bg_cover {
	width:100%;
	height:1830px;
	background-color:#FFF;
}


.legal_bg {
	width:1024px;
	height:1830px;
	background-color:#FFF;
	padding-top:50px;
	margin:auto;		
}

.legal_text_content{
	width:999px;
	margin:auto;
}

.legal_title_text {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:45px;
	color:#C69249;
	text-align:left;	
}

.legal_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#4d4d4d;
	text-align:justify;
	text-justify:distribute;
	margin:0 auto;
}



.legal_privacy {
	position:relative;
	display:block;
	width:160px;
	height:32px;
	background:url(../image/privacy.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	margin:148px 0 0 630px;
	
}

.legal_terms {
	position:relative;
	display:block;
	width:220px;
	height:32px;
	background:url(../image/terms.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	float:right;
	margin:-32px 0 0 0px;
	
}

/*按钮悬停样式*/ 

.legal_privacy span.hover{
	position: absolute;
	display:block;
	width:160px;
	height:32px;
	background:url(../image/privacy_light.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	
} 

.legal_terms span.hover{
	position: absolute;
	display:block;
	width:220px;
	height:32px;
	background:url(../image/terms_light.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
} 



/*** techs style ***/


.techs_title_bg {
	widows:100%;
	background-color:#f0f0f0 ;
	height:364px;
	padding:30px  0 0 0;
	position:relative;
	z-index:99;
}

.techs_title_bgFix {
	margin:-394px  0 auto;
	height:394px;
	width:1024px;
	background-color:#f0f0f0 ;
	position:relative;
	z-index:2;
}

.techs_title {
	background-image: url(../image/techs_title.png);
	background-repeat: no-repeat;
	position:absolute;
	width:1024px;
	height:312px;
	left:50%;
	margin-left:-512px;
}

.techs_one{
	background-image: url(../image/techs_one.png);
	background-repeat: no-repeat;
	width:1024px;
	height:988px;
	margin:0 auto;
}

.techs_two{
	background-image: url(../image/techs_two.png);
	background-repeat: no-repeat;
	width:1024px;
	height:900px;
	margin:0 auto;
}

.techs_three{
	background-image: url(../image/techs_three.png);
	background-repeat: no-repeat;
	width:1024px;
	height:1160px;
	margin:0 auto;
}

/** 漸層底色寫法
.techs_trhee_bg {
	width:100%;
	position:relative;
	z-index:99;
	background:linear-gradient(top,#e1e1e1,#a5c2dd);
	background:-moz-linear-gradient(top,#e1e1e1,#a5c2dd);
	background:-webkit-linear-gradient(top,#e1e1e1,#a5c2dd);
	height:1160px;
}

.techs_trhee_bgFix {
	width:1024px;
	position:relative;
	z-index:2;
	background:linear-gradient(top,#e1e1e1,#a5c2dd);
	background:-moz-linear-gradient(top,#e1e1e1,#a5c2dd);
	background:-webkit-linear-gradient(top,#e1e1e1,#a5c2dd);
	height:1160px;
	margin:-1160px 0 auto;
}
**/


/*** jobs style ***/


.jobs_content_mainFix {
	position:relative;
	z-index:1;
	background-image:url(../image/jobs_main.jpg);
	background-repeat:repeat;
	height:550px;
	width:1024px;
	margin:-550px 0 auto;
}



.jobs_content_main {
	width:100%;
	height:550px;
	display:block;
	position:relative; 
	z-index:2;
	background-image:url(../image/jobs_main.jpg);
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}



.jobs_welcome {
	width:1024px;
	margin:auto;
	padding-top:60px;
}


.jobs_block_text1 {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:36px;
	background-color:#00EDE5;
	color:#0E6F84;
	width:170px;
	margin:0px 0 0 260px;
	text-align:center;
	float:left;

}

.jobs_block_text2 {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:36px;
	background-color:#00EDE5;
	color:#0E6F84;
	width:110px;
	margin:40px 0 0 -140px;
	text-align:center;
	float:left;
}

.jobs_title_text1 {
	font-family: 微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:76px;
	line-height:78px;
	color:#00EDE5;	
}

.jobs_title_text2 {
	font-family: 微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:76px;
	line-height:78px;
	color:#00EDE5;
	margin:-70px 0 0px 360px;
}




.jobs_welcome_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#FFF;
	text-align:justify;
	text-justify:distribute;
	width:800px;
	height:160px;
	padding-top:40px;
	margin:0 auto;
}



.jobs_positions_one {
	width:1024px;
	height:700px;
	margin:auto;
		
}

.jobs_positions_two {
	width:1024px;
	height:830px;
	margin:auto;
}



.jobs_one_banner {
	width:1024px;
	height:70px;
	background:url(../image/jobs_one_banner.png);
	
}

.jobs_one_banner_cover {
	width:100%;
	height:70px;
	background:url(../image/jobs_one_banner.png) repeat-x;
	margin:auto 0 ;
}


.jobs_two_banner {
	width:1024px;
	height:70px;
	background:url(../image/jobs_two_banner.png);
	margin:auto 0 ;
}

.jobs_two_banner_cover {
	width:100%;
	height:70px;
	background:url(../image/jobs_two_banner.png) repeat-x;
}


/* gears 齒輪動畫*/

/* CSS3 keyframes */
@-webkit-keyframes ckw {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes ckw {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes cckw {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}
@-moz-keyframes cckw {
    0% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}


/* 齒輪圖設定 */
.gear {
	float: none;
	position: absolute;
	text-align: center;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;

}
#gear1 {
    background:url(../image/jobs_one_g1.png) no-repeat 0 0;
    height: 99px;
	width: 99px;
	margin:5px 0 0 245px;
   
    
   	-moz-animation-name: ckw;
    -moz-animation-duration: 13.5s;

    -webkit-animation-name: ckw;
    -webkit-animation-duration: 13.5s;
}
#gear2 {
    background:url(../image/jobs_one_g2.png) no-repeat 0 0;
    height: 123px;
	width: 123px;
	margin:31px 0 0 140px;
    
    
    -moz-animation-name: cckw;
    -moz-animation-duration: 16.84s;

    -webkit-animation-name: cckw;
    -webkit-animation-duration: 16.84s;
}
#gear3 {
    background:url(../image/jobs_one_g3.png) no-repeat 0 0;
    height:86px;
	width: 86px;
  	margin:42px 0 0 65px;
    
    
    -moz-animation-name: ckw;
    -moz-animation-duration: 10s;

    -webkit-animation-name: ckw;
    -webkit-animation-duration: 10s;
}


.jobs_one_icon {
	width:470px;
	height:160px;
	padding-left:20px;
}


.jobs_positions_title_text {
	font-family:微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:80px;
	color:#fff;
	text-align:center;
	margin: -73px 0 0 0;
}


.jobs_text {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#4d4d4d;
	text-align:justify;
	text-justify:distribute;
	margin:0 auto;
	padding-top:10px;
}


.jobs_list_title_text {
	font-family:微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:36px;
	color:#fff;
	text-align:center;
	
	width:130px;
	height:34px;
	border-radius:84px;
	background-color:#419caa;

	margin:0 0 0 170px ;	
}



.jobs_positions_left{
	float:left;
	width:470px;
	height:480px;
	margin:auto;
	padding-left:20px;
	padding-top:80px;
}


.jobs_positions_right{
	float:right;
	width:470px;
	height:480px;
	margin:auto;
	padding-right:20px;
	padding-top:50px;
}



/* 影像處理員色塊變色動畫設定  */
#jobs_two_square1 {
	width:50px;
    height:24px;
    background:red;
    position:relative;
	margin:24px 0 0px 215px;
	/*border: 3px #666666 solid; */
	float:left;
    animation:square1  2s infinite alternate; /*IE*/
    -moz-animation:square1  2s infinite alternate; /*FireFox*/
    -webkit-animation:square1  2s infinite alternate; /*Chrome, Safari*/
}

/* square1 keyframes  */
@keyframes square1 {
    from {background-color:#ff5e17;}
    to {background-color:#ffb600;}
}
@-moz-keyframes square1 {
    from {background-color:#ff5e17;}
    to {background-color:#ffb600;}
}
@-webkit-keyframes square1 {
    from {background-color:#ff5e17;}
    to {background-color:#ffb600;}
}


#jobs_two_square2 {
	width:24px;
    height:16px;
    background:red;
    position:relative;
	margin:5px 0 0px 241px;
	/*border: 3px #666666 solid; */
	float:left;
    animation:square2  2s infinite alternate; /*IE*/
    -moz-animation:square2  2s infinite alternate; /*FireFox*/
    -webkit-animation:square2  2s infinite alternate; /*Chrome, Safari*/
}

/* square2 keyframes  */
@keyframes square2 {
    from {background-color:#00d2ff;}
    to {background-color:#0080f1;}
}
@-moz-keyframes square2 {
    from {background-color:#00d2ff;}
    to {background-color:#0080f1;}
}
@-webkit-keyframes square2 {
    from {background-color:#00d2ff;}
    to {background-color:#0080f1;}
}


#jobs_two_square3 {
	width:16px;
    height:10px;
    background:red;
    position:relative;
	margin:3px 0 0px 216px;
	/*border: 3px #666666 solid; */
	float:left;
    animation:square3  2s infinite alternate; /*IE*/
    -moz-animation:square3  2s infinite alternate; /*FireFox*/
    -webkit-animation:square3  2s infinite alternate; /*Chrome, Safari*/
}

/* square3 keyframes  */
@keyframes square3 {
    from {background-color:#008a00;}
    to {background-color:#00f411;}
}
@-moz-keyframes square3 {
    from {background-color:#008a00;}
    to {background-color:#00f411;}
}
@-webkit-keyframes square3 {
    from {background-color:#008a00;}
    to {background-color:#00f411;}
}



.jobs_two_p1 {
	width:230px;
	height:160px;
	background:url(../image/jobs_two_p1.png) no-repeat;
	
	box-shadow:0px 0px 5px  rgba(20%,20%,20%,0.3);
	float:left;	
	
}

.jobs_two_p2 {
	width:230px;
	height:160px;
	background:url(../image/jobs_two_p2.png) no-repeat;
	
	box-shadow:0px 0px 5px  rgba(20%,20%,20%,0.3);
	float:right;
}

.jobs_two_p3 {
	width:230px;
	height:160px;
	background:url(../image/jobs_two_p3.png) no-repeat;
	
	box-shadow:0px 0px 5px  rgba(20%,20%,20%,0.3);
	float:left;
}

.jobs_two_p4 {
	width:230px;
	height:160px;
	background:url(../image/jobs_two_p4.png) no-repeat;
	
	box-shadow:0px 0px 5px  rgba(20%,20%,20%,0.3);
	float:right;	
}


.jobs_feature_bgFix {
	position:relative;
	z-index:1;
	background-image:url(../image/jobs_feature_bg.jpg);
	background-repeat:repeat;
	height:400px;
	width:1024px;
	margin:-400px 0 auto;
}


.jobs_feature_bg {
	width:100%;
	height:400px;
	display:block;
	position:relative; 
	z-index:2;
	background-image:url(../image/jobs_feature_bg.jpg);
	background-repeat:no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}


.jobs_feature_opacity_bgFix {
	position:relative;
	z-index:1;
	background-color:#000;
	background-repeat:repeat;
	height:250px;
	width:1024px;
	opacity:0.7;
	filter:alpha(opacity=70); /*** iE ***/
	margin:-250px 0 auto;
}


.jobs_featrue_opacity_bg {
	position:relative; 
	z-index:2;
	width:100%;
	height:250px;
	background-color:#000;
	background-repeat:repeat-x;
	opacity:0.7;
	filter:alpha(opacity=70); /*** iE ***/
	margin-top:-250px;
}




.jobs_featrue_table_one_box {
	width:1024px;
	height:250px;
	position:relative;
	z-index:2;
	margin:auto;
}

.jobs_featrue_table_one {
	width:1023px;
	height:250px;
	margin-top:-250px;
	padding-top:30px;
	
}

.jobs_featrue_table_two_bg {
	 width:1024px;
	 height:400px;
	 background-color:#FFF;
	 margin:auto;
	 padding-top:30px;
}

.jobs_featrue_table_two {
	width:999px;
	height:320px;
	margin:auto;
}




.jobs_feture_icon_1 {
	background:url(../image/jobs_feature_icon_1.png) no-repeat ;
	width:341px;
	height:80px;
	vertical-align:middle;
	margin:auto;
}

.jobs_feture_icon_2 {
	background:url(../image/jobs_feature_icon_2.png) no-repeat ;
	width:341px;
	height:80px;
	margin:auto;
}

.jobs_feture_icon_3 {
	background:url(../image/jobs_feature_icon_3.png) no-repeat ;
	width:341px;
	height:80px;
	margin:auto;
}


.jobs_feture_title_text1 {
	font-family:微軟正黑體, Arial, Arial, Helvetica, sans-serif;
	font-size:56px;
	line-height:58px;
	color:#FFF;
	text-align:center;
	margin:auto;
}


.jobs_feture_title_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:38px;
	color:#C6FF49;
	text-align:center;
	margin:auto;
}




.jobs_address {
	width:1024px;
	height:35px;
	margin:auto;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#918264;	
}



.jobs_map_bg_cover {
	width:100%;
	height:350px;
	background-color:#EAE6DD;
}


.jobs_map_bg {
	width:1024px;
	height:350px;
	background-color:#EAE6DD;
	background-repeat:repeat-x;
	margin:auto;
}


.jobs_contact_table {
	width:1024px;
	margin:auto;
	
}

.jobs_104 {
	position:relative;
	display:block;
	width:120px;
	height:50px;
	background: url(../image/104_icon.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	
}

.jobs_contact {
	position:relative;
	display:block;
	width:120px;
	height:50px;
	background: url(../image/jobs_hr_icon.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	
}

/*按钮悬停样式*/ 

.jobs_104 span.hover{
	position: absolute;
	display:block;
	width:120px;
	height:50px;
	background: url(../image/104_icon_light.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
	
} 

.jobs_contact span.hover{
	position: absolute;
	display:block;
	width:120px;
	height:50px;
	background: url(../image/jobs_hr_icon_light.png) no-repeat;
	cursor: pointer;
	text-indent:-9999px;
} 


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
