/* ����ͼ�� �Ѽ����� www.lanrentuku.com */
#wrapper
{
	width:1182px;
	margin-top: 50px;
	text-align:center;
	margin:0px auto;
	overflow: hidden;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 1182px;
	height: 124px;
	margin:0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-top:46px;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 31px;
	height: 31px;
	color: White;
	position: relative;
	top: 46px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/v2_24.png);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/v2_27.png);
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}
.jscarousal-contents
{
	width: 1120px;
	height: 124px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 124px;
	overflow: hidden;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 10px;
	margin-right: 9px;
	overflow: hidden;
}
.jscarousal-contents img
{
	width: 198px;
	height: 122px;
	border: solid 1px #d9d9d9;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}

.service_map{
	width:55%;
	float: left;
}

.service_map img{
	display: block;
	width:100%;
}

.service_mess{
	width:40%;
	margin-left:30px;
	float: left;
}

.left_fly{
	width: 210px;
	height:190px;
	position: fixed;
	left: -166px;
	top:160px;
	overflow: hidden;
	transition: all 0.3s linear;
}

.left_fly:hover{
	left: 0;
}

.left_fly:hover .left_hovertag{
	opacity:0;
}

.left_fly_mess{
	width: 160px;
	height:100%;
	float: left;
}

.left_fly .toptitle{
	margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 160px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
		background:#155497;
}

.left_fly .addlist{
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
		border-top: 2px solid #695950;
}

.addlist ul li {
    width: 160px;
    padding-top: 10px;
    line-height: 25px;
    overflow: hidden;
	}

.left_addlist{
	height: 118px;
  background: #fff;
  padding-top: 30px;
  text-align: center;
	border-top: 2px solid saddlebrown;
}

.left_hovertag{
	opacity: 1;
	transition: all 0.3s linear;
}

.left_hovertag img{
	width: 50px;
  height: 190px;
  cursor: pointer;
  float: right;
  overflow: hidden;
}
