.banner,
.banner img {
	width: 100%;
	min-height: 175px;
	vertical-align: middle;
	object-fit: cover;
}

.lxwm {
	padding-top: 80px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 80px;
	height: auto;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.cur_position ol {
	padding: 10px 0;
	background: #fff;
}

.cur_position ol li {
	font-size: 14px;
	color: #999;
}

.cur_position ol li a {
	color: #666;
	transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.cur_position ol li a:hover {
	color: #222;
}

.lxwm-b {
	width: 80%;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	padding: 40px 30px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.lxwm-b .address {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #1F4F9D;
	text-align: left;
	margin-bottom: 9px;
}

.lxwm .address2 {
	margin-top: 80px;
}

.lxwm-b .address-link {
	margin-bottom: 30px;
}

.lxwm-b .address-info .address-info-item {
	display: flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	text-align: left;
	margin-bottom: 25px;
}

.lxwm-b .address-info .address-info-item span {
	display: inline-block;
	line-height: 24px;
}

.lxwm-b .address-info .address-info-item img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.sj-dis {
	display: none;
}

.lxwm-b-r .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #1F4F9D;
	text-align: left;
	margin-bottom: 20px;
	text-align: center;
}

.lxwm-b-r input {
	width: 100%;
	border-radius: 3px;
	border: none;
	border: 1px solid #E5E5E5;
	margin-bottom: 24px;
	text-indent: 12px;
	padding: 10px 0px;
	color: #666;
	display: block;
}

.lxwm-b-r .required {
	position: relative;
}

.lxwm-b-r .required input {
	padding: 10px 10px;
}

.lxwm-b-r input::placeholder,
.lxwm-b-r textarea::placeholder {
	color: #999999;
}

.lxwm-b-r .required::before {
	content: "*";
	color: #FF0000;
	position: absolute;
	left: 30px;
	top: 13px;
}

.lxwm-b-r input:focus {
	outline-color: #1F4F9D;
}

.lxwm-b-r textarea {
	font-size: 14px;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #E5E5E5;
}

.lxwm-b-r textarea:focus {
	outline-color: #1F4F9D;
}

.lxwm-b-r .button-sumbit {
	margin-top: 25px;
}

.lxwm-b-r .button-sumbit button {
	width: 100%;
	height: 60px;
	border-radius: 8px;
	background-color: #1F4F9D;
	color: #FFFFFF;
	font-size: 16px;
	border: none;
	outline: none;
}

.address-info-item {
	width: 100% !important
}

@media (max-width:1280px) {
	.lxwm-b {
		width: 90% !important;
	}
}

@media screen and (max-width: 1280px) {
	.lxwm-h1 {
		width: 90% !important;
		margin-bottom: 0px !important;
		margin-top: 30px !important;
	}

	.sj-dis {
		display: block !important;
	}

	.pc-dis {
		display: none !important;
	}

	.lxwm-b-r {
		width: 100% !important;
	}

	.lxwm-b-l {
		width: 100% !important;
		margin-bottom: 35px !important;
	}
}

@media (max-width:768px) {
	.lxwm {
		padding-top: 30px !important;
	}

	.lxwm-b {
		width: 90% !important;
		padding: 20px 5px !important;
	}

	.lxwm-b .address2 {
		margin-top: 30px !important;
	}


	.lxwm-b-r .button-sumbit {
		margin-top: 15px !important;
	}

	.lxwm-b-r .button-sumbit button {
		height: 48px !important;
		border-radius: 6px !important;
		font-size: 14px !important;
	}

}

@media screen and (max-width: 426px) {
	.ser_con h3 {
		font-size: 25px !important;
		padding-top: 30px !important;
	}
}