/* 公司简介 */
.about-content {
	float: left;
	width: 55%;
	margin-top: 2%;
}

.about-content p {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	line-height: 31px;
	text-indent: 2em;
}

.about-contentr {
	width: 43%;
	float: right;
	margin-top: 2%;
}

.about-contentr img {
	width: 100%;
}

.img_c {
	width: 100%;
	float: left;
	margin-top: 4%;
	border-top: 1px solid #e3e3e3;
	padding-top: 0%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img {
	width: 24%;
	float: left;
}

.img img {
	width: 100%;
	border: 1px solid #dbdbdb;
}

/* 公司简介 */


/* 联系我们 */
/* 联系我们 */

.lx {
	width: 100%;
	float: left;
}

.lx h1 {
	line-height: 31PX;
	font-size: 18px;
	text-align: center;
	margin: 20PX 0PX 15PX;
}


.lx ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lx li {
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	width: 33%;
}

.lx .iconfont {
	font-size: 32px;
	line-height: 48px;
	text-align: center;
}

.lx span {
	display: inline-block;
	padding: 3px;
	cursor: pointer;
	color: #ffffff;
	margin: 8px 13px;
	background: #ffa500;
	border-radius: 66px;
	width: 58px;
	height: 58px;
}

.bar_qy_hy_q {
	overflow: hidden;
}

.bar_qy_hy_q h6 {
	font-size: 16px;
	text-align: center;
	COLOR: #333;
	FONT-WEIGHT: BOLD;
}

.hy_q_xq {
	text-align: center;
	line-height: 21px;
	width: 100%;
}


.fbxj {
	width: 100%;
	FLOAT: LEFT;
	border-top: 1px solid #ccc;
	margin-top: 3%;
	padding-top: 2%;
}

.fbxj h3 {
	font-size: 18px;
	text-align: center;
	line-height: 31px;
}

.right_input {
	margin-top: 3px;
	width: 100%;
	padding: 0;
}

.right_input li {
	text-align: left;
	display: block;
	overflow: hidden;
	/* padding: 5px 0; */
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 0;
	padding-right: 18px;
	padding-left: 0px;
}

.right_input li input,
.right_input li textarea {
	font-size: 14px;
	border: 0;
	padding: 17px;
	border-radius: 5px;
	background-color: #fff;
	width: 100%;
	outline: none;
	border: 1px solid #c5c5c5;
	line-height: 20px;
}

.right_input .fbxj_sub {
	text-align: center;
	padding: 20px 0;
	width: 100%;
}

.right_input .fbxj_sub span {
	display: inline-block;
	width: 42%;
	border: 0;
	background: #ffa500;
	color: #fff;
	border-radius: 8px;
	height: 53px;
	line-height: 53px;
	cursor: pointer;
	text-align: center;
}

.bz_box {
	width: 100%;
	margin-top: 10px;
	float: left;
}

#bzContact {
	width: 100%;
	height: 130px !important;
}


/* 联系我们 */


/* 移动端 */
@media (max-width: 768px) {
	.about-content {
		float: left;
		width: 100%;
		margin-top: 1%;
	}

	.about-content p {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 15px;
		line-height: 27px;
		text-indent: 2em;
		text-align: justify;
	}

	.about-contentr {
		width: 100%;
		float: right;
	}

	.lx {
		width: 100%;
		float: left;
	}

	.fbxj {
		width: 100%;
		FLOAT: LEFT;
	}

	.right_input li {
		text-align: left;
		display: block;
		overflow: hidden;
		/* padding: 5px 0; */
		margin-top: 16px;
		margin-bottom: 0px;
		margin-left: 0;
		padding-right: 18px;
		padding-left: 0px;
	}

	.right_input li input,
	.right_input li textarea {
		font-size: 14px;
		border: 0;
		padding: 10px;
		border-radius: 0px;
		background-color: #fff;
		width: 100%;
		outline: none;
		border: 1px solid #c5c5c5;
		line-height: 20px;
	}

	.img {
		width: 100%;
		float: left;
	}

	.img img {
		width: 100%;
		margin-top: 5px;
	}

	.lx li {
		padding: 10px 0;
		overflow: hidden;
		text-align: center;
		display: inline-block;
		width: 100%;
	}
}

