.contact_header{
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 1067px;*/
    /*background: url('../images/contact/contact.jpg') no-repeat center;*/
}
.contact_map{
    width: 100%;
    height: 660px;
    background: url('../images/contact/map.png') no-repeat center;
    
}
.contact_section{
    position: relative;
    width: 100%;
    height: 900px;
    background: url('../images/contact/contact.jpg') no-repeat center;
    margin-top: 0px;
}
.contact_content{
    min-width: 1024px;
    max-width: 1400px;
    height: 585px;
    margin: 0 auto;
    color: #ffffff;
    padding: 0 32px;
}
.contact_us{
    width: 49%;
    height: 100%;
    margin-top: 200px;
    float: left;
}
.contact_us h1{
    margin-bottom: 60px;
    font-size: 50px;
}
.contact_us h3{
    margin:40px 0 30px;
    font-size: 20px;
}
.contact_us h4{
    height: 180px;
    margin-bottom: 18px;
    font-size: 17px;
    overflow: hidden;
    line-height: 30px;
   /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;*/
}
.contact_us a{
    width: 243px;
    height: 67px;
    background: #ffffff;
    display: block;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 24px;
    color: #000000;
    border: none;
}
.hr{
    width: 60px;
    height: 4px;
    background: #ffcc00;
    border: none;
}
.company_info{
    width: 50%;
    height: 85%;
    margin-top: 200px;
    padding-top: 40px;
    float: right;
    background: rgba(0,44,116,0.8);
    color: #ffffff;
}
.company_info li{
    width: 50%;
    float: left;
    margin: 60px 0 0 0;
    padding: 0 15px;
}
.company_info h2{
    width: 180px;
    height: 60px;
    margin: 0 auto 30px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.company_info h2 img{
    margin-right: 20px;
}
.company_info h3{
    font-size: 18px;
    text-align: center;
}
