body {
    position: relative;
}
body::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}


.case-list {
}

.case-list ul {
}

.case-list ul li {
    float: left;
    width: 31%;
    margin: 1%;
    background: #fff;
}

.case-list ul li .pic {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 68.75%;
    overflow: hidden;
}

.case-list ul li .pic .link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.6s ease;
}

.case-list ul li .pic .link .tit {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
}

.case-list ul li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.case-list ul li .item {
    padding: 8% 5% 7%;
}
.case-list ul li .item h3 {
    font-size: 20px;
    color: #555555;
    font-weight: bold;
    line-height: 1.8;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow:hidden;
}
.case-list ul li .item p {
    font-size: 14px;
    color: #999999;
    padding: 12px 0 30px;
}

.case-list ul li:hover .item{ 
    background: #11a84e; 
    padding: 8% 5% 7%;
}
.case-list ul li:hover .item h3 {
    color: #fff;
}
.case-list ul li:hover .item p {
    color: #999;
}
/*鐗规晥*/
.case-list ul li:hover .pic .link {
    transform: translate(-50%,-50%);
    opacity: 1;
    filter: alpha(opacity=100);
}

.case-list ul li .pic::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;
}

.case-list ul li .pic::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;
}

.case-list ul li:hover .pic img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}

.case-list ul li:hover .pic::after {
    width: 94%;
}

.case-list ul li:hover .pic::before {
    height: 94%;
}

@media screen and (max-width:1204px){
.case-list ul li {
    width: 48%;
    margin: 1%;
}
.case-list ul li .item h3 {
    
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden;
}
}
/*工程案例详情页*/
.case-artilce {}
.case-artilce .item {
    margin: 2% 0;
    overflow: hidden;
    position: relative;
}

.case-artilce .item .word {
    float:left;
    width:50%;
    padding:2%;
}
.case-artilce .item .word h1 {
    font-size: 30px;
    color: #143059;
    
}
.case-artilce .item .word .content {
    margin-top:5%;
}
.case-artilce .item .word .content p {
    font-size:16px;
    color:#3a3a3a;
    line-height: 1.8;
}

.case-artilce .item .pic {
    float:right;
    width:50%;
}

.manyphoto {}
.manyphoto .tit {}
.manyphoto .tit h2 {
    font-size: 24px;
    color: #333;
    
    margin: 4% 0 4% 0;
}

.manyphoto .manyphoto-box {}
.manyphoto .manyphoto-box ul {}
.manyphoto .manyphoto-box ul li {
    float:left;
    width:30%;
    margin:0 3% 3% 0;
}
.manyphoto .manyphoto-box ul li img {}
/*自适应样式*/
@media screen and (max-width:1204px){
.manyphoto {}
.manyphoto .tit {}
.manyphoto .tit h2 {
    font-size: 18px;
    margin: 4% 0 4% 0;
}    
    
.case-artilce {}
.case-artilce .item {
    margin: 2% 0;
}
.case-artilce .item .pic {
    width:100%;
}
.case-artilce .item .pic img {
    width:100%;
}
.case-artilce .item .word {
    width:100%;
    height: 100%;
    margin-top:10%;
}
.case-artilce .item .word h1 {
    font-size: 18px;
}
.case-artilce .item .word .content {
}
.case-artilce .item .word .content p {
    font-size:14px;
}
}
/*自适应样式 end*/