.alldiv{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.content_details{
    margin-top:2%;
    width: 70%;
    max-width: 1334px;
}

.leaf_content{
    width: 28%;
    max-width: 380px;
    float: left;
}
.project_dangan{
    width: 100%;
    background: #313131;
    color: white;
    text-align: center;
    height:40px;
    font-size: 16px;
    line-height: 40px;
    /**font-family: "Source Han Sans CN";*/
}


.more_project{
    width: 100%;
    text-align: center;
    background: #313131;
    color: white;
    height:40px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10%;
    /**font-family: "Source Han Sans CN";*/
}

p.product_name{
    font-size: 22px;
    position: relative;
    left: 4%;
    /**font-family: "Source Han Sans CN";*/
}
p.product_class{
    margin-top: 1.5%;
    font-size: 13px;
    color: #888888;
    position: relative;
    left: 5%;
    font-family: Arial;
}

.project_content{
    background: #f7f7f7;
    padding-top: 7%;


}
.projects_content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
#ziliao{
    width: 90%;
    margin-bottom: 8%;
}
#ziliao >p{
    line-height: 25px;
    /**font-family: "Source Han Sans CN";*/
}
#ziliao >p>span{
    /**font-family: "Source Han Sans CN";*/
}
div.p_content{
    height: 100px;
    width: 50px;
}
p.p_content{
    margin-bottom: 3%;

}
span.s_content{
    color: #888888;
}
.right_content{
    float: left;
    position: relative;
    left: 3%;
    width: 69%;
    max-width: 910px;
    margin-bottom: 7% ;
}
div.right_content img {
    width: 100%;
    height: 100%;
}
div.effect{
   width: 100%;
    height:100%;
    display: flex;
    align-items: flex-start;
}
p.p_effect{
    width: 13%;
    line-height: 30px;
    min-width: 45px;
}
div.p_effect_content{
    width: 80%;
    margin-bottom: 50px;
}
p.effect_content{
    color: #888888;
    line-height: 30px;
}
div.random_project{
    width: 100%;
    margin-top: 5%;
}
div.random_project ul{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.random_project ul li{
    width: 48%;
    margin-bottom: 12px;
}


div.random_project ul li a .small_case{
    width: 100%;
    overflow: hidden;
}
div.random_project ul li a .small_case img{
    width: 100%;
/*    transition: .5s;*/
}
div.random_project ul li a .small_case img:hover{
/*    transform: translateZ(0) scale(1.05);*/
}

div.random_project ul li a  p{
    color: #888888;
    margin-top: 6px;
    font-size: 13px;
}
div.title_div{
    height: 31px;
    width: 1%;
    background: #717171;
    float: left;
}

