
.top-img{
	width: 100%;
	position: relative;
}
.top-img-left{
	top: 4vw;
	left:25vw;
	position: absolute;
	color:#fff;
}
.top-img-left .t1{
	font-size: 2.4vw;
	font-weight: bold;
}
.top-img-left .t2{
	font-size: 0.8vw;
	color: #cccccc;
}
.top-img-left .top-img-line{
	width: 2.5vw;
	height: 2px;
	margin: 0.5vw 0;
	background-color: #fff;
}
.top-img-left .t3{
	font-size: 0.9vw;
	margin-top: 5vw;
}
.top-img-left a{
	width: 7vw;
	text-align: center;
	display: block;
	padding: 0.5vw 1vw;
	background-color: #d9b765;
	font-size: 0.8vw;
	color: #fff;
	margin-top: 1vw;
}
.top-img-left a:hover{
	color: #fff;
}
.top-img-right{
	width: 15.6vw;
	height: 15.6vw;
	overflow: hidden;
	position: absolute;
	right: 28vw;
	top: 3vw;
	box-shadow:-0.4vw 0.4vw 0 #d9b765;
}
.top-img-right img{
	width: 100%;
}
.tab{
	height: 4vw;
	line-height: 4vw;
	font-size: 1vw;
	padding: 0 8.3vw;
	border-bottom: 3px solid #e2e2e2;
	box-shadow: 0px 1px 3px #e2e2e2;
	margin-bottom: 1vw;
}
.tab a{
	/*padding-right: 2vw;*/
	padding: 1vw 2vw;
	color: #666;
}
.tab .check{
	color: #d9b765;
}
.honor{
	padding: 0 8.3vw;
	margin-bottom: 6vw;
}
.honor:after,.honor:before{
    content:"";
    display:table;
}
.honor:after{
    clear:both;
}
.honor .honor-list{
	width: 20vw;
	/*height: 10vw;*/
	padding: 0 2vw;
	/*border:1px solid #eee;*/
	float: left;
}
.honor .honor-list .t1{
	font-size: 0.9vw;
	color:#333;
	font-weight: 600;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.honor .honor-list .list-line{
	width: 2vw;
	height: 1px;
	margin-top: 0.5vw;
	margin-bottom: 1vw;
	background-color: #666;
}
.honor .honor-list .t2{
	font-size: 0.8vw;
	color:#888;
	padding: 0.1vw 0;
    /*overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;*/
}
.honor .honor-list .t3{
	font-size: 0.8vw;
	color:#888;
	padding: 0.1vw 0;
}
.villa-case{
	margin: 0 8vw;
	padding-bottom:3vw;
	width: 83vw;
}
.villa-case:after,.villa-case:before{
    content:"";
    display:table;
}
.villa-case:after{
    clear:both;
}
.villa-case .case-list{
	width: 26.5625vw;
	margin: 0.5vw;
	border:1px solid #ddd;
	float: left;
	overflow: hidden;
}
.villa-case .case-list:hover{
	box-shadow:0px 5px 10px #999;
}
.case-list-top{
	position: relative;
	width: calc(26.5625vw - 2px);
}
.case-list-top .pop-box{
	display: none;
}
.villa-case .case-list:hover .case-list-top .pop-box{
	width: 80%;
	height: 13.1878vw;
	line-height: 13.1878vw;
	background: rgba(0,0,0,0.1);
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	margin: 2vw 10%;
	text-align: center;
	color: #fff;
	display: block;
}
.case-list-top .pop-box:hover{
	color: #fff;
}

.villa-case .case-list:hover img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.villa-case img{
	width: calc(26.5625vw - 2px);
	height: 17.1878vw;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.case-list-bottom{
	width: calc(26.5625vw - 2px);
	height: 6.25vw;
	/*line-height: 6.25vw;*/
	text-align: center;
}
.case-list-bottom-title{
	padding: 0 0.5vw;
	height: 3.5vw;
	line-height: 4.5vw;
	font-size: 1.3vw;
	color:#222;
	font-weight: bold;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.case-list-bottom-desc{
	margin-top: 0.1vw;
	padding: 0 0.5vw;
	color: #888;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}