.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;
}

.mbxnav .bar_qy_hy {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 20px 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;
	background-color: #efeeff;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 3px;
	width: 50%;

}

.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: 12px;
	border: 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	width: 93%;
	outline: none;
}

.right_input li .red {
	display: inline-block;
	width: 4%;
	color: red;
}

.right_input .fbxj_sub {
	text-align: center;
	padding: 20px 0;
}

.router {
background-color: #fff;
    margin-bottom: 80px;
}

.right_input .fbxj_sub span {
	display: inline-block;
	width: 172px;
	border: 0;
	background: #690599;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	height: 46px;
	line-height: 30px;
	cursor: pointer;
}

.tips {
	font-size: 12px;
	margin-left: 27px;
	margin-top: -5px;
	color: red !important;
}



::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
	font-size: 12px;
}


.contact-wrap {
	display: flex;
}

.cw-right {
	width: 53%;
	margin-left: 45px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 5px #ddd;
	background: #fff;
	margin-top: -20px;
	float: left;
}

.cw-title {
	width: 100%;
}

.cw-title h1 {
	line-height: 28px;
	font-size: 16px;
	text-align: left;
	margin: 0;
	color: #333;
	font-weight: bold;
}

.cw-title h3 {
	line-height: 26px;
	font-size: 14px;
	margin: 0;
	text-align: left;
	color: #333;
	margin-bottom: 10px;
}

.cw-ul li {
display: flex;
    margin-left: 0%;
    margin-bottom: 4px;
    line-height: 15px;
}

.cw-ul li .iconfont {
	color: #004aab;
	margin-right: 16px;
	font-size: 19px;
}

.lxwm_b_b {
	display: flex;
}

.cw-left {
	width: 39%;
	float: left;
}

.cw-left img {
	width: 100%;
}

.contact-wrap {
	margin-bottom: 80px;
	overflow: hidden;
	width: 100%;
}

.lxwm_b_c a {
	color: #333;
	text-decoration: none;
}

.act {
	color: #d60000 !important;
}

.online-ul {
	display: flex;
	flex-wrap: wrap;
}

.online-ul li {
	text-align: left;
	display: block;
	overflow: hidden;
	padding: 5px 0;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 47%;
	margin-right: 11px;
	margin-left: 2px;
}

.online {
	overflow: hidden;
	height: auto;
	width: 100%;
	padding: 1% 0%;
}

.online-ul li textarea,
.online-ul li input {
    font-size: 14px;
    border: 1px solid #d8d8d8;
    padding: 6px;
    background-color: #fff;
    width: 100%;
    outline: none;
}

.online-ul #insubmit {
	display: inline-block;
	width: 60%;
	border: 0;
	background: #db042d;
	color: #fff;
	font-size: 15px;
	height: 41px;
	line-height: 41px;
	cursor: pointer;
	margin-top: 30px;
	text-align: center;
}

.online-ul .meg {
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0;
	text-align: left;
}

.p-wrap p {
    font-size: 15px;
    line-height: 28px;
    text-indent: 2em;
    color: #333;
}

.p-wrap {
    margin-bottom: 50px;
    float: left;
    width: 52%;
}
.article-right {
width: 42%;
    float: right;
}
.article-right img {
	width: 98%;
	height: 100%;
	border-top-left-radius: 105px;
	border-bottom-right-radius: 105px;
	box-shadow: 0px 7px 15.2px 0.8px rgb(0 0 0 / 25%);
}

@media (max-width: 768px) {
	.contact-wrap {
	    flex-direction: column;
	    margin-bottom: 0;
	}

	.cw-right {
	    width: 53%;
	    margin-left: 0px;
	    border-radius: 2px;
	    -moz-box-shadow: 0px 2px 5px #ddd;
	    background: #fff;
	    margin-top: -20px;
	    float: left;
	}

	.cw-right img {
		width: 100%;
	}

	.cw-title h1 {
		font-size: 16px;
	}

	.online-ul li {
		width: 90%;
		margin: 0 auto;
	}

	.fbxj_sub {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.p-wrap {
	    margin-bottom: 50px;
	    float: left;
	    width: 100%;
	}
	.article-right {
	    width: 100%;
	    float: right;
	}
	.cw-left {
	    width: 100%;
	    float: left;
	}
}
