/* 联系我们 */
.det_tt{
	font-size: 30px;
	font-weight: 900;
	color: #2574bc;
	position: relative;
	margin-bottom: 40px;
}
.det_tt::after{
	content: attr(data-text);
	position: absolute;
	font-size: 16px;
	font-weight: initial;
	height: 1px;
	background-color: #2574bc;
	top: 50px;
	left: 50%;
	line-height: 40px;
	transform: translateX(-50%);
	width: 140%;
	text-align: center;
	color: #86888a;
}
.det_tt::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	background-color: #2574bc;
	left: 50%;
	transform: translateX(-50%);
	top: 48px;
}

.det_tta{
	font-size: 30px;
	font-weight: 900;
	color: #ffffff;
	position: relative;
	margin-bottom: 40px;
}
.det_tta::after{
	content: attr(data-text);
	position: absolute;
	font-size: 16px;
	font-weight: initial;
	height: 1px;
	background-color: #ffffff;
	top: 50px;
	left: 50%;
	line-height: 40px;
	transform: translateX(-50%);
	width: 140%;
	text-align: center;
	color: rgba(255,255,255,0.7);
}
.det_tta::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	background-color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
	top: 48px;
}

.lxwm{
	width: 100%;
	height: 530px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxwm_c{
	width: 1300px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding-top: 70px;
}

.dess{
	margin-top: 40px;
	width: 100%;
	height: 214px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ssaa{
	transition: 300ms;
	width: 228px;
	height: 214px;
	border-radius: 8px;
	border: solid 1px #b5cae1;
	border-top: none;
	box-shadow: 0 2px 6px #b5cae1;
	position: relative;
}
.ssaa:hover{
	transform: translateY(-10px);
	box-shadow: 0 8px 12px rgba(181, 202, 225,0.6);
}
.ssaa::after{
	content: "";
	position: absolute;
	width: 195px;
	height: 1px;
	background-color: #2677bf;
	top: 100px;
}
.ssaa::before{
	z-index: -1;
	content: "";
	position: absolute;
	width: 98%;
	height: 100px;
	/*background-color: red;*/
	bottom: 4px;
	border-radius: 8px;
	border-bottom: solid 1px #b5cae1;
	box-shadow: 0 2px 3px rgba(181, 202, 225,0.3);
}
.ssaa{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	/*padding-top: 26px;*/
	padding: 26px 20px 0;
}
.ssaa img{
	margin-bottom: 30px;
}
.ssaa p{
	font-size: 16px;
}
.ssaa .sw_t{
	font-weight: 900;
}

.on_message{
	width: 100%;
	height: 750px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5b97cf;
}
.on_e_center{
	width: 1300px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding-top: 40px;
}

.ssda{
	width: 100%;
	height: 480px;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	margin-top: 80px;
}

.r_img{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.r_img img{
	width: 100%;
}
.l_tet{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	padding: 0 100px 0;
}
.inps{
	width: 100%;
	height: 54px;
	text-indent: 1em;
	font-size: 16px;
	outline: none;
}
.tst{
	width: 100%;
	height: 130px;
	resize: none;
	outline: none;
	padding: 15px;
}
.upss{
	width: 155px;
	height: 42px;
	background-color: #aacdec;
	border: none;
	color: #333333;
}

.masp{
	height: 760px;
	width: 100%;
	position: relative;
}
#map{
	width: 100%;
	position: absolute;
	height: 516px;
	top: 50%;
	transform: translateY(-50%);
}