@charset "UTF-8";
@import url(common_sz_fan.css);
/* CSS Document
@import url(http://fonts.googleapis.com/css?family=PT+Sans|Tinos|Belleza); */

* { margin:0; padding:0; border:0; }
body {
	font-size:12px;
	background-color:#FFF;
	/*font:300 13px/22px "Open Sans", sans-serif;*/
	font:300 13px/22px "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft JhengHei", "Microsoft YaHei", 新細明體, Open Sans, serif;
	font-family:-webkit-font-smoothing:antialiased;
	line-height:1.4em;
}
html, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul { list-style-type:none;}
li { list-style-type:inherit;}
button { cursor: pointer; }
/* for Firefox */ 
a, a:link { color: #666666; text-decoration: none; }
a:active, a:hover { color: #aa243f; }
a:focus { outline: none; }
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
_html .fixed { height: 1%; }
.clear { display: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }
.fl, .fr { display: inline; float: left; }
.fr { float: right; }

#wrap{
	width:100%;
	margin:0 auto;
	min-width:1180px;
	}
	.header{
		height:70px;
		position:relative;
		margin:0 auto;
		}
		.header_top{
			margin:0 auto;
			width:1180px;
			}
			.header_top .logo{
				padding-left:50px;
				}
		.headernav{
			}
			.headernav ul{
				float:right;
				}
				.headernav ul li{
					float:left;
					}
				.headernav ul li:nth-child(1){
					border-left:none;
					}
					.headernav ul li a{
						display:block;
						width:100%;
						padding:7px 15px;
						border-left:1px solid #f0f0f0;
						box-sizing:border-box;
						-moz-box-sizing:border-box;
						-webkit-box-sizing:border-box;
						}
		#menu{
			position:absolute;
			top:70px;
			left:0;
			width:100%;
			background:url(../images/menu_bg1.png) repeat;
			z-index:9999;
			}
			.menuul {
				padding:0 50px;
				width:1080px;
				margin:0 auto;
				}
				.menuul li{
					float:left;
					width:16.5%;
					position:relative;
					}
					.menuul li a{
						width:100%;
						color:#FFF;
						padding:19px 0;
						display:block;
						text-align:center;
						font-size:13px;
						text-transform:uppercase;
						}
						.menuul li:hover a{
							background:url(../images/menu_bg1hover.png) repeat;
							}
							
				.menuulul {
					position:absolute;
					width:100%;
					display:none;
					background:url(../images/menu_bg2.png) repeat;
					}
					.menuulul li{
						width:100%;
						position:relative;
						
						}
						.menuulul li:hover{
							background:url(../images/menu_bg2hover.png) repeat;
							width:100%;
							}
						.menuulul li a{
							text-transform:inherit;
							width:100%;
							text-align:left;
							padding:13px 12px;
							height:auto;
							font-size:13px;
							font-weight:normal;
							box-sizing:border-box;
							-moz-box-sizing:border-box;
							-webkit-box-sizing:border-box;
							}
							.menuulul li:hover a{
								background:url(../images/menu_arrow.png) no-repeat 98% center !important;
								width:100%;
								}
							.menuulul li.li_NOarrow:hover a{
								background:none!important;
								width:100%;
								}
							.menuulul li:hover ul li a{
								background:none!important;
								}
					.menuulul ul{
						display:none !important;
						position:absolute;
						left:178px;
						top:0;
						background:url(../images/menu_bg2.png) repeat;
						width:100%;
						}
						.menuulul ul li{
						
							}
							.menuulul ul li a:hover{
								background:none !important;
								}
							.menuul li ul li:hover > ul {
								display:block!important;
								}
							
.wrap{
	position:relative;
	}
#slider{
		position:relative;
		margin:0 auto;
		width:100% ;
		}
		.flexslider .slides > li {
    		display: none;
			}
		#slider ul li img{
			width:100% ;
			}
	.controls{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		display:block !important;
		}
		.prevBtn, .nextBtn {
			display:block !important;
			width:23px;
			height:30px;
			float:left;
			margin-left:20px;
			margin-top:250px;
			z-index:1000;
			background:url(../images/btn_prev.png) no-repeat 0 0;
			cursor:pointer; 
			text-indent:-8000px;
			}													
		.nextBtn {
			width:23px;
			float:right;
			margin-left:0;
			margin-right:20px;
			background:url(../images/btn_next.png) no-repeat 0 0;}

#indexcontent{
	width:100%;
	background:url(../images/index_bg.jpg) repeat-x;
	color:#FFF;
	}
.indexcontent{
	padding:15px 50px 0 50px;
	
	height:289px;
	position:relative;
	margin:0 auto;
	width:1080px;
	}
	.indexcontent span{
		width:100%;
		display:block;
		font-size:24px;
		padding:16px 0 10px 0;
		border-bottom:1px solid #b34c60;
		}
		.indexcontent span img{
			margin-top:-9px;
			}
	.indexcontent span a{
		float:right;
		background:url(../images/morenav.png) no-repeat right 4px;
		font-size:12px;
		color:#FFF;
		padding-right:13px;
		margin-top:15px;
		}
	.indexcontent p{
		font-size:18px;
		padding-top:15px;
		line-height:1.4em;
		}
	.content_right ul{
		padding-top:10px;
		font-size:13px;
		}
		.content_right ul li{
			padding:5px 0;
			}
		.content_right ul li a{
			color:#FFFFFF;
			font-weight:bold;
			}
	
	.indexBusiness {
		padding:0 0 105px 0;
		width:1180px;
		margin:0 auto; 
		color:#FFFFFF;
		}
	.indexBusiness h2,.project h2{
		width:100%;
		padding:40px 0; 
		text-align:center;
		font-size:24px;
		color:#aa243f;
		font-weight:normal;
		}
		.indexBusiness ul li{
			width:24.5%;
			margin-left:0.5%;
			float:left;
			}
			.indexBusiness ul li span{
				padding:20px 25px;
				display:block;
				width:100%;
				height:150px;
				box-sizing:border-box;
				-moz-box-sizing:border-box;
				-webkit-box-sizing:border-box;
				font-size:20px;
				}
				.indexBusiness ul li span a{
					background:url(../images/morenav.png) no-repeat right 4px;
					color:#FFF;
					width:42px;
					display:block;
					font-size:13px;
					margin-top:10px;
					}
		.indexBusiness ul li:nth-child(1){
			margin-left:0;
			}
			.indexBusiness ul li img{
				width:100%;
				}
			.indexBusiness ul li:nth-child(1) span{
				background:url(../images/indexbussiness_img7.jpg) no-repeat;
				}
			.indexBusiness ul li:nth-child(2) span{
				background:url(../images/indexbussiness_img5.jpg) no-repeat;
				}
			.indexBusiness ul li:nth-child(3) span{
				background:url(../images/indexbussiness_img8.jpg) no-repeat;
				}
			.indexBusiness ul li:nth-child(4) span{
				background:url(../images/indexbussiness_img6.jpg) no-repeat;
				}

	#project{
		background-color:#f2f2f2;
		}
	.project{
		margin:0 auto;
		width:1080px;
		padding:0 50px 70px 50px;
		}
		.project ul li{
			float:left;
			width:16.2%;
			margin-left:0.5%;
			position:relative;
			overflow: hidden;
			height: 130px;
			}
		.project li:nth-child(1){
			margin-left:0;
			}
			.project ul li span,.project ul li p{
				position:absolute;
				bottom:0;
				left:0;
				width:100%;
				background:url(../images/menu_bg2hover.png) repeat;
				height:6px;
				display:block;
				}
			.project ul li img{
				width:100%;
				}
			.project ul li p{
				display:none;
				height:38px;
				}
			.project ul li a{
				background:url(../images/project_arrow.png) no-repeat 95% 15px;
				display:block;
				color:#FFF;
				height:40px;
				padding:5px 20px 0 15px;
				box-sizing:border-box;
				-moz-box-sizing:border-box;
				-webkit-box-sizing:border-box;
				line-height:1.2em;
				}
				.project ul li a img{
					width:auto;
					}
				
			

#footer{
	padding-top:70px;
	}
	.footer {
		background-color:#f4f1f1;
		}
	.footericon{
		display: inline-block; 
		margin:0 auto; 
		text-align:center;
		width:100%; 
		padding-bottom:10px;
		}
	.footericon li{
		display: inline;  
		text-align:center;
		padding:0 20px;
		}
	.footerbottom_bg{
		background:url(../images/footer_bg2.png) repeat-x;
		}
	.footerbottom{
	/*	background:url(../images/footer_bg.jpg) no-repeat 0 bottom; */
		padding:40px 50px 0 50px;
		line-height:1.8em;
		height:295px;
		width:1080px;
		margin:0 auto;
		position:relative;
		}
	.footerci_bg{
		background:url(../images/footer_bg.jpg) no-repeat right bottom;
		position:absolute;
		width:1000px;
		height:335px;
		right:0;		
		}	
	.footermap{
		padding-bottom:30px;
		}
		.footermap li{
			width:20%;
			float:left;
			}
			.footermap li ul li{
				width:100%;
				float:none;
				background:url(../images/footer_listyle.png) no-repeat 0 4px;
				padding:0 13px;
				box-sizing:border-box;
				-moz-box-sizing:border-box;
				-webkit-box-sizing:border-box;
				}
			.footermap li strong{
				width:100%;
				display:block;
				}
				.footermap li strong a{
					color:#FFF;
					}
		.footermap li a{
			color:#ddd;
			}

.footercopy p{
	color:#FFFFFF;
	}
	.footercopy ul{
		float:right;
		}
		
		.footercopy ul li{
			float:left;
			}
			.footercopy ul li a{
				color:#FFF;
				padding:0 10px;
				border-left:1px solid #FFF;
				}
				.footercopy ul li:nth-child(1) a{
					border-left:none;
					}


.back_top{
	position:absolute;
	text-align:right;
	top:-150px;
	right:0;
	}
	.back_top ul li{
		float:left;
		margin-left:10px;
		}
		.back_top ul li a{
			width:60px;
			height:0px;
			display:block;
			background:#bfb9ba url(../images/top_btn.png) no-repeat;
			padding: 35px 0 25px 0;
			color:#fff;
			text-align:center;
			font-size:0.9em;
			text-transform:uppercase;
			}
			.back_top ul li .back_btn{
				background:#bfb9ba url(../images/back_btn.png) no-repeat 13px 4px;
				display:none;
				}
				.back_top ul li a:hover{
					background-color:#aa243f;
					}
					

	.back_button .back_btn{
		display:block !important;
		}
		.index_footer .back_top{
		display:none;
		}
.insidebanner {
	position:relative;
	}
	.insidebanner img{
		width:100%;
		}
	.breadcrumbnav{
		position:absolute;
		left:0px;
		bottom:40px;
		width:100%;
		}
		.breadcrumbnav_text{
			width:1080px;
			padding:0 50px;
			margin:0 auto;
			color:#a7a7a7;
			}
			.breadcrumbnav_text a{
				color:#a7a7a7;
				}
			.breadcrumbnav_text a:hover{
				color:#FFF;
				}
		.breadcrumbnav strong{
			font-size:40px;
			width:100%;
			display:block;
			padding-bottom:20px;
			color:#FFF;
			line-height:1em;
			}
			.breadcrumbnav span{
				color:#FFF;
				}
.insidecontent{
	background-color:#f4f1f1;
	padding-bottom:50px;
	}
	.introduction{
		background-color:#aa243f;
		}
		.introduction p{
			padding:35px 0;
			text-align:center;
			font-size:20px;
			line-height:140%;
			color:#ffffff;
			}
	.content_title{
		background-color:#e7e5e5;
		padding:40px 0;
		color:#aa243f;
		font-size:20px;
		text-align:center;
		font-weight:bold;
		position:relative;
		float:left;
		width:100%;
		font-weight:normal;
		text-transform:uppercase;
		line-height:1.4em;
		}
		.content_title span{
			position:absolute;
			width:100%;
			height:21px;
			left:0px;
			bottom:-21px;
			text-align:center;
			}
			.link_list{
				padding:60px 0;
				}
				.link_list li{
					background:url(../images/inside_listyle.png) no-repeat 0 9px;
					padding:2px 0 2px 20px;
					color:#666666;
					}


.page_number{
	margin:80px 0;
	}
	.page_number ul {
		display: inline-block; 
		margin:0 auto; 
		text-align:center;
		width:100%; 
		}
		.page_number ul li { 
			display: inline; 
			margin:0 2px; 
			text-align: center; 
			}
			.page_number ul li a{
				background-color:#FFFFFF;
				padding:7px 10px;
				color:#3f3f3f;
				}
				.page_number ul li a:hover,.page_number ul li .active{
					background-color:#333333;
					color:#fffefe;
					}
			.page_number ul li:first-child a{
				color:#333333;
				padding:7px 5px 7px 15px;
				background:url(../images/page_prev.png) no-repeat 0 4px;
				}
			.page_number ul li.last a{
				color:#333333;
				padding:7px 15px 7px 5px;
				background:url(../images/page_next.png) no-repeat right 5px;
				}


.two_col td{
	padding:25px 20px;
	vertical-align:top;
	border-bottom:1px solid #dbd8d8;
	}

/*Site Map*/
.sitemap ul li{
	margin-top:70px;
	width:30%;
	margin-left:5%;
	float:left;
	}
	.sitemap ul li:nth-child(1),.sitemap ul li:nth-child(4){
		margin-left:0;
		}
	.sitemap ul li strong{
		padding:23px 0;
		background-color:#aa243f;
		color:#FFFFFF;
		font-size:20px;
		text-align:center;
		display:block;
		}
	.sitemap ul li ul li{
		float:none;
		margin:0;
		padding:15px 12px;
		border-bottom:1px solid #dbd8d8;
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		}
/*contact*/
.contact{
	margin-top:60px;
	margin-bottom:60px;
	}
	.contact p{
		padding:0 20px;
		text-align:center;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		}
	.contact strong{
		text-transform:uppercase;
		font-size:16px;
		margin:15px 0;
		color:#aa243f;
		display:block;
		width:100%;
		}
.contact img{
	width:100%;
	}
	.contact #mapCanvas{
		width:100%;
		height:400px;
		}

/*press-release*/
.press_detail{
	margin-top:70px;
	}
.press_table {
	padding-top:40px;
	}
	.press_table td{
		vertical-align:top;
		}		
		.press_table td:nth-child(2){
			padding-left:0;
			}
	.press_table td a{
		width:100%;
		display:block;
		font-weight:bold;
		}
	.press_table td strong{
		width:100%;
		display:block;
		font-weight:bold;
		}		
	.press_detail p{
		 margin:0 0 25px;
		font-size:1.1em;
		}
	.press_detail div{
		text-align:center;
		padding-top:40px;
		}
		.press_detail div img{
			width:100%;
			}
	.press_detail i{
		display:block;
		width:100%;
		padding:20px 0;
		text-align:left;
		}

/*media-centre table*/
.prospectus_table{
	margin-top:70px;
	}
	.prospectus_table td{
		padding:13px 20px;
		vertical-align:middle;
		}
	.prospectus_table th{
		background-color:#555555;
		padding:23px 20px;
		color:#FFFFFF;
		text-align:left;
		}
		
	.select{
		text-align:right;
		margin:60px 0 20px 0;
		}	
		.select select{
			width:128px;
			background-color:#FFFFFF;
			padding:10px;
			}.careers_table{
		margin:70px 0 40px;
		}
	.circulars_table{
		margin-top:0;
		}
	.calendar_table{
		margin-top:0;
		}
		.calendar_table td{
			padding:25px 20px;
			}
			.calendar_table td a{
				text-decoration:underline;
				}
				
/*careers*/
.careers{
	padding:40px 0;
	}
	
.careers_detail{
	margin-top:70px;
	}
	.careers_detail_title{
		padding:25px 20px;
		background-color:#aa243f;
		color:#FFFFFF;
		font-weight:bold;
		}
	.careers_detail .link_list{
		padding:20px;
		}
	
		