@charset "utf-8";
/* CSS Document */
 .btn-case-bj  a{	
	background:#FC272A;
	color: #fff  !important;
	padding:0 10px;
	 margin-left:8px; 
	font-size: 14px!important;;
	border-radius:3px ;
}
 .btn-case-bj  a:hover{	
	background: #20CB59;
	color: #fff  !important;
	  margin-left:10px; 
	padding:0 10px;
	
}
.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.rslides li {
		-webkit-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%;
		left: 0;
		top: 0;
	}

	.rslides li:first-child {
		position: relative;
		display: block;
		float: left;
	}

	.rslides img {
		display: block;
		float: left;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.callbacks_nav {
		display: none;
	}

	ul.callbacks_tabs.callbacks1_tabs {
		display: none;
	}
.villa{margin: 0 auto;width: 100%;}	
.villa-f {
	max-width: 1350px;
	overflow: hidden;
}
.villa-f .villa-auto-box {
	position: relative;
	padding-top: 20px
}
.villa-f-tab {
	position: absolute;
	top: 100px;
	left:45px;
	z-index: 1
}
.villa-f-tab li {
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #fff;
	margin-bottom: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff
}
.villa-f-tab li.active {
	background-color: #ffffff;
	color: #494949
}
.villa-f-cont img {
	display: none
}	
.onPhone {
	display: none;
}

@media all and (max-width: 480px) {
	.rslides{margin-top: 61px}
	
.onPC {
	display: none;
}
.onPhone {
	font-size:0;
	display: block;
	padding: 0;
	margin: 0;
}
.onPhone img{
	font-size:0;
	margin-top: -1px;
	vertical-align:top;
	display: block;
}	
}
/*******手机端*******/
@media all and (max-width: 640px){

.villa{
	margin: 0 auto;
	width: 100%;
	height: auto!important;
	padding-bottom: 30px; 
	}	
.villa-f {	
	position: relative;
	background-size: 100% 100%
}
.villa-f-tab {
	position: absolute;
	top:50px;
	left: -20px;
	width: 100%;
	list-style: none;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.villa-f-tab li {
	margin: 0 5px;
	position: relative;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	color: #fff
}
.villa-f-tab li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
	width: 200%;
	height: 200%;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}
.villa-f-tab li.active {
	background-color: #fff;
	color: #4f5255
}

}