
.contact-two {
    padding-top: 80px;
}

.contact-text {
    background: rgba(0, 0, 0, 0.9);
    width: 29.29%;
    padding: 50px 35px 0;
    height: 100%;
    position: relative;
}

.contact-text span {
    display: inline-block;
}

.contact-text span img {
    width: 100%;
}

.contact-one {
    position: relative;
}

.contact-tit1 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contact-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-map1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-phone {
    margin-top: 20px;
    font-family: "Arial";
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    padding-left: 44px;
    background: url('../images/contact-phone_03.png')no-repeat top 6px left;
}

.contact-address {
    font-size: 14px;
    margin: 20px 0;
    color: #fff;
    line-height: 32px;
    padding-left: 44px;
    background: url(../images/contact-address_03.png)no-repeat top 10px left;
}

.contact-email {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    padding-left: 44px;
    background: url(../images/contact-email_03.png)no-repeat top 8px left;
}

.contact-text ul {
    margin-top: 10px;
}

.contact-text li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px 0;
}

.contact-text li.on a {
    color: #c1cdfd;
}

.contact-text li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #c1cdfd;
}

.contact-two-title {
    font-size: 42px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.contact-two-input input {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    background: #f5f5f5;
    padding: 14px 18px;
}

.contact-two-input>div {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
}

.contact-two-content textarea {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    background: #f5f5f5;
    padding: 14px 18px;
    min-height: 117px;
    width: 100%;
    margin-top: 20px;
}

.contact-submit {
    display: block;
    width: 166px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #fe0000;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    padding: 11px 0;
    cursor: pointer;
    transition: ease .5s;
    border: 1px solid transparent;
}

.contact {
    padding: 80px 0 70px;
}

.contact-two-content {
    margin-top: 20px;
}

.contact-two {
    padding-top: 80px;
    margin: 0 auto;
    max-width: 1400px;
}