.ct-us{
    width:100%;
    min-height: 985px;
    background: #1e2432;
}
.contacts-left {
    color: #fff;
    position: absolute;
    top: 214px;
    left: 0px;
}

.contacts-left ul li {
    margin-bottom: 18px;
}

.contacts-left ul li p {
    width: 197px;
    border-top: 1px solid #979797;
}

.contacts-left dl {
    display: inline-block;
}

.contacts-left dl div {
    vertical-align: middle;
}

.contacts-text01 {
    font-size: 26px;
}

.contacts-left i {
    font-size: 34px;
    cursor: pointer;
}

.contacts-left i:hover {
    color: #4cb034;
}

.contacts-right {
    position: absolute;
    right: 0;
    top: 214px;
    width: 707px;
}

.contacts-right p {
    float: left;
    margin-right: 20px;
    width: 30%;
}

.contacts-right .inputtxt {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 20px 0 20px 0;
    outline: none;
    color: #fff;
    font-size: 16px;
}

.contacts-right textarea.inputtxt {
    width: calc(300% + 40px);
    width: -moz-calc(300% + 40px);
    width: -webkit-calc(300% + 40px);
    outline: none;
    color: #fff;
}

.contacts-right p .inputsub {
    width: 80px;
    background-color: transparent;
    color: #cfcfcf;
    font-size: 14px;
    display: block;
    float: left;
    position: relative;
    top: 110px;
    height: 34px;
    left: calc(-100% - 20px);
    left: -moz-calc(-100% - 20px);
    left: -webkit-calc(-100% - 20px);
    border: 1px solid #fff;
    cursor: pointer;
    outline: none;
}
.contacts-right p .inputsub:hover{
    background: #4cb034;
    color: #fff;
    border: 1px solid #4cb034;
}
.company-map{
    width:1200px;
    margin: auto;
}