.module-content {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}


@media (hover: hover) {
	.conpant-priod p:hover span {
		display: none;
	}

	.conpant-priod p:hover img {
		display: block;
		width: .2rem;
	}

	.conpant-priod p:hover label {
		font-weight: 400;
		font-size: .2rem;
		color: #292E33;
		transition: all .2s;
	}

	.about .about-box5 .container .right ul li:hover .tbox .t1 {
		color: #1bd629;
	}

	.about .about-box5 .container .right ul li:hover .tbox .t1 span::after {
		width: 100%;
	}

	.about .about-box5 .container .right ul li:hover .tbox .txt {
		color: #333;
	}
}

.container {
	margin: 0 auto;
	max-width: 1440px;
}

.info-top-box,
.case-list-box1 {
	padding-left: .32rem;
	padding-right: .32rem;
	box-sizing: border-box;
}

.info-top-public-box .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.info-top-public-box {
	width: 100%;
	padding-top: 2.4rem;
}

.info-top-public-box .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.info-top-public-box .container .left {
	position: relative;
	font-weight: 400;
	font-size: .6rem;
	color: #0D1319;
}

.info-top-public-box .container .tbox {
	width: 5.25rem;
	max-width: 50%;
	border-left: 1px solid #F0F2F5;
	padding: .05rem 0 .05rem 0.35rem;
	font-weight: 400;
	font-size: .22rem;
	color: #43484C;
}

.info-top-public-box .container .tbox .ts {
	font-weight: 400;
	font-size: .16rem;
	color: #A8ADB2;
	text-align: left;
	margin-top: .6rem;
}

.about {
	width: 100%;
	padding: 1.2rem 0 1.1rem;
}

.about .about-box1 {
	width: 100%;
	height: 6rem;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* @media (max-width: 1600px) {
  .about .about-box1 {
    height: 6.5rem;
  }
}
@media (max-width: 767px) {
  .about .about-box1 {
    height: 5.5rem;
  }
} */
.about .about-box1 .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateY(-1rem);
}

.about .about-box1 .video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .about-box1 .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.about .container .left {
	width: 34.72222222%;
	position: sticky;
	position: -webkit-sticky;
	top: 1.2rem;
}

.about .container .left .tzz {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}

.about .container .left .tzz span {
	width: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.8);
}

.about .container .left .tzz.on span {
	transform: translateX(100%);
}

.about .container .left .tzz.on span:nth-child(1) {
	transition: all 2s;
}

.about .container .left .tzz.on span:nth-child(2) {
	transition: all 2s 0.1s;
}

.about .container .left .tzz.on span:nth-child(3) {
	transition: all 2s 0.2s;
}

.about .container .left .tzz.on span:nth-child(4) {
	transition: all 2s 0.3s;
}

.about .container .left .title {
	color: #000;
	font-weight: 400;
}

.about .container .left .title span {
	display: block;
}

.about .container .left .txt {
	color: #999;
	margin-top: 0.58rem;
}

.about .container .right {
	width: 62.5%;
}

.about .container .right .txt {
	color: #666;
	font-weight: 400;
	color: #5D6166;
	line-height: 1.8;
}

.about .container .right .other-box {
	width: 100%;
	margin-top: 0.87rem;
}

.about .container .right .other-box .oleft {
	width: 100%;
	/* border: 1px solid #f5f7f9; */
	margin-top: 1.28rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about .container .right .other-box .oleft .item:nth-of-type(1),
.about .container .right .other-box .oleft .item:nth-of-type(2),
.about .container .right .other-box .oleft .item:nth-of-type(3),
.about .container .right .other-box .oleft .item:nth-of-type(4) {
	border-top: 1px solid #f5f7f9
}

.about .container .right .other-box .oleft .item:nth-of-type(1),
.about .container .right .other-box .oleft .item:nth-of-type(5) {
	border-left: 1px solid #f5f7f9
}

.about .container .right .other-box .oleft .item {
	width: 25%;
	height: 33.33%;
	border-bottom: 1px solid #f5f7f9;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: .68rem 0;
	border-right: 1px solid #f5f7f9;
}

.about .container .right .other-box .oleft .item:last-child {
	border-bottom: none;
}

.about .container .right .other-box .oleft .item:last-child .num .s1 {
	font-size: 0.32rem;
	margin-left: 3px;
}

.about .container .right .other-box .oleft .item .num {
	line-height: 1;
	font-weight: 400;
	font-size: .36rem;
	color: #15D656;
}

.about .container .right .other-box .oleft .item .ts {
	color: #000;
	margin-top: 0.32rem;
	font-weight: 400;
	font-size: .14rem;
	color: #5D6166;
}

.f30 {
	font-size: .3rem
}

.f30-txt {
	font-weight: 400;
	font-size: .16rem;
	color: #8E9499;
	margin-top: .8rem;
}

.f18 {
	font-size: .18rem
}

.f24 {
	font-size: .24rem
}

.f20 {
	font-size: .2rem
}

.about .about-box3 {
	width: 100%;
}

.about .container {
	padding: 1.6rem .32rem 1.6rem;
	border-bottom: 1px solid #F0F2F5;
	position: relative;
}

.about .about-box3 .container .left {
	width: 34.72222222%;
	position: absolute;
	top: 1.6rem;
	left: .32rem;
	z-index: 2;
}

.about .about-box3 .container .left .tzz {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}

.about .about-box3 .container .left .tzz span {
	width: 100%;
	height: 1.46666667em;
	display: block;
	background: rgba(255, 255, 255, 0.8);
}

.about .about-box3 .container .left .tzz.on span {
	transform: translateX(100%);
}

.about .about-box3 .container .left .tzz.on span:nth-child(1) {
	transition: all 2s;
}

.about .about-box3 .container .left .tzz.on span:nth-child(2) {
	transition: all 2s 0.1s;
}

.about .about-box3 .container .left .tzz.on span:nth-child(3) {
	transition: all 2s 0.2s;
}

.about .about-box3 .container .left .tzz.on span:nth-child(4) {
	transition: all 2s 0.3s;
}

.about .about-box3 .container .left .title {
	line-height: 1.46666667em;
	color: #000;
}

.about .about-box3 .container .left .title span {
	display: block;
}

.about .about-box3 .container .left .txt {
	color: #999;
	line-height: 1.33333333em;
	margin-top: 0.48rem;
}

.about .about-box3 .container .right {
	width: 100%;
}

.about .about-box3 .container .right ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.about .about-box3 .container .right ul li {
	width: 12.5%;
	position: relative;
	margin: 0 -1px -1px 0;
}

.about .about-box3 .container .right ul li::before {
	content: '';
	width: 100%;
	padding-top: 100%;
	display: block;
}

.about .about-box3 .container .right ul li.on a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.about .about-box3 .container .right ul li.on a img {
	width: 85%;
	height: 85%;
	object-fit: contain;
	transition: all 0.8s;
}

.about .about-box3 .container .right ul li.more {
	background: #1bd629;
}

.about .about-box3 .container .right ul li.more a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about .about-box3 .container .right ul li.more a .gm {
	width: 1.3rem;
	height: 1.3rem;
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0.1rem;
	transition: all 0.4s;
}

.about .about-box3 .container .right ul li.more a .gm svg {
	width: 100%;
	height: 100%;
	animation: txtRun 10s linear forwards infinite;
}

.about .about-box3 .container .right ul li.more a .gm svg path {
	fill: rgba(255, 255, 255, 0.5);
}

.about .about-box3 .container .right ul li.more a .txts {
	display: flex;
	position: relative;
}

.about .about-box3 .container .right ul li.more a .txts span {
	line-height: 1.22222222em;
	color: #fff;
}

.about .about-box3 .container .right ul li.more a .txts i {
	position: absolute;
	left: calc(100% + 3px);
	top: -3px;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.about .about-box3 .container .right ul li.more a .txts i svg {
	width: 50%;
	height: 50%;
	animation: arrowRun 5s infinite;
}

.about .about-box3 .container .right ul li.more a .txts i svg path {
	fill: #fff;
}

/ .conpant-priod {
	width: 100%;
}

.conpant-priod p {
	font-weight: 400;
	font-size: .16rem;
	color: #757A7F;
	display: flex;
	align-items: baseline;
	cursor: pointer;
	height: .6rem;
	transition: all .2s;
}

.conpant-priod p span {
	display: block;
	width: .12rem;
	height: .12rem;
	border-radius: .12rem;
	border: .02rem solid #15D656;
}

.conpant-priod p label {
	margin-left: .2rem;
}

.conpant-priod p img {
	display: none;
	width: .12rem;
}

.about .about-box5 {
	width: 100%;
}

.about .about-box5 .container .right {
	width: 62.5%;
}

.about .about-box5 .container .right ul {
	width: 100%;
}

.about .about-box5 .container .right ul li {
	width: 100%;
	border-bottom: 1px solid #F0F2F5;
	margin-bottom: 0.61rem;
	padding: 0 0 0.85rem 0;
}

.about .about-box5 .container .right ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.about-dongtai .container .right ul li:last-child {
	border-bottom: 1px solid #F0F2F5 !important;
}

.about .about-box5 .container .right ul li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.about .about-box5 .container .right ul li .tbox {
	width: 70.78651685%;
}

.about .about-box5 .container .right ul li .tbox .t1 {
	line-height: 1.46666667em;
	color: #333;
	transition: all 0.4s;
	display: flex;
	font-weight: 400;
}

.about .about-box5 .container .right ul li .tbox .t1 span {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about .about-box5 .container .right ul li .tbox .t1 span::after {
	content: '';
	width: 0;
	height: 2px;
	background: #1bd629;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	bottom: 0;
}

.about .about-box5 .container .right ul li .tbox .txt {
	width: 100%;
	margin-top: 0.2rem;
	transition: all 0.4s;
	font-weight: 400;
	font-size: .16rem;
	color: #8E9499;
}

.about .about-box5 .container .right ul li .author {
	width: 22.47191011%;
	display: flex;
	align-items: center;
	margin-left: 0.3rem;
	flex-shrink: 0;
}

.about .about-box5 .container .right ul li .author .icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 2px solid #1bd629;
	overflow: hidden;
}

.about .about-box5 .container .right ul li .author .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .about-box5 .container .right ul li .author .ts {
	margin-left: 0.2rem;
}

.about .about-box5 .container .right ul li .author .ts .t1 {
	color: #1bd629;
	line-height: 1.5em;
}

.about .about-box5 .container .right ul li .author .ts .t2 {
	font-size: 14px;
	line-height: 1.71428571em;
	color: #999;
}

.about .about-box5 .container .right .public-btn {
	margin-top: 0.4rem;
}

.about .about-box5.about-nbox5 {
	margin-top: 0.5rem;
}

.about .about-box5.about-nbox5 .container .right ul li {
	margin-bottom: 0.4rem;
	padding-bottom: 0.4rem;
}

.about .about-box5.about-nbox5 .container .right ul li:last-child {
	margin-bottom: 0;
}

.about .about-box5.about-nbox5 .container .right ul li a {
	align-items: center;
}

.about .about-box5.about-nbox5 .container .right ul li a .tbox {}

.about .about-box5.about-nbox5 .container .right ul li a .tbox .t1 {}

.about .about-box5.about-nbox5 .container .right ul li a .tbox .txt {
	margin-top: 0.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.about .about-box5.about-nbox5 .container .right ul li a .public-img {
	border-radius: 0.15rem;
	width: 2.4rem;
	height: 1.37rem;
	margin-left: .6rem;
	overflow: hidden;
}

.about .about-box5.about-nbox5 .container .right ul li a .public-img img {
	display: block;
	width: 100%;
}

.about .about-box5.about-nbox5 .container .right ul li a .public-img::before {
	padding-top: 50%;
}

.about .public-btn {
	display: flex;
	justify-content: flex-start;
	margin-top: .4rem;
}

.public-btn a {
	height: .45rem;
	display: flex;
	align-items: center;
	padding: 0 .2rem 0 .25rem;
	border-radius: .25rem;
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: .16rem;
	color: #FFFFFF;
}

.public-btn a::before {
	content: '';
	width: 100%;
	height: .45rem;
	border-radius: .25rem;
	background: #1bd629;
	transition: all 0.4s;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
	pointer-events: none;
}

.public-btn a span {
	color: #fff;
	/* line-height: 1.55555556em; */
	transition: all 0.4s;
	font-weight: 400;
	font-size: .16rem;
	color: #FFFFFF;
}

.logos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.logos {
	display: none;
}

.logi-item {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.72rem;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	position: relative;
}

.logi-item img {
	width: 80%;
}

.logi-item span {
	font-weight: 400;
	font-size: .24rem;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	word-break: keep-all;
}

@media only screen and (max-width:1200px) {
	.info-top-public-box .container .left {
		font-weight: bold;
		font-size: .40rem;
	}

	.info-top-public-box .container .tbox {
		border-left: 0 !important;
		padding: 0 !important;
		padding-top: 0 !important;
		font-size: .24rem;
		width: 100%;
		max-width: 100%;
		margin-top: .24rem;
		color: #8E9499;
	}

	.about .container {
		flex-direction: column;
		padding-top: 1.2rem !important;
		padding-bottom: .4rem !important;
		border-bottom: 0 !important;
	}

	.about .container .left {
		position: relative;
		top: 0;
		margin-bottom: .48rem;
	}

	.about .container .left .txt {
		display: none;
	}

	.about .container .left,
	.about .container .right {
		width: 100% !important;
		margin-bottom: .48rem !important;
		overflow: hidden;
	}

	.f30 {
		font-size: .34rem;
	}

	.f18 {
		font-size: .26rem;
	}

	.other-box {
		border: 0 !important;
		margin-top: 0 !important;
	}

	.other-box .oleft {
		margin-top: .08rem !important;
	}

	.other-box .oleft,
	.other-box .oleft .item {
		border: 0 !important;
	}
}

@media only screen and (max-width:750px) {
	.info-top-public-box {
		padding-top: 1.32rem !important;
	}

	.info-top-public-box .container .left {
		color: #292E33;
	}

	.info-top-public-box .ts {
		display: none;
	}

	.conpant-priod p span {
		width: .18rem;
		height: .18rem;
		border-radius: 100%;
	}

	.about .container .right .other-box .oleft {
		justify-content: flex-start;
		margin-top: .8rem !important;
		margin-bottom: .4rem !important;
	}

	.about .container .right .other-box .oleft .item {
		width: 33.333%;
		padding: .38rem 0 !important;
	}

	.about .about-box3 .container .left {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		font-size: .2rem;
	}

	.about .container .right .txt {
		font-size: .3rem;
	}

	.about .container .right .other-box {
		transform: scale(1.2);
	}

	.about-box3 .right ul {
		display: none !important;
	}

	.about .about-box3 .container .right ul li.on a img {
		width: 60%;
		height: 60%;
	}

	.about .about-box5 .container .right ul li {
		padding-bottom: .4rem;
		padding-left: 0;
		border-bottom: none;
		pointer-events: none;
		border-bottom: 2px solid #F0F2F5;
		margin-bottom: .48rem;
	}
	.about .about-box5.about-dongtai .container .right ul li {
		border-bottom: none;
	}

	.about .about-box5 .container .right ul li a {
		flex-direction: column;
	}

	.about .about-box5 .container .right ul li .tbox {
		width: 100%;
	}

	.about .about-box5 .container .right ul li .author {
		width: 100%;
		margin-left: 0;
		margin-top: .32rem;
	}

	.about-dongtai .container .right ul li a {
		flex-direction: column-reverse !important;
	}

	.about-dongtai .container .right ul li a .public-img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: .24rem;
	}

	.logos {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}

	.logos .logo-item {
		width: 25%;
		position: relative;
		border-top: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
	}

	.logos .logo-item span {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 100%;
		text-align: center;
		font-size: .22rem;
		color: #fff;
		transform: translate(-50%, -50%);
	}

	.f30 {
		font-size: .34rem
	}

	.f30-txt {
		font-weight: 400;
		font-size: .16rem;
		color: #8E9499;
		margin-top: .8rem;
	}

	.f18 {
		font-size: .26rem
	}

	.f24 {
		font-size: .3rem
	}

	.f20 {
		font-size: .26rem
	}

	.about .about-box5 .container .right ul li .tbox .txt {
		font-size: .26rem;
	}

	.conpant-priod p {
		font-size: .28rem;
		height: .8rem;
	}

	.conpant-priod {
		height: auto;
		pointer-events: none;
	}

	.about .container .right .other-box .oleft .item .num {
		font-size: .36rem;
		font-weight: bold;
	}

	.about .container .right .other-box .oleft .item .ts {
		font-size: .22rem;
	}

	.about .about-box5 .container .right ul li .tbox .t1 {
		transition: none !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
	}

	.about .about-box5 .container .right ul li .tbox .t1 span {
		font-size: .34rem;
	}

	.about .about-box5 .container .right ul li .tbox .txt {
		font-size: .28rem;
		line-height: .4rem;
	}

	.about .about-box5 .container .right ul li .author .icon {
		width: .74rem;
		height:.74rem;
	}

	.about .container {
		padding-top: .6rem !important;
	}

	.about .about-box5.about-nbox5 .container .right ul li a .public-img {
		margin-left: 0;
		border-radius: .24rem;
	}

	.public-btn a {
		display: none;
	}

	.m_footer {
		margin-top: 0 !important;
	}
}