body {
    background: #f0f0f0;
}


.banner {
   height: auto !important;
   background: transparent;
   padding-top:30px;
}
.breadcrumb-nav, .breadcrumb-nav a {
    font-size: 20px;
    color: #333;
    line-height: 40px;
}
.main {
    padding-top: 30px;
}

.leftside {
    width: 300px;
    background: #ffffff;
    padding-bottom: 70px;
}

.photo {
    width: 100%;
    background: url(../images/photobg.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 15px 10px;
}
.photo .pic{
    padding: 0 55px 0; 
}
.photo .pic>img {
    width: 100%;
    vertical-align: top;
}

.photo .name {
    padding: 15px 5px 5px;
    color: #FFF;
    font-size: 20px;
}

.photo .name+p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.photo .name+p .zan {
    width: 25px;
    height: 25px;
    margin-right: 2px;
    background-image: url(../images/praise.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.jjside {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}



.jjside li {
    /* width: 95%; */
    line-height: 30px;
    color: #373737;
    font-size: 15px;
    padding: 5px 15px;
}

.search-box {
    padding-top: 30px;
    text-align: center;
}

.searchside {
    width: 224px;
    display: flex;
    border: 1px solid #2fa962;
    margin: 0 auto;
}

.searchside input {
    padding: 0;
    border: 0;
}

.searchside input:focus {
    outline: none;
}

.inputtext {
    height: 28px;
    padding: 0;
    border: 0;
    flex-grow: 1;
}

.searchbtn {
    width: 28px;
    height: 28px;
    background: url(../images/schw.png) no-repeat center center;
    background-size: 50% auto;
    background-color: #2fa962;
    cursor: pointer;
    flex-shrink: 0;
}

.djl {
    line-height: 30px;
    padding-top: 10px;
    color: #2fa962;
    text-align: center;
    font-size: 14px;
}

.ewm {
    width: 142px;
    height: 142px;
    margin: 10px 72px;
    padding: 5px;
    border: 1px solid #dfdfdf;
}

.ewm p {
    text-align: center;
    padding-top: 10px;
}





.rightside {
    margin-bottom: 70px;
}

.rightside .rightcon {
    width: 100%;
    background: #FFF;
    border-bottom: 1px solid #eaeaea;
    padding: 25px 0;
    margin-bottom: 26px;
    overflow: hidden;
}

.rightside .rightcon:last-child {
    margin-bottom: 0;
}

.rightside .rightcon .rightconside {
    width: 93%;
    margin: 0 auto;
}

.rightconside h2 {
    height: 35px;
    font-size: 16px;
    color: #2fa962;
    font-weight: bold;
}

.rightconside p {
    margin-bottom: 10px;
}

.lxxfenge {
    background: url(../images/ico_004.png) right center no-repeat;
}


.footer {
    position: unset;
    background: #2fa962;
    padding: 20px 0;
}






/*1200-1440 xl*/
@media (max-width:1440px) {
    .wrap {
        width: 100%;
    }


}

/* 992-1200 lg*/
@media (max-width:1200px) {}



/* 768-992 md */
@media (max-width:992px) {

    .zj-intro .col-auto {
        width: 100%;
    }

    .leftside {
        width: 100%;
        display: flex;
        margin-bottom: 26px;
        padding: 25px 3.5%;
    }

    .search-box, .djl, .ewm {
        display: none;
    }

    .photo {
        width: 200px;
        padding: 0;
        margin-right: 15px;
        background: none;
    }
    .photo .pic {
        padding: 0;
    }

    .photo .name {
        padding: 15px 5px 5px;
        color: #333;
        font-size: 16px;
    }

    .photo .name+p {
        color: #333;
        display: none;
    }

    .photo .name+p .zan {
        background-image: url(../images/praiseg.png);
    }

    .jjside  {
        border-bottom: 0;
        padding:0;
    }

    .jjside li {
        color: #373737;
    }
}


/* 576px-768 sm */
@media (max-width:768px) {
    .main {
        padding: 20px 20px 0;
    }
}

/* 375-576 */
@media (max-width:576px) {
    .main {
        padding: 0;
    }
    body{
        background: #fff;
    }

    .banner {
        padding-top: 12px;
    }
    .zj-intro {
        padding: 28px 15px 0;
        background: #fff;
    }

    .leftside {
        display: flex;
        flex-direction: column;
    }

    .photo {
        margin-right: 0;
        background: none;
        margin: 0 auto 15px;
    }

    .jjside li {
        width: 100%;
    }
    .breadcrumb-nav, .breadcrumb-nav a {
        font-size: 16px;
    }
   
}