
/*案例展示right-one*/
.case-right-one-zont4{
    line-height: 45px;
    height: 45px;
    background: #f2f2f2;
    margin-bottom: 25px;
}
.case-right-one-zont41{
    display: inline-block;
    background: #53d1a3;
    height: 45px;
    width: 145px;
    color: #fff;
    font-size: 18px;
    padding-left: 16px ;
    position:relative;
    box-sizing: border-box;
    overflow: hidden;

}
.case-right-one-zont41:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    content: '';
    display: block;
    height: 0;
    border-bottom: 45px solid #f2f2f2;
    border-left: 18px solid transparent;
}
.case-right-one-case>ul>li{
    float: left;
    width: 31%;
    margin-right: 3.5%;
    position: relative;
    height: 325px;
    overflow: hidden;
    margin-bottom: 25px;
    transform: translateY(0px);
    transition: all 0.3s ease-out;
}
.case-right-one-case>ul>li:nth-of-type(3n){
    margin-right: 0;
}
.case-right-one-case1{
    overflow: hidden;
    height: 325px;
}
.case-right-one-case1 img{
    width: 100%;
    height: 325px;
    transform: scale(1);
    transition: all 0.3s ease-out;
}
.case-right-one-case2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -95px;
    background: #fff;
    width: 100%;
    height: 63px;
    box-sizing: border-box;
    padding: 15px 20px;
    opacity: 0;
    transition: all 0.3s ease-out;

}
.case-right-one-case3{
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.case-right-one-case3 a{
    color: #333;
}
.case-right-one-case4{
    text-align: center;
    color: #888;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  display:none;
}
.case-right-one-case>ul>li:hover{
    transform: translateY(-5px);
}
.case-right-one-case>ul>li:hover .case-right-one-case1 img{
    transform: scale(1.05);
}
.case-right-one-case>ul>li:hover .case-right-one-case2{
    bottom: 0;
    opacity: 0.8;
}
.case-right-one-case-info-tit{
    text-align: center;
    font-size: 23px;
    margin-top: 45px;
    line-height: 30px;
}
.case-right-one-case-info-span{
    text-align: center;
}
.case-right-one-case-info-span span{
    display: inline-block;
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-bottom: 25px;
    margin: 15px 10px;
}
.case-right-one-case-info-contact{
    text-align: justify;
    line-height: 30px;
    color: #888;

    text-indent: 2em;
}
.case-right-one-case-info-contact img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}