.banner .warp {
    width: 1470px
}

.contact {
    padding: 100px 0
}

.contact .warp {
    width: 1470px
}

.contact-item {
    width: 50%;
    float: right
}

.company-info {
    position: relative;
    background-color: #829ba4;
    padding: 30px 40px;
    color: #fff;
    background-image: url(../images/402x.jpg);
    background-position-x: center;
    background-position-y: 90%;
    background-repeat: no-repeat
}
.company-info:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.contact-line {
    margin-bottom: 50px;
    position: relative;
}

.contact-line h2,
.contact-line h3 {
    font-size: 25px;
    position: relative
}

.contact-line h2 {
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-line h3 {
    padding-bottom: 10px;
    margin-bottom: 30px
}

.contact-line h3:after {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 100%;
    left: 0
}

.contact-line h2>span {
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 0
}

.contact-line a {
    font-size: 22px;
    color: #fff
}

.contact-line p {
    font-size: 20px
}

.contact-line-harf {
    width: 100%;
    float: left;
    margin-bottom: 0
}

.contact-line-harf .list_cont{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact-line-harf .list_cont .list{
    margin-right: 20px;
    width: 190px;
}

.contact-line-harf .list_cont .list>img{
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    border: #038ec8 solid 1px;
    background-color: #fff;
    border-radius: 50%;
}
.contact-line-harf .list_cont .list .phone{
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.contact-line-harf .list_cont .list .phone img{
    width: 25px;
}
.contact-line-harf .list_cont .list .phone span{
    margin-left: 10px;
    font-size: 26px;
    transition: all .5s;
}

.contact-line-harf .list_cont .list:hover .phone span{
    color: #00a0e9;
}

.company {
    margin-bottom: 15px;
    font-size: 16px;
}

.address {
    color: #e4e4e4;
    font-size: 22px;
}

.contact-form {
    padding-left: 180px
}

.contact-form h2 {
    font-size: 26px;
    font-weight: bold;
}

.form-block {
    padding: 20px 0;
    margin-left: -15px;
    margin-right: -15px
}

.form-grid {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 18px;
    float: left
}

.form-grid-large {
    width: 100%
}

.form-grid label {
    font-size: 16px;
    color: #5e5e5e
}

.form-grid label>i {
    font-style: normal;
    color: #ff382e
}

.form-grid input,
.form-grid select,
.form-grid textarea {
    margin-top: 10px;
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #ebebeb;
    transition: all .1s ease
}

.form-grid textarea {
    height: 215px;
    resize: none
}

.form-grid input:focus,
.form-grid textarea:focus {
    border-color: #829ba4;
    background-color: rgba(130, 155, 164, .1)
}

.form-grid select:focus {
    outline: 0
}

.form-grid .form-item.error {
    border-color: red
}

.send {
    margin-right: 50px
}

.map {
    width: 100%;
    height: 38.75vw;
    min-height: 200px
}

.infoWindow {
    padding: 20px 15px;
    font-size: 20px;
    font-family: SourceHanSansCN-ExtraLight;
    line-height: 1.8
}

.infoWindow strong {
    color: #626262;
    font-size: 20px;
    font-weight: 500
}

.infoWindow a {
    color: #888;
    font-size: 14px
}

.infoWindow p {
    color: #888;
    font-size: 14px
}

.BMap_shadow img {
    display: none !important
}

.BMap_pop {
    transform: translateY(-10px)
}

.anchorBL {
    display: none
}

#code-img {
    margin-top: 28px
}

.msg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    color: #fff;
    padding: 5px
}

@media screen and (max-width:1366px) {
    .contact-form {
        padding-left: 60px
    }

    .company-info {
        padding: 50px 45px
    }
}

@media screen and (max-width:1199px) {
    .contact-item {
        width: 100%
    }

    .contact-form {
        padding-left: 0;
        margin-bottom: 60px
    }

    .company-info {
        margin-left: -15px;
        margin-right: -15px
    }

    .contact {
        padding-bottom: 0
    }

    .form-harf {
        width: 50%;
        float: left
    }
}

@media screen and (max-width:799px) {
    .form-harf {
        width: 100%
    }

    .form-grid textarea {
        height: 130px
    }
}

@media screen and (max-width:499px) {
    .form-grid label {
        font-size: 14px
    }

    .contact {
        padding-top: 50px
    }

    .contact-form h2 {
        font-size: 18px
    }

    .send {
        margin-right: 20px
    }

    .company-info {
        padding: 40px 20px
    }

    .contact-line h2,
    .contact-line h3 {
        font-size: 15px
    }

    .contact-line h3 {
        margin-bottom: 20px
    }

    .contact-line {
        margin-bottom: 30px
    }

    .contact-line-harf .list_cont .list{
        margin-right: 10px;
        width: 125px;
    }

    .contact-line-harf .list_cont .list>img{
        width: 90px;
        height: 90px;
    }

    .address,
    .company {
        margin-bottom: 10px;
        font-size: 14px
    }

    .contact-line a,
    .contact-line p {
        font-size: 14px
    }
}