
/* 联系我们 */

#c-contact .c-main-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-contact .c-left-box {
    position: relative;
    width: 50%;
    height: 400px;
}

#c-contact .c-right-box {
    width: 50%;
}


#c-contact .c-right-box .c-list {
    position: relative;
}

#c-contact .c-right-box .c-list .c-title {
    padding: .6rem 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

#c-contact .c-right-box .c-list .c-text p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

#c-contact .c-right-box .c-list .c-text p:last-child {
    margin: 0;
}

#c-contact .c-right-box .c-list .c-btn {
    margin: 35px 0 40px;
    display: block;
    width: 170px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #0073c8;
    border-radius: 25px;
}


/* 地图 */

.c-map {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1!important;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.c-map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: #0073c8;
}

.c-map .map-content {
    font-size: 12px;
    color: #222;
}

.c-map .anchorBL {
    display: none;
}


@media screen and (min-width: 1920px) {
}
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1279px) {
	#c-contact .c-right-box .c-list .c-title {
    font-size: 20px;
    line-height: 30px;
	}
}

@media screen and (max-width: 1279px) {
	#c-contact .c-right-box {
		width: 100%;
		padding: 40px 20px;
	}
	#c-contact .c-left-box {
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width: 767px) {
	#c-contact .c-right-box .c-list .c-title {
		padding: 20px 0 15px;
    font-size: 20px;
    line-height: 26px;
	}
	#c-contact .c-right-box .c-list .c-text p {
    font-size: 14px;
    line-height: 24px;
	}
	#c-contact .c-right-box .c-list .c-btn {
    margin: 20px 0 25px;
    width: 100px;
    line-height: 40px;
    border-radius: 20px;
	}
  #c-contact .c-right-box {
    padding-bottom: 10px;
  }
    #c-contact .c-right-box {
        padding-left:0;
    }
}