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

/*header-------------------------------------*/
#header_box {
	height: 98px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#banner {
	height: auto;
	width: 100%;
	margin: 0 auto;
	background: url(../data/wrapper/banner/bg.png) no-repeat center;
}
#menu_bg {
	height: 68px;
	width: 805px;
	position: absolute;
	top: 22px;
	right: 32px;
}
/*header-------------------------------------*/


#banner_box {
	height: 319px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 33px;
	margin-bottom: 10px;
}
#banner_bg {
	position: relative;
	height: 301px;
	width: 745px;
	float: right;
	background: url(wrapper/banner/banner.png);
}
#banner_pic {
	position: absolute;
	width: 353px;
	height: 157px;
	top: -95px;
	right: 30px;
}
#content_box {
	height: auto;
	width: 980px;
	padding: 0px 36px 30px 36px;
	position: relative;
	margin: 0 auto;
	background: url(../data/wrapper/con_bg.jpg) repeat-y;
}
#about_box {
	height: 180px;
	width: 383px;
	float: left;
	position: relative;
	margin-right: 15px;
}
#about_box .title {
	width: 383px;
	height: 32px;
	margin-bottom: 15px;
}
#about_box .photo {
	width: 129px;
	height: 124px;
	float: left;
}
#about_box .right {
	float: left;
	margin-left: 10px;
}
#about_box .info {
	overflow: hidden;
	line-height: 23px;
	color: #555;
	width: 383px;
	height: 135px;
	letter-spacing: 0.05em;
	font-size: 14px;
}
#about_box .info a {
	color: #555;
	text-decoration: none;
}
#about_box .info a:hover {
	text-decoration: underline;
}
#about_box .more {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 8px;
}
#about_box .more a {
	width: 14px;
	height: 14px;
	display: block;
	background: url(../data/wrapper/more01.png);
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#about_box .more a:hover {
	background: url(../data/wrapper/more02.png);
}
/*訊息公告*/
#news_box {
	width: 331px;
	height: 183px;
	background: url(../data/wrapper/news/bg.png) no-repeat;
	float: left;
	position: relative;
}
#news_box .title {
	width: 331px;
	height: 32px;
	margin-bottom: 15px;
}
#news_first {
	width: 460px;
	height: 160px;
	margin-bottom: 12px;
}
#news_first .photo {
	width: auto;
	height: auto;
	float: left;
	border: 1px #888 solid;
}
#news_first .right {
	float: left;
	margin-left: 20px;
	width: 260px;
}
#news_first .caption_first {
	width: 330px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	margin-bottom: 5px;
}
#news_first .caption_first a {
	color: #444;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	font-weight: bold;
}
#news_first .caption_first a:hover {
	color: #3D8CAB;
	text-decoration: underline;
}
#news_first .time_first {
	width: 80px;
	height: 20px;
	font-size: 14px;
	color: #4BB6B6;
	line-height: 25px;
	word-spacing: 3px;
	margin-bottom: 5px;
}
#news_first .info_first {
	width: 335px;
	height: 90px;
	line-height: 22px;
	overflow: hidden;
}
#news_box .box {
	width: auto;
	height: auto;
}
#news_box .list_box {
	width: 331px;
	height: 26px;
	float: left;
	margin-bottom: 9px;
	border-bottom: 1px solid #DDD;
}
#news_box .time {
	width: 58px;
	height: 17px;
	font-size: 12px;
	color: #FFF;
	line-height: 19px;
	padding: 0px 10px 0px 7px;
	float: left;
	background: url(../data/wrapper/news/data_bg.png) no-repeat;
	margin-right: 10px;
}
#news_box .caption {
	width: 230px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	background: url(../data/wrapper/news/icon.png) no-repeat;
	background-position: 0em 0.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
	float: left;
}
#news_box .caption a {
	color: #666;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	font-weight: bold;
}
#news_box .caption a:hover {
	color: #3582BB;
	text-decoration: underline;
}
#news_box .more {
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 2;
	top: 8px;
	right: 10px;
}
#news_box .more a {
	width: 14px;
	height: 14px;
	display: block;
	background: url(../data/wrapper/more01.png);
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
}
#news_box .more a:hover {
	background: url(../data/wrapper/more02.png);
}
#news_box .photo {
	width: 144px;
	height: 108px;
	border: 1px solid #999;
	float: left;
	margin-right: 15px;
}
/*訊息公告*/

/*********************************************************/
/*********************************************************/
#iproducts {
	width: 731px;
	height: auto;
	margin: 0 auto;
	float: left;
	margin-top: 15px;
}
#products_title {
	width: 731px;
	height: 37px;
	position: relative;
	background: url(../data/wrapper/products/title.png) no-repeat;
}
#products_more {
	width: 45px;
	height: 14px;
	position: absolute;
	top: 11px;
	right: 12px;
}
#products_more a {
	width: 45px;
	height: 14px;
	display: block;
	background: url(../data/wrapper/products/more01.png);
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#products_more a:hover {
	background: url(../data/wrapper/products/more02.png);
}
#products_list {
	width: 731px;
	height: auto;
	float: left;
	padding: 15px 0px 0px 0px;
	margin: 0 auto;
	position: relative;
}
#products_list li {
	float: left;
	margin: 0 3px;
	list-style: none;
}
#products_list .list {
	width: 130px;
	height: 165px;
	margin-left: 0;
	background: url(../data/wrapper/products/color.jpg) no-repeat;
	padding: 5px;
}
#products_list .list:hover .photo a {
	background: url(../data/wrapper/products/color_.jpg) no-repeat;
}
#products_list .list:hover .name a {
	color: #86B33F;
	font-weight: bold;
	text-decoration: none;
}
#products_list .photo {
	width: 130px;
	height: 130px;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	margin-bottom: 14px;
	background: url(../data/wrapper/products/color.jpg);
}
#products_list .photo a {
	width: 130px;
	height: 130px;
	display: block;
	background: url(../data/wrapper/products/color_.jpg);
}
#products_list .photo a:hover {
}
#products_list .photo img {
	max-width: 130px;
	max-height: 130px;
}
#products_list .name {
	height: 18px;
	width: 130px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
#products_list .name a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#products_list .name a:hover {
	color: #86B33F;
	font-weight: bold;
	text-decoration: none;
}
/********************************************************/
#contact_box {
	float: right;
	height: 427px;
	width: 232px;
	background: url(../data/wrapper/contact/bg.png) no-repeat;
	color: #666;
	line-height: 20px;
	position: relative;
}
#contact_box .add {
	position: absolute;
	width: 155px;
	height: 38px;
	left: 65px;
	top: 75px;
}
#contact_box .mail {
	position: absolute;
	width: 160px;
	height: 38px;
	left: 65px;
	top: 133px;
}
#contact_box .business {
	position: absolute;
	width: 155px;
	height: 25px;
	left: 65px;
	top: 186px;
}
#contact_box .tel {
	position: absolute;
	width: 155px;
	height: 25px;
	left: 65px;
	top: 238px;
	font-size: 16px;
	font-weight: bold;
	color: #0C85DE;
}
#contact_box .fax {
	position: absolute;
	width: 155px;
	height: 25px;
	left: 65px;
	top: 288px;
	font-size: 16px;
	font-weight: bold;
	color: #0C85DE;
}
#contact_box .info {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	white-space: 1px;
}
