.contact {
    padding: 1rem 0 1.52rem;
	width: 80%;
	margin:0 auto;
}

.contact .cont-item {
    float: left;
    width: 36.42857142857143%;
}

.contact .cont-item-l .cont-item-inner {
    padding-top: 14px;
}

.contact .cont-item-m .cont-item-inner {
    padding-top: 7px;
}

.contact .cont-item-inner {
    min-height: 215px;
    margin-right: 24.50980392156863%;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
}

.contact .cont-item-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    color: #111;
}

.contact .cont-item-dec {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    text-transform: uppercase;
}
.cont-item-line{
    display: block;
    width: 1rem;
    height: 3px;
    background-color: #111;
}
.cont-item-more{
    display: block;
    margin-top: 7.223942208462332vh;
    width: 2.9rem;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    color: #111;
    text-align: center;
    background-color: #f1f1f3;
}
.contact a:hover {
    color: #3b75ba;
    text-decoration: none;
}

.contact .cont-item-title:hover {
    color: #3b75ba;
}

.contact .cont-item-m li {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.contact .cont-item-m li a:hover {
    color: #3b75ba;
}

.contact .cont-item-r {
    float: right;
    width: 27.14285714285714%;
    font-size: 0;
    text-align: right;
}
.contact .cont-item-r .c-ewm {
    display: inline-block;
    width: 34.21052631578947%;
    margin-left: 11.84210526315789%;
}

.contact .cont-item-r img {
    display: block;
    /* width: 100%; */
}

.contact .cont-item-r span {
    display: block;
    font-size: 16px;
    line-height: 56px;
    color: #878787;
    text-align: center;
}

.map-wrap {
    width: 100%;
    height: 610px;
}

.map {
    width: 100%;
    height: 100%;
}

.cont-item .a-list{ padding-top:20px;}
.cont-item .a-list li{padding-top:8px;}



@media (max-width:1200px) {
    .contact {
        box-sizing: border-box;
		width: 100%;
    }
}

@media (max-width:768px) {
    .contact {
        padding: 0 0 40px;
        box-sizing: border-box;
    }
    .contact .cont-item {
        float: none;
        width: 100%;
    }
    .cont-item-line {
        margin: 0 auto;
    }
    .cont-item-more {
        margin: 1.4rem auto 0;
    }
    .contact .cont-item-r {
        float: none;
        width: 100%;
        min-width: 113px;
        margin: 0 auto;
        text-align: center;
    }
    .contact .cont-item-inner {
        min-height: auto;
        margin-right: 0;
        border-right: none;
        text-align: center;
    }
    .contact .cont-item-r .c-ewm {
        display: inline-block;
        max-width: 130px;
        margin: 0 .4rem;
    }
    .map-wrap {
        width: 100%;
        height: 300px;
    }
}
