#map {
	height: 500px;
}

#map .BMap_shadow img {
	display: none;
}

#map .BMap_pop img {
	display: none;
}

#map .BMap_pop div {
	border: none !important;
	background: none !important;
	overflow: inherit !important;
	left: 0px !important;
	top: 85px !important;
	text-align: center;
}

#map #position-text img {
	display: block;
	margin: 0 auto;
}

#map #position-text h2 {
	color: red;
	font-size: 20px;
}

.lxBox1 {
	padding-top: 6.2vw;
	padding-bottom: 5vw;
}

.lx_info {
	width: 100%;
	margin-top: 2.5vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lx_info_li {
	width: 31%;
	background: #f3f7fd;
	overflow: hidden;
	padding: 2vw;
	text-align: center;
	transition: all 0.5s;
}

.info_img {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info_img {
	width: auto;
	max-width: 100%;
}

.lx_info_li .fnt_24 {
	line-height: 1;
	color: #333;
	margin-top: 15px;
	transition: all 0.5s;
}

.lx_info_li .fnt_16 {
	line-height: 1.2;
	color: rgb(51 51 51 / 70%);
	margin-top: 10px;
	transition: all 0.5s;
}

.lx_info_li:hover {
	background: var(--yx_Color);
}

.lx_info_li:hover img {
	filter: brightness(47);
}

.lx_info_li:hover * {
	color: #fff;
}


.lxMessage {
	width: 100%;
	background: url(../img/Contact/bj.jpg);
	padding: 5vw 0;
	    background-size: cover;
}

.lxMe_b {
	color: #333;
	text-align: center;
	line-height: 1.2;
}

.lxMe_s {
	text-align: center;
	line-height: 1.2;
	color: rgba(51 51 51 / 70%);
	margin-top: 10px;
}

#form {
	width: 100%;
	margin-top: 30px;
}

.dis_flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dis_flex .layui-form-item {
	width: 49%;
	margin-bottom: 20px;
}

.dis_flex .layui-input-block {
	width: 100%;
	display: flex;
	background: #fff;
	padding: 17px 25px;
	border-radius: 0;
	align-items: center;
	margin-left: 0;
}

.dis_flex .layui-input-block-title {
	color: #7a7a7a;
	line-height: 20px;
	width: 60px;
	border-right: 1px solid #d8d8d8;
}

.dis_flex .layui-input-block-title span {
	color: #fc2424;
	font-size: 20px;
	margin-left: 5px;
}

input.layui-input {
	width: calc(100% - 70px);
	margin-left: 10px;
	line-height: 1;
	height: 20px;
	padding: 0;
	border: none;
	background: transparent;
}

.form-item .layui-input-block {
	margin-left: 0;
}

.form-item .layui-textarea {
	min-height: 200px;
	width: 100%;
	border: none;
	line-height: normal;
	height: auto;
	font-size: 16px;
	padding: 17px 25px;
}

textarea::-webkit-input-placeholder {
	color: #000;
}

textarea::-moz-placeholder {
	color: #000;
}

textarea:-ms-input-placeholder {
	color: #000;
}

textarea:-moz-placeholder {
	color: #000;
}

.sub {
	margin-top: 25px;
}

.submit {
	width: 170px;
	line-height: 50px;
	border: none;
	background: var(--yx_Color);
	color: #fff;
	position: relative;
}

.toPage span {
	z-index: 2;
	position: relative;
}

.toPage:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	transition: all 0.4s linear;
	background: linear-gradient(-90deg, #4f62be 0%, #4359ff 100%);
}

.toPage:hover:after {
	width: 100%;
}

.form-check .layui-form-checkbox {
	width: 23px;
	height: 23px;
	line-height: 23px;
	padding: 3px;
	border: none;
	overflow: hidden;
}

.form-check .layui-form-checkbox i {
	width: 13px;
	height: 13px;
	border: none;
	border-radius: 0;
	left: 5px;
	top: 5px;
}

.form-check .layui-icon-ok:before {
	width: 13px;
	height: 13px;
	content: '';
	position: absolute;
	background: transparent;
	left: 0;
}

.layui-form-checked .layui-icon-ok:before {
	background: var(--yx_Color);
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	height: 100%;
	width: 100%;
	overflow: hidden;
	outline: 0;
	opacity: 0;
	display: none;
	transition: opacity .15s linear;
	overflow-x: hidden;
	overflow-y: auto;
	background: rgba(0 0 0 / 40%);
}

.modal-content {
	transition: 1s;
	transform: translate(-50%, -50%);
	max-width: 1000px;
	height: auto;
	max-height: 80%;
	width: auto;
	position: absolute;
	left: 50%;
	top: 80%;
	background: #fff;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	opacity: 0;
	visibility: hidden;
}

.p_showAgreement {
	color: var(--yx_Color) !important;
}

.modal.show {
	opacity: 1;
}

.modal.show .modal-content {
	opacity: 1;
	top: 50%;
	visibility: visible;
}


.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	border-bottom: 1px solid #dee2e6;
}


.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.close {
	float: right;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	background: transparent;
	border: none;
	font-size: 18px;
}

.p_agreeCon {
	padding: 16px;
}

.p_agreeContent {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.p_agreeContent::-webkit-scrollbar {
	width: 5px;
	/* 滚动条宽度 */
}

.p_agreeContent::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 滚动条轨道背景色 */
}

.p_agreeContent::-webkit-scrollbar-thumb {
	background: #888;
	/* 滚动条滑块背景色 */
	border-radius: 5px;
	/* 滑块圆角 */
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-top: 1px solid #dee2e6;
	padding: .75rem;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
	text-align: center;
	display: block;
}

.p_confirm {
	background: var(--yx_Color);
	border: none;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.lxBox1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#map {
       height: 300px;
    }
    
    .lx_info{
        margin-top: 30px;
    }
    
    .lx_info_li{
        width: 100%;
        padding: 25px;
        margin-bottom: 15px;
    }
    
    .info_img {
       height: 45px;
    }
    
    .info_img img{
        max-height: 85%;
        max-width: 10%;
    }
    
    .lxMessage{
        padding: 40px 0;
    }
    
    .dis_flex .layui-form-item {
        width: 100%;
    }
    
    .form-item .layui-textarea{
            font-size: 14px;
    }
    
    .submit{
                margin: 0 auto;
        display: block;
    }
    
    .modal-content {
        max-width: 90% ;
        width: 90%;
    }
}










