@charset "utf-8";

img {
	max-width: 100%;
}

.container {
	position: relative;
	z-index: 2;
}

.page-banner {
	position: relative;
	height: 700px;
	padding-top: 150px;
}

.news_dateil {
	position: relative;
	padding-top: 150px;
}

.page-grid .page-grid-intro {
	max-width: 600px;
	font-size: 20px;
	margin-bottom: 50px;
}

.page-grid .page-grid-title {
	position: relative;
	display: inline-block;
	line-height: 1;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 50px;
}

.page-grid .page-line {
	width: 120px;
	height: 14px;
	background-color: #00c15f;
}

.page-banner::before {
	content: "";
	background: url(../images/banner-top-cicle.png) no-repeat;
	width: 240px;
	height: 222px;
	position: absolute;
	top: 0;
	left: 0;
}

.page-banner::after {
	content: "";
	background: url(../images/banner-center-bg.png) no-repeat;
	width: 756px;
	height: 662px;
	position: absolute;
	top: 80px;
	right: 0;
}

.page-grid-title .p-icon-bottom {
	position: absolute;
	bottom: -46px;
	left: -46px;
}

.page-grid-title .p-icon-top {
	position: absolute;
	top: -34px;
	right: -74px;
}

.page-grid-title span {
	text-shadow: 2px 2px 1px #000000;
}

.page-css-title {
	position: relative;
}

.page-css-title span {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.page-css-title .top-text {
	z-index: 2;
}

.page-css-title .btm-text {
	position: absolute;
	top: 4px;
	left: 3px;
}

/* 解决方案           ---------------- */

.apl-section {
	padding-bottom: 50px;
}

.gn-section {
	padding-bottom: 85px;
	padding-top: 60px;
}

.scene-section {
	margin-bottom: 50px;
	padding: 50px 0 120px 0;
	background: linear-gradient(82.57deg, #525354 -13.76%, #121415 102.76%);
}

.afsale-section {
	padding-bottom: 100px;
	background: url(../images/homeR01.svg) left bottom no-repeat;
}

.sec-heading {
	position: relative;
}

.sec-heading .sec-title {
	font-style: normal;
	font-weight: 700;
	font-size: 138px;
	line-height: 189px;
	opacity: 0.6;
	color: transparent;
	-webkit-text-stroke: 2px #fff;
}

.apl-heading {
	position: relative;
	position: relative;
	margin-bottom: 40px;
	text-align: right;
	padding-top: 50px;
}

.apl-heading .vv-demo-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.apl-heading h3 {
	font-size: 32px;
	line-height: 44px;
}

.apl-heading p {
	font-size: 24px;
	line-height: 54px;
	text-align: right;
	color: #999999;
}

.afs-main {
	position: relative;
}

.afs-main::after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -120px;
	width: 188px;
	height: 52px;
	background: url(../images/dots.png) no-repeat;
}

.afs-main .row {
	position: relative;
	z-index: 9;
}

.afs-apl-box {
	position: relative;
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
	height: 313px;
	padding: 0 18px;
	margin-bottom: 24px;
	text-align: center;
	background: linear-gradient(0deg, #3a3a3a, #3a3a3a);
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	transition: 1s all;
}

.afs-apl-box * {
	transition: 0.5s all;
}

.afs-apl-box .a-icon {
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin-bottom: 25px;
	font-size: 0;
}

.afs-apl-box .a-icon img {
	display: block;
}

.afs-apl-box .afs-tit {
	font-weight: 500;
	color: #00c15f;
	font-size: 30px;
	line-height: 41px;
}

.afs-apl-box .afs-intro {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	height: 0;
}

.afs-apl-box .bg-icon {
	width: 90px;
	position: absolute;
	top: -16px;
	right: -16px;
	transform: rotateZ(-46deg);
	opacity: 0.2;
}

.afs-apl-box:hover {
	background: #00c15f;
}

.afs-apl-box:hover .afs-intro {
	visibility: visible;
	opacity: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 16px;
	margin-top: 25px;
	height: auto;
}

.afs-apl-box:hover .a-icon img {
	transform: translateY(-64px);
}

.afs-apl-box:hover .bg-icon {
	display: none;
}

.afs-apl-box:hover .afs-tit {
	color: #ffffff;
}

@media (min-width: 1200px) {
	.hover-up {
		cursor: pointer;
		transition: 0.5s all;
	}

	.hover-up:hover {
		transform: translateY(-8px);
	}

	.hover-right {
		transition: 0.5s all;
	}

	.hover-right:hover {
		transform: translateX(8px);
	}
}

.scene-box {
	position: relative;
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
	height: 395px;
	text-align: center;
	background: #00c15f;
	border-radius: 16px;
	padding: 30px;
}

.scene-box .sce-icon {
	margin-bottom: 15px;
}

.scene-box .sce-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}

.scene-box .sce-intro {
	min-height: 144px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}

.scene-box .sce-line {
	width: 36px;
	height: 1px;
	margin: 30px auto 24px auto;
	background: #ffffff;
}

.scene-row {
	position: relative;
	z-index: 99;
}

.scene-main {
	position: relative;
	margin-top: -30px;
}

.scene-section .mao-bg {
	position: absolute;
	right: -80px;
	bottom: -140px;
}

.afsale-row {
	margin-bottom: 150px;
}

.afsale-row .after-box {
	margin: 50px 0;
	text-align: center;
}

.after-box .text {
	margin-top: 15px;
}

.tech-form-panel {
	position: relative;
}

.tech-form-card {
	position: relative;
	padding-left: 80px;
	padding-right: 70px;
	z-index: 90;
	height: 312px;
	background: #1e1e1e;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	border-radius: 24px;
}

.tech-form-panel::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	border: 1px solid #00c15f;
	box-sizing: border-box;
	border-radius: 24px;
	right: -30px;
	bottom: -30px;
}

.tech-form-card .tech-text {
	font-size: 32px;
	line-height: 51px;
	color: #d2d2d2;
	margin-bottom: 30px;
}

.tech-form-bar {
	position: relative;
	height: 72px;
	box-sizing: border-box;
	border-radius: 44px;
}

.tech-form-bar input,
.tech-form-bar input:focus {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: #090b0c;
	outline: 0;
	border-radius: 40px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-form-bar .btn-submit {
	background: url(../images/Shortvideo/arrow.png) no-repeat center;
	width: 72px;
	height: 72px;
	cursor: pointer;
	position: absolute;
	right: 0;
	outline: 0;
	top: 0;
}

.tech-photo {
	margin-top: -100px;
	margin-right: 30px;
}

.tech-form-panel::before {
	content: "";
	position: absolute;
	height: 390px;
	width: 390px;
	background: url(../images/Shortvideo/quan.png) no-repeat;
	background-size: contain;
	left: -180px;
	top: -180px;
}

.set-gn-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.gn-photo {
	position: relative;
	font-size: 0;
	margin-right: 50px;
}

.gn-photo::after {
	content: "";
	width: 162px;
	height: 194px;
	background: url(../images/sanjiao.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -80px;
	right: -80px;
}

.gn-photo::before {
	content: "";
	width: 336px;
	height: 336px;
	background: url(../images/quan.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 20px;
	right: -200px;
}

.gn-photo img {
	position: relative;
	z-index: 9;
	border: 0.5px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.08);
}

.gn-col {
	position: relative;
	z-index: 9;
	width: 350px;
	margin-right: 30px;
}

.gn-col:last-child {
	margin: 0;
}

.gn-cell {
	padding-left: 25px;
	padding-right: 14px;
	height: 134px;
	background: #3a3a3a;
	border: 1px solid #666666;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.gn-cell .gn-icon {
	margin-right: 20px;
}

.gn-cell h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}

.gn-cell p {
	font-size: 18px;
	line-height: 27px;
	color: #999999;
}

.gn-col:nth-child(2) {
	padding-top: 50px;
}

.gn-col:nth-child(3) {
	padding-top: 120px;
}

.gn-main {
	position: relative;
	z-index: 9;
	margin-top: -20px;
}

/* 解决方案           ---------------- */

/* 关于我们           ---------------- */

.page-sm-line {
	height: 2px;
	width: 120px;
	background: #ffcc3e;
}

.j-section {
	/* height: 220px; */
	background: #00c15f;
}

/* .j-main-flex {
    height: 220px;
} */

.j-main-flex h3 {
	font-weight: bold;
	font-size: 36px;
	line-height: 49px;
	margin-bottom: 10px;
}

.j-main-flex .info {
	max-width: 394px;
	font-size: 20px;
	line-height: 30px;
	opacity: 0.8;
	margin-bottom: 10px;
}

.j-main-flex .info-email {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

.j-main-flex .j-photo {
	margin-right: 60px;
}

.value-section {
	background: url(../images/about/homeR01.svg) left 350px no-repeat;
	padding-bottom: 100px;
}

.val-icon-bg {
	position: absolute;
	right: -80px;
	top: 0;
}

.value-main {
	position: relative;
	background: #4b4b4b;
	margin-top: -20px;
}

.value-list li {
	position: relative;
	padding: 10px 35px;
	color: #00c15f;
}

.value-list li .text {
	display: inline-block;
	cursor: pointer;
	position: relative;
	height: 46px;
	line-height: 46px;
	color: #00c15f;
	padding-left: 25px;
	font-size: 28px;
	transition: 0.3s all;
}

.value-list li:hover .text {
	transform: translateX(10px);
}

.value-list li .text a {
	position: relative;
	height: 46px;
	line-height: 46px;
	color: #00c15f;
	padding-left: 25px;
	font-size: 28px;
}

.value-list li .text::before {
	background-color: #00c15f;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}

.value-list li:nth-child(even) {
	background: #333333;
}

.value-main .value-pic {
	font-size: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.about-cell {
	margin-bottom: 30px;
}

.about-card {
	padding: 0 35px;
	height: 170px;
	background: linear-gradient(0deg, #3a3a3a, #3a3a3a);
	border-radius: 16px;
}

.about-card h3 {
	font-weight: 800;
	font-size: 30px;
	line-height: 44px;
}

.about-card p {
	max-width: 336px;
	font-size: 20px;
	line-height: 38px;
	color: #999999;
}

.about-section {
	padding-bottom: 75px;
}

.about-row .col-md-6 {
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.about-row .col-md-6 {
		margin-bottom: 0;
	}
}

.about-cell {
	margin-bottom: 70px;
}

.about-cell h2 {
	font-weight: bold;
	font-size: 29px;
	line-height: 54px;
}

.about-cell p {
	font-size: 24px;
	line-height: 54px;
	color: #999999;
}

.about-cell img {
	margin-left: 20px;
}

.history-section {
	padding: 60px 0 100px;
}

.history-section .sec-heading {
	margin-bottom: 60px;
}

.history-timeline {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 8px 0 28px 0;
}

/* 纵向时间轴：竖线 + 向下箭头 */
.history-timeline::before {
	content: "";
	position: absolute;
	left: 23px;
	top: 14px;
	bottom: 18px;
	width: 3px;
	background: linear-gradient(
		180deg,
		rgba(0, 193, 95, 0.35) 0%,
		#00c15f 18%,
		#00c15f 82%,
		rgba(0, 193, 95, 0.45) 100%
	);
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 193, 95, 0.2);
}

.history-timeline::after {
	content: "";
	position: absolute;
	left: 14px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 16px solid #00c15f;
	filter: drop-shadow(0 3px 6px rgba(0, 193, 95, 0.35));
}

.history-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 28px;
	padding-bottom: 48px;
}

.history-item:last-child {
	padding-bottom: 0;
}

.history-marker {
	flex-shrink: 0;
	width: 48px;
	display: flex;
	justify-content: center;
	padding-top: 6px;
	position: relative;
	z-index: 2;
}

.history-dot {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #00c15f;
	border: 3px solid #090b0c;
	box-shadow: 0 0 0 4px rgba(0, 193, 95, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.history-item:hover .history-dot {
	transform: scale(1.15);
	box-shadow: 0 0 0 6px rgba(0, 193, 95, 0.3);
}

.history-body {
	flex: 1;
	min-width: 0;
}

.history-date {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #00c15f;
	margin-bottom: 14px;
}

.history-content {
	background: linear-gradient(0deg, #3a3a3a, #3a3a3a);
	border-radius: 12px;
	padding: 22px 32px;
	transition: transform 0.3s ease;
}

.history-item:hover .history-content {
	transform: translateX(6px);
}

.history-content p {
	margin: 0;
	font-size: 18px;
	line-height: 32px;
	color: #cccccc;
}

/* 关于我们           ---------------- */

/* 软件定制开发           ---------------- */

.cust-banner .page-grid-intro {
	max-width: 100%;
}

.cust-banner::after {
	background: url(../images/dingzhi/cus-right.png) no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 870px;
	height: 630px;
}

.cust-banner::before {
	background: url(../images/dingzhi/MaskGroup.png) no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 604px;
	height: 654px;
}

.tl-row-card {
	width: 100%;
	padding: 0 32px;
	height: 188px;
	background: linear-gradient(0deg, #3a3a3a, #3a3a3a);
	border-radius: 10px;
	margin-bottom: 30px;
}

.tl-row-card .tl-icon {
	width: 116px;
	height: 116px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #4c4c4c;
	border-radius: 2px;
	margin-right: 36px;
}

.tl-row {
	position: relative;
	z-index: 11;
	margin-top: -30px;
}

.tl-row .col-6:nth-child(2) {
	padding-top: 30px;
}

.tl-main {
	position: relative;
	margin-bottom: 200px;
}

.tl-main .mao-bg {
	position: absolute;
	right: -50px;
	bottom: -40px;
}

.sec-heading .hz-icon {
	position: absolute;
	right: -100px;
	top: 0;
}

.hz-progress {
	position: relative;
	z-index: 9;
}

.hz-col {
	width: 210px;
	position: relative;
}

.hz-col::after {
	background: url(../images/dingzhi/Arrow.png) no-repeat;
	width: 200px;
	height: 106px;
	content: "";
	position: absolute;
	left: 100px;
	top: 0px;
}

.hz-col:last-child::after {
	display: none;
}

.hz-col .hz-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background: #00c15f;
	box-shadow: 0px 32px 54px rgba(37, 255, 72, 0.224553);
	border-radius: 10px;
}

.hz-col .hz-tit {
	padding-top: 30px;
	padding-bottom: 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
}

.hz-col .hz-intro {
	font-size: 16px;
	line-height: 28px;
}

.hez-section {
	margin-bottom: 80px;
}

.hez-section .hz-progress {
	padding-top: 40px;
}

.light-section {
	padding: 30px 0 60px 0;
	background: #00c15f;
	margin-bottom: 60px;
}

.dz-light-main {
	position: relative;
	padding-top: 70px;
}

.dz-light-main h3 {
	font-weight: bold;
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 30px;
}

.dz-light-main p {
	font-weight: normal;
	font-size: 26px;
	opacity: 0.9;
}

.dz-light-main .light-icon {
	position: absolute;
	right: 0;
	top: 0;
}

.sec-heading .wen-icon {
	position: absolute;
	right: -150px;
	top: 0;
}

.special-main {
	position: relative;
	z-index: 12;
	margin-top: -0px;
}

.special-main::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 10px;
	background: #00c15f;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.spe-table {
	position: relative;
	z-index: 9;
	background: #3a3a3a;
	border: 1px solid #00c15f;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}

.spe-table td {
	padding: 10px 0;
}

.space-green {
	color: #00c15f;
	font-weight: bold;
	background-color: rgb(0, 193, 92, 0.2);
}

.space-odd:hover .space-green {
	color: white;
	background: #3a3a3a;
}

.space-odd:hover {
	color: #00c15f;
	font-weight: bold;
	background-color: rgb(0, 193, 92, 0.2);
}

.space-first td {
	padding: 20px 0;
	border-bottom: 1px solid #ffffff;
}

.spe-section {
	position: relative;
	padding-bottom: 250px;
}

.spe-section::before {
	background: url(../images/dingzhi/quan-left.png) no-repeat;
	width: 280px;
	height: 380px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
}

.spe-section .sec-title {
	font-size: 200px;
	font-weight: bold;
}

.dev--grid {
	position: relative;
}

.dev--grid {
	padding-left: 100px;
}

.dev--grid .dev-icon {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	text-align: center;
	border-radius: 50px;
	background: #ffffff;
}

.dev--grid h3 {
	font-weight: 500;
	font-size: 36px;
	line-height: 34px;
	color: #00c15f;
	margin-bottom: 30px;
}

.dev--grid p {
	font-size: 24px;
	line-height: 54px;
	color: #ffffff;
	opacity: 0.9;
}

@media (min-width: 769px) {
	.dev--cell:nth-child(odd) {
		flex-direction: row-reverse;
	}

	.dev--cell:nth-child(odd) .dev-photo {
		margin-left: 40px;
	}
}

.dev-main {
	position: relative;
	z-index: 9;
	margin-top: -50px;
}

.dev-main::before {
	content: "";
	display: block;
	width: 1330px;
	height: 1517px;
	background: linear-gradient(82.57deg, #525354 -13.76%, #121415 102.76%);
	transform: skewY(2.4deg);
	border-radius: 10px;
	position: absolute;
	left: -50px;
	top: 0;
	z-index: 1;
	display: block;
}

.dev-main .dev-container {
	position: relative;
	z-index: 9;
}

.dev-container .swiper-slide {
	background: url(../images/dingzhi/q-line.png) center no-repeat;
	padding: 80px 0;
}

.dev--cell {
	padding: 30px 0;
}

.sw-arrow {
	position: absolute;
	bottom: 40px;
	right: 0px;
	z-index: 9;
	width: 82px;
	height: 82px;
	white-space: nowrap;
	border-radius: 84px;
	overflow: hidden;
}

.sw-arrow .swiper--prev,
.sw-arrow .swiper--next {
	display: inline-block;
	width: 82px;
	height: 82px;
	border-radius: 84px;
	transform: translateX(-84px);
	transition: 0.3s all;
}

.sw-arrow .swiper--next img {
	display: inline-block;
	transform: rotateZ(180deg);
}

.arrow-cur .swiper--prev,
.arrow-cur .swiper--next {
	transform: translateX(0) !important;
}

.dev--section {
	padding-bottom: 150px;
	margin-bottom: 60px;
}

.dev-main::after {
	background: url(../images/dingzhi/bottom-line.png) no-repeat;
	width: 1210px;
	height: 280px;
	content: "";
	position: absolute;
	left: 80px;
	bottom: -100px;
}

.cust-banner {
	position: relative;
	padding-top: 200px;
}

.cust-banner .container {
	position: relative;
	z-index: 9;
}

.cust-banner .dz-prview-pic {
	position: absolute;
	top: 60px;
	right: 0;
}

.scene-section {
	overflow: visible;
}

/* 首页 */

.index-page-grid .page-grid-intro {
	font-size: 36px;
	margin-bottom: 100px;
}

.index-page-grid .page-grid-title {
	position: relative;
	display: inline-block;
	line-height: 1;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 50px;
}

.index-page-grid .page-line {
	width: 120px;
	height: 14px;
	background-color: #00c15f;
}

.index-wrapper {
	overflow: hidden;
}

.index-section .sec-heading .sec-title {
	font-size: 208px;
	line-height: 1;
}

.data-section {
	padding: 50px 10px;
	background: #00c15f;
}

.index-data-row {
	text-align: center;
	line-height: 1;
}

.index-data-row .d-icon {
	margin-bottom: 10px;
}

.index-data-row .d-value {
	font-size: 64px;
	line-height: 70px;
	margin-bottom: 10px;
	font-weight: 500;
}

.index-data-row .d-intro {
	font-size: 16px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	line-height: 150%;
}

.puhy-section {
	padding: 68px 0 100px 0;
}

.puhy-title {
	text-align: center;
	margin-bottom: 38px;
	font-weight: 500;
	font-size: 42px;
	line-height: 34px;
}

.hzsty-section {
	background: linear-gradient(
		98.54deg,
		#ffffff 0%,
		rgba(255, 255, 255, 0.7) 100.63%
	);
	margin-bottom: 100px;
	padding: 76px 0;
}

.hzsty-section .sec-title {
	color: transparent;
	-webkit-text-stroke: 2px #333;
}

.dym-main {
	position: relative;
	margin-bottom: 430px;
}

.dym-main .dym-row {
	position: relative;
	z-index: 8;
}

.dym-panel {
	padding: 30px;
	background: #222324;
	border-radius: 24px;
}

.dym-panel_hd {
	margin-bottom: 25px;
}

.dym-list li {
	margin-bottom: 16px;
}

.dym-list li:last-child {
	margin-bottom: 0px;
}

.dym-list li a {
	position: relative;
	display: block;
	line-height: 26px;
	font-size: 16px;
	color: rgba(216, 216, 216, 0.8);
	padding-right: 100px;
	transition: 0.3s all;
}

.dym-list li a .date {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.dym-tt span {
	display: inline-block;
	vertical-align: middle;
}

.dym-tt .ch {
	font-weight: 600;
	font-size: 20px;
}

.dym-tt .en {
	font-size: 16px;
	line-height: 160%;
	color: rgba(255, 255, 255, 0.8);
	margin-left: 15px;
}

.dym-panel_hd .dym-more {
	font-size: 18px;
	line-height: 18px;
	color: #00c15f;
}

.dym-list li a:hover {
	color: #00c15f;
	transform: translateX(6px);
}

.dym-main::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -100px;
	width: 180px;
	height: 170px;
	background: url(../images/mao.png) no-repeat;
}

.dym-main::before {
	content: "";
	position: absolute;
	left: -100px;
	top: -80px;
	width: 194px;
	height: 194px;
	background: url(../images/index/dots.png) no-repeat;
}

.hzsty-card {
	padding: 32px;
	background: #00c15f;
	color: #333333;
	border-radius: 16px;
}

.sty-heading {
	margin-bottom: 25px;
}

.sty-heading h2 {
	font-weight: bold;
	font-size: 26px;
}

.sty-heading p {
	font-size: 22px;
}

.sty-desc {
	margin-bottom: 25px;
}

.hzsty-card .sty-more {
	display: inline-block;
	padding-right: 24px;
	color: #ffffff;
	background: url(../images/index/more.png) right center no-repeat;
}

.hzsty-zero-card {
	background-repeat: no-repeat;
	background-position: right 0;
	background-image: url(../images/index/cc1.png);
}

.hzsty-team-card {
	background-repeat: no-repeat;
	background-position: right 0;
	background-image: url(../images/index/cc2.png);
}

.brief-section {
	position: relative;
	padding-bottom: 100px;
	background: url(../images/index/homeRt.png) top right no-repeat;
}

.brief-section .sec-heading {
	margin-bottom: 50px;
}

.brief-section::before {
	background: url(../images/index/fangkuai.png) no-repeat;
	width: 405px;
	height: 474px;
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}

.brief-photo {
	margin-left: 60px;
}

.brief-heading {
	font-size: 36px;
	margin-bottom: 24px;
	line-height: 1.2;
}

.brief-text {
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	color: rgba(255, 255, 255, 0.8);
}

.brief-text p {
	margin-bottom: 30px;
}

.brief-heading .cn .lg-text {
	font-size: 72px;
	font-weight: bold;
}

.serve-nav-tab {
	margin-bottom: 30px;
}

.serve-nav-tab .nav-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, #3a3a3a, #3a3a3a);
	border-radius: 10px;
	width: 116px;
	height: 116px;
}

.serve-nav-tab .nav-link.active::after {
	background: url(../images/up.png) no-repeat;
	width: 22px;
	height: 10px;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: -31px;
}

.serve-section {
	padding-bottom: 200px;
}

.serve-main {
	position: relative;
}

.serve-main .serv-block {
	width: 136px;
	height: 99px;
	content: "";
	background: url(../images/index/dots-w.png) no-repeat;
	position: absolute;
	left: -100px;
	bottom: -45px;
}

.serve-main .serv-line {
	width: 1600px;
	height: 243px;
	content: "";
	background: url(../images/index/lg-line.png) no-repeat;
	position: absolute;
	left: 162px;
	bottom: -162px;
}

.serve-main .tab-content {
	position: relative;
	z-index: 8;
}

.serve-main .serve-title {
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 50px;
}

.serv-cell {
	padding: 16px 34px;
	min-height: 200px;
	background: #3a3a3a;
	border: 1px solid #222526;
	box-shadow: 0px 2px 4px rgba(14, 86, 124, 0.165308);
	border-radius: 16px;
}

.serv-cell h2 {
	font-weight: bold;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 20px;
}

.serv-cell p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #e5e5e5;
}

.serv-cell > img {
	display: block;
	margin-left: 30px;
}

.coper-section {
	position: relative;
	padding: 100px 0;
	min-height: 820px;
	margin-bottom: 100px;
	overflow: visible;
}

.coper-section .container {
	z-index: 99;
}

.coper-section .coper-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 98;
	transform: skewY(2.4deg);
	background: linear-gradient(207.32deg, #7e7e7e -18.01%, #090b0c 48.62%);
}

.coper-box {
	text-align: center;
}

.coper-box .icon {
	width: 96px;
	height: 96px;
	background: #00c15f;
	box-shadow: 0px 32px 54px rgba(37, 255, 85, 0.224553);
	border-radius: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coper-box .text {
	margin-top: 15px;
	font-size: 24px;
	line-height: 34px;
}

.coper-section .sec-heading {
	margin-bottom: 100px;
}

.coper-row-middle {
	text-align: right;
	padding: 20px 0;
}

.case-section {
	position: relative;
	z-index: 23;
	overflow: visible;
	padding-top: 60px;
	margin-bottom: 140px;
}

.sec-heading .mao-top {
	position: absolute;
	left: -120px;
	top: -50px;
}

.case-info {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	line-height: 34px;
	text-align: right;
	color: #ffffff;
}

.case-main {
	position: relative;
}

.case-left {
	position: relative;
	width: 710px;
	margin-left: -162px;
	margin-top: 40px;
}

.case-left-photo {
	position: absolute;
	left: 362px;
	top: -42px;
}

.case-left-photo img {
	border-radius: 10px;
}

.case-panel {
	position: absolute;
	top: 0;
	left: 590px;
	width: calc(100vw);
	height: 941px;
	padding: 35px 50px;
	color: #333;
	background: linear-gradient(
		205.76deg,
		#f0f3f8 0%,
		rgba(240, 243, 248, 0.7) 109.02%
	);
}

.case--collapse {
	width: 410px;
}

.case--collapse-list li {
	position: relative;
	padding: 10px 30px;
	margin-bottom: 40px;
}

.case--collapse-list li::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	left: 0px;
	bottom: 0;
	/* background: #00C15F; */
	background: #090b0c;
	border-radius: 48px;
	transition: 0.2s all;
}

.case--collapse-list li::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 0;
	left: 0px;
	top: 0px;
	background: #00c15f;
	border-radius: 48px;
	transition: 0.2s all;
}

.case--collapse-list li.active::after {
	height: 100%;
}

.case--collapse-list li.active::before {
	height: 0;
}

.case--collapse-list li:last-child {
	margin-bottom: 0;
}

.c-title {
	font-size: 24px;
	margin-bottom: 16px;
	font-weight: bold;
	cursor: pointer;
}

.c-body {
	display: none;
}

.case--collapse-list li.active .c-body {
	display: block;
}

.c-body .c-intro {
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 16px;
	color: rgba(51, 51, 51, 0.8);
}

.c-body .c-more {
	display: inline-block;
	padding-right: 24px;
	color: #333333;
	background: url(../images/b-rt.png) right center no-repeat;
}

/*菜单 */

.dropdown-popover {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	padding-top: 30px;
	display: none;
}

.dropdown-popover::before {
	width: 22px;
	height: 10px;
	content: "";
	position: absolute;
	right: 136px;
	top: 20px;
	background: url(../images/up.png) no-repeat;
}

.dropdown-about {
	position: absolute;
	top: 100%;
	right: 0;
	padding-top: 30px;
	display: none;
}

.dropdown-about::before {
	width: 22px;
	height: 10px;
	content: "";
	position: absolute;
	right: 40px;
	top: 20px;
	background: url(../images/up.png) no-repeat;
}

.dropdown-menu-list {
	background: rgba(58, 58, 58, 0.6);
	padding: 20px;
	border: 2px solid #00c15f;
	box-sizing: border-box;
	box-shadow: inset 0px 0px 8px rgba(0, 193, 95, 0.3),
		inset 0px 0px 12px rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(20px);
	border-radius: 12px;
}

.dropdown-menu-list li {
	width: 25%;
	padding: 10px;
	float: left;
}

.width-100 {
	display: flex;
	flex-direction: column;
}

.width-100 li {
	width: 100% !important;
}

.dropdown-menu-list .menu-link {
	padding: 10px;
	color: #ffffff;
}

.dropdown-menu-list .menu-link:hover {
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0px -1px 0px #00c15f;
	border-radius: 8px 8px 0px 0px;
}

.menu-link img {
	margin-right: 15px;
	width: 40px;
}

.menu-link h3 {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.menu-link p {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #bdbdbd;
}

@media (max-width: 1023px) {
	.dropdown-menu-list li {
		width: 33.33%;
	}

	.menu-link p {
		height: 40px;
	}

	.news_dateil_content_title {
		font-size: 25px !important;
	}
}

@media (max-width: 700px) {
	.news_dateil_content_time {
		font-size: 14px !important;
	}

	.news_dateil_content_txt {
		font-size: 14px !important;
	}

	.news_dateil_content_title {
		font-size: 18px !important;
	}

	.dropdown-menu-list li {
		padding: 5px 10px;
		width: 100%;
	}

	.menu-link p {
		height: 20px;
	}

	.menu-link h3 {
		margin-bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.dym-row {
		margin: 0 -15px;
	}

	.dym-row > div {
		padding: 0 15px;
	}
}

.page-wrapper {
	overflow: hidden;
}

@media (max-width: 1200px) {
	/* 解决方案  ipad*/
	.page-grid .page-grid-title {
		font-size: 60px;
	}

	.page-grid .page-grid-intro {
		font-size: 18px;
	}

	.page-photo {
		max-width: 380px;
	}

	.apl-heading h3 {
		font-size: 22px;
	}

	.apl-heading p {
		font-size: 16px;
	}

	.tech-form-card .tech-text {
		font-size: 22px;
	}

	.sec-heading .sec-title {
		font-size: 70px;
	}

	.set-gn-icon {
		width: 220px;
	}

	.gn-cell h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.gn-cell p {
		font-size: 14px;
		line-height: 20px;
	}

	.page-banner {
		height: 500px;
	}

	.page-banner::after {
		width: 629px;
		height: 520px;
		background-size: 100% 100%;
	}
}

@media (max-width: 1023px) {
	.page-banner::after {
		width: 429px;
		height: 420px;
	}

	/* 解决方案  ipad*/
	.page-grid .page-grid-title {
		font-size: 60px;
	}

	.page-grid .page-grid-intro {
		font-size: 18px;
	}

	.page-photo {
		max-width: 380px;
	}

	.apl-heading h3 {
		font-size: 22px;
	}

	.apl-heading p {
		font-size: 16px;
	}

	.tech-form-card {
		height: 200px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.tech-photo {
		width: 200px;
	}

	.tech-form-card .tech-text {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.tech-form-bar input,
	.tech-form-bar input:focus {
		font-size: 16px;
	}

	.tech-form-bar {
		height: 48px;
	}

	.tech-form-bar .btn-submit {
		width: 48px;
		height: 48px;
		border: 0;
	}

	.sec-heading .sec-title {
		line-height: 90px;
		font-size: 70px;
	}

	.set-gn-icon {
		width: 220px;
	}

	.gn-cell h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.gn-cell p {
		font-size: 14px;
		line-height: 20px;
	}

	.apl-heading {
		padding: 0;
	}

	.apl-heading .vv-demo-icon {
		width: 160px;
	}

	.afs-apl-box {
		height: 240px;
		padding: 0 10px;
	}

	.afs-apl-box .afs-tit {
		font-size: 18px;
	}

	.afs-apl-box .a-icon {
		margin-bottom: 5px;
	}

	.afs-apl-box:hover .afs-intro {
		font-size: 14px;
		margin-top: 12px;
	}

	.afs-apl-box .a-icon {
		width: 32px;
		height: 32px;
	}

	.afs-apl-box .a-icon img {
		width: 32px;
	}

	.afs-apl-box:hover .a-icon img {
		transform: translateY(-32px);
	}

	.gn-cell {
		height: 120px;
	}

	.gn-cell .gn-icon {
		width: 27px;
	}

	.scene-box {
		padding: 16px;
		height: 300px;
	}

	.scene-box .sce-title {
		font-size: 18px;
	}

	.scene-box .sce-line {
		margin: 10px auto 6px auto;
	}

	.scene-box .sce-icon {
		margin-bottom: 6px;
	}

	.scene-box .sce-intro {
		font-size: 12px;
		line-height: 1.5;
		min-height: 134px;
	}
}

@media (max-width: 700px) {
	.page-banner .container {
		padding-left: 15px;
	}

	.w-10 {
		width: 10%;
	}

	.w-20 {
		width: 20%;
	}

	.bread_crumbs_txt {
		font-size: 10px !important;
	}

	/* 解决方案  ipad*/
	.page-grid .page-grid-title {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.page-grid .page-grid-intro {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.page-grid .page-line {
		width: 48px;
		height: 4px;
	}

	.page-grid-title .p-icon-bottom {
		width: 14px;
		bottom: -10px;
		left: -10px;
	}

	.page-grid-title .p-icon-top {
		width: 28px;
		top: -14px;
		right: -28px;
	}

	.header_box {
		display: flex;
		justify-content: space-between;
		background: #3a3a3a;
		border-radius: 16px;
		padding: 12px !important;
	}

	.header_title {
		font-size: 30px !important;
	}

	.header_txt {
		font-size: 10px !important;
	}

	.page-banner::before {
		width: 124px;
		height: 104px;
		background-size: 100% 100%;
	}

	.page-photo {
		max-width: 380px;
		margin-left: 15px;
	}

	.apl-heading h3 {
		font-size: 22px;
	}

	.apl-heading p {
		font-size: 16px;
	}

	.tech-form-card .tech-text {
		font-size: 22px;
	}

	.sec-heading .sec-title {
		font-size: 62px;
		line-height: 80px;
	}

	.set-gn-icon {
		width: 80px;
	}

	.gn-cell h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.gn-cell p {
		font-size: 14px;
		line-height: 20px;
	}

	.page-banner {
		height: 300px !important;
		padding-top: 100px;
	}

	.industry_title {
		font-size: 14px !important;
	}

	.industry_time {
		font-size: 12px !important;
	}

	.dynamic_box {
		padding: 10px 5px 10px 5px !important;
		border-radius: 0px 0px 8px 8px !important;
	}

	.dynamic_content img {
		border-radius: 8px 8px 0px 0px !important;
	}

	.dynamic_time {
		font-size: 10px !important;
	}

	.previous_page {
		margin-left: 10px !important;
		font-size: 10px !important;
	}

	.next_page {
		font-size: 10px !important;
		margin-right: 10px !important;
	}

	.articles_page {
		font-size: 10px !important;
		margin-right: 10px !important;
	}

	.page_num {
		width: 20px !important;
		height: 24px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
	}

	.news_dateil {
		padding-top: 100px;
	}

	.pagination {
		padding-bottom: 100px;
	}

	.previous_content {
		padding: 6px 6px !important;
	}

	.dynamic_title {
		font-size: 12px;
	}

	.page-banner::after {
		width: 222px;
		height: 200px;
		background-size: 100% 100%;
	}

	.afs-apl-box .afs-tit {
		font-size: 16px;
	}

	.apl-heading .vv-demo-icon {
		left: auto;
		right: 0;
	}

	.apl-heading {
		text-align: left;
	}

	.apl-heading .vv-demo-icon {
		width: 100px;
	}

	.apl-heading p {
		max-width: 240px;
		font-size: 12px;
		text-align: left;
		line-height: 1.5;
	}

	.apl-heading h3 {
		max-width: 240px;
		line-height: 1.5;
		font-size: 16px;
	}

	.afs-apl-box .a-icon {
		margin-bottom: 5px;
	}

	.afs-apl-box:hover .afs-intro {
		font-size: 14px;
		margin-top: 12px;
	}

	.afs-apl-box .bg-icon {
		width: 60px;
		position: absolute;
		top: -16px;
		right: -16px;
		transform: rotateZ(-46deg);
		opacity: 0.2;
	}

	.afs-row {
		overflow-x: auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.afs-row .col-3 {
		-ms-flex: 0 0 164px;
		flex: 0 0 164px;
		max-width: 164px;
	}

	.afs-apl-box {
		height: 210px;
	}

	.gn-section {
		padding-top: 0;
		padding-bottom: 40px;
	}

	.gn-photo {
		display: none;
	}

	.gn-col:nth-child(2) {
		padding-top: 0;
	}

	.gn-col:nth-child(3) {
		padding-top: 0;
	}

	.gn-main {
		display: block;
		margin-top: 10px;
	}

	.gn-cell .gn-icon {
		width: 54px;
	}

	.gn-cell {
		margin: 0 10px;
		height: 100px;
		margin-bottom: 15px;
	}

	.scene-section {
		padding: 30px 0;
	}

	.scene-main {
		margin-top: 20px;
	}

	.scene-row {
		overflow-x: auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.scene-row .col {
		-ms-flex: 0 0 232px;
		flex: 0 0 232px;
		max-width: 232px;
	}

	.scene-box .sce-intro {
		line-height: 2;
	}

	.scene-section .mao-bg {
		bottom: auto;
		top: 14px;
		right: 0;
		width: 70px;
	}

	.afsale-section {
		background-size: cover;
	}

	.afsale-row .after-box {
		margin: 10px 0;
	}

	.after-box .text {
		font-size: 12px;
	}

	.after-box img {
		width: 27px;
	}

	.tech-photo {
		display: none;
	}

	.afsale-row {
		margin-bottom: 100px;
	}

	.tech-form-card {
		padding: 0 25px;
	}

	.tech-form-card .tech-text {
		font-size: 16px;
	}

	.tech-form-panel::before {
		display: none;
	}
}

/* 关于我们 */

@media (max-width: 1023px) {
	.about-cell h2 {
		font-weight: bold;
		font-size: 22px;
		line-height: 34px;
	}

	.about-cell p {
		font-size: 16px;
		line-height: 34px;
		color: #999999;
	}

	.about-card {
		height: 140px;
	}

	.about-card h3 {
		font-weight: 800;
		font-size: 20px;
		line-height: 28px;
	}

	.about-card p {
		max-width: 336px;
		font-size: 16px;
		line-height: 28px;
	}

	.about-card img {
		width: 80px;
	}

	.value-list li {
		padding: 10px 15px;
	}

	.value-list li .text {
		font-size: 15px;
		height: 26px;
		line-height: 26px;
	}

	.value-main .value-pic {
		width: 200px;
	}

	.j-section {
		height: 180px;
	}

	.j-main-flex {
		height: 180px;
	}

	.j-main-flex h3 {
		font-weight: bold;
		font-size: 26px;
		line-height: 39px;
	}

	.j-main-flex .info {
		max-width: 394px;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.j-main-flex .info-email {
		font-size: 16px;
		line-height: 20px;
	}

	.j-main-flex .j-photo {
		margin-right: 60px;
		width: 200px;
	}
}

@media (max-width: 700px) {
	.about-cell img {
		position: absolute;
		right: 0;
		width: 60px;
	}

	.about-cell h2 {
		padding-right: 80px;
		font-size: 18px;
	}

	.about-cell {
		margin-bottom: 40px;
	}

	.about-cell p {
		line-height: 22px;
		font-size: 14px;
	}

	.about-card {
		height: 118px;
		margin-bottom: 20px;
	}

	.about-section {
		padding-bottom: 35px;
	}

	.history-section {
		padding: 30px 0 50px;
	}

	.history-section .sec-heading {
		margin-bottom: 30px;
	}

	.history-timeline {
		padding-bottom: 24px;
	}

	.history-timeline::before {
		left: 19px;
		width: 2px;
		bottom: 14px;
	}

	.history-timeline::after {
		left: 11px;
		border-left-width: 8px;
		border-right-width: 8px;
		border-top-width: 12px;
	}

	.history-item {
		gap: 16px;
		padding-bottom: 32px;
	}

	.history-marker {
		width: 40px;
		padding-top: 4px;
	}

	.history-dot {
		width: 14px;
		height: 14px;
		border-width: 2px;
		box-shadow: 0 0 0 3px rgba(0, 193, 95, 0.2);
	}

	.history-date {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.history-content {
		padding: 16px 20px;
		border-radius: 10px;
	}

	.history-content p {
		font-size: 14px;
		line-height: 24px;
	}

	.history-item {
		padding-bottom: 32px;
	}

	.value-main .value-pic {
		width: 100px;
	}

	.value-main {
		margin-top: 0;
	}

	.val-icon-bg {
		width: 120px;
		right: 0;
	}

	.j-main-flex .j-photo {
		width: 150px;
		margin: 0;
	}

	.j-main-flex h3 {
		font-size: 20px;
		line-height: 36px;
	}

	.j-main-flex .info {
		font-size: 12px;
		line-height: 20px;
	}

	.j-main-flex .info-email {
		font-size: 14px;
		line-height: 20px;
	}

	.j-section {
		height: auto;
		padding: 48px 0;
	}

	.j-main-flex {
		height: auto;
	}
}

/* 定制 */

@media (max-width: 1023px) {
	.cust-banner .dz-prview-pic {
		width: 100px;
	}

	.dz-light-main h3 {
		font-weight: bold;
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
		padding-right: 80px;
	}

	.dz-light-main {
		padding-top: 20px;
	}

	.dz-light-main .light-icon {
		width: 100px;
	}

	.dz-light-main p {
		font-size: 16px;
		opacity: 0.9;
	}

	.sec-heading .hz-icon {
		width: 100px;
		right: 0;
	}

	.hz-progress {
		overflow-x: auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.hz-progress .hz-col {
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		max-width: 200px;
	}

	.hz-col .hz-tit {
		padding-top: 20px;
		padding-bottom: 10px;
		font-size: 18px;
		line-height: 24px;
	}

	.hz-col .hz-icon {
		width: 80px;
		height: 80px;
	}

	.hz-col .hz-intro {
		font-size: 14px;
		line-height: 24px;
	}

	.hz-col::after {
		width: 100px;
		height: 50px;
		left: 90px;
		top: 20px;
		background-size: 100% 100%;
	}

	.hez-section {
		margin-bottom: 40px;
	}

	.dev-photo {
		width: 200px;
		margin-right: 20px;
	}

	.dev--grid p {
		font-size: 16px;
		line-height: 32px;
	}

	.dev--grid h3 {
		font-size: 22px;
		margin-bottom: 15px;
		line-height: 32px;
	}

	.dev--grid {
		padding-left: 70px;
	}

	.dev--grid .dev-icon {
		width: 38px;
		height: 38px;
	}

	.dev--grid .dev-icon img {
		width: 22px;
	}

	.dev-main::before {
		height: 100%;
	}

	.dev--section .sec-heading {
		margin-bottom: 80px;
	}

	.dev-container .swiper-slide {
		background: none;
	}
}

@media (max-width: 700px) {
	.tl-row {
		display: block;
		margin-top: 0;
	}

	.tl-row .col-6:nth-child(2) {
		padding-top: 0;
	}

	.tl-row .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tl-row-card .tl-icon {
		width: 80px;
		height: 80px;
	}

	.tl-row-card {
		height: 124px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.tl-main .mao-bg {
		width: 100px;
		right: 0;
	}

	.tl-main {
		margin-bottom: 80px;
	}

	.dz-light-main h3 {
		font-size: 22px;
	}

	.light-section {
		padding: 10px 0 30px 0;
	}

	.dev-photo {
		width: 150px;
		text-align: center;
	}

	.dev--grid .dev-icon {
		width: 30px;
		height: 30px;
	}

	.dev--grid .dev-icon img {
		width: 16px;
	}

	.dev--grid p {
		margin-left: -50px;
	}

	.dev-photo img {
		width: 222px;
	}

	.dev--grid {
		padding-left: 50px;
	}

	.dev--grid p {
		font-size: 13px;
		line-height: 1.8;
	}

	.dev--grid h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.dev-container .swiper-slide {
		padding: 30px 0;
	}

	.sw-arrow {
		position: absolute;
		bottom: 20px;
		right: 0px;
		z-index: 9;
		width: 41px;
		height: 41px;
		white-space: nowrap;
		border-radius: 41px;
		overflow: hidden;
		font-size: 0;
	}

	.sw-arrow .swiper--prev,
	.sw-arrow .swiper--next {
		width: 41px;
		height: 41px;
		border-radius: 41px;
		transform: translateX(-41px);
		transition: 0.3s all;
	}

	.spe-section {
		padding-bottom: 100px;
	}
}

/* 首页 */

.coper-m-main {
	display: none;
}

@media (max-width: 1200px) {
}

@media (max-width: 1023px) {
	.index-section .sec-heading .sec-title {
		font-size: 72px;
	}

	.dym-main {
		margin-bottom: 220px;
	}

	.index-brief {
		display: block;
	}

	.sty-desc {
		font-size: 14px;
		min-height: 105px;
	}
}

@media (max-width: 700px) {
	.coper-main {
		display: none;
	}

	.coper-m-main {
		display: block;
	}

	.index-page-grid .page-grid-intro {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.index-page-grid .page-grid-title {
		font-size: 42px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.index-page-grid .page-line {
		width: 80px;
		height: 5px;
	}

	.serve-main .serve-title {
		margin-bottom: 30px;
		font-size: 32px;
	}

	.serve-nav-tab .nav-link {
		width: 60px;
		height: 60px;
	}

	.serv-cell {
		display: block;
		padding: 20px;
		text-align: center;
	}

	.serv-cell h2 {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.serv-cell p {
		font-size: 14px;
		line-height: 22px;
	}

	.serv-cell > img {
		display: inline-block;
		margin: 0;
		width: 200px;
	}

	.serve-section {
		padding-bottom: 100px;
	}

	.serve-main .serv-line {
		width: 1600px;
		height: 243px;
		left: 82px;
		bottom: -62px;
	}

	.case-info {
		position: static;
		text-align: left;
		margin-top: 20px;
		font-size: 15px;
	}

	.data-section {
		padding: 30px 0;
	}

	.index-data-row .d-value {
		font-size: 24px;
		line-height: 30px;
	}

	.index-data-row .d-intro {
		font-size: 12px;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		line-height: 150%;
		margin-bottom: 0;
	}

	.hzsty-section {
		padding: 40px 0;
	}

	.hzsty-section .sec-heading {
		margin-bottom: 30px;
	}

	.hzsty-card {
		margin: 10px 0;
	}

	.dym-main {
		margin-bottom: 120px;
	}

	.dym-panel {
		padding: 20px;
		margin-top: 20px;
	}

	.brief-section::before {
		width: 120px;
		height: 120px;
		background-size: contain;
	}

	.brief-heading {
		font-size: 22px;
	}

	.brief-heading .cn .lg-text {
		font-size: 34px;
	}

	.brief-text {
		font-size: 14px;
	}

	.coper-box .icon {
		width: 54px;
		height: 54px;
	}

	.coper-box .icon img {
		width: 22px;
	}

	.coper-box .text {
		font-size: 12px;
		line-height: 1;
		margin-top: 10px;
	}

	.coper-section {
		padding: 40px 0;
		min-height: auto;
		margin-bottom: 60px;
	}

	.coper-section .sec-heading {
		margin-bottom: 60px;
	}

	.coper-m-row {
		background: #3a3a3a;
		border-radius: 8px;
		padding: 15px 10px;
	}

	.coper-m-row .arrow {
		padding: 10px 0;
	}

	.coper-m-row-middle {
		padding: 20px 0;
		display: flex;
		justify-content: center;
	}

	.coper-m-line {
		background: url(../images/index/kuo.png) no-repeat;
		background-size: 100% 100%;
		height: 8px;
		width: 90%;
		margin: 0 auto;
		margin-top: 6px;
	}

	.case-left {
		display: none;
	}

	.case--collapse {
		width: 100%;
	}

	.case-panel {
		position: static;
		height: auto;
		width: 100%;
		padding: 30px;
	}

	.case-section {
		margin-bottom: 50px;
	}

	.case-section .sec-heading {
		margin-bottom: 30px;
	}

	.case--collapse-list li {
		margin-bottom: 25px;
	}

	.case--collapse-list li {
		padding: 10px 0 10px 20px;
	}

	.c-title {
		font-size: 18px;
	}

	.c-body .c-intro {
		font-size: 14px;
	}

	.c-body .c-more {
		font-size: 14px;
	}

	.spe-table td {
		font-size: 14px;
	}
}

.page {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.bar-fixed {
	position: fixed;
	right: 26px;
	top: 50%;
	z-index: 9999;
	margin-top: -100px;
}

.bar-fixed .bar-link {
	display: block;
	position: relative;
}

.bar-fixed .bar-link-box {
	position: relative;
	z-index: 81;
	width: 44px;
	height: 44px;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #263238;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 10px 0;
	background-color: #00c15f;
}

.bar-fixed .bar-link.lg .bar-link-box {
	height: 200px;
}

.bar-fixed .bar-link:hover {
	background-color: #029349;
}

.bar-fixed .bar-link .iconfont {
	font-size: 20px;
}

.bar-fixed .bar-link .txt {
	margin-top: 4px;
}

/* .abs-wx {
    width: 190px;
} */

.bar-abs {
	position: absolute;
	right: 0;
	top: 0;
	/* width: 150px; */
	display: block;
	transition: 0.3s all;
	visibility: hidden;
	opacity: 0;
	color: #263238;
	right: 45px;
}

.bar-fixed .bar-link:hover .bar-abs {
	right: 25px;
	visibility: visible;
	opacity: 1;
}

.abs-cells {
	height: 143px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.abs-cell {
	width: 100%;
	padding-right: 30px;
	text-align: left;
	padding: 8px 20px;
	font-size: 12px;
	background: #f7f8f9;
	border: 0.5px solid rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	white-space: nowrap;
	margin-bottom: 7px;
}

.abs-cell .abs-text {
	text-align: center;
	line-height: 1;
	margin-top: 4px;
}

.abs-contact {
	line-height: 1;
}

.abs-contact .t {
	margin-bottom: 8px;
}

.w-100 {
	width: 100%;
}

.height-700 {
	height: 600px;
}

.dynamic_box {
	padding: 24px 26px;
	background: #3a3a3a;
	border-radius: 0px 0px 16px 16px;
}

.dynamic_box p {
	color: #fff;
}

.dynamic_content img {
	border-radius: 16px 16px 0px 0px;
}

.dynamic_content {
	max-width: 327px;
	padding-bottom: 60px;
}

.dynamic_time {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	margin-top: 8px;
}

.pagination {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.pagination_content {
	display: flex;
	justify-content: space-between;
}

.previous_content {
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 6px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 24px;
}

.previous_page {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
}

.next_page {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	/* margin-right: 20px; */
}

.articles_page {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	margin-right: 20px;
}

.next_content {
	padding: 4px;
	background: #3a3a3a;
	border-radius: 6px;
	max-width: 386px;
}

.page_box {
	display: flex;
}

.page_num {
	width: 36px;
	max-width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}

.page_active {
	background: #00c15f;
	box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	border: 1px solid transparent !important;
}

.page_active span {
	color: white !important;
}

.header_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header_box {
	display: flex;
	justify-content: space-between;
	background: #3a3a3a;
	border-radius: 16px;
	padding: 12px 69px 12px 34px;
}

.header_title {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	color: #ffffff;
}

.header_txt {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	margin-top: 12px;
}

.bread_crumbs {
	margin: 42px 0;
	display: flex;
	align-items: center;
}

.bread_crumbs a:hover {
	color: #777e90;
}

.news_dateil_content {
	padding-top: 52px;
	border-top: 1px solid #333333;
	padding-bottom: 150px;
}

.news_dateil_content_title {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	color: #ddd;
}

.news_dateil_content_time {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #999999;
	margin-top: 24px;
	margin-bottom: 42px;
}

.news_dateil_content_txt {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #999;
	margin-top: 47px;
}

.industry_box {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 24px;
}

.industry_title {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

.industry_time {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #999999;
}

.symbol {
	margin: 0 8px;
}

.bread_crumbs_txt {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.color_9 {
	color: #999999;
}

.color_7 {
	color: #777e90;
}
.nav-item {
	cursor: pointer;
}
.bar-link {
	cursor: pointer;
}
