/* 小 */
@media screen and (min-width: 1350px) and (max-height: 860px) { 
	.banner-box {
    padding-top: 5%;
  }
}
@media screen and (max-width: 1350px) and (max-height: 860px) {
	.banner-box {
    padding-top: 5%;
  }
}

/* 大 */
@media screen and (min-width: 1350px) and (min-height: 860px) {
	.banner-box {
    padding-top: 9%;
  }
}
@media screen and (max-width: 1350px) and (min-height: 860px) {
  .banner-box {
    padding-top: 9%;
  }
}

.w {
  width: 1200px;
  margin: 0 auto;
}
/* banner */
.banner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: calc(100vh - 60px);
  background: url('https://testdown.jiangxiatech.com/wm-static-resource/index/KingshierPc/product/101/images/bg.png') no-repeat center center;
  background-size: 100%;
  margin-top: 117px;
}
.banner-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.banner-title h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 84px;
  color: #006fff;
}
.banner-label {
  position: absolute;
  right: -94px;
  top: -41px;
}
.banner-label span {
  position: absolute;
  left: 11px;
  top: 11px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #0D103A; 
}
.banner-box p.banner-p {
  width: 700px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #006fff;
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 50px;
}
.download-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 279px;
  height: 61px;
  border-radius: 10px;
}
.download-box a {
  background: #0586FF;
}
.download-box a:hover {
  background: #0a7eeb;
}
.download-box a span {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 26.4px;
  line-height: 157%;
  color: #F3F3F8; 
}
.download-box a img {
  margin-right: 22px;
}
/* .download-box a:first-child{
  margin-right: 48px;
} */

.banner-box ul {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 80px;
}
.banner-box ul li:last-child {
  margin-right: 0;
}
.banner-box ul li p {
  width: max-content;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #006fff;
  margin-top: 8px;
}

/* 产品特点 */
.func-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.func-box h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #081C33;
  text-align: center;
  margin-bottom: 60px;
}
.func-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  margin: 0 auto;
}
.func-content ul li {
  position: relative;
  width: 309px;
  height: 367px;
  background: #F6F6F6;
  border-radius: 30px;  
  padding-top: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}
.func-content ul li .func-content{
  display: none;
  position: absolute;
  bottom: -71px;
  left: 49%;
  transform: translateX(-50%);
  width: 378px;
  opacity: 0.7;
}

.func-content ul li:hover .func-content{
  display: block;
}
.func-content ul li:hover {
  background: #0586FF; 
}
.func-content ul li img:nth-child(1) {
  display: block;
}
.func-content ul li img:nth-child(2) {
  display: none;
}
.func-content ul li:hover img:nth-child(1) {
  display: none;
}
.func-content ul li:hover img:nth-child(2) {
  display: block;
}
.func-content ul li h2 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 10px;
}
.func-content ul li p {
  width: 220px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  opacity: 0.6;  
}
.func-content ul li:hover h2 {
  color: #FFFFFF;
}
.func-content ul li:hover p {
  color: #FFFFFF;
}

/* 支持的设备 */
.support-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background: #F6F6F6;
}

.support-box h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #081C33; 
  text-align: center;
  margin-bottom: 60px;
}
.support-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-img-box {
  display: flex;
  align-items: center;
}
.support-img-item {
  position: relative;
  overflow: hidden;
}
.support-img-item span {
  display: none;
}
.support-img-item:hover span {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  border-radius: 15px;
  text-align: center;
  color: #FFFFFF; 
  user-select: none;
}
.support-left-img-box .support-img-item:first-child span {
  border-radius: 67.9558px 0px 0px 0px;
}
.support-center-img-box .support-img-item:last-child span {
  border-radius: 0px 0px 67.9558px 0px;
}
.support-right-img-box .support-img-item:last-child span {
  border-radius: 0px 0px 67.9558px 0px;
}
.support-left-img-box {
  justify-content: flex-end;
  margin-bottom: 14px;
}
.support-center-img-box {
  justify-content: space-between;
  margin: 13px 0;
}
.support-right-img-box {
  justify-content: flex-start;
  margin-top: 14px;
}
.support-left-img-box .support-img-item:first-child {
  margin-right: 14px;
}
.support-right-img-box .support-img-item:first-child {
  margin-right: 14px;
}

/* 介绍 */
.intro-box {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 150px;
  box-sizing: border-box;
  background: #F6F6F6;
}

.intro-content {
  position: relative;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 90px 94px;
  box-sizing: border-box;
}
.intro-content > img {
  position: absolute;
  right: 0;
  top: 0;
  /* z-index: -1; */
}
.intro-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 160px;
}
.intro-item:last-child {
  margin-bottom: 0;
}
.intro-text h1 {
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.1em;
  color: #222121;
}
.intro-text p {
  width: 456px;
  font-family: 'Source Han Sans CN';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #222121;
  opacity: 0.6; 
  margin-top: 20px;
  margin-bottom: 50px;
}
.intro-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 60px;
  background: #0586FF;
  border-radius: 100px; 
}
.intro-text a:hover {
  background: #0a7eeb;
}
.intro-text a span {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 157%;
  color: #F3F3F8;
  margin-left: 25px;
}

/* 应用场景 */
.scen-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}
.scen-box h1 {
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  color: #081C33; 
  margin-bottom: 60px;
}
.scen-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scen-content ul  {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 726px;
}
.scen-content ul li {
  width: 592px;
  height: 78px;
  background: #F6F6F6;
  border-radius: 20px;
  font-family: 'Microsoft YaHei';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 78px;
  color: #272727; 
}
.scen-content ul li:hover {
  background: #0586FF;
  box-shadow: 0px 13px 15px 0px rgba(5, 134, 255, .3); 
  color: #FFFFFF;
  user-select: none;
}


/* 评价 */
.assess-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background: #F6F6F6;
}

.assess-content {
  width: 1200px;
  margin: 0 auto;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  background: #FEFDFF;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
}

.assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2D2856;
  margin-bottom: 24px;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 1000px;
  height: 1px;
  background: #EDF0F3;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
	background: #FEFDFF;
  border-radius: 2px 2px 2px 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
}

.left1 {
  left: 79px;
}

.left2 {
  left: 277px;
}

.left3 {
  left: 479px;
}

.left4 {
  left: 680px;
}

.left5 {
  left: 879px;
}

.left6 {
  left: 1078px;
}

.assess-content ul:nth-child(1) li:first-child {
  display: block;
}

.assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}

.assess-content ul:nth-child(2) li img {
  width: 76px;
  height: 76px;
}

.assess-content ul:nth-child(2) li p {
	font-family: 'Microsoft YaHei UI';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-transform: lowercase;
	color: #666473;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
	font-family: 'Microsoft YaHei UI';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #283256;
}