body {
    background-color: #FFFFFF
}

.bar {
    width: 100%;
    position: relative;
    min-width: 1200px;
    height: 660px;
    background: url("../image/bar_contact.jpg");
    background-size: 100% 100%
}

    .bar .content {
        width: 1200px;
        margin: 0 auto;
        color: #FFFFFF;
        padding-top: 200px
    }

    .bar p {
        font-size: 36px;
        line-height: 1.5;
        padding-left: 20px;
        font-family: "幼圆",serif
    }

    .bar .title {
        font-size: 48px;
        font-weight: bold;
        line-height: 1.3;
        margin: 90px 0 30px;
        font-family: "Microsoft YaHei",serif
    }

.search {
    height: 81px;
    background-color: #F6F6F6;
    line-height: 81px
}

    .search .content {
        width: 1200px;
        margin: 0 auto
    }

    .search p {
        float: right
    }

        .search p a {
            color: #CD0519;
            padding: 0 5px
        }

    .search select {
        width: 216px;
        height: 36px;
        font-size: 16px;
        padding: 0 15px;
        border-radius: 18px;
        color: #676767;
        background: #FFFFFF url(../image/select_arrow.png) no-repeat right 15px center;
        border: solid 1px #EEEEEE;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-left: 25px;
    }

.map {
    text-align: center;
    margin-top: 77px
}

.cooperation {
    width: 1200px;
    margin: 0 auto
}

    .cooperation .title {
        line-height: 110px;
        font-size: 26px;
        margin-bottom: 20px
    }

    .cooperation .list {
        margin-bottom: 36px;

    }

        .cooperation .list .item {
            width: 357px;
            height: 155px;
            border: solid 1px #E6E6E6;
            border-radius: 10px ;
            display: inline-block;
            margin: 10px;
            vertical-align: top;
        }

            .cooperation .list .item p {
                padding: 0 20px;
                line-height: 2;
                font-size: 14px
            }

            .cooperation .list .item .top {
                background-color: #F7F8FA;
                color: #333333;
                line-height: 50px;
                font-size: 16px;
                margin-bottom: 10px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px
            }
textarea::placeholder {
    color: #999; /* 您可以更改此颜色代码以符合您的设计需求 */
}
input::placeholder {
    color: #999; /* 您可以更改此颜色代码以符合您的设计需求 */
}
