

.img-content{
	width: 1380px;
	height:700px;
	padding: 10px;

}
.img-content .small-img{

	margin-top:100px;
	width: 600px;
	float:left;

}
.small-img ul{
	list-style: none;

	width: 700px;
	margin: 0;
	padding: 0;
	right:0;
	/*transition: all 1s;*/
}
.small-img ul:after{
	content: "";
	display: block;
	clear: both;
}
.small-img ul li{
	float: left;
	width: 120px;
	height: 157px;


    box-sizing: border-box;
}
.small-img ul li img.moveimg{
	width: 100%;
	height: 100%;
	cursor: pointer;
	border:1Px solid transparent;

}
.small-img ul li img.moveimg.active{
	/*border: 0px solid #FF0000;*/
}
.img-content .big-img{

	width: 600px;
	height: 800px;
	position:relative;
	overflow: hidden;
	border-radius: 10px;

	float:left;
	margin-right:150px;

}
.img-content .big-img img{
	margin-left:70px;
	width: 100%;
	height: 100%;
	cursor:pointer;
	border-radius: 10px;
 

}


.big-img .img-parent{
	width:460px;
	height: 600px;
	position: absolute;
}
.small-img-body{position: absolute;background: #d3b16d;top:328px; width:120px;height:157px; opacity:0.8;display: none;}
.small-img-body1{position: absolute;background: #d3b16d;top:485px; width:120px;height:157px; opacity:0.8;display: none;}


.layui-fluid-design-bg{
	height: 1000px;
	background-image:url('/public/static/admin/images/sheji-bg.jpg');
	background-repeat:repeat-x;
	background-position:right bottom;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
	position: relative;

}
.w1380 {
	width: 1350px;
	margin: 0 auto;
	position: relative;

}
.case_box {
	/*background: url(/static/admin/images/case_bg.jpg) no-repeat center top;*/
	height: 700px;
}
.case_box h3 {
	color: #081232;
	font-weight: normal;
	font-size: 42px;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}
.case_box .category ul {
	padding-left: 50px;
	padding-top:15px;
	padding-bottom: 15px;
	display: block;
	height: auto;
	overflow: hidden;
}
.case_box .category ul li {
	float: left;
	font-size: 20px;
	text-align: center;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #939aac;
	border-radius: 15px;
	cursor: pointer;
}
.case_box .category ul li.active {
	color: #fff;
	background: #bda583;
}
.case_box .content {
	padding-left: 0px;
}
.case_box .content .cont {
	height: 610px;
	display: none;
}
.case_box .content .cont.active {
	display: block;

}
.case_box .content .cont img.bg {
	position: absolute;border: 1px solid #E3E3E3;
	right: 0;
	top: 0;
}
.case_box .content .cont .info {
	position: absolute;
	width: 520px;
	height: 340px;
	background: #fff;
	box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
	left: 0;
	top: 90px;
	border:1px solid #E3E3E3;
	border-radius: 10px;
}


.case_box .content .cont img.bg {
	position: absolute;border: 1px solid #E3E3E3;
	right: 0;
	top: 0;
}
.case_box .content .cont .info img {
	position: absolute;


}

.case_box .content .cont .info .title .logo {
	float: left;
	padding-right: 25px;


}
.case_box .content .cont .info .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.case_box .content .cont .info .title h4 {
	float: left;
	padding-top: 30px;
	font-size: 24px;
	color: #081232;
}
.case_box .content .cont .info p {
	font-size: 16px;
	line-height: 32px;
	padding-top: 30px;
	color: #828b9f;
}




.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-button-next1 {
	/*先将原始箭头的颜色设置为透明的  然后设置一个背景图片  达到修改按钮样式的目的*/
	width: 50px;
	height: 50px;
	left: 6%;

	color: rgba(0, 0, 0, 0)!important;
	background:url("/public/static/admin/images/arrow-right-new.png") center center no-repeat;
	background-size: 50px 50px;
}
.swiper-button-prev1{
	width: 50px;
	height: 50px;
	left: 2%;
	color: rgba(0, 0, 0, 0)!important;
	background:url("/public/static/admin/images/arrow-left-new.png") center center no-repeat;
	background-size: 50px 50px;
}

.layui-fluid-villa-bg{
	height: 1200px;
	background-image:url('/public/static/admin/images/greybg.jpg');
	background-repeat:repeat-x;
	background-position:right top;
}
.layui-fluid-space-bg{
	height: 920px;
	background: url(/public/static/upload/pic/ads/bg-01.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.layui-fluid-desgin-bg{
	height: 930px;
	background: url(/public/static/admin/images/design-pic.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}

.layui-set-width{
	width: 20%;
	float: left;
	height:auto;
	overflow: hidden;
	background: #ffffff;


}
.imgcontent{
	height: 307.3px;
}
.imgmask{
	top:217px;
	position: absolute;
	background: #000;
	width:270px;
	height:307.3px;
	font-size: 16px;
	color: #fff;
	opacity:0.6;
	line-height: 30px;
	display: none;
}
.imgmask-title {
	margin-top:100px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.imgmask-title-content{
	margin-top:10px;
	font-size: 18px;
	text-align: center;
}



/*案例轮播*/
.pc-slide {
	width: 100%;
	margin: 0 auto;
}

.view .swiper-container {
	width: 100%;
	height: auto;
}

.view .arrow-left {
	background: url(/public/static/admin/images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(/public/static/admin/images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: -50px;
	position: relative;
}

.preview .swiper-container {
	width: 700px;
	height: 138px;
	margin-right: 35px;
}

.preview .swiper-slide {
	width: 130px;
	height: 130px;
	cursor:pointer;
}

.preview .slide6 {
	width: 130px;
}



.preview img {
	padding: 1px;
}
.preview swiper-slide img {
	padding: 5px;
	margin-right:10px;
}
.preview .active-nav img {
	padding: 0px;
	border: 5px solid #a18b74;
}