.contact{
    width: 100%;
    height: auto;
    display: inline-block;
}
.contact-top{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.contact-top p{
    line-height: 37px;
    font-size: 14px;
    margin-bottom: 9px;
}
.contact-top h3{
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 9px;
}
.contact-list{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
    margin-bottom: 5%;
}
.contact-list h3 i{float: left;width: 7px;height: 28px;background: #001c58;border-radius: 15px;margin-right: 1%;margin-top: -3px;}
.contact-list h3{
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: normal;
}
.contact-middle{
    width: 100%;
    height: auto;
    display: inline-block;
}
.contact-middle ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.contact-middle li{
    width: 49%;
    height: auto;
    display: inline-block;
    background-color: #eee5d3;
    padding: 2% 2%;
    float: left;
    margin-right: 1%;
}
.contact-middle li h3{
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: normal;
    border-bottom: 1px solid#fff;
    padding-bottom: 3%;
}
.contact-middle li i{
    float: left;
    width: 7px;
    height: 28px;
    background: #001c58;
    border-radius: 15px;
    margin-right: 1%;
}
.cm-box{}
.cmb-left{
    width: 65%;
    float: left;
}
.cmb-left p{
    font-size: 16px;
    line-height: 39px;
}
.cmb-right{
    width: 31%;
    float: right;
    text-align: right;
}
.cmb-right img{
    width: 76%;
    text-align: center;
    margin: 0 auto;
}
.cmb-right p{
    font-size: 14px;
    padding: 5% 0;
}