.mbxnav .nav_bar_box {
	overflow: hidden;
}

.mbxnav {
	padding-top: 70px;
	background: #fff !important;
}

.mbxnav .nav_bar_box .breadcrumb {
	display: inline-block;
	width: 62%;
	margin-bottom: 0px;
}

.mbxnav .nav_bar_box .breadcrumb a {
	color: #666;
}

.mbxnav .bar_qy_hy {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 16px 0;
}

.mbxnav .bar_qy_hy span {
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	color: #999;
}

.mbxnav .bar_qy_hy .active a {
	color: #6d0fc5;
	font-size: 20px;
	font-weight: bold;
}

.fbxj {
	width: 100%;
	overflow: hidden;
}

.right_input {
	overflow: hidden;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 3px;
	width: 100%;

}

.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: -13px;
}

.right_input li input {
	height: 38px;
}

.right_input li input,
.right_input li textarea {
    font-size: 14px;
    /* border: 0; */
    padding: 17px;
    background-color: #fff;
    width: 93%;
    margin: 14px 0;
    outline: none;
    border: 1px solid #dcdcdc;
     border-radius: 5px;
}

.right_input li .red {
	display: inline-block;
	width: 4%;
	color: red;
}

.right_input li .blank {
	display: inline-block;
	width: 4%;
}

.right_input .fbxj_sub {
	text-align: center;
	padding: 20px 0;
}

.right_input .fbxj_sub span {
	border: 0;
	background: #003a9a;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	height: 46px;
	line-height: 30px;
	cursor: pointer;
	margin-bottom: 6px;
	padding: 11px 54px;
}

.tips {
	font-size: 12px;
	margin-left: 27px;
	margin-top: -5px;
	color: red !important;
}

.footer-text {
	font-size: 20px !important;
	font-weight: bold !important;
}

.ab_imga {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 3%;
}

.ab_imga img {
	/* width: 100%; */
	text-align: center;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
	font-size: 12px;
}

.about-nav {
	width: 100%;
	height: 60px;
	background-color: #f9f9f9;
}

.about-nav ul {
	display: flex;
	margin: 0;
	width: 80%;
	height: 100%;
}

.about-nav ul li {
	width: 20%;
	background-color: #f9f9f9;
	text-align: center;
	line-height: 60px;
	border-right: 1px solid #EEEEEE;
	cursor: pointer;
}

.about-nav ul li:last-child {
	border-right: none;
}

.about-nav ul li:hover {
	background-color: #003a9a;
}

.about-nav ul li:hover a {
	color: #fff;
}

.about-nav ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #383838;
}

.about-nav .w_a {
	background: rgba(0, 0, 0, 0);
}

.about-content {
	display: flex;
	flex-direction: column;
}

.about-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.about-article {
	/* display: flex; */
}

.article-right img {
	width: 100%;
	height: 100%;
}

.article-left {
	padding: 70px 0;
}

.article-left p {
text-indent: 2em;
    font-size: 14px;
    line-height: 29px;
}

.active {
	background-color: #003a9a !important;
	color: #fff;
}

.nymenulist {
	height: 59px;
	padding: 0;
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
}

.menulist {
	max-width: 1200px !important;
	padding: 0;
	margin: 0 auto;
}

.menulist ul li {
	float: left;
	position: relative;
	width: 25%;
}

.menulist ul li a {
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	padding: 0px 15px;
	display: block;
	height: 60px;
	text-decoration: none;
}

.menulist ul li a span {
	display: block;
	text-align: center;
}

.menulist ul li a .name {
	padding-top: 13px;
}

.menulist ul li a .english {
	font-size: 10px;
}

.menulist ul li:hover a {
	color: #003a9a;
	text-decoration: none;
}

.menulist ul li::before {
	height: 2px;
	background: #003a9a;
	width: 0%;
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all .5s;
}

.menulist ul li:hover::before {
	width: 100%;
}

.menulist .acitve::before {
	width: 100%;
}

.menulist .acitve a {
	color: #003a9a;
}

.fbd {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Impact";
	color: #d4d4d4;
}

.ab1 {
	padding: 70px 0 90px;

}

.ab1 .tt {
	color: #003a9a;
	margin: 0px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.ab1 .tt_a {
	line-height: 42px;
	font-size: 15px;
	width: 160px;
	float: left;
	text-align: center;
	height: 42px;
	background: #003a9a;
	margin: 8px;
	border-radius: 7px;
	color: #fff;
	margin-bottom: 41px;
}

.ab1 .tt_a a {
	line-height: 42px;
	font-size: 15px;
	width: 160px;
	float: left;
	text-align: center;
	color: #fff;
}

.w-contact {
	display: flex;
}

.nav_left {
	width: 50%;

}

.nl-left {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

.nl-left span {
	line-height: 3;
	font-size: 14px;
	color: #333;
}

.nl-left .nl-text {
	font-size: 20px;
	font-weight: 700;
}

.nav_right {
	width: 50% !important;
	display: flex !important;
	flex-direction: column;
}

.contactUs {
	text-align: left;
	font-weight: 700;
	color: #333;
	font-size: 20px;
}

.contactUs a {
	text-decoration: none;
	margin-left: 6%;
}

.nl-left img {
	width: 100%;
	height: 250px;
}


.mbxnav .tt {
	color: #003a9a;
	margin: 0 0 30px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	height: 42px;
}

.zysearch {
	background: url(../../assets/image/bcg.png);
	background-position-x: center;
	background-position-y: center;

}


.about-article {
	flex-direction: column;
}

.article-left {
    width: 52%;
    padding: 0;
    float: left;
    margin-top: 49px;
}

.article-left h2 {
	font-size: 24px;
	color: #003a9a;
	line-height: 42px;
	text-align: center;
	background: #f1f1f1;
	width: 20%;
	margin: 0 auto;
	border-radius: 35px;
	margin-top: 47px;
}

.p_a {
	text-indent: 0em;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	margin: 0;
}

.article-right {
	width: 43%;
	float: right;
	margin-top: 13px;
	box-shadow: 0px 7px 15.2px 0.8px rgb(0 0 0 / 25%);
}

@media (max-width: 980px) {
	.menulist ul li {
		float: left;
		position: relative;
		width: 25%;
	}

	.w-contact .nav_left {
		width: 100%;
	}

	.w-contact .nav_right {
		width: 100% !important;
	}

	.w-contact {
		flex-direction: column;
	}

	.nl-left span {
		font-size: 14px !important;
	}

	.menulist ul li a {
		font-size: 15px;
		color: #282828;
		font-weight: 400;
		padding: 0px 15px;
		display: block;
		height: 60px;
		text-decoration: none;
	}

	.article-left h2 {
		font-size: 20px;
		color: #003a9a;
		line-height: 42px;
		text-align: center;
		background: #f1f1f1;
		width: 93%;
		margin: 0 auto;
		border-radius: 35px;
		margin-top: 27px;

	}

	.article-left {
		width: 100%;
		padding: 8px;
	}

	.ab_imga img {
		width: 100%;
		text-align: center;
	}

	.nl-left img {
		width: 100%;
		height: 167px;
		margin-bottom: 38px;
	}

	.article-right {
		width: 94%;
		/* float: left; */
		margin-top: 13px;
		margin: 12px;
	}

}
