/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	font-size: 125%;
	overflow-x: hidden;
}

@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}

@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}

@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}

body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	overflow-x: hidden;
}

form {
	display: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}

.header {
	width: 86.3158%;
	max-width: 1200px;
	margin: 0 auto;
	height: 1.5rem;
}

.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}

.header .link a {
	color: #333;
	margin: 0 0.3rem;
}

@media (max-width:768px) {
	.header_coat {
		display: none;
	}
}

@media (max-width:414px) {
	.header .link {
		display: none;
	}
}

/* ---- home-layout ---- */
.home-layout {
	position: relative;
	min-height: 100vh;
	width: 100%;
	background: url(../img/bg.jpg) center center / 100% 100% no-repeat;
	padding-bottom: 13.5vw;
	overflow: hidden;
}

@media screen and (orientation:portrait) {
	.home-layout {
		background: url(../img/bg-ph.jpg) center center / auto 100% no-repeat
	}
}

@media (max-width: 768px) {
	.home-layout {
		/* height: 100vh;
		min-height: unset; */
		padding-bottom: 36vw;
	}
}

/* ---- home-banner-container ---- */
.home-banner-container {
	max-width: 60vw;
	margin: 0 auto 9.25vw;
	line-height: 0;
}

.home-banner-container img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.home-banner-container {
		max-width: 100%;
		margin: 0 auto 24.8vw;
	}
}

/* ---- home-intro-container ---- */
.home-intro-container {
	width: 92%;
	max-width: 60vw;
	margin: 0 auto;
	border-radius: 6px;
	padding: 1.2vw 2vw 1.3vw;
	background: url(../img/intro-bg.png) center center / 100% 100% no-repeat;
	font-size: 0.7vw;
	line-height: 1.786;
	color: #fff;
	text-shadow: 0 2px 2px rgba(139, 28, 33, 0.12);
	text-indent: 2em;
}

@media (max-width: 768px) {
	.home-intro-container {
		max-width: unset;
		border-radius: 0.8vw;
		padding: 3.2vw 5.2vw 3.6vw;
		font-size: 2vw;
		text-shadow: 0 0.4vw 0.4vw rgba(139, 28, 33, 0.12);
	}
}

@media (max-width: 475px) {
	.home-intro-container {
		font-size: 3.2vw;
	}
}

/* ---- home-nav-container ---- */
.home-nav-container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2.5vw;
	width: 62.7vw;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.home-nav-container .item {
	width: 22.57%;
	margin-right: 3.24%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.home-nav-container .item:hover {
	transform: translateY(-2.8vw);
}

.home-nav-container .item:last-of-type {
	margin-right: 0;
}

.home-nav-container .item img {
	width: 100%;
	height: auto;
}

.home-nav-container .item .con {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.home-nav-container .item .con:hover {
	text-decoration: none;
}

.home-nav-container .item .con p {
	height: 2.4vw;
	line-height: 2.4vw;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 2vw;
	font-weight: bold;
	text-shadow: 0 2px 2px rgba(139, 28, 33, 0.12);
}

@media (max-width: 768px) {
	.home-nav-container {
		justify-content: space-around;
		bottom: -4.25vw;
		width: 100vw;
	}

	.home-nav-container .item:hover {
		transform: translateY(-4.5vw);
	}

	.home-nav-container .item .con p {
		height: 4vw;
		line-height: 4vw;
		font-size: 3.25vw;
		text-shadow: 0 0.25vw 0.25vw rgba(139, 28, 33, 0.12);
	}
}

/* ---- index-layout ---- */
.index-layout {
	position: relative;
	min-height: 100vh;
	padding-bottom: 1.4rem;
}

.index-main-layout {
	width: 100%;
	background: url(../img/index-bg-top.png) center top / 100% auto no-repeat,
		url(../img/index-bg-bottom.png) center bottom / 100% auto no-repeat, #e5f1fd;
	padding: 36px 0 81px;
}

@media (max-width: 1200px) {
	.index-main-layout {
		padding: 3vw 0 6.75vw;
	}
}

@media (max-width: 768px) {
	.index-main-layout {
		padding: 4.8vw 0 10.8vw;
	}
}

/* ---- index-banner-container ---- */
.index-banner-container {
	line-height: 0;
	width: 100%;
	background: url(../img/index-banner-bg.jpg) center center / auto 100% no-repeat #032599;
}

.index-banner-container .banner {
	width: 100%;
	max-width: 1200px;
	line-height: 0;
	margin: 0 auto;
}

.index-banner-container img {
	width: 100%;
	height: auto;
}

/* ---- index-nav-container ---- */
.index-nav-container {
	background: #0545a4;
}

.index-nav-container .nav-bar {
	min-height: 80px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

.index-nav-container .back-to-home {
	position: absolute;
	right: 70px;
	top: 0;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	color: #fff;
}

@media (max-width: 1200px) {
	.index-nav-container .nav-bar {
		min-height: 6.75vw;
		line-height: 3.25vw;
		font-size: 1.75vw;
		padding: 1.25vw 0;
	}

	.index-nav-container .back-to-home {
		right: 5.75vw;
		height: 6.75vw;
		line-height: 6.75vw;
		font-size: 1.75vw;
	}
}

@media (max-width: 768px) {
	.index-nav-container .nav-bar {
		min-height: 11.2vw;
		line-height: 5.2vw;
		font-size: 2.8vw;
		padding: 2.8vw 6em 2.8vw 0;
	}

	.index-nav-container .back-to-home {
		right: 0vw;
		height: 10.8vw;
		line-height: 10.8vw;
		font-size: 2.8vw;
	}
}

@media (max-width: 475px) {
	.index-nav-container .nav-bar {
		font-size: 3.2vw;
		padding: 2.8vw 6em 2.8vw 0;
	}

	.index-nav-container .back-to-home {
		font-size: 3.2vw;
	}
}

/* ---- main-head-container ---- */
.main-head-container {
	margin-bottom: 36px;
	line-height: 0;
	text-align: center;
}

.main-head-container img.title {
	width: 60.83%;
	height: auto;
}

@media (max-width: 1200px) {
	.main-head-container {
		margin-bottom: 3vw;
	}
}

@media (max-width: 768px) {
	.main-head-container {
		margin-bottom: 4.8vw;
	}
}

/* ---- audio-video-container ---- */
.audio-video-container {
	margin-bottom: 54px;
}

.audio-video-box {
	float: left;
	width: 49.17%;
	height: 339px;
	position: relative;
	overflow: hidden;
}

.audio-video-box img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.audio-video-box p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 51px;
	line-height: 51px;
	padding: 0 12px;
	background: rgba(0, 0, 0, 0.38);
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.audio-video-list {
	display: flex;
	float: right;
	width: 49.17%;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.audio-video-list li {
	width: 48.3%;
	position: relative;
	overflow: hidden;
	height: 160px;
	margin-bottom: 19px;
}

.audio-video-list li img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.audio-video-list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 51px;
	line-height: 51px;
	padding: 0 12px;
	background: rgba(0, 0, 0, 0.38);
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 1200px) {
	.audio-video-container {
		margin-bottom: 4.5vw;
	}

	.audio-video-box {
		height: 28.25vw;
	}

	.audio-video-box p {
		height: 4.25vw;
		line-height: 4.25vw;
		padding: 0 1vw;
		font-size: 1.5vw;
	}

	.audio-video-list li {
		height: 13.25vw;
		margin-bottom: 1.5vw;
	}

	.audio-video-list li p {
		height: 4.25vw;
		line-height: 4.25vw;
		padding: 0 1vw;
		font-size: 1.5vw;
	}
}

@media (max-width: 768px) {
	.audio-video-container {
		margin-bottom: 7.2vw;
	}

	.audio-video-box {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 2.4vw;
	}

	.audio-video-box img {
		position: static;
		width: 100%;
		min-width: unset;
		height: auto;
		left: auto;
		top: auto;
		transform: unset;
	}

	.audio-video-box p {
		height: 6.8vw;
		line-height: 6.8vw;
		padding: 0 1.6vw;
		font-size: 2.4vw;
	}

	.audio-video-list {
		float: none;
		width: 100%;
	}

	.audio-video-list li {
		height: 21.2vw;
		margin-bottom: 2.4vw;
	}

	.audio-video-list li p {
		height: 6.8vw;
		line-height: 6.8vw;
		padding: 0 1.6vw;
		font-size: 2.4vw;
	}
}

@media (max-width: 475px) {
	.audio-video-box p {
		font-size: 3.2vw;
	}

	.audio-video-list li p {
		font-size: 3.2vw;
	}
}

/* ---- pic-swiper-container ---- */
.pic-swiper-container {
	margin-bottom: 30px;
	position: relative;
}

.pic-swiper-container .swiper-slide .pic {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
}

.pic-swiper-container .swiper-slide .pic img {
	height: 100%;
	width: auto;
	min-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pic-swiper-container .swiper-slide p {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.pic-swiper-container .swiper-slide p a {
	max-height: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	text-align: center;
	flex-wrap: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pic-swiper-next,
.pic-swiper-prev {
	position: absolute;
	top: 60px;
	height: 42px;
	width: 23px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: 9;
}

.pic-swiper-next {
	right: -51px;
	background-image: url(../img/arrow-next.png);
}

.pic-swiper-prev {
	left: -51px;
	background-image: url(../img/arrow-prev.png);
}

@media (max-width: 1200px) {
	.pic-swiper-container {
		margin-bottom: 2.5vw;
	}

	.pic-swiper-container .swiper-slide .pic {
		height: 13.25vw;
		margin-bottom: 1.5vw;
	}

	.pic-swiper-container .swiper-slide p {
		height: 5vw;
	}

	.pic-swiper-container .swiper-slide p a {
		max-height: 5vw;
		line-height: 2.5vw;
		font-size: 1.5vw;
	}

	.pic-swiper-next,
	.pic-swiper-prev {
		top: 5vw;
		height: 3.5vw;
		width: 2vw;
	}

	.pic-swiper-next {
		right: -2.75vw;
	}

	.pic-swiper-prev {
		left: -2.75vw;
	}
}

@media (max-width: 1024px) {
	.pic-swiper-container .swiper-slide .pic {
		height: 17.2vw;
	}

	.pic-swiper-next,
	.pic-swiper-prev {
		top: 7vw;
	}
}

@media (max-width: 768px) {
	.pic-swiper-container {
		margin-bottom: 4vw;
	}

	.pic-swiper-container .swiper-slide .pic {
		height: 25.4vw;
		margin-bottom: 2.4vw;
	}

	.pic-swiper-container .swiper-slide p {
		height: 8vw;
	}

	.pic-swiper-container .swiper-slide p a {
		max-height: 8vw;
		line-height: 4vw;
		font-size: 2.4vw;
	}

	.pic-swiper-next,
	.pic-swiper-prev {
		top: 10vw;
	}
}

@media (max-width: 475px) {
	.pic-swiper-container .swiper-slide p a {
		font-size: 3.2vw;
	}
}

@media (max-width: 768px) {
	.pic-swiper-container .swiper-slide .pic {
		height: 49.2vw;
	}

	.pic-swiper-next,
	.pic-swiper-prev {
		top: 22vw;
	}
}

/* ---- article-swiper-container ---- */
.article-swiper-container {
	position: relative;
}

.article-swiper-container .swiper-slide {
	border-left: 1px solid #c6def7;
	padding: 24px 24px 24px 27px;
	position: relative;
	background: #fff;
}

.article-swiper-container .swiper-slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background: #0545a4;
}

.article-swiper-container .swiper-slide h1.name {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-swiper-container .swiper-slide .con {
	position: relative;
}

.article-swiper-container .swiper-slide .con p {
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-align: justify;
}

.article-swiper-container .swiper-slide .con a {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #0545a4;
}

.article-swiper-container .swiper-slide .con a:hover {
	text-decoration: none;
}

.article-swiper-container .swiper-slide .con a span {
	background: #fff;
	display: inline-block;
}

.article-swiper-container .swiper-slide .con a i {
	display: inline-block;
	color: #666;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	padding-left: 2em;
}

.article-swiper-next,
.article-swiper-prev {
	position: absolute;
	top: 260px;
	height: 42px;
	width: 23px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: 9;
}

.article-swiper-next {
	right: -51px;
	background-image: url(../img/arrow-next.png);
}

.article-swiper-prev {
	left: -51px;
	background-image: url(../img/arrow-prev.png);
}

@media (max-width: 1200px) {
	.article-swiper-container .swiper-slide {
		padding: 2vw 2vw 2vw 2.25vw;
	}

	.article-swiper-container .swiper-slide::before {
		width: 0.5vw;
	}

	.article-swiper-container .swiper-slide h1.name {
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 2vw;
		margin-bottom: 1.25vw;
	}

	.article-swiper-container .swiper-slide .con p {
		height: 5vw;
		line-height: 2.5vw;
		font-size: 1.33vw;
	}

	.article-swiper-container .swiper-slide .con a {
		height: 2.5vw;
		line-height: 2.5vw;
		font-size: 1.33vw;
	}

	.article-swiper-next,
	.article-swiper-prev {
		top: 23.2vw;
		height: 3.5vw;
		width: 2vw;
	}

	.article-swiper-next {
		right: -2.75vw;
	}

	.article-swiper-prev {
		left: -2.75vw;
	}
}

@media (max-width: 768px) {
	.article-swiper-container .swiper-slide {
		padding: 3.2vw 3.2vw 3.2vw 3.6vw;
	}

	.article-swiper-container .swiper-slide::before {
		width: 0.8vw;
	}

	.article-swiper-container .swiper-slide h1.name {
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 3.2vw;
		margin-bottom: 2vw;
	}

	.article-swiper-container .swiper-slide .con p {
		height: 8vw;
		line-height: 4vw;
		font-size: 2.4vw;
	}

	.article-swiper-container .swiper-slide .con a {
		height: 4vw;
		line-height: 4vw;
		font-size: 2.4vw;
	}

	.article-swiper-next,
	.article-swiper-prev {
		top: 70.4vw;
	}
}

@media (max-width: 475px) {
	.article-swiper-container .swiper-slide h1.name {

		font-size: 4.2vw;
	}

	.article-swiper-container .swiper-slide .con p {
		height: 9.6vw;
		line-height: 4.8vw;
		font-size: 3.2vw;
	}

	.article-swiper-container .swiper-slide .con a {
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 3.2vw;
	}

	.article-swiper-next,
	.article-swiper-prev {
		top: 76vw;
	}
}

/* ---- audio-video-swiper-container ---- */
.audio-video-swiper-container {
	position: relative;
	margin-bottom: 54px;
}

.audio-video-swiper-container .audio-video-container {
	margin-bottom: 0 !important;
}

.audio-video-lang-list {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
}

.audio-video-lang-list li {
	width: 23.75%;
	margin-right: 1.66%;
	position: relative;
	overflow: hidden;
	height: 160px;
	margin-bottom: 19px;
}

.audio-video-lang-list li:nth-of-type(4n) {
	margin-right: 0;
}

.audio-video-lang-list li img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.audio-video-lang-list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 51px;
	line-height: 51px;
	padding: 0 12px;
	background: rgba(0, 0, 0, 0.38);
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.audio-video-swiper-next,
.audio-video-swiper-prev {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	height: 42px;
	width: 23px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	z-index: 9;
}

.audio-video-swiper-next {
	right: -51px;
	background-image: url(../img/arrow-next.png);
}

.audio-video-swiper-prev {
	left: -51px;
	background-image: url(../img/arrow-prev.png);
}

@media (max-width: 1200px) {
	.audio-video-swiper-container {
		margin-bottom: 4.5vw;
	}

	.audio-video-swiper-container .audio-video-container {
		margin-bottom: 0 !important;
	}

	.audio-video-lang-list li {
		height: 13.25vw;
		margin-bottom: 1.5vw;
	}

	.audio-video-lang-list li p {
		height: 4.25vw;
		line-height: 4.25vw;
		padding: 0 1vw;
		font-size: 1.5vw;
	}

	.audio-video-swiper-next,
	.audio-video-swiper-prev {
		top: 0;
		margin-top: 0;
		height: 100%;
		width: 2vw;
		background-size: 100% auto;
	}

	.audio-video-swiper-next {
		right: -2.75vw;;
	}

	.audio-video-swiper-prev {
		left: -2.75vw;
	}
}

@media (max-width: 768px) {
	.audio-video-swiper-container {
		margin-bottom: 7.2vw;
	}

	.audio-video-swiper-container .audio-video-container {
		margin-bottom: 0 !important;
	}
	.audio-video-lang-list {
		justify-content: space-between;
	}
	.audio-video-lang-list li {
		width: 48.5%;
		margin-right: 0;
		height: 23.6vw;
		margin-bottom: 2.4vw;
	}
	.audio-video-lang-list li p {
		height: 6.8vw;
		line-height: 6.8vw;
		padding: 0 1.6vw;
		font-size: 2.4vw;
	}
}

@media (max-width: 475px) {
	.audio-videoo-lang-list li p {
		font-size: 3.2vw;
	}
}

/* ---- container Style ---- */
.container {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #353535;
	color: #fff;
	font: 12px;
	line-height: 1.4rem;
	height: 1.4rem;
	width: 100%;
}

.footer {
	margin: 0 auto;
	position: relative;
	width: 86.3158%;
	max-width: 1200px;
	line-height: 1.4rem;
	font-size: 12px;
}

.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}

.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:1020px) {

	.footer p a {
		display: inline-block;
	}
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}

	.footer p {
		display: none;
	}
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2025-06-13 09:43:31" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->