.ws-case{
    margin: 0;
    padding: 0;
}
.case_content{
    width: 100%;
}
.case_banner{
    background: url("../img/about/banner_bj.jpg") no-repeat center;
    width: 100%;
    height: 520px;
    color: #fff;
}
.ws_name{
    font-size: 36px;
    font-weight: 500;
    color: #0CDFBB;
}
.ws_name span{
    font-size: 24px;
    color: #333333;
    font-weight: 400;
}
.ws_slogan{
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.ws_slogan span{
    color: #333333;
    font-style: italic;
    font-size: 26px;
    margin-right: 6px;
}
.ws_slogans{
    margin-top: 10px;
    width: 666px;
    font-size: 12px;
    color:#333333;
}
.slogan_div{
    width: 460px;
    height: 75px;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 82px;
    right: -50px;
}
.slogan_div_line1{
    left: 0;
    top: 68px;
    width: 2px;
    height: 0px;
    background: #666;
    position: absolute;
    animation: line1 0.2s;
    animation-fill-mode: forwards;
}
@keyframes line1
{
    from {height:0;}
    to {height:6px;}
}

@-webkit-keyframes line1
{
    from {height:0;}
    to {height:6px;}
}
.slogan_div_line2{
    left: 0;
    bottom: 0;
    /*width: 100%;*/
    height: 2px;
    background: #666;
    position: absolute;
    animation: line2 0.2s;
    animation-delay:0.2s;
    animation-fill-mode: forwards;
}
@keyframes line2
{
    from {width:0;}
    to {width:100%;}
}

@-webkit-keyframes line2
{
    from {width:0;}
    to {width:100%;}
}
.slogan_div_line3{
    right: 0;
    bottom: 0;
    width: 2px;
    /*height: 100%;*/
    background: #666;
    position: absolute;
    animation: line3 0.2s;
    animation-delay:0.4s;
    animation-fill-mode: forwards;
}
@keyframes line3
{
    from {height:0;}
    to {height:100%;}
}

@-webkit-keyframes line3
{
    from {height:0;}
    to {height:100%;}
}
.slogan_div_line4{
    right: 0;
    top: 0;
    /*width: 170px;*/
    height: 2px;
    background: #666;
    position: absolute;
    animation: line4 0.2s ;
    animation-delay:0.6s;
    animation-fill-mode: forwards;
}
@keyframes line4
{
    from {width:0;}
    to {width:170px;}
}

@-webkit-keyframes line4
{
    from {width:0;}
    to {width:170px;}
}

.about_synopsis{
    margin-top: 56px;
}
.about_synopsis_line{
    width: 15px;
    height: 2px;
    margin-top: 7px;
    background:rgba(12,223,187,1);
}
.case_content_item{
    width: 1000px;
    margin-top: 60px;
}
.about_synopsis_ena{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.case_line{
    width: 14px;
    height: 2px;
    background: #666666;
    margin-top: 7px;
}
.case_slogans{
    font-size: 16px;
    color: #666666;
    margin-top: 25px;
}
.case_slogan{
    font-size: 14px;
    color: #666666;
    margin-top: 7px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
	    text-indent: 28px;
}
.list_li{
    position: relative;
    display: inline-block;
    float: left;
    width: 303px;
    height: 360px;
    margin: 0 15px;
    background:rgba(240,240,240,1);
    border-radius:5px 5px 5px 5px;
    margin-bottom: 40px;
    cursor: pointer;
}
.list_li_shade{
    background: rgba(0,0,0,0.51);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    display: none;
    border-radius:5px ;
}
.list_li:hover .list_li_shade{
    display: flex;
}

.shade_div{
    width:265px;
    height: 395px;
    border: solid 2px #0CDFBB;
    border-radius:5px;
}
.shade_div a{
    text-decoration: none;
}
.read_more{
    width: 123px;
    height: 123px;
    border-radius: 100%;
    background:#0CDFBB ;
}
.read_more span{
    color:#fff ;
    font-size: 16px;
    font-weight: 400;
}
.li_img{
    width: 100%;
    height:220px;
    border-radius: 5px 5px 0 0;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.caseinfo_content_item{
    width: 1000px;
    padding-bottom: 50px;
    min-height: 500px;
}
.img_box{
    width:348px;
    height:227px;
}
.case_info_img{
    height: 100%;
    width: 100%;
    border-radius:5px;
}
.case_info_div.right{
    margin-left: 23px;
}
.case_info_div{
    font-size:14px;
    font-weight:400;
    color:#666666;
    width: 586px;
    height: 100%;
}
.case_info_div.left{
    margin-right: 23px;

}
.case_info_div .name{
    color:#333333 ;
    font-size: 16px;
    margin-top: 16px;
    text-indent: 32px;
}
.case_info_div .title{
    margin-top: 25px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:23px;
    letter-spacing: 2px;
    text-indent: 32px;
}
.caseinfo_li{
    margin-top:82px;
    height: 227px;
}
