@charset "utf-8";
/* CSS Document */
/***麵包屑*********************************************************/
body {
}
#breadcrumbs_box {
	width: 100%;
	height: 28px;
	background: #F2F2EB;
	margin-bottom: 25px;
}
#breadcrumbs.right{
	width:757px;
	float:right;
}
#breadcrumbs {
	color: #BF312C;
	font-size: 13px;
	line-height: 26px;
	height: 26px;
	font-size:12px;
	font-weight: normal;
	padding: 0 0 0 0px;
	word-spacing: 5px;
	position: absolute;
	right: 25px;
	top: 20px;
}
#breadcrumbs span {
	color:#969696;
	text-decoration: none;
}
#breadcrumbs img {
	vertical-align: middle;
	margin-bottom:2px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color: #BF312C;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#breadcrumbs a:hover {
	color:#969696;
	text-decoration: none;
}
/*********************************************************/
/*********************************************************/
#banner{
}
#main{
	width:1000px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:55px;
}
/*********************************************************/
/*********************************************************/
#leftside {
	width: 215px;
	position: relative;
	margin-left:4px;
	margin-top:-5px;
	float: left;
}
#leftside_title {
	margin-bottom:10px;
}
#leftside_title img{
	vertical-align:middle;
}
#leftside_title.left {
	float:left;
}
/*********************************************************/
/*********************************************************/
#page_title{
	height:47px;
	color:#444444;
	line-height:35px;
	padding:18px 0 0 35px;
	font-size:20px;
	font-weight:bold;
	position:relative;
	margin:0 auto;
	background:url(../images/in_top.jpg) top no-repeat;
}
#page_title img{
	vertical-align:middle;
	margin-bottom:5px;
}
/*********************************************************/
/*********************************************************/
#rightside {
	width: 762px;
	float: right;
	position: relative;
	margin-right:4px;
}
/*********************************************************/
/*********************************************************/
#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:28px;
	padding:0px 0 0 35px;
	margin-bottom:20px;
}
#right_title li{
	color:#FFF;
	font-size:14px;
	float:left;
	line-height:28px;
	padding:0 15px;
	margin-right:10px;
	list-style:none;
	background:#F8712C;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
/*********************************************************/
/*********************************************************/
.conbody_img {
	margin-bottom: 45px;
	text-align:center;
}
.conbody_title {
	border-bottom:#B6B0BD 1px solid;
	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 {
	color:#525252;
	margin:0 auto;
	position: relative;
	padding:5px 10px;
	line-height: 26px;
	margin-bottom:20px;
	background:#EEEEEE;
}
#conbody_info .title{
	padding-bottom:3px;
	border-bottom:#E1C67C 1px solid;
}
#conbody_info .title span.t01{
	color:#003366;
	font-weight:bold;
	font-size:18px;
}
#conbody_info .title span.nt{
	color:#E4852E;
}
#conbody_info img {
	vertical-align: middle;
	margin:0 2px 2px 0;
}
.contentbody {
	font-size: 13px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
	color: #333333;
	padding-bottom: 30px;
	padding-top: 30px;
	background: url(../images/in_center.jpg) repeat-y;
}
.contentbody .bottom{
	height:18px;
	width:100%;
	left:0px;
	bottom:0px;
	position:absolute;
	z-index:99;
	background:url(../images/in_bottom.jpg) no-repeat;
}
/*******************************************************/
/*******************************************************/
.hidden {
	display: none;
}

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

