body {
    width: 100%;
    max-width: 750px;
    background-color: #f6f6f6;
    margin: 0 auto;
}

/* 一定要用100% 100% 或者cover 这样才是等比例放大缩小 而且 背景上的文字要用百分单独写 */
.banner {
    width: 90%;
    background: url(../zszt-img/banner-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 40px 5% 30px 5%;
    background-color: #f6f6f6;
    position: relative
}

    .banner .go-home {
        width: 6%;
        right: 3%;
        top: 10px;
        position: absolute;
    }

    .banner h1 {
        font-size: 28px;
        color: #fae3b3;
        line-height: 40px;
    }

    .banner .s-title {
        margin-top: 10px;
        display: inline-block;
        background: url(../zszt-img/s-title-bg.png) no-repeat center;
        background-size: 100% 100%;
        color: #fae3b3;
        font-size: 18px;
        line-height: 26px;
        padding: 8px 20px;
    }

    .banner p {
        margin-top: 25px;
        color: #fae3b3;
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
    }

/* 招商列表 */
.invest-box {
    width: 90%;
    background-color: #ffffff;
    padding: 20px 5%;
    box-shadow: 0 1px 10px #ededed;
}

    .invest-box .logo-text {
        width: 100%;
        padding: 10px 0 20px;
        border-bottom: 1px #a5a5a5 dashed;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .invest-box .logo-text .logo {
            width: 25%;
            box-shadow: 0px 0px 8px #c5c5c5;
            border-radius: 10px;
        }

            .invest-box .logo-text .logo img {
                border-radius: 10px;
            }


        .invest-box .logo-text .rt {
            width: 70%;
        }


        .invest-box .logo-text .rt>h2 {
            font-size: 20px;
            color: #333333;
            line-height: 30px;
            margin-bottom: 15px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }





        .invest-box .logo-text .labimg>img {
            display: inline-block;
            width: 10%;
            margin-right: 5%;
        }

        .invest-box .logo-text .labimg .goask {
            float:right;
            width: 32%;
        }


    /* 标题 */
    .invest-box .i-tit {
        width: 100%;
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .invest-box .i-tit div {
            width: 20%;
        }

        .invest-box .i-tit p {
            width: 75%;
            font-size: 16px;
            line-height: 22px;
            color: #333333;
        }


    .invest-box .important {
        width: 100%;
        background: url(../zszt-img/important-bg.png) no-repeat center;
        background-size: 100% 100%;
        padding: 5px 0;
    }

        .invest-box .important ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .invest-box .important ul li {
                width: 50%;
                text-align: center;
                padding: 10px 0;
            }

                .invest-box .important ul li p {
                    font-size: 16px;
                    line-height: 22px;
                    color: #403e39;
                    margin-bottom: 5px;
                }

                .invest-box .important ul li .price {
                    font-size: 20px;
                    color: #E00B0B;
                    font-weight: bold;
                }

                .invest-box .important ul li span {
                    font-size: 16px;
                    color: #b27d0f;
                    font-weight: bold;
                }



    .invest-box .parameter {
        width: 100%;
        padding: 10px 0 10px;
    }

        .invest-box .parameter ul li {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #e8e8e8;
            line-height: 40px;
            padding: 0 3%;
        }

            .invest-box .parameter ul li:last-child {
                border-bottom: 0;
            }

            .invest-box .parameter ul li span {
                color: #666666;
                font-size: 16px;
                letter-spacing: 1px;
                font-weight: 500;
            }

            .invest-box .parameter ul li p {
                color: #333333;
                font-size: 16px;
                letter-spacing: 1px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 75%;
                text-align: right;
            }

    .invest-box .introduce {
        padding: 15px 3%;
        background-color: #fffaee;
        box-shadow: 0px 0px 8px #f2ede6;
        text-align: center;
    }

        .invest-box .introduce p {
            font-size: 16px;
            color: #3f3f3f;
            text-align: justify;
            line-height: 30px;
        }

        .invest-box .introduce img {
            width: 40%;
            margin: 10px auto 0;
        }

/*相关招商推荐*/

.invest-other {
    width: 90%;
    background-color: #ffffff;
    padding: 20px 5%;
}


    .invest-other > h2 {
        padding-left: 15px;
        font-size: 20px;
        line-height: 20px;
        color: #000000;
        font-weight:bold;
        border-left: 3px solid #ca3737;
        margin-bottom:20px;
    }



    .invest-other .img3 {
        padding: 15px 2% 10px;
        background-color: #f6f6f6;
        border-radius: 6px;
        margin-bottom: 10px;
    }


        .invest-other .img3 h2 {
            margin-top: 10px;
            font-size: 18px;
            color: #333333;
            line-height: 26px;
            font-weight: bold;
        }

        .invest-other .img3 ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .invest-other .img3 ul li {
                width: 31%;
                overflow: hidden;
                border-radius: 8px;
            }

                .invest-other .img3 ul li img {
                    border-radius: 8px;
                }

        .invest-other .img3 p {
            margin-top: 5px;
            line-height: 20px;
            color: #999999;
            font-size: 14px;
        }

            .invest-other .img3 p i {
                margin-top: 2px;
                width: 16px;
                height: 16px;
                display: block;
                float: left;
                margin-right: 5px;
                background: url(../zt-img/icon.png) no-repeat center;
                background-size: 100% 100%;
            }













.menu-tit {
    width: 100%;
    padding: 40px 0;
}

    .menu-tit img {
        width: 55%;
        margin: 0 auto;
        display: block;
    }


/* 招商资讯 */
.invest-news {
    width: 90%;
    background-color: #ffffff;
    padding: 20px 5%;
    box-shadow: 0 1px 10px #ededed;
}

    .invest-news ul li {
        background-color: #f6f6f6;
        padding: 15px 3%;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .invest-news ul li .lt {
            float: left;
            width: 63%;
        }

            .invest-news ul li .lt h2 {
                color: #333333;
                font-size: 16px;
                line-height: 22px;
                height: 62px;
            }

            .invest-news ul li .lt p {
                /* margin-top: 18px;*/
                line-height: 20px;
                color: #999999;
                padding-left: 2%;
                font-size: 14px;
            }



                .invest-news ul li .lt p i {
                    margin-top: 2px;
                    width: 16px;
                    height: 16px;
                    display: block;
                    float: left;
                    margin-right: 5px;
                    background: url(../zszt-img/icon.png) no-repeat center;
                    background-size: 100% 100%;
                }

        .invest-news ul li .rt {
            float: right;
            width: 30%;
        }

            .invest-news ul li .rt img {
                border-radius: 10px;
            }

/* 留言 */
.msg-mask {
    width: 100%;
    background: #000000;
    opacity: 0.75;
    z-index: 9999999;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

.msg-para {
    width: 90%;
    background-color: #fff;
    height: 400px;
    position: fixed;
    z-index: 99999999;
    display: none;
    left: 5%;
    top: 20%;
    background: url(../zszt-img/msg-bg.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 40px;
}

    .msg-para .msg-title {
        color: #a2751b;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
    }

    .msg-para .form-input {
        margin-top: 40px;
    }

        .msg-para .form-input input {
            width: 66%;
            height: 40px;
            line-height: 40px;
            outline: none;
            color: #a98034;
            padding-left: 2%;
            font-size: 16px;
            margin-bottom: 10px;
            border: 0;
            background-color: #fffaed;
            -webkit-appearance: none;
            box-shadow: 1px 1px 10px #efe4ca inset, 1px 1px 10px #efe4ca inset, 1px 1px 10px #efe4ca inset;
        }

    .msg-para input::-webkit-input-placeholder {
        color: #a98034;
    }

    .msg-para .statement {
        margin: 50px auto 0;
        width: 90%;
        font-size: 16px;
        color: #ffffff;
    }

        .msg-para .statement input {
            outline: none;
            width: 18px;
            height: 18px;
            border: 1px solid #333333;
            background-color: #ffffff;
            color: #000;
        }

        .msg-para .statement a {
            color: #f1cb98;
        }

    .msg-para .apply-submit {
        margin: 10px auto 0;
        width: 80%;
    }

    .msg-para .dis {
        margin: 10px auto 0;
        width: 80%;
        color: #979797;
        font-size: 14px;
    }

.msg-close {
    width: 50px;
    height: 50px;
    background: url(../zszt-img/msg-close.png) no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    z-index: 99999999;
    display: none;
    right: 5%;
    top: 10%;
}


.footer {
    padding: 20px 0;
    text-align: center;
}

    .footer p {
        font-size: 14px;
        color: #acb1bb;
        line-height: 25px
    }
