@charset "utf-8";

/* 联系方式 */
.contact-way {
    width: 100%;
    background-color: #fff;
    padding-top: 48px;
}

.comWidth {
    width: 1280px;
    margin: 0 auto;
}

.way-header {
    border-bottom: 1px solid #e6e6e6;
}

.way-header h5 {
    font-size: 24px;
    color: #333333;
}

.way-header h5 span {
    position: relative;
}

.way-header h5 span::after {
    position: absolute;
    left: 0;
    bottom: -30px;
    content: "";
    width: 100%;
    border-bottom: 2px solid #0050ab;
}

.way-header .way-header-bottom {
    padding-top: 60px;
}

.way-header .way-header-bottom h6 {
    font-size: 20px;
    color: #333333;
}

.way-header .way-header-bottom span {
    display: block;
    font-size: 12px;
    color: #888888;
    padding-top: 12px;
    padding-bottom: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.way-bottom {
    padding-top: 40px;
    padding-bottom: 52px;
}

.way-bottom ul {
    float: left;
    border-right: 1px solid #e6e6e6;
}

.way-bottom ul:last-child {
    border-right: 0;
}

.way-bottom ul:nth-child(1) {
    width: 440px;
}

.way-bottom ul:nth-child(2) {
    box-sizing: border-box;
    width: 440px;
    padding-left: 98px;
}

.way-bottom ul:nth-child(3) {
    box-sizing: border-box;
    width: 380px;
    padding-left: 98px;
}

.way-bottom ul li {
    position: relative;
    box-sizing: border-box;
    padding-left: 36px;
}

.way-bottom ul li h5 {
    font-size: 16px;
    color: #333333;
}

.way-bottom ul li p {
    color: #666666;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 18px;
}

.way-bottom ul li img {
    position: absolute;
    left: 0;
    top: 2px;
}

.way-bottom ul li:nth-child(1) {
    padding-bottom: 4px;
}

.way-bottom ul li:nth-child(2) {
    margin-top: 22px;
}

.contact-location {
    height: 554px;
}

.contact_map {
    height: 554px;
}