﻿.contactus {
    width: 100%;
    background-color: #f0f0f0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
}

.banner {
    width: 100%;
    min-height: 300px;
    background-color: #fff;
}

.banner a {
    display: inline-block;
    font-size: 0;
}

.container .map {
    border: 1px solid #ddd;
    width: 100%;
    height: 328px;
}

#dituContent {
    height: 100%;
}

.contactus .lxfs {
    display: flex;
    width: 100%;
    padding: 20px;
}

.lxfs .img-left {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 330px;
    width: 400px;
    border-right: 1px solid #ececec;
}

.lxfs .img-left img {
    display: block;
    width: 180px;
    height: 180px;
}

.lxfs .info-right {
    width: calc(100% - 400px);
    padding-left: 60px;
    padding-bottom: 50px;
    padding-top: 80px;
}

.info-right .companyname {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    padding-bottom: 15px;
}

.info-right p {
    margin-bottom: 10px;
}

.info-right .attr {
    display: inline-block;
    width: 75px;
    text-align: justify;
    text-align-last: justify;
    color: #807871;
    line-height: 22px;
}

.website a {
    color: #807871;
}