@charset "utf-8";
/* CSS Document */
.baseinfo-box {
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 21px 0px rgba(134, 186, 234, 0.25);
	left: 360px;
	top: 662px;
	width: 340px;
	height: 180px;
	z-index: 29;
}
.baseinfo-txt {
	font-size: 14px;
	color: rgb(127, 127, 127);
	line-height: 1.714;
	margin-top: 10px;
}
.baseinfo-title {
	font-size: 16px;
	color: rgb(30, 30, 30);
	line-height: 2.375;
	margin-top: 10px;
}
.baseinfo-img {
	margin-top: -54px;
}
.contact-base-title {
	font-size: 32px;
	color: rgb(30, 30, 30);
	text-align: center;
	line-height: 120px;
}
.way-title {
	margin-top: 10px;
	border-top: 6px solid #d6e6fe;
	border-bottom: 6px solid #d6e6fe;
	color: #5aa8e8;
	font-size: 18px;
	width: 100%;
	text-align: center;
	line-height: 36px;
}
.way-first {
	margin-top: 16px;
	text-align: left;
	width: 100%;
	font-size: 14px;
	color: rgb(31, 31, 31);
	line-height: 1.286;
}
.way-second{
	margin-top: 16px;
	text-align: left;
	width: 100%;
	font-size: 14px;
	color: rgb(31, 31, 31);
	line-height: 1.286;
}
.contact-base-ipt{
	border:none;
	height: 32px;
	width: 600px;
	background: #f5f5f5;
	margin-bottom: 26px;
	padding: 2px 10px;
	font-size: 14px;
	
}

.contact-base-txt{
	border: none;
	background: #f5f5f5;
	width: 600px;
	height: 150px;
	padding: 10px;
	font-size: 14px;
	font-size: "微软雅黑"
	
}
.contact-base-btn{
	color: #fff;
	background: #1eb3ff;
	width: 160px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: none;
	border-radius: 4px;
	margin-top: 20px;
	cursor: pointer;
}

