<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  min-width: 1300px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
}
.container{
	width: 100%;
	height: auto;
	position: relative;
}
.container img {
  width: 100%;
}
.header{
	width: 100%;
	position: relative;
	z-index: 10;
  display: flex;
  justify-content: center;
}
.header-left-nav {
  margin-top: 16px;
}
.header-left {
  margin-right: 167px;
}
.header-right {
  margin-top: 11px;
}
.header-right .circle-bg {
  width: 678px;
  position: relative;
}
.header-mobile {
  position: absolute;
  width: 428px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo {
  width: 48px;
	display: inline-block;
	vertical-align: middle;
}
.logo&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.logoSpan{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.logoSpan &gt; span{
	display: inline-block;
	vertical-align: middle;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.logoSpan &gt; span.logo-name {
  font-size: 24px;
  line-height: 33px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.logoSpan &gt; span.logo-name2 {
	font-size: 24px;
	line-height: 33px;
	padding-right: 10px;
	position: relative;
  }
.logoSpan &gt; span.logo-name::after {
  content: '';
  width: 2px;
  height: 18px;
  background: rgba(51,51,51,0.4);
  border-radius: 1px;
  position: absolute;
  right: 0;
  top: 8px;
}
.header-title {
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  margin-top: 146px;
}
.header-desc {
  font-size: 18px;
  color: rgba(51,51,51,0.6);
  line-height: 25px;
  margin-top: 10px;
}
.header-left-image {
  width: 120px;
  margin-top: 60px;
  text-align: center;
}
.header-left-image img {
  width: 100%;
}
.qrcode-desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51,51,51,0.6);
  line-height: 20px;
  margin-top: 10px;
}
.headerRight{
	width: 50%;
	/*float: right;*/
	display: inline-block;
	vertical-align: middle;
	height: 3.6rem;
	text-align: right;
}
.headerRight::after{
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.data,.about{
	display: inline-block;
	vertical-align: middle;
	padding: 8px 10.5px;
	box-sizing: border-box;
	border-radius: 4px;
  	background-color: #ffffff;
  	border: solid 1px #ee4f4f;
  	font-size: 0.8rem;
  	font-weight: 500;
  	text-align: center;
  	color: #ee4f4f;
  	line-height: 0.666666rem;
  	cursor: pointer;
  	transition: all .3s linear; 
}
.data:hover,.about:hover{
	background: #ee4f4f;
	color: #FFFFFF;
}
.data{
	margin-right: 0.725rem;
}
.about{
	/* margin-right: 1.266666rem; */
}
.headImg{
	display: none !important;
	opacity: 0;
	border: solid 0.5px #cccccc;
	display: inline-block;
	vertical-align: middle;
	width: 3.333333rem;
	height: 3.6rem;
	padding: 0.6875rem 0.720833rem;
	box-sizing: border-box;
	position: relative;
}
.headImg:after{
	content: "";
	position: absolute;
	width: 0.416666rem;
  	height: 0.416666rem;
  	right: 0.125rem;
  	bottom: 0.125rem;
  	background: url(../img/arrow.svg);
  	background-size: 100% 100%;
}
.headImg&gt;img{
	display: block;
	width: 100%;
	height: auto;
}
.page1{
	position: relative;
	width: 100%;
	z-index: 2;
	padding-top: 0.1px;
}
.header {
	width: 100%;
	height: 700px;
  background: #FFF4C9;
}
.ball1{
	position: absolute !important;
	width: 10.23%;
	height: auto;
	top: 0;
	left: 0;
	margin-top: 20.15%;
	margin-left: 6.12%;
	/*opacity: 0;*/
}
.ballAnimation1{
	animation: roll1 8000ms linear infinite;
	-webkit-animation: roll1 8000ms linear infinite;
	-moz-animation: roll1 8000ms linear infinite;
	-ms-animation: roll1 8000ms linear infinite;
	-o-animation:roll1 8000ms linear infinite;
	transform-origin: top center;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center ;
	-ms-transform-origin:  top center;
	-o-transform-origin: top center;
}
@keyframes roll1{
	0%{transform: rotateZ(0);}
	25%{
		transform: rotateZ(-15deg);
	}
	50%{transform: rotateZ(0);}
	75%{
		transform: rotateZ(15deg);
	}
	100%{transform: rotateZ(0);}
}
@-moz-keyframes roll1{
	0%{-moz-transform: rotateZ(0);}
	25%{
		-moz-transform: rotateZ(-15deg);
	}
	50%{-moz-transform: rotateZ(0);}
	75%{
		-moz-transform: rotateZ(15deg);
	}
	100%{-moz-transform: rotateZ(0);}
}
@-ms-keyframes roll1{
	0%{-ms-transform: rotateZ(0);}
	25%{
		-ms-transform: rotateZ(-15deg);
	}
	50%{-ms-transform: rotateZ(0);}
	75%{
		-ms-transform: rotateZ(15deg);
	}
	100%{-ms-transform: rotateZ(0);}
}
@-webkit-keyframes roll1{
	0%{-webkit-transform: rotateZ(0);}
	25%{
		-webkit-transform: rotateZ(-15deg);
	}
	50%{-webkit-transform: rotateZ(0);}
	75%{
		-webkit-transform: rotateZ(15deg);
	}
	100%{-webkit-transform: rotateZ(0);}
}
.ballAnimation2{
	animation: roll2 8000ms linear infinite;
	-webkit-animation: roll2 8000ms linear infinite;
	-moz-animation: roll2 8000ms linear infinite;
	-ms-animation: roll2 8000ms linear infinite;
	-o-animation:roll2 8000ms linear infinite;
	transform-origin: top center;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin:top center;	
}
@keyframes roll2{
	0%{transform: rotateZ(0);}
	25%{
		transform: rotateZ(15deg);
	}
	50%{transform: rotateZ(0);}
	75%{
		transform: rotateZ(-15deg);
	}
	100%{transform: rotateZ(0);}
}
@-o-keyframes roll2{
	0%{-o-transform: rotateZ(0);}
	25%{
		-o-transform: rotateZ(15deg);
	}
	50%{-o-transform: rotateZ(0);}
	75%{
		-o-transform: rotateZ(-15deg);
	}
	100%{-o-transform: rotateZ(0);}
}
@-webkit-keyframes roll2{
	0%{-webkit-transform: rotateZ(0);}
	25%{
		-webkit-transform: rotateZ(15deg);
	}
	50%{-webkit-transform: rotateZ(0);}
	75%{
		-webkit-transform: rotateZ(-15deg);
	}
	100%{-webkit-transform: rotateZ(0);}
}
@-moz-keyframes  roll2{
	0%{-moz-transform: rotateZ(0);}
	25%{
		-moz-transform: rotateZ(15deg);
	}
	50%{-moz-transform: rotateZ(0);}
	75%{
		-moz-transform: rotateZ(-15deg);
	}
	100%{-moz-transform: rotateZ(0);}
}
@-ms-keyframes  roll2{
	0%{-ms-transform: rotateZ(0);}
	25%{
		-ms-transform: rotateZ(15deg);
	}
	50%{-ms-transform: rotateZ(0);}
	75%{
		-ms-transform: rotateZ(-15deg);
	}
	100%{-ms-transform: rotateZ(0);}
}
.ball2{
	/*opacity: 0;*/
	    width: 8.4%;
    position: absolute !important;
    height: auto;
    top: 0;
    margin-top: 21.57%;
    margin-left: 83.49% ;
    left: auto !important;
}
.ball1&gt;img,.ball2&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.p1Content{
	width: 51.77%;
	margin:4.56% auto 0 auto ;
	max-width: 1000px;
}
.p1ContentLeft{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.p1CLeftBg{
	position: absolute !important;
	z-index: 2;
	width: 100%;
	height: auto;
	opacity: 0;
}
.p1CLeftBg&gt;img{
	width:100% ;
	height: auto;
	display: block;
}
.p1CLeftNR{
	margin: 10.56% 3.43% 0 61.16%;
	width: 35.41%;
	height: auto;
	position: relative !important;
	z-index: 3;
	opacity: 0;
}
.p1CLeftHouseTop{
	opacity: 0;
	margin:-10.38% 43% 0 17.2%;
	width: 39.8%;
	height: auto;
	position: relative !important;
	z-index: 4;
}
.p1CLeftHouse{
	width: 47%;
	opacity: 0;
	margin:-23.52% 41.6% 0 auto ;
	position: relative !important;
	z-index: 3;
}
.p1CLeftCloud{
	opacity: 0;
	width: 59.87%;
	height: auto;
	margin-top: -16.88%;
	position: relative !important;
	z-index: 3;
}
.p1CLeftNR&gt;img,.p1CLeftHouseTop&gt;img,.p1CLeftHouse&gt;img,.p1CLeftCloud&gt;img{
	width:100% ;
	height: auto;
	display: block;
}
.p1CRight{
	opacity: 0;
	width: 50%;
	display: inline-block !important;
	vertical-align: middle;
	text-align: right;
	position: relative !important;
}
.p1CRightText1{
	font-size: 1.583333rem;
  font-weight: 500;
  text-align: right;
  color: #ffffff;
  margin-bottom: 0.729166rem;
  letter-spacing: 1px;
}
.p1CRightText2{
	font-size: 1.083333rem;
  text-align: right;
  color: #ffffff;
  margin-bottom: 2.054166rem;
}
.p1CRightQr{
	width: 100%;
}
.qrBtn{
	display: inline-block;
	vertical-align: middle;
	width: 42.91%;
	margin-right: 5.75%;
}
.iosBtn,.androidBtn{
	width: 100%;
	border-radius: 2.208333rem;
  text-align: center;
  font-size: 0;
  padding: 0.333333rem 0;
	display: block;
	transition: all .4s linear;
}
.iosBtn{
	background-color: #FFFFFF;
	margin-bottom: 19.45%;
}
.iosBtn:hover,.androidBtn:hover{
	background-color: #ffe445;
}
.androidBtn{
	background-color: #FFFFFF;
}
.ios,.android{
	display: inline-block;
	width: 11.5%;
	vertical-align: middle;
	margin-right: 0.625rem;
	text-decoration: none;
}
a:hover,a:active,a:visited,a:link{
	text-decoration: none;
}
.page1Header {
  margin-top: 80px;
  text-align: center;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
}
.page1Sub {
  text-align: center;
  font-size: 20px;
  color: rgba(51,51,51,0.6);
  line-height: 28px;
  margin-top: 20px;
}
.page1-content {
  margin-top: 123px;
  position: relative;
  display: flex;
  justify-content: center;
}
.page1-content &gt; .page1-circle {
  width: 440px;
  position: relative;
}
.page1-mobile {
  width: 296px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pag1-list {
  position: relative;
  z-index: 20;
}
.pag1-list .box-list {
  width: 385px;
  height: 68px;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.15);
  border-radius: 8px;
  margin-bottom: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
}
.pag1-list.left {
  margin-right: -12px;
}
.pag1-list.right {
  margin-left: -12px;
}
.pag1-list .box-list:last-child {
  margin-bottom: 0;
}
.pag1-list .box-list .icon-img {
  width: 48px;
  margin-left: 10px;
  margin-right: 10px;
}
.pag1-list .box-list .box-title {
  font-size: 18px;
  color: #333333;
  line-height: 21px;
}
.pag1-list .box-list .box-desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51,51,51,0.6);
  line-height: 20px;
  margin-top: 7px;
}
.page1-line {
  margin-top: -340px;
}
.page2-image {
  width: 296px;
  margin-right: 72px;
  align-items: center;
  position: relative;
  z-index: 30;
  margin-left: 80px;
}
.page2 {
  display: flex;
  justify-content: center;
  margin-top: -90px;
}
.page2 .page2-content {
  margin-top: 235px;
}
.page2 .page2-title,
.page3 .page3-title,
.page4 .page4-title {
  font-size: 28px;
  color: #333333;
  line-height: 40px;
}
.page2 .page2-title.page2-margin,
.page3 .page3-title.page3-margin {
  margin-top: 25px;
}
.page2 .page2-desc,
.page3 .page3-desc,
.page4 .page4-desc {
  font-size: 20px;
  color: rgba(51,51,51,0.6);
  line-height: 28px;
  margin-top: 19px;
}
.page2 .page2-circle {
  width: 346px;
  margin-top: 106px;
  margin-left: -120px;
}
.page3 {
  display: flex;
  justify-content: center;
}
.page3 .page3-circle {
  width: 346px;
  margin-top: 30px;
  margin-left: -200px;
}
.page3 .page3-content {
  margin-top: 235px;
  margin-left: -200px;
  margin-right: 72px;
}
.page3 .page3-image {
  width: 296px;
  position: relative;
  z-index: 30;
}
.page4 .page4-line {
  width: 100%;
  margin-top: -10px;
}
.page4 .page-flex {
  display: flex;
  justify-content: center;
  margin-top: -280px;
}
.page-flex .page4-image {
  width: 296px;
  margin-right: 72px;
}
.page-flex .page4-content {
  margin-top: 266px;
}
.page-flex .page4-circle {
  margin-left: -140px;
  margin-top: 116px;
}
.page-row {
  width: 100%;
  height: 438px;
  background: #FFDC4D;
  margin-top: 72px;
}
.page-row .page-desc {
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  padding-top: 40px;
  text-align: center;
}
.footer {
  width: 100%;
  height: 225px;
  background: #333333;
  overflow: hidden;
}
.footer-row {
  margin-left: 362px;
}
.footer-row p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 10px;
}
.footer-row .footer-bold {
  font-size: 18px;
  margin-top: 40px;
}
.footer-row p.margin {
  margin-top: 20px;
}



.p2CarouselItem{
	    padding: 5px 0px;
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
}
.p2CarouselItem.swiper-slide-active{
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
}
.p2CarouselItemImg{
	opacity: 0;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
}
.swiper-slide-shadow-left,.swiper-slide-shadow-right{
	display: none;
}
.leftBtn&gt;img,.rightBtn&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.leftBtn,.rightBtn{
	background-image: none;
	opacity: 0;
}
.p2Carousel{
	display: inline-block;
	vertical-align: middle;
	width: 72.66%;
	width: 100%;
	height: auto;
	position: relative;   
	overflow: hidden;
}
.carouselBg{
	opacity: 0;
	height: auto;
	position: absolute;
	z-index: 1;
     width: 34.92%;
   left: 0;
   margin-left: 32.54%;
}
.carouselBg&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.p2CarouselDiv1{
    position: relative;
    z-index: 2;
    /*margin:  0 auto;*/
    width: 84%;
    /*opacity: 0;*/
}
.p2CarouselDiv{
   width: 100%;
}
.p2CarouselItem{
	opacity: 0;
	width: 100%;
}
.p2CarouselItem&gt;img{
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.active{
	box-shadow: none !important;
}
.p2CarouselItem&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.page3{
	width: 100%;
	position: relative;
	z-index: 2;
	padding-top: 0.1px;
}
.p3Bg1,.p3Bg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.p3Bg1{
	margin-top: 17%;
}
.p3Bg2{
	    margin-top: 21.18%;
}
.p3Bg1&gt;img,.p3Bg2&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.page3Header{
	opacity: 0;
	margin-top: 10.53%;
	text-align: center;
	font-size: 1.583333rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.59%;
  position: relative;
  z-index: 3;
}
.page3Sub{
	opacity: 0;
	position: relative;
  z-index: 3;
	font-size: 1.083333rem;
  text-align: center;
  color: #333333;
  margin-bottom: 2.47%;
}
.p3Content{
	width: 51.77%;
	margin:0 auto ;
	max-width: 1000px;
	position: relative;
	z-index: 3;
	margin-bottom: 8.21%;
}
.p3ip1{
	margin-left: 29%;
	width: 11.9%;
	opacity: 0;
	position: relative !important;
}
.p3ip2{
	opacity: 0;
	width: 18.25%;
	height: auto;
	margin-left: 41%;
	margin-top: -4.77%;
	position: relative !important;
	z-index: 2;
}
.p3ip3{
	opacity: 0;
	width: 10%;
	height: auto;
	position: absolute !important;
	top: 0;
	left: 0;
	margin-top: 9.34%;
	margin-left:75% ;
}
.p3ip4{
	opacity: 0;
	width: 7.07%;
	height: auto;
	margin-left: 39%;
	margin-top: -14.58%;
	position: relative !important;
	z-index: 2;
}
.p3ip5{
	opacity: 0;
	position: absolute !important;
	width: 7.13%;
	height: auto;
	top: 0;
	left: 0;
	margin-top: 26.08%;
	margin-left: 19%;
}
.p3ip6{
	opacity: 0;
	position: relative !important;
	z-index: 3;
	width: 31.7%;
	height: auto;
	margin-top: -8.35%;
	margin-left: 34.7%;
}
.p3ip7{
	opacity: 0;
	width: 44.1%;
	height: auto;
	margin-left: 25.8%;
	margin-top: -24.74%;
	position: relative !important;
}
.p3ip1&gt;img,.p3ip2&gt;img,.p3ip3&gt;img,.p3ip4&gt;img,.p3ip5&gt;img,.p3ip6&gt;img,.p3ip7&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.page4{
	width: 100%;
	position: relative;
	z-index: 2;
	padding-top: 0.1px;
}
.p4Bg{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
}
.p4Bg&gt;img{
	display: block;
	width: 100%;
	height: auto;
}
.p4ball1{
	position: absolute;
	z-index: 2;
	width: 9.21%;
	height: auto;
	top: 0;
	left: 0;
	margin-top: 3.42%;
	margin-left: 7.79%;
}
.p4ball2{
	position: absolute;
	z-index: 2;
	width: 10.77%;
	height: auto;
	top: 0;left: 0;
	margin-top: 13.26%;
	margin-left: 87.69%;
}
.p4ball1&gt;img,.p4ball2&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.page4Header{
	opacity: 0;
	margin-top: 14.53%;
	text-align: center;
	font-size: 1.583333rem;
	  font-weight: 500;
	  color: #333333;
	  margin-bottom: 1.56%;
	  position: relative;
	  z-index: 5;
}
.page4Sub{
	opacity: 0;
	text-align: center;
	font-size: 1.083333rem;
  	text-align: center;
  	color: #333333;
  	position: relative;
	z-index: 5;
}
.page4Content{
	position: relative;
	z-index: 3;
	width: 31.4%;
	margin:-2.85% auto 16.18% auto ;
	max-width: 1000px;
	
}
.p4ip1{
	opacity: 0;
	width: 100%;
	position: relative !important;
	top: 0;
	left: 0;
	z-index: 2;
}
.p4ip2{
	opacity: 0;
	width: 34.99%;
	margin: 35.25% auto 0 15.57%;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 3;
}
.p4ip3{
	opacity: 0;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 44%;
	margin: 73.8% auto 0 66.04%;
	z-index: 4;
}
.p4ip4{
	opacity: 0;
	position: absolute !important;
	z-index: 3;
	margin-top: 98.17%;
	margin-left: 25.19%;
	width: 28.89%;
	top: 0;
	left: 0;
}
.p4ip1&gt;img,.p4ip2&gt;img,.p4ip3&gt;img,.p4ip4&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.page5{
	width: 100%;
	position: relative;
	z-index: 2;
	padding-top: 0.1px;
}
.page5Header{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 1.583333rem;
  	font-weight: 500;
  	text-align: center;
  	color: #333333;
  	opacity: 0;
  	margin-bottom: 1.56%;
}
.page5Sub{
	opacity: 0;
	position: relative;
	z-index: 3;
	font-size: 1.083333rem;
  	text-align: center;
  	color: #333333;
  	margin-bottom: 4%;
}
.p5Content{
	position: relative;
	z-index: 3;
	width: 35.66%;
	margin: 0 auto 20.1% auto;
}
.p5ip1{
	opacity: 0;
	position: relative !important;
	width: 100%;
	height: auto;
	z-index: 1;
}
.p5ip2{
	opacity: 0;
	margin-top: 6.31%;
	margin-left: -1.75%;
	width: 44.13%;
	top: 0;
	left: 0;
	position: absolute !important;
	z-index: 2;
}
.p5ip3{
	opacity: 0;
	position: absolute !important;
	top: 0;
	left: 0;
	margin-top: 15.51%;
	margin-left: 15.51%;
	width: 40.4%;
	z-index: 3;
}
.p5ip4{
	opacity: 0;
	width: 45.64%;
	height: auto;
	margin-top: 15.7%;
	margin-left: 60.437%;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 3;
}
.p5ip1&gt;img,.p5ip2&gt;img,.p5ip3&gt;img,.p5ip4&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.page6{
	width: 100%;
	position: relative;
	z-index: 2;
	padding-top: 0.1px;
}
.page6Header{
	opacity: 0;
	 font-size: 1.583333rem;
  font-weight: 500;
  text-align: center;
  color: #343434;
  margin-bottom: 4.85%;
}
.p6Content{
	/* width: 52.08%;
	margin: 0 auto 7.3% auto; */
	position: relative;
  width: 1200px;
  margin: 40px auto 0;
}
.p6LeftBtn,.p6RightBtn{
	width: 80px;
	height: auto;
	z-index: 99;
	background: none !important;
}
.p6LeftBtn {
  transform: rotate(-180deg);
}
.p6LeftBtn&gt;img,.p6RightBtn&gt;img{
	width: 100%;
	height: auto;
	display: block;
}
.carouseDiv{
	width: 84%;
	margin: 0 auto;
	overflow: hidden;
}
.p6Content:before{
	/* content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 8%;
	height: 100%; */
	/* background: #FFFFFF; */
}
.p6Content:after{
	/* content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 8%;
	height: 100%;
	background: #FFFFFF; */
}
.p6Carousel{
	width:1200px;
	margin: 0 auto;
}
.noLeft,.noRight{
	opacity: 0.3 !important;
}
.p6CarouselItem{
	width: 100%;
  display: flex;
  /* margin-left: 160px; */
  /* margin-right: 40px; */
  /* justify-content: space-between; */
}
.p6CarouselItem:nth-child(1) {
  margin-left: 160px;
}
.p6CarouselItem .user {
  flex: 0 0 auto;
  width: 400px;
  height: 278px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-right: 80px;
  overflow: hidden;
  position: relative;
}
.p6CarouselItem .user .user-footer {
  position: absolute;
  bottom: 20px;
  display: flex;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
}
.p6CarouselItem .user .user-content {
  margin: 20px 20px 0 20px;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.p6CarouselItem .user .user-footer .fuhao {
  width: 79px;
  height: 65px;
  background-image: url('../image1/sdou.png');
  background-size: cover;
}
.star-module {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.star-module .star-list {
  width: 32px;
  height: 29px;
  background-image: url('../image1/star.png');
  background-size: cover;
  margin-right: 10px;
}
.star-module .star-list:last-child {
  margin-right: 0;
}
.p6CarouselItem .user:last-child {
  /* margin-right: 0; */
}
.p6CarouselItem&gt;img{
	display: inline-block;
	width: 45.8%;
	height: auto;
	margin: 0 2.1%;
}
.page7{
	width: 100%;
	background-color: #f4f4f4;
	padding: 2.18% 0 3.27% 0;
	box-sizing: border-box;
}

.footerLeft{
	width: 60%;
	display: inline-block;
}
.leftTitle{
	font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-bottom: 0.658333rem;
}
.leftContent{
	font-size: 0.583333rem;
  font-weight: 500;
  line-height: 2.29;
  text-align: left;
  color: #999999;
  margin-bottom: 1.191666rem;
}
.leftBottom{
	font-size: 0.541666rem;
  font-weight: 500;
  text-align: left;
  color: #999999;
  padding-top: 0.504166rem;
  display: inline-block;
  border-top: 1px solid #cccccc;
}
.leftBottom a{color:#999;}
.footerRight{
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.rightTitle{
	font-size: 0.75rem;
  font-weight: 500;
  text-align: right;
  color: #333333;
  margin-bottom: 1.358333rem;
}
.footerList{
	width: 100%;
	text-align: right;
}
.footerItem{
	display: inline-block;
	vertical-align: middle;
}
.footerItem:nth-of-type(2){
	/* margin: 0 0.9rem 0 1.320833rem; */
	margin-left: 1.320833rem;
}
.itemImg{
	width: 35px;
	height: auto;
	margin: 0 auto 0.295833rem auto;
}
.itemImg&gt;img{
	width: 100%;
	display: block;
	height: auto;
}
.itemText{
	display: inline-block;
	font-size: 0.5rem;
  	text-align: center;
  	color: #333333;
}



.w970 p a{
	/* color: #ee4f4f;
	background: #fff; */
	color: #333333;
	transition: all 300ms linear;
}
.w970 p a:hover{
	/* color: #fff;
	background: #ee4f4f; */
	color: #ee4f4f;
	border-bottom: 2px solid #ee4f4f;
}
.tuicur p a.aboutus {
	/*margin-right: 0 !important;*/
}

.w970 p span {
	/*display: none;*/
	/*display: block;*/
	display: none;
	float: right;
	position: relative;
}
.clear{
	clear: both;
}
.about-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0.1px;
}

.about-img {
	width: 11.4%;
	margin: 20px auto 20px 0;
}

.about-img&gt;img {
	width: 100%;
	height: auto;
	display: block;
}

.about-content {
	margin: 0 54.4px 0 30px;
}

.pDiv {
	margin-bottom: 30px;
}

.pDiv&gt;p {
	margin: 0;
	font-size: 14px;
	line-height: 2.17;
	letter-spacing: 0.1px;
	text-align: justify;
	color: #333333;
}

.pDiv&gt;p:nth-of-type(1) {
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
}

.from {
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.1px;
	color: #333333;
	margin-bottom: 50px;
}

.tuicur&gt;.headerLeft {
	float: left;
	margin: 12px 0;
	/*width: 364px;*/
	/*height: 52px;*/
	display: inline-block;
	/*background: url(../images/logo-import.png) no-repeat center;*/
	cursor: pointer;
}

.tuicur&gt;.headerLeft&gt;.logo {
	width: 52px;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	margin-right: 19.2px;
}

.tuicur&gt;.headerLeft&gt;.logoSpan {
	display: inline-block;
	vertical-align: middle;
	line-height: 52px;
}

.tuicur&gt;.headerLeft&gt;.logoSpan&gt;span:nth-of-type(1) {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.6px;
	color: #333333;
	padding-right: 16px;
	line-height: 1;
	border-right: 2px solid #9e9e9e;
}

.tuicur&gt;.headerLeft&gt;.logoSpan&gt;span:nth-of-type(2) {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	color: #333333;
	padding-left: 17.1px;
}
.user-image {
  width: 48px;
  align-self: flex-end;
}

.tuicur&gt;.headerLeft&gt;.logo&gt;img {
	display: block;
	width: 100%;
	height: auto;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: .35 !important;
    cursor: auto;
    pointer-events: none;
}
.show{
	opacity: 1;
}
.opacity1{
	opacity: 0.7;
}
.opacity2{
	opacity: 1;
}
.address {
  width: 428px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
</pre></body></html>