
.contact_banner {
	width: 100%;
	height: 500px;
	background: url(../images/contact_img.png) no-repeat center center;
	background-size: cover;
}

.contact_content {
	width: 1200px;
    height: 100%;
    max-width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 68px;
}

.contact_box {
	padding-top:60px;
	padding-bottom: 80px;
	width: 100%;
	background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(11, 3, 6, 0.1);
    
    color: #333333;

}
.contact_box_inner {
	width: 650px;
	margin-left: 330px;
}

.contact_box_inner >div {
	margin-bottom: 30px;
}

.contact_box_inner .kf {
	margin-top: 50px;
}

.contact_box_inner .advice {
	margin-top: 80px;
}

.contact_box_inner img {
	width: 27px;
	height: auto;
	margin-right: 13px;
}

.contact_box_inner .advice a {
	width: 134px;
	height: 40px;
	background: #2CA5F2;
	box-shadow: 0px 15px 50px 0px rgba(64, 21, 89, 0.2);
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	margin-left: 18px;
	color: #fff;
}
