body {
  background-color: #f7f7f7;
}
.font-gradation {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bc {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.border-g {
  border: 1px solid transparent !important;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
}
.border-g-white {
  border: 1px solid #fff !important;
  background-clip: inherit;
  background-origin: inherit;
  background-image: none;
}
.font-gradation-white {
  color: #fff;
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.bg-white {
  background-color: #fff;
  padding: 1px 0;
}
.inner-banner {
  width: 100%;
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .box {
  width: 79.166%;
  position: absolute;
  top: 6vw;
  left: 10.416%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-banner .box .left .title {
  font-size: 80px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.inner-banner .box .left .p {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin-top: 26px;
  display: inline-block;
  padding: 4px 20px;
}
.inner-banner .box .right {
  width: 45%;
}
.inner-banner .box .right img {
  width: 100%;
}
.content {
  width: 100%;
  position: relative;
}
.content .map {
  position: absolute;
  top: 36px;
  left: 10.416%;
  font-size: 20px;
  line-height: 1.5;
  color: #6e6e73;
  z-index: 5;
}
.content .map a {
  color: #6e6e73;
}
.content .map a:hover {
  color: #242424;
}
.content .introduce {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  padding-top: 130px;
}
.content .introduce .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .introduce .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .introduce .box {
  position: relative;
  z-index: 2;
  width: 79.166%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .introduce .box .left {
  width: 793px;
}
.content .introduce .box .left .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  color: #181818;
}
.content .introduce .box .left .p {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  margin-top: 36px;
}
.content .introduce .box .left .name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #181818;
  margin-top: 128px;
}
.content .introduce .box .left .text {
  font-size: 28px;
  line-height: 1.5;
  color: #000A66;
  margin-top: 27px;
}
.content .introduce .box .right {
  width: 622px;
}
.content .introduce .box .right img {
  width: 100%;
}
.content .feature {
  width: 79.166%;
  margin: 0 auto;
}
.content .feature .box {
  width: 100%;
}
.content .feature .box .list {
  width: 90%;
  margin: 0 auto;
}
.content .feature .box .list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.content .feature .box .list .item::before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
  margin-bottom: 80px;
}
.content .feature .box .list .item sup {
  line-height: 0;
}
.content .feature .box .list .item h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.content .feature .box .list .item ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #A5A5A5;
}
.content .feature .box .list .item ul:nth-last-child(2) {
  border: none;
}
.content .feature .box .list .item ul li {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
}
.content .feature .box .list .item ul li::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}
.content .feature .box .list .item ul li.newH2 {
  width: 100%;
}
.content .feature .box .list .item ul li.newH2::after {
  content: '';
  display: none;
}
.content .specification {
  width: 79.166%;
  margin: 0 auto;
}
.content .specification table {
  width: 100%;
}
.content .specification table tr {
  display: flex;
  background-color: #fff;
}
.content .specification table tr:nth-child(2n) {
  background-color: #E6E6E6;
}
.content .specification table tr td {
  padding: 15px 0;
}
.content .specification table tr td:first-child {
  width: calc(27.631% - 86px);
  padding-left: 86px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #181818;
}
.content .specification table tr td:last-child {
  width: calc(72.369% - 86px);
  padding-left: 86px;
  font-size: 20px;
  line-height: 1.5;
  color: #181818;
}
.content .specification .hint {
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  color: #6e6e73;
  margin-top: 22px;
}
.content .downFile {
  width: 79.166%;
  margin: 0 auto;
  border-radius: 8px;
  padding-bottom: 100px;
}
.content .downFile .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .downFile .top .logo {
  width: 144px;
  height: 34px;
}
.content .downFile .top .logo img {
  width: 100%;
}
.content .downFile .top .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  transition: 1s;
  position: relative;
  z-index: 2;
}
.content .downFile .top .button a {
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}
.content .downFile .top .button a span {
  margin-left: 10px;
  font-size: 18px;
  transition: 0.5s;
}
.content .downFile .top .button:hover a span {
  margin-left: 20px;
}
.content .downFile .list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .downFile .list .item {
  display: flex;
  align-items: center;
  position: relative;
  width: 32%;
  padding: 40px 20px;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  border-radius: 12px;
}
.content .downFile .list .item .icon {
  width: 69px;
  height: 84px;
  position: relative;
  margin-right: 21px;
  flex-shrink: 0;
}
.content .downFile .list .item .icon img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .downFile .list .item .icon img:first-child {
  opacity: 0;
}
.content .downFile .list .item .text .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.content .downFile .list .item .text .time {
  font-size: 20px;
  line-height: 1.5;
  color: #999999;
  margin-top: 13px;
}
.content .downFile .list .item:hover {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.content .downFile .list .item:hover .icon img:first-child {
  opacity: 1;
}
.content .downFile .list .item:hover .icon img:last-child {
  opacity: 0;
}
.content .downFile .list .item:hover .text .title,
.content .downFile .list .item:hover .text .time {
  color: #fff;
}
.content .downFile .list .item.exe .icon {
  width: 61px;
  height: 84px;
}
.content .product-title {
  width: 100%;
  font-weight: bold;
  font-size: 48px;
  color: #181818;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 162px;
  margin-bottom: 69px;
}
.content .product-title::before {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  top: 21px;
  left: calc(50% - 190px);
}
.content .product-title::after {
  content: "";
  width: 52px;
  height: 5px;
  background-color: #181818;
  position: absolute;
  top: 21px;
  right: calc(50% - 190px);
}
.content .product-list {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.content .product-list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .product-list .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .product-list .box {
  width: 89.583%;
  margin-left: 10.417%;
  position: relative;
}
.content .product-list .box .swiper1 {
  width: 100%;
}
.content .product-list .box .swiper1 .swiper-slide {
  width: 490px;
  background-color: #ffffff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #c6c6c6;
}
.content .product-list .box .swiper1 .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .product-list .box .swiper1 .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .product-list .box .swiper1 .swiper-slide .img {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 12px;
  margin-bottom: 20px;
}
.content .product-list .box .swiper1 .swiper-slide .img img {
  width: 100%;
}
.content .product-list .box .swiper1 .swiper-slide .text {
  margin: 0 45px;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.content .product-list .box .swiper1 .swiper-slide .text .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #1d1d1f;
  height: 72px;
}
.content .product-list .box .swiper1 .swiper-slide .text .name {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #1d1d1f;
  margin-top: 26px;
  height: 40px;
}
.content .product-list .box .swiper1 .swiper-slide .text .label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.content .product-list .box .swiper1 .swiper-slide .text .label .item {
  height: 26px;
  border: 1px solid transparent !important;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  padding: 0 13px;
  font-size: 14px;
  line-height: 26px;
  color: #181818;
  margin-right: 17px;
  margin-top: 14px;
}
.content .product-list .box .swiper1 .swiper-slide .text .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  margin-top: 48px;
  transition: 1s;
  position: relative;
  z-index: 2;
}
.content .product-list .box .swiper1 .swiper-slide .text .button a {
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}
.content .product-list .box .swiper1 .swiper-slide .text .button a span {
  margin-left: 10px;
  font-size: 18px;
  transition: 0.5s;
}
.content .product-list .box .swiper1 .swiper-slide .text .button:hover a span {
  margin-left: 20px;
}
.content .product-list .bottom {
  width: 79.166%;
  height: 26px;
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
  padding-bottom: 50px;
}
.content .product-list .bottom .swiper-pagination {
  width: calc(100% - 130px);
  height: 2px;
  background-color: #999999;
  top: 12px;
}
.content .product-list .bottom .swiper-pagination .swiper-pagination-progressbar-fill {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.content .product-list .bottom .swiper-button-next1,
.content .product-list .bottom .swiper-button-prev1 {
  position: absolute;
  top: 0;
  width: 16px;
  height: 26px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  position: 0.5s;
}
.content .product-list .bottom .swiper-button-next1::after,
.content .product-list .bottom .swiper-button-prev1::after {
  font-weight: bold;
  font-size: 26px;
}
.content .product-list .bottom .swiper-button-next1:hover,
.content .product-list .bottom .swiper-button-prev1:hover {
  color: #000A66;
}
.content .product-list .bottom .swiper-button-next1 {
  left: auto;
  right: 0;
}
.content .product-list .bottom .swiper-button-prev1 {
  left: auto;
  right: 85px;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0;
    box-sizing: border-box;
  }
  .content .map {
    font-size: 16px;
    left: 15px;
    position: relative;
  }
  .content .introduce {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .content .feature {
    width: 100%;
  }
  .inner-banner {
    width: 100%;
    height: 74vw;
    position: relative;
  }
  .inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-banner .box {
    width: 90%;
    position: absolute;
    top: 5vw;
    left: 5%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
  }
  .inner-banner .box .right {
    width: 56%;
  }
  .inner-banner .box .left .title {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .inner-banner .box .left .p {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-top: 20px;
    text-align: center;
  }
  .content .introduce .box {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .content .introduce .box .left {
    width: 100%;
  }
  .content .introduce .box .right {
    width: 60%;
  }
  .content .introduce .box .left .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    color: #181818;
  }
  .content .introduce .box .left .p {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-top: 30px;
  }
  .content .introduce .box .left .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #181818;
    margin-top: 50px;
  }
  .content .introduce .box .left .text {
    font-size: 20px;
    line-height: 1.5;
    color: #000A66;
    margin-top: 24px;
  }
  .content .feature .box .list .item h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .content .feature .box .list .item ul li {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    position: relative;
    margin-bottom: 16px;
    padding-left: 10px;
  }
  .content .feature .box .list .item ul li::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .content .specification {
    width: 90%;
  }
  .content .specification table tr td:first-child {
    width: calc(40% - 20px);
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #181818;
  }
  .content .specification table tr td:last-child {
    width: calc(60% - 20px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #181818;
  }
  .content .downFile .top .logo {
    display: none;
  }
  .content .downFile .top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .content .downFile .list {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .downFile {
    width: 90%;
    margin: 0 auto;
    height: auto;
    border-radius: 8px;
    margin-top: 0px;
    padding-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .content .downFile .top .button {
    width: 120px;
    height: 40px;
    border-radius: 12px;
    transition: 1s;
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  .content .downFile .list .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .content .specification table {
    width: 100%;
    margin-top: 30px;
  }
  .content .map {
    position: absolute;
    top: 26px;
    left: 5%;
    font-size: 16px;
    line-height: 1.5;
    color: #6e6e73;
    z-index: 2;
    width: 90%;
  }
  .content .product-title {
    font-weight: bold;
    font-size: 26px;
    color: #181818;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .content .product-title:before {
    display: none;
  }
  .content .product-title:after {
    display: none;
  }
  .content .product-list {
    height: auto;
    padding-bottom: 0;
  }
  .content .product-list .box {
    width: 95%;
    margin-left: 5%;
    position: relative;
  }
  .content .product-list .box .swiper1 {
    width: 100%;
  }
  .content .product-list .box .swiper1 .swiper-slide {
    width: 320px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    overflow: hidden;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #1d1d1f;
    height: 44px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #1d1d1f;
    margin-top: 9px;
    height: 32px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .label .item {
    height: 26px;
    border-radius: 13px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 26px;
    margin-right: 2px;
    text-wrap: nowrap;
    margin-top: 15px;
  }
  .content .product-list .box .swiper1 .swiper-slide .text .button {
    width: 120px;
    height: 40px;
    border-radius: 12px;
    border: solid 1px #3e9ed4;
    margin-top: 30px;
    transition: 1s;
    position: relative;
    z-index: 2;
  }
  .content .product-list .bottom {
    width: 90%;
    height: 26px;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    padding-bottom: 40px;
  }
  .content .downFile .list .item .icon {
    width: 45px;
    height: 55px;
    position: relative;
    margin-right: 21px;
    flex-shrink: 0;
  }
  .content .product-list .box .swiper1 .swiper-slide .text {
    margin: 0 20px;
  }
}
