@font-face {
	font-family: 'Altinn-DIN-bold';
	src: url('../files/fonts/Altinn-DIN-bold.ttf');
}

@font-face {
	font-family: 'Altinn-DIN-regular';
	src: url('../files/fonts/Altinn-DIN-regular.ttf');
}

.menu_a .menu_title .menu_a_label .lab {
	font-weight: 400;
	color: #fff;
}

.menu_a_label {
	transition: all .8s;
	display: flex;
	flex-direction: column;
}

.lang_concat {
	display: flex;
	align-items: center;
	color: #fff;
}

.lang_concat .lang {
	display: flex;
	align-items: center;
}

.lang label {
	color: #fff;
}

.lang:hover label {
	color: #333;
}

#mask-hover-case {
	width: 1rem;
	height: 1rem;
	will-change: top, left;
	position: fixed;
	z-index: 10020;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .1s;
	opacity: 0
}

#mask-hover-case .showinfo-icon {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 2s;
}

#mask-hover-case span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: .18rem;
	color: #FFFFFF;
	line-height: .21rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mask-hover-case span i {
	font-style: normal;
}

#mask-hover-case {
	transition: all .1s;
}

@keyframes zhuan {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/**
 * banner模块
 */

.banner {
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
	background: url('https://dodui2024.oss-cn-shenzhen.aliyuncs.com/dodui4_0/bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.banner_img {
	width: 100%;
	height: auto;
}

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

.banner-center-content .cc-mainTitle {}

.banner-center-content .cc-mainTitle .main_tags {
	display: flex;
	align-items: center;
}

.banner-center-content .cc-mainTitle .main_tags .icon_svg {
	margin: 0 .1rem;
	width: .14rem;
	height: .14rem;
}

.banner-center-content .cc-mainTitle .main_tags label {
	font-weight: 500;
	color: #FFFFFF;
	font-size: .2rem;
	/*font-family:'OPPOSans-M';*/
}

.banner-center-content .cc-mainTitle .dec {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.65);
	text-align: left;
	font-size: .14rem;
	line-height: .16rem;
	margin-top: .16rem;
}

.banner-center-content .cc-title {}

.banner-center-content .cc-title .cc-title-h1 {
	font-weight: 500;
	color: #FFFFFF;
	font-size: .58rem;
	margin-top: .8rem;
	/*font-family:'OPPOSans-M';*/
}

.banner-center-content .cc-title .cc-title-h3 {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.65);
	font-size: .22rem;
	margin-top: .2rem;
	/*font-family:'OPPOSans-R';*/
}

.banner-center-content .cc-myFriends {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	color: #FFFFFF;
	font-size: .18rem;
	margin-top: 1rem;
	/*font-family:'OPPOSans-M';*/
}

.banner-center-content .cc-myFriends .icon_myfriend {
	transition: all .2s;
	width: .4rem;
	height: .4rem;
	margin-left: .1rem;
}

.friends-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 1.6rem;
	padding: 0 1.2rem;
	background: #15D656;
	box-sizing: border-box;
	overflow: hidden;
}

.friends-bottom .list-box {
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
}

.friends-bottom .list-box ul {
	overflow: hidden;
}

.friends-bottom .list-box ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/*padding: .32rem 0;*/
	height: 1.6rem;
	align-items: center;
}

.cc-myFriends.on label {
	color: #15D656;
}

.cc-myFriends.on .icon_myfriend {
	transform: rotate(180deg);
	transition: all .2s;
}


/**
 * 我们的服务
 */

.module {
	width: 100%;
	margin-top: 3rem;
}

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

.module_service {
	display: flex;
	justify-content: space-between;
}

.module_service .s-left {
	position: relative;
	flex: 1;
}

.module_service .s-left-title {
	margin-bottom: .8rem;
	font-weight: bold;
}

.module_service .s-left-title .h1 {
	/*font-weight: bold;*/
	font-size: .44rem;
	color: #292E33;
	line-height: .47rem;
	text-align: left;
	/*font-family:'OPPOSans-B';*/
}

.module_service .s-left-title .h1 label {
	color: #15D656;
}

.module_service .s-left-title .m-title {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: .2rem;
	color: #15D656;
	margin-top: .24rem;
	/*font-family:'OPPOSans-M';*/
}

.module_service .s-left-title .m-title .r-icon {
	width: .06rem;
	height: .12rem;
	margin-left: .1rem;
}

.module_service .s-right {
	width: 6.08rem;
}

.module_service .s-right img {
	width: 100%;
}

.ulli-box {
	position: relative;
	display: flex;
	align-items: center;
}

.ulli-box .l-line-left {
	width: .34rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: -.02rem;
	z-index: 2;
}

.ulli-box .l-line-left .active-line {
	position: absolute;
	top: 0.185rem;
	left: 0;
	position: absolute;
	width: .34rem;
	height: .9rem;
	transition: all .5s;
}


.module_service .s-ul {
	position: relative;
}

.hoverbox {
	width: 70%;
	height: 1.27rem;
	background: rgba(0, 0, 0, .03);
	/* background: #EBEDF0; */
	position: absolute;
	top: 0;
	left: 0;
	border-radius: .14rem;
	transition: all .2s;
	display: none;
}

.module_service .s-ul {
	position: relative;
	z-index: 1;
	flex: 1;
	margin-right: 30%;
}

.module_service .s-ul li {
	padding: 0 .32rem;
	border-radius: .14rem;
	position: relative;
	background: transparent;
	height: 1.27rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: .32rem;
	border: 0.01rem solid #EBEDF0
}

.module_service .s-ul li:nth-of-type(1) {
	margin-top: 0;
}

.module_service .s-ul li.on {
	border: 0.01rem solid rgba(0, 0, 0, .03)
}

.module_service .s-ul li.on .active-line {
	transition: all .2s;
	animation: opline .2s linear;
	animation-fill-mode: forwards;
}


.module_service .s-ul li .li-number {
	position: absolute;
	top: .32rem;
	right: .32rem;
	display: block;
	width: .42rem;
	height: .24rem;
	line-height: .24rem;
	background: #F0F2F5;
	border-radius: .21rem;
	text-align: center;
	font-weight: 400;
	font-size: .12rem;
	color: #5D6166;
	/*display: none;*/
}

.module_service .s-ul li.on {
	background: #fff;
}

.module_service .s-ul li.on .li-number {
	background: #15D656;
	color: #FFFFFF;
}

.module_service .s-ul li .name {
	height: .29rem;
	line-height: .29rem;
	overflow: hidden;
}

.module_service .s-ul li .name p.p-black {
	font-weight: 500;
	font-size: .22rem;
	color: #292E33;
	transition: all .3s;
	/*font-family:'OPPOSans-M';*/
}

.module_service .s-ul li .name p.p-themcolour {
	font-weight: 500;
	font-size: .22rem;
	color: #15D656;
	transition: all .3s;
	/*font-family:'OPPOSans-M';*/
}

.module_service .s-ul li .dec {
	font-weight: 400;
	font-size: .14rem;
	color: #5D6166;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: .16rem;
}

.module_service .s-ul li .dec span {
	word-break: keep-all;
}

.module_service .s-ul li .dec label {
	display: block;
	width: 1px;
	height: .14rem;
	background: #DFE2E5;
	margin: 0 .1rem;
}

.module_service .s-ul li.on p.p-black {
	transform: translateY(-.29rem);
}

.module_service .s-ul li.on p.p-themcolour {
	transform: translateY(-.29rem);
}


/**
 * 公共
 */

.module .t-title .h1 {
	font-weight: bold;
	font-size: .4rem;
	color: #0D1319;
	line-height: .47rem;
	display: flex;
	align-items: center;
	position: relative;
	/*font-family:'OPPOSans-B';*/
}

.module .t-title .h1 label {
	display: block;
	width: 1px;
	height: .3rem;
	background: #DFE2E5;
	margin: 0 .2rem;
}

.module .t-title .m-title {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: .2rem;
	color: #15D656;
	margin-top: .24rem;
	/*font-family:'OPPOSans-M';*/
}

.module .t-title .m-title .r-icon {
	width: .06rem;
	height: .12rem;
	margin-left: .1rem;
}


/**
 * 我们的团队
 */
.module-team {
	height: 8.4rem;
}

.index-team {
	height: 8rem;
	background: url(https://dodui2024.oss-cn-shenzhen.aliyuncs.com/dodui4_0/index-team-bg.svg);
	background-position: 0 0;
	background-size: auto 100%;
	margin-top: 3rem;
	position: relative;
}

.time-box {
	width: 10.66rem;
	/* width: 80%; */
	height: 5.02rem;
	background: url(https://dodui2024.oss-cn-shenzhen.aliyuncs.com/dodui4_0/index-time-bg.png) no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.time-box .h2 {
	font-weight: 400;
	font-size: .24rem;
	color: #0D1319;
	line-height: .28rem;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 1.1rem;
	/*font-family:'OPPOSans-M';*/
}

.clock {
	display: flex;
	justify-content: center;
	margin-top: .7rem;
	align-items: end;
}

.clock .divider {
	font-style: normal;
	font-weight: 400;
	font-size: .26rem;
	color: #1C794F;
	margin-left: .1rem;
	margin-right: .3rem;
}

.enddivider {
	margin-right: 0;
}

.clock .flip {
	position: relative;
	width: .72rem;
	height: .9rem;
	margin: 2px;
	font-size: .68rem;
	text-align: center;
	border: 1px solid #209761;
	border-radius: .12rem;
	background: #209761;
	color: #fff;
	font-family: 'Altinn-DIN-bold';
	display: flex;
	align-items: center;
	justify-content: center
}

.clock .flip:after {
	content: '';
	display: block;
	width: 100%;
	height: 0.01rem;
	background: #1C794F;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.clock .flip .digital {
	font-family: 'Altinn-DIN-bold';
	line-height: 1;
	font-style: normal;
	margin-top: .1rem;
}

.time-today {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: .7rem;
}

.time-today span {
	font-weight: 400;
	font-size: .36rem;
	color: #292E33;
	letter-spacing: 1px;
	text-decoration: underline;
	/* font-family: 'Altinn-DIN-regular'; */
}

.time-today img {
	display: .2rem;
	height: .3rem;
	margin: 0 .1rem;
}

.circle-box {
	width: 14rem;
	height: 6.02rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.rotation-animat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.circle-box h1.n {
	font-weight: 500;
	font-size: .44rem;
	color: #15D656;
	line-height: .52rem;
	/* font-family: 'Altinn-DIN-regular'; */
	/*font-family:'OPPOSans-M';*/
}

.circle-box .t {
	font-weight: 500;
	font-size: .2rem;
	color: #292E33;
	line-height: .23rem;
	margin-top: .16rem;
	/*font-family:'OPPOSans-M';*/
}

.rotation-turn {
	position: absolute;
}

.run-rotate0 {
	left: 0;
	bottom: .6rem;
}

.run-rotate1 {
	left: 1rem;
	bottom: 3.2rem;
}

.run-rotate2 {
	left: 4rem;
	bottom: 5.02rem;
}

.run-rotate3 {
	right: 4.2rem;
	bottom: 5.02rem;
}

.run-rotate4 {
	right: 1rem;
	bottom: 3.2rem;
}

.run-rotate5 {
	right: 0;
	bottom: .6rem;
}

.numCount {
	margin: 0 -10px;
}

.numCount li {
	float: left;
	width: 25%;
	text-align: center;
}

.numCount li .item {
	margin: 0 10px;
}

.numCount li .numU {
	line-height: 1.3;
}

.numCount li .numCX {
	font-size: 54px;
	color: #42B983;
}

.numCount li .numU .unitC {
	font-size: 100%;
	line-height: 1.3;
	margin-left: 0.3em;
}

.numCount li .numU sup {
	vertical-align: top;
}

.numCount li .numU sub {
	vertical-align: baseline;
}

@media (max-width:800px) {
	.numCount li .numCX {
		font-size: 36px;
	}
}

@media (max-width:640px) {
	.numCount li .numCX {
		font-size: 7vw;
	}
}

@media (max-width:480px) {
	.numCount {
		font-size: 0.5vw;
	}
}

/**
 * 我们的案例
 */

.index-case .case-box {
	width: 100%;
	position: relative;
}

.index-case .case-box .case-ul {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.index-case .case-box .case-ul li {
	width: 30%;
	position: relative;
	margin-right: .6rem;
	margin-top: 1rem;
	cursor: pointer;
}

.index-case .case-box .case-ul li:nth-of-type(3n) {
	margin-right: 0;
}

.index-case .case-box .case-ul li .case-cover {
	position: relative;
	width: 100%;
	height: 4.4rem;
	overflow: hidden;
	border-radius: .16rem;
}

/*.mask-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
}

.mask-hover .showinfo-icon {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 2s;
}

.mask-hover span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: .18rem;
	color: #FFFFFF;
	line-height: .21rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mask-hover span i {
	font-style: normal;
}

.index-case .case-box .case-ul li:hover .mask-hover {
	transition: all .3s;
	opacity: 1;
}

.index-case .case-box .case-ul li:hover .mask-hover .showinfo-icon {
	animation: zhuan 5s linear infinite;
	animation-direction: alternate-reverse;
}

@keyframes zhuan {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}*/

.index-case .case-box .case-ul li .cover {
	transform: scale(1);
	transition: all 1s;
}

.index-case .case-box .case-ul li .case-info {
	position: relative;
	width: 100%;
	padding-top: .24rem;
	/*font-family:'OPPOSans-R';*/
}

.index-case .case-box .case-ul li .case-info .case-name {
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: 400;
	font-size: .16rem;
	color: #5D6166;
}

.index-case .case-box .case-ul li .case-info .case-name span {
	color: #15D656;
}

.index-case .case-box .case-ul li .case-info .case-name label {
	display: block;
	width: 1px;
	height: .14rem;
	background: #DFE2E5;
	margin: 0 .12rem;
}

.index-case .case-box .case-ul li .case-info .dec {
	font-weight: 400;
	font-size: .2rem;
	color: #0D1319;
	margin-top: .24rem;
	transition: all .2s;
}

.index-case .case-box .case-ul li:hover .cover {
	transform: scale(1.2);
	transition: all .4s;
}

.index-case .case-box .case-ul li:hover .dec {
	color: #15D656;
	transition: all .5s;
}


/**
 * 我们的合作伙伴
 */

.swiper-box,
.swiper {
	width: 100%;
	position: relative;
}

.swiper-box {
	margin: 1rem auto;
	/* 	padding: 0 .76rem;
	width: calc(100% - 1.5rem) !important; */
}

.swiper-wrapper {}

.swiper-box .swiper-button-prev {
	display: block;
	width: .36rem !important;
	height: .36rem !important;
	background: url('https://dodui2024.oss-cn-shenzhen.aliyuncs.com/dodui4_0/icon-s-l.png') no-repeat !important;
	background-position: 0 0 !important;
	background-size: cover !important;
	left: 0;
}

.swiper-box .swiper-button-prev:after,
.swiper-box .swiper-button-next:after {
	content: '';
	display: none;
}

.swiper-box .swiper-button-next {
	display: block;
	width: .36rem !important;
	height: .36rem !important;
	background: url('https://dodui2024.oss-cn-shenzhen.aliyuncs.com/dodui4_0/icon-s-r.png') no-repeat !important;
	background-position: 0 0 !important;
	background-size: cover !important;
	right: 0;
}

@media only screen and (max-width:1240px) {
	.swiper-box .swiper-button-prev {
		left: 0;
	}

	.swiper-box .swiper-button-next {
		right: 0;
	}
}

.swiper-box .swiper-slide {
	width: 100%;
	display: flex;
	align-items: flex-start;
	position: relative;
	justify-content: space-between;
}

.swiper-box .swiper-slide .s-item {
	width: 46%;
	height: 3rem;
	position: relative;
}

.swiper-box .swiper-slide .s-item .f-logo {
	width: 1rem;
	height: 1rem;
}

.swiper-box .swiper-slide .s-item .f-dec {
	font-size: .16rem;
	color: #292E33;
	line-height: .28rem;
	text-align: left;
}

.swiper-box .swiper-slide .s-item .f-boss {
	display: flex;
	align-items: center;
	margin-top: .5rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.swiper-box .swiper-slide .s-item .f-boss .f-avatar {
	width: .6rem;
	height: .6rem;
	border-radius: 1rem;
	margin-right: .24rem;
}

.swiper-box .swiper-slide .s-item .f-boss .f-info .name {
	font-weight: 400;
	font-size: .16rem;
	color: #5D6166;
	line-height: .19rem;
}

.swiper-box .swiper-slide .s-item .f-boss .f-info .job {
	font-weight: 400;
	font-size: .14rem;
	color: #8E9499;
	line-height: .16rem;
	margin-top: .06rem;
}

.mobile-swiper {
	width: 100%;
	margin-top: .88rem;
}

.mobile-swiper .swiper-slide {
	border: 1px solid #F0F2F5;
	border-radius: .24rem;
	padding: .32rem;
}

.mobile-swiper .swiper-slide .s-item {
	width: 100%;
	position: relative;
	height: 5.02rem;
}

.mobile-swiper .swiper-slide .s-item .f-logo {
	width: 1rem;
	height: 1rem;
}

.mobile-swiper .swiper-slide .s-item .f-dec {
	font-weight: 400;
	font-size: .28rem;
	color: #292E33;
	text-align: left;
}

.mobile-swiper .swiper-slide .s-item .f-boss {
	display: flex;
	align-items: center;
	margin-top: .5rem;
	position: absolute;
	bottom: .32rem;
	left: .32rem;
}

.mobile-swiper .swiper-slide .s-item .f-boss .f-avatar {
	width: .8rem;
	height: .8rem;
	border-radius: 1rem;
	margin-right: .2rem;
}

.mobile-swiper .swiper-slide .s-item .f-boss .f-info .name {
	font-weight: 400;
	font-size: .28rem;
	color: #43484C;
}

.mobile-swiper .swiper-slide .s-item .f-boss .f-info .job {
	font-weight: 400;
	font-size: .24rem;
	color: #757A7F;
	margin-top: .08rem;
}

/**
 * 公司
 */

.module-bossTeam {
	position: relative;
	height: 6rem;
	background: url('https://dodui2024.oss-cn-shenzhen.aliyuncs.com/dodui4_0/team.jpg') no-repeat;
	background-position: center;
	background-size: 100% auto;
	/*background-attachment: fixed;*/
}

.team-img {
	width: 100%;
	height: 6rem;
	overflow: hidden;
}

.team-img img {
	display: block;
	width: 100%;
}

.module-bossTeam .company-boss {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 6rem;
}

.module-bossTeam .company-boss .content-box {
	width: 45%;
}

.module-bossTeam .company-boss h2 {
	font-weight: 400;
	font-size: .3rem;
	color: #FFFFFF;
	line-height: .42rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	text-align: left;
}

.module-bossTeam .b-boss {
	display: flex;
	align-items: center;
	margin-top: .6rem;
}

.module-bossTeam .b-boss .b-avatar {
	width: .68rem;
	height: .68rem;
	background: #D9D9D9;
	border-radius: 100%;
	margin-right: .2rem;
}

.module-bossTeam .b-boss .b-info {}

.module-bossTeam .b-boss .b-info .name {
	font-weight: 400;
	font-size: .18rem;
	color: #FFFFFF;
}

.module-bossTeam .b-boss .b-info .job {
	font-weight: 400;
	font-size: .18rem;
	color: #FFFFFF;
	margin-top: .06rem;
}


/**
 * 公司动态-行业动态
 */

.activety-btns {
	position: absolute;
	display: flex;
	align-items: center;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.activety-btns .gh-btn {
	width: 1.28rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	border-radius: .4rem;
	border: 1px solid #EBEDF0;
	font-weight: 400;
	font-size: .2rem;
	color: #43484C;
	margin-left: .16rem;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.activety-btns .gh-btn span {
	position: relative;
	z-index: 2;
	/*font-family:'OPPOSans-R';*/
}

.activety-btns .gh-btn .ac-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: .52rem;
	background: transparent;
}

.activety-btns .gh-btn.active .ac-bg {
	animation: bgWidth .3s linear;
	animation-fill-mode: forwards;
	background: #15D656;
}

@keyframes bgWidth {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.activety-btns .gh-btn.active {
	color: #FFFFFF;
}

.mobile-activety-btns {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: .8rem;
}

.mobile-activety-btns .gh-btn {
	width: 3.31rem;
	height: .88rem;
	line-height: .88rem;
	text-align: center;
	border-radius: .16rem;
	/* border: 1px solid #EBEDF0; */
	background: #F7F9FA;
	font-weight: 400;
	font-size: .33rem;
	color: #43484C;
	margin-left: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.mobile-activety-btns .gh-btn span {
	position: relative;
	z-index: 2;
}

.mobile-activety-btns .gh-btn .ac-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: .88rem;
	background: transparent;
}

.mobile-activety-btns .gh-btn.active .ac-bg {
	animation: bgWidth .3s linear;
	animation-fill-mode: forwards;
	background: #15D656;
}

@keyframes bgWidth {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.mobile-activety-btns .gh-btn.active {
	color: #FFFFFF;
}

.index-activety {
	position: relative;
}

.index-activety .activety-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.index-activety .activety-box .swiper-wrapper {
	position: relative;
	width: 100%;
}

.index-activety .activety-box .swiper-wrapper .swiper-slide {
	width: 100%;
	position: relative;
}

.index-activety .activety-box .swiper-wrapper .swiper-slide .company-a {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.swiper-slide .company-a .a-item {
	display: block;
	/* width: 4.4rem; */
	width: 30%;
	position: relative;
	margin-top: 1rem;
	margin-right: .598rem;
	cursor: pointer;
}

.swiper-slide .company-a .a-item:nth-of-type(3n) {
	margin-right: 0;
}

.swiper-slide .company-a .a-item .activety-cover {
	width: 100%;
	height: 2.52rem;
	border-radius: .16rem;
	overflow: hidden;
	position: relative;
}

.swiper-slide .company-a .a-item .activety-cover .cover {
	width: 100%;
	transition: all 1s;
}


.activety-info {
	width: 100%;
	margin-top: .24rem;
}

.activety-info .dec {
	font-weight: 400;
	font-size: .2rem;
	color: #0D1319;
	line-height: .3rem;
	text-align: left;
	transition: all .5s;
	/*font-family:'OPPOSans-R';*/
}

.swiper-slide .company-a .a-item:hover .mask-hover {
	transition: all .3s;
	opacity: 1;
}

.swiper-slide .company-a .a-item:hover .mask-hover .showinfo-icon {
	animation: zhuan 5s linear infinite;
	animation-direction: alternate-reverse;
}

@keyframes zhuan {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.swiper-slide .company-a .a-item:hover .dec {
	transition: all .5s;
	color: #15D656;
}

.swiper-slide .company-a .a-item:hover .cover {
	transition: all 1s;
	transform: scale(1.2);
}

/**
 * 行业动态
 */

.industry-a {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: .8rem;
	justify-content: space-between
}

.industry-a li {
	width: 6.2rem;
	margin-right: 1.4rem;
	padding: .2rem 0 .2rem .26rem;
	position: relative;
	cursor: pointer;
}

.industry-a li:nth-of-type(2n) {
	margin-right: 0;
}

.industry-a li:before {
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	border: 0.04rem solid #15D656;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.industry-a li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.industry-a li a .txt {
	max-width: 80%;
	height: .19rem;
	overflow: hidden;
}

.industry-a li a .txt p {
	font-weight: 400;
	font-size: .16rem;
	line-height: .19rem;
	transition: all .2s;
}

.industry-a li a .txt p.p-black {
	color: #43484C;
}

.industry-a li a .txt p.p-themcolour {
	color: #15D656;
}

.industry-a li a .time {
	font-weight: 400;
	font-size: .16rem;
	color: #A8ADB2;
	line-height: .19rem;
}

.industry-a li:hover p.p-black {
	transition: all .2s;
	transform: translateY(-.19rem);
}

.industry-a li:hover p.p-themcolour {
	transition: all .2s;
	transform: translateY(-.19rem);
}

.industry-a-m {
	width: 100%;
	display: none;
}

.industry-a-m li {
	margin-top: .6rem;
}

.industry-a-m a {
	display: block;
	width: 100%;
}

.industry-a-m a div {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: .28rem;
	color: #5D6166;
	padding-left: .28rem;
	position: relative;
}

.industry-a-m a div::before {
	content: "";
	display: block;
	width: .12rem;
	height: .12rem;
	background: #15D656;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.industry-a-m a p {
	font-weight: 500;
	font-size: .3rem;
	color: #292E33;
	text-align: left;
	margin-top: .24rem;
}

.mobile-time {
	width: 100%;
	margin-top: 1.2rem;
	display: none;
}

.mobile-time .m-title {
	font-weight: 400;
	font-size: .3rem;
	color: #0D1319;
	text-align: center;
}

.mobile-time .m-title-en {
	font-weight: 400;
	font-size: .22rem;
	color: #A8ADB2;
	text-align: center;
	margin-top: .16rem;
}

.mobile-time .m-time {
	display: flex;
	align-items: end;
	justify-content: center;
	margin: .66rem;
	font-weight: 400;
	font-size: .22rem;
	color: #5D6166;
}

.mobile-time .m-time span {
	font-size: .68rem;
	font-family: 'Altinn-DIN-bold';
}

.mobile-time .m-data {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mobile-time .m-data .m-data-item {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: .52rem;
}

.mobile-time .m-data .m-data-item img {
	display: block;
	width: .3rem;
}

.mobile-time .m-data .m-data-item .m-number-bold {
	font-weight: 500;
	font-size: .32rem;
	color: #0D1319;
	text-align: center;
}

.mobile-time .m-data .m-data-item .m-txt {
	font-weight: 400;
	font-size: .22rem;
	color: #8E9499;
	text-align: center;
	margin-top: .08rem;
}

@media only screen and (max-width:1200px) {

	.time-box,
	.circle-box {
		display: none;
	}

	.mobile-time {
		display: block;
	}

	.module_service .s-ul {
		margin-right: 20%;
	}
}

@media only screen and (max-width:960px) {
	.module_service .s-left-title .m-title {
		font-size: .3rem;
	}

	.industry-a-m {
		display: block;
	}

	.industry-a {
		display: none;
	}

	.mobile-time .m-data .m-data-item .m-number-bold {
		font-size: .4rem;
	}

	.mobile-time .m-data .m-data-item .m-txt {
		font-size: .26rem;
	}

	.banner-center-content {
		padding: 0 .32rem;
	}

	.banner-center-content .cc-mainTitle .main_tags label {
		font-size: .26rem;
	}

	.banner-center-content .cc-mainTitle .dec {
		font-size: .24rem;
	}

	.banner-center-content .cc-title .cc-title-h1 {
		font-size: .48rem;
	}

	.banner-center-content .cc-title .cc-title-h3 {
		font-size: .3rem;
		max-width: calc(100% - .64rem);
	}

	.banner-center-content .cc-myFriends {
		font-size: .3rem;
	}

	.m-swiper {
		overflow: hidden;
		padding-left: .32rem;
	}

	.swiper-box {
		display: none !important;
	}

	.mobile-swiper {
		display: block !important;
	}

	.mobile-swiper .swiper-slide {
		width: calc(100% - .8rem) !important;
	}

	.friends-bottom {
		padding: 0 .32rem;
	}

	.module_service {
		justify-content: center;
		flex-direction: column;
	}

	.module .t-title .h1 {
		font-size: .44rem;
	}

	.mobile-activety-btns {
		display: flex;
	}

	.activety-btns {
		display: none;
	}

	.mobile-activety-btns {
		display: flex;
	}

	.ulli-box {
		display: block;
	}

	.module_service .s-right {
		width: 100%;
		max-height: 6.86rem;
		overflow: hidden;
		border-radius: .2rem;
		margin-top: .2rem;
	}

	.module_service .s-right img {
		display: block;
		width: 100%;
	}

	.case-ul {
		justify-content: space-evenly;

	}

	.case-ul li {
		width: 45% !important;
		margin-right: .2rem !important;
	}

	.case-ul li:nth-of-type(3n) {
		margin-right: .2rem !important;
	}

	.case-ul li:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	.case-box .case-ul li .case-info .case-name {
		font-size: .28rem !important;
	}

	.case-box .case-ul li .case-info .dec {
		font-size: .3rem !important;
		margin-top: .2rem !important;
	}

	.module-bossTeam {
		background-size: cover;
		height: 12rem;
	}

	.company-a {
		justify-content: space-evenly;
	}

	.company-a a {
		width: 45% !important;
		margin-right: .2rem !important;
	}

	.company-a a:nth-of-type(3n) {
		margin-right: .2rem !important;
	}

	.company-a a:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	.company-a .a-item .activety-cover {
		height: 4.4rem;
	}

	.activety-info .dec {
		font-size: .3rem;
	}

	.swiper-slide .company-a .a-item {
		margin-top: .72rem;
	}

	.module-bossTeam .company-boss .content-box {
		width: 100%;
	}

	.module_service .s-ul li {
		padding: 0;
	}

	.module_service .s-ul li .dec {
		font-size: .24rem;
	}

	.module_service .s-ul li {
		border: 0;
	}

	.module_service .s-ul li .name p.p-black {
		font-size: .32rem;
	}

	.li-number,
	.l-line-left {
		display: none !important;
	}

}
.m-ul{
		display: none;
	}
.md-box{
	display: none;
}
@media only screen and (max-width:780px) {
	.module {
		margin-top: 1.8rem;
	}

	.banner .module.banner-center-content {
		margin-top: 4.6rem;
	}
	.pc-ul{
		display: none;
	}
	.m-ul{
		display: block;
	}
}

.mobile-time .m-time span {
	margin-left: .88rem;
}

.mobile-time .m-time span:nth-of-type(1) {
	margin-left: 0;
}

.mobile-time .m-data .m-data-item img {
	width: .89rem;
}

@media only screen and (max-width:750px) {
	.md-box{
		display: block;
	}
	.module_service .md-box ul li {
		position: sticky;
		position: -webkit-sticky;
		transform-origin: top left;
	}
	.md-box ul li {
	    width: 100%;
	    margin-bottom: 0.6rem;
	    background: #fff;
	    padding-top: 0.3rem;
	}

	.module_service .md-box ul li:nth-child(1) {
		top: 1.5rem;
		/* padding-bottom: 2.3rem; */
	}

	.md-box ul li:nth-child(2) {
		top: 2.8rem;
		/* padding-bottom: 1rem; */
		/* margin-top: -2.3rem; */
	}

	.md-box ul li:nth-child(3) {
		top: 4.6rem;
	}
	.md-box ul li:last-child {
		margin-bottom: 0;
	}

	.module_service .md-box ul li .tbox {
		width: 100%;
	}

	.module_service .md-box ul li .tbox .txt {
		line-height: 1.33333333em;
		color: #999;
	}

	.font18,
	.font20 {
		font-size: 0.3rem;
	}

	.module_service .md-box ul li .tbox .txt span {
		display: block;
		transition: all 0.6s;
		color: #1bd629;
	}

	.module_service .md-box ul li .tbox .title {
		color: #333;
		line-height: 1.33333333em;
		margin-top: 0.12rem;
	}

	.module_service .md-box ul li .tbox .dec {
		margin-top: 0.15rem;
		font-size: .24rem;
	}

	.module_service .md-box li .dec {
		font-weight: 400;
		font-size: .14rem;
		color: #5D6166;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-top: .16rem;
	}
	.public-img{
		margin-top: .32rem;
		border-radius: .26rem;
		overflow: hidden;
	}

	.module_service .md-box li .dec span {
		word-break: keep-all;
	}

	.module_service .md-box li .dec label {
		display: block;
		width: 1px;
		height: .14rem;
		background: #DFE2E5;
		margin: 0 .1rem;
	}

	.module_service .ulli-box,
	.s-right {
		display: none;
	}

	.module-bossTeam .company-boss .content-box {
		font-size: .36rem;
	}

	.module-bossTeam .b-boss .b-avatar {
		width: .88rem;
		height: .88rem;
	}

	.module-bossTeam .b-boss .b-info .name {
		font-size: .32rem;
	}

	.module-bossTeam .b-boss .b-info .job {
		font-size: .28rem;
		margin-top: .08rem;
	}

	.ulli-box {
		display: block;
	}

	.module_service .s-right {
		width: 100%;
	}

	.case-ul li {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.case-ul li:nth-of-type(3n) {
		margin-right: 0 !important;
	}

	.case-ul li:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	.case-ul li .cover {
		width: 100%;
	}

	.module .t-title .m-title {
		font-size: .3rem;
	}

	.index-case .case-box .case-ul li {
		margin-top: .72rem !important;
	}

	.index-case .case-box .case-ul li .case-cover {
		height: 6.86rem !important;
	}

	.module_service .s-left-title .m-title .r-icon,
	.module .t-title .m-title .r-icon {
		width: .26rem;
		height: .22rem;
	}

	.company-a a {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.company-a a:nth-of-type(3n) {
		margin-right: 0 !important;
	}

	.company-a a:nth-of-type(2n) {
		margin-right: 0 !important;
	}

	.swiper-slide .company-a .a-item .activety-cover {
		width: 100%;
		height: auto;
	}

	.module-bossTeam {
		background: url('https://dodui2024.oss-cn-shenzhen.aliyuncs.com/dodui4_0/m-index-team.png') no-repeat;
		background-size: contain;
	}

	.module-bossTeam .company-boss h2 {
		font-size: .36rem;
		line-height: 1.5;
	}

	.module-bossTeam .company-boss {
		height: auto;
		padding-top: 1.2rem !important;
	}

	.mobile-swiper .swiper-slide .s-item .f-boss {
		left: 0;
		bottom: 0;
	}

	.s-item {
		height: 4.8rem !important;
	}

	.mobile-swiper .swiper-slide .s-item .f-dec {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.index-team,
	.module-team {
		height: auto;
	}

	.mobile-time .m-data .m-data-item img {
		width: .89rem;
	}

	.mobile-time .m-data .m-data-item .m-number-bold {
		font-size: .32rem;
		margin-top: .2rem;
		font-weight: bold;
	}

	.mobile-time .m-data .m-data-item .m-txt {
		font-size: .22rem;
		color: #8E9499;
		margin-top: .08rem;
	}

	.mobile-time .m-time {
		margin-bottom: .33rem;
	}
}