.contact_us .contact_top{
    background: url(/lib/images/contact_us/banner.jpg) no-repeat;
    background-size: cover;
}
.contact_us .contact_top .content{
    padding: 120px 0;
}
.contact_us .contact_top .content h1{
    font-size: 56px;
    color: #fff;
    font-family: 'BarlowCondensed-Medium';
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 20px;
    max-width: 530px;
}
.contact_top .content ul{
    display: flex;
    margin-top: 100px;
}
.contact_top .content ul li{
    margin-right: 40px;
}
.contact_btm{
    padding-bottom: 120px;
}
.contact_btm .content{
    padding: 120px 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.contact_btm .content .left{
    max-width: 510px;
}
.contact_btm .content .left h3{
    font-size: 32px;
    color: #101010;
    font-family: 'Barlow-Medium';
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 100px;
}
.contact_btm .content .left .txt{
    display: flex;
    align-items: baseline;
    position: relative;
}
.contact_btm .content .left .txt::after{
    position: absolute;
    content: '';
    left: 10px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #fbeee5;
}
.contact_btm .content .left .txt:last-child::after{
    display: none;
}

.contact_btm .content .left .txt img{
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.contact_btm .content .left .txt div{
    margin-left: 30px;
}
.contact_btm .content .left .txt div h4{
    font-size: 24px;
    color: #101010;
    font-family: 'Barlow-Medium';
    font-weight: normal;
    margin-bottom: 20px;
}
.contact_btm .content .left .txt div p{
    min-height: 100px;
    font-size: 20px;
    color: #666;
    max-width: 445px;
}
.contact_btm .content .right>div{
    border-radius: 20px;
    overflow: hidden;
    box-shadow:  0 5px 30px rgba(1, 13, 11,0.2);
    margin-top: -428px;
}
.contact_btm .content .right .top{
    padding: 80px;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    max-width: 940px;
}
.contact_btm .content .right .top h3{
    font-size: 32px;
    font-family: 'Barlow-Medium';
    color: #172a3a;
    line-height: 1.5;
    font-weight: normal;
}
.contact_btm .content .right .top h3 span{
    font-size: 32px;
    font-family: 'Barlow-Bold';
    color: #172a3a;
    line-height: 1.5;
}
.contact_btm .content .right .btm{
    padding: 80px;
    background: #fff;
}
.contact_btm .content .right .btm input{
    margin-bottom: 10px;
    background: #f5f5f5;
    color: #666;
    font-size: 16px;
    border: none;
}
.contact_btm .content .right .btm .select{
    position: relative;
}
.contact_btm .content .right .btm .select input{
    margin-bottom: 50px;
}
.contact_btm .content .right .btm .select svg{
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(90deg);
}
.contact_btm .content .right .btm .select ul{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgb(0 30 7 / 10%);
    display: none;
}
.contact_btm .content .right .btm .select ul li{
    font-size: 16px;
    color: #101010;
    line-height: 1.5;
    cursor: pointer;
}
.contact_btm .content .right .btm .select ul li:hover{
    color: #008ADB;
}
.contact_btm .content .right .btm h3{
    font-size: 24px;
    font-weight: normal;
    font-family: 'Barlow-Medium';
    margin-bottom: 20px;
}
.contact_btm .content .right .btm textarea{
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
    border: none;
}
.contact_btm .content .right .btm .half{
    display: flex;
}
.contact_btm .content .right .btm .half input{
    width: 50%;
}
.right .btm .half input:first-child{
    margin-right: 20px;
}
.contact_btm .content .right .btm input[type="submit"]{
    background: #EF800E;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Barlow-Bold';
}
.address {
    width: 100%;
    border: 1px solid #e5e5e5;
}
.address .contact{
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.address .contact>div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.address .contact>div svg{
    flex-shrink: 0;
}
.address .contact>div .txt{
    margin-left: 30px;
}
.address .contact>div .txt p a{
    font-size: 16px;
    color: #008ADB;
    line-height: 1.5;
}
.address .add{
    width: 100%;
    height: 360px;
    position: relative;
}
.address .add iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width:1600px) {
    .contact_us .contact_top .content{
        padding: 100px 30px;
        padding-bottom: 0;
    }
    .contact_btm .content{
        padding: 100px 30px;
        padding-bottom: 0;
    }
}
@media (max-width:1400px){
    .contact_btm .content .right>div{
        margin-top: -408px;
    }
}
@media (max-width:1279px){
    .contact_btm .content .right .top{
        padding: 30px;
    }
    .contact_btm .content .right .btm{
        padding: 30px;
    }
    .contact_btm .content .right>div{
        margin-top: -351px;
    }
}
@media (max-width:1023px){
    .contact_btm .content{
        flex-direction: column-reverse;
    }
    .contact_btm .content .right>div{
        margin-top: -150px;
    }
    .contact_btm .content .left{
        margin-top: 30px;
    }
}
@media (max-width:767px){
    .address .contact{
        flex-direction: column;
    }
    .address .contact>div{
        justify-content: start;
        margin-bottom: 20px;
    }
    .contact_us .contact_top .content{
        padding: 30px 15px;
        padding-bottom: 100px;
    }
    .contact_us .contact_top .content h1{
        font-size: 32px;
    }
    .contact_top .content ul{
        margin-top: 50px;
    }
    .contact_btm .content .right>div{
        margin-top: -100px;
    }
    .contact_btm .content .right .top{
        flex-direction: column;
        padding: 30px 15px;
    }
    .contact_btm .content .right .top h3{
        font-size: 24px;
    }
    .contact_btm .content .right .btm .half{
        flex-direction: column;
    }
    .contact_btm .content .right .btm .half input{
        width: 100%;
        margin-right: 0;
    }
    .contact_btm .content .right .btm{
        padding: 30px 15px;
    }
    .contact_btm .content .left h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact_btm .content{
        padding: 30px 15px;
        padding-bottom: 0;
    }
    .contact_btm{
        padding-bottom: 30px;
    }

}












