.gj-banner {
    height: 530px;
    background: url('../img/gj-banner.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 10px;
}

.gj-banner .w p {
    margin-right: 20px;
    font-size: 24px;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 25px;
}

.gj-banner p span {
    margin-right: 20px;
    font-size: 48px;
}

.gj-banner ul li {
    line-height: 30px;
    color: white;
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    text-indent: -35px;
}

.gj-banner ul li i {
    color: red;
    font-size: 24px;
    margin-right: 20px;
}

.gj-banner .w a {
    width: 300px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    background: #f92d2d;
    border-radius: 5px;
    color: #f5f5f5;
    font-size: 16px;
    margin-top: 20px;
}

.gj-banner .w a:hover {
    background-color: #e20707;
}

.gj-main {
    width: 100%;
    background: #F5F5F5;
    position: relative;
    overflow: hidden;
}

.gj-main .sj-map {
    position: absolute;
    left: -830px;
    top: -100px;
    opacity: 0.2;
    z-index: 1;
}

.gj-main .box {
    position: relative;
    z-index: 5;
}

.gj-main .box .h2 {
    text-align: left;
    margin-top: 60px;
}

.pro-detail2 {
	margin-top: 60px;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.pro-detail2 .w {
    background-color: #fff;
    border-radius: 4px;
    color: #565A5C;
    font-size: 16px;
    overflow-y: hidden;
    overflow-x: auto;
    margin-top: 20px;
}

.con5 li {
    text-indent: 0px;
    padding-left: 40px;
    position: relative;
    line-height: 40px;
}

.con5 li.yes {
    color: #f92d2d;
}

.con5 li.no {
    font-size: 16px;
    color: #565A5C;
    line-height: 26px;
    margin-bottom: 15px;
}

.con5 i {
    color: #fff;
    width: 24px;
    position: absolute;
    left: 0;
    text-align: center;
}

.con5 .yes i {
    background: url(../img/wen.svg) no-repeat center;
}

.con5 .no i {
    background: url(../img/da.svg) no-repeat center;
}

.con5 {
    padding: 40px 30px;
    border-bottom: 1px solid #f5f5f5;
}

.con5 .title {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    border-left: 4px solid #f92d2d;
    padding-left: 25px;
    margin-bottom: 24px;
}


/*友情链接*/

.media {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    background: #fff;
}

.media_c {
    width: 960px;
    margin: 0 auto;
}

.media .f_t {
    color: #565a5c;
    font-size: 14px;
    overflow: hidden;
}

.media span {
    float: left;
    margin-right: 20px;
}

.media a {
    float: left;
    margin-right: 40px;
    font-size: 14px;
    color: #82888a;
}

.media a:hover {
    color: #f92d2d;
}

.index-house .houselist {
    margin-top: -25px;
}

.index-house .index-all {
    margin-top: 45px;
}

@media only screen and (max-width: 960px) {
    .ret {
        padding: 0 10px;
    }
    .gj-banner {
        padding: 0 10px;
    }
    .gj-main .box .h2 {
        margin-top: 30px;
        padding-left: 20px;
        text-align: left;
    }
    .gj-banner .adapt-m img {
        width: 55px;
        height: 35px;
        margin: 30px 20px 10px 0px;
        float: left;
    }
    .gj-banner .adapt-m span {
        display: block;
        float: left;
        font-size: 37px;
        line-height: 37px;
        color: #fff;
        margin-top: 30px;
    }
    .gj-banner .w p {
        margin-right: 20px;
        font-size: 24px;
        color: #fff;
        padding-top: 7px;
        padding-bottom: 25px;
    }
    .gj-banner .w a {
        width: 100%;
    }
    .zhuyi {
        text-align: left;
        padding-left: 20px;
    }
    .min_desc h2 {
        text-align: left;
    }
    .index-title h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .index-all,
    .desc_box .index-all {
        padding: 0;
        line-height: 33px;
    }
    .index-house {
        padding-bottom: 40px;
    }
    .index-house .index-all {
        display: block;
        margin: 25px 20px 0;
        text-align: center;
    }
}