.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 {
	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;
}

.right_input li {
	text-align: left;
	display: block;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: -5px;
}

.right_input li input {
	height: 38px;
}

.right_input li input,
.right_input li textarea {
	font-size: 14px;
	border: 0;
	padding: 10px;
	background-color: #fff;
	width: 100%;
	margin: 2px 0;
	outline: none;
	border: 1px solid #ccc;
}

.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: #08112e;
	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: #08112e;
}

.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: 30px;
	border-bottom: 1px solid #ebebeb;
}

.about-article {
	/* display: flex; */
}

.article-right {
	width: 46%;
	float: right;
	margin-top: 13px;
}

.article-right img {
	width: 100%;
	height: 100%;
}

.article-righta {
	width: 50%;
	float: right;
	margin-top: -3px;
	padding: 3%;
}

.article-righta img {
	width: 100%;
	height: 100%;
	border: 5px solid #e6e6e6;
}

.article-left {
	padding: 70px 0;
}

.article-left p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 33px;
}

.active {
	background-color: #08112e !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: 16.5%;
}

.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: #08112e;
	text-decoration: none;
}

.menulist ul li::before {
	height: 2px;
	background: #08112e;
	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: #08112e;
}

.fbd {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Impact";
	color: #e3e3e3;
	position: relative;
	top: -9px;
}

.ab1 {
	padding: 50px 0 90px;

}

.ab1 .tt {
	color: #08112e;
	margin: 0px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 99;
}

.ab1 .tt_a {
	line-height: 42px;
	font-size: 15px;
	width: 160px;
	float: left;
	text-align: center;
	height: 42px;
	background: #08112e;
	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: 2;
	font-size: 15px;
	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: 2%;
}

.nl-left img {
	width: 135px;
}


.mbxnav .tt {
	color: #08112e;
	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: 100%;
	padding: 0;
	float: left;
	margin-top: 0%;
}

.article-left h2 {
	font-size: 24px;
	color: #08112e;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
}

.abou_ln_l {
	width: 50%;
	background-color: #83afd1;
	overflow: hidden;
	float: left;
	padding: 60.5px 0;
	height: 202px;
}

.abou_ln_r {
	width: 50%;
	float: left;
}

.abou_ln_r img {
	width: 100%;
}

.abou_ln_l h3 {
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	color: #000000;
	margin: 0;
	line-height: 73px;
}

.p_a {
	text-indent: 0em;
	font-size: 14px;
	line-height: 33px;
	margin: 0;
}


@media (max-width: 980px) {
	.nymenulist {
		height: 59px;
		padding: 0;
		background: #ffffff;
		border: 0;
	}

	.about-title {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: -4px;
		margin-top: 20px;
	}

	.ab1 {
		padding: 10px 0 30px;
	}

	.ab1 .tt {
		color: #08112e;
		margin: 0px;
		font-size: 36px;
		text-align: center;
		font-weight: bold;
		position: relative;
		z-index: 99;
	}

	.fbd {
		font-size: 30px;
		text-transform: uppercase;
		text-align: center;
		font-family: "Impact";
		color: #ececec;
		position: relative;
		top: -9px;
	}

	.menulist ul li {
		float: left;
		position: relative;
		width: 50%;
	}

	.w-contact .nav_left {
		width: 100%;
	}

	.w-contact .nav_right {
		width: 100% !important;
		margin-top: 30px;
	}

	.w-contact {
		flex-direction: column;
	}

	.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: #08112e;
		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: 117px;
		height: 117px;
	}

	.article-right {
		width: 94%;
		/* float: left; */
		margin-top: 13px;
		margin: 12px;
	}

	.abou_ln_l {
		width: 100%;
		background-color: #83afd1;
		overflow: hidden;
		float: left;
		padding: 60.5px 0;
		height: 144px;
		margin-top: 20px;
	}

	.abou_ln_l h3 {
		text-align: center;
		font-size: 19px;
		text-decoration: none;
		color: #000000;
		margin: 0;
		line-height: 30px;
	}

	.abou_ln_r {
		width: 100%;
		float: left;
	}

	.article-righta {
		width: 100%;
		float: right;
		margin-top: 7px;
		padding: 3%;
	}

	.nl-left {
		display: flex;
		flex-direction: column;
		padding: 0 10px;
	}

	.footer-text {
		font-size: 20px !important;
		font-weight: bold !important;
		margin-top: 30px;
	}

}
