@charset "utf-8";
/* CSS Document */

/* 共通 css開始  */
body {
	font-family: "微軟正黑體";
	line-height: 1.5em;
	margin:0;
}
a {
	text-decoration:none;
	outline: none;
	hlbr:expression(this.onFocus=this.blur());		
}
a img{
	border:none;
}
.wrap{
	width:1120px;
	margin:0 auto;
	position:relative;
}
.TopWrap{
	position:relative;
	width:1120px;
	height:130px;
}
.LanguageWrap{
	position: absolute;
	right: 15px;
	top: 15px;
}
.LanguageWrap img{
	cursor:pointer;
}
.NaviWrap{
	position: absolute;
	background: url(../img/NaviWrapBackground.png) top center no-repeat;
	width: 684px;
	height: 43px;
	left: 425px;
	top: 72px;
	overflow:hidden;
}
.NaviWrap a{
	position:relative;
	z-index:999;
	width:127px;
	height:40px;
	display:block;
	float:right;
	text-align:center;
	color:#000;
	line-height:40px;
	
}
#MainSlider{
	width:1120px;
	height:453px;
	position:relative;
}
#MainSlider img{
	position:absolute;
}
/* 首頁 */

.index_cooperate_company{
	width: 460px;
	font-size: 15px;
	color: #fefdfb;
	background:#b6b119;
	border-radius:15px;
	padding-bottom:10px;
}

.index_link_001{
	color:#fbfbfa;
}
.index_link_001:hover{
	color: #2c6339;
	font-size: 14px;
}
.Content{
	width:1120px;
	position:relative;
}
.ContentTitle{
	background:url(../img/ContentTitle.png) top center no-repeat;
	background-size:contain;
	width:1040px;
	height:54px;
	line-height:54px;
	margin:0 auto 25px auto;
	font-size:24px;
	padding-left:80px;
	color:#fff;
}
.SmallSliderWrap{
	height:250px;
	width:1000px;
	position:relative;
	margin:0 auto 20px auto;
	overflow:hidden;	
}
#SmallSliderControl{
	height:250px;
	width:999999999px;
	position:absolute;
	top:0;
}
#SmallSliderControl img{
	height:250px;
	width:177px;
	margin-right:23px;
}
.AuthenticatePagePics{
	margin:0 56px 30px 0;	
}
.Footer{
	height:87px;
	width:1120px;
	position:relative;
	background:url(../img/FooterBackground.png) top center no-repeat;
	margin:25px auto;
	clear:both;
}
/* 專業認證 */
.Authenticate_imgs img{
	float:left;
	margin:20px 40px 30px 0;
}

/* 關於我們 */
.about_cooperate_company{
	width: 460px;
	font-size: 15px;
	color: #fefdfb;
	background:#b6b119;
	border-radius:15px;
	padding-bottom:10px;
	float:right;
}