﻿.body {
    background: white;
}

.showroom-title {
    font-size: 3rem;
    width: 1200px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-family: Tahoma;
}

.showroom-img {
    text-align: center;
}

    .showroom-img img {
        max-width: 100%;
    }

.showroom {
    position: relative;
    width: 1200px;
    margin-top: 10px;
    padding-bottom: 50px;
}

    .showroom:after {
        content: '';
        display: table;
        clear: both;
    }

    .showroom p {
        font-size: 1.7rem;
        width: 1200px;
        height: 40px;
        margin-top: 25px;
        font-family: Arial;
        font-weight: bold;
        color: #464849;
    }

.showroom-left {
    width: 600px;
    height: 350px;
    float: left;
}

    .showroom-left iframe {
        width: 600px;
        height: 350px;
    }

.showroom-right {
    width: 600px;
    height: 350px;
    background-color: #f5f5f9;
    float: left;
}

    .showroom-right ul {
        padding: 0;
        margin-top: 40px;
    }

        .showroom-right ul li {
            list-style: none;
            font-size: 1.07rem;
            width: 540px;
            line-height: 24px;
            margin-top: 18px;
        }

            .showroom-right ul li a {
                font-size: 1.07rem;
                color: #ff784b;
            }


/*.showroom-right span {
        display: block;
        width: 560px;
        margin-top: 25px;
    }*/

.foot-bg {
    border-top: 1px solid #eeeeee;
}
