.lxwm .box {
	height: 587px;
	border: 1px solid #e5e8eb;
	display: flex
}

.lxwm .box .left {
	flex: 1;
	height: 100%;
	text-align: left;
	padding: 0 40px;
	float:left;
	width: calc(100% - 394px);
}

.lxwm .box .left .header-title {
	margin-top: 30px;
	margin-bottom: 10px
}

.lxwm .box .left .header-title h4 {
	position: relative;
	display: inline;
	font-size: 25px;
	font-weight: bold;
	color: #122A48;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px
}

.lxwm .box .left .header-title h4::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #1e4398
}

.lxwm .box .left .text {
	color: #898989;
	margin-top: 25px;
	margin-bottom: 75px;
	font-size: 17px;
	line-height: 27px
}

.lxwm .box .left .layui-form {
	width: 100%;
	height: 225px
}

.lxwm .box .left .layui-form .input-box {
	display: flex
}

.lxwm .box .left .layui-form .input-box .input-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 15px;
	float:left;
	width: calc(100% - 360px);
}

.lxwm .box .left .layui-form .input-box .input-left input {
	height: 55px;
	width:100%
}

.lxwm .box .left .layui-form .input-box .input-left input::placeholder {
	color: #DEE2E6
}

.lxwm .box .left .layui-form .input-box .input-right {
	width: 360px;
	float:right;
}

.lxwm .box .left .layui-form .input-box .input-right textarea {
	resize: none
}

.lxwm .box .left .layui-form .input-box .input-right textarea::placeholder
	{
	color: #DEE2E6
}

.lxwm .box .left .layui-form .submit {
	border: none;
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #1e4398;
	margin-top: 35px;
	cursor: pointer
}

.lxwm .box .right {
	width: 394px;
	height: 100%;
	display: flex;
	flex-flow: column;
	float:right;
}

.lxwm .box .right img {
	height: 221px
}

.lxwm .box .right .inner {
	flex: 1;
	background: #1e4398;
	padding: 0 30px;
	text-align: left;
	color: #fff;
	font-size: 17px;
	padding-top: 156px;
	line-height: 40px;
	height: calc(100% - 221px);
}

.lxwm .box .right .inner div {
	position: relative;
	border-bottom: 1px solid #4e6bae;
	padding-left: 34px
}

.lxwm .box .right .inner .address::before {
	content: "";
	height: 21px;
	width: 21px;
	position: absolute;
	left: 10px;
	background: url(../image/kefu-address.png) no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.lxwm .box .right .inner .phone::before {
	content: "";
	height: 21px;
	width: 21px;
	position: absolute;
	left: 10px;
	background: url(../image/kefu-phone.png) no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.lxwm .box .right .inner .email::before {
	content: "";
	height: 21px;
	width: 21px;
	position: absolute;
	left: 10px;
	background: url(../image/kefu-email.png) no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translate(-50%, -50%)
}