@charset "utf-8";
/* CSS Document */
/***麵包屑*********************************************************/
#breadcrumbs_box {
	width: 100%;
	height: 28px;
	background: #F2F2EB;
	margin-bottom: 25px;
}
#breadcrumbs.right{
	width:757px;
	float:right;
}
#breadcrumbs {
	color: #777777;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	padding: 0 0 0 0px;
	word-spacing: 5px;
	position: absolute;
	right: 20px;
	top: 28px;
}
#breadcrumbs span {
	color: #777777;
	text-decoration: none;
}
#breadcrumbs img {
	vertical-align: middle;
	margin-bottom:2px;
}
#breadcrumbs a {
	color:#777777;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#breadcrumbs a:visited {
	color:#777777;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #777777;
	text-decoration: none;
}
#breadcrumbs .pb{
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #9D9D9D;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 2px;
	word-spacing:5px;
}
#breadcrumbs .pb a{
	color:#9D9D9D;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#breadcrumbs .pb a:visited{
	color:#9D9D9D;
	text-decoration:none;
}
#breadcrumbs .pb a:hover{
	color:#111111;
	text-decoration:none;
}
#breadcrumbs .pb span{
	color:#111111;
	text-decoration:none;
}
/*********************************************************/
/*********************************************************/
#footer .menu {
	background:url(../data/wrapper/footer_bg2.png) center top no-repeat;
}
/*********************************************************/
/*********************************************************/
#main_box{
	min-width:1000px;
	border-bottom:#D8D8D8 1px solid;
	padding-top:20px;
}
#main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom:40px;
	background:url(../data/wrapper/center.png) center top repeat-y;
}
/*********************************************************/
/*********************************************************/
#leftside {
	width: 236px;
	position: relative;
	float: left;
}
#leftside_title {
	border-bottom: none;
}
#leftside_title img{
	vertical-align:middle;
}
#leftside_title.left {
	float:left;
}
.leftnav {
	height: auto;
	position: relative;
	border:#1BB7A3 1px solid;
	border-bottom:#1BB7A3 3px solid;
	margin-bottom:20px;
}
.left_btn01 {
	text-indent:-9999px;
	width:240px;
	height:110px;
	text-align: center;
	margin: 0 0 0px 0px;
}
.left_btn01 a{
	width:100%;
	height:100%;
	display:block;
	text-align: center;
	margin: 0 0 0px 0px;
	background:url(../data/leftnav/btn01.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.left_btn01 a:hover{
	background:url(../data/leftnav/btn01_.png) no-repeat;
}
.left_btn02 {
	text-indent:-9999px;
	width:240px;
	height:110px;
	text-align: center;
	margin: 0 0 0px 0px;
}
.left_btn02 a{
	width:100%;
	height:100%;
	display:block;
	text-align: center;
	margin: 0 0 0px 0px;
	background:url(../data/leftnav/btn02.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.left_btn02 a:hover{
	background:url(../data/leftnav/btn02_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
#page_title{
	position:relative;
	overflow:hidden;
}
#page_title img{
	vertical-align:middle;
}
/*********************************************************/
/*********************************************************/
#rightside {
	width: 717px;
	float: right;
	position: relative;
	padding-bottom: 0px;
	margin-right:15px;
}
/*********************************************************/
/*********************************************************/
#right_bread {
	color:#FFF;
	height:25px;
	line-height:25px;
	font-size:13px;
	padding:0 10px 0 25px;
	margin-bottom:20px;
	background:url(../data/products/dot.jpg) 10px 11px no-repeat;
	background-color:#76135F;
}
#right_bread a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#right_bread a:visited {
	color: #FFF;
	text-decoration: none;
}
#right_bread a:hover {
	color: #FFF;
	text-decoration: none;
}
#right_bread span{
	color:#FFF;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
#right_title {
	height:36px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#00B2B2;
	padding:29px 0 0 25px;
	margin-bottom:30px;
	background: url(../data/wrapper/tbg2.png) left bottom no-repeat;
}
/*********************************************************/
/*********************************************************/
.conbody_img {
	margin-bottom: 45px;
	text-align:center;
}
.conbody_title {
	color:#535353;
	font-weight:bold;
	padding-left:15px;
	background:url(../data/wrapper/title_icon.png) 0 center no-repeat;
	width:659px;
	margin:0 auto;
	position: relative;
	line-height: 26px;
	margin-bottom:20px;
}
.conbody_title span {
	color: #9F6C51;
}
.conbody_title a {
	color: #917F74;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.conbody_title a:visited {
	color: #917F74;
	text-decoration: none;
}
.conbody_title a:hover {
	color: #9F6C51;
	text-decoration: none;
}
#conbody_info {
	font-size:13px;
	color: #666666;
	margin: 0 auto;
	position: relative;
	margin-bottom:20px;
	padding:0 15px;
	background:#EEEEEE;
}
#conbody_info span {
	padding:0 10px;
}
#conbody_info img {
	vertical-align: middle;
	margin:0 2px 2px 0;
}
#conbody_info img.title {
	vertical-align: bottom;
	margin:0 10px 0px 0;
}
.contentbody {
	font-size: 13px;
	margin: 0 auto;
	font-size: 13px;
	position: relative;
	line-height: 26px;
	color: #7D7D7D;
	padding-top:25px;
}
/*******************************************************/
/*******************************************************/
.hidden {
	display: none;
}

.noborder{
	margin:0;
	border:none !important;
}
