.ny_about {
	padding-top: 5vw;
	overflow: hidden;
	padding-bottom: 4vw;
}

.ny_about_t {
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
	line-height: 1;
}

.ny_about_f {
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
	line-height: 1.2;
	margin-top: 5px;
}

.ny_about_s {
	color: #666;
	line-height: 1.8;
	margin-top: 25px;
}

.ny_about_s span:not(:last-child) {
	margin-bottom: 20px;
	display: block;
}

.ny_about_s span:last-child {
	font-weight: 600
	color: #333;
}

.ny_about_list {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 2.4vw;
}

.ny_about_list li {
	padding: 0 3.1vw;
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
	line-height: 1.4;
}

.ny_about_list li p{
    font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
}


.ny_about_list li:first-child {
	padding-left: 0;
}

.ny_about_list li:last-child {
	padding-right: 0;
}

.ny_about_list li:not(:first-child) {
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.ny_about_map {
	width: 100%;
	margin-top: 5vw;
	position: relative;
}

.ny_about_map img {
	width: 100%;
}

.ny_about_map_list {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
}

.map_home {
	position: absolute;
	cursor: pointer;
	text-align: center;
	left: 37%;
	top: 28%;
}

.map_home .fnt_16 {
	line-height: 1;
	color: var(--yx_Color);
	margin-top: 8px;
	font-family: 'Alibaba-PuHuiTi-Bold';
}

.map_dian {
	position: absolute;
	cursor: pointer;
	text-align: center;
	z-index: 10;
}

.map_dian p {
	display: none;
}

.map_dian span {
	width: 6px;
	height: 6px;
	background: var(--yx_Color);
	border-radius: 50%;
	position: relative;
	display: block;
}

.map_dian span:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(67, 89, 255, .4);
	border-radius: 100%;
	animation: inner-ripple 3500ms linear infinite;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.map_dian span:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: rgba(67, 89, 255, .4);
	border-radius: 100%;
	animation: inner-ripple 4500ms linear infinite;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.map_dian2 {
    left: 16%;
    top: 47%;
}

.map_dian3 {
	left: 15%;
	top: 13%;
}

.map_dian4 {
	left: 23%;
	top: 30%;
}

.map_dian5 {
	left: 78%;
	top: 22%;
}

.map_dian6 {
    left: 39%;
    top: 56%;
}

.ny_about_map svg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ny_about_map svg .yund {
	stroke-dashoffset: 800px;
	stroke-dasharray: 800px;
	stroke-dasharray: 5 5;
	animation: animation-line 20s ease-in forwards infinite;
}

@keyframes animation-line {
	0% {
		stroke-dashoffset: 800px;
	}

	15.28571% {
		stroke-dashoffset: 0px;
	}

	20.28571% {
		stroke-dashoffset: 0px;
	}

	40.42857% {
		stroke-dashoffset: -800px;
	}

	45.42857% {
		stroke-dashoffset: -800px;
	}

	65.42857% {
		stroke-dashoffset: -1600px;
	}

	70.42857% {
		stroke-dashoffset: -1600px;
	}

	85.42857% {
		stroke-dashoffset: -2400px;
	}

	to {
		stroke-dashoffset: -2400px;
	}
}

@keyframes inner-ripple {
	0% {
		transform: translate(-50%, -50%) scale(1);
		filter: alpha(opacity=50);
		opacity: 0.8
	}

	30% {
		transform: translate(-50%, -50%) scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5
	}

	100% {
		transform: translate(-50%, -50%) scale(6.5);
		filter: alpha(opacity=0);
		opacity: 0
	}
}

.smBox {
	background: #f9f9f9;
	padding: 5.8vw 0;
}

.smBox_t {
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
	line-height: 1;
}

.smBox_f {
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
	line-height: 1.2;
	margin-top: 5px;
}

.smBox_s {
	color: #666;
	line-height: 1.8;
	margin-top: 25px;
}

.smBox_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.smBox_list_item {
	width: 49.5%;
	background: #fff;
	margin-top: 2.4vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 3.6vw;
	min-height: 215px;
	transition: 0.4s;
}

.smBox_list_item img {
	width: auto;
	max-width: 100%;
}

.smBox_ri {
	width: 70%;
	color: #333;
}

.smBox_list_item_s {
	font-family: 'Alibaba-PuHuiTi-Bold';
}

.smBox_list_item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.yjBox {
	width: 100%;
	padding-top: 5.2vw;
}

.yjBox_t {
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
	line-height: 1;
}

.yjBox_f {
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #333;
	line-height: 1.2;
	margin-top: 5px;
}

.yjBox_s {
	color: #666;
	line-height: 1.8;
	margin-top: 25px;
}

.yjBox img {
	width: 100%;
	margin-top: 3vw;
}

.jzBox {
	padding-top: 5.2vw;
	padding-bottom: 5.2vw;
}

.jzBox_t {
	line-height: 1;
	color: #333;
	font-family: 'Alibaba-PuHuiTi-Bold';
}

.jzBox_list {
	width: 100%;
	margin-top: 25px;
}

.jzBox_list_item {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	background: #f7f7f7;
}

.jzBox_lr {
	width: 50%;
	padding: 2.8vw;
	align-self: center;
}

.jzBox_ri {
	width: 50%;
	overflow: hidden;
}

.jzBox_list_item:nth-child(2n) {
	flex-direction: row-reverse;
}

.jzBox_list_item_t {
	line-height: 1;
	color: #333;
	font-family: 'Alibaba-PuHuiTi-Bold';
}

.jzBox_list_item_s {
	color: #666;
	margin-top: 10px;
	line-height: 1.6;
}

.jzBox ul {
	margin-top: 1vw;
}

.jzBox ul li {
	padding-left: 20px;
	color: #333;
	line-height: 1.8;
	position: relative;
}

.jzBox ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d0d0d0;
	position: absolute;
	left: 0;
	top: 12px;
}

.jzBox_ri img {
	width: 100%;
}

.jzBox_ri:hover img {
	transform: scale(1.05);
}

.jzBox_lr:hover ul li {
	color: var(--yx_Color);
}

.jzBox_lr:hover ul li::before {
	background: var(--yx_Color);
}

@media screen and (max-width: 1700px) and (min-width: 1600px){
    .ny_about_list li {
       padding: 0 2vw;
    }
}

@media screen and (max-width: 768px) {
	.ny_about {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.ny_about_f {
		margin-top: 10px;
	}

	.ny_about_list li {
		width: 50%;
		padding: 0 !important;
		border: none !important;
		margin-top: 15px;
	}

	.ny_about_list {
		flex-wrap: wrap;
		font-size: 16px;
	}

	.ny_about_map {
		margin-top: 25px;
	}

	.ny_about_map .map_home img {
		width: 22px;
	}

	.smBox {
		padding: 40px 0;
	}

	.smBox_f {
		margin-top: 10px;
	}

	.smBox_list_item {
		width: 100%;
		padding: 22px;
		min-height: 0;
	}

	.smBox_list {
		margin-top: 20px;
	}

	.smBox_ri {
		width: 85%;
		font-size: 16px;
	}

	.smBox_list_item img {
		max-width: 10%;
	}

	.yjBox {
		padding-top: 40px;
	}

	.yjBox_f {
		margin-top: 10px;
	}

	.yjBox img {
		margin-top: 20px;
	}

	.jzBox {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.jzBox_list_item {
		flex-wrap: wrap;
	}

	.jzBox_lr {
		width: 100%;
		padding: 25px;
	}

	.jzBox_ri {
		width: 100%;
	}

	.jzBox ul {
		font-size: 14px;
		margin-top: 15px;
	}

	.jzBox ul li {
		padding-left: 15px;
	}

	.jzBox ul li:before {
		width: 6px;
		height: 6px;
		top: 8px;
	}
	
	.ny_about_s strong{
	        font-weight: normal;
	}
}
