body {
	background-color: #f8f9fc;
}

.mapBanner {
	width: 100%;
	height: 5.6rem;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
}

.mapBanner p {
	font-size: 34px;
	color: white;
	letter-spacing: 2px;
	display: block;
	width: 800px;
	margin: 0 auto;
}

.mapList {
	padding: 4% 0;
	background-color: #fff;
}

.mapList .box {
	position: relative;
	border: 1px solid #eee;
	padding: 50px 60px 20px;
	margin-bottom: 50px;
}

.mapList .box h3 {
	position: absolute;
	left: 50%;
	height: 2em;
	line-height: 2em;
	top: -1em;
	background: #fff;
	padding: 0 15px;
	font-weight: normal;
	transform: translateX(-50%);
}

.mapList .box h2 a {
	color: ##333947;
}

.mapList .box li>a {
	color: #464D61;
	height: 1em;
	line-height: 1em;
	border-left: 1px solid #464D61;
	display: block;
	padding: 0 60px;
}

.mapList .box ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.mapList .box ul li {
	margin-bottom: 20px;
}

.mapList .box ul li:first-child>a {
	border-left: 0;
}

.mapList .box dl {
	margin-top: 10px;
}

.mapList .box dd {
	padding-left: 60px;
	line-height: 2em;
}

.mapList .box dd a {
	color: #84879A;
}

.mapList .box h3 a {
	display: block;
	white-space: nowrap;
}

.disclaimerBox {
	padding: 50px 0;
	color: #333947;
	line-height: 2em;
}

.disclaimerBox .tit {
	font-size: 24px;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}

.disclaimerBox .subtit {
	font-size: 20px;
	line-break: 2em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 25px;
}

.disclaimerBox .text {
	line-height: 2em;
	color: #333947;
	font-size: 14px;
}

.mb10 {
	margin-bottom: 10px;
}

.mapBanner2 {
	flex-flow: column;
}

.mapBanner2 p {
	width: auto;
}

.mapBanner2 span {
	font-size: 28px;
	color: #fff;
	line-height: 2em;
}

.jyycList {
	padding-top: 50px;
	padding-bottom: 50px;
}

.jyycList .img {
	overflow: hidden;
}

.jyycList .img img {
	display: block;
	width: 100%;
	transition: all .8s ease;
}

.jyycList li {
	margin-bottom: 30px;
}

.jyycList li:hover .img img {
	transform: scale(1.1);
}

.jyycList .word {
	padding: 20px 35px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px #E8EBF0;
}

.jyycList .word h3 {
	padding-right: 100px;
	position: relative;
	height: 2em;
	line-height: 2em;
	color: #333947;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 10px;
}

.jyycList .word h3 span {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 15px;
	color: #1B2A75;
	font-size: 14px;
	background: url(../img/s_right.png) no-repeat right center;
}

.jyycList li:hover .word h3 span::before {
	content: '';
	width: 4em;
	height: 1px;
	bottom: 3px;
	left: 0;
	position: absolute;
	background-color: #1B2A75;
}

.jyycList .word p {
	color: #464D61;
	font-size: 14px;
	line-height: 2em;
}

/*  */
.pub_contiain .interaction_banner .swiper-pagination {
	transform: translateY(-0.3rem);
}

.pub_contiain .interaction_banner .swiper-pagination-bullet {
	width: 0.4rem;
	background-color: rgba(255, 255, 255, 0.6);
	height: 0.03rem;
	border-radius: 0;
	margin-right: 0.15rem;
	opacity: 1;
}

.pub_contiain .interaction_banner .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}

.pub_contiain .interaction_banner .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 800px) {
	.mapBanner {
		height: 1.8rem;
	}

	.mapBanner p {
		font-size: 18px;
		padding: 0 20px;
	}

	.mapList .box {
		padding: 20px 15px 20px;
	}

	.mapList .box li>a {
		padding: 0 15px;
	}

	.mapList .box dd {
		padding-left: 15px;
	}

	.mapList {
		padding-top: 30px;
	}

	.mapBanner2 span {
		font-size: 16px;
	}

	.disclaimerBox .tit {
		font-size: 20px;
	}

	.disclaimerBox .subtit {
		font-size: 18px;
	}

	.jyycList {
		padding-bottom: 0;
		padding-left: 3%;
		padding-right: 3%;
	}

	.jyycList .word {
		padding: 20px 10px;
	}

	.jyycList li {
		margin-bottom: 15px;
	}
}