.container{
	width: 19.2rem;
}
.container .header{
	margin: 0 auto;
	width: 12.0rem;
	height: 0.8rem;
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	z-index: 99;
	background-color: #fff;
	font-family: "微软雅黑";
	box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
	padding: 0 40px;
	box-sizing: border-box;
}
.header .logo{
	margin-top: 0.18rem;
    width: 174px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
    transform: translate(0, -7px);
}
.header .nav{
	margin-left: 1.42rem;
	float: right;
	display: flex;
	align-items: center;
	width: 6.35rem;
	height: 100%;
}
.header .nav div{
	margin-right: 0.88rem;
	height: 0.5rem;
	font-size: 0.18rem;
	line-height: 0.5rem;
	float: left;
}
.header .nav div:last-child{
	margin-right: 0;
}
.header .nav .active{
	color: #ff943e;
}
.section1 {
	margin-top: 70px;
	background: url('../images/section1.png')no-repeat center;
	background-size: cover;
	height: 570px;
}
.aboutContent {
	height: 700px;
	background: url('../images/bg2.png') center no-repeat;
}
.aboutContent .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
  width: 1200px;
}
.aboutContent .content .col {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 20px;
	width: 360px;
	height: 90px;
	flex: 0 0 auto;
	background: #fff;
	box-shadow: 0 4px 20px 5px rgb(68 93 127 / 10%);
	border-radius: 4px;
}
.aboutContent .content .col .icon {
	margin-right: 25px;
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
}
.aboutContent .content .col .right {
	flex: 1;
}
.aboutContent .content .col .name {
	line-height: 20px;
	font-size: 18px;
	color: #333;
}
.aboutContent .content .col .desc {
	margin-top: 12px;
	color: #999;
	font-size: 13px;
	opacity: .7;
}

.aboutContent>.title .text-zh,.productCenter>.title .text-zh,.platForm>.title .text-zh,.newsContent>.title .text-zh{
	padding-top: 60px;
	line-height: 28px;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	box-sizing: border-box;
}
.aboutContent>.title .text-en,.productCenter>.title .text-en,.platForm>.title .text-en,.newsContent>.title .text-en{
	padding-bottom: 60px;
	position: relative;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #999;
}
.productCenter {
	height: 680px;
	background: url('../images/bg3.png') center no-repeat;
}
.productCenter .tabs{
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 30px;
	width: 1000px;
	height: 57px;
	line-height: 56px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.productCenter .tabs .tab-item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 120px;
	color: #555;
	font-size: 15px;
	text-align: center;
	transition: color .3s;
	cursor: pointer;
	box-sizing: border-box;
}

.productCenter .tabs .tab-item.active{
	color: #2184ff;
	border-bottom: 2px solid #2184ff;
}

.productCenter .tab-panel{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 60px;
	margin: 0 auto;
	width: 1100px;
	box-sizing: border-box;
}
.productCenter .tab-panel .left{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 500px;
	height: 340px;
}

.productCenter .tab-panel .left .bg{
	position: absolute;
	height: 160px;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.productCenter .jwz .left .bg{
	background-color: #59a3ff;
	background: linear-gradient(90deg,#2576fb 0,#59a3ff 100%);
}

.productCenter .jsc .left .bg{
	background-color: #fdb75b;
	background: linear-gradient(90deg,#f73 0,#fdb75b 100%);
}

.productCenter .jxcx .left .bg{
	background-color: #4addbb;
	background: linear-gradient(90deg,#2bb4d6 0,#4addbb 100%);
}

.productCenter .zyxhd .left .bg{
	background-color: #a3e2ff;
	background: linear-gradient(90deg,#5d9eff 0,#a3e2ff 100%);
}

.productCenter .zsj .left .bg{
	background-color: #ffd672;
	background: linear-gradient(90deg,#f19e0d 0,#ffd672 100%);
}

.productCenter .tab-panel .left .img-box{
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 0;
	padding: 15px;
}

.productCenter .tab-panel .left .img-box img{
	border-radius: 8px;
}

.productCenter .tab-panel .right{
	flex: 0 0 500px;
	height: 340px;
}

.productCenter .tab-panel .right .title{
	margin-top: 2px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3e4552;
}
.productCenter .tab-panel .right .desc{
	margin-top: -3px;
	line-height: 18px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
}

.productCenter .tab-panel .right .tags{
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
}

.productCenter .tab-panel .right .tags .tag{
	margin-bottom: 15px;
	margin-right: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 24px;
	line-height: 22px;
	border: 1px solid #ddd;
	border-radius: 12px;
	text-align: center;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
	color: #3e4552;
	transition: border-color .3s,color .3s,background-color .3s;
}

.productCenter .tab-panel .right .tags .tag:nth-child(4n) {
	margin-right: 0;
}

.platForm {
	height: 280px;
	background: url('../images/bg4.png') center no-repeat;
}

.platForm .content {
	width: 1100px;
	margin: 48px auto 0;
	display: flex;
	justify-content: space-around;
}

.platForm .content .card {
	width: 200px;
	flex: 0 0 auto;
	height: 252px;
	line-height: 90px;
	background: #fff;
	box-shadow: 0 4px 20px 5px rgb(68 93 127 / 10%);
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	transition: box-shadow .3s ease,transform .3s ease;
}

.platForm .content .card.hover {
	box-shadow: 0 2px 14px 2px rgb(68 93 127 / 20%);
	transform: translateY(-5px);
}

.newsContent {
	padding-top: 150px;
	height: 480px;
}

.newsContent .content {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newsContent .content .col {
	margin-top: 40px;
	display: flex;
	padding: 30px;
	width: 505px;
	height: 146px;
	flex: 0 0 auto;
	background: #fff;
	box-shadow: 0 2px 18px 2px rgb(217 223 231 / 60%);
	border-radius: 8px;
	transition: box-shadow .65s cubic-bezier(.19,1,.22,1);
	box-sizing: border-box;
}
.newsContent .content .icon {
	margin-right: 30px;
	width: 30px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #59a3ff;
	box-shadow: 0 6px 12px 0 rgb(43 123 255 / 30%);
	border-radius: 4px;
	flex: 0 0 auto;
}
.newsContent .content .right {
	flex: 1;
}
.newsContent .content .right .name {
	max-width: 370px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsContent .content .right .desc {
	margin-top: 8px;
	line-height: 25px;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.container .footer{
	padding-top: 80px;
	width: 19.2rem;
	position: relative;
	padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
}
.container .footer>.sf {
	padding: 20px 0;
  text-align: center;
  font-size: 0;
  background-color: #282828;
}
.container .footer>.sf .alink {
  font-size: 0.29333rem;
  line-height: 0.6rem;
  color: #979797;
  opacity: .8;
	text-decoration: underline;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .6);
  z-index: 100;
}

.dialog {
  padding: 50px 0;
  position: relative;
  border-radius: 8px;
  width: 400px;
  background-color: #ffffff;
  text-align: center;
}
.dialog .dialog-title {
  padding: 0 20px;
  font-size: 20px;
  color: #000000;
}
.dialog .tip {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px;
  color: #8C8C8C;
  text-align: center;
}
.dialog .qrcode {
  margin: 0.53333rem auto 0;
  width: 250px;
  height: 250px;
}
.dialog .qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dialog .btn {
  margin: 20px auto 0;
  width: 80%;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  background: #FF6900;
  border-radius: 4px;
  text-align: center;
}