@charset "utf-8";
/***
 *  .--,       .--,
 * ( (  \.---./  ) )
 *  '.__/o   o\__.'
 *     {=  ^  =}
 *      >  -  <
 *     /       \
 *    //       \\
 *   //|   .   |\\
 *   "'\       /'"_.-~^`'-.
 *      \  _  /--'         `
 *    ___)( )(___
 *   (((__) (__)))    忽忘初心。
 */


/*工程案例*/
.caselist {
    padding: 0;
}
.caselist .items {
    width: calc(25% - 15px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.caselist .items:nth-child(4n){
    margin-right: 0;
}
.caselist .items figure {
    overflow: hidden;
    position: relative;
}
.caselist .items .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.caselist .items .info p {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
}
.caselist .items .info p.pmore a {
    font-size: 12px;
    color: #0a0a0a;
    background-color: #fff;
    border-radius: 20px;
    padding: 8px 30px;
    display: inline-block;
    line-height: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.caselist .items .info p.pmore a:hover {
    background-color: #009944;
    color: #fff;
}
.caselist .items:hover figure .info {
    bottom: 0;
}
.caselist .owl-controls {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -85px;
}
.caselist .owl-controls .owl-buttons div {
    background: transparent;
}
@media (max-width: 767px) {
    .caselist {

    }
    .caselist .items .info p{
        font-size: 15px;
    }
    .caselist .items {
        width: calc(50% - 7.5px);
        float: left;
        margin-right: 7.5px;
        margin-bottom: 15px;
    }
    .caselist .items:nth-child(2n){
        margin-right: 0;
        margin-left: 7.5px;
    }
}



/*case-read*/
.news_cc{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.case_cl{
    width: 900px;
    max-width: 100%;
}
.case_cr{
    width: calc(100% - 900px);
}
.case_cl .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.case_cl .owl-controls .owl-page span{
    background-color: #fff;
}
.case_cr {
    padding: 30px;
    overflow: hidden;
    background: #f2f2f2;
}


@media  (max-width: 767px){
    .case_cr {
       width: 100%;
    }
    .news_detail .news_cc{
        padding: 0;
    }
    .news_cc {
        flex-direction: column;
    }
}