.ContactBanner .ContactBanner_content {
    position: relative;
}

.ContactBanner .ContactBanner_content .ContactBanner_content_left {
    position: absolute;
    top:35%;
}



.ContactBanner .ContactBanner_content .ContactBanner_content_left dd {
    font-size: 30px;
    color: #fff;
    letter-spacing: 8px;
    margin-bottom: 14px;
}

.ContactBanner .ContactBanner_content .ContactBanner_content_left dt {
    font-size: 60px;
    color: #fff;
    font-family: "Impact";
    letter-spacing: 7px;
}

.ContactBanner .ContactBanner_content .ContactBanner_content_right {
    position: absolute;
    bottom: 115px;
    right: 0;
}

.contact .contact_content .contact_content_list {
    background: #fff;
    width: 100%;
    margin-right: 0%;
    padding: 50px 30px;
    padding-bottom: 30px;
    position: relative;
    height: 675px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    text-align: left;
}

.contact .contact_content .contact_content_box{
    padding:10px;
}

.contact .contact_content .contact_content_list:last-child {
    margin-right: 0px;
}

.contact .contact_content .contact_content_list .content_list_title {
    text-align: center;
    margin-bottom: 30px;
}

.contact .contact_content .contact_content_list .content_list_title img {
    width:83px;
    margin-bottom: 15px;
}
.contact .contact_content .contact_content_list .content_list_title dd {
    font-size: 58px;
    color: #333333;
    margin-bottom: 15px;
}

.contact .contact_content .contact_content_list .content_list_title dt {
    font-size: 20px;
    color: #333333;
}

.contact .contact_content .contact_content_list .content_list_txt p {
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact .contact_content .contact_content_list .content_list_icon {
    font-size: 29px;
    color: #bbbbbb;
    text-align: center;
    margin-top: 20px;
    -webkit-animation: iconUp 1s infinite;
    animation: iconUp 1s infinite;
    cursor: pointer;
    left: 0;
    right: 0;
    bottom: 8%;
    position: absolute;
}

.contact {
    background: #ebebeb;
}

.contact .IndexService_content {
    padding-bottom: 0px;
}

.contact .contact_content .contact_content_list .content_list_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #56cbfd;
    padding: 30px 25px;
    bottom: -675px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.contact .contact_content .contact_content_list .content_list_hover p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.contact .contact_content .contact_content_list .content_list_hover p:last-child {
    margin-bottom: 0px;
}

.contact .contact_content .contact_content_list:hover .content_list_hover {
    bottom: -210px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.contact .contact_motto {
    padding: 30px 0px;
}

.contact .contact_motto .contact_motto_left dd p {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.contact .contact_motto .contact_motto_left dd {
    margin-bottom: 20px;
}

.contact .contact_motto .contact_motto_left dd:last-child {
    margin-bottom: 0px;
}

.contact .contact_motto .contact_motto_left {
    width: 52%;
    padding: 90px 0px;
}

.contact .contact_motto .contact_motto_left .hr{
    font-size: 20px;
    font-style: oblique;
}

.contact .contact_motto .contact_motto_right {
    width: 48%;
}

.contact .contact_motto .contact_motto_right img {
    max-width: 100%;
}

.contact .contact_motto_map {
    position: relative;
}

.contact .contact_motto_map .motto_map_top img {
    width: 100%;
    height: 651px;
    object-fit: cover;
}

.contact .contact_motto_map .motto_map_bottom {
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translateX(-50%) translateY(-50%);
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content {
    padding-left: 10.5%;
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title {
    background: #313131;
    width: 427px;
    padding: 40px 64px;
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd span {
    font-size: 24px;
    margin-left: 15px;
}

.contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dt p {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

@media screen and (max-width:1480px) {
    .contact .contact_content .contact_content_list {
        padding: 50px 18px;
    }
    .contact .contact_content .contact_content_list .content_list_hover p {
        line-height: 22px;
    }
    .contact .contact_content .contact_content_list .content_list_hover {
        padding: 20px;
    }
    .contact .contact_content .contact_content_list {
        width: 100%;
    }
    .contact .contact_content .contact_content_list .content_list_icon {
        bottom: 2%;
    }
}

@media screen and (max-width:1065px) {
    .contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title {
        width: 100%;
    }
    .contact .owl-theme .owl-controls .owl-nav div {
        top: -235px;
    }
    .contact .contact_motto .contact_motto_left,
    .contact .contact_motto .contact_motto_right {
        width: 100%;
        float: none;
    }
    .contact .contact_motto .contact_motto_left {
        padding: 20px 0px;
    }
    .contact .contact_motto {
        padding: 0px 0px;
    }
    .contact .contact_motto_map .motto_map_bottom {
        position: inherit;
        transform: inherit;
        top: 0;
        left: 0;
    }
    .contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title {
        padding: 20px 10px;
    }
    .contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd {
        font-size: 18px;
    }
    .contact .contact_motto_map .motto_map_bottom .map_bottom_content .map_bottom_title dd span {
        font-size: 14px;
    }
    .contact .contact_motto_map .motto_map_top img {
        height: auto;
    }
    .ContactBanner .ContactBanner_content .ContactBanner_content_right {
        display: none;
    }
    .ContactBanner .ContactBanner_content .ContactBanner_content_left {
        padding: 0px 2%;
        text-align: center;
    }
    .ContactBanner .ContactBanner_content .ContactBanner_content_left dd {
        font-size: 24px;
    }
    .ContactBanner .ContactBanner_content .ContactBanner_content_left dt {
        font-size: 24px;
    }
    
    .ContactBanner .ContactBanner_content .ContactBanner_content_left {
        position: inherit;
        width: 100%;
        left: inherit;
        top: 30px;
        bottom: auto;
        transform: inherit;
    }
}

@-webkit-keyframes iconUp {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


@media screen and (max-width:768px) {
    .contact .contact_motto_map .motto_map_bottom .map_bottom_content {
        padding-left: 0px;
        margin-top: 25px;
    }
}

@media screen and (max-width:414px) {
    .ContactBanner {
        height: auto !important;
    }
}

