body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #252b3a;
	background-color: #fff;
	line-height: 1.5;
	min-width: 1200px !important;
	margin: 0 auto !important;
	/* overflow-x: scroll; */
}

@font-face {
	font-family: FangZ-Dajhei;
	src: url('./fonts/Gong-FangHei.ttf');
	/* baidu-font */
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
	background: transparent;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #fff;
}

body::-webkit-scrollbar-thumb {
	background-color: rgba(87, 93, 108, .6);
}

body::-webkit-scrollbar-thumb {
	border-radius: 4px;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #DDD;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

a,dd,dl,h1,h2,h3,h4,h5,h6,li,p,ul{
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

button,input {
	margin: 0;
	padding: 0;
}

input::placeholder{ /*WebKit browsers*/
	color:#6D7584;
}

a{ text-decoration: none; }

.adms_container {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.header-wrapper {
	width: 100%;
	background-color: rgba(0, 14, 36, 1);
	height: 65px;
	line-height: 1;
	-webkit-box-shadow: 0 4px 20px rgb(0 10 60 / 30%);
	box-shadow: 0 4px 20px rgb(0 10 60 / 30%);
	z-index: 999;
	border-bottom: 1px solid rgba(4, 27, 69, 0.6);
	position: fixed;
	left: 0;
}

.header-inner {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	transition: background-color 0.3s;
	/* padding: 0 3%; */
	height: 65px;
	/* border-bottom: 1px solid #dfe1e6; */
}

.header-logo-outer {
	width: 96px;
}

.header-logo-outer .header-logo {
	display: block;
	height: 35px;
	background-size: cover;
	width: 96px;
}

.header-logo-outer .header-logo img {
	display: inline-block;
	height: 35px;
	width: 100%;
}

.header-tools {
	color: #252b3a;
	min-width: 266px;
	height: 65px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	width: auto;
}

ol,ul,dd, dl {
	list-style: none;
}

.header-tools .header-tools-right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	/* background: #fff; */
	z-index: 20;
	height: 40px;
	line-height: 40px;
	margin-left: 16px;
}

header-tools .header-tools-right>li {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 0;
	cursor: pointer;
}

.header-tools .header-tools-right>li>a {
	font-size: 14px;
	white-space: nowrap;
}

.header-tools .header-tools-right>li.header-experience>div {
	background-color: #2341DD;
	height: auto;
	line-height: 1;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
}

.header-search-icon {
	cursor: pointer;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 30;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-right: 30px;
}

.header-search-icon img {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.header-search-icon img:hover {
	height: 21px;
	width: 21px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.activity-banner {
	width: 100%;
	height: 580px;
	background-size: cover;
	background-position: top;
	background-color: #000a1e;
	/* margin-bottom: -60px; */
	margin-top: 65px;

}

.activity-banner .por-container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.activity-banner .banner-main {
	width: 600px;
}

/* .activity-banner .banner-show-wrapper{
				width: 600px;
			} */
.activity-banner .banner-show-wrapper-inner {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: flex-end;
	height: 560px;
}

.banner-show-wrapper-inner .swiper {
	width: 420px;
	height: 420px;
	text-align: right;
}

.banner-show-wrapper-inner .banner-swiper-img {
	height: 100%;
}

.activity-banner .banner-text {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 560px;
}

.activity-banner .banner-text-inner {
	width: 100%;
}

.activity-banner .banner-title {
	/* font-weight: 500; */
	font-size: 42px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 13px;
	letter-spacing: 5px;
	font-family: FangZ-Dajhei;
}

.activity-banner .banner-keyword {
	display: inline-block;
	border-bottom: 1px solid rgba(138, 156, 194, 0.40);
	padding-bottom: 20px;
	margin-bottom: 35px;
}

.activity-banner .keyword-item {
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(138, 156, 194, 0.35);
	background-color: rgba(6, 19, 48, 1);
	padding: 7px 15px;
	letter-spacing: 1px;
	margin-right: 18px;
	box-shadow: 0px 2px 6px 0px rgba(0, 10, 30, 1);
}

.keyword-item:last-child {
	margin-right: 0;
}

.activity-banner .banner-desc {
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.activity-banner .banner-desc p {
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.activity-banner .banner-code img {
	width: 128px;
	height: 128px;
}

.banner-code .banner-code-desc {
	font-size: 14px;
	line-height: 22px;
	color: #6D7584;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 128px;
	text-align: center;
}

.banner-code .banner-code-desc p {
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-modul-card {
	width: 100%;
	background-color: #00040D;
	/* height: 70px; */
	line-height: 1;
	box-shadow: 0 1px -3px rgb(0 0 0 / 10%);
	border-top: 1px solid rgba(4, 27, 69, 1);
	height: auto !important;
}

.modul-card-inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 12px 0;
	align-items: center;
}

.modul-card-inner .card-inner-item img {
	width: 55px;
	height: 75px;
}

.modul-card-inner .card-inner-item {
	display: flex;
	align-items: center;
	height: 75px;
}

.card-inner-item:last-child {
	border: none;
}

.card-inner-item .card-text-shell {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin-left: 12px;
}

.card-text-shell .card-text-title {
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card-text-shell .card-text-desc {
	font-size: 16px;
	color: #6D7584;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card-text-shell .card-text-desc p {
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line-vertical {
	height: 60px;
	width: 1px;
	border-right: 1px solid #6D7584;
	border-collapse: collapse;
}

.activity-components-container {
	width: 1200px;
	margin: 0 auto;
}

.activity-components-header {
	margin-bottom: 40px;
	text-align: center;
}

.activity-components-header-title {
	padding-left: 42px;
	padding-right: 42px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #252b3a;
	text-align: center;
	padding: 0;
	word-spacing: 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: 1px;
}

.pep-activity-promotion {
	padding-top: 66px;
	height: auto !important;
	margin: 0 auto;
}

.dynamic-information-inner {
	display: flex;
	flex-direction: row;
	height: 330px;
	align-items: center;
}

.information-inner-left {
	width: 500px;
	height: 316px;
	background-size: cover;
	background-position: top;
	box-shadow: 0px 2px 15px 0px rgba(61, 90, 254, 0.1) !important;
	border: 5px solid rgba(255, 255, 255, 1);
}

.information-inner-right {
	width: 640px;
	height: 320px;
	padding-left: 60px;
}

.information-inner-right .activity-promotion-tab-title-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.information-inner-right .information-list-area {
	padding-top: 22px;
}

.information-inner-right .information-notice-area {
	padding-top: 22px;
}

.activity-promotion-tab-title-container .activity-promotion-tab-title-list {
	display: -webkit-box;
	display: flex;
	/* -webkit-box-shadow: 0px 2px 20px 0px rgba(152, 163, 183, 0.5);
			    box-shadow: 0px 2px 20px 0px rgba(152, 163, 183, 0.5); */
}

.promotion-tab-active {
	background-color: #2341DD !important;
	color: #fff !important;
}

.activity-promotion-tab-title-list .activity-promotion-tab-title-item {
	color: #252b3a;
	display: inline-block;
	background: transparent;
	border: 1px solid transparent;
	outline: none;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding: 0 24px;
}

.more-buttons-line {
	line-height: 1;
	font-size: #252b3a;
	font-size: 15px;
	text-align: right;
	font-weight: 300;

}

.more-buttons-line:hover {
	color: #0052D9;
	cursor: pointer;
}

.information-list-area .information-list-area-inner {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 19px;
}

.information-list-area-inner .information-list-area-inner-title {
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.information-list-area-inner .information-list-area-inner-title>a {
	position: relative;
	padding-left: 12px;
	color: #6D7584;
	text-decoration: none;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.information-list-area-inner-title>a::after {
	content: ' ';
	width: 4px;
	height: 4px;
	background: #3D5AFE;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}

.information-list-area-inner-title>a:hover {
	color: #252b3a;
	cursor: pointer;
}

.information-list-area-inner .information-list-area-inner-date {
	color: rgba(152, 163, 183, 1);
	font-size: 16px;
	font-weight: 300;
	white-space: nowrap;
	padding-left: 57px;
	line-height: 1;
	text-align: right;
}

.scrollbar-components-container {
	width: 1224px;
	margin: 0 auto;
}

.business-opportunity-list-card {
	position: relative;
	box-sizing: border-box;
}

.business-opportunity-list-card .business-opportunity-card {
	box-shadow: 0px 2px 10px 0px rgba(61, 90, 254, 0.1) !important;

}

.business-opportunity-card:hover {
	box-shadow: 0px 2px 15px 0px rgba(61, 90, 254, 0.2) !important;
}

.business-opportunity-list-card .swiper {
	margin: 0 auto;
	padding: 20px 12px;
	position: relative;
	overflow: hidden;
	list-style: none;
}

.business-opportunity-list-card .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}

.business-opportunity-list-card .swiper-slide {
	width: 383.33px;
}

.tpm-swiper__btn--prev {
	right: 100%;
	margin-right: 0;

}

.tpm-swiper__btn--prev i {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.tpm-swiper__btn,
.tpm-swiper__btn-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #fff;
	box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 16%);
	border-radius: 50%;
	padding: 0;
}

.tpm-swiper__btn {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 0;
	background-image: linear-gradient(0deg, #fff, #f3f5f8);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}

.tpm-swiper__btn-inner:after {}

.tpm-swiper__btn--next {
	left: 100%;
	margin-left: 0;
}

.tpm-swiper__btn--next i {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.tpm-swiper__btn i {
	border: solid rgb(184 192 204);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
}

.business-opportunity-card {
	width: 100%;
}

.business-opportunity-card .business-image-area {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: top;
	background-color: #ffffff;
	/* margin-bottom: -60px; */

}

.business-opportunity-card .business-text-area {
	padding: 12px 22px 15px 22px;
}

.business-opportunity-card .business-title {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 9px;
	letter-spacing: 1px;
	color: #252b3a;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.business-opportunity-card .business-keyword {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.business-keyword-item {
	background-color: rgba(152, 163, 183, 0.15);
	color: rgba(110, 120, 140, 1);
	border-left: 1px solid transparent;
	margin-right: 12px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
	border-radius: 2px;
}

.keyword-color-orange {
	background-color: rgba(255, 246, 227, 1) !important;
	color: rgba(215, 151, 55, 1) !important;
	border-left: 1px solid rgba(215, 151, 55, 0.59) !important;
}

.business-keyword-item:last-child {
	margin-right: 0;
}

.business-opportunity-card .business-bottom-desc-shell {
	display: flex;
	align-items: flex-end;
}

.business-opportunity-card .business-bottom-desc-left {
	display: flex;
	align-items: flex-end;
	flex: 1;
}

.business-opportunity-card .business-bottom-desc-left div:nth-child(1) {
	color: #98A3B7;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
}

.business-opportunity-card .business-bottom-desc-left div:nth-child(2) {
	color: #FF5722;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 0 3px 0 7px;
}

.business-opportunity-card .business-bottom-desc-left div:nth-child(3) {
	color: #FF5722;
	font-size: 12px;
	line-height: 1.3;
}

.business-opportunity-card .business-bottom-desc-right {
	color: #98A3B7;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
}

.adms-button {
	background-color: #2341DD;
	color: #fff;
	display: inline-block;
	border: 1px solid transparent;
	outline: none;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	height: 28px;
	font-size: 12px;
	line-height: 24px;
	padding: 0 24px;
}

.business-more-shell {
	text-align: center;
}


.active-backdrop-layer {
	padding-top: 66px;
	padding-bottom: 56px;
	height: auto !important;
	margin: 0 auto;
	background-color: rgba(187, 222, 251, 0.2);
	width: 100%;
}

/* 最新活动 */
.latest-activities-area {
	position: relative;
	box-sizing: border-box;
}

.latest-activities-list-card .swiper {
	margin: 0 auto;
	padding: 20px 12px;
	position: relative;
	overflow: hidden;
	list-style: none;
}

.latest-activities-list-card .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}

.latest-activities-list-card .swiper-slide {
	width: 587.5px;
	height: 360px;
}

.latest-activities-list-card .tpm-swiper__btn {
	border: none;
	box-shadow: none;
	background-image: none;
	background-color: transparent;
}

.latest-activities-list-card .tpm-swiper__btn-inner {
	border: none;
	background-color: transparent !important;
	box-shadow: none;
}

.latest-activities-list-card .tpm-swiper__btn i {
	border: solid rgb(184, 192, 204, 0.4);
	border-width: 0 6px 6px 0;
	display: inline-block;
	padding: 8px;
}

.latest-activities-list-card .activities-dynamic-card {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top;
	background-color: rgba(187, 222, 251, 0.2);
	position: relative;
}

.activities-dynamic-card .activities-dynamic-card-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(26, 27, 32, 0.9) 0%, rgba(26, 27, 32, 0.8) 100%);
	padding: 23px 27px;
}

.activities-dynamic-card-text .activities-dynamic-title {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	justify-content: space-between;
}

.activities-dynamic-card-text .activities-dynamic-title p:nth-child(1) {
	color: rgba(255, 255, 255, 1);
	font-size: 19px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
}

.activities-dynamic-card-text .activities-dynamic-title p:nth-child(2) {
	border-radius: 5px;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.67);
	font-size: 14px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.67);
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 25px;
}

.activities-dynamic-card-text .activities-dynamic-desc {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.8;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 7px;
}

.activities-dynamic-card-text .activities-dynamic-more {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	text-decoration: none;
}



/* 活动资讯 */
.information-components-body .latest-information-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
	padding: 7px 12px 20px 12px;
}

.latest-information-area .latest-information-card {
	width: 336.33px;
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	box-shadow: 0px 2px 10px 0px rgba(61, 90, 254, 0.1);
	padding: 17px 23px;
	cursor: pointer;
}

.latest-information-area .latest-information-card:hover {
	box-shadow: 0px 2px 20px 0px rgba(61, 90, 254, 0.2);
}

.latest-information-card .information-dynamic-title {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	justify-content: space-between;
}

.latest-information-card .information-dynamic-title p:nth-child(1) {
	color: #252b3a;
	font-size: 17px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.latest-information-card .information-dynamic-title p:nth-child(2) {
	border-radius: 3px;
	background-color: rgba(41, 109, 226, 0.15);
	color: rgba(33, 150, 243, 1);
	font-size: 14px;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 25px;
}

.latest-information-card .information-dynamic-desc {
	color: rgba(152, 163, 183, 1);
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.8;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 7px;
}

.latest-information-card .information-dynamic-date {
	color: rgba(152, 163, 183, 0.8);
	font-size: 14px;
	font-weight: 300;
	text-align: right;
}

/* 我们的优势 */
.pep-advantages-promotion {
	width: 100%;
	padding-top: 66px;
	height: auto !important;
	margin: 0 auto;
}

.pep-advantages-promotion .advantages-components-header {
	margin-bottom: 35px;
	text-align: center;
}

.advantages-components-header .advantages-components-header-title {
	padding-left: 42px;
	padding-right: 42px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #252b3a;
	text-align: center;
	padding: 0;
	word-spacing: 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: 1px;
}

.pep-advantages-promotion .advantages-promotion-tab-title-container {
	text-align: center;
	margin-bottom: 32px;
}

.advantages-promotion-tab-title-container .advantages-promotion-tab-title-list {
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.advantages-promotion-tab-title-list .advantages-promotion-tab-title-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #6D7584;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .43px;
	cursor: pointer;
}

.advantages-promotion-tab-title-item span {
	background-color: transparent;
	width: 20%;
	height: 4px;
	margin-top: 7px;
}

.advantages-promotion-tab-title-list .advantages-tab-active {
	color: #3D5AFE !important;
}

.advantages-promotion-tab-title-list .advantages-tab-active span {
	background-color: #3D5AFE !important;
	width: 20%;
	height: 4px;
	margin-top: 7px;
}

.pep-advantages-promotion .advantages-components-container {
	width: 100%;
	height: 520px;
	background-size: cover;
	background-position: top;
	background-color: #fff;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e3e4e8;
}

.advantages-components-container .advantages-components-body {
	width: 1200px;
	margin: 0 auto;
	height: 320px;
	display: flex;
	flex-direction: row;
}

.advantages-components-body .advantages-body-left {
	width: 550px;
	height: 100%;
	background-size: cover;
	background-position: top;
	background-color: #fff;
	object-fit: cover;
}

.advantages-components-body .advantages-body-right {
	width: 570px;
	height: 100%;
	margin-left: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.advantages-body-right .advantages-body-title {
	font-size: 22px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 35px;
}

.advantages-body-right .advantages-body-title>p {
	position: relative;
	padding-left: 19px;
	color: #252b3a;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px;
}

.advantages-body-right .advantages-body-title>p::after {
	content: ' ';
	width: 10px;
	height: 10px;
	background: #3D5AFE;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 3.8px);
	left: 0;
}

.advantages-body-right .advantages-body-desc {
	color: #6D7584;
	font-size: 18px;
	text-align: left;
	letter-spacing: 1.45px;
	line-height: 2.2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-align: justify;
}


/* 合作案例 */
.cooperation-cases-promotion {
	padding-top: 66px;
	padding-bottom: 106px;
	height: auto !important;
	margin: 0 auto;
	background-color: rgba(217, 224, 241, 0.45);
	width: 100%;
}

.cooperation-cases-promotion .activity-components-header-subtitle {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-top: 16px;
}

.activity-components-header-subtitle .activity-components-header-subtitle-text {
	color: #575d6c;
	display: inline;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}

.cooperation-cases-promotion .dynamic-components-inner-three,
.dynamic-components-inner-four {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.dynamic-components-inner-three .components-card-item {
	width: 390px;
	height: 110px;
}

.dynamic-components-inner-four .components-card-item {
	width: 288.75px;
	height: 110px;
}

.components-card-image {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: top;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
}

/* 底部区域 */
.bottombar-area-promotion {
	padding-top: 56px;
	padding-bottom: 56px;
	height: auto !important;
	margin: 0 auto;
	background-color: rgba(0, 10, 30, 1);
	width: 100%;
}

.footer-nav-content {
	padding-top: 20px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-nav-content:after,
.footer-nav-content:before {
	content: ' ';
	display: table;
}

.footer-nav-content:after {
	clear: both;
}

.footer-nav-leftmenus {
	float: left;
	width: 385px;
}

.footer-nav-leftmenus-inner {
	float: left;
}

.footer-nav-business {
	float: left;
}

.footer-nav-business h2 {
	margin-bottom: 17px;
}

.footer-business-info {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-weight: 350;
}

.footer-business-info a {
	text-decoration: none;
}

.footer-business-info li+li {
	margin-top: 12px;
}

.footer-nav-centermenus {
	float: left;
	width: calc(100% - 630px);

}

.footer-nav-centermenus dt {
	margin-bottom: 17px;
}

.footer-nav-centermenus dl {
	float: left;
	width: 30%;
	font-size: 14px;

}

.footer-nav-centermenus dl dd {
	font-size: 14px;
	line-height: 24px;
}

.footer-nav-centermenus dl dd+dd {
	margin-top: 8px;
}

.footer-nav-centermenus dl dd a {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
}

.footer-nav-rightmenus {
	float: left;
	width: 245px;
}

.footer-nav-rightmenus-inner {
	float: left;
	width: 100%;
}

.footer-nav-qrcode {
	float: left;
	width: 100%;
}

.footer-nav-qrcode ul {
	display: flex;
	justify-content: space-between;
}

.footer-nav-qrcode ul li {
	display: flex;
	flex-direction: column;
}

.footer-nav-qrcode ul img {
	width: 110px;
	height: 110px;
}

.footer-nav-headline {
	text-align: left;
	line-height: 16px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: .44px;
	font-weight: 700;
}

.footer-nav-qrcode h2 {
	margin-bottom: 22px;
}

.footer-assist-content {
	display: flex;
	align-items: flex-end;
	justify-content: left;
	width: 100%;
	height: 63px;
}

.footer-assist-content div+div {
	margin-left: 17px;
}

.footer-assist-content-item {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-assist-content .title {
	font-size: 14px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer-assist-content .image {
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

.footer-link {
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.adms-product {
	width: 100%;
	height: auto;
	padding: 19px 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.adms-product .adms-product-list {
	position: relative;
	height: auto;
}

.adms-product .adms-product-list .product-list-title {
	position: absolute;
	left: 0;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: .43px;
	padding-right: 20px;
	font-weight: 500;
}

.adms-product .adms-product-list .product-list-wrap {
	zoom: 1;
	padding-left: 70px;
	width: 100%;
	box-sizing: border-box;
}

.adms-product .adms-product-list .product-list-wrap .footer-link {
	display: inline-block;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: .43px;
	text-decoration: none;
	font-weight: 300;
	margin-right: 20px;
}

.adms-about-container {
	width: 100%;
	padding-top: 19px;
	padding-bottom: 19px;
}

.adms-copyright-text {
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: .5px;
}

.adms-report-wrap {
	padding-top: 25px;
	width: 100%;
	height: auto;
}

.adms-report-wrap i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	vertical-align: middle;
	background-size: 100% 100%;
}

.adms-report-img1 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAACUlBMVEUAAADe/962i1DdvXrmyojGo2PhuZHCo1zEpnLfxom3k1rTwnvQrGS9n2nf0I/g05mSttzOqE3o0ovRtHG3VjHAb0HHrHjIp2DKfUnVu3HLsHLHq3Hfy47ZwYe8m2G1lWLPs3XKr3K+o2/Jr3/OqmrhyI3tz4a9jE/FpWvSpmHNr2fRs3TUtnjkz4HXvHfAoV7St3W9jk/Utn/l0IXgz4rFrWq7mFm8m2fLtoC7mFrKp2rTt3rb247Co3q1lWDYxInhIhvHrHTIrm/Xh1Gxgj2+SyvYOybcHRjUFxPZwofexnG8n2/ApG28oW23m2jQsmbPsV/BoF3dvVzMrFm5lFTPrFLgfErgXjvFZTrRYDm5YjXDWDXYVDXOTy60Ui21TSvbOyrcQim1WyfZNSaxRSTJNSG2MR6yLh7iHhrTIBjfGRjXxZnNtoTWvoDHr4Dg0HnWv3nDp3fDq3PXv3LXum/axm3JrWzDqWy6nmbFq2Xhl2S1lWLStWDUmF++nFzJp1u1lVvmi1vXklnGolbGoFbawFPNmFO/n1LqblHFl1DOh1DJkU+2kU+wh0zGmkrIfkrHg0m3kEjPfkjNeUeugkTBfUPoaUO9kEKkfELcYkHWtD+9iDvEYjjZXDi3gzemdTfFbjbKZTbFWjXLWTXOVjXDVzO5XDLVUzKoXTHlTTDgQy6iVi2yVC27XivCSyvKTCq7SinjQCnRNievRCaxSyXBOyXUMyTcNCPnMyPDQSLXNiLQNiLaMyK6MiDTLSDjKh7cJxzdIhvXHxjkHBjaHBfWFRN2Gm/TAAAAQHRSTlMAB40nHhwG/rh3dmRfRTsUA/79/f37+vn18/Ls6urp5OPh4d3b0snFurqvrKGgn56OjomIa2phXFRSOi4rGRgNXJsWNAAAAUBJREFUGNNigAJGbhNGEA3n85mqi0RoctvARQT0RF3XbXCNXCxhDBWx0pp8KKx/6aKuRgdnXWuQCL9KrMfM2m1uCfuaOtynqYFMtPDf7eEcczA52WF5VcYqIT4GBjb90PUek8LdN8c7zHXOCvcyEGBglixdeDS2O271imVtMVlh+TIsDMxSlVMzM6Mj1kTNWeLgMMFJlgUwBhbpkOmp7qmucVHRmw4nTvRV5GfQYfesWXvkwK6E7Xv2ZywIyBXnZDBydCwR3Lkj0c1t48rI0OAiT04GViU/p+LOlL3paVvj+7zK8xRYGRjMxHJCCmanpKdtmRccmC3Mw8DAq+zj61MWNCspqTWIvcLPSZWZwZaj0Lu6riXAv725PrDB21HbHuh8cw75GfNdeqe4uPTIafCwQcLCjpeLicmQicuSFcQDAF2FXflf7Dj/AAAAAElFTkSuQmCC);
}

.adms-report-img2 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAACXlBMVEUAAADax4rGxqP556zmsVD/6KXu5JvwvFPglEFnY3nnpEjosU1+XFTmuVfu13Hrv1jpsFa1k3mne2HlvnPdqmPqz3fu3YrJoWv04J/mz5z246aSi3i2p2/0zGj82WDrtFjar1O7klO4dkfimUJcWnbho0rgr1vntFfmvFflvGOZdFKXZkOUemnmv2XkuWWVe2ziqlXnt1Tr0HDpwl6ObmCkbEKqhVyOc2jdoVHmuljfrmDq0nPapWDUnErqy3XjtWXesXLrzHjz34rqzYfmw3fy4YrqyYDevW/dzoTIhkndsXLRsIneuHjlyIzQroTjuXjlyYfktWvw2prhvoHTmGfx45j3773TuYT/25LdijyKf321oXU+Nm3cumXfuWLtwlzpwVz40FvpvlvqvFfouFXjrlHipEjcmEfknEXPbzfbZyzZQR/YMBrWKBrhJhLdHxDTGg5HV4xBT4YYKYaWk4SDgYIWIYBybH0qLn1KS3tlZHpNS3WGfHIcHXEwLHAnF28rKW07NGuzn2pNQ2ruzWnDrGnuy2jryGjAnGgoH2j1x2RCNGPcrmIsEGGQdl/pu17YtV7FoV3muVxoRVzWqFvSmVp2SVbyw1XbkVTuvFPfo1PgmVPpt1LcnFLWkVLlp1F7W1HpsU92QE5oMUtFAUrpqUjnjUFOAEHUgz+DUj14FzvbczieMTdhATfodjXWcDXcbjXVcTS/Xi/hay7WXS3cWS3vYyvaVSrUVymnJSjXSyeKDSbNSiWfHCPMTyLFQiHkSR/lPxvVLRrPLBnUJRfUHhbaJxXVGxTZJxPNFhBdOhm/AAAAWXRSTlMABQIU/hIJ/v79/Pj29PPx4cC6s7CNfmxZWRv+/v7+/v7+/v78/Pr6+fPz8vHq6ujl5eTj4ODe2NTQzMW6ubKsnJeQkJCJiIOBgX9ubGpoW1lMREM0JR8dDgvYx1gAAAE7SURBVBjTYgADJmZJQUFJZiYGOGD2EzLV1jIT8paCibCJ86zctGPD1D4ecUaICKuPyYLMYznZOfNqzP0jwEJBOt1KB4/mHjqZ3dGsHwxW5M4Zk5l/PPdIQcGMShUPVqBlgQLlMSvyDq+P3HVidjWnkQQTA5MXV1SFYtb+jZGrl02si2J3Y2JgFMmILl68efueLVvXLSqLXirCCBgDow1HT+GS/AP7srblLS+K5bIHCjmodpXUr929d+eaVb3SsuouQCHhufPjShsbJk/rrK2KW8hiBxRyVkvnkI9tnaDQJDNFOU1DDOjRMEfe9Mjpiewz5RIzZmmKMoPcKqGbkJqSkBSfnDqpXS+ACeRpJ76W/uSUpDlpLPFtfK5soLAKFbU05Odm4eblN7YWk4KEGWOIp62FgYCVsG84SAAAL7BaooX965sAAAAASUVORK5CYII=);
}

.adms-report-link-text {
	height: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.4);
	margin-left: -4px;
	font-size: 14px;
	vertical-align: middle;
	font-weight: 300;
}

.adms-report-wrap .footer-link .end-span {
	margin-left: 7px;
}

.adms-report-wrap a {
	display: inline-block;
	text-decoration: none;
}

.footer-link:hover {
	color: #3D5AFE !important;
}

/* 扫码体验 */
.code-scanning-summary {
	position: absolute;
	top: 50px;
	background-color: transparent;
	-webkit-box-shadow: 0 4px 20px rgb(0 10 60 / 30%);
	box-shadow: 0 4px 20px rgb(0 10 60 / 30%);
	z-index: 99999;
	display: none;
}

.code-scanning-summary img {
	width: 128px;
	height: 128px;
}

.code-scanning-summary .banner-code-desc {
	font-size: 14px;
	line-height: 22px;
	color: #6D7584;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 128px;
	text-align: center;
}

/* 搜索 */
.header-tools .adms-search-popup {
	display: none;
	background: #fff;
	z-index: 99999;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
	border: 1px solid #dfe1e6;
	margin-right: 88px;
}

.adms-search-popup li {
	padding: 0;
	margin: 0;
}

.adms-search-moudle {
	background-color: #fff;
	display: flex;
	align-items: center;
}

.adms-search-moudle input {
	border: none;
	padding: 8px 55px 8px 16px;
	outline: none;
	font-size: 14px;
	color: #252b3a;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.adms-search-moudle .close-icon {
	cursor: pointer;
	border-left: 1px solid #ddd;
	height: 18px;
	width: 50px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xNi41NzUuNTM3YS42MjUuNjI1IDAgMDEuOTAzLjg2NWwtNy40NDUgNy43NjQgNy40NTcgNy43NzhjLjIxNS4yMjUuMjMuNTY4LjA0OS44MDhsLS4wNjguMDc2YS42MjUuNjI1IDAgMDEtLjg4My0uMDE4bC03LjQyMS03Ljc0LTcuNDIxIDcuNzRhLjYyNS42MjUgMCAwMS0uODA1LjA4MmwtLjA4LS4wNjRhLjYyNS42MjUgMCAwMS0uMDE4LS44ODRsNy40NTgtNy43NzhMLjg1NiAxLjQwMmEuNjI1LjYyNSAwIDAxLS4wNS0uODA4TC44NzUuNTE4YS42MjUuNjI1IDAgMDEuODg0LjAxOWw3LjQwOSA3LjcyNnoiIGlkPSJhIi8+PC9kZWZzPjx1c2UgZmlsbD0iIzI1MkIzQSIgeGxpbms6aHJlZj0iI2EiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC44MzMgLjgzMykiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 18px 18px;
}

.adms-search-moudle .adms-search-submit {
	padding: 0;
	margin-right: 19px;
	width: 18px;
	height: 18px;
	border: none;
	outline: none;
	background-color: transparent;
	color: #575d6c;
	line-height: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

.adms-search-moudle .adms-search-submit i {
	display: inline-block;
	height: 18px;
	width: 18px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS44NSAxOS44NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyNTJiM2F9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuWbvuWxgl8yIiBkYXRhLW5hbWU9IuWbvuWxgiAyIj48ZyBpZD0i5Zu+5bGCXzEtMiIgZGF0YS1uYW1lPSLlm77lsYIgMSI+PGcgaWQ9Iumhtemdoi0xIj48ZyBpZD0i5a+86Iiq5qCPIj48ZyBpZD0i57yW57uELTI35aSH5Lu9LTE2Ij48ZyBpZD0i55+p5b2iIj48ZyBpZD0i57yW57uELTM0Ij48ZyBpZD0i55+i6YeP5pm66IO95a+56LGhNOWkh+S7vSI+PHBhdGggaWQ9IuW9oueKtiIgY2xhc3M9ImNscy0xIiBkPSJNOC44NyAxNy43NWE4Ljg4IDguODggMCAxMTguODgtOC44OCA4Ljg4IDguODggMCAwMS04Ljg4IDguODh6bTAtMTYuMzFhNy40NCA3LjQ0IDAgMTA3LjQ0IDcuNDQgNy40NCA3LjQ0IDAgMDAtNy40NC03LjQ0eiIvPjxwYXRoIGlkPSLot6/lvoQiIGNsYXNzPSJjbHMtMSIgZD0iTTE5LjEzIDE5Ljg1YS43MS43MSAwIDAxLS41MS0uMjFsLTQuNDEtNC40MWEuNzIuNzIgMCAwMTEtMWw0LjQxIDQuNDFhLjcyLjcyIDAgMDEtLjUxIDEuMjN6Ii8+PC9nPjwvZz48L2c+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
	background-size: 100% 100%;
}

/* 遮盖层 */
.adms-dialog-mask{
	z-index: 99999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	position: fixed;
	display: block;
}

.adms-limit-dialog{
	position: relative;
	border-radius: 12px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 36px 50px;
	height: 330px;
	width: 545px;
	z-index: 99999999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -280px;
}

.close-dialog-btn{
	cursor: pointer;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 25px;
	top: 25px;
	transition: transform .5s cubic-bezier(.175,.885,.32,1.275);
}

.dialog-main-content{text-align: center;}

.dialog-tip-message{
	display: inline-block;
	font-size: 22px;
	color: #2341DD;
	line-height: 18px;
}

.dialog-sub-tip{
	font-size: 16px;
	color: #333;
	line-height: 14px;
	margin-top: 20px;
}


.dialog-scanning-code{
	width: 110px;
	height: 110px;
	background-image: url(../../resource/image/wechat-applet.jpg);
	background-size: contain;
	background-position: top;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 17px;
}

.dialog-sis-right{
	font-size: 13px;
	color: #666;
	position: relative;
	width: 136px;
	margin: 0 auto;
}

.dialog-sis-right:before{
	content: "";
	position: absolute;
	width: 13px;
	height: 1px;
	background-color: #d0d0d0;
	top: 8px;
	left: 0;
}

.dialog-right-list{
	width: 445px;
	height: 24px;
	background-image: url(../../resource/image/advantage.png);
	background-size: cover;
	margin-top: 10px;
}

.adms-loading-controller{
	text-align: center;
	-webkit-transition: 0.4s;
	transition: .4s;
	display: none;
}
.adms-loading-controller .img{
	height: 88px;
	width: 88px;
}

.adms-loading-controller .text{
	font-size: 14px;
	color: #98A3B7;
}

.adms-datanone-controller{
	text-align: center;
	-webkit-transition: 0.4s;
	transition: .4s;
	display: none;
}

.adms-datanone-controller .img{
	height: 248px;
	width: 248px;
}

.adms-datanone-controller .text{
	font-size: 16px;
	color: #98A3B7;
}

@media (min-width: 1440px) {

	/* 设备屏幕宽度大于1440px样式 */
	.header-inner {
		width: 1280px;
	}

	.activity-banner .por-container {
		width: 1280px;
	}

	.modul-card-inner {
		width: 1280px;
	}

	.activity-components-container {
		width: 1280px;
	}

	.scrollbar-components-container {
		width: 1304px;
	}

	.information-inner-right {
		width: 720px;
	}

	.business-opportunity-list-card .swiper-slide {
		width: 410px;
	}

	.latest-activities-list-card .swiper-slide {
		width: 627.5px;
	}

	/* 分页器*/
	.tpm-swiper__btn--prev {
		margin-right: 20px;
	}

	.tpm-swiper__btn--next {
		margin-left: 20px;
	}

	.latest-information-area .latest-information-card {
		width: 363px;
	}

	.dynamic-components-inner-three .components-card-item {
		width: 416.666px;
	}

	.dynamic-components-inner-four .components-card-item {
		width: 308.75px;
		height: 110px;
	}

	.advantages-components-container .advantages-components-body {
		width: 1280px;
	}

	.advantages-components-body .advantages-body-left {
		width: 570px;
	}

	.advantages-components-body .advantages-body-right {
		width: 630px;
	}
}

