*::-webkit-scrollbar {
	display: none !important
}

.fp-scrollable::-webkit-scrollbar {
	display: none !important
}

.iScrollVerticalScrollbar {
	display: none !important
}

.fp-viewing-section2 .header,
.fp-viewing-section4 .header,
.fp-viewing-section6 .header,
.fp-viewing-section7 .header {
	background: #fff;
	-webkit-box-shadow: 0 .06rem .15rem 0 rgba(127, 175, 212, 0.16);
	box-shadow: 0 .06rem .15rem 0 rgba(127, 175, 212, 0.16)
}

.fp-viewing-section2 .header .logo .img-1,
.fp-viewing-section4 .header .logo .img-1,
.fp-viewing-section6 .header .logo .img-1,
.fp-viewing-section7 .header .logo .img-1 {
	display: none
}

.fp-viewing-section2 .header .logo .img-2,
.fp-viewing-section4 .header .logo .img-2,
.fp-viewing-section6 .header .logo .img-2,
.fp-viewing-section7 .header .logo .img-2 {
	display: block
}

.fp-viewing-section2 .header .searchBtn svg,
.fp-viewing-section4 .header .searchBtn svg,
.fp-viewing-section6 .header .searchBtn svg,
.fp-viewing-section7 .header .searchBtn svg {
	fill: #666
}

.fp-viewing-section2 .header .tel,
.fp-viewing-section4 .header .tel,
.fp-viewing-section6 .header .tel,
.fp-viewing-section7 .header .tel {
	background: var(--main-color)
}

.fp-viewing-section2 .header .common-nav>.listNav>li>a,
.fp-viewing-section4 .header .common-nav>.listNav>li>a,
.fp-viewing-section6 .header .common-nav>.listNav>li>a,
.fp-viewing-section7 .header .common-nav>.listNav>li>a {
	color: #212121
}

.fp-viewing-section2 .header .common-nav>.listNav>li:hover>a,
.fp-viewing-section4 .header .common-nav>.listNav>li:hover>a,
.fp-viewing-section6 .header .common-nav>.listNav>li:hover>a,
.fp-viewing-section7 .header .common-nav>.listNav>li:hover>a,
.fp-viewing-section2 .header .common-nav>.listNav>li.active>a,
.fp-viewing-section4 .header .common-nav>.listNav>li.active>a,
.fp-viewing-section6 .header .common-nav>.listNav>li.active>a,
.fp-viewing-section7 .header .common-nav>.listNav>li.active>a {
	color: var(--main-color)
}

.fp-viewing-section2 .returnTopBtn,
.fp-viewing-section3 .returnTopBtn,
.fp-viewing-section4 .returnTopBtn,
.fp-viewing-section5 .returnTopBtn,
.fp-viewing-section6 .returnTopBtn,
.fp-viewing-section7 .returnTopBtn {
	opacity: 1
}

#fp-nav {
	top: 50%
}

.fp-viewing-section2 #fp-nav ul li a,
.fp-viewing-section4 #fp-nav ul li a,
.fp-viewing-section6 #fp-nav ul li a,
.fp-viewing-section2 .fp-slidesNav ul li a,
.fp-viewing-section4 .fp-slidesNav ul li a,
.fp-viewing-section6 .fp-slidesNav ul li a {
	background: var(--main-color);
	opacity: .3
}

.fp-viewing-section2 #fp-nav ul li a.active,
.fp-viewing-section4 #fp-nav ul li a.active,
.fp-viewing-section6 #fp-nav ul li a.active,
.fp-viewing-section2 .fp-slidesNav ul li a.active,
.fp-viewing-section4 .fp-slidesNav ul li a.active,
.fp-viewing-section6 .fp-slidesNav ul li a.active {
	opacity: 1
}

.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9
}

.banner img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.banner .pc {
	display: block
}

.banner .mobile {
	display: none
}

.banner li {
	float: left
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.banner .pic {
	display: block;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}

.banner .pic img {
	width: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	position: static
}

.banner .mobile:after {
	content: "";
	display: block;
	padding-top: 79.16666667%
}

.banner .text {
	width: 100%;
	text-align: left;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: .2rem
}

.banner .txt {
	width: 6.4rem;
	height: 2rem
}

.banner .btnDiv {
	padding-top: .7rem
}

.banner .swiper-slide-active .txt {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate
}

.banner .swiper-slide-active .btnDiv {
	-webkit-animation: fadeInUp2 2s alternate;
	animation: fadeInUp2 2s alternate
}

.banner .swiper-pagination {
	height: .08rem;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: .4rem;
	left: 0;
	z-index: 9
}

.banner .swiper-pagination-bullet {
	width: .2rem;
	height: .2rem;
	background: none;
	border-radius: 0;
	margin: 0 .1rem;
	opacity: 1;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .swiper-pagination-bullet::after {
	content: "";
	display: block;
	width: .08rem;
	height: .08rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.banner .swiper-pagination-bullet::before {
	content: "";
	display: block;
	width: .24rem;
	height: .24rem;
	background: url(../images/icon/circle.png) center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: .5s;
	transition: .5s
}

.banner .swiper-pagination-bullet-active {
	opacity: 1
}

.banner .swiper-pagination-bullet-active::after {
	background: var(--main-color)
}

.banner .swiper-pagination-bullet-active::before {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	border: none;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: #fff;
	color: #ccc;
	text-align: center;
	line-height: .5rem;
	margin: auto;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	position: absolute;
	z-index: 1
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
	font-size: .16rem
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background-color: var(--main-color);
	color: #fff
}

.home-product {
	background-color: #fefeff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 1rem;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home-product .wrap {
	width: 100%;
	padding-top: 1rem
}

.home-product .common-title {
	position: relative
}

.home-product .common-title .more {
	display: block;
	overflow: hidden;
	min-width: 2rem;
	height: .38rem;
	line-height: .38rem;
	background: var(--main-color);
	-webkit-clip-path: polygon(.2rem 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(.2rem 0, 100% 0, 100% 100%, 0 100%);
	border-top-right-radius: .1rem;
	text-align: center;
	color: #fff;
	font-size: .14rem;
	position: absolute;
	z-index: 1;
	top: .02rem;
	right: 0
}

.home-product .common-title .more::before {
	content: "";
	display: block;
	width: .3rem;
	height: .4rem;
	background: url(../images/title-bg.png) no-repeat right bottom;
	background-size: .3rem .4rem;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0
}

.home-product .common-title .more::after {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: var(--main-color-2);
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.home-product .common-title .more:hover::after {
	width: 100%
}

.home-product .person {
	width: 3.1rem;
	height: 3.9rem;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: -2.3rem
}

.home-product .con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: .68rem;
	position: relative
}

.home-product .asideBtnM {
	display: none;
	font-size: 14px;
	line-height: 30px;
	width: 40px;
	height: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 0;
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 0
}

.home-product .asideBtnM .txt {
	display: none
}

.home-product .asideBtnM .icon {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin-left: -5px
}

.home-product .leftAsideMDiv {
	width: 20%;
	padding-right: 50px;
	float: left
}

.home-product .leftAside {
	margin-bottom: 20px;
	position: relative
}

.home-product .xunjia {
	width: 100%;
	position: relative
}

.home-product .xunjia .title {
	padding-left: .44rem;
	font-size: .18rem;
	line-height: .26rem;
	padding-bottom: .1rem
}

.home-product .xunjia .formDiv {
	position: relative
}

.home-product .xunjia input[type="text"] {
	width: 100%;
	height: .42rem;
	line-height: .42rem;
	font-size: .14rem;
	padding: 0 .65rem 0 .45rem;
	background: #fff;
	vertical-align: top
}

.home-product .xunjia input[type="text"]::-webkit-input-placeholder {
	color: #a1a1a1
}

.home-product .xunjia input[type="text"]::-moz-placeholder {
	color: #a1a1a1
}

.home-product .xunjia input[type="text"]:-ms-input-placeholder {
	color: #a1a1a1
}

.home-product .xunjia input[type="text"]:focus {
	color: #000
}

.home-product .xunjia .submitBtn {
	width: .5rem;
	height: 100%;
	line-height: .42rem;
	font-size: .14rem;
	background-color: #e4e5ed;
	color: #333;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0
}

.home-product .xunjia .submitBtn:hover {
	background: var(--main-color-2);
	color: #fff
}

.home-product .classifyAside {
	border-radius: .2rem;
	background: var(--main-color);
	color: #fff;
	font-size: .16rem;
	padding: .5rem .3rem;
	position: relative;
	z-index: 1
}

.home-product .classifyAside a {
	color: #fff
}

.home-product .classifyAside svg {
	fill: #fff
}

.home-product .classifyAside .titleBig {
	line-height: 1;
	font-size: .26rem;
	font-weight: 700;
	padding: 0 0 .2rem 0;
	margin-bottom: .2rem;
	display: block;
	position: relative
}

.home-product .classifyAside .titleBig .icon {
	cursor: pointer;
	margin-left: .05rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: .26rem;
	height: .26rem;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home-product .classifyAside .titleBig .icon svg {
	width: .24rem;
	height: .24rem
}

.home-product .classifyAside .list {
	margin-bottom: .34rem
}

.home-product .classifyAside .list>li {
	padding: 0 0 .2rem 0
}

.home-product .classifyAside .list>li:last-child {
	padding-bottom: 0
}

.home-product .classifyAside .list a {
	font-size: .2rem;
	display: block;
	line-height: .24rem;
	padding: .12rem 0 .12rem .4rem;
	position: relative
}

.home-product .classifyAside .list a:hover {
	text-decoration: underline
}

.home-product .classifyAside .list .title {
	height: .24rem;
	line-height: .24rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.home-product .classifyAside .list .icon {
	cursor: pointer;
	width: .48rem;
	height: .48rem;
	position: absolute;
	z-index: 9;
	top: 0;
	left: -0.1rem
}

.home-product .rightCon {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 80%;
	float: left
}

.home-about {
	overflow: hidden;
	font-size: .16rem;
	line-height: 1.625;
	position: relative;
	z-index: 2;
	height: 100%;
	color: #fff
}

.home-about a {
	color: #fff
}

.home-about .bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.home-about .container {
	padding-top: .2rem
}

.home-about .left {
	width: 50%;
	float: left;
	padding-top: 1rem;
	padding-right: .9rem
}

.home-about .left p {
	margin-bottom: .1rem
}

.home-about .info {
	line-height: .3rem;
	font-size: .18rem
}

.home-about .info p {
	margin-bottom: .1rem
}

.home-about .right {
	width: 50%;
	float: left;
	padding-top: 1.1rem;
	padding-left: 1.2rem;
	text-align: right
}

.home-about .titleBig {
	font-weight: 700;
	font-size: .42rem;
	position: relative;
	margin-bottom: .2rem
}

.home-about .titleBig .logo {
	display: inline-block;
	width: 1.3rem;
	height: .95rem;
	position: absolute;
	top: -0.1rem;
	left: 0
}

.home-about .moreDiv {
	margin-top: .5rem
}

.home-about .shuju {
	display: inline-block;
	width: 100%;
	max-width: 6.2rem;
	text-align: left
}

.home-about .shuju .listShuju {
	margin-left: -0.1rem;
	margin-right: -0.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center
}

.home-about .shuju .listShuju:after {
	display: none
}

.home-about .shuju li {
	padding: 0 .1rem 0 .1rem;
	float: left;
	text-align: left;
	font-size: .16rem;
	position: relative
}

.home-about .shuju .box {
	padding-left: .6rem;
	margin-bottom: .5rem;
	position: relative
}

.home-about .shuju .icon {
	width: .48rem;
	height: .48rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0
}

.home-about .shuju .num {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-family: "D-DINCondensed-Bold";
	line-height: 1;
	color: #fff;
	font-size: .64rem;
	padding-right: .3rem;
	position: relative
}

.home-about .shuju .num .sup-1 {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0
}

.home-about .shuju .num .sub-1 {
	width: .2rem;
	text-align: center;
	font-size: .16rem;
	position: absolute;
	bottom: .05rem;
	right: 0
}

.home-about .shuju .counter {
	font-weight: 700;
	line-height: 1
}

.home-about .shuju .title {
	font-size: .18rem
}

.home-about .shuju .info {
	font-size: .18rem
}

.home-advantage {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home-advantage .wrap {
	width: 100%;
	padding-top: .3rem
}

.home-advantage .titleBig {
	text-align: center;
	margin-bottom: .6rem
}

.home-advantage .titleBig .title {
	color: #212121;
	font-weight: 700;
	font-size: .42rem;
	position: relative;
	z-index: 1
}

.home-advantage .titleBig .num {
	font-weight: 700;
	font-style: italic;
	font-size: .78rem;
	color: var(--main-color)
}

.home-advantage .titleBig .info {
	font-size: .18rem;
	color: #474747
}

.home-advantage .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.2rem;
	margin-right: -0.2rem
}

.home-advantage .list li {
	width: 25%;
	padding: 0 .2rem .4rem .2rem;
	float: left
}

.home-advantage .list .box {
	width: 3.7rem;
	height: 6rem;
	padding: 1.3rem .4rem 1rem .4rem;
	display: block;
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s
}

.home-advantage .list .box a {
	color: #fff
}

.home-advantage .list .text {
	position: relative;
	z-index: 9
}

.home-advantage .list .bg {
	content: "";
	display: block;
	width: calc(100% + 60rem/100);
	height: 100%;
	max-height: 6rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -0.3rem
}

.home-advantage .list .title {
	border-bottom: .02rem #fff solid;
	margin-bottom: .4rem;
	padding-bottom: .15rem
}

.home-advantage .list .title .cn {
	font-weight: 700;
	font-size: .3rem;
	line-height: .4rem;
	height: .4rem;
	overflow: hidden;
	margin-bottom: .1rem
}

.home-advantage .list .title .en {
	font-size: .16rem;
	line-height: .3rem;
	height: .3rem;
	overflow: hidden
}

.home-advantage .list .info {
	font-size: .18rem;
	line-height: .32rem;
	height: 2.24rem;
	overflow: auto
}

.home-advantage .list .info::-webkit-scrollbar {
	width: 2px
}

.home-advantage .list .info::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5)
}

.home-advantage .list .info::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.8)
}

.home-advantage .list .info::-webkit-scrollbar-thumb:hover {
	background: #fff
}

.home-advantage .box:hover {
	-webkit-transform: translateY(-0.2rem);
	transform: translateY(-0.2rem)
}

.home-solution {
	overflow: hidden;
	color: #fff;
	position: relative;
	height: 100vh
}

.home-solution .wrap {
	width: 100%;
	padding-top: .3rem
}

.home-solution .wrap {
	height: 100%;
	position: relative
}

.home-solution .bgs li {
	position: absolute;
	width: 100%;
	height: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.home-solution .bgs li.show {
	opacity: 1
}

.home-solution .moreBtn {
	color: #fff
}

.home-solution .moreBtn:hover {
	color: var(--main-color)
}

.home-solution .common-title {
	margin-bottom: .7rem
}

.home-solution .common-title .title {
	color: #fff
}

.home-solution .common-title .en {
	color: #fff;
	opacity: .08
}

.home-solution .right {
	width: 6.8rem;
	height: 10.8rem;
	float: left;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-solution .right .list-pic li {
	display: none
}

.home-solution .right .list-pic .active {
	display: block
}

.home-solution .right .list-pic .pic {
	position: relative
}

.home-solution .right .img {
	width: 100%
}

.home-solution .right .img-bg {
	background: url(../images/home-solution-circle-bg.png) no-repeat left center;
	background-size: cover;
	z-index: 9;
	position: absolute;
	top: 0;
	right: -59%
}

.home-solution .right .img-bg img {
	-o-object-fit: cover;
	object-fit: cover
}

.home-solution .right .list-txt .box:hover .txt {
	opacity: 1
}

.home-solution .right .list-txt .active .box .txt {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.home-solution .right .list-txt .active .icon {
	display: none
}

.home-solution .right .list-txt .active .icon-2 {
	display: block
}

.home-solution .right .list-txt .active .txt {
	width: auto;
	padding-left: .5rem;
	font-size: .3rem;
	font-weight: 700;
	opacity: 1
}

.home-solution .right .list-txt .active .txt .title {
	display: block;
	width: auto
}

.home-solution .right .list-txt .active .txt .icon {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.home-solution .right .txt {
	color: #fff;
	font-size: .14rem;
	line-height: .5rem;
	padding-left: .35rem;
	white-space: nowrap;
	position: absolute;
	z-index: 9
}

.home-solution .right .txt .title {
	-webkit-transition: .5s;
	transition: .5s;
	margin-left: .2rem
}

.home-solution .right .txt-1 {
	top: 16.66666667%;
	left: 1.25rem;
	padding-left: .4rem;
	font-size: .14rem;
	line-height: .18rem;
	opacity: .68
}

.home-solution .right .txt-1 .title {
	display: inline-block;
	width: .7rem
}

.home-solution .right .txt-1 .icon {
	-webkit-transform: translateY(-50%) scale(.7);
	transform: translateY(-50%) scale(.7);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.home-solution .right .txt-2 {
	top: 25.92592593%;
	left: .6rem;
	font-size: .16rem;
	line-height: .2rem;
	opacity: .68
}

.home-solution .right .txt-2 .title {
	display: inline-block;
	width: .64rem
}

.home-solution .right .txt-2 .icon {
	-webkit-transform: translateY(-50%) scale(.8);
	transform: translateY(-50%) scale(.8);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.home-solution .right .txt-3 {
	top: 35.18518519%;
	left: .2rem;
	padding-left: .5rem;
	font-size: .22rem;
	line-height: .3rem;
	opacity: .8
}

.home-solution .right .txt-3 .title {
	display: inline-block;
	width: .88rem
}

.home-solution .right .txt-3 .icon {
	-webkit-transform: translateY(-50%) scale(.8);
	transform: translateY(-50%) scale(.8);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.home-solution .right .txt-4 {
	top: 50%;
	margin-top: -0.15rem;
	left: 0;
	padding-left: .5rem;
	font-size: .24rem;
	line-height: .3rem;
	opacity: 1
}

.home-solution .right .txt-4 .title {
	display: block;
	width: .96rem
}

.home-solution .right .txt-5 {
	bottom: 35.18518519%;
	left: .2rem;
	padding-left: .5rem;
	font-size: .22rem;
	line-height: .3rem;
	opacity: .8
}

.home-solution .right .txt-5 .title {
	display: inline-block;
	width: .88rem
}

.home-solution .right .txt-5 .icon {
	-webkit-transform: translateY(-50%) scale(.8);
	transform: translateY(-50%) scale(.8);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.home-solution .right .txt-6 {
	bottom: 25.92592593%;
	left: .6rem;
	font-size: .16rem;
	line-height: .2rem;
	opacity: .68
}

.home-solution .right .txt-6 .title {
	display: inline-block;
	width: .64rem
}

.home-solution .right .txt-6 .icon {
	-webkit-transform: translateY(-50%) scale(.8);
	transform: translateY(-50%) scale(.8);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.home-solution .right .txt-7 {
	bottom: 16.66666667%;
	left: 1.25rem;
	padding-left: .4rem;
	font-size: .14rem;
	line-height: .18rem;
	opacity: .68
}

.home-solution .right .txt-7 .title {
	display: inline-block;
	width: .7rem
}

.home-solution .right .txt-7 .icon {
	-webkit-transform: translateY(-50%) scale(.7);
	transform: translateY(-50%) scale(.7);
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.home-solution .right .icon {
	display: block;
	width: .66rem;
	height: .66rem;
	position: absolute;
	left: -0.33rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	margin-left: .2rem
}

.home-solution .right .icon .circle {
	display: block;
	width: .66rem;
	height: .66rem;
	background: url(../images/icon/dot-1.png) no-repeat center center;
	background-size: cover
}

.home-solution .right .icon-2 {
	display: none;
	width: .66rem;
	height: .66rem;
	background: var(--main-color);
	border: .02rem #fff solid;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -0.33rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-solution .right .icon-2 img {
	width: .4rem;
	height: .4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.home-solution .left {
	width: 50%;
	padding-top: 26.3vh
}

.home-solution .leftC {
	max-width: 630px
}

.home-solution .list-text li {
	display: none;
	visibility: visible
}

.home-solution .list-text li .box {
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	-webkit-transition: .5s;
	transition: .5s
}

.home-solution .list-text .show {
	display: block
}

.home-solution .list-text .show .box {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.home-solution .titleBig {
	margin-bottom: .4rem;
	font-size: .3rem;
	font-weight: 400
}

.home-solution .info {
	font-size: .18rem;
	line-height: .32rem;
	height: 1.6rem;
	overflow: hidden;
	margin-bottom: .3rem
}

.home-solution .btnDiv {
	padding-top: .4rem
}

.home-news {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home-news .wrap {
	width: 100%;
	padding-top: .6rem
}

.home-news .listNews {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: 0;
	margin-right: 0
}

.home-news .swiper-container-initialized .listNews li {
	padding-left: 0;
	padding-right: 0
}

.home-news .swiper-pagination {
	text-align: center
}

.home-news .swiper-pagination {
	height: .08rem;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.home-news .swiper-pagination-bullet {
	width: .2rem;
	height: .2rem;
	background: none;
	border-radius: 0;
	margin: 0 .1rem;
	opacity: 1;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-news .swiper-pagination-bullet::after {
	content: "";
	display: block;
	width: .08rem;
	height: .08rem;
	background: #bcbcbc;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.home-news .swiper-pagination-bullet::before {
	content: "";
	display: block;
	width: .24rem;
	height: .24rem;
	background: url(../images/icon/circle.png) center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: .5s;
	transition: .5s
}

.home-news .swiper-pagination-bullet-active {
	opacity: 1
}

.home-news .swiper-pagination-bullet-active::after {
	background: var(--main-color)
}

.home-news .swiper-pagination-bullet-active::before {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.active .common-title {
	-webkit-animation: fadeInUp2 1s linear 0s;
	animation: fadeInUp2 1s linear 0s
}

.active .home-product .con {
	-webkit-animation: fadeInUp2 1s linear 0s;
	animation: fadeInUp2 1s linear 0s
}

.active .home-about .left {
	-webkit-animation: fadeInLeft2 1s linear 0s;
	animation: fadeInLeft2 1s linear 0s
}

.active .home-about .right {
	-webkit-animation: fadeInRight2 1s linear 0s;
	animation: fadeInRight2 1s linear 0s
}

.active .home-advantage .titleBig {
	-webkit-animation: fadeInUp2 1s linear 0s;
	animation: fadeInUp2 1s linear 0s
}

.active .home-advantage .list li:nth-child(1) {
	-webkit-animation: fadeInUp2 1s linear 0s;
	animation: fadeInUp2 1s linear 0s
}

.active .home-advantage .list li:nth-child(2) {
	-webkit-animation: fadeInUp2 1.5s linear 0s;
	animation: fadeInUp2 1.5s linear 0s
}

.active .home-advantage .list li:nth-child(3) {
	-webkit-animation: fadeInUp2 2s linear 0s;
	animation: fadeInUp2 2s linear 0s
}

.active .home-advantage .list li:nth-child(4) {
	-webkit-animation: fadeInUp2 2.5s linear 0s;
	animation: fadeInUp2 2.5s linear 0s
}

.active .home-solution .list-text li {
	-webkit-animation: fadeInUp2 1s linear 0s;
	animation: fadeInUp2 1s linear 0s
}

.active .home-solution .right .list-txt .title {
	margin-left: 0
}

.active .home-solution .right .list-txt .icon {
	margin-left: 0
}

.active .home-news .listNews {
	-webkit-animation: fadeInUp2 1s linear 0s;
	animation: fadeInUp2 1s linear 0s
}

@media screen and (max-width:1023px) {
	.banner .pic {
		height: auto
	}

	.banner .pic::after {
		content: "";
		display: block;
		padding-top: 49.47916667%
	}

	.home-solution {
		height: 10.8rem
	}

	.home-solution .left {
		padding-top: 15%
	}

	.home-about {
		min-height: 9.5rem
	}
}
 
.banner .text1 { 
    text-align: center; 
    top: 1.2rem; 
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); 
}
.banner .text1 .txt {
    width: 4.39rem;
    height: 1.29rem;
	margin:0 auto;
	text-align: center;
}
 
 .banner .text1 .btnDiv{
	 padding-top:0.3rem;
 }
 
 .banner .text2 .txt {
     width: 9.81rem;
     height: 1.23rem; 
 }
  