.breadcrumba {
	max-width: 1250px !important;
	font-size: 14px !important;
	justify-content: space-between !important;
	box-sizing: border-box !important;
	align-items: center !important;
	line-height: 44px !important;
	font-weight: bold !important;
	margin: 0 auto !important;
}

.breadcrumba>li {
	display: inline-block;
}

.breadcrumba a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.breadcrumba>li span {
	padding: 0 4px;
}

.about_box {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
	margin: 0 auto;
	padding-bottom: 80px;
	float: left;
}

.about_a {
	width: 1250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.about_a_l {
	width: 51%;
	float: left;
}

.about_a_l img {
	width: 100%;
	margin-bottom: 13px;
}

.about_a_r {
	width: 45%;
	float: right;
}

.about_a_r h2 {
	font-size: 33px;
	color: #1244C1;
	line-height: 48px;
	margin-bottom: 15px;
	margin-top: 15px;

}

.about_b {
	overflow: hidden;
}

.about_b p {
	line-height: 26px;
	text-indent: 2em;
	width: 100%;
	margin-bottom: 6px;
	float: left;
}

.ys_box {
	width: 100%;
	float: left;
	margin-top: 4%;
	border-top: 1px solid #e6e6e6;
	padding-top: 2%;
}

.ys_box h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 55px;
	color: #1244C1;
	width: 100%;
	margin-bottom: 10px;
}

.ys_box_l {
	width: 69%;
	float: left;
	margin-top: 2%;
}

.ys_box_r {
	width: 28%;
	float: right;
}

.ys_box_r img {
	width: 100%;
	margin-bottom: 13px;
}

.ys_box p {
	line-height: 32px;
	width: 100%;
	margin-bottom: 6px;
	float: left;
	text-indent: 2em;
}

.lxwm_b {
	padding: 5% 0;
	/* background-color: #f8f8f8; */
	background-image: url(/assets/image/bcg1.jpg);
	MARGIN: 6% 0px 10px;
	background-position-x: center;
}

.lxwm_b_a {
	max-width: 94%;
	margin: 0 auto;
}

.fs {
	width: 22% !important;
}

.fa {
	width: 14% !important;
}

.lxwm_b_a ul li {
	padding: 23px 0;
	overflow: hidden;
	height: 170px;
	display: inline-block;
	width: 20.1%;
	box-shadow: 0px 0px 13.75px 0.25px rgb(179 179 179 / 11%);
	background: #ffffffa6;
	border-radius: 0px;
	text-align: center;
}

.lxwm_b_a ul li span img {
	width: 60px;
	height: 60px;
	margin: 24px 0px;
}

.lxwm_b_b {
	overflow: hidden;
	float: left;
	text-align: center;
	width: 100%;
}


.lxwm_b_c {
	color: #333;
	line-height: 24px;
	width: 100%;
}

.lxwm_b_b img {
	width: 138px;
}

.xj_box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0px 80px
}

.xj_box ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xj_box ul li {
	margin-bottom: 20px;
	width: 49%;
}

.xj_box ul li input {
	width: 97%;
	height: 45px;
	padding-left: 12px;
	border: 1px solid #e3e3e3;
	outline: none;
}

.xj_box ul li #validateCode {
	width: 120px;
	height: 45px;
	padding: 0 12px;
	border: 1px solid #e3e3e3;
	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: 98%;
	height: 160px;
	outline: none;
	padding: 10px;
	border: 1px solid #e3e3e3;
}

.xj_box ul li .tips {
	color: #ff0000;
	font-size: 12px;
}

#insubmit {
	margin: 25px 0;
	cursor: pointer;
	width: 100%;
	line-height: 44px;
	background: #3D434F;
	display: block;
	clear: both;
	color: #fff;
	text-align: center;
	transition: all 0.8s
}

#insubmit:hover {
	background: #1244C1;
}