@charset "utf-8";
/* CSS Document */

/*header-------------------------------------*/
#header_box{
	height: 80px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background:url(../data/wrapper/header_bg.jpg) repeat-x;
	}
#menu_bg{
	height: 68px;
	width: 805px;
	position: absolute;
	top: 22px;
	right: 32px;
	}
#content_box{
	height: auto;
	width: 950px;
	padding: 15px 25px 50px 25px;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	}
#lg{
	position:absolute;
	top:0;
	right:0;
	width:80px;
	height:19px;
	background:url(../data/wrapper/lg_bg.png);
	padding:6px 0 0 33px;
	z-index:100;
	}
#lg a{
	color:#E7E7E7;
	text-decoration:none;
	}
#lg a:hover{
	color:#FFE9A4;
	}
/*header-------------------------------------*/
#banner{
	height: auto;
	width: 100%;
	margin: 0 auto;
	}
#banner_box{
	height: 295px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background:#FFF url(../data/wrapper/banner/banner_in.png) ;
	}
#banner_box .shadow{
	position: absolute;
	bottom: -32px;
	left: 180px;
	}
#about{
	width: 444px;
	height: 195px;
	float: left;
	margin-right: 20px;
	position: relative;
	background:url(../data/wrapper/about/bg.png) no-repeat;
	padding:66px 20px 0 20px;
	}
#about .title{
	margin-bottom: 25px;
	width: 470px;
	}
#about .info{
	color: #666;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	overflow: hidden;
	height: 163px;
	width: auto;
	}
#about .pic{
	width: 225px;
	height: 150px;
	float: left;
	}
#about .more{
	width: auto;
	height: auto;
	position: absolute;
	top: 13px;
	right: 15px;
	letter-spacing: 1px;
	}
#about .more a{
	display:block;
	width: auto;
	height: auto;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	color:#FFF;
	text-decoration:none;
	}
#about .more a:hover{
	color:#FFFF73;
	}
#about .qr{
	position:absolute;
	width:75px;
	height:75px;
	bottom:10px;
	right:110px;
	}
#about .line{
	position:absolute;
	width:75px;
	height:75px;
	bottom:10px;
	right:25px;
	}
#customers{
	width: 198px;
	height: 244px;
	float: left;
	text-indent: -9999px;
	margin-right: 15px;
	}
#customers a{
	width:198px;
	height:244px;
	display:block;
	background:url(../data/wrapper/customers.png);
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#customers a:hover{
	background:url(../data/wrapper/customers_.png);
	}
#contact{
	width: 406px;
	height: 208px;
	float: left;
	background: url(../data/wrapper/contact/bg.png) no-repeat;
	padding: 55px 20px 0 20px;
	}
#contact .info{
	color:#666;
	font-size:14px;
	line-height:22px;
	margin-bottom:15px;
	}
#contact .tel{
	color:#F28C00;
	font-size:18px;
	}
#contact .qr{
	float:left;
	width:291px;
	height:92px;
	}
#contact .web{
	float:left;
	margin-right:5px;
	}
#contact .line{
	float:left;
	margin-right:5px;
	}
#contact .fbfans{
	float:left;
	width:90px;
	height:90px;
	text-indent:-9999px;
	}
#contact .fbfans a{
	width:90px;
	height:90px;
	display:block;
	background:url(../data/wrapper/contact/fb.jpg);
	}
#contact .fbfans a:hover{
	background:url(../data/wrapper/contact/fb_.jpg);
	}
#content_right{
	position: relative;
	height: auto;
	float: right;
	margin: 0 auto;
	width: 700px;
	z-index: 100;
}
#content_title{
	margin: 0 auto;
	width: 700px;
	height: 30px;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	background: url(../data/wrapper/inner/line.jpg) no-repeat bottom;
	}
#right_title{
	position: absolute;
	width: auto;
	height: auto;
	left: 49px;
	top: 18px;
	}
/*麵包屑*/
#breadcrumbs{
	height: auto;
	position: absolute;
	z-index: 1;
	top: 1px;
	right: 0px;
	color: #888;
	font-size: 12px;
	word-spacing: 1px;
	font-weight: normal;
}
#breadcrumbs a {
	color: #888;
	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 {
	font-weight: bold;
}
/*麵包屑*/

#content_text{
	width: auto;
	height: auto;
	color: #666;
	line-height: 26px;
	min-height: 400px;
	font-size: 15px;
	border: 1px solid #DDDDDD;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 30px 20px;
	}
