.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1200px;
}

button {
  cursor: pointer;
}

.banner div {
  position: absolute;
}

.banner img {
  width: 100%;
}

.banner .text1 {
  font-size: 72px;
  font-weight: 800;
  text-align: center;
  color: #000000;
}

.banner .text2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #111111;
}

.about {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 510px;
  margin-top: -20px;
  background: #ffffff;
  box-shadow: 0px 10px 19px 5px rgba(190, 190, 190, 0.17);
  border-radius: 10px;
}

.about .left {
  width: 760px;
  height: 510px;
  padding-left: 134px;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/bg.png");
  background-size: auto 100%;
}

.about .left .tit,
.about2 .tit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #111111;
  padding-top: 63px;
  margin-bottom: 50px;
}

.about .left .list p {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 24px;
}

.about .left .list p span {
  display: inline-block;
  margin-right: 11px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #000;
  font-family: Arial;
  font-size: 14px;
  vertical-align: 3px;
}

.about .right {
  flex: 1;
  text-align: center;
}

.about .right .tit {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 5px;
}

.right .hint {
  margin-bottom: 40px;
}

.about .right .select,
.about2 .right .select {
  position: relative;
}

.about .right .select img {
  position: absolute;
  right: 60px;
  top: 30%;
}

.about2 .right .select img {
  position: absolute;
  right: 20px;
  top: 30%;
}

.about .right input,
.about2 .right input,
.select select {
  border: none;
  width: 360px;
  height: 52px;
  background: #f5f6fb;
  border-radius: 6px;
  padding: 0 15px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  color: rgb(107, 107, 107);
}

.about .viewTitle,.about2 .viewTitle {
  margin-bottom: 15px;
  text-align: left;
  padding-left: 40px;
}

.about .viewTitle input[type="checkbox"],.about2 .viewTitle input[type="checkbox"] {
  width: inherit;
  height: inherit;
  margin: 0;
  -webkit-appearance: checkbox;
}

.about .right button,
.about2 .right button {
  width: 360px;
  height: 52px;
  background: #ff6400;
  border-radius: 6px;
  border: none;
  color: white;
  font-size: 14px;
}

.about .right .text,
.about2 .right .text {
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  margin-top: 10px;
}

.pattern {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.pattern .tit {
  margin: 99px 0;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
}

.pattern .mode {
  height: 634px;
  width: 100%;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/circle.png")
  center no-repeat;
  background-size: 634px 634px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}

.pattern .mode img {
  width: 145px;
  height: 145px;
}

.pattern .mode .item {
  margin-bottom: 55px;
  position: relative;
}

.pattern .mode .item:hover div:last-child {
  display: block;
}

.pattern .mode .item:hover div:nth-child(3) {
  display: none;
}

.pattern .mode .info1,
.pattern .mode .info3 {
  position: absolute;
  right: -116px;
  top: 43px;
  display: none;
}

.pattern .mode .info2 {
  position: absolute;
  right: -116px;
  top: 33px;
  display: none;
}

.pattern .mode .info4 {
  position: absolute;
  left: -116px;
  top: 30px;
  display: none;
}

.pattern .mode .info5 {
  position: absolute;
  left: -116px;
  top: 70px;
  display: none;
}

.pattern .mode .info6 {
  position: absolute;
  left: -116px;
  top: 50px;
  display: none;
}

.pattern .mode .info1 p,
.pattern .mode .info2 p,
.pattern .mode .info3 p,
.pattern .mode .info4 p,
.pattern .mode .info5 p,
.pattern .mode .info6 p {
  min-width: 98px;
  padding: 0 10px;
  max-width: 128px;
  height: 21px;
  background: #ff5d15;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  margin-bottom: 13px;
}

.line1 {
  position: absolute;
  width: 210px;
  border-top: 1px solid rgba(255, 93, 21, 1);
  transform: rotate(26deg);
  right: -185px;
  bottom: 2px;
}

.line2 {
  position: absolute;
  width: 150px;
  border-top: 1px solid rgba(255, 93, 21, 1);
  transform: rotate(-1deg);
  right: -140px;
  bottom: 62px;
}

.line3 {
  position: absolute;
  width: 220px;
  border-top: 1px solid rgba(255, 93, 21, 1);
  transform: rotate(-29deg);
  right: -190px;
  bottom: 105px;
}

.line4 {
  position: absolute;
  width: 193px;
  border-top: 1px solid rgba(255, 93, 21, 1);
  transform: rotate(-26deg);
  left: -172px;
  bottom: 17px;
}

.line5 {
  position: absolute;
  width: 150px;
  border-top: 1px solid rgba(255, 93, 21, 1);
  transform: rotate(1deg);
  left: -140px;
  bottom: 62px;
}

.line6 {
  position: absolute;
  width: 220px;
  border-top: 1px solid rgba(255, 93, 21, 1);
  transform: rotate(29deg);
  left: -190px;
  bottom: 105px;
}

.box {
  height: 720px;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/bg2.png")
  center no-repeat;
  background-size: auto 100%;
}

.box > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 179px;
}

.box > div .one {
  width: 273px;
  margin-right: 44px;
  margin-top: 37px;
}

.text1 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #ffffff;
  line-height: 46px;
}

.text2 {
  margin-top: 20px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
}

.box > div .one button {
  width: 200px;
  height: 40px;
  background: #ff6400;
  border-radius: 20px;
  border: none;
  color: white;
  margin-top: 53px;
}

.chunk {
  width: 282px;
  height: 364px;
  background: url(https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/img1.png)
  no-repeat;
  background-size: auto 100%;
  position: relative;
  margin-right: 25px;
}

.chunk2 {
  width: 282px;
  height: 364px;
  background: url(https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/img2.png)
  no-repeat;
  background-size: auto 100%;
  margin-right: 25px;
  position: relative;
}

.chunk3 {
  width: 282px;
  height: 364px;
  background: url(https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/img3.png)
  no-repeat;
  background-size: auto 100%;
  margin-right: 25px;
  position: relative;
}

.chunk p:first-child,
.chunk2 p:first-child,
.chunk3 p:first-child {
  position: absolute;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ff6400;
  top: 24px;
  left: 30px;
}

.chunk p:last-child,
.chunk2 p:last-child,
.chunk3 p:last-child {
  width: 195px;
  background: #ff6400;
  border-radius: 6px;
  position: absolute;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  bottom: 24px;
  right: -10px;
}

.chunk p:last-child {
  padding-left: 9px;
}

.chunk2 p:last-child {
  padding-left: 10px;
}

.chunk3 p:last-child {
  padding-left: 19px;
}

.changeBox {
  width: 1200px;
  margin: 0 auto;
}

.changeBox > p {
  text-align: center;

  font-size: 30px;
  font-weight: bold;
  color: #111111;
  margin: 99px 0;
}

.sixChangeList {
  display: flex;
  justify-content: center;
  height: 601px;
  overflow: hidden;
  color: white;
  text-align: center;
}

.changeBox button {
  width: 434px;
  height: 52px;
  background: #ff6400;
  border-radius: 6px;
  border: none;
  display: block;

  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto 100px auto;
}

.sixChangeList > div {
  width: 200px;
  height: 404px;
  border-radius: 6px;
  position: relative;
}

.sixChangeList > div p {
  position: absolute;
  width: 162px;
  height: 54px;
  line-height: 54px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 1px rgba(199, 199, 199, 0.2);
  border-radius: 4px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #1e1e1e;
  bottom: -27px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.sixChangeList > div:nth-child(1) {
  /* margin-top: -100px; */
  /* margin-top: -70px; */

  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/item1.png")
  no-repeat;
  background-size: 204px 406px;
  background-position: -1px -1px;
}

.sixChangeList > div:nth-child(2) {
  margin-top: 70px;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/item2.png")
  no-repeat;
  background-size: 204px 406px;
  background-position: -1px -1px;
}

.sixChangeList > div:nth-child(3) {
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/item3.png")
  no-repeat;
  background-size: 204px 406px;
  background-position: -1px -1px;
}

.sixChangeList > div:nth-child(4) {
  margin-top: 70px;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/item4.png")
  no-repeat;
  background-size: 204px 406px;
  background-position: -1px -1px;
}

.sixChangeList > div:nth-child(5) {
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/item5.png")
  no-repeat;
  background-size: 204px 406px;
  background-position: -1px -1px;
}

.sixChangeList > div:nth-child(6) {
  margin-top: 70px;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/item6.png")
  no-repeat;
  background-size: 204px 406px;
  background-position: -1px -1px;
}

.dataCon {
  width: 100%;
  padding-bottom: 100px;
  background: #f5f6fb;
}

.data {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.data .tit {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
  padding-top: 100px;
  padding-bottom: 70px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex > div > img {
  width: 20px;
}

.flex > div > p:first-child {
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
}

.flex > div > p:last-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}

.dataImg {
  width: 100%;
  margin-top: 50px;
}

.dataImg img {
  width: 100%;
}

.dataFlex {
  display: flex;
  flex: 1;
  height: 278px;
  justify-content: space-between;
  margin-top: 70px;
}

.dataFlexLeft {
  width: 588px;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/ai.png")
  no-repeat;
  background-size: auto 100%;
}

.dataFlexRight {
  width: 588px;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/vr.png")
  no-repeat;
  background-size: auto 100%;
}

.data button {
  width: 434px;
  height: 52px;
  background: #ff6400;
  border-radius: 6px;
  border: none;
  margin-top: 79px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.timeLimit {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.timeLimit button {
  width: 434px;
  height: 52px;
  background: #ff6400;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.timeLimit p {
  margin: 16px 0 90px 0;
  /* color: $text1-3; */
  line-height: 1;
  text-align: center;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
}

.timeLimitList {
  display: flex;
  margin-bottom: 60px;
}

.timeLimitList .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
}

.timeLimitList .left > div {
  position: relative;
  width: 466px;
  height: 86px;
  cursor: pointer;
  font-size: 16px;
  line-height: 86px;
  background: #f5f6fb;
  text-align: center;
}

.timeLimitList .left > div::after {
  position: absolute;
  top: 13px;
  right: -30px;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  opacity: 0;
  content: "";
}

.timeLimitList .right {
  flex: 1;
  height: 400px;
}

.timeLimitList .right img {
  width: 100%;
  height: 100%;
}

.timeLimitList > .left > .active {
  color: #ffffff;
  background-color: rgba(255, 100, 0, 1);
}

.timeLimitList > .left > .active::after {
  background-color: rgba(255, 100, 0, 1);
  /* & { */
  opacity: 1;
  /* } */
}

.about2 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.about2 > p {
  text-align: center;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
  margin-bottom: 60px;
  margin-top: 80px;
}

.about2 .card {
  margin: 0 auto;
  width: 1200px;
  height: 580px;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-pc/zxxty/bg3.png")
  no-repeat;
  background-size: auto 100%;
  display: flex;
  padding: 99px 117px;
  justify-content: space-between;
}

.about2 .card .left {
  /* border: 1px solid; */
  width: 476px;
}

.about2 .card .left .box2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  margin-top: 20px;
}

.about2 .card .left .box2 div {
  width: 149px;
  height: 42px;
  line-height: 42px;
  background: #ff6400;
  box-shadow: 0px 3px 7px 0px rgba(190, 190, 190, 0.29);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.about2 .card .left .textCon {
  margin-top: 40px;
}

.about2 .card .left .textCon .t {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.about2 .card .left .textCon .t div:first-child {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #111111;
  line-height: 23px;
}

.about2 .card .left .textCon .t div:last-child {
  font-size: 16px;
  color: #111111;
  line-height: 23px;
}

.about2 .card .right .tit {
  padding: 0;
  margin: 0 !important;
}

.about2 .card .right select,
.about2 .card .right input {
  background: white;
}

swiperCon {
  width: 100%;
  height: 939px;
  background: rgba(245, 246, 251, 1);
}

.swiperCon > p {
  padding: 99px 0;
  text-align: center;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
}

.swiperCon .swiperBox {
  height: 614px;
  overflow: hidden;
}
.swiper {
  width: 488px;
  height: 762px;
  margin: -148px auto 0 !important;
}
.swiperCon .swiper-slide {
  width: 428px;
  height: 118px !important;
  background: white;
  border-radius: 4px;
  padding: 22px 70px 0 0;
  text-align: right;
}

.swiperCon .swiper-slide p:first-child {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.swiperCon .swiper-slide-active p:first-child {
  color: #ff6400;
}

.swiperCon .swiper-slide p {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  /* line-height: 11px; */
}

.swiper-scrollbar {
  top: 148px !important;
  width: 2px !important;
  height: 614px !important;
}

.swiper-scrollbar-drag {
  background: rgba(255, 100, 0, 1) !important;
}

.swiperBox {
  display: flex;
  width: 1200px;
  margin: 0 auto;

  justify-content: space-between;
}

.swiperImg {
  width: 672px;
  height: 614px;
}

.swiperImg img {
  width: 100%;
  height: 100%;
}

.funList {
  width: 100%;
  height: 376px;
}

.funList .tit {
  padding-top: 55px;
  padding-bottom: 55px;
  color: #020202;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.funList > div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 33px;
  overflow: hidden;
}

.funList .funListCon {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.funList .funListCon > div {
  text-align: center;
  cursor: pointer;
}

.funList .funListCon > div p {
  margin-top: 10px;
}

.dataFlex .dataFlexLeft,
.dataFlex .dataFlexRight {
  padding: 0 52px;
  text-align: right;
}

.dataFlex .dataFlexLeft > div {
  text-align: right;
  margin-top: 88px;
}

.dataFlex .dataFlexRight > div {
  text-align: left;
  margin-top: 88px;
}

.dataFlex .dataFlexLeft > div > div,
.dataFlex .dataFlexRight > div > div {
  width: 239px;
  display: inline-block;
  height: 43px;
  margin-bottom: 12px;
  background: #ff6400;
  border-radius: 22px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  line-height: 43px;
}

.dataFlex .dataFlexLeft p,
.dataFlex .dataFlexRight p {
  padding: 0 9px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #111111;
  line-height: 31px;
}

.hbsMain .hbsMainTabTitle {
  width: 1200px;
  height: 56px;
  margin-top: 66px;
  margin-bottom: 85px;
}

.hbstangtu8 {
  width: 1200px;
  margin-top: 59px;
  margin-bottom: 100px;
}

.jiejia8:hover {
  cursor: pointer;
}

.jiejia8:nth-child(1) > img {
  width: 55px;
  height: 70px;
}

.jiejia8:nth-child(2) > img {
  width: 61px;
  height: 69px;
}

.jiejia8:nth-child(3) > img {
  width: 78px;
  height: 68px;
}

.jiejia8:nth-child(4) > img {
  width: 83px;
  height: 70px;
}

.jiejia8:nth-child(5) > img {
  width: 66px;
  height: 70px;
}

.jiejia8:nth-child(6) > img {
  width: 54px;
  height: 71px;
}

.jiejia8:nth-child(7) > img {
  width: 81px;
  height: 66px;
}

.jiejia8:nth-child(8) > img {
  width: 62px;
  height: 69px;
}

.jiejia8 .tilasimg8 {
  margin-top: 32px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #111111;
}

.jiejia8:hover .tilasimg8 {
  cursor: pointer;
  color: #f08c51;
}

#hbsvideo {
  pointer-events: auto;
}

.hbsMainTabTitle .hbsTabItem {
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.hbsMainTabTitle .hbsTabItem .hbsTabItem1 {
  display: inline-block;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
}

.hbsMainTabTitle .hbsTabItem .hbsTabItem2 {
  display: inline-block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}

.hbsMainTabTitle .hbsTabItem:last-child {
  border: none;
}

.hbsMain .hbsMainTitle {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #111111;
  margin-top: 100px;
}

.hbsMainTitle > p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #484848;
  margin-top: 19px;
}

.bhsMainWrap .backon1 {
  background: #f5f6fb;
}

.hbsMain .hbsMain2 {
  width: 1200px;
  margin-top: 69px;
  margin-bottom: 96px;
}

.hbsMainItem2 {
  width: 381px;
}

.hbsMainItem2 > img {
  width: 100%;
}

.hbsMainTile2 {
  margin-top: 30px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #010101;
}

.hbsMainlitter2 {
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #010101;
  margin-top: 13px;
}

.hbsMainItem3 {
  width: 1200px;
  margin-top: 60px;
}
