@keyframes imgPtnl {
	0% {top: 211px;}
	100% {top: 281px;}
}
@keyframes imgSksj {
	0% {top: 30px;}
	100% {top: 90px;}
}
@keyframes imgXryq {
	0% {top: 60px;}
	100% {top: 120px;}
}
html, body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
/*.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}*/
#panel-1 {
	position: relative;
	height: 640px;
	padding-top: 1px;
	/*background-color: #00051F;*/
}
#canvasBox {
	width:100%;
	height:99.5%;
	position: absolute;
	top: 0;
	z-index: -1;
}
#panel-1 h1 {
	width: 1020px;
	height: 92px;
	margin: 250px auto 65px;
	color: transparent;
	background: url("../images/bg-h1.png") no-repeat;
	background-size: 100%;
}
#panel-1 h2 {
	margin-bottom: 89px;
	color: #fff;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 12px;
	text-align: center;
	text-shadow: 1px 1px 0 #3f9cff, 1px 1px 2px rgb(63 156 255 / 80%);
}
.links {
	text-align: center;
}
.link {
	display: inline-block;
    padding: 16px 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    background: linear-gradient(135deg, #4AB7FF 0%, #4192FF 100%);
    border-radius: 8px;
}
.links .link+.link {
	margin-left: 40px;
	background: none;
	border: 1px solid #4192FF;
}
.link,
.link:hover {
	text-decoration: none;
}
.link:hover {
	opacity: 0.8;
}
#panel-1 ul {
	width: 1144px;
	margin-top: 199px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#panel-1 ul li {
	width: 362px;
	height: 142px;
	position: relative;
	overflow: hidden;
	background: url("../images/list-bg.png") no-repeat;
	background-size: 100%;
	color: #fff;
	text-align: center;
}
#panel-1 ul li em,
#panel-1 ul li span {
	font-style: normal;
	display: block;
}
#panel-1 ul li em {
	margin: 20px auto;
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	letter-spacing: 5px;
}
#panel-1 ul li span {
	/*margin: 0 75px;*/
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	letter-spacing: 3px;
}
#panel-1 ul li:hover em {
	font-size: 32px;
}
#panel-1 ul li:hover span {
	font-size: 18px;
}
.title {
	width: 1328px;
	margin-top: 100px;
	padding-top: 35px;
	font-size: 32px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 45px;
	letter-spacing: 6px;
	text-align: center;
}
#panel-2 .title {
	background: url("../images/Product-Advantage.png") no-repeat center;
	background-size: auto 45px;
}
#panel-2,
#panel-3,
#panel-4,
#panel-5,
#panel-6,
#panel-7 {
	width: 100%;
	position: relative;
	padding-top: 1px;
}
#panel-2 {
	height: 880px;
	background: #F5F9FF url("../images/bg-cpys.png") no-repeat center bottom;
	background-size: 1006px 601px;
}
.inner {
	width: 1310px;
	margin: 0 auto;
    text-align: left;
}
.list-cpys {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1006px;
	height: 601px;
}
.list-cpys > li {
	position: absolute;
	width: 420px;
	text-align: center;
}
.list-cpys > li:nth-child(1) {
	left: 286px;
    top: 40px;
}
.list-cpys > li:nth-child(2) {
	left: 786px;
    top: 220px;
}
.list-cpys > li:nth-child(3) {
	left: 569px;
    top: 432px
}
.list-cpys > li:nth-child(4) {
	left: 12px;
    top: 435px;
}
.list-cpys > li:nth-child(5) {
	left: -209px;
    top: 220px;
}
.list-cpys > li .icon {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 1px 15px 1px rgba(60, 148, 255, 0.2);
}
.list-cpys > li .icon:hover{
	margin-top: -5px;
	box-shadow: 0px 1px 15px 5px rgb(60, 148, 255, 0.8);
}
/*.list-cpys > li .icon:focus {
	margin-top: -5px;
}*/

.list-cpys > li .icon > img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list-cpys > li h3 {
	margin-top: 20px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	letter-spacing: 3px;
}
.list-cpys > li p {
	margin-top: 10px;
	font-size: 16px;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	letter-spacing: 2px;
}
#panel-3 {
	height: 760px;
	background: #F5F9FF url("../images/bg-ptnl.png") no-repeat center bottom;
	background-size: 100% 100%;
}
#panel-3 .title {
	color: #fff;
	background: url("../images/platform-capability.png") no-repeat center;
	background-size: auto 45px;
}
.title-2 {
	position: relative;
	/*width: 216px;*/
	margin-top: 90px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 33px;
	letter-spacing: 4px;
}
.title-2:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
    left: 20px;
	width: 240px;
	height: 24px;
	background: rgba(60, 148, 255, 0.2);
	border-radius: 12px;
}
.list-ptnl li {
	position: relative;
	margin-top: 40px;
	padding-left: 45px;
}
.list-ptnl li img {
	width: 22px;
	position: absolute;
	left: 0;
	top: 5px;
}
.list-ptnl li h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #3C94FF;
	line-height: 28px;
	letter-spacing: 2px;
}
.list-ptnl li p {
	font-size: 16px;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: rgba(255,255,255,0.8);
	line-height: 22px;
	letter-spacing: 2px;
}
.img-ptnl {
	position: absolute;
	top: 241px;
	right: 352px;
	transition:1s ease-in 1s;
	animation: imgPtnl 5s ease 5s infinite alternate;
    /* Safari 与 Chrome: */
    -webkit-animation: imgPtnl 5s ease 5s infinite alternate;
}
/*.slide .img-ptnl {
	right: 352px;
	transition:1s ease-in 1s;
}*/
#panel-4 {
	height: 580px;
	background: #FAFCFF;
}
#panel-4 .title-2 {
	color: #333;
}
#panel-4 .title-2:after {
	background: rgba(60, 148, 255, 0.2);
}
#panel-4 .list-ptnl li p {
	color: #333;
}
#panel-4 .title-2,
#panel-4 .list-ptnl {
	margin-left: 660px;
}
.img-sksj {
	position: absolute;
	left: 352px;
	top: 60px;
	transition:1s ease-in 1s;
	animation: imgSksj 5s ease 5s infinite alternate;
    /* Safari 与 Chrome: */
    -webkit-animation: imgSksj 5s ease 5s infinite alternate;
}
/*.slide .img-sksj {
	left: 352px;
	transition:1s ease-in 1s;
}*/
#panel-5 {
	height: 580px;
	background: #F5F9FF url("../images/bg-skjs.png") no-repeat center bottom;
	background-size: 100% 100%;
}
#panel-5 .title-2 {
	/*color: #333;*/
}
#panel-5 .title-2:after {
	/*background: rgba(60, 148, 255, 0.2);*/
}
#panel-5 .list-ptnl li p {
	width: 540px;
	/*color: #333;*/
}
#panel-5 .title-2,
#panel-5 .list-ptnl {
}
.img-skjs {
	position: absolute;
	top: 60px;
	right: 352px;
	transition:1s ease-in 1s;
	animation: imgSksj 5s ease 5s infinite alternate;
    /* Safari 与 Chrome: */
    -webkit-animation: imgSksj 5s ease 5s infinite alternate;
}
/*.slide .img-skjs {
	right: 352px;
	transition:1s ease-in 1s;
}*/
#panel-6 {
	height: 666px;
	background: #F5F9FF url("../images/bg-xryq.png") no-repeat center bottom;
	background-size: 100% 100%;
}
#panel-6 .title-2 {
	color: #333;
}
#panel-6 .title-2:after {
	background: rgba(60, 148, 255, 0.2);
}
#panel-6 .list-ptnl li p {
	/*width: 540px;*/
	color: #333;
}
#panel-6 .title-2,
#panel-6 .list-ptnl {
	margin-left: 660px;
}
.img-xryq {
	position: absolute;
	top: 90px;
	left: 352px;
	transition:1s ease-in 1s;
	animation: imgXryq 5s ease 5s infinite alternate;
    /* Safari 与 Chrome: */
    -webkit-animation: imgXryq 5s ease 5s infinite alternate;
}
/*.slide .img-xryq {
	left: 352px;
	transition:1s ease-in 1s;
}*/
#panel-7 {
	padding-top: 1px;
	height: 760px;
	background: #F5F9FF url("../images/bg-jjfa.png") no-repeat center bottom;
	background-size: 100% 100%;
}
#panel-7 .title {
	color: #333;
	background: url("../images/Total-Solution.png") no-repeat center;
	background-size: auto 45px;
}
.list-jjfa {
	margin-top: 102px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-jjfa li {
	width: 300px;
	height: 360px;
	position: relative;
	margin-top: 15px;
	font-size: 16px;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 2px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(74, 143, 255, 0.2);
	border-radius: 8px;
	transition:1s ease-in 1s;
}
.list-jjfa li:hover {
	background: linear-gradient(315deg, #4048FF 0%, #3C94FF 100%);
	/*box-shadow: 0px 0px 6px 6px rgba(74, 143, 255, 0.5);*/
}
.list-jjfa li .icon {
	margin-top: 30px;
	margin-bottom: 20px;
}
.list-jjfa li:hover .icon {
	height: 0;
	overflow: hidden;
	transition:1s ease-in 1s;
}
.list-jjfa li h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	letter-spacing: 3px;
}
.list-jjfa li:hover h3 {
	color: #fff;
}
.list-jjfa li p {
	margin: 0 30px;
	font-size: 16px;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: left;
}
.list-jjfa li:hover p {
	color: #fff;
}
.list-jjfa li .view {
	display: none;
}
.list-jjfa li:hover .view {
	display: block;
	width: 88px;
	height: 32px;
	margin: 80px auto 0 auto;
	font-size: 14px;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
}
#panel-7 .inner {
	position: relative;
}
#panel-7 .more {
	position: absolute;
	right: 0;
	top: 140px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #3C94FF;
	line-height: 22px;
	letter-spacing: 3px;
}
#panel-7 .more,
#panel-7 .more:hover {
	text-decoration: none;
}
