<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerCont {
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.bannerCont .swiper {
	transform: translateZ(0);
}
.bannerCont .swiper-slide img {
	width: 100%;
	transform: scale(1.1);
}
.bannerCont .swiper-slide-active img {
	transform: scale(1);
	transition: all 9s ease;
}
.bannerCont .phone {
	display: none;
}
.bannerCont .swiper-wrapper, .bannerCont .swiper-slide {
	height: auto;
}
.bannerCont .swiper-slide-active .fixText {
	transform: translateY(0);
	opacity: 1;
}
.bannerCont .fixText {
	position: absolute;
	top: 110px;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	left: 5%;
	color: #fff;
	font-weight: 100;
	z-index: 1;
	transition: all 0.5s ease;
	transform: translateY(50px);
	opacity: 0;
}
.bannerCont .fixText p {
	font-size: 50px;
	line-height:1.5;
	/*margin-bottom: 50px;*/
	width: 100%;
}
.bannerCont .fixText .mainMore {
	display: block;
	margin-top:50px;
}
.bannerCont .swiper-pagination {
	position: absolute;
	width: 25px;
	left: auto;
	right: 5%;
	top: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.bannerCont .swiper-pagination .swiper-pagination-bullet {
	width: 100%;
	height: 25px;
	display: block;
	background: none;
	margin: 9px 0;
	position: relative;
}
.bannerCont .swiper-pagination .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 23px;
	height: 23px;
	left: 0;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 50px;
	opacity: 0;
}
.bannerCont .swiper-pagination .swiper-pagination-bullet-active::after {
	opacity: 1;
}
.bannerCont .swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 10px;
	left: 8px;
	top: 8px;
}
.bannerCont .swiper-pagination .load {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	opacity: 0;
}
.bannerCont .swiper-pagination .loading {
	stroke: #fff;
	stroke-width: 2;
	fill: none;
}
.bannerCont .swiper-pagination-bullet-active .load {
	animation: dash 7s linear 0s normal forwards 1;
	opacity: 1;
}
.mainMore {
	display: inline-block;
	width: 130px;
	height:34px;
	font-size:14px;
	line-height: 34px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50px;
	padding-right:30px;
	text-align: center;
	position: relative;
	color: #fff;
	transition: all 0.3s ease;
}
.mainMore::before {
	content: '';
	position: absolute;
	right:34px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background: #fff;
	transform: rotate(-45deg);
}
.mainMore::after {
	content: '';
	position: absolute;
	right:20px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background: #fff;
	transform: rotate(-45deg);
	opacity: .5;
}
.mainMore:hover {
	background: #fff;
	color: #009de0;
}
.mainMore:hover::before, .mainMore:hover::after {
	background: #009de0;
}
.mainMore.blue {
	background: #009de0;
	border: 1px solid #009de0;
}
.mainMore.blue:hover {
	background: #0183bb;
	color: #fff;
}
.mainMore.green {
	background: #00ac41;
	border: 1px solid #00ac41;
}
.mainMore.green:hover {
	background: #008532;
	color: #fff;
}
.mainTitle h3 {
	font-size:30px;
	color: #000;
	font-weight: 100;
}
.mainMore.green:hover::before, .mainMore.green:hover::after, .mainMore.blue:hover::before, .mainMore.blue:hover::after {
	background: #fff;
}
.aboutCont {
	padding: 100px 0 120px;
	position: relative;
	overflow: hidden;
}
.aboutCont .fixLogo {
	position: absolute;
	width: 32%;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	transition: all 0.8s ease;
}
.aboutCont.active1 .fixLogo {
	transform: translateY(0);
}
.aboutCont .fixCircle {
	position: absolute;
	width: 35%;
	left: 0;
	bottom: 0;
	transform: translate(-50%, 50%);
	transition: all 0.8s ease;
}
.aboutCont.active2 .fixCircle {
	transform: translate(-50%, 50%) rotate(90deg);
}
.aboutCont .flexsbox {
	justify-content: space-between;
	position: relative;
}
.aboutCont .textbox {
	width: 50%;
	padding-top: 30px;
}
.aboutCont .textbox .mainTitle {
	margin-bottom: 45px;
}
.aboutCont .textbox .mainTitle .en {
	font-size: 60px;
	color: #e2e2e2;
}
.aboutCont .textbox&gt;p {
	line-height: 34px;
	margin-bottom: 60px;
}
.aboutCont .imgbox {
	width: 41%;
	overflow: hidden;
	transform: translateZ(0);
	border-radius: 20px;
}
.aboutCont .imgbox img {
	width: 100%;
	transition: all 4s ease;
}
.aboutCont .imgbox:hover img {
	transform: scale(1.1);
}
.aboutCont .numberCont {
	position: absolute;
	z-index: 2;
	width: 90%;
	height: 225px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(80,80,80,.3);
	border-radius: 20px;
}
.aboutCont .numberCont .flexsbox {
	height: 100%;
	display: flex;
	align-content: center;
}
.aboutCont .numberCont .box {
	text-align: center;
	width: 22%;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items:center ;
	position: relative;
}
.aboutCont .numberCont .box::after {
	content: '';
	position: absolute;
	height: 60%;
	right: 0;
	top: 20%;
	border-left: 1px solid #eee;
}
.aboutCont .numberCont .box p {
	margin-bottom: 10px;
}
.aboutCont .numberCont .box .num {
	position: relative;
	color: #009de0;
}
.aboutCont .numberCont .box b {
	font-size: 70px;
	font-style: italic;
}
.aboutCont .numberCont .box span {
	position: absolute;
	top: 0;
	font-size: 18px;
	margin-left: 10px;
}
.aboutCont .numberCont .box:last-child {
	width: 34%;
}
.serviceCont {
	position: relative;
	z-index: 2;
}
.serviceCont .flexsbox {
	justify-content: space-between;
	color: #fff;
}
.serviceCont .flexsbox .plus {
	width: 100%;
	font-size: 34px;
}
.serviceCont .flexsbox p {
	line-height: 32px;
	max-height: 0;
	overflow: hidden;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.3s ease;
	opacity: 0;
}
.serviceCont .spbox:hover p, .serviceCont .box:hover p {
	max-height: 96px;
	opacity: 1;
	margin-bottom: 30px;
}
.serviceCont .spbox {
	width:40%;
	background: url(../images/imgBg1.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.serviceCont .spbox .fixbox {
	position: absolute;
	flex-direction: column;
	justify-content:center;
	height: 100%;
	left: 10%;
	right: 20%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.serviceCont .spbox .fixbox h3 {
	width: 100%;
	margin: 25px 0 25px;
	font-size:30px;
	font-weight: 100;
}
.serviceCont .spbox .mainMore {
	margin-top: 70px;
}
.serviceCont .right {
	width:60%;
	justify-content: space-between;
}
.serviceCont .right .box {
	width: 25%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 376px;
	position: relative;
}
.serviceCont .right .box1 {
	background-image: url(../images/imgBg2.jpg);
}
.serviceCont .right .box2 {
	background-image: url(../images/imgBg3.jpg);
}
.serviceCont .right .box3 {
	background-image: url(../images/imgBg4.jpg);
}
.serviceCont .right .box4 {
	background-image: url(../images/imgBg5.jpg);
}
.serviceCont .right .box5 {
	background-image: url(../images/imgBg6.jpg);
}
.serviceCont .right .box6 {
	background-image: url(../images/imgBg7.jpg);
}
.serviceCont .right .box::before, .serviceCont .spbox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(#00ac41, #009ed3);
	opacity: 0;
	transition: all 0.3s ease;
}
.serviceCont .right .box:hover::before, .serviceCont .spbox:hover::before {
	opacity: 0.7;
}
.serviceCont .right .box .fixbox {
	position: absolute;
	z-index: 2;
	left: 45px;
	right: 45px;
	bottom: 40px;
}
.serviceCont .right .box h3 {
	margin: 25px 0 25px;
	font-size:24px;
	font-weight: 100;
}
.newsCont {
	padding: 90px 0 0;
	background: url(../images/newsBg.png) no-repeat 40px top;
	background-size: auto 100%;
	position: relative;
	z-index: 1;
}
.newsCont .fixCircle {
	position: absolute;
	width: 35%;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	transition: all 0.8s ease;
}
.newsCont.active .fixCircle {
	transform: translate(50%, -50%) rotate(-90deg);
}
.newsCont .all {
	position: relative;
	padding-bottom: 270px;
}
.newsCont .relative {
	position: relative;
}
.newsCont .mainTitle {
	position: absolute;
	left: 0;
	height: 100%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	z-index: 2;
}
.newsCont .mainTitle h3 {
	margin-bottom: 25px;
	width: 100%;
}
.newsCont .flexsbox {
	justify-content: flex-end;
	position: relative;
}
.newsCont .list {
	width: 30%;
}
.newsCont .list .title {
	margin-bottom: 40px;
	font-size: 30px;
	color: #000;
	padding-left: 30px;
	position: relative;
}
.newsCont .list .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 9px;
	height: 9px;
	border: 4px solid #009de0;
	border-radius: 50px;
}
.newsCont .list.img .title::before {
	border: 4px solid #00ac41;
}
.newsCont .list.img {
	width: 44%;
	margin-right: 6%;
}
.newsCont .list.img .li {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.newsCont .list .li {
	margin-bottom: 20px;
}
.newsCont .list .pic {
	width: 30%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}
.newsCont .list .textbox {
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 14px;
	transition: all 0.3s ease;
}
.newsCont .list .textbox a {
	display: block;
	padding: 25px 30px;
	color: #999;
}
.newsCont .list .textbox:hover p {
	color: #009de0;
}
.newsCont .list.img .textbox:hover p {
	color: #00ac41;
}
.newsCont .list .textbox:hover {
	box-shadow: 0 5px 10px rgba(80,80,80,.2);
}
.newsCont .list.img .textbox {
	width: 68%;
}
.newsCont .list .textbox p {
	color: #000;
	line-height: 26px;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}
.newsCont .fixSwiper {
	position: absolute;
	width: 100%;
	bottom: 0;
	transform: translateY(50%);
}
.newsCont .fixSwiper .swiper {
	border-radius: 20px;
}
.newsCont .fixSwiper .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
	transform: translateZ(0);
}
.newsCont .fixSwiper .swiper-slide img {
	width: 100%;
}
.newsCont .fixSwiper .swiper-slide .imgbox {
	transition: all 4s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.newsCont .fixSwiper .swiper-slide:hover .imgbox {
	transform: scale(1.1);
}
.newsCont .fixSwiper .swiper-button-prev2 {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	left: 0;
	margin-left: -25px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(80,80,80,.3);
	transition: all 0.3s ease;
}
.newsCont .fixSwiper .swiper-button-next2 {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	right: 0;
	margin-right: -25px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(80,80,80,.3);
	transition: all 0.3s ease;
}
.newsCont .fixSwiper .swiper-button-prev2:hover, .newsCont .fixSwiper .swiper-button-next2:hover {
	background: #009de0;
}
.newsCont .fixSwiper .swiper-button-prev2::after, .newsCont .fixSwiper .swiper-button-next2::after {
	font-size: 20px;
	color: #a3a3a3;
}
.newsCont .fixSwiper .swiper-button-prev2:hover::after, .newsCont .fixSwiper .swiper-button-next2:hover::after {
	color: #fff;
}
.solveCont {
	padding: 280px 0 100px;
	background: #fff;
}
.solveCont .all {
	position: relative;
	z-index: 2;
}
.solveCont .relative {
	position: absolute;
	height: 155px;
	overflow: hidden;
	width: 100%;
}
.solveCont .mainTitle {
	margin-bottom: 70px;
	position: relative;
	text-align: center;
	padding-top: 30px;
}
.solveCont .fixCircle {
	position: absolute;
	width: 35%;
	left: 32.5%;
	top: 0;
	transition: all 0.8s ease;
}
.solveCont.active .fixCircle {
	transform: rotate(180deg);
}
.solveCont .list {
	margin-bottom: 45px;
	padding: 140px 0 100px 10%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.solveCont .list .bg {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	transition: all 3s ease;
}
.solveCont .list::after {
	content: '';
	position: absolute;
	width: 70%;
	left: 0;
	top: 0;
	height: 100%;
	background: linear-gradient(to right, rgba(241,243,245,0.95) 0%, rgba(241,243,245,0.95) 70%, rgba(241,243,245,0) 100%);
	;
}
.solveCont .list .box {
	position: relative;
	z-index: 2;
}
.solveCont .li1 .bg {
	background-image: url(../images/listBg1.jpg);
}
.solveCont .li2 .bg {
	background-image: url(../images/listBg2.jpg);
}
.solveCont .list .mainTitle {
	margin-bottom: 25px;
}
.solveCont .list h3 {
	text-align: left;
}
.solveCont .list .mainMore {
	margin: 30px 0 80px;
	display: block;
}
.solveCont .list .inline {
	display: inline-block;
	position: relative;
}
.solveCont .list .inline .swiper-wrapper, .solveCont .list .inline .swiper-slide {
	height: auto;
}
.solveCont .list .inline .swiper {
	padding-bottom: 20px;
}
.solveCont .list .inline .swiper-slide {
	width: auto;
}
.solveCont .list .iconbox {
	display: flex;
	position: relative;
}
.solveCont .list .iconbox::after {
	position: absolute;
	content: '';
	left: 20px;
	right: 20px;
	top: 33px;
	border-bottom: 1px dotted #bfbfbf;
}
.solveCont .list .icon {
	margin-right: 100px;
	text-align: center;
	color: #000;
	position: relative;
	z-index: 2;
}
.solveCont .list .icon a {
	display: block;
	color: #000;
}
.solveCont .list .icon:last-child {
	margin-right: 0
}
.solveCont .list .icon span {
	display: block;
	width: 67px;
	height: 67px;
	background-color: #fff;
	border-radius: 67px;
	margin-bottom: 15px;
	position: relative;
}
.solveCont .list .icon span b {
	content: '';
	display:block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s ease;
}
.solveCont .list .icon:hover span::after {
	transform: rotateY(360deg);
}
.solveCont .list .icon .sp1 b {
	background-image: url(../images/listIcon1.png);
}
.solveCont .list .icon .sp2 b {
	background-image: url(../images/listIcon2.png);
}
.solveCont .list .icon .sp3 b {
	background-image: url(../images/listIcon3.png);
}
.solveCont .list .icon .sp4 b {
	background-image: url(../images/listIcon4.png);
}
.solveCont .list .icon .sp5 b {
	background-image: url(../images/listIcon5.png);
}
.solveCont .list .icon .sp6 b {
	background-image: url(../images/listIcon6.png);
}
.solveCont .list .icon .sp7 b {
	background-image: url(../images/listIcon7.png);
}
.partnerCont {
	position: relative;
	overflow: hidden;
}
.partnerCont .mainTitle {
	display: none;
}
.partnerCont .titlebox {
	position: absolute;
	z-index: 5;
	height: 100%;
	width: 20%;
	left: 0;
	top: 0;
	background: linear-gradient(#009ed3, #00ac41);
}
.partnerCont .titlebox .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/partBg.png) no-repeat right bottom;
	background-size: 130% auto;
}
.partnerCont .titlebox img {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 100px;
}
.partnerCont .titlebox .mainTitle {
	display: none;
}
.partnerCont .rightbox .relative {
	position: relative;
}
.partnerCont .rightbox .swiper {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.partnerCont .rightbox .swiper-button-prev3 {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0;
	top: -130px;
	left: auto;
	right: 70px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(80,80,80,.3);
	transition: all 0.3s ease;
}
.partnerCont .rightbox .swiper-button-next3 {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0;
	top: -130px;
	right: 0;
	background: #fff;
	box-shadow: 0 5px 10px rgba(80,80,80,.3);
	transition: all 0.3s ease;
}
.partnerCont .rightbox .swiper-button-prev3:hover, .partnerCont .rightbox .swiper-button-next3:hover {
	background: #009de0;
}
.partnerCont .rightbox .swiper-button-prev3::after, .partnerCont .rightbox .swiper-button-next3::after {
	font-size: 20px;
	color: #a3a3a3;
}
.partnerCont .rightbox .swiper-button-prev3:hover::after, .partnerCont .rightbox .swiper-button-next3:hover::after {
	color: #fff;
}
.partnerCont .rightbox {
	float: right;
	width: 64%;
	padding: 100px 0 130px;
	margin-right: 8%;
}
.partnerCont .rightbox .text {
	font-size: 22px;
	line-height: 40px;
	color: #000;
	margin-bottom: 80px;
	position: relative;
}
.partnerCont .rightbox .swiper-wrapper, .partnerCont .rightbox .swiper-slide {
	height: auto;
}
.partnerCont .rightbox .swiper-slide {
	background-color: #fff;
	position: relative;
}
.partnerCont .rightbox .swiper-slide::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	border-bottom: 1px solid #eee;
}
.partnerCont .rightbox .swiper-slide .logo {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
.partnerCont .rightbox .swiper-slide .logo img {
	width: 100%;
}
.partnerCont .fixCircle1 {
	position: absolute;
	width: 58%;
	left: -10%;
	top: 0;
	transform: translateY(-55%);
	transition: all 1s ease;
}
.partnerCont.active1 .fixCircle1 {
	transform: translateY(-55%) rotate(90deg);
}
.partnerCont .fixCircle2 {
	position: absolute;
	width: 30%;
	right: -15%;
	bottom: 0;
	transform: translateY(50%);
	transition: all 1s ease;
}
.partnerCont.active2 .fixCircle2 {
	transform: translateY(50%) rotate(-180deg);
}
.sloganCont {
	position: relative;
	background: url(../images/pic.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.sloganCont img {
	width: 100%;
	opacity: 0;
}
.sloganCont p {
	position: absolute;
	right: 8%;
	color: #fff;
	font-size: 40px;
	line-height: 65px;
	top: 50%;
	margin-top: -65px;
	text-align: right;
	font-weight: 100;
}
 @keyframes dash {
 0% {
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
}
 100% {
 stroke-dasharray: 150, 200;
 stroke-dashoffset: 0;
}
}
@keyframes spin {
 to {
transform: rotate(1turn);
}
}
@keyframes spin2 {
 to {
transform: rotate(-1turn);
}
}
@keyframes spin-reverse {
 from {
 transform:rotate(1turn);
}
}
@keyframes spin-reverse2 {
 from {
 transform:rotate(-1turn);
}
}
 @media only screen and (max-width: 1580px) {
.aboutCont .numberCont {
	height: 180px;
}
.serviceCont .right .box h3, .newsCont .list .title {
	font-size: 22px;
}
.serviceCont .right .box .fixbox {
	left: 25px;
	right: 25px;
}
.serviceCont .flexsbox p {
	line-height: 26px;
}
.serviceCont .box:hover p, .serviceCont .spbox:hover p {
	max-height: 78px;
}
}
@media only screen and (max-width: 1340px) {
.serviceCont .right .box h3, .newsCont .list .title {
	font-size: 20px;
}
.serviceCont .spbox .fixbox h3 {
	font-size: 26px;
}
}
@media only screen and (max-width: 1260px) {
.bannerCont .fixText p, .mainTitle h3, .sloganCont p {
	font-size: 26px;
}
.bannerCont .fixText p {
	/*margin-bottom: 30px;*/
}
.bannerCont .fixText .mainMore{ margin-top:30px;}
.bannerCont .fixText {
	top: 80px;
}
.aboutCont .numberCont .box b {
	font-size: 60px;
}
.aboutCont .numberCont {
	height: 160px;
}
.aboutCont .textbox&gt;p {
	margin-bottom: 40px;
}
}
@media only screen and (max-width: 1580px){
.aboutCont {
	padding-bottom: 280px;
}	
}
@media only screen and (max-width: 1260px){
.aboutCont {
	padding-bottom: 260px;
}	
}
@media only screen and (max-width: 1050px) {
.mainMore {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	width: 130px;
}
.serviceCont .right {
	width: 100%;
}
.serviceCont .spbox {
	width: 100%;
	height: 400px;
}
.serviceCont .spbox .mainMore {
	margin-top: 40px;
}
.aboutCont {
	padding-bottom:240px;
}
.newsCont .mainTitle {
	width: 100%;
	top: 0;
	display: block;
	height: auto;
	position: static;
	text-align: center;
	margin-bottom: 30px;
}
.newsCont .list.img {
	width: 54%;
}
.newsCont .list {
	width: 40%;
}
.newsCont .all {
	padding-bottom: 180px;
}
.newsCont .fixSwiper {
	left: 40px;
	right: 40px;
	width: auto;
}
.solveCont {
	padding-top: 180px;
}
.partnerCont .titlebox img {
	width: 80px;
}
.partnerCont .rightbox .text {
	font-size: 18px;
}
.sloganCont p {
	line-height: 40px;
	margin-top: -40px;
}
}
@media only screen and (max-width: 820px) {
.bannerCont .fixText p, .mainTitle h3, .sloganCont p {
	font-size:18px;
}
.aboutCont .textbox .mainTitle {
	margin-bottom:30px;
}
.aboutCont {
	padding-bottom: 240px;
}
.solveCont .list {
	padding: 60px 0 70px 6%;
}
.solveCont .list .mainMore {
	margin: 30px 0 40px;
}
.partnerCont .rightbox .swiper-button-prev3 {
	left: 0;
	right: auto;
	top: 50%;
	margin: -20px 0 0 -60px;
	width: 40px;
	height: 40px;
}
.partnerCont .rightbox .swiper-button-next3 {
	right: 0;
	left: auto;
	top: 50%;
	margin: -20px -60px 0 0;
	width: 40px;
	height: 40px;
}
.partnerCont .rightbox .text {
	margin-bottom: 40px;
}
.partnerCont .rightbox .text {
	font-size: 16px;
	line-height: 28px;
}
.aboutCont .textbox .mainTitle .en {
	font-size: 30px;
}
}
@media only screen and (max-width: 510px) {
.bannerCont .swiper-slide img {
	width: 140%;
	margin-left: -20%;
}
.bannerCont .fixText {
	text-align: center;
}
.bannerCont .fixText .mainMore {
	margin: 0 auto;
}
.bannerCont .fixText {
	left: 0;
}
.aboutCont .textbox {
	width: 100%;
	margin-bottom: 40px;
}
.aboutCont .imgbox {
	width: 100%;
	height: 200px;
	position: relative;
}
.aboutCont .imgbox img {
	position: absolute;
	bottom: 0;
}
.aboutCont .numberCont {
	position: static;
	width: 100%;
	height: auto;
	padding: 20px 0 0;
}
.aboutCont .numberCont .box {
	width: 50% !important;
	margin-bottom: 20px;
}
.aboutCont .numberCont .flexsbox {
	height: auto;
}
.aboutCont .numberCont .box b {
	font-size: 30px;
}
.aboutCont {
	padding: 40px 0 80px !important;
}
.serviceCont .right .box {
	width: 100%;
	height: 320px;
}
.newsCont {
	padding-top: 60px;
}
.newsCont .list {
	width: 100%;
}
.newsCont .list.img {
	width: 100%;
	margin-bottom: 40px;
	margin-right: 0;
}
.newsCont .list .pic {
	display: none;
}
.newsCont .list.img .textbox {
	width: 100%;
}
.solveCont .relative {
	display: none;
}
.solveCont .mainTitle {
	margin-bottom: 40px;
}
.solveCont .list .icon {
	margin-right: 40px;
}
.solveCont .list .inline {
	display: block;
}
.solveCont .list .iconbox {
	display: block;
	white-space: nowrap;
	width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}
.solveCont .list .iconbox::after {
	right: 80px;
}
.solveCont .list .iconbox .icon {
	display: inline-block;
}
.solveCont {
	padding-bottom: 60px;
}
.partnerCont {
	padding-top: 60px;
}
.partnerCont .mainTitle {
	display: block;
	text-align: center;
}
.partnerCont .titlebox {
	display: none;
}
.partnerCont .rightbox {
	width: 100%;
	margin: 0;
	padding: 40px 20px 100px;
	box-sizing: border-box;
}
.partnerCont .rightbox .text br {
	display: none;
}
.partnerCont .rightbox .swiper-button-prev3 {
	bottom: -60px;
	top: auto;
	left: 20%;
	margin: 0;
}
.partnerCont .rightbox .swiper-button-next3 {
	bottom: -60px;
	top: auto;
	right: 20%;
	margin: 0;
}
.sloganCont p {
	text-align: center;
	line-height: 30px;
}
.sloganCont img {
	width: 150%;
	margin-left: -15%;
}
.partnerCont .fixCircle1 {
	left: -30%;
}
.solveCont .list::after {
	width: 100%;
}
.aboutCont .numberCont .box:nth-child(2n):after {
	border: none;
}
.sloganCont{ background-attachment:scroll; background-size:150% auto; background-position:center;}
}
@keyframes move {
 0% {
transform: scale(1);
opacity: 0.8;
}
 99% {
transform: scale(1.4);
opacity: 0;
}
 100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes sector {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(180deg);
}
}
</pre></body></html>