.about_box {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin-top: 40px;
	padding-bottom: 7%;
	float: left;
}

.about_a {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.about_aa {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #fbfbfb;
	border-radius: 180px;
	border: 1PX SOLID #f5f5f5;
}

.abimg {
	float: left;
	width: 42%;
}

.abimg img {
	width: 100%;
}

.about_p {
	background: #fff;
	overflow: hidden;
	width: 54%;
	float: right;
}

.about_p p {
	line-height: 28px;
	text-indent: 2em;
	width: 100%;
	margin-bottom: 10px;
	float: left;
	text-align: justify;
	color: #666;
}

.about_b {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* border: 1px solid #e2e2e2; */
}

.about_b p {
	line-height: 28px;
	text-indent: 2em;
	width: 100%;
	margin-bottom: 10px;
	float: left;
	text-align: justify;
	color: #666;
}

.about_b ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 44%;
	margin: 0 auto;
}

.about_b ul li {
	width: 48%;
	margin-bottom: 30px;
	margin-top: 10px;
}

.about_b ul li img {
	width: 100%;
	border: 1px solid #e9e9e9;
}

.about_b h1 {
	width: 100%;
	float: left;
	line-height: 31px;
	font-size: 44px;
	color: #0f58d6;
	margin-bottom: 22px;
	text-align: center;
	margin-top: 22px;
	font-weight: normal;
}

.about_b h2 {
	width: 100%;
	float: left;
	line-height: 31px;
	font-size: 30px;
	color: #333;
	margin-bottom: 14px;
	text-align: center;
	padding: 56px 0px 0px;
	border-top: 1px solid #e7e7e7;
	margin-top: 55px;
	font-weight: normal;
}

.about_c {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.about_c ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.about_c ul li {
	width: 32%;
	margin-bottom: 30px;
	margin-top: 10px;
}

.about_c ul li img {
	width: 100%;
	border: 1px solid #e9e9e9;
}

.about_c h2 {
	width: 100%;
	float: left;
	line-height: 31px;
	font-size: 30px;
	color: #333;
	margin-bottom: 14px;
	text-align: center;
	padding: 30px 0px 6px;
	border-top: 1px solid #e7e7e7;
	margin-top: 41px;
	font-weight: normal;
}


.pp {
	text-indent: 0em !important;
}

/* 联系我们 */
.w {
	margin: 0 auto;
	overflow: hidden;
	/* PADDING: 35PX 30PX; */
}

.contact_d_a {
	width: 40%;
	float: left;
	height: 300px;
}

.contact_d_a img {
	width: 100%;
}

.contact_d_l {
	width: 22%;
	float: left;
	height: 300px;
}

.ewm {
	width: 55%;
	display: block;
	margin: 46px auto 0px;
}

.contact_d_l h5 {
	line-height: 23px;
	text-align: center;
	margin-top: 13px;
}

.contact_d_r {
	width: 38%;
	float: left;
	background-size: cover;
	padding: 0px;
	height: 300px;
	text-align: left;
}

.contact_d_r ul li {
	width: 100%;
	float: left;
	margin: 6% 0px;
}

.contact_d_r ul li h3 {
	line-height: 49px;
	text-align: left;
	margin-top: 0%;
	font-size: 16px;
}

.contact_d_r ul li p {
	text-align: left;
	text-indent: 0;
	line-height: 33px;
	color: #666;
}

.xj_box {
	width: 100%;
	overflow: hidden;
	padding: 35px 0px;
	float: left;
}

.xj_box ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xj_box ul li {
	margin-bottom: 20px;
	width: 49%;
	float: left;
}

.xj_box ul li input {
	width: 97%;
	height: 35px;
	padding: 6px;
	border: 1px solid #ddd;
	outline: none;
	float: left;
}

.xj_box ul li #validateCode {
	width: 120px;
	height: 36px;
	padding: 0 8px;
	border: 1px solid #ddd;
	outline: none;
}

.xj_box ul li .validateCodeimg {
	background: #c3c3c3;
	display: inline-block;
	cursor: pointer;
	width: 70px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	position: relative;
	top: 3px;
	background: url(/assets/image/ymbg.jpg);
	font-size: 18px;
	/* 禁止选中文字 */
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xj_box ul .bz_box {
	width: 100%;
}

.xj_box ul li textarea {
	width: 97.6%;
	height: 160px;
	outline: none;
	padding: 10px 12px;
	border: 1px solid #ddd;
}

.xj_box ul li .tips {
	color: #ff0000;
}

#insubmit {
	margin: 20px 0;
	cursor: pointer;
	width: 100%;
	line-height: 46px;
	background: #ddd;
	display: block;
	clear: both;
	color: #000;
	text-align: center;
	border-radius: 1px;
	transition: all 0.3s;
}

#insubmit:hover {
	background: #0f58d6;
	color: #fff;
	transition: all 0.3s;
}


/* 方案 */
.Industry {
	background: #fff;
	overflow: hidden;
}

.Industry ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.Industry ul li {
	width: 23%;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
	background-color: #f1f4f4;
	border-radius: 6px;
}

.Industry ul li p {
	line-height: 32px;
}

.Industry ul li img {
	width: 100%;
	border-TOP-left-radius: 6px;
	border-top-right-radius: 6px;
}

@media(max-width:768px) {

	.about_box {
		width: auto;
		overflow: hidden;
		padding: 8px;
		margin-top: 40px;
		padding-bottom: 7%;
		float: left;
	}

	.abimg {
		float: left;
		width: 100%;
	}

	.about_p {
		background: #fff;
		overflow: hidden;
		width: 100%;
		float: left;
	}

	.about_b h2 {
		width: 100%;
		float: left;
		line-height: 31px;
		font-size: 20px;
		color: #333;
		margin-bottom: 14px;
		text-align: center;
		padding: 56px 0px 0px;
		border-top: 1px solid #e7e7e7;
		margin-top: 55px;
		font-weight: normal;
	}

	.about_b h1 {
		width: 100%;
		float: left;
		line-height: 31px;
		font-size: 34px;
		color: #0f58d6;
		margin-bottom: 22px;
		text-align: center;
		margin-top: 22px;
		font-weight: normal;
	}

	.about_b {
		background: #fff;
		padding: 5px 10px;
		overflow: hidden;
	}

	.about_b img {
		width: 100%;
	}

	.about_b ul {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}

	.about_b ul li {
		width: 38%;
		margin-bottom: 0px;
		margin-top: 0px;
		float: left;
		padding: 21px;
	}

	.about_c ul li {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.contact_d_r {
		width: 100%;
		float: left;
		background: #f9f9f9;
		background-size: cover;
		padding: 0px;
		height: auto;
		text-align: left;
	}

	.contact_d_r ul li {
    width: auto;
    float: left;
    margin-top: 0%;
    padding: 8px;
	}

	.contact_d_l {
    width: 98%;
    float: left;
    height: 270px;
	}

	.Industry {
		background: #fff;
		padding: 5px 10px;
		overflow: hidden;
	}

	.Industry ul li {
		width: 48%;
		margin-bottom: 5px;
		margin-top: 10px;
		text-align: center;
	}

	.Milestones_l {
		width: 267px;
		float: left;
		display: none;
	}

	.about-his-item .his-pic p {
		padding-top: 7px;
		color: #666;
		display: none;
	}

	.about-his-item .his-conts {
		width: 100%;
	}

	.Availability {
		background: #fff;
		padding: 5px 10px;
		overflow: hidden;
	}

	.Enterprisetyle {
		background: #fff;
		padding: 5px 10px;
		overflow: hidden;
	}

	.Enterprisetyle ul li {
		width: 48%;
		margin-bottom: 5px;
		margin-top: 10px;
		text-align: center;
	}
	.about_aa {
	    max-width: 1280px;
	    margin: 0 auto;
	    position: relative;
	    overflow: hidden;
	    background: #fbfbfb;
	    border-radius: 10px;
	    border: 1PX SOLID #f5f5f5;
	}
	.contact_d_a {
    width: 100%;
    float: left;
    height: 252px;
	}
	.ewm {
	    width: 55%;
	    display: block;
	    margin: 0px auto 0px;
	}
	.contact_d_r ul li p {
	    text-align: left;
	    text-indent: 0;
	    line-height: 27px;
	    color: #666;
	}
}