.mbxnav .nav_bar_box {
	overflow: hidden;
}

.mbxnav .nav_bar_box .breadcrumb {
	display: inline-block;
	width: 62%;
	margin-bottom: 0px;
}

.mbxnav .nav_bar_box .breadcrumb a {
	color: #666;
}

.bar_qy_hy {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 1%;
}

.bar_qy_hy span {
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	color: #999;
}

.bar_qy_hy .active a {
	color: #6d0fc5;
	font-size: 20px;
	font-weight: bold;
}


.fbxj {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	float: left;
}

.fbxj h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    padding: 12px 0;
    margin: 0;
}

.right_input {
	width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right_input .red {}

.right_input h4 {
	text-align: center;
	color: #690599;
}

.right_input li {
    text-align: left;
    display: block;
    overflow: hidden;
    margin-bottom: -13px;
    width: 49%;
    float: left;
}

.right_input li input {
	height: 38px;
}

.right_input li input,
.right_input li textarea {
	font-size: 14px;
	padding: 17px;
	background-color: #fff;
	width: 100%;
	margin: 10px 0;
	outline: none;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
}

.right_input li .red {
	display: inline-block;
	width: 4%;
	color: red;
}

.right_input li .blank {
	display: inline-block;
	width: 4%;
}

.fbxj_sub {
	text-align: center;
	padding: 20px 0;
}

.fbxj_sub span {
	border: 0;
	background: #003a9a;
	color: #fff;
	border-radius: 1px;
	font-size: 14px;
	line-height: 31px;
	cursor: pointer;
	padding: 10px 50px;
	text-align: center;
}

.tips {
	font-size: 12px;
	margin-left: 27px;
	margin-top: -5px;
	color: red !important;
}



::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
	font-size: 12px;
}

.p-link {
	color: #333;
}
.p-link h3{
	font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0;
}
.p-link span {
	display: block;
	margin: 1px 0;
}

.p_contenta {
	margin: 30px 0;
	padding: 0;
}

.p_contenta span {
font-size: 14px;
    line-height: 26px;
}

.p_contenta p {
	font-size: 14px;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
.cdh_box {
	width: 100%;
	height: 47px;
	position: relative;
	top: 0px;
	background-color: rgb(11 55 155);
	z-index: 99;
	float: left;
}

.cdh {
	max-width: 1300PX;
	margin: 0 auto;
	overflow: hidden;
}

#gy_lib {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#gy_lib li {
	width: 16%;
	float: left;
}

#gy_lib li a {
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 47px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.xxz {
	background-color: #0b379b;
}

.p_content_a {
	margin-top: 30px;
}

.p_content_a img {
	width: 100%;
}

.p_content_b {
	line-height: 24px;
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-top: 15px;
}

.p_content_b p {
	text-indent: 2em;
}
.equipment{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.equipment li{
	width: 32.5%;
	margin: 10px 0;
	overflow: hidden;
}
.equipment li img{
	width: 100%;
	transition: all 0.5s;
}
.equipment li img:hover{
	transform: scale(1.1);
}
@media (max-width:980px) {
	#gy_lib li {
		width: 16.6%;
		float: left;
	}

	#gy_lib li a {
		font-size: 13px;
		display: block;
		text-align: center;
		line-height: 60px;
		color: #fff;
		text-decoration: none;
	}

	#map {
		display: none;
	}

	.mbxnav .bar_qy_hy h4 {
		text-align: left;
		font-size: 14px;
		line-height: 27px;
	}

	.right_input li {
		text-align: left;
		display: block;
		overflow: hidden;
		/* padding: 5px 0; */
		margin-top: 10px;
		margin-bottom: -13px;
		width: 100%;
		float: left;
	}
	.p_contenta {
		margin: 20px 0 0;
		padding: 0;
	}
}
@media(max-width:768px){
	.equipment {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 10px 0;
	}
	.equipment li {
		width: 49%;
		margin: 5px 0;
		overflow: hidden;
	}

}