@media (min-width: 640px) {
/***************滚动banner***************/
.contact-banner {
    position : relative;
    width    : 100%;
    min-width: 1200px;
    height   : 350px;

    background: url("../images/contact-banner.png") 0px 0px;
}
    .news-title {
        height       : 120px;
        padding-top  : 50px;
        text-align   : center;
        border-bottom: 1px solid #e8e8e8;
    }

    .news-title .cn {
        display  : block;
        font-size: 20px;
        color    : #333333;
    }

    .news-title .en {
        display  : block;
        font-size: 12px;
        color    : #bbbbbb;
    }

    .contact-box {
        padding-top: 0px;
    }

    .contact-box .subtitle {
        padding:25px;
        font-size: 16px;
        color    : #999999;
        text-align: center;
    }


    /**********联系我们***********/
    .map-wrap {
        position  : relative;
        display   : block;
        width     : 100%;
        height    : 600px;
        background: url("../uploads/contact-map.png") center top no-repeat;
    }

    .map-wrap .contact-info {
        position          : absolute;
        bottom            : 200px;
        left              : 50%;
        width             : 500px;
        padding           : 30px;
        margin-left       : -250px;
        border-radius     : 10px;
        background-color  : rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow        : 0 5px 10px rgba(0, 0, 0, 0.1);
    }



    .map-wrap .contact-info .title {
        display      : block;
        margin-bottom: 10px;
        font-size    : 24px;
        color        : #333;
        font-weight: bold;
    }

    .map-wrap .contact-info .item1 {
        display       : inline-block;
        min-height    : 100px;
        padding-right : 20px;
        margin-right  : 20px;
        line-height   : 30px;
        font-size     : 13px;
        color         : #666;
        vertical-align: top;
    }

}
