.head-thumb {
    background-image: url("../img/project_bg.jpg");
}

/* region ↓带图文章↓ */
.market-top {
    padding: 60px 0;
    background: #F6F6F6 url("../img/market/top-bg.jpg") no-repeat right center;
}

.market-top .left {
    width: calc(100% - 690px);
    height: 460px;
    padding-right: 30px;
    line-height: 28px;
    float: left;
    font-size: 14px;
}

.market-top .left .title-box {
    line-height: 42px;
    padding-bottom: 27px;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
    color: #333;
}

.market-top .left .title-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #666;
}

.market-top .left .title {
    line-height: 58px;
    font-size: 28px;
    color: #008140;
}

.market-top .left p {
    color: #666;
}

.market-top .right {
    width: 690px;
    height: 460px;
    float: right;
}

@media (max-width: 1360px) {
    .market-top .left { width: 65%; }
    .market-top .right { width: 35%; }
}

@media (max-width: 1180px) {
    .market-top { background: none; }
    .market-top .left {
        width: 100%;
        height: auto;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .market-top .right {
        width: 100%;
        height: auto;
    }
}

.market-top .right img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* endregion ↑带图文章↑ */

/* region ↓志禾百香果↓ */
.advantage {
    background: black;
    color: white;
    height: auto;
    padding: 50px 0 80px;
}

.advantage .title {
    font-size: 28px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.advantage .description {
    width: 1160px;
    height: auto;
    padding-top: 4px;
    padding-bottom: 46px;
    font-size: 14px;
    line-height: 28px;
}

@media (max-width: 1180px) {
    .advantage .description { width: 100%; }
}

#icon-swiper .box {
    width: 160px;
    height: auto;
    padding-top: 40px;
    text-align: center;
    cursor: pointer;
}
#icon-swiper .box:hover {
    padding-top: 37px;
}

#icon-swiper .img-frame img {
    width: 100px; height: auto;
}

#icon-swiper .icon-title {
    height: 92px;
    padding-top: 17px;
    font-size: 22px;
}

#icon-swiper .box:hover .icon-title {
    padding-top: 24px;
}
/* endregion ↑志禾百香果↑ */

/* region ↓icon模态框↓ */
.SerBox {
    display: none;
    font-size: 14px;
    width: 1080px;
    line-height: 28px;
    min-height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1201;
    background: #F5F5F5;
    padding: 74px 70px;
}

@media (max-width: 768px) {
    .SerBox { padding: 30px 10px; }
}

@media (max-width: 1080px) {
    .SerBox { width: 96%; }
}

.SerBox .closes {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -8px;
    top: -7px;
    background: url(../img/market/modal-closes.png);
    cursor: pointer;
}

.SerBox .content {
    max-height: 500px;
    overflow: auto;
    display: block;
    color: rgb(102, 102, 102);
}

.modal-bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1200;
}
/* endregion ↑icon模态框↑ */

/* region ↓照片区↓ */
.pics {
    height: auto;
    padding: 80px 0 100px;
}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics li {
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px;
    /*float: left;*/
}

.pics li a { cursor: pointer; }

.pics .img-frame { overflow: hidden; }

.pics img {
    width: 100%;
    height: auto;
}
.pics img:hover {
    transform: scale(1.05);
}

.pics li .title {
    position: absolute;
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    text-align: center;
    color: white;
    font-size: 14px;
}

.rebox-caption {
    background-color: #00813E;
    line-height: 60px;
    height: 60px;
}

.rebox-caption p {
    font-size: 16px;
}
/* endregion ↑照片区↑ */