@charset "utf-8";
/* CSS Document */
/*每個分區的內容外包大小*/
header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-top:3px solid #43AEEF;	
}
article {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
aside {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	background:url(wrapper/footer/bg.jpg) repeat-x;
}

#header {
	width: 1000px;
	height: 93px;
	margin: 0 auto;
	position: relative;
	background: url(wrapper/bg_header.jpg) repeat-x;
	margin-bottom:27px;
	border-top: 3px solid #43AEEF;
    top: -3px;
    }

#banner_box {
	width: auto;
	height: 250px;
	margin: 0 auto;
	position: relative;
	background: url(wrapper/bannerin-bg.jpg) 50% 50% no-repeat;
	}
#banner {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	position:relative;
	box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.12);
}
#banner:before {
	position:absolute;
	background:url(wrapper/banner/shandowin.png) no-repeat;
	display: inline-block;
    content: "";
	height:250px;
	width:12px;
	left: -12px;
}
#banner:after {
	position:absolute;
	background:url(wrapper/banner/shandowin_02.png) no-repeat;
	display: inline-block;
    content: "";
	height:250px;
	width:12px;
	right: -12px;
	top: 0px;
}

#content{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
}

#content_left{
	float: left;
	width: 240px;
	height: 605px;
	margin: 20px 0 0px 25px;

}
#left_title{
	width: 240px;
	height: 197px;
	margin-bottom:15px;
	}
#qlink_recruited{
	width:180px;
	height:191px;
	margin-left: 4px;
	margin-bottom:10px;
	}
#qlink_recruited a{
	width:180px;
	height:191px;
	background-image:url(wrapper/qlink_recruited01.png);
	display: block;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#qlink_recruited a:hover{
	background-image:url(wrapper/qlink_recruited02.png);
    }
#qlink_contact{
	width:180px;
	height:191px;
	margin-left: 4px;
	}
#qlink_contact a{
	width:180px;
	height:191px;
	background-image:url(wrapper/qlink_contact01.png);
	display: block;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#qlink_contact a:hover{
	background-image:url(wrapper/qlink_contact02.png);
    }
#content_right{
	position: relative;
	width: 670px;
	float: right;
	margin: 20px 25px 0px 0px;
	}
#content_top{
	width: 670px;
	height:48px;
	background:url(wrapper/content_top_bg.jpg);
	margin-bottom: 20px;
	}
#content_title{
    position: absolute;
    width: 81px;
    line-height: 14px;
    top: 13px;
    left: 27px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
	}
/*麵包屑*/
#breadcrumbs{
	background: url(wrapper/icon_house.png) no-repeat;
	width: 118px;
	height: 19px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0px;
	color: #227DC1;
	font-size: 12px;
	padding-top:2px;
	letter-spacing:0.1em;
}
#breadcrumbs a {
	width:auto;
	color: #777777;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#breadcrumbs a:hover {
	color: #1985CC;
	font-weight:bold;
	text-decoration: none;
}
/*麵包屑*/	

#content_bg{}

/*LOGO*/
#logo {
	width: 480px;
	height: 70px;
	position: absolute;
	left: 0px;
	z-index: 1;
	top: 12px;
}
#logo a:hover{
	opacity:0.8;
}
/*LOGO*/
