* {
	margin: 0;
	padding: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	text-decoration: none;
	color: inherit;
}

html {
	font-size: 62.5%
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.none {
	display: none !important;
}

.block {
	display: block !important;
}

.zzb {
	min-width: 120rem;
}

.top0 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	animation-name: top0;
	animation-duration: 1.5s;
}

@keyframes top0 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.top72 {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 9999 !important;
	background-color: #FFFFFF !important;
	border-bottom: .1rem solid #F5F5F5;
	animation-name: top72;
	animation-duration: 1.5s;
}

.layout-1 .top72 .item .change .show span {
	background-image: url(../img/case/1-1.png) !important;
}

.layout-1 .top72 .item .show span {
	background-image: url(../img/case/1.png) !important;
}

@keyframes top72 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.top72 .item .name .show {
	color: #333333 !important;
}

.top72 .item .change {
	color: black !important;
	/* top72666666666 */

}





.unit {
	width: 100%;
	height: 5.8rem;
	background: #FFFFFF;
	line-height: 5.8rem;
}

.unit .txt {
	width: 120rem;
	font-size: 1.6rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 轮播图 +导航栏 + 宣传信息 */
.layout-1 {
	position: relative;
	max-height: 80.3rem;
}

/* 导航栏 */
.layout-1 .nav {
	width: 100%;
	height: 9rem;
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFFFFF !important;
	z-index: 10;
}

.layout-1 .nav .about {
	width: 120rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* logo */
.layout-1 .nav .logo {
	width: 16rem;
	height: 3.7rem;
	/* margin-right: auto; */
}

.layout-1 .nav .logo img {
	width: 100%;
	height: 100%;
}

/* 导航 */
.layout-1 .nav .item {
	height: 100%;
	display: flex;
	align-items: center;
}

/* 导航单项 */
.layout-1 .nav .item .name {
	margin-right: 5.1rem;
	height: 100%;
	position: relative;
}

/* 导航名称 */
.layout-1 .nav .item .name .show {
	height: 100%;
	font-size: 1.8rem;
	font-weight: normal;
	/* color: #FFFFFF; */
	line-height: 9rem;
	cursor: pointer;
}

.layout-1 .nav .item .name .show a {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #333333;
}

.layout-1 .nav .item .active .show a {
	position: relative;
	color: #1C66FF;
}


.layout-1 .nav .item .change .show a::after {
	content: '';
	width: 3.5rem;
	height: 0.3rem;
	background: #4A6DFF;
	border-radius: 0.15rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.9rem;
}

.layout-1 .nav .item .show:first-child {
	margin-left: 0;
}

/*导航 ﹀图标*/
.layout-1 .nav .item .show span {
	width: 1.4rem;
	height: .9rem;
	/* background-image: url(../img/index/62.png); */
	background-image: url(../img/index/62.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-left: .5rem;
}

/*导航选择变色*/
.layout-1 .nav .item .change .show {
	/* font-size: 2.125rem; */
	text-align: center;
	color: #1C66FF !important;
	position: relative;
	/* color: white; */
}

.layout-1 .nav .item .change .show span {
	background-image: url(../img/index/62-1.png);
}

/* 选中导航展示的内容 */
.layout-1 .nav .item .message {
	display: none;
}

/* 选中导航展示的内容 - 行业解决方案*/

.layout-1 .nav .solution {
	width: 33.7rem;
	height: auto;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 9rem;
	padding: 1rem 3rem;
	box-sizing: border-box;
}

/* .layout-1 .nav .solution .cube {
	width: 120rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.layout-1 .nav .solution .cube .method {
	display: flex;
	flex: 1;
}

.layout-1 .nav .solution .cube .method .piece {
	width: 42%;
	line-height: normal;
}

.layout-1 .nav .solution .cube .method .piece img {
	width: 3.8rem;
	height: 3.8rem;
}

.layout-1 .nav .solution .method .title {
	font-size: 2rem;
	color: #333333;
}

.layout-1 .nav .solution .method .piece:first-child {
	padding-right: 3.5rem;
}

.layout-1 .nav .solution .method .piece:last-child {
	padding-left: 4rem;
	border-left: 1px solid rgba(181, 181, 181, 0.1);
}

.layout-1 .nav .solution .method .ms-about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2.5rem;
} */

.layout-1 .nav .solution a .module {
	display: flex;
	align-items: center;
	/* margin-bottom: 3.5rem; */
	padding: 2rem 0;
	border-bottom: 1px solid #F5F5F5;
}

.layout-1 .nav .solution a .module img {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
}

.layout-1 .nav .solution a:last-child .module {
	border: none;
}

.layout-1 .nav .solution a .module .txt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
	margin-left: 1.5rem;
}

.layout-1 .nav .solution a .module .headline {
	font-size: 1.6rem;
	color: #313131;
}

.layout-1 .nav .solution a .module .text {
	font-size: 1.4rem;
	color: #AAAAAA;
	margin-top: 0.6rem;
	text-align: left;
}

/* 解决方案 - 行业解决方案 */
.layout-1 .nav .solution .scheme {
	padding-left: 3.5rem;
	border-left: 1px solid rgba(181, 181, 181, 0.3);
}

.layout-1 .nav .solution .scheme .title {
	font-size: 2rem;
	color: #333333;
}

.layout-1 .nav .solution .scheme .sc-about {
	margin-top: 2.4rem;
}

.layout-1 .nav .solution .scheme .sc-about .piece {
	margin-top: 2rem;
}

.layout-1 .nav .solution .scheme .sc-about .text {
	font-size: 1.6rem;
	color: #666666;
}

.layout-1 .nav .solution .scheme .sc-about .subhead {
	font-size: 1.2rem;
	color: #999999;
	margin-top: .6rem;
}

/*导航栏 - 产品中心*/
.layout-1 .nav .product {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 10rem;
	padding: 5rem 0 7rem;
	box-sizing: border-box;
}

.layout-1 .nav .product .cube {
	width: 120rem;
	margin: 0 auto;
	display: flex;
}

/*产品中心选项*/
.layout-1 .product .pr-check {
	width: 18rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-right: 6.8rem;
	border-right: 1px solid rgba(173, 173, 173, 0.3);
}

.layout-1 .product .pr-check .checked div {
	width: 18rem;
	height: 4rem;
	font-size: 1.8rem;
	color: #666666;
	margin-bottom: 1.7rem;
	text-align: center;
	line-height: 4rem;
	cursor: pointer;
}

.layout-1 .product .pr-check .checked .action {
	background: #1C66FF;
	border-radius: .5rem;
	font-size: 1.8rem;
	color: #FFFFFF;
}

/*产品中心广告*/
.layout-1 .product .pr-check .pr-adv {
	width: 18rem;
	height: 6.8rem;
	margin-top: .6rem;
}

.layout-1 .product .pr-check .pr-adv img {
	width: 100%;
	height: 100%;
}

.layout-1 .product .pr-about {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 6rem;
}

.layout-1 .product .piece {
	width: 33.3%;
	display: flex;
	align-items: center;
	margin-bottom: 6.5rem;
}

.layout-1 .product .piece img {
	width: 4.2rem;
	height: 4rem;
	margin-right: 2.2rem;
}

.layout-1 .product .piece .message .title {
	font-size: 16px;
	color: #666666;
}

.layout-1 .product .piece .message span {
	font-size: 16px;
	color: #FF8080;
	margin-left: 1.5rem;
}

.layout-1 .product .piece .message .subhead {
	font-size: 14px;
	color: #999999;
	margin-top: 1rem;
}

/*客户服务*/
.layout-1 .client {
	background-color: #FFFFFF;
	position: absolute;
	padding: 5rem 3rem;
	box-sizing: border-box;
}

.layout-1 .client .piece {
	margin-bottom: 2.5rem;
}

.layout-1 .client .piece:last-child {
	margin-bottom: 0;
}

.layout-1 .client .piece .title {
	display: flex;
	align-items: center;
}

.layout-1 .client .piece .title img {
	width: 2rem;
	height: 1.8rem;
}

.layout-1 .client .piece .title span {
	font-size: 1.6rem;
	color: #333333;
	margin-left: .6rem;
}

.layout-1 .client .piece .text {
	font-size: 1.4rem;
	color: #999999;
	margin-top: 1rem;
}
.pcimg{
	width: 35px;
	height: 34px;
	
	vertical-align: middle;
}
.pcimg1{
	width: 35px;
	height: 34px;
	
	vertical-align: middle;
}

/* 生态合作 */
.layout-1 .cooperation {
	background-color: #FFFFFF;
	position: absolute;
	padding: 3rem;
	box-sizing: border-box;
	transform: translateX(-50%);
	left: 50%;
}

.layout-1 .cooperation .cube {
	display: flex;
}

.layout-1 .cooperation .type1 {
	margin-right: 6rem;
}

.layout-1 .cooperation .type1 .title {
	font-size: 1.6rem;
	color: #333333;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #F5F5F5;
}

.layout-1 .cooperation .type1 .title::after {
	content: '';
	width: 0.3rem;
	height: 1rem;
	background: #4A6DFF;
	border-radius: 0.15rem;
	position: absolute;
	left: 0;
	top: calc(50% - 0.75rem);
	transform: translateY(-50%);
}

.layout-1 .cooperation .type1 .co-about {
	width: 18rem;
	border-top: 1px solid rgba(181, 181, 181, 0.5);
}

.layout-1 .cooperation .type1 .co-about {
	display: flex;
	flex-wrap: wrap;
}

.layout-1 .cooperation .type1 .co-about div {
	width: 50%;
	font-size: 1.4rem;
	color: #333333;
	margin-top: 2.1rem;
	text-align: left;
}

.layout-1 .cooperation .type2 .title {
	font-size: 1.6rem;
	color: #333333;
	padding-bottom: 1.5rem;
	padding-left: 1.5rem;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #F5F5F5;
}

.layout-1 .cooperation .type2 .title::after {
	content: '';
	width: 0.3rem;
	height: 1rem;
	background: #4A6DFF;
	border-radius: 0.15rem;
	position: absolute;
	left: 0;
	top: calc(50% - 0.75rem);
	transform: translateY(-50%);
}

.layout-1 .cooperation .type2 .co-about {
	width: 18rem;
	border-top: 1px solid rgba(181, 181, 181, 0.5);
}

.layout-1 .cooperation .type2 .co-about div {
	font-size: 1.4rem;
	color: #333333;
	margin-top: 2.1rem;
	text-align: left;
}

.layout-1 .cooperation .type2 .co-about .know {
	font-size: 1.4rem;
	color: #FF9A26;
}


/*关于站站宝*/
.layout-1 .regards {
	width: 12.6rem;
	height: auto;
	background: #FFFFFF;
	position: absolute;
	padding: 1rem 3rem;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
}

.layout-1 .re-about {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.layout-1 .re-about span {
	font-size: 1.6rem;
	color: #7d7d7d;
	text-align: center;
	width: 100%;
	height: 4.5rem;
	line-height: 4.5rem;
	border-bottom: 1px solid #F5F5F5;
	min-width: 10rem;
	margin: 0;
}

.layout-1 .re-about span:hover a {
	color: #1C66FF;
}

.layout-1 .re-about span a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}

.layout-1 .re-about span:last-child {
	border: none;
}


.layout-1 .nav .btn {
	width: 10rem;
	height: 4rem;
	background: #4A6DFF;
	border-radius: .8rem;
	font-size: 1.8rem;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 4rem;
}

.layout-1 .swiper {
	/* height: 100%; */
	/* height: 100%; */
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 192rem;
	/* max-height: 63rem; */
}

.layout-1 .swiper .swiper-container01 {
	width: 100%;
	height: 100%;
}

.layout-1 .swiper .swiper-wrapper01 {
	width: 100%;
	height: 100%;
	position: relative;
}

.layout-1 .swiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.layout-1 .swiper .swiper-slide .img {
	width: 100%;
	/* height: 100%; */
	/* position: absolute; */
	left: 0;
	top: 0;
	z-index: -1;
}

.layout-1 .swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.layout-1 .swiper .item .about {
	width: 120rem;
	margin: 0 auto;
}

.layout-1 .swiper .item .title {
	font-size: 5.4rem;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 18rem;
	box-sizing: border-box;
}

.layout-1 .swiper .item .text {
	width: 39.5rem;
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 3rem;
	margin: 7rem 0 10.9rem 0;
}

.layout-1 .swiper .item .consult .btn {
	width: 18rem;
	height: 4.8rem;
	background: #5673FB;
	border: .1rem solid #FFFFFF;
	border-radius: .6rem;
	text-align: center;
	line-height: 4.8rem;
}

.layout-1 .swiper .item .consult .btn {
	font-size: 1.8rem;
	color: #FFFFFF;
}

.layout-1 .swiper .item .consult .mobile {
	font-size: 1.6rem;
	color: #FFFFFF;
	margin-top: 1.2rem;
}

.layout-1 .swiper .recommend {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.layout-1 .swiper .recommend .cube {
	width: 120rem;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.layout-1 .swiper .recommend .about {
	width: 21rem;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 1rem;
	z-index: 2;
	right: 0;
	top: 16.5rem;
	padding: 3.5rem 2rem;
	box-sizing: border-box;
}

.layout-1 .swiper .recommend .about .piece {
	border-bottom: .1rem solid rgba(255, 255, 255, 0.3);
	margin-bottom: 2rem;
}

.layout-1 .swiper .recommend .about .piece:last-child {
	margin-bottom: 0;
}

.layout-1 .swiper .recommend .about .classify {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.layout-1 .swiper .recommend .about .classify .icon {
	width: 3.5rem;
	height: 3.5rem;
}

.layout-1 .swiper .recommend .about .classify span {
	font-size: 1.7rem;
	color: #FFFFFF;
	margin: 0 1rem 0 1.8rem;
}

.layout-1 .swiper .recommend .about .classify .sign {
	width: 1.31rem;
	height: .7rem;
}

.layout-1 .swiper .recommend .about .rec-about {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.layout-1 .swiper .recommend .about .rec-about span {
	/* width: 40%; */
	width: 45%;
	display: block;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 1.6rem;
}

.layout-1 .issue {
	width: 100%;
	height: 8.6rem;
	background: rgba(255, 255, 255, 0.15);
	position: relative;
	bottom: 1.5rem;
	left: 0;
	z-index: 3;
	background: #4A6DFF;
	max-width: 192rem;
	margin: 0 auto;
	bottom: 0;
	margin-top: -3px;
}

.layout-1 .issue .about {
	position: relative;
}

.layout-1 .issue .iss-about {
	width: 120rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.layout-1 .issue .cube .name {
	/* font-size: 20px; */
	/* font-size: 1.25rem; */
	font-size: 2rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 8.6rem;
	cursor: pointer;
}

.layout-1 .issue .change .name {
	position: relative;
}

.layout-1 .issue .change .name::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: .2rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	bottom: 2rem;
	left: 0;
}

.layout-1 .issue .cube .details {
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 8.6rem;
	left: 0;
	border-bottom: .1rem solid rgba(43, 44, 44, 0.2);
	display: none;
}

.layout-1 .issue .cube .details .content {
	width: 120rem;
	margin: 0 auto;
	padding: 6.8rem 0 9rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.layout-1 .issue .details .content .type1 .title {
	font-size: 2rem;
	color: #333333;
}

.layout-1 .issue .details .content .type1 .text {
	font-size: 1.8rem;
	width: 34.5rem;
	color: #999999;
	line-height: 2.4rem;
	margin: 5.1rem 0 5.5rem;
}

.layout-1 .issue .details .content .type1 .btn {
	font-size: 1.8rem;
	color: #4A6DFF;
}

.layout-1 .issue .details .content .type2 {
	display: flex;
	flex-direction: column;
	padding: 0 13.1rem;
	border-left: .1rem solid rgba(153, 153, 153, 0.3);
	border-right: .1rem solid rgba(153, 153, 153, 0.3);
}

.layout-1 .issue .details .content .type2 span {
	font-size: 1.8rem;
	color: #999999;
	margin-bottom: 3rem;
}

.layout-1 .issue .details .content .type2 span:last-child {
	margin-bottom: 0;
}

.layout-1 .issue .details .content .type3 {
	text-align: center;
	width: 18.2rem;
	height: 23.6rem;
	background: url(../img/index/79.png) no-repeat;
	background-size: 100% 100%;
	padding: 5rem 1.5rem;
	box-sizing: border-box;
}

.layout-1 .issue .details .content .type3 .title {
	font-size: 1.8rem;
	color: #FFFFFF;
	font-weight: 600;
}

.layout-1 .issue .details .content .type3 .text {
	font-size: 1.6rem;
	color: #FFFFFF;
	padding: 0 1rem;
	box-sizing: border-box;
	margin-top: 3rem;
}

.layout-1 .issue .details .content .type3 .btn {
	font-size: 1.6rem;
	color: #FFFFFF;
	margin-top: 3rem;
}

.service {
	position: fixed;
	right: 2%;
	top: 30%;
	bottom: 6rem;
	z-index: 999999;
	width: auto !important;

}

.service .logo {
	width: 8.6rem;
	height: 9rem;
}

.service .logo img {
	width: 100%;
	height: 100%;
}

.service .cube div {
	width: 7.8rem;
	height: 7.8rem;
	margin-top: 2.2rem;
	cursor: pointer;
}

.service .cube div img {
	width: 100%;
	height: 100%;
}

.popup {
	width: 48rem;
	height: 44rem;
	padding: 3.3rem;
	position: fixed;
	top: calc(50% - 22rem);
	right: calc(50% - 24rem);
	box-sizing: border-box;
	background: #FFFDFB;
	box-shadow: 0rem 0rem 2.5rem 0rem rgba(24, 24, 24, 0.15);
	border-radius: 2rem;
	z-index: 9999999;
	display: none;
}

.popup .about {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.popup .about .close {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 2.8rem;
	right: 2.8rem;
	cursor: pointer;
}

.popup .about .close img {
	width: 100%;
	height: 100%;
}

.popup .about .title {
	font-size: 2.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin: 3.7rem 0;
}

.popup .about .ewm {
	width: 16rem;
	height: 16rem;
	margin: 0 auto;
}

.popup .about .ewm img {
	width: 100%;
	height: 100%;
}

.popup .about .txt {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-top: 2rem;
}

.popup .about .tel {
	font-size: 1.5rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin-top: 4.5rem;
}

.popup3 {
	width: 37.5rem;
	height: 44rem;
	padding: 3.3rem;
	box-sizing: border-box;
	background: #FFFDFB;
	box-shadow: 0rem 0rem 2.5rem 0rem rgba(24, 24, 24, 0.15);
	border-radius: 2rem;
	z-index: 9999999;
	position: fixed;
	top: calc(50% - 22rem);
	left: calc(50% - 18.75rem);
	display: none;
}

.popup3 .about {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.popup3 .about .close {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.popup3 .title {
	font-size: 3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-top: 2rem;
}

.popup3 .txt {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	margin-top: 2.6rem;
}

.popup3 .ewm {
	width: 16rem;
	height: 16rem;
	margin-top: 3.5rem;
}

.popup3 .ewm img {
	width: 100%;
	height: 100%;
}

.popup3 .tel {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	margin-top: 3rem;
}

.popup4 {
	width: 37.5rem;
	height: 44rem;
	padding: 3.3rem;
	box-sizing: border-box;
	background: #FFFDFB;
	box-shadow: 0rem 0rem 2.5rem 0rem rgba(24, 24, 24, 0.15);
	border-radius: 2rem;
	z-index: 9999999;
	position: fixed;
	top: calc(50% - 22rem);
	left: calc(50% - 18.75rem);
	display: none;
}

.popup4 .about {
	position: relative;
}

.popup4 .about .close {
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.popup4 .about .close img {
	width: 100%;
	height: 100%;
}

.popup4 .about .title {
	font-size: 3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin: 0;
}

.popup4 .about .title span {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-left: 2.8rem;
}

.popup4 .about .tel {
	font-size: 3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-top: 2.5rem;
}

.popup4 .about .txt {
	margin-top: 4rem;
}

.popup4 .about .txt p:first-child {
	font-size: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

.popup4 .about .txt p:last-child {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	margin-top: 2rem;
}

.popup4 .about .input {
	width: 100%;
	height: 3.6rem;
	border: .1rem solid #D5D5D5;
	padding: 0 1.6rem;
	box-sizing: border-box;
	margin-top: 1.5rem;
	position: relative;
	display: flex;
}

.popup4 .about .input input {
	width: 100%;
	height: 100%;
	background: none;
	outline: none;
	border: none;
}

.popup4 .about .input input::placeholder {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
}

.popup4 .about .btn {
	margin-top: 4rem;
}

.popup4 .about .btn button {
	width: 11rem;
	height: 3.6rem;
	background: #4A6DFD;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	border: none;
}

/*
*
*
模块二 多种营销模式，全渠道获客
*
*
*/
.layout-2 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0 0 0;
}

.layout-2 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-2 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 3rem 0 8rem;
	text-align: center;
}

.layout-2 .content .about .pattern {
	position: relative;
}

.layout-2 .content .about .pattern #items {
	width: 100%;
	height: 42.5rem;
	position: relative;
}

.layout-2 .content .about .pattern .items {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: all 1s;
	display: none;
}

.layout-2 .content .about .pattern .items.active {
	opacity: 1 !important;
	display: block;
}

.layout-2 .content .about .pattern .items img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.layout-2 .content .about .pattern #circle {
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5rem auto;
}

.layout-2 .content .about .pattern .circle {
	width: 25%;
	position: relative;
	cursor: pointer;
	
}

.layout-2 .content .about .pattern .circle .title {
	font-size: 2.8rem;
	color: #999999;
	margin: 4rem 0 3rem;
}

.layout-2 .content .about .pattern .circle .txt {
	font-size: 1.6rem;
	color: #999999;
	line-height: 2.3rem;
}

.layout-2 .content .about .pattern .circle .btn {
	font-size: 1.6rem;
	color: #999999;
	margin-top: 2.8rem;
}

.layout-2 .content .about .pattern .circle .bar {
	width: 100%;
	height: .3rem;
	background: #999999;
	position: absolute;
	top: 0;
	left: 0;
}

.layout-2 .content .about .pattern .circle .strip {
	width: 100%;
	height: .3rem;
	background: #999999;
	position: absolute;
	top: 0;
	left: 0;
}

.layout-2 .content .about .pattern .circle.change .title {
	color: #333333;
}

.layout-2 .content .about .pattern .circle.change .txt {
	color: #333333;
}

.layout-2 .content .about .pattern .circle.change .btn {
	color: #4A6DFF;
}

.layout-2 .content .about .pattern .circle.change .bar {
	width: 100%;
	background-color: #4A6DFF;
	animation-name: example;
	animation-duration: 3.5s;
}

@keyframes example {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.layout-3 {
	background-color: #F5F5FA;
}

.layout-3 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0;
}

.layout-3 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-3 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 3rem 0 8rem;
	text-align: center;
}

.layout-3 .content .about {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.layout-3 .content .about .demolist {
	width: auto;
	flex: 1;
}

.layout-3 .content .about .demolist .demodetail {
	width: 100%;
	height: 60.5rem !important;
	animation-name: demo;
	animation-duration: 1.5s;
}

@keyframes demo {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.layout-3 .content .about .demolist .demodetail img {
	width: 100%;
	/* height: 100%; */
	height: auto;
}

.layout-3 .content .about .demoitem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 6rem;
	width: 61rem;
}

.layout-3 .content .about .demoitem .cube {
	width: 29rem;
	height: 26rem;
	background: #FFFFFF;
	box-shadow: 0rem .8rem 2rem 0rem rgba(44, 44, 44, 0.1);
	border-radius: 2rem;
	padding: 4.4rem 3.4rem;
	box-sizing: border-box;
	margin: 0 3rem 3rem 0;
}

.layout-3 .content .about .demoitem .cube:nth-child(2n) {
	margin-right: 0;
}

.layout-3 .content .about .demoitem .cube a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.layout-3 .content .about .demoitem .change {
	background: url(../img/pc/index/33.png) no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	/* 社区营销部分 */
	/* background-color: rgba(74, 109, 255, 1); */
}

.layout-3 .content .about .demoitem .cube .title {
	font-size: 2rem;
	font-weight: 400;
	/* color: #4A6DFF; */
	color: #313131;
}

.titleyx{
	text-align: center !important;
}
.layout-3 .content .about .demoitem .cube .txt {
	height: 5.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #999999;
	line-height: 2rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.layout-3 .content .about .demoitem .cube .btn {
	font-size: 1.6rem;
	font-weight: 400;
	color: #4A6DFF;
	text-align: center;
}

.layout-3 .content .about .demoitem .change .title {
	color: #FFFFFF;
}

.layout-3 .content .about .demoitem .change .txt {
	color: #FFFFFF;
}

.layout-3 .content .about .demoitem .change .btn {
	color: #FFFFFF;
}

.layout-3 .content .demomore {
	width: 40rem;
	height: 6.4rem;
	background: #4A6DFF;
	border-radius: 3.2rem;
	margin: 0 auto;
	margin-top: 8rem;
	font-size: 2.4rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 6.4rem;
	text-align: center;
	cursor: pointer;
}

.layout-4 {
	background-color: #FFFFFF;
}

.layout-4 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0;
}

.layout-4 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-4 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 3rem 0 8rem;
	text-align: center;
}

.layout-4 .content .about {
	display: flex;
	/* background: #FAFAFA; */
	border-radius: 2rem;
	position: relative;
}

.layout-4 .content .about .name {
	/* padding: 6rem 7rem 6.5rem; */
	padding: 1rem 0;
	padding-right: 5rem;
	box-sizing: border-box;
	border-right: .1rem solid rgba(153, 153, 153, 0.2);
}

.layout-4 .content .about .name .select {
	color: #4A6DFF;
	position: relative;
}

.layout-4 .content .about .name .select::after {
	content: " ";
	position: absolute;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background-color: #4A6DFF;
	right: -5.8rem;
	top: 50%;
	transform: translateY(-50%);
	border: .4rem solid #B7C5FF;
}

.layout-4 .content .about .name li {
	font-size: 2.2rem;
	font-weight: 400;
	color: #999999;
	padding: 2rem 0;
	/* margin-bottom: 5rem; */
	cursor: pointer;
}

.layout-4 .content .about .name li:last-child {
	margin-bottom: 0;
}

.layout-4 .content .about .message .cube {
	/* padding: 6rem 0; */
	box-sizing: border-box;
	margin-left: 5rem;
	margin-top: 3rem;
}

.layout-4 .content .about .message .cube .title {
	font-size: 2.4rem;
	font-weight: 400;
	color: #333333;
	position: relative;
	padding-bottom: 2rem;
}

.layout-4 .content .about .message .cube .title::after {
	content: " ";
	position: absolute;
	width: 5rem;
	height: .4rem;
	background: #4A6DFF;
	border-radius: .2rem;
	left: 0;
	bottom: 0;
}

.layout-4 .content .about .message .cube .icon {
	width: 20rem;
	height: 4rem;
	background: #EBEBEB;
	display: flex;
	align-items: center;
	border-radius: 2rem;
	margin: 4rem 0;
}

.layout-4 .content .about .message .cube .icon div {
	width: 10rem;
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 4rem;
	text-align: center;
	cursor: pointer;
}

.layout-4 .content .about .message .cube .icon .icon-select {
	color: #4A6DFF;
	background: #FAFAFA;
	border: .1rem solid #4A6DFF;
	border-radius: 2rem;
	animation-name: icon;
	animation-duration: 0.4s;
}


.titlemo1 {
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐 */
}

.img-wrapper {
    margin-right: 20px; /* 可以根据需要调整间距 */
}
.text-content span{
	font-size: 2rem;
	width: 29rem;
	display: block;
	padding: 10px 0px;
}
@keyframes icon {
	0% {
		width: 0;
		height: 4rem;
		font-size: 0rem;
		overflow: hidden;
	}

	100% {
		width: 10rem;
		height: 4rem;
		font-size: 1.8rem;
	}
}

.layout-4 .content .about .message .cube .txt {
	width: 44rem;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 2.4rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	text-overflow: ellipsis;
	min-height: 12rem;
}

.layout-4 .content .about .message .cube .btn {
	display: flex;
	align-items: center;
	margin-top: 4rem;
}

.layout-4 .content .about .message .cube .btn div {
	width: 14rem;
	height: 4rem;
	background: #FFFFFF;
	border: .1rem solid #4A6DFF;
	border-radius: 2rem;
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 4rem;
	text-align: center;
}

.layout-4 .content .about .message .cube .btn div:first-child {
	color: #FFFFFF;
	background: #4A6DFF;
}

.layout-4 .content .about .message .cube .btn div:nth-child(2) {
	color: #FFFFFF;
	background: #FFA125;
	margin-left: 4rem;
}

.layout-4 .content .about .message .cube .phone {
	width: 52.1rem;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 2rem;
	animation-name: phone;
	animation-duration: 1.5s;
}

@keyframes phone {
	0% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}

.layout-4 .content .about .message .cube .phone img {
	width: 100%;
	height: 100%;
}

.layout-5 {
	background-color: #F5F5FA;
}

.layout-5 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.layout-5 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-5 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 3rem 0 8rem;
	text-align: center;
}

.layout-5 .content .about {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 2rem;
	overflow: hidden;
}

.layout-5 .content .about .b-cube {
	width: 39.5rem;
	height: 25.5rem;
	margin-top: 1rem;
	position: relative;
	cursor: pointer;
}

.layout-5 .content .about .b-cube img {
	width: 100%;
	height: 100%;
}

.layout-5 .content .about .x-cube:nth-child(1),
.layout-5 .content .about .x-cube:nth-child(2),
.layout-5 .content .about .x-cube:nth-child(3),
.layout-5 .content .about .x-cube:nth-child(4) {
	width: 29rem;
	height: 25.5rem;
	margin-top: 0;
}

.layout-5 .content .about .x-cube img {
	width: 100%;
	height: 100%;
}

.layout-5 .content .about .b-cube .txt {
	width: 100%;
	height: 100%;
	padding: 5rem 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: RGBA(95, 105, 253, 0.55);
}

.layout-5 .content .about .b-cube .txt .title {
	text-align: center;
	font-size: 3rem;
	color: #FFFFFF;
}

.layout-5 .content .about .b-cube .txt .icon {
	width: 2.8rem;
	height: 2.6rem;
	margin: 0 auto;
}

.layout-5 .content .about .b-cube .txt .icon img {
	width: 100%;
	height: 100%;
}

.layout-5 .content .about .b-cube .txt .text {
	font-size: 1.6rem;
	width: 22rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 2rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.layout-6 {
	background-color: #FFFFFF;
}

.layout-6 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0;
}

.layout-6 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-6 .content .subhead {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	text-decoration: underline;
	color: #4A6DFF;
	text-align: center;
	margin: 3rem 0 8rem;
}

.layout-6 .content .about {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.layout-6 .content .about .itemshow .show div {
	width: 51.2rem;
	height: 31.4rem;
	border-radius: 2rem;
	animation-name: shows;
	animation-duration: 0.8s;
	margin-right: 6rem;
	border: 1px solid #E6E6E6;
	overflow: hidden;
}

@keyframes shows {
	0% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}

.layout-6 .content .about .itemshow .show div img {
	width: 100%;
	height: 100%;
}

.layout-6 .content .about .bar {
	width: auto;
	flex: 1;
}

.layout-6 .content .about .bar .swiper_box {
	width: 62.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}

.layout-6 .content .about .bar .nav {
	/* width: 90%; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -1rem;
}

.layout-6 .content .about .bar .nav .name {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	padding-bottom: 3.3rem;
	position: relative;
}

.layout-6 .content .about .bar .nav .name .cn {
	font-size: 2.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 50%;
}

.layout-6 .content .about .bar .nav .name .cn img {
	width: 100%;
	height: 100%;
}

.layout-6 .content .about .bar .nav .name .en {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	margin-top: 1.5rem;
	color: #AAAAAA;
}

.layout-6 .content .about .bar .nav .navselect::after {
	content: '';
	width: 5.5rem;
	height: 0.3rem;
	background: #4A6DFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.layout-6 .content .about .bar .nav .navselect .cn,
.layout-6 .content .about .bar .nav .navselect .en {
	color: #4A6DFF;
}

.layout-6 .content .about .bar .nav-about .item {
	width: 62.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3rem;
	flex-wrap: wrap;
	position: relative;
}

.layout-6 .content .about .bar .nav-about .item .swiper{
	width: 80%;
}

.layout-6 .content .about .bar .nav-about .item .swiper-button-prev {
	width: 3rem;
	height: 3rem;
	background: #FFFFFF;
	border: 1px solid #4A6DFF;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.layout-6 .content .about .bar .nav-about .item .swiper-button-next {
	width: 3rem;
	height: 3rem;
	background: #FFFFFF;
	border: 1px solid #4A6DFF;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.layout-6 .content .about .bar .nav-about .item .swiper-button-prev::after {
	content: 'prev';
	font-size: 1.6rem;
	color: #4A6DFF;
	line-height: 3rem;
}

.layout-6 .content .about .bar .nav-about .item .swiper-button-next::after {
	content: 'next';
	font-size: 1.6rem;
	color: #4A6DFF;
	line-height: 3rem;
}

.layout-6 .content .about .bar .nav-about .item li {
	width: 100%;
	height: auto;
	/* background: #FAFAFA; */
	/* box-shadow: 0rem 0rem .6rem 0rem rgba(43, 44, 44, 0.15); */
	/* border-radius: 2rem; */
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* padding: 3rem 2.5rem; */
	box-sizing: border-box;
	cursor: pointer;
}

.layout-6 .content .about .bar .nav-about .item .indexs {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 2rem;
	
}

.layout-6 .content .about .bar .nav-about .item .indexs .index {
	width: 3.5rem;
	height: 3.5rem;
	background: #F5F5F5;
	font-size: 1.6rem;
	color: #7D7D7D;
	text-align: center;
	line-height: 3.5rem;
	margin-left: 1.5rem;
}

.layout-6 .content .about .bar .nav-about .item .index.itemselect {
	/* background: url(../img/pc/index/05-2.png) no-repeat; */
	/* background-size: 100% 100%; */
	/* background: linear-gradient(45deg, #526EFF, #4A6DFF); */

	border: 1px solid #4A6DFF;
	color: #4A6DFF !important;
	background: #FFFFFF !important;
}

.layout-6 .content .about .bar .nav-about .item .itemselect p {
	color: #FFFFFF !important;
}

.layout-6 .content .about .bar .nav-about .item li p:first-child {
	font-family: Adobe Heiti Std;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 3rem;
	text-align: center;
	font-size: 2.4rem;
	color: #313131;
}

.layout-6 .content .about .bar .nav-about .item li p:last-child {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #7D7D7D;
	margin-top: 2rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	min-height: 4rem;
	line-height: 3rem;
}

.layout-7 {
	background-color: #F8F8F8;
	background-image: url(../img/pc/index/06-1.png);
	background-size: 100% 70%;
	background-repeat: no-repeat;
}

.layout-7 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0;
}

.layout-7 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-7 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 3rem 0 8rem;
	text-align: center;
}

.layout-7 .content .about .number {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 8rem;
	box-sizing: border-box;
	margin-bottom: 5rem;
}

.layout-7 .content .about .number div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.layout-7 .content .about .number div p:first-child {
	font-size: 4.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
}

.layout-7 .content .about .number div p:last-child {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #7d7d7d;
	margin-top: 2rem;
}

.layout-7 .content .about .partner {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0rem .6rem 1.2rem 0rem rgba(44, 44, 44, 0.15);
	border-radius: 2rem;
	padding: 2rem 4rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.layout-7 .content .about .partner .swiper-slide {
	width: 24rem;
	height: 10rem;
	margin: 2rem 0;
}

.layout-7 .content .about .partner div img {
	width: 100%;
	height: 100%;
}

.layout-8 {
	background-color: #F8F8F8;
}

.layout-8 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 0 0 8rem;
}

.layout-8 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-8 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 3rem 0 8rem;
	text-align: center;




}

.layout-8 .content .about .swiper-title {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* 
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1; */
}

.layout-8 .content .about .swiper-title .swiper-slide {
	text-align: center;
	font-size: 2.6rem;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
	width: auto !important;
}

/* .layout-8 .content .about .swiper-title .swiper-wrapper {
	align-items: center;
	width: 100%;
	margin: 0 auto;
} */

.layout-8 .content .about .swiper-title .serve {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding: 0 2rem; */
	box-sizing: border-box;
}

.layout-8 .content .about .swiper-title .serve .name {
	font-size: 2.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #AAAAAA;
	padding-bottom: 3rem;
	position: relative;
}

.layout-8 .content .about .swiper-title .serve .txt {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	margin-top: 3.2rem;
	/* display: none; */
}

.swiper-slide.serve.swiper-slide-active .name {
	color: #4A6DFF !important;
}

.swiper-slide.serve.swiper-slide-active .name::after {
	content: '';
	width: 11.1rem;
	height: 0.3rem;
	background: #506EFF;
	border-radius: 0.15rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-slide.serve.swiper-slide-active .txt {
	display: block !important;
}

.layout-8 .content .about .swiper-title .swiper-button-next,
.layout-8 .content .about .swiper-title .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/index/59.png) !important;
	/* background-image: url(../img/pc/index/59.png); */
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100% 100%;
	right: -4.5rem !important;
}

.layout-8 .content .about .swiper-button-prev,
.layout-8 .content .about .swiper-container-rtl .swiper-button-next {
	/* background-image: url(../img/pc/index/60.png) !important; */
	background-image: url(../img/index/60.png) !important;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100% 100%;
	left: -4.5rem !important;
}



.layout-8 .content .about .message {
	margin-top: 5rem;
	height: 52rem;
}

.layout-8 .content .about .message .swiper-message {
	/* overflow: inherit; */
	height: 100%;
}

.layout-8 .content .about .message .swiper-slide {
	height: 42rem;
	width: 100%;
}

.layout-8 .content .about .message .messitem {
	background: #fff;
	border-radius: 1.6rem;
	position: relative;
	height: 42rem;
	padding-left: 52rem;
	box-sizing: border-box;
	/* visibility: hidden; */
	margin-top: 4.5rem;
}

.layout-8 .content .about .message .swiper-slide-active {
	visibility: inherit;
}

.layout-8 .content .about .message .messitem .title {
	font-size: 2.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	margin-top: 5.5rem;
}

.layout-8 .content .about .message .messitem .title span {
	color: #313131;
}

.layout-8 .content .about .message .messitem .text {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	line-height: 2.6rem;
	margin-top: 5rem;
	padding-right: 6rem;
	box-sizing: border-box;
}

.layout-8 .content .about .message .messitem .number {
	display: flex;
	align-items: center;
	margin-top: 6rem;
}

.layout-8 .content .about .message .messitem .number .cube {
	display: flex;
	flex-direction: column;
	margin-right: 9rem;
}

.layout-8 .content .about .message .messitem .number .cube:last-child {
	margin-right: 0;
}

.layout-8 .content .about .message .messitem .number .cube .num {
	font-size: 4.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
}

.layout-8 .content .about .message .messitem .number .cube .txt {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	margin-top: 2rem;
	text-align: center;
}

.layout-8 .content .about .message .messitem .btn {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #4A6DFF;
}

.layout-8 .content .about .message .messitem .banner {
	width: 40rem;
	height: 48rem;
	position: absolute;
	top: -2.5rem;
	left: 8rem;
	z-index: 999;
}

.layout-8 .content .about .message .messitem .banner img {
	width: 100%;
	height: 100%;
	z-index: 999;
	border-radius: 20px;
}

.layout-9 {
	background-color: #FFFFFF;
}

.layout-9 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0;
}

.layout-9 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-9 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 3rem 0 8rem;
	text-align: center;
}

.layout-9 .content .about {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	flex-wrap: wrap;
}

.layout-9 .content .about .cube {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin: 3rem 0; */
	/* margin-right: 17rem; */
	/* flex: 1; */
	padding: 0 8.4rem;
	padding-bottom: 5rem;
	border-right: 1px solid #F5F5F5;
	box-sizing: border-box;
}

.layout-9 .content .about .cube:nth-child(3n+1) {
	padding-left: 0;
}

.layout-9 .content .about .cube:nth-child(3n) {
	border-right: none;
	padding-right: 0;
}

/* .layout-9 .content .about .cube:nth-child(3n) {
	margin-right: 0;
} */

.layout-9 .content .about .cube:nth-child(n+4) {
	/* margin-top: 8rem; */
	padding-bottom: 0;
	padding-top: 5rem;
	border-top: 1px solid #F5F5F5;
}

.layout-9 .content .about .cube .img {
	width: 13rem;
	height: 13rem;
}

.layout-9 .content .about .cube .img img {
	width: 100%;
	height: 100%;
}

.layout-9 .content .about .cube .name {
	font-size: 2.2rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	margin: 3rem;
}

.layout-9 .content .about .cube .txt {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	text-overflow: ellipsis;
	text-align: center;
}

.layout-10 {
	background-color: #F1F4FB;
}

.layout-10 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0;
}

.layout-10 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-10 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 3rem 0 8rem;
	text-align: center;
}

.layout-10 .content .about {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.layout-10 .content .about .news {
	display: flex;
	align-items: center;
	/* border-right: 1px solid rgba(102, 102, 102, 0.5); */
	width: 100%;
}

.layout-10 .content .about .news .cube {
	width: 57rem;
	height: auto;
	background-color: #FFFFFF;
	border-radius: 2rem;
	overflow: hidden;
	margin-right: 3rem;
}

.layout-10 .content .about .news .cube:last-child {
	margin-right: 0;
}

.layout-10 .content .about .news .cube .banner {
	height: 15rem;
	width: 100%;
	position: relative;
	padding: 4rem;
	box-sizing: border-box;
}

.layout-10 .content .about .news .cube .banner img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.layout-10 .content .about .news .cube .banner div {
	font-size: 2.8rem;
	color: #FFFFFF;
	position: relative;
	z-index: 9;
}

.layout-10 .content .about .news .cube .banner div span {
	font-size: 1.8rem;
	color: #FFFFFF;
	margin-left: 1rem;
}

.layout-10 .content .about .news .cube .banner div:last-child {
	font-size: 1.8rem;
	color: #FFFFFF;
	margin-top: 2rem;
	position: relative;
	z-index: 9;
}

.layout-10 .content .about .news .cube .list {
	padding: 2rem 4rem;
	box-sizing: border-box;
}

.layout-10 .content .about .news .cube .list div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-bottom: 3rem; */
	height: 6.8rem;
	border-bottom: 1px solid #F5F5F5;
}

.layout-10 .content .about .news .cube .list a:last-child div {
	margin-bottom: 0;
	border: none;
}

.layout-10 .content .about .news .cube .list div span {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
}

.layout-10 .content .about .news .cube .list .item-container span {  
    font-size: 1.8rem;  
    font-family: Adobe Heiti Std;  
    font-weight: normal;  
    color: #999999;  
}  
  
.layout-10 .content .about .news .cube .list .item-container:hover .title,  
.layout-10 .content .about .news .cube .list .item-container:hover .date {  
    color: #4A6DFF; /* 当鼠标悬停在item-container上时，改变title和date的颜色 */  
}


.layout-10 .content .about .news .cube .list div span:first-child {
	margin-right: 1rem;
}

.layout-10 .content .about .news .cube .list div span:nth-child(2) {
	width: 37.4rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
	margin-right: auto;
}

.layout-10 .content .about .news .cube .btn {
	width: 49rem;
	height: 5rem;
	background: #F9FAFC;
	border-radius: 1rem;
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #4A6DFF;
	text-align: center;
	box-sizing: border-box;
	line-height: 5rem;
	margin: 0 auto 4rem;
}

.layout-10 .content .about .contact .titles span {
	font-size: 2.4rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
}

.layout-10 .content .about .contact .titles span:last-child {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	margin-left: 1.5rem;
}

.layout-10 .content .about .contact .tel {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	margin-top: 4.8rem;
}

.layout-10 .content .about .contact .tel-number {
	width: 19.7rem;
	height: 2.4rem;
	margin: 2.4rem 0 5.7rem;
}

.layout-10 .content .about .contact .tel-number img {
	width: 100%;
	height: 100%;
}

.layout-10 .content .about .contact .project {
	width: 21rem;
	height: 21.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	/* background-image: url(../img/index/58.png); */
	background-image: url(../img/pc/index/07.png);

	background-size: 100% auto;
	background-position: top;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	z-index: 99;
	padding: 1.5rem 0;
	box-sizing: border-box;
}

.layout-10 .content .about .contact .project .back {
	width: 21rem;
	height: 21.5rem;
	border-radius: 1rem;
	overflow: hidden;
	background-color: RGBA(134, 132, 136, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.layout-10 .content .about .contact .project .name {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
}

.layout-10 .content .about .contact .project .txt {
	width: 16rem;
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	margin: 2.9rem 0 2.8rem;
}

.layout-10 .content .about .contact .project .btn {
	width: 10rem;
	height: 3rem;
	background: #4A6DFF;
	border-radius: .5rem;
	font-size: 1.4rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 3rem;
}

.layout-11 {
	background-color: #FFFFFF;
	display: none;
}

.layout-11 .content {
	width: 120rem;
	margin: 0 auto;
	padding: 10rem 0 10rem;
}

.layout-11 .content .name {
	font-size: 3.6rem;
	color: #333333;
	text-align: center;
}

.layout-11 .content .subhead {
	font-size: 1.8rem;
	color: #999999;
	margin: 5rem 0 8rem;
	text-align: center;
}

.layout-11 .content .about {
	width: 100%;
	height: 52rem;
	border-radius: 2rem;
	overflow: hidden;
	display: flex;
	box-shadow: 0rem .6rem 1.2rem 0px rgba(44, 44, 44, 0.15);
}

.layout-11 .content .about .form {
	width: 35.5rem;
	height: 100%;
	background: url(../img/pc/index/07.png);
	padding-left: 5rem;
	box-sizing: border-box;
}

.layout-11 .content .about .form .title {
	font-size: 3.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8rem;
	box-sizing: border-box;
}

.layout-11 .content .about .form .txt {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 4rem;
}

.layout-11 .content .about .form #myform {
	margin-top: 7.5rem;
}

.layout-11 .content .about .form #myform input {
	background: none;
	outline: none;
	border: none;
}

.layout-11 .content .about .form #myform .tel,
.layout-11 .content .about .form #myform .names {
	width: 27rem;
}

.layout-11 .content .about .form #myform .tel input,
.layout-11 .content .about .form #myform .names input {
	font-size: 1.8rem;
	color: #FFFFFF;
	padding-bottom: .5rem;
	border-bottom: .1rem solid #FFFFFF;
}

.layout-11 .content .about .form #myform .tel input::placeholder,
.layout-11 .content .about .form #myform .names input::placeholder {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.8);
	font-family: Adobe Heiti Std;
}

.layout-11 .content .about .form #myform .names {
	margin-top: 4.5rem;
}

.layout-11 .content .about .form #myform .submit {
	width: 12rem;
	height: 3.6rem;
	border: .1rem solid #FFFFFF;
	border-radius: .6rem;
	margin-top: 4.4rem;
}

.layout-11 .content .about .form #myform .submit input {
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 3.6rem;
	text-align: center;
}

input:-internal-autofill-selected {
	background-color: none !important;
}

input {
	background: transparent;
}

input:-webkit-autofill {
	background: transparent;
	transition: background-color 50000s ease-in-out 0s;
}

.layout-11 .content .about .message {
	width: 100%;
	padding: 6rem 0;
	box-sizing: border-box;
	padding-bottom: 0;
}

.layout-11 .content .about .message .title {
	font-size: 3.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.bs:hover{
	color: red;
}

.layout-11 .content .about .message .txt {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	text-align: center;
	margin-top: 3.5rem;
}

.layout-11 .content .about .message .contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10rem;
	box-sizing: border-box;
	margin-top: 6.5rem;
}

.layout-11 .content .about .message .contact .cube {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.layout-11 .content .about .message .contact .cube img {
	width: 6rem;
	height: 6rem;
}

.layout-11 .content .about .message .contact .cube .text {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	line-height: 2.1rem;
	margin-top: 3.2rem;
	text-align: center;
}

.layout-11 .content .about .message .sign {
	width: 100%;
	height: 6.1rem;
	opacity: 0.3;
	padding: 0 10rem;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 4rem;
}

.layout-11 .content .about .message .sign img {
	width: 100%;
	height: 100%;
}

.footer {
	background-color: #111111;
}

.footer .content {
	width: 120rem;
	margin: 0 auto;
	padding: 8rem 0;
}

.footer .content .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
}

.footer .content .top .left {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer .content .top .left .cube {
	display: flex;
	align-items: center;
	margin-bottom: 8rem;
}

.footer .content .top .left .cube:last-child {
	margin-bottom: 0;
}

.footer .content .top .left .cube img {
	width: 5.8rem;
	height: 5.8rem;
}

.footer .content .top .left .cube .message {
	margin-left: 2rem;
}

.footer .content .top .left .cube .message div:first-child {
	font-size: 2rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
}

.footer .content .top .left .cube .message div:last-child {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #C3C3C3;
	margin-top: 1.9rem;
}

.footer .content .top .center {
	display: flex;
}

.footer .content .top .center .list {
	margin-right: 5.8rem;
}

.footer .content .top .center .list:last-child {
	margin-right: 0;
}

.footer .content .top .center .list .title {
	font-size: 2rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 4rem;
}

.footer .content .top .center .list ul li {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #C3C3C3;
	margin-bottom: 2rem;
}

.footer .content .top .center .list ul li:last-child {
	margin-bottom: 0;
}

.footer .content .top .right .contact {
	display: flex;
	align-items: center;
}

.footer .content .top .right .contact img {
	width: 2.6rem;
	height: 2.6rem;
	background: #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
}

.footer .content .top .right .contact span {
	font-size: 2.2rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 1.5rem;
}

.footer .content .top .right .tel {
	font-size: 3.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin: 2.6rem 0;
}

.footer .content .top .right .hotline {
	margin-bottom: 3rem;
}

.footer .content .top .right .hotline p {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 2rem;
}

.footer .content .top .right .hotline p:last-child {
	margin-bottom: 0;
}

.footer .content .top .right .ewm {
	display: flex;
	align-items: center;
}

.footer .content .top .right .ewm .code {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 3rem;
}

.footer .content .top .right .ewm .code:last-child {
	margin-right: 0;
}

.footer .content .top .right .ewm .code img {
	width: 10.7rem;
	height: 10.7rem;
}

.footer .content .top .right .ewm .code p {
	font-size: 1.6rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 1.6rem;
}

.footer .content .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5rem 0;
	box-sizing: border-box;
	border-top: .1rem solid rgba(255, 255, 255, 0.2);
	border-bottom: .1rem solid rgba(255, 255, 255, 0.2);
}

.footer .content .bottom .left ul {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}

.footer .content .bottom .left ul:last-child {
	margin-bottom: 0;
}

.footer .content .bottom .left ul li {
	font-size: 1.4rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 2rem;
}

.footer .content .bottom .left ul li:last-child {
	margin-right: 0;
}

.footer .content .bottom .left .interval li {
	position: relative;
}

.footer .content .bottom .left .interval li::after {
	content: " ";
	position: absolute;
	height: 1.7rem;
	width: .1rem;
	background-color: #C3C3C3;
	top: .2rem;
	right: -1rem;
}

.footer .content .bottom .left .interval li:last-child::after {
	display: none;
}

.footer .content .bottom .left .sign li img {
	width: 1.6rem;
	height: 1.8rem;
	margin-right: 1.1rem;
}

.footer .content .bottom .left .sign li {
	margin-right: 2rem;
	display: flex;
	align-items: center;
}

.footer .content .bottom .left .sign li span {
	margin-right: 1.6rem;
}

.footer .content .bottom .right {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding: 0 6.7rem 0 10.7rem; */
	box-sizing: border-box;
	/* border-left: .1rem solid #414141; */
}

.footer .content .bottom .right .logo {
	width: 8rem;
	height: 8rem;
	margin-bottom: 2rem;
}

.footer .content .bottom .right .logo img {
	width: 100%;
	height: 100%;
}

.footer .content .bottom .right .title {
	font-size: 1.8rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 2rem;
}

.footer .content .bottom .right .txt {
	font-size: 1.4rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #C3C3C3;
}




/* 新的产品中心 */
.productcenter {
	display: flex;
	flex-direction: row;
	display: none;
	transition: opacity 0.3s ease;
	padding: 3rem;
	background: #FFFFFF;
	border-radius: 2rem;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	/* 添加过渡效果 */

}

.productcenter.active {
	display: flex;
}


.productcenter .leftmain {
	/* width: 60rem;
	height: 50rem; */
	width: 60.5rem;
	height: 37.8rem;
	border-radius: 2rem;
	overflow: hidden;
}

.productcenter .leftmain img {
	width: 100%;
}



.productcenter .rightmain {
	height: auto;
	/* border-radius: 0rem 4rem 3rem 0rem; */
	width: auto;
	flex: 1;
	/* padding: 4.5rem; */
	/* background-color: white; */
	box-sizing: border-box;
	margin-left: 5rem;
}

.productcenter .rightmain .tit {
	font-size: 2.2rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.productcenter .rightmain .main {
	font-size: 1.6rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 3rem;
	margin: 3rem 0 4rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	text-overflow: ellipsis;
	min-height: 12rem;
}

.productcenter .rightmain .imglist {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 3rem;
}

.productcenter .rightmain .imglist .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-right: 5.4rem; */
}

.productcenter .rightmain .imglist .item img {
	width: 3.5rem;
	height: 3.5rem;
}

.productcenter .rightmain .btn {
	margin-top: 4.5rem;
	width: 48.5rem;
	height: 5.2rem;
	background: #F9FAFC;
	border-radius: 1rem;
	text-align: center;
	color: #4A6DFF;
	font-size: 2rem;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 5.2rem;
}






.producttop {
	transition: opacity 0.3s ease;
	/* 添加过渡效果 */
	width: auto;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	height: 5.4rem;
	margin: 0 auto;
	background-color: white;
	padding: 0.4rem;
	font-size: 1.8rem;
	text-align: center;
	color: #333333;
	/* margin-top: 5.9rem; */
	margin-bottom: 5.9rem;
	/* border-radius: 2.7rem; */
	border-radius: 4.7rem;
}

.producttop .item {
	width: 12rem;
	height: 4.8rem;
	line-height: 4.8rem;
	/* padding: 1.5rem 1.6rem; */
	text-align: center;
}

.producttop .item:hover {
	/* background-color: ; */
}

.producttop .item.itemactive {
	/* width: 12rem;
    height: 4.8rem; */
	background: #4A6DFF;
	color: white;
	border-radius: 2.4rem;
}



/* 延时执行css */
.animated_delay .about .cube:nth-child(1) {
	animation-delay: 0.2s;
}

.animated_delay .about .cube:nth-child(2) {
	animation-delay: 0.4s;
}

.animated_delay .about .cube:nth-child(3) {
	animation-delay: 0.6s;
}

.animated_delay .about .cube:nth-child(4) {
	animation-delay: 0.2s;
}

.animated_delay .about .cube:nth-child(5) {
	animation-delay: 0.4s;
}

.animated_delay .about .cube:nth-child(6) {
	animation-delay: 0.6s;
}

/*  */
.animated_delay2 .contact .cube:nth-child(1) {
	animation-delay: 0.2s;
}

.animated_delay2 .contact .cube:nth-child(2) {
	animation-delay: 0.4s;
}

.animated_delay2 .contact .cube:nth-child(3) {
	animation-delay: 0.6s;
}



.card_block {
	display: none;
}

.pc_hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc_hidden {
		display: block;
	}

}

/* 顶部搜索框和登录 */
.searchinput_index {
	width: 13rem;
	height: 3.2rem;
	background: #F7F8FA;
	border: 0.09rem solid #EBEDF0;
	border-radius: 1.6rem;
	font-size: 1.4rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 5.17rem;
	box-sizing: border-box;
	padding: 0.9rem 1.6rem;


}

.graysearch .input {
	position: relative;
}

.graysearch .search_input {
	width: 17.5rem;
	height: 3.5rem;
	background: #F7F8FA;
	border: 0px solid #EBEDF0;
	border-radius: 1.6rem;
	outline: none;
	font-size: 1.4rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 5.17rem;
	padding: 0.9rem 1.6rem;
	box-sizing: border-box;
}

.input::after {
	content: "";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.6rem;
	background: url("../img/pc/index/search.png");
	background-size: contain;
	background-repeat: no-repeat;
}

/*  */



.layout-1 .nav .item .name {
	/* 顶部导航每项的样式 */
	/* margin: 0; */
	width: auto;
	text-align: center;
	box-sizing: border-box;
	/* margin-left: 2.75rem; */

}

.login {
	font-size: 1.53rem;
	font-family: PingFang SC;
	font-weight: 400;
	/* color: #333333; */
	color: white;
}

.layout-1 .nav .btn {
	border-radius: 1.7rem;
}




/*  顶部banner的下拉里的a样式 */
.layout-1 .nav .solution .method .ms-about a {
	width: calc((100%) / 2);

}



/* 首页底部改后css */
.zzb-footer.zzbfooter2 {
	width: 100%;
	padding: 5rem 0;
	box-sizing: border-box;
	background: #1B1B1B;
}

.zzb-footer.zzbfooter2 .zzb-footer-center {
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7.5rem;
	max-width: 120rem;
}

.zzb-footer.zzbfooter2 .zzb-fc-left {
	width: 16.4rem;
	/* height: 6.69rem; */
	align-self: center;
}

.zzb-footer.zzbfooter2 .zzb-fc-left img {
	width: 100%
}

.zzb-footer.zzbfooter2 .zzb-fc-center {
	width: auto;
	flex: 1;
	margin-left: 9.4rem;
	color: #FFFFFF;
	height: 15.5rem;
	border-right: 1px dashed #4B4B4B;
}

.zzb-footer.zzbfooter2 .zzb-fc-center p {
	font-size: 1.6rem;
	margin-top: 3.2rem;
}

.zzb-footer.zzbfooter2 .zzb-fc-center .name {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0;
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul>.cube {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* max-width: 5.8125rem; */
	box-sizing: border-box
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul>.cube .name {
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis;
	align-self: flex-start
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul>.cube>ul>li {
	font-size: 1.6rem;
	color: #ffffff;
	line-height: 3rem;
	margin: 1.6rem 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	text-overflow: ellipsis
}

.zzb-footer.zzbfooter2 .zzb-fc-center>ul>.cube>ul>li a {
	margin: 0.32rem 0;
	color: #c9c9c9
}

.zzb-footer.zzbfooter2 .zzb-fc-right {
	width: auto;
	color: white;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-left: 9.5rem;
}

.zzb-footer.zzbfooter2 .zzb-fc-right p {
	font-size: 3rem;
	font-size: 2rem
}

.zzb-footer.zzbfooter2 .zzb-fc-right p.large {
	margin-bottom: 3.6rem;
	font-size: 3rem
}

.zzb-footer.zzbfooter2 .zzb-fc-right p:last-child {
	margin-bottom: 3.2rem
}

.zzb-footer.zzbfooter2 .zzb-fc-right .pic {
	width: 12rem;
	height: 12rem;
	background: #FFFFFF;
	margin-bottom: 2rem
}

.zzb-footer.zzbfooter2 .zzb-fc-right .pic img {
	width: 100%
}

.zzb-footer.zzbfooter2 .zzb-fc-right .tip {
	font-size: 1.6rem
}

@media screen and (max-width: 768px) {
	.zzb-footer.zzbfooter2 .zzb-footer-center {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.zzb-footer.zzbfooter2 .zzb-fc-left {
		width: 6.06rem;
		height: 6.69rem;
		margin-bottom: 4rem
	}

	.zzb-footer.zzbfooter2 .zzb-fc-center {
		display: none
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: auto
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right>p {
		margin-top: 0rem;
		margin: 0;
		font-size: 2rem
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right .large {
		font-size: 3rem
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right .pic {
		margin: 4rem auto;
		margin-bottom: 1rem;
		width: 11rem;
		height: 11rem
	}

	.zzb-footer.zzbfooter2 .zzb-fc-right .tip {
		color: white;
		font-size: 1.6rem
	}
}

.zzb-footer.zzbfooter2 .zzb-footer-bottom {
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	color: white;
	justify-content: center;
	color: #C3C3C3;
	white-space: normal;
	font-size: 1.6rem;
}

.zzb-footer.zzbfooter2 .zzb-footer-bottom a {
	color: #C3C3C3 !important;
}

.zzb-footer.zzbfooter2 .icp-info {
	height: 3.13rem;
	line-height: 3.13rem;
	background: #434343;
	color: white;
	text-align: center;
	margin-top: 3.15rem;
	margin-top: 6rem;
	margin-top: 3.15rem
}

@media screen and (max-width: 768px) {
	.zzb-footer.zzbfooter2 .zzb-footer-bottom p {
		font-size: 1.5rem
	}
}

/* 首页底部改后css */