@charset "utf-8";
/* CSS Document */
* {
  font-family: "微软雅黑";
  font-weight: normal;
}
body {
  margin: 0;
  padding: 0;
}
ul,
li,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul,
li,
dd,
dl {
  list-style: none;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
input {
  border: none;
}
textarea {
  border: none;
  resize: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@keyframes showentext {
  from {
    width: 0;
  }
  to {
    width: 934px;
  }
}
@keyframes showentextPhone {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.banner-box {
  width: 100%;
  height: 880px;
  background: url('https://homepage-1307430144.cos.ap-nanjing.myqcloud.com/website/images/pic_01.jpg') no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .banner-text {
  position: relative;
}
.banner-box .en-text {
  overflow: hidden;
  width: 950px;
  animation: showentext 1.5s;
}
.banner-box .en-text img {
  width: 934px;
}
.banner-box .cool-text {
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -280px;
}
.banner-box .cool-text img {
  width: 562px;
}
@media (max-width: 1024px) {
  .banner-box {
    height: 316px;
  }
  .banner-box .en-text {
    animation: showentextPhone 1.5s;
    width: 100%;
  }
  .banner-box .en-text img {
    width: 308px;
  }
  .banner-box .cool-text {
    margin-left: -90px;
    top: -45px;
  }
  .banner-box .cool-text img {
    width: 180px;
  }
  @keyframes showentext {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
}
.product-ul {
  overflow: hidden;
}
.product-ul .product-item {
  width: 33.3%;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-ul .product-item > img {
  width: 100%;
}
.product-ul .product-item:hover .wrap img {
  transform: scale(0.8);
}
.product-ul .product-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-ul .product-item .wrap img {
  max-width: 100%;
  width: 308px;
  transition: all 0.5s ease;
}
.product-ul .product-item .wrap .text {
  font-size: 24px;
  color: #fff;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  margin-top: 35px;
  height: 0;
  overflow: hidden;
}
.product-ul .product-item .wrap .text p {
  color: #fff;
}
.product-ul .product-item .wrap .text .line {
  width: 80px;
  height: 8px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 1360px) and (max-width: 1680px) {
  .product-ul .product-item .wrap .text {
    margin-top: 0;
    font-size: 18px;
  }
  .product-ul .product-item .wrap .text .line {
    height: 4px;
    margin-bottom: 16px;
  }
}
@keyframes amplify {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@media (max-width: 1024px) {
  .product-ul .product-item {
    width: 100%;
    float: none;
  }
  .product-ul .product-item > img.amplify {
    animation-name: amplify;
  }
  .product-ul .product-item .wrap img {
    width: 150px;
  }
  .product-ul .product-item .wrap .text {
    width: 100%;
    font-size: 14px;
    padding: 0 50px;
    height: auto;
    margin-top: 20px;
  }
  .product-ul .product-item .wrap .text .line {
    margin-bottom: 20px;
    height: 4px;
    width: 50px;
  }
}
.app-banner .app-item {
  height: 970px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 7.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-banner .app-item h1 {
  font-size: 72px;
  color: #000;
  margin-bottom: 45px;
  font-weight: bold;
}
.app-banner .app-item p {
  font-size: 34px;
  color: #000;
  width: 830px;
  height: 234px;
  margin-bottom: 20px;
}
.app-banner .app-item .ercode {
  width: 122px;
}
.app-banner .app-item.swiper-slide-active h1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.app-banner .app-item.swiper-slide-active p {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 0.6s;
}
.app-banner .app-item.swiper-slide-active .ercode {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 1.2s;
}
.app-banner .diy-progress {
  width: fit-content;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  left: 150px;
  top: inherit;
  bottom: 80px;
  overflow: hidden;
  font-size: 0;
}
.app-banner .diy-progress .swiper-pagination-bullet {
  margin: 0;
  width: 40px;
  border-radius: 8px;
  height: 8px;
  background-color: transparent;
}
.app-banner .diy-progress .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}
@media (min-width: 1360px) and (max-width: 1680px) {
  .app-banner .app-item h1 {
    font-size: 58px;
  }
  .app-banner .app-item p {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .app-banner .app-item {
    height: 260px;
    padding-left: 26px;
  }
  .app-banner .app-item h1 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .app-banner .app-item p {
    font-size: 13px;
    width: 200px;
    height: auto;
  }
  .app-banner .app-item .ercode {
    width: 48px;
  }
  .app-banner .diy-progress {
    height: 4px;
    left: inherit;
    right: 36px;
    bottom: 30px;
  }
  .app-banner .diy-progress .swiper-pagination-bullet {
    width: 10px;
    border-radius: 4px;
    height: 4px;
  }
}
.smart-wrap {
  background-color: #222222;
  overflow: hidden;
  padding: 8.3% 7.3%;
  border-bottom: solid 1px #979797;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.smart-wrap .smart-left {
  width: 67%;
}
.smart-wrap .smart-left h1 {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  position: relative;
}
.smart-wrap .smart-left h1::before {
  content: "";
  width: 150px;
  height: 12px;
  background-color: #fff;
  left: 0;
  position: absolute;
  bottom: -34px;
}
.smart-wrap .smart-left p {
  font-size: 34px;
  color: #fff;
  width: 82%;
  margin-top: 88px;
}
.smart-wrap .smart-left .link-box {
  width: 85%;
  font-size: 0;
  margin: 0 -28px;
  margin-top: 80px;
}
.smart-wrap .smart-left .link-box li {
  width: 290px;
  height: 82px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  font-size: 32px;
  border-radius: 82px;
  display: inline-block;
  line-height: 72px;
  margin: 22px 28px;
  cursor: pointer;
}
.smart-wrap .smart-right {
  width: 33%;
  height: 720px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://homepage-1307430144.cos.ap-nanjing.myqcloud.com/website/images/pic_11.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.smart-wrap .smart-right img {
  max-width: 90%;
}
@media (min-width: 1360px) and (max-width: 1680px) {
  .smart-wrap .smart-left h1 {
    font-size: 58px;
  }
  .smart-wrap .smart-left p {
    font-size: 26px;
  }
  .smart-wrap .smart-left .link-box li {
    border: solid 2px #fff;
    height: 72px;
    line-height: 68px;
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .smart-wrap {
    padding: 50px 0 40px 26px;
  }
  .smart-wrap .smart-left {
    width: calc(100% - 150px);
    padding-right: 16px;
  }
  .smart-wrap .smart-left h1 {
    font-size: 20px;
  }
  .smart-wrap .smart-left h1::before {
    width: 30px;
    height: 2px;
    bottom: -14px;
  }
  .smart-wrap .smart-left p {
    font-size: 13px;
    width: auto;
    margin-top: 30px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
  }
  .smart-wrap .smart-left .link-box {
    width: auto;
    margin-top: 10px;
    padding: 0 20px;
  }
  .smart-wrap .smart-left .link-box li {
    width: 86px;
    height: 22px;
    border: solid 1px #fff;
    line-height: 20px;
    font-size: 13px;
    margin: 7px;
  }
  .smart-wrap .smart-right {
    width: 150px;
    height: 206px;
  }
  .smart-wrap .smart-right img {
    width: 76px;
  }
}
.supip-wrap {
  background-color: #222222;
  padding: 0 7%;
  padding-top: 160px;
  padding-bottom: 100px;
  border-bottom: solid 1px #979797;
}
.supip-wrap .top {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
.supip-wrap .top h1 {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
}
.supip-wrap .top p {
  font-size: 34px;
  color: #fff;
  margin-top: 45px;
}
.supip-wrap .cool-ul {
  overflow: hidden;
  margin: 0 -30px;
  margin-top: 165px;
}
.supip-wrap .cool-ul li {
  width: 25%;
  float: left;
  padding: 0 25px;
  text-align: center;
}
.supip-wrap .cool-ul li img {
  width: 210px;
}
.supip-wrap .cool-ul li h1 {
  color: #fff;
  font-size: 34px;
  margin-top: 60px;
  margin-bottom: 18px;
}
.supip-wrap .cool-ul li p {
  color: #fff;
  font-size: 26px;
}
@media (min-width: 1360px) and (max-width: 1680px) {
  .supip-wrap .top h1 {
    font-size: 58px;
  }
  .supip-wrap .top p {
    font-size: 26px;
  }
  .supip-wrap .cool-ul li h1 {
    font-size: 30px;
  }
  .supip-wrap .cool-ul li p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .supip-wrap {
    padding: 40px 34px;
    padding-bottom: 0;
  }
  .supip-wrap .top {
    width: 90%;
  }
  .supip-wrap .top h1 {
    font-size: 18px;
  }
  .supip-wrap .top p {
    font-size: 13px;
  }
  .supip-wrap .cool-ul {
    margin-top: 30px;
  }
  .supip-wrap .cool-ul li {
    width: 50%;
    margin-bottom: 40px;
  }
  .supip-wrap .cool-ul li img {
    width: 90px;
  }
  .supip-wrap .cool-ul li h1 {
    font-size: 16px;
    margin-top: 18px;
  }
  .supip-wrap .cool-ul li p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
  }
}
.partner-wrap {
  background-color: #222222;
  padding-bottom: 180px;
}
.partner-wrap .item-box {
  padding-top: 180px;
}
.partner-wrap h1 {
  font-size: 80px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.partner-wrap .partner-ul {
  overflow: hidden;
  padding: 0 5.2%;
  margin-top: 115px;
}
.partner-wrap .partner-ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.partner-wrap .partner-ul li img {
  max-width: 100%;
  width: 80%;
}
.partner-wrap .prize-ul {
  padding: 0 5.2%;
  margin-top: 80px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.partner-wrap .prize-ul li {
  padding: 22px 32px;
  border-bottom: solid 1px #fff;
  font-size: 0;
  width: 33.3%;
  float: left;
  display: flex;
}
.partner-wrap .prize-ul li div {
  font-size: 22px;
  color: #fff;
}
@media (min-width: 1360px) and (max-width: 1680px) {
  .partner-wrap h1 {
    font-size: 58px;
  }
}
@media (max-width: 1024px) {
  .partner-wrap {
    padding: 40px 20px;
  }
  .partner-wrap .item-box {
    padding-top: 0;
  }
  .partner-wrap h1 {
    font-size: 20px;
  }
  .partner-wrap .partner-ul {
    margin-top: 0;
    padding: 0;
    margin-bottom: 76px;
  }
  .partner-wrap .partner-ul li {
    width: 33.3%;
    margin-top: 40px;
  }
  .partner-wrap .partner-ul li img {
    width: 90%;
  }
  .partner-wrap .prize-ul {
    padding: 0;
    margin-top: 20px;
  }
  .partner-wrap .prize-ul li {
    width: 50%;
    padding: 12px 10px;
    display: flex;
  }
  .partner-wrap .prize-ul li div {
    width: auto;
    font-size: 13px;
  }
}
.slon-wrap {
  background: url('https://homepage-1307430144.cos.ap-nanjing.myqcloud.com/website/images//pic_20.png') no-repeat;
  background-size: cover;
  background-position: center;
  height: 586px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slon-wrap img {
  width: 444px;
}
@media (max-width: 1024px) {
  .slon-wrap {
    height: 206px;
  }
  .slon-wrap img {
    width: 155px;
  }
}
.footer-wrap {
  background-color: #222222;
  padding-top: 140px;
}
.footer-wrap .footer {
  overflow: hidden;
  padding-bottom: 120px;
}
.footer-wrap .left {
  padding-left: 8%;
  width: 50%;
  float: left;
  position: relative;
  padding-right: 10px;
}
.footer-wrap .left::after {
  content: "";
  width: 1px;
  height: 410px;
  background-color: rgba(255, 255, 255, 0.26);
  position: absolute;
  right: 0;
  top: 0;
}
.footer-wrap .left h1 {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}
.footer-wrap .left p {
  font-size: 40px;
  color: #fff;
  margin-top: 30px;
}
.footer-wrap .left .join-us {
  border-radius: 72px;
  background-color: #fff;
  color: #222;
  padding: 20px 40px;
  width: fit-content;
  font-size: 24px;
  margin-top: 70px;
  font-weight: bold;
  word-break: break-all;
}
.footer-wrap .right {
  width: 50%;
  float: right;
  overflow: hidden;
  padding-left: 6%;
}
.footer-wrap .right .item {
  width: 50%;
  float: left;
  padding-right: 4%;
  padding-bottom: 30px;
}
.footer-wrap .right .item h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
}
.footer-wrap .right .item p {
  font-size: 32px;
  color: #666;
  word-break: break-all;
}
.footer-wrap .bottom {
  font-size: 30px;
  color: #fff;
  line-height: 130px;
  text-align: center;
  border-top: solid 1px #979797;
}
@media (min-width: 1360px) and (max-width: 1680px) {
  .footer-wrap .left h1 {
    font-size: 58px;
  }
  .footer-wrap .left p {
    font-size: 30px;
  }
  .footer-wrap .right .item h1 {
    font-size: 28px;
  }
  .footer-wrap .right .item p {
    font-size: 26px;
  }
  .footer-wrap .bottom {
    font-size: 22px;
    line-height: 80px;
  }
}
@media (max-width: 1024px) {
  .footer-wrap {
    padding-top: 60px;
  }
  .footer-wrap .footer {
    padding-bottom: 40px;
  }
  .footer-wrap .left {
    width: 100%;
    float: none;
    padding-left: 40px;
  }
  .footer-wrap .left::after {
    background-color: transparent;
  }
  .footer-wrap .left h1 {
    font-size: 20px;
  }
  .footer-wrap .left p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
  }
  .footer-wrap .left .join-us {
    font-size: 13px;
    line-height: 30px;
    padding: 0 14px;
    margin-top: 16px;
  }
  .footer-wrap .right {
    width: 100%;
    float: none;
    padding-left: 40px;
    margin: 0 -15px;
    margin-top: 35px;
  }
  .footer-wrap .right .item {
    width: 33.3%;
    padding: 0 15px;
  }
  .footer-wrap .right .item h1 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .footer-wrap .right .item p {
    font-size: 13px;
  }
  .footer-wrap .right .item:last-child {
    display: none;
  }
  .footer-wrap .bottom {
    font-size: 13px;
    line-height: 1.8;
    padding: 12px 0;
    border-color: transparent;
  }
}
