.content {
	padding: 40px 0;
	padding-bottom: 100px;
}

.content {
	.bar {
		max-width: 1100px;
	}
}

.content_tijiao h1 {
	font-size: 40px;
	margin-bottom: 20px;
}

.cb_biao {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
	width: 100%;
}

.cb_biao input {
	width: 49%;
	height: 50px;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #666;
}

.cb_biao textarea {
	width: 100%;
	height: 200px;
	padding: 10px 10px;
	border-radius: 5px;
	border: 1px solid #666;
}

.content_but button {
	font-size: 18px;
	background: #000;
	color: #fff;
	/* margin: 0 auto; */
	width: 150px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;

}

.dizhi {
	margin-top: 30px;
	margin-bottom: 30px;
}

.dizhi h1 {
	font-size: 40px;
	margin-bottom: 20px;
}

.dizhi p {
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
}
.dizhi a{
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	display: block;
}
@media screen and (max-width: 768px) {
	.dizhi h1 {
	    font-size: 30px;
	}
	.dizhi p {
	    font-size: 16px;
	}
	.dizhi a {
	    font-size: 16px;
	}
	.content_tijiao h1 {
	    font-size: 30px;
	}
	.content_but button {
	    font-size: 16px;
	}
}