.mbxnav .nav_bar_box {
	overflow: hidden;
}

.mbxnav .nav_bar_box .breadcrumb {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	line-height: 56px;
	margin: 0;
	padding: 0;
}

.mbxnav .nav_bar_box .breadcrumb a {
	color: #666;
}



.bar_qy_hy {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bar_qy_hy h1 {
	font-size: 30px;
	font-weight: BOLD;
	text-align: left;
	margin: 0;
	line-height: 76px;
}

.bar_qy_hy .line {
	width: 60px;
	height: 2px;
	background-color: #0040d0;
}

.p_text {
	line-height: 28px;
	text-indent: 2em;
}

.ab_img {
	width: 23%;
	float: left;
	overflow: hidden;
	height: 238px;
	margin: 10px;
}

.ab_img img {
	width: 100%;
	height: 228px;
	transition: all 0.6s;
}

.ab_img img:hover {
	width: 100%;
	height: 100%;
	transform: scale(1.1);
}

.abc_img {
	width: 31%;
	float: left;
	overflow: hidden;
	height: 453px;
	margin: 15px;
}

.abc_img img {
	width: 100%;
	height: 444px;
	transition: all 0.6s;
}

.abc_img img:hover {
	width: 100%;
	height: 100%;
	transform: scale(1.1);
}


.bar_qy_hy_list {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}

.bar_qy_hy_list ul li {
	width: 15%;
	border: 1px solid #0040d0;
	height: 44px;
	float: left;
	text-align: center;
	margin-right: 15px;
	line-height: 41px;
}

.bar_qy_hy_list ul li a {
	line-height: 41px;
	font-size: 15px;
}

.mbxnav .bar_qy_hy .active a {
	color: #383838;
	font-size: 32px;
	font-weight: normal;
}

.bar_qy_hy span {
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	color: #999;
}




/* 联系我们 */
.h1_lx {
	font-size: 20px;
	margin: 0;
	line-height: 37px;
}

.lxfs {
    width: 44%;
    overflow: hidden;
    float: left;
    padding: 24px 20px;
    margin-top: 25px;
    background: #0040d0;
}

.lxfs h2 {
	font-size: 24px;
	line-height: 59px;
	margin: 0 0px 20px 0px;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #a4d1ff;
	color: #ffffff;
}

.lxfs p {
	line-height: 28px;
	height: 28px;
	margin: 0;
	color: #ffffff;
}

.contact-ico {
	font-size: 18px;
	padding: 5px;
	margin-right: 10px;
	color: #ffffff;
}

.er_a {
	width: 108px;
	float: left;
	text-align: center;
	margin-right: 13px;
}

.er_a p {
	text-align: center;
}

.lxfs_tu {
    float: left;
    width: 55%;
    margin-left: 0px;
    margin-top: 25px;
}

.lxfs_tu img {
	width: 100%;
}


/* 在线留言 开始 */
.fbxj {
	width: 100%;
	overflow: hidden;
}

.right_input {
	overflow: hidden;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 3px;
	width: 100%;
	padding: 0;
}

.right_input .red {}

.right_input h4 {
	text-align: center;
	color: #690599;
}

.right_input li {
	text-align: left;
	display: block;
	overflow: hidden;
	/* padding: 5px 0; */
	margin-top: 23px;
	margin-bottom: 8px;
	width: 50%;
	float: left;
	padding: 8px;
}

.right_input li input {
	height: 38px;
}

.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 #dadada;
}

.right_input li .red {
	display: inline-block;
	width: 4%;
	color: red;
}

.right_input .fbxj_sub {
	text-align: center;
	padding: 20px 0;
}

.right_input .fbxj_sub span {
	display: inline-block;
	width: 50%;
	border: 0;
	background: #0040c4;
	color: #fff;
	border-radius: 41px;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
}

.tips {
	font-size: 12px;
	margin-left: 27px;
	margin-top: -5px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #666;
	font-size: 12px;
}

/* 在线留言  结束*/


@media (max-width:980px) {
	.lxfs {
		width: 100%;
		overflow: hidden;
		float: left;
		padding: 20px 21px;
		margin-top: 25px;
		background: #0040d0;
	}

	.lxfs_tu {
		float: left;
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}

	.fbxj {
		width: 100%;
		overflow: hidden;
		float: right;
	}

	.right_input li {
		text-align: left;
		display: block;
		overflow: hidden;
		/* padding: 5px 0; */
		margin-top: 23px;
		margin-bottom: 8px;
		width: 50%;
		float: left;
		padding: 8px;
	}

	.ab_img {
    width: 44%;
    overflow: hidden;
    float: left;
    padding: 0;
    margin-top: 0;
    height: 155px;
	}

	.ab_img img {
		width: 100%;
		height: 160px;
		transition: all 0.6s;
	}

	.ab_img img:hover {
		width: 100%;
		height: 100%;
		transform: scale(1.1);
	}

	.abc_img {
		width: 95%;
		float: left;
		overflow: hidden;
		height: 452px;
		margin: 10px;
	}

	.abc_img img {
		width: 100%;
		height: 443px;
		transition: all 0.6s;
	}

	.abc_img img:hover {
		width: 100%;
		height: 100%;
		transform: scale(1.1);
	}

	.bar_qy_hy_list ul li {
		width: 30%;
		border: 1px solid #0040d0;
		height: 44px;
		float: left;
		text-align: center;
		margin-right: 6px;
		line-height: 41px;
	}

	.mbxnav .nav_bar_box .breadcrumb {
		display: inline-block;
		width: 100%;
		margin-bottom: 0px;
		line-height: 24px;
		margin: 0;
		/* padding: 0; */
	}

}
