/*清除元素默认的内外边距  */
* {
	margin: 0;
	padding: 0
}

/*让所有斜体 不倾斜*/
em,
i {
	font-style: normal;
}

/*去掉列表前面的小点*/
li {
	list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
	border: 0;
	/*ie6*/
	vertical-align: middle;
}

/*让button 按钮 变成小手*/
button {
	cursor: pointer;
}

/*取消链接的下划线*/
a {
	text-decoration: none;
}

/* a:hover {
    color: #e33333;
} */

button,
input {
	font-family: 'MicrosoftYaHeiSemibold';
	/* font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif; */
	/* 取消轮廓线 */
	outline: none;
}

body {
	background-color: #fff;
	font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
	color: #666;
	font-family: 'MicrosoftYaHeiSemibold';
}

.hide,
.none {
	display: none;
}

/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0
}

.clearfix {
	*zoom: 1
}

/*****************************/
.base_btn {
	width: 148px;
	height: 48px;
	background-color: #0071EF;
	/* background: linear-gradient(132deg, #ffc468 0%, #ff9137 100%); */
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-left: 26px; */
}

.base_btn span {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	/* margin-right: 16px; */
}

.base_btn_ghost {
	border: 1px solid rgb(61, 72, 93);
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0);
}

.base_btn_ghost_fff {
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0);
}

.base_btn_ghost span {
	color: #3D485D;
}

.base_btn_ghost_fff span {
	color: #fff;
}

.base_btn1 {
	width: 156px;
	height: 48px;
	background: linear-gradient(135deg, #ffc468 0%, #ff9137 100%);
	/* border-radius: 4px; */
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 48px;
	padding-top: 0;
	padding-bottom: 0;
}

.base_btn1:hover {
	color: white;
}

.base_useqk {
	/* padding-top: 56px; */
	/* padding-bottom: 38px; */
	/* background-image: url(https://lxp-website-test.oss-cn-hangzhou.aliyuncs.com/image/pic_bg_relation1.png);
    background-size: cover; */
}

.base_useqk .font1 {
	font-size: 32px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 4px;
}

.base_useqk .font2 {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
}

.base_useqk a {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 16px;
}

.base_extend {
	background: #f6faff;
	padding-top: 80px;
	padding-bottom: 120px;
}

.base_extend .title {
	margin-bottom: 48px;
	text-align: center;
	font-size: 32px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #111111;
}

@media (min-width: 350px) and (max-width: 414px) {
	.base_extend .title {
		font-size: 28px;
	}
}

.base_extend img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.base_extend .card-title {
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #111111;
}

.base_extend .card {
	border: none;
	border-radius: 10px;
	padding: 48px 0 22px;
}

.base_footer {
	padding-top: 56px;
}

.base_footer .container {
	padding-bottom: 30px;
}

.base_footer .container #right a {
	margin-bottom: 12px;
}

.base_footer .containersecond {
	text-align: center;
}

.base_footer .containersecond .container {
	/* border-top: 1px solid #6e7694; */
	padding-top: 17px;
	padding-bottom: 17px;
}

.base_footer .containersecond img {
	width: 28px;
	margin-right: 10px;
	height: 24px;
}

.base_footer .containersecond span {
	font-size: 16px;
	font-family: DINPro-Regular, DINPro;
	font-weight: 400;
	vertical-align: middle;
}

.base_footer a {
	color: #68839C;
	text-decoration: none;
}

.base_footer a:hover {
	color: #fff;
	text-decoration: none;
}

.base_footer ul {
	margin: 0;
	padding: 0;
}

.base_footer #left .item {
	margin-right: 100px;
}

.base_footer #left .item p {
	margin-bottom: 16px;
}

.base_footer ul li {
	list-style: none;
	color: #ffffff;
	margin-bottom: 12px;
	margin-right: 12px;
}

.base_footer p {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 16px;
}

@media (min-width: 350px) and (max-width: 413px) {
	.base_footer #left .item {
		margin-right: 0;
	}
}

@media (min-width: 350px) and (max-width: 575px) {
	.base_footer #left #d2 ul:nth-child(2) {
		max-width: 123px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.base_footer #right {
		margin-left: 0 !important;
	}

	.base_footer .container {
		/* justify-content: center; */
	}

	.base_footer #left .item {
		margin-right: 42px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.base_footer #left .item {
		margin-right: 23px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.base_footer .base_footer #right {
		margin-left: auto;
	}

	.base_footer #left .item {
		margin-right: 75px;
	}
}

.base_contactkf .modal-content {
	position: relative;
	width: 721px;
	height: 410px;
	display: flex;
	flex-direction: row;
	border-radius: 20px;
}

.base_contactkf .modal-content .left {
	width: 430px;
	height: 410px;
}

.base_contactkf .modal-content .right {
	width: 290px;
	height: 410px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.base_contactkf .modal-content .right p:nth-child(1) {
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #111111;
}

.base_contactkf .modal-content .right p:nth-child(2) {
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #3c7fff;
}

.base_contactkf .modal-content .right a {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
}

.base_contactkf .modal-content .right img {
	margin-bottom: 17px;
}

.base_contactkf .close {
	position: absolute;
	top: 410px;
	left: 350px;
}

@media screen and (max-width: 991px) {
	.base_contactkf .modal-content {
		width: 290px;
	}

	.base_contactkf .modal-content .left {
		display: none;
	}
}

@media (min-width: 350px) and (max-width: 575px) {
	.base_contactkf .modal-lg {
		max-width: 290px;
		margin: 0 auto;
	}

	.base_contactkf .close {
		position: absolute;
		top: 410px;
		left: 125px;
	}
}

@media (min-width: 576px) {
	.base_contactkf .modal-lg {
		max-width: 290px;
	}

	.base_contactkf .close {
		position: absolute;
		top: 410px;
		left: 125px;
	}
}

@media (min-width: 992px) {
	.base_contactkf .modal-lg {
		max-width: 721px;
	}

	.base_contactkf .close {
		position: absolute;
		top: 410px;
		left: 350px;
	}
}

.base_contactus .modal-content {
	position: relative;
	width: 721px;
	height: 460px;
	display: flex;
	flex-direction: row;
	border-radius: 20px;
}

.base_contactus .modal-content .left {
	width: 321px;
	height: 460px;
}

.base_contactus .modal-content .left img {
	height: 458px;
}

.base_contactus .modal-content .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 400px;
	height: 460px;
	position: relative;
}

.base_contactus .modal-content .right form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.base_contactus .modal-content .right img {
	position: absolute;
	top: 16px;
	right: 16px;
}

.base_contactus .modal-content .right p {
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #111111;
	margin-left: 50px;
	/* margin-top: 32px; */
}

.base_contactus .modal-content .right .btn {
	width: 300px;
	height: 48px;
	background: #3c7fff;
	font-size: 16px;
}

.base_contactus .modal-content .right .form-group input {
	width: 300px;
	height: 40px;
}

@media (min-width: 350px) and (max-width: 991px) {
	.base_contactus .modal-content {
		width: 400px;
	}

	.base_contactus .modal-content .left {
		display: none;
	}
}

@media (min-width: 350px) and (max-width: 575px) {
	.base_contactus .modal-content {
		height: 450px;
		width: 330px;
	}

	.base_contactus .modal-lg {
		max-width: 330px;
		margin: 0 auto;
	}

	.base_contactus .modal-lg .right p {
		margin-left: 15px;
	}

	.base_contactus .modal-lg .right input {
		width: 270px;
		font-size: 14px;
	}
}

@media (min-width: 576px) {
	.base_contactus .modal-lg {
		max-width: 400px;
	}

	.base_contactus .modal-lg .right input {
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.base_contactus .modal-lg {
		max-width: 721px;
	}
}

.base_swiper {
	height: 468px;
}

.base_swiper .carousel-item {
	width: 1092px;
	height: 468px;
	background-color: white;
}

.base_swiper .carousel-item .left {
	width: 544px;
	height: 468px;
}

.base_swiper .carousel-item .right {
	width: 548px;
	height: 468px;
}

@media (min-width:414px) and (max-width:449px) {
	.base_footer #left .item {
		/* margin-right: 60px; */
	}
}

/*# sourceMappingURL=base.css.map */
.container_border-ss2 {
	padding-top: 31px;
	padding-bottom: 64px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

@media screen and (max-width: 991px) {
	.btn {
		/* width: 88px; */
		height: 32px;
		padding: 0;
		display: flex;
		align-items: center;
		text-align: center;
	}

	.base_btn span {
		font-size: 12px !important;
	}

	.base_footer .d-flex {
		display: flex !important;
		flex-direction: column;
	}
	.base_footer #left .item {
		margin: 0 0 30px 0;
		width: 49%;
	}
	.base_footer .d-lg-flex {
		display: flex;
		    flex-direction: row;
		    flex-wrap: wrap;
	}
	.navbar>.container .btn111 {
		padding-top: 0 !important;
		margin-right: 24px;
	}
}