@charset "utf-8";
/* CSS Document */
#carousel{
  width:928px;
  height:390px;
  overflow:hidden;
  padding:0px;
}
#carousel ._item{
	width:928px;
  float:left;
  min-height:100px;
}
#btn_prev,#btn_next{
}
#btn_prev.disabled span{
  display:none;
}
#btn_next.disabled span{
  display:none;
}

/*-about-*/
.about_bg{
	background-image: url(../images/about_p.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.about_bg2{
	background-image: url(../images/about_p2.jpg);
	background-repeat: no-repeat;
	background-position: 56px center;
}
.about_bg3{
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
}
/*-about2-*/
.about2_bg{
	background-color: #f0f0f0;
	padding-top: 17px;
	padding-bottom: 13px;
	padding-left: 27px;
}
.about2_line{
	border-right:1px solid #bebebe;
}
.about2_line2{
	border-left:1px solid #ffffff;
}
.about2_t{
	color:#313131;
}