ul li {
    line-height: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

h2 > span {
    border-bottom: 1px solid rgb(245, 161, 0);
}

.contact-banner{
    background: url("/public/images/about/contact_banner.jpg") no-repeat top center;
}

.contact-msg{
    display: flex;
    padding-top: 120px;
    padding-bottom: 50px;
    justify-content: space-between;
}

.contact-msg p{
    letter-spacing: 1px;
    color: #666666;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
}

.contact-msg li{
    box-sizing: border-box;
}

.contact-msg li .msg-right{
    float: left;
}

.contact-msg li h3{
    margin-bottom: 36px;
    float: left;
    font-size: 20px;
    letter-spacing: 1px;
}

.map-mark li{
    box-sizing: border-box;
}

.map-mark li:hover{
    background-color: #eeeeee;
}

.map-mark li:nth-child(2n){
    margin-right: 0;
}

.map-mark  h3{
    height: 28px;
    line-height: 28px;
    /*background: url("/public/images/about/map_mark.png") no-repeat;*/
    vertical-align: middle;
    /*padding-left: 50px;*/
    color: #333;
    font-size: 20px;
}

.map-mark li:hover{
    cursor: pointer;
}

.map-mark li:hover h3{
    color: #f08519;
}

.map-mark  h3 a{
    font-size: inherit;
    color: inherit;
    width: 100%;
    display: inline-block;
}

.map-mark .ititle{
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 0;
}

.map-mark .address{
    letter-spacing: 1px;
    color: #666666;
    font-size: 14px;
    margin-top: 0;
}

.map-mark h3{
    position: relative;
}

.map-mark .map-icon{
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 2px;
    animation: move 3s linear infinite;
}

@keyframes move{
    0{
        transform: translateY(0);
    }

    25%{
    transform: translateY(-5px);
    }

    50%{
        transform: translateY(0);
    }

    75%{
    transform: translateY(5px);
    }
    100%{
    transform: translateY(0);
    }
               }


.contact{
    padding-bottom: 80px;
}

.map-mark-text{
    float: left;
}

.map-area{
    float: right;
    width: 650px;
}

.map-area img{
    max-width: 100%;
    max-height: 100%;
}

.map-mark-text li {
    margin-bottom: 25px;
}