.com_tit .title {
    text-align: center;
}

.com_tit .title p {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.com_tit .title span {
    font-size: 18px;
    color: #004e79;
    font-weight: normal;
    position: relative;
    padding: 0 15px;
    display: inline-block;
    background: #fff;
    z-index: 1;
}

.com_tit .title span:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -150px;
    top: 12px;
    z-index: 0;
}

.com_tit .title span:after {
    content: "";
    width: 150px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 140px;
    top: 12px;
    z-index: 0;
}

.contact_add {
    padding: 50px 0;
}

.mt50 {
    margin-top: 50px;
}

.contact_add .add_one {
    padding-left: 120px;
    position: relative;
}
.add_text{
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}

.contact_add .add_one img {
    float: right;
    margin-right: 230px;
}

.contact_add .add_one span {
    color: #004e79;
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
}

.contact_add .add_one h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact_add .add_one p {
    margin-bottom: 10px;
    text-decoration:none;
}


@media only screen and (max-width: 750px) {
    html {
        background-color: white;
        width: 100%;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
    }

    .banner {
        min-width: auto;
        padding-top: .46rem;
    }

    .banner,
    .banner a,
    .banner a img {
        width: 100%;
    }
    .contact_add{
        width: 100%;
        padding: .2rem 0.15rem;
        overflow: hidden;
    }
    .com_tit .title p{
	    font-size: .1rem;
	}
	.com_tit .title span{
	    font-size: .16rem;
	}

    .com_tit .title span::before {
        content: "";
        width: 1.1rem;
        height: 1px;
        background: #ccc;
        position: absolute;
        top: .1rem;
        z-index: 0;
        left: -0.99rem;
    }

    .com_tit .title span::after {
        content: "";
        width: 1.1rem;
        height: 1px;
        background: #ccc;
        position: absolute;
        left: 1.11rem;
        top: .1rem;
        z-index: 0;
    }
    .contact_add .add_one{
		padding-left: 0;
		/* overflow: hidden; */
	}
	.contact_add .add_one img {
		float: right;
		margin-right: 0;
		width: 35%;
		margin-top: 0.05rem;
	}
	.contact_add .add_one .add_text{
		float: left;
		width: 63%;
	}
	.contact_add .add_one h4 {
		font-size: 0.1rem;
		margin-bottom: 0.04rem;
	}
	.mt50{
		margin-top: 0.25rem;
	}
	.contact_add .add_one span{
		font-size: 0.12rem;
		margin-bottom: 0.05rem;
		word-break: keep-all
	}
	.contact_add .add_one p{
		font-size: 0.1rem;
		margin-bottom: 0.03rem;
	}
}