#body-content {
    width: 1920px;
    background-color: #fdfcfc;
}

#banner {
    width: 1920px;
    height: 380px;
    background: url("../image/banner_2.jpg") no-repeat center;
}

.address-box {
    margin: 93px 0 39px;
}

.address-box #map {
    width: 657px;
    height: 757px;
}
.address-box .info {
    width: 421px;
    margin-right: 20px;
}
.address-box .info h4 {
    font-size: 30px;
    font-weight: bold;
    color: #21a23a;
    line-height: 50px;
}
.address-box .info h5 {
    font-size: 28px;
    font-weight: bold;
    color: #21a23a;
    line-height: 50px;
}

.address-box .info h6 {
    font-size: 25px;
    font-weight: bold;
    color: #21a23a;
    line-height: 50px;
    /*margin-bottom: 20px;*/
    display: flex;
    display: -webkit-flex;
}

.address-box .info > p {
    font-size: 20px;
    font-weight: 400;
    color: #21a23a;
    line-height: 30px;
}

.address-box .info > p span {
    display: inline-block;
    width: 60px;
}

.address-box .info .code {
    margin-top: 20px;
}

.address-box .info .code > div {
    width: 186px;
    float: left;
    margin-right: 13px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #626262;
}

.contact-box {
    margin-bottom: 60px;
}

.contact-box .container {
    background: #EEEEEE;
    padding: 54px 25px;
    box-sizing: border-box;
}

.contact-box .container .fl {
    width: 467px;
    height: 441px;
    margin: 30px 0;
}

.contact-box .container .box {
    width: 600px;
    margin-right: 47px;
}

.contact-box .container .box h6 {
    font-size: 40px;
    color: #21a23a;
    line-height: 29px;
    text-align: center;
    margin-bottom: 50px;
}

.contact-box .container .box .main {
    font-size: 16px;
    font-weight: 300;
    color: #535353;
    line-height: 25px;
    margin-bottom: 20px;
}

.contact-box .container .box input {
    width: 95%;
    height: 45px;
    background: white;
    border: 1px solid gainsboro;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}

.contact-box .container .box input.contacts {
    margin-right: 4%;
}

.contact-box .container .box input.contacts, .contact-box .container .box input.phone {
    width: 45%;
}

.contact-box .container .box input.submit {
    width: 229px;
    height: 54px;
    background: #21a23a;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.contact-box .container .box textarea {
    width: 95%;
    min-height: 110px;
    padding: 10px;
    background: white;
    border: 1px solid gainsboro;
    border-radius: 10px;
    margin-bottom: 36px;
}
