.ws {
	width: 100vw;
	height: 100vh;
	background: url(dazwgkzq-bg.png) no-repeat center center;
	background-size: cover;
}

.ws2 {
	background: none;
}

.t-1 {
	width: 100%;
	padding: 0 2.08%;
	height: 5%;
	background: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 5vh;
}

.t-1 p {
	font-size: 0.875rem;
	color: #DDDDDD;
}

.t-2 {
	width: 100%;
	height: 95%;
}

.t-3 {
	width: 100%;
	height: 100%;
}

.t-bt {
	margin-top: 10.8%;
	height: 6.25rem;
	line-height: 6.25rem;
}

.t-bt span {
	display: inline-block;
	font-weight: bold;
	height: 100%;
	padding-left: 6.875rem;
	font-size: 3rem;
	color: #FFFFFF;
	background: url(dazwgkzq-my.png) no-repeat left center;
	background-size: auto 5.5rem;
}

.t-3 ul {
	width: 100%;
	height: 36.5vh;
	margin-top: 10.65vh;
}

.t-3 ul li {
	position: relative;
	float: left;
	height: 100%;
	width: 320px;
	max-width: 24%;
	background: #000000;
	background-size: cover;
	background-position: center center;
	background-image: url(dazwgkzq-t-1.png);
	border-radius: 10px;
	transition: all 0.5s;
}

.t-3 ul li::after {
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background-size: cover;
	background-position: center top;
	background-image: url(dazwgkzq-t-11.png);
	opacity: 0.2;
	background: linear-gradient(to bottom, rgba(68, 131, 248, 1) 0%, rgba(68, 131, 248, 0) 40%, transparent 50%);
	border-radius: 10px;
}

.t-3 ul li:first-child {
	margin-left: 0;
}

.t-3 ul li:nth-child(2) {
	background-image: url(dazwgkzq-t-2.png);
}

.t-3 ul li:nth-child(3) {
	background-image: url(dazwgkzq-t-3.png);
}

.t-3 ul li:nth-child(4) {
	background-image: url(dazwgkzq-t-4.png);
}

.t-3 ul li:nth-child(2)::after {
	background-image: url(dazwgkzq-t-22.png);
	background: linear-gradient(to bottom, rgba(239, 157, 80, 1) 0%, rgba(239, 157, 80, 0) 40%, transparent 50%);
}

.t-3 ul li:nth-child(3)::after {
	background-image: url(dazwgkzq-t-33.png);
	background: linear-gradient(to bottom, rgba(99, 191, 178, 1) 0%, rgba(99, 191, 178, 0) 40%, transparent 50%);
}

.t-3 ul li:nth-child(4)::after {
	background-image: url(dazwgkzq-t-44.png);
	background: linear-gradient(to bottom, rgba(44, 193, 237, 1) 0%, rgba(44, 193, 237, 0) 40%, transparent 50%);
}

.t-3 ul li a {
	width: 100%;
	height: 100%;
	text-align: center;
}

.t-3 ul li a .img {
	width: 100%;
	height: 77%;
	position: relative;
}

.t-3 ul li a p {
	font-size: 1.875rem;
	color: #FFFFFF;
}

.t-3 ul li a .img span {
	position: absolute;
	max-width: 70%;
	max-height: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s;
}

.t-3 ul li a .img span img {
	display: block;
	transition: all 1s;
}

.t-3 ul li a .img span img:first-child {
	max-width: 100%;
	max-height: 100%;
}

.t-3 ul li a .img span .tb {
	max-width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.t-3 ul li:hover {
	transform: translateY(-30px);
}

.t-3 ul li:hover a .img span {
	transform: translate(-50%, -50%) rotate(180deg);
}

.t-3 ul li:hover a .img span .tb {
	transform: translate(-50%, -50%) rotate(-180deg);
}

.t-3 ul li:hover a p {
	font-weight: bold;
}


/* map */
.map-top {
	width: 100%;
	height: 40px;
	background-color: #1369C0;
	line-height: 40px;
}

.map-top .p1 {
	padding-left: 30px;
	background: url(dazwgkzq-my.png) no-repeat left center;
	background-size: auto 24px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.map-top .p1:hover {
	text-decoration: underline;
}

.map-top .p2 {
	color: #FFFFFF;
	font-size: 16px;
	user-select: none;
}

.m-2 {
	width: 100%;
	height: calc(100% - 40px);
	overflow: hidden;
}

#map {
	float: right;
	width: calc(100% - 390px);
	height: 100%;
}

.lef {
	width: 390px;
	float: left;
	height: 100%;
	background-color: #FFFFFF;
}

.lef .top {
	width: 100%;
	height: 50px;
}

.lef input {
	width: 100%;
	padding-left: 5%;
	box-sizing: border-box;
	height: 100%;
	border: none;
	background: none;
	background-color: #D0D6D6;
	font-size: 18px;
	font-weight: bold;
}

.lef ul {
	padding: 0;
	width: 100%;
	height: calc(100% - 80px);
	margin-top: 15px;
	overflow: hidden;
	overflow-y: scroll;
}

.lef ul li {
	list-style: none;
	width: 100%;
}

.lef ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	padding-left: 5%;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.lef ul li a span {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 2;
}

.lef ul li a p {
	font-size: 14px;
	color: #49434c;
	line-height: 2;
}

.lef ul li a:hover {
	background-color: #1369C0;
	border-color: transparent;
}

.lef ul li a:hover span,
.lef ul li a:hover p {
	color: #FFFFFF;
}
.BMapLib_bubble_title,
.BMap_bubble_title {
	color: #CC5522;
	font-size: 16px !important;
	font-weight: bold;
	white-space: nowrap;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
	height: 41px !important;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
	height: 40px !important;
	line-height: 40px !important;
}

.BMapLib_bubble_content {
	font-size: 0.75rem;
	line-height: 1.6;
}

.BMapLib_add {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	line-height: 2;
}
.BMapLib_SearchInfoWindow td {
	box-sizing: content-box;
}