﻿.screen {
    display: none;
}


/*homecase全景列表*/
.homecase-list {
	margin: 0% 0;
	padding-top: 2%;
}
.homecase-list li {
	float: left;
	width: 32%;
	margin: 0 0.5% 1% 0.5%;
}
.homecase-list li .thumb {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 63%;
	overflow: hidden;
}
.homecase-list li .thumb .pic {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.homecase-list li .item {
	padding: 5%;
}
.homecase-list li .item h3 {
	font-size: 16px;
	color: #55504f;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.homecase-list li:hover .item {
	padding: 5%;
	background:#f6f6f6;
}
.homecase-list li:hover .item h3 {
	font-size: 16px;
}
.homecase-list li .thumb::after {
    content: '';
    width: 0;
    height: 90%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all 0.6s ease;
}

.homecase-list li .thumb::before {
    content: '';
    width: 90%;
    height: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all 0.6s ease;
}


.homecase-list li:hover .thumb::after {
    width: 94%;
}

.homecase-list li:hover .thumb::before {
    height: 94%;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.homecase-list {
	margin: 0% 0;
	padding-top: 2%;
}
.homecase-list li {
	float: left;
	width: 49%;
	margin: 0 0.5% 1% 0.5%;
}
.homecase-list li .thumb {
}
.homecase-list li .thumb .pic {
}
.homecase-list li .item {
	padding:8% 5%;
}
.homecase-list li .item h3 {
	font-size: 14px;
}
}
/*自适应样式 end*/



/*homecase详情页*/
.homecase-artilce {}
.homecase-artilce .homecase-content {padding-top:3%;}
/*homecase详情页-图*/
.homecase-artilce .homecase-photo {
    position: relative;
    width:40%;
}
/*产品详情页-产品属性*/
.homecase-artilce .homecase-txt {
    width:55%;
}
.homecase-artilce .homecase-introduce {
    border: solid 1px #d2d2d2;
    margin:0% auto;
    padding:5% 5%;
}
.homecase-artilce .homecase-introduce h2 {
	position: relative;
	display: inline-block;
	font-size: 28px;
    color: #0c3771;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
}
.homecase-artilce .homecase-introduce h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0%;
    width: 100%;
    height: 20px;
    background: #ffc006;
    z-index: -1;
    transition: all 0.3s;
}
.homecase-artilce .homecase-introduce ul {
    margin:5% 0;
}
.homecase-artilce .homecase-introduce ul li {
    float:left;
    width:50%;
    padding:10px;
}
.homecase-artilce .homecase-introduce ul li  span{
    display:inline-block;
    font-size: 16px;
    color: #797979;
    max-width: 380px;
    position:relative;
}
.homecase-artilce .homecase-introduce ul li .p1 {}
.homecase-artilce .homecase-introduce ul li .p2 {padding-left:10px;color: #0a0a0a;}
.homecase-artilce .homecase-introduce ul li  p {
    float:left;
    width:14.2%;
    min-width: 70px;
    max-width:75px;
    text-align:center;
}
.homecase-artilce .homecase-introduce ul li a {
	display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0c3771;
}


.homecase-artilce .homecase-introduce .more {
	overflow:hidden;
}
.homecase-artilce .homecase-introduce .more a {
	float:left;
	display: block;
    width: 170px;
    height: 42px;
    line-height: 42px;
    margin: 1% 5% 1% 0 ;
    padding: 0 5%;
    -webkit-border-radius: 25px;
    background: #0c3771 url(../images/more-icon.png) no-repeat 80% center/10px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
}
.homecase-artilce .homecase-introduce .more a:hover {
    background: #ffc006 url(../images/more-icon.png) no-repeat 85% center/10px;
}

.homecase-artilce h2.tit {
    font-size: 20px;
    color: #0c3771;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    padding:20px 0 20px 30px;
    margin: 20px 0;
    border-bottom: solid 1px #d9d9d9;
    position: relative;
}
.homecase-artilce h2.tit:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 22px;
    width: 4px;
    height: 19px;
    background: #ffc006;
    transition: all 0.3s;
}

/*《家装案例详情页》效果图图导航按钮*/
.effect-pic {
}
.effect-pic .effect-pic-box {
}
.effect-pic .effect-pic-box ul {
}
.effect-pic .effect-pic-box ul li {
	position:relative;
	width:100%;
	height:0;
	padding-top:20%;
	overflow:hidden;
}
.effect-pic .effect-pic-box ul li a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.effect-pic .effect-pic-box ul li a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.effect-pic .effect-pic-box ul li a:after{
	display:none;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background:rgba(0, 0, 0, 0.2) url(../fonts/showmore.svg) no-repeat center -500ppx;
}
.effect-pic .effect-pic-box ul li a:hover:after {
    display:block;
    background:rgba(0, 0, 0, 0.5) url(../images/showmore.svg) no-repeat center center/30px;
}
/*效果图图导航按钮*/
.effect-pic .page{ }
.effect-pic .page a{ 
    display:block;
    position:absolute;
    top:35%;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.effect-pic .page a.prev {
    left:5%;
    background: url(../images/next.png) no-repeat left center;
    transform: rotate(-180deg);
}
.effect-pic .page a.next {
    right:5%;
    background: url(../images/next.png) no-repeat left center;
}
.effect-pic .page a:hover {
    background: url(../images/next.png) no-repeat right center;
}

/*《家装案例详情页》VR全景*/
.homecase-artilce .effect {}
.homecase-artilce .effect .vr-box {
	/*height:600px;*/
	transition: all 2s;
}
.homecase-artilce .effect .homecase-box .closehomecase {
	display:none;
}
/*产品详情页-点击全屏查看homecase*/
.homecase-artilce .effect .vr-box-fix {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:999999;
	height:100%;
	
}
.homecase-artilce .effect .vr-box-fix .closevr {
	display:block;
	position:fixed;
    top: 5%;
    right: 10%;
    width: 48px;
    height: 48px;
    font-size: 34px;
    color: rgb(255, 255, 255);
    line-height: 48px;
    text-align: center;
    font-family: 宋体;
    z-index:999999999999;
    cursor: pointer;
    background:#0c3771;
    transition: all 0.3s ease 0s;
}


/*自适应样式*/
@media screen and (max-width:1024px){
.homecase-artilce {}
.homecase-artilce .homecase-content {padding-top:3%;}
/*homecase详情页-图*/
.homecase-artilce .homecase-photo {
    position: relative;
    width:100%;
}
.homecase-artilce .homecase-photo img {
    width:100%;
}
/*产品详情页-产品属性*/
.homecase-artilce .homecase-txt {
    width:100%;
	margin-top:4%;
}
.homecase-artilce .homecase-introduce {
    border: solid 1px #d2d2d2;
    margin:0% auto;
    padding:10% 6%;
}
.homecase-artilce .homecase-introduce h2 {
	position: relative;
	display: inline-block;
	font-size: 20px;
    color: #0c3771;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
}
.homecase-artilce .homecase-introduce h2:after {
    height: 10px;
}


.homecase-artilce .homecase-introduce ul {
    margin-bottom: 2%;
}
.homecase-artilce .homecase-introduce ul li {
    float:left;
    width:90%;
    padding:10px;
}
.homecase-artilce .homecase-introduce ul li  span{

}
.homecase-artilce .homecase-introduce ul li .p1 {}
.homecase-artilce .homecase-introduce ul li .p2 {
	padding-left:10px;
}
.homecase-artilce .homecase-introduce ul li  p {
    float:left;
    width:14.2%;
    min-width: 70px;
    max-width:75px;
    text-align:center;
}
.homecase-artilce .homecase-introduce ul li a {
	display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0c3771;
}


.homecase-artilce .homecase-introduce .more {
}
.homecase-artilce .homecase-introduce .more a {
    width: 100px;
    height: 32px;
    line-height: 32px;
	text-align:center;
    background: #0c3771;
    font-size: 12px;
}

.effect-pic .effect-pic-box ul li {
	padding-top:60%;
}
.effect-pic .page{
	display:none;
}
.homecase-artilce h2.tit {
    font-size: 20px;
}
.homecase-artilce .effect {}
.homecase-artilce .effect .vr-box {
	/*height:200px;*/
	transition: all 2s;
}
/*产品详情页-点击全屏查看VR*/
.homecase-artilce .effect .vr-box-fix {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:999999;
	height:100%;
	
}
.homecase-artilce .effect .vr-box-fix .closevr {
}
}
/*自适应样式 end*/




