:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: #ffffffde;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}
body {
  margin: 0;
  display: flex;
  place-items: center;
}
h1 {
  font-size: 3.2em;
  line-height: 1.1;
}
button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
@font-face {
  font-family: iconfont;
  src: url(./iconfont.e133ad51.woff2?t=1744881228016) format("woff2"),
    url(./iconfont.b139797d.woff?t=1744881228016) format("woff"),
    url(./iconfont.815a4ceb.ttf?t=1744881228016) format("truetype");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e615";
}
.icon-iOS:before {
  content: "\e631";
}
.icon-gold:before {
  content: "\e7df";
}
.icon-a-dianjikaishiETtiaozhan-ETbaomingchushi--dingdanyeshangchuanpingzhengxiangguandanchuangbeifen2:before {
  content: "\e6aa";
}
.icon-a-dianjikaishiETtiaozhan-ETbaomingchushi--dingdanyeshangchuanpingzhengxiangguandanchuangbeifen:before {
  content: "\e6ab";
}
.icon-return:before {
  content: "\e6ba";
}
.icon-xiangpica:before {
  content: "\e6ed";
}
.icon-a-laoying21x:before {
  content: "\e6a9";
}
.icon-a-laoying11x:before {
  content: "\e6a8";
}
.icon-xiazai:before {
  content: "\e632";
}
.icon-fenxiang:before {
  content: "\e8b0";
}
.icon-bell:before {
  content: "\e862";
}
.icon-paihangbang:before {
  content: "\e68f";
}
.icon-wj-zs:before {
  content: "\e72b";
}
.icon-xian-buguize-see:before {
  content: "\e765";
}
.icon-windows-fill:before {
  content: "\e882";
}
.icon-PC:before {
  content: "\e6d5";
}
.icon-anzhuo:before {
  content: "\e630";
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  padding: 0;
  margin: 0;
  background-color: #040301;
}
.main-div {
  background-image: url(./bg1.d78afe5d.png);
  height: 996px;
  width: 100%;
  background-size: 100% 100%;
}
.other-div {
  background-color: #2e2e2e;
  background-image: none;
}
.main-div .top-menu {
  position: relative;
  height: 78px;
  display: flex;
}
.main-div .top-menu img {
  width: 166px;
  height: 40px;
  margin-left: 4.5%;
  margin-top: 19px;
}
.main-div .top-menu .top-list {
  color: #fff;
  width: 100%;
  margin: auto;
}
.main-div .top-menu .top-list ul {
  display: flex;
}
.main-div .top-menu .top-list ul li {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  cursor: pointer;
}
.main-div .top-menu .top-list ul .tab-on {
  color: #e2b24c;
}
.main-div .top-menu .top-list ul .language-select {
  background: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  width: 100px;
  outline: "none";
  box-shadow: "0 0 0 2px rgba(0, 123, 255, 0.25)";
}
.main-div .top-menu .top-list ul .language-select:focus {
  outline: none;
  box-shadow: 0 0;
}
.main-div .top-menu .top-list ul .language-select .language-option {
  background-color: #000;
}
.main-div .top-span {
  text-align: center;
  margin-top: 109px;
}
.main-div .top-span .fist-span {
  font-size: 64px;
  font-weight: 700;
  background: -webkit-linear-gradient(45deg, #fed97e, #feb95d);
  background: linear-gradient(45deg, #fed97e, #feb95d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 1px 1px 1px 1px #ddd;
}
.main-div .top-span .top-content {
  color: #fff;
  font-size: 18px;
  width: 60%;
  margin: 155px auto auto;
}
.main-div .top-span .top-content span {
  display: block;
  margin-bottom: 30px;
}
.main-div .video-div {
  margin: 79px auto auto;
  text-align: center;
}
.main-div .video-div video {
  width: 1050px;
  height: 500px;
  border-radius: 20px;
}
.main-div .middle-div {
  display: flex;
  width: 60%;
  margin: 160px auto auto;
  justify-content: space-between;
}
.main-div .middle-div .middle-left {
  width: 46%;
  line-height: 56px;
}
.main-div .middle-div .middle-left span {
  font-size: 40px;
  color: #fff;
  display: block;
}
.main-div .middle-div .middle-left span:first-child {
  color: #e2b24c;
  margin-top: 61px;
}
.main-div .middle-div .middle-left div {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 40px;
}
.main-div .middle-div .middle-right {
  width: 460px;
  height: 480px;
  background-image: url(./middle-right.0a9c104c.png);
  background-size: 100% 100%;
  position: relative;
}
.main-div .middle-div .middle-right img {
  position: absolute;
  bottom: -45px;
  left: -73px;
}
.main-div .middle-two-div {
  width: 1044px;
  height: 370px;
  background-image: url(./middle-two-bg.638ac120.png);
  background-size: 100% 100%;
  margin: 150px auto auto;
  box-shadow: 1px 1px 47px 11px #feb95d66;
  padding: 105px 78px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.main-div .middle-two-div .middle-two-right {
  color: #fff;
  width: 50%;
  line-height: 56px;
}
.main-div .middle-two-div .middle-two-right span {
  font-size: 40px;
  display: block;
}
.main-div .middle-two-div .middle-two-right div {
  font-size: 14px;
  line-height: 30px;
  margin-top: 30px;
}
.main-div .middle-two-div .middle-two-right span:first-child {
  color: #e2b24c;
  margin-top: 21px;
}
.main-div .middle-three-div {
  display: flex;
  width: 60%;
  margin: 160px auto auto;
  justify-content: space-between;
}
.main-div .middle-three-div .middle-three-left {
  color: #fff;
  width: 42%;
  margin: auto;
  font-size: 14px;
}
.main-div .middle-three-div .middle-three-left span {
  font-size: 40px;
  display: block;
  margin-top: 117px;
  margin-bottom: 40px;
  color: #e2b24c;
}
.main-div .middle-three-div .middle-three-left div {
  line-height: 30px;
}
.main-div .middle-three-div .middle-three-right {
  background-image: url(./middle-three-bg.f0988921.png);
  width: 460px;
  height: 480px;
  background-size: 100% 100%;
  position: relative;
}
.main-div .middle-three-div .middle-three-right img {
  position: absolute;
  bottom: -45px;
  left: -73px;
}
.long-div {
  width: 100%;
  height: 526px;
  margin-top: 150px;
  display: flex;
  align-items: center;
}
.long-div .long-left {
  background-image: url(./long-left.9588524a.png);
  width: 100%;
  height: 526px;
  background-size: 100% 100%;
}
.long-div .long-right {
  background-image: url(./long-right.a8ffffe7.png);
  width: 1200px;
  height: 386px;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
}
.long-div .long-right .long-right-msg {
  color: #fff;
  font-size: 13px;
  width: 48%;
  margin-left: 131px;
  margin-top: 85px;
}
.long-div .long-right .long-right-msg span {
  display: block;
  font-size: 40px;
  color: #e2b24c;
  margin-bottom: 40px;
}
.long-div .long-right .long-right-msg div {
  line-height: 30px;
}
.service-div {
  background-image: url(./service-div.696f3aa1.png);
  width: 100%;
  height: 910px;
  background-size: 100% 100%;
  padding-top: 150px;
  text-align: center;
}
.service-div .service-title {
  color: #fff;
  font-size: 50px;
}
.service-div ul {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 70px auto auto;
}
.service-div ul li {
  background-image: url(./service-one.f3c0e082.png);
  width: 350px;
  height: 572px;
  background-size: 100% 100%;
  margin-top: 24px;
  color: #fff;
}
.service-div ul li img {
  margin-top: 60px;
}
.service-div ul li:nth-child(2) {
  background-image: url(./service-two.972702a5.png);
  width: 388px;
  height: 620px;
  margin-top: 0;
}
.service-div ul li:nth-child(2) img {
  margin-top: 110px;
}
.service-div ul li span {
  display: block;
  width: 70%;
  margin: 60px auto auto;
  text-align: center;
  font-weight: 700;
  line-height: 45px;
  font-size: 34px;
}
.service-div ul li div {
  font-size: 14px;
  color: #fffc;
  width: 80%;
  margin: 30px auto auto;
  line-height: 30px;
}
.Investor-div {
  background: #262627;
  padding: 150px 0;
  position: relative;
}
.Investor-div .bg-icon {
  width: 169px;
  height: 676px;
  background: linear-gradient(90deg, #ff9900 0%, #ffe000 100%);
  filter: blur(150px);
  position: absolute;
  top: 641px;
  right: 0;
}
.Investor-div .two-icon {
  left: 0;
}
.Investor-div .Investor-title {
  color: #fff;
  font-size: 50px;
  text-align: center;
  display: block;
  width: 100%;
}
.Investor-div .Investor-list {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 70px auto auto;
  justify-content: space-between;
}
.Investor-div .Investor-list div {
  padding: 2.08%;
  width: 45%;
  height: 386px;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.Investor-div .Investor-list div:nth-child(1) {
  background-image: url(./InvestorBg1.d937f061.png);
}
.Investor-div .Investor-list div:nth-child(2) {
  background-image: url(./InvestorBg2.ef92515f.png);
}
.Investor-div .Investor-list div:nth-child(3) {
  background-image: url(./InvestorBg3.359ca1e3.png);
}
.Investor-div .Investor-list div:nth-child(4) {
  background-image: url(./InvestorBg4.f235df90.png);
}
.Investor-div .Investor-list div span {
  display: block;
  color: #fff;
  font-size: 32px;
  margin-top: 21px;
}
.Investor-div .Investor-list div span:last-child {
  font-size: 14px;
  margin-top: 15px;
  line-height: 30px;
}
.map-div {
  display: flex;
  width: 65%;
  margin: 150px auto auto;
}
.map-div .map-left {
  background-image: url(./mapLeft.7062615d.png);
  width: 700px;
  height: 432px;
  background-size: 100% 100%;
  margin-left: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-div .map-left div {
  width: 70%;
  color: #fff;
}
.map-div .map-left div span {
  display: block;
  margin-bottom: 20px;
}
.map-div .map-left img {
  position: absolute;
}
.map-div .map-left .icon {
  left: 23px;
  top: 23px;
}
.main-div .map-left .mapBg {
  right: 0;
  bottom: 0;
}
.map-div .map-right img {
  width: 500px;
}
.down-div {
  background-image: url(./down-bg.29ddf555.png);
  width: 100%;
  height: 585px;
  background-size: 100% 100%;
  padding-top: 95px;
  text-align: center;
}
.down-div .down-list {
  display: flex;
  width: 68%;
  margin: 60px auto auto;
}
.down-div .down-list div {
  color: #fffffff7;
  width: 20%;
  text-align: left;
}
.down-div .down-list div span {
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: pointer;
}
.down-div .down-list div span:first-child {
  font-weight: 600;
}
.user-msg {
  color: #fffffff7;
  margin-top: -145px;
  padding-bottom: 30px;
}
.user-msg div {
  width: 68%;
  margin: auto;
  text-align: center;
}
.user-msg div:first-child {
  margin-bottom: 14px;
  font-size: 14px;
}
.user-msg div:last-child {
  font-size: 12px;
  opacity: 0.51;
  line-height: 20px;
}
.auto-div .auto-banner {
  background-image: url(./autoBanner.7e6224fe.png);
  width: 100%;
  height: 680px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auto-div .auto-banner span {
  font-size: 64px;
  font-weight: 700;
  background: -webkit-linear-gradient(45deg, #fed97e, #feb95d);
  background: linear-gradient(45deg, #fed97e, #feb95d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 1px 1px 1px 1px #ddd;
}
.auto-div .auto-one {
  background-image: url(./autoBg.ab9a298a.png);
  width: 100%;
  height: 740px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auto-div .auto-one .auto-one-msg {
  display: flex;
  width: 60%;
  justify-content: space-between;
}
.auto-div .auto-one .auto-one-msg div {
  color: #fff;
  width: 520px;
}
.auto-div .auto-one .auto-one-msg div span {
  display: block;
  display: flex;
  color: #ffffffd9;
  font-size: 14px;
  margin-bottom: 30px;
}
.auto-div .auto-one .auto-one-msg div span:first-child {
  color: #fff;
  font-size: 40px;
  margin-top: 42px;
}
.auto-div .auto-one .auto-one-msg div span:first-child span {
  color: #e2b24c;
  margin-left: 10px;
  margin-top: 0;
}
.auto-div .auto-two {
  background-image: url(./autoImgTwo.d0830250.png);
  width: 100%;
  height: 410px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auto-div .auto-two div {
  width: 720px;
  color: #ffffffd9;
  text-align: center;
}
.auto-div .auto-two div span {
  display: block;
  display: flex;
  justify-content: center;
  line-height: 32px;
}
.auto-div .auto-two div span:first-child {
  color: #fff;
  font-size: 40px;
  margin-bottom: 40px;
}
.auto-div .auto-two div span:first-child span {
  color: #e2b24c;
  margin-bottom: 0;
}
.auto-div .auto-three {
  display: flex;
  width: 62.5%;
  margin: 180px auto auto;
}
.auto-div .auto-three .auto-msg-right {
  text-align: right;
  margin-left: 115px;
}
.auto-div .auto-three .auto-msg-right div {
  display: flex;
  font-size: 40px;
  width: 100%;
  text-align: right;
  justify-content: end;
  margin-bottom: 30px;
  margin-top: 82px;
}
.auto-div .auto-three .auto-msg-right div span {
  font-size: 40px;
  margin-bottom: 0;
}
.auto-div .auto-three .auto-msg-right div span:last-child {
  color: #e2b24c;
  margin-left: 20px;
}
.auto-div .auto-three .auto-msg-right span {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
}
.auto-div .auto-three .auto-msg-left {
  color: #fff;
  margin-right: 128px;
}
.auto-div .auto-three .auto-msg-left div span {
  font-size: 40px;
}
.auto-div .auto-three .auto-msg-left span {
  display: block;
  display: flex;
  font-size: 14px;
  margin-bottom: 30px;
}
.auto-div .auto-three .auto-msg-left span:nth-child(2) {
  color: #e2b24c;
  margin-top: 30px;
  margin-bottom: 30px;
}
.auto-div .auto-three .auto-msg-left span span {
  display: contents;
  color: #e2b24c;
  margin-bottom: 0;
}
.auto-div .auto-three .auto-msg-left-new span:nth-child(2) {
  color: #fff;
}
.auto-div .about-span-cn {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: -100px;
}
.auto-div .about-span-cn span {
  color: #e2b24c;
}
.auto-div .auto-list-div {
  display: flex;
  margin-top: 180px;
}
.auto-div .auto-list-div div {
  width: 25%;
  height: 468px;
  padding: 100px 40px 0;
  background-size: 100% 100%;
  color: #fff;
}
.auto-div .auto-list-div div:nth-child(1) {
  background-image: url(./autoList4.f7055265.png);
}
.auto-div .auto-list-div div:nth-child(2) {
  background-image: url(./autoList2.536b5a23.png);
}
.auto-div .auto-list-div div:nth-child(3) {
  background-image: url(./autoList3.06e4e07f.png);
}
.auto-div .auto-list-div div:nth-child(4) {
  background-image: url(./autoList4.f7055265.png);
}
.auto-div .auto-list-div div span {
  display: block;
  font-size: 14px;
}
.auto-div .auto-list-div div span:nth-child(2) {
  font-size: 34px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.service-box .service-banner {
  background-image: url(./serviceBanner.606cf073.png);
  width: 100%;
  height: 680px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box .service-banner div {
  text-align: center;
}
.service-box .service-banner span {
  font-size: 64px;
  font-weight: 700;
  display: block;
  background: -webkit-linear-gradient(45deg, #fed97e, #feb95d);
  background: linear-gradient(45deg, #fed97e, #feb95d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 1px 1px 1px 1px #ddd;
}
.service-box .service-box-one {
  display: flex;
  justify-content: center;
  background-image: url(./serviceBg.34401383.png);
  width: 100%;
  height: 808px;
  background-size: 100% 100%;
  align-items: center;
}
.service-box .service-box-one .service-box-content {
  display: flex;
}
.service-box .service-box-one .service-box-content img {
  width: 547px;
  height: 513px;
  margin-left: 193px;
}
.service-box .service-box-one .service-box-content div {
  width: 460px;
  color: #fff;
  margin-top: 120px;
}
.service-box .service-box-one .service-box-content div span {
  display: block;
}
.service-box .service-box-one .service-box-content div span:first-child {
  font-size: 30px;
  font-weight: 700;
}
.service-box .service-box-one .service-box-content div span:nth-child(2) {
  font-size: 40px;
  font-weight: 600;
  color: #e2b24c;
  margin-top: 12px;
  margin-bottom: 40px;
}
.service-box .service-box-one .service-box-content div span:nth-child(3) {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.service-box .service-box-two {
  background: linear-gradient(180deg, #4e4e4f 0%, #262627 100%);
  width: 100%;
  height: 941px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box .service-box-two .service-two-content {
  background-image: url(./serviceListBg.91f87978.png);
  width: 1728px;
  height: 869px;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.service-box .service-box-two div {
  text-align: center;
  width: 80%;
  margin: auto;
}
.service-box .service-box-two div span {
  color: #fff;
  display: block;
}
.service-box .service-box-two div span:nth-child(1) {
  font-weight: 700;
  font-size: 30px;
}
.service-box .service-box-two div span:nth-child(2) {
  color: #e2b24c;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.service-box .service-box-two div span:nth-child(3) {
  width: 680px;
  font-size: 14px;
  margin: auto;
}
.service-box .service-box-two div .service-box-list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.service-box .service-box-two div .service-box-list div {
  height: 380px;
  width: 278px;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  justify-content: center;
  display: flex;
}
.service-box .service-box-two div .service-box-list div span {
  width: 240px;
  font-size: 22px;
  position: absolute;
  bottom: 63px;
  font-weight: 600;
}
.service-box .service-box-two div .service-box-list div:nth-child(1) {
  background-image: url(./serviceList1.242d21c5.png);
}
.service-box .service-box-two div .service-box-list div:nth-child(1) span {
  bottom: 30px;
}
.service-box .service-box-two div .service-box-list div:nth-child(2) {
  background-image: url(./serviceList2.bfe1f292.png);
}
.service-box .service-box-two div .service-box-list div:nth-child(3) {
  background-image: url(./serviceList3.20950264.png);
}
.service-box .service-box-two div .service-box-list div:nth-child(4) {
  background-image: url(./serviceList4.2dd9dfa6.png);
}
.service-box .service-box-three {
  width: 100%;
  height: 1012px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #040301;
}
.service-box .service-box-three .service-three-content {
  width: 75%;
}
.service-box .service-box-three .service-three-msg {
  margin-bottom: 64px;
  width: 83%;
}
.service-box .service-box-three .service-three-msg span {
  display: block;
  color: #fff;
}
.service-box .service-box-three .service-three-msg span:first-child {
  font-weight: 700;
  font-size: 30px;
}
.service-box .service-box-three .service-three-msg span:nth-child(2) {
  font-weight: 600;
  font-size: 40px;
  color: #e2b24c;
}
.service-box .service-box-three .service-three-msg span:nth-child(3) {
  font-size: 14px;
}
.service-box .service-box-three .service-three-list {
  display: flex;
}
.service-box .service-box-three .service-three-list div span {
  display: block;
  color: #fff;
}
.service-box .service-box-three .service-three-list div span:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 24px;
  font-size: 24px;
}
.service-box .service-box-three .service-three-list div span:last-child {
  font-size: 14px;
  width: 82%;
}
.service-box .service-box-three .service-three-list div:first-child {
  margin-right: 100px;
}
.service-box .service-four-box {
  background-image: url(./serviceBg.34401383.png);
  width: 100%;
  height: 1142px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box .service-four-box .service-four-msg div {
  width: 1200px;
}
.service-box .service-four-box .service-four-msg div:first-child {
  background-image: url(./serviceBoxTab.f5e0feb9.png);
  height: 241px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box .service-four-box .service-four-msg div:first-child p {
  width: 810px;
  font-size: 14px;
}
.service-box .service-four-box .service-four-msg div:first-child p span {
  display: block;
  margin-bottom: 20px;
}
.service-box .service-four-box .service-four-msg div:last-child ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-box .service-four-box .service-four-msg div:last-child ul li {
  width: 33.33%;
  width: 370px;
  height: 180px;
  background-size: 100% 100%;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box .service-four-box .service-four-msg div:last-child ul li span {
  display: block;
  width: 206px;
  font-size: 20px;
}
.service-box .service-four-box .service-four-msg div:last-child ul li img {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}
.service-box
  .service-four-box
  .service-four-msg
  div:last-child
  ul
  li:nth-child(1) {
  background-image: url(./serviceBoxImg1.3d59cbcf.png);
}
.service-box
  .service-four-box
  .service-four-msg
  div:last-child
  ul
  li:nth-child(2) {
  background-image: url(./serviceBoxImg2.69bd18dc.png);
}
.service-box
  .service-four-box
  .service-four-msg
  div:last-child
  ul
  li:nth-child(3) {
  background-image: url(./serviceBoxImg3.a5123026.png);
}
.service-box
  .service-four-box
  .service-four-msg
  div:last-child
  ul
  li:nth-child(4) {
  background-image: url(./serviceBoxImg4.b41899ec.png);
}
.service-box
  .service-four-box
  .service-four-msg
  div:last-child
  ul
  li:nth-child(5) {
  background-image: url(./serviceBoxImg1.3d59cbcf.png);
}
.service-box
  .service-four-box
  .service-four-msg
  div:last-child
  ul
  li:nth-child(6) {
  background-image: url(./serviceBoxImg2.69bd18dc.png);
}
.service-box .service-four-box .service-four-msg span {
  color: #fff;
}
.service-box .service-four-box .service-four-msg .service-four-title {
  font-size: 40px;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 70px;
  margin-bottom: 70px;
}
.products-div .products-top {
  background-image: url(./productsBanner.99167f25.png);
  width: 100%;
  height: 680px;
  background-size: 100% 100%;
  position: relative;
}
.products-div .products-top div {
  position: absolute;
  width: 28.36%;
  left: 18.8%;
  top: 150px;
}
.products-div .products-top div span {
  display: block;
}
.products-div .products-top div span:first-child {
  font-size: 64px;
  font-weight: 700;
  display: block;
  background: -webkit-linear-gradient(45deg, #fed97e, #feb95d);
  background: linear-gradient(45deg, #fed97e, #feb95d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 1px 1px 1px 1px #ddd;
}
.products-div .products-top div span:last-child {
  color: #fff;
  font-size: 18px;
  margin-top: 61px;
  line-height: 34px;
}
.products-div .products-list {
  background-image: url(./pListBg.9b990606.png);
  width: 100%;
  height: 2545px;
  background-size: 100% 100%;
  padding-top: 150px;
}
.products-div .products-list div {
  text-align: center;
}
.products-div .products-list div .products-list-title {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
}
.products-div .products-list div ul {
  display: flex;
  flex-wrap: wrap;
  width: 86%;
  margin: 70px auto auto;
  justify-content: space-between;
}
.products-div .products-list div ul li {
  text-align: left;
  width: 340px;
  height: 496px;
  background-size: 100% 100%;
  margin-bottom: 45px;
  padding-left: 30px;
  padding-top: 50px;
  padding-right: 30px;
}
.products-div .products-list div ul li div {
  text-align: left;
  color: #fff;
}
.products-div .products-list div ul li div span {
  display: block;
}
.products-div .products-list div ul li div span:first-child {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 24px;
}
.products-div .products-list div ul li div span:last-child {
  line-height: 30px;
  font-size: 14px;
}
.products-div .products-list div ul li:nth-child(1) {
  background-image: url(./pBg1.90140eaa.png);
}
.products-div .products-list div ul li:nth-child(2) {
  background-image: url(./pBg1.90140eaa.png);
}
.products-div .products-list div ul li:nth-child(3) {
  background-image: url(./pBg2.14b8106e.png);
}
.products-div .products-list div ul li:nth-child(4) {
  background-image: url(./pBg2.14b8106e.png);
}
.products-div .products-list div ul li:nth-child(5) {
  background-image: url(./pBg3.4af6e980.png);
}
.products-div .products-list div ul li:nth-child(6) {
  background-image: url(./pBg4.0b040c01.png);
}
.products-div .products-list div ul li:nth-child(7) {
  background-image: url(./pBg1.90140eaa.png);
}
.products-div .products-list div ul li:nth-child(8) {
  background-image: url(./pBg2.14b8106e.png);
}
.products-div .products-list div ul li:nth-child(9) {
  background-image: url(./pBg3.4af6e980.png);
}
.products-div .products-list div ul li:nth-child(10) {
  background-image: url(./pBg4.0b040c01.png);
}
.products-div .products-list div ul li:nth-child(11) {
  background-image: url(./pBg1.90140eaa.png);
}
.products-div .products-list div ul li:nth-child(12) {
  background-image: url(./pBg2.14b8106e.png);
}
.Disclaimer-div {
  background-color: #fff;
  color: #333;
  padding: 80px 0 100px;
}
.Disclaimer-div .Disclaimer-box {
  width: 60%;
  margin: auto;
}
.Disclaimer-div .Disclaimer-box div {
  font-size: 36px;
}
.Disclaimer-div .Disclaimer-box span {
  font-size: 16px;
  display: block;
  margin-top: 34px;
  line-height: 30px;
}
@media screen and (max-width: 1080px) {
  .main-div .top-span {
    margin-top: 66px;
  }
  .main-div .top-span .top-content {
    line-height: 33px;
  }
  .main-div .top-span .top-content span {
    color: #fffc;
    width: 90%;
    margin: auto auto 50px;
    font-size: 19px;
  }
  .main-div .top-menu {
    position: relative;
  }
  .main-div .top-menu img {
    margin-left: 40px;
  }
  .main-div .top-span .fist-span {
    font-size: 48px;
    display: block;
  }
  .main-div .top-span .top-content {
    width: 100%;
  }
  .main-div .middle-div {
    display: contents;
  }
  .main-div .middle-div .middle-left {
    width: 90%;
    text-align: center;
    margin: auto;
  }
  .main-div .middle-div .middle-left span {
    font-size: 29px;
  }
  .main-div .middle-div .middle-left div {
    color: #fffc;
  }
  .main-div .middle-div .middle-right {
    width: 64%;
    height: 240px;
    margin: auto;
  }
  .main-div .middle-div .middle-right img {
    width: 40%;
    left: -45px;
  }
  .main-div .middle-two-div {
    display: contents;
  }
  .main-div .middle-two-div .middle-two-left img {
    width: 50%;
  }
  .main-div .middle-three-div {
    display: contents;
  }
  .main-div .middle-three-div .middle-three-left span {
    font-size: 28px;
  }
  .main-div .middle-three-div .middle-three-left div {
    color: #fffc;
    text-align: center;
  }
  .main-div .middle-three-div .middle-three-right {
    width: 65%;
    margin: 80px auto auto;
    height: 45vh;
  }
  .main-div .middle-three-div .middle-three-right img {
    position: absolute;
    bottom: -32px;
    left: -67px;
  }
  .main-div .video-div {
    margin-top: -100px;
  }
  .main-div .video-div video {
    width: 90%;
    margin: auto;
  }
  .service-div {
    background-image: url(./service-div-phone.8365fd57.png);
    height: 2190px;
    padding-top: 90px;
  }
  .service-div .service-title {
    font-size: 40px;
  }
  .service-div ul {
    display: contents;
  }
  .service-div ul li {
    width: 85%;
    margin: 50px auto auto;
  }
  .service-div ul li:nth-child(2) {
    width: 85%;
    margin: 80px auto;
  }
  .Investor-div {
    padding-top: 100px;
  }
  .Investor-div .Investor-title {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .Investor-div .Investor-list {
    display: contents;
  }
  .Investor-div .Investor-list div {
    width: 80%;
    margin: auto auto 80px;
    height: 40vh;
    padding: 30px 20px 60px;
  }
  .Investor-div .Investor-list div span {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .Investor-div .Investor-list div span:last-child {
    font-size: 12px;
    color: #fffc;
    margin-top: 0;
    line-height: 20px;
  }
  .map-div {
    display: contents;
  }
  .map-div .map-left {
    width: 90%;
  }
  .map-div .map-left div {
    width: 90%;
    margin: 90px auto auto;
  }
  .map-div .map-right {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .map-div .map-right img {
    width: 100%;
    margin: auto;
  }
  .navbar-toggle {
    float: right;
    margin-right: 20px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 22px;
    height: 22px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fffefe;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .navbar-toggle .close-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar-toggle .iconfont {
    font-size: 24px;
    color: #fff;
    height: 22px;
    display: flex;
    align-items: center;
  }
  .phone-menu-div {
    width: 50%;
    position: absolute;
    top: 80px;
    text-align: left;
    right: 0;
    background-color: #2e2e2e;
    color: #fff;
    height: 100vh;
    padding: 20px 30px;
  }
  .phone-menu-div span {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .phone-menu-div .phone-lang-div {
    width: 100%;
  }
  .phone-menu-div .phone-lang-div .language-select {
    background-color: #2e2e2e;
    color: #fff;
    font-size: 16px;
    width: 100%;
    outline: "none";
    box-shadow: "0 0 0 2px rgba(0, 123, 255, 0.25)";
    border: none;
  }
  .phone-menu-div .phone-lang-div .language-select:focus {
    outline: none;
    box-shadow: 0 0;
  }
  .middle-two-phone {
    background-image: url(./two-bg-phone.8bc9eaa8.png);
    width: 85%;
    height: auto;
    background-size: 100% 100%;
    margin: 220px auto auto;
    box-shadow: 1px 1px 47px 11px #feb95d66;
    border-radius: 8px;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;
  }
  .middle-two-phone div {
    color: #fff;
  }
  .middle-two-phone div:first-child {
    margin-bottom: 50px;
  }
  .middle-two-phone div:first-child span {
    display: block;
    font-size: 27px;
  }
  .middle-two-phone div:first-child span:first-child {
    color: #e2b24c;
  }
  .middle-two-phone div:nth-child(2) {
    color: #fffc;
    width: 90%;
    margin: auto;
    font-size: 15px;
    line-height: 30px;
  }
  .middle-two-phone img {
    width: 80%;
    margin: 64px auto auto;
  }
  .long-div-phone {
    margin-top: 200px;
    height: 130vh;
  }
  .long-div-phone .long-div-phone-bg {
    background-image: url(./long-left.9588524a.png);
    width: 95%;
    height: 140px;
    background-size: 100% 100%;
    position: relative;
  }
  .long-div-phone .long-div-phone-bg .long-div-phone-msg {
    position: absolute;
    background: linear-gradient(156deg, #444749 0%, #262b2c 100%);
    border-radius: 30px;
    top: 90px;
    width: 95%;
    left: 18px;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .long-div-phone .long-div-phone-bg .long-div-phone-msg span {
    width: 65.87%;
    margin: auto auto 30px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #e2b24c;
    font-weight: 700;
  }
  .long-div-phone .long-div-phone-bg .long-div-phone-msg div {
    width: 75%;
    margin: auto;
    text-align: center;
    color: #fffc;
    line-height: 32px;
  }
  .long-div-phone .long-div-phone-bg .long-div-phone-msg div img {
    position: absolute;
    right: 0px;
    width: 63%;
    bottom: 0;
  }
  .down-div {
    height: auto;
    background: 0;
  }
  .down-div .down-list {
    display: contents;
    margin-top: 120px;
  }
  .down-div .down-list div {
    width: 85%;
    border-bottom: 2px solid;
    border-image: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0)
      )
      2 2;
    padding-left: 50px;
    margin-top: 100px;
    padding-bottom: 60px;
  }
  .down-div .down-list div span {
    color: #fffc;
    margin-bottom: 40px;
  }
  .down-div .down-list div span:first-child {
    color: #fff;
  }
  .user-msg {
    margin-top: 100px;
  }
  .user-msg div {
    width: 90%;
  }
  .auto-div .auto-banner {
    background-image: url(./auto-banner-phone.77b07814.png);
    height: 540px;
  }
  .auto-div .auto-banner span {
    font-size: 50px;
  }
  .auto-div .auto-one {
    background-image: url(./auto-one-bg.c178b174.png);
    height: 880px;
    display: block;
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .auto-div .auto-one .auto-one-msg {
    display: block;
  }
  .auto-div .auto-one .phone-auto-msg {
    width: 90%;
    margin: auto;
    color: #fff;
    text-align: center;
  }
  .auto-div .auto-one .phone-auto-msg div div {
    display: flex;
    font-size: 28px;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
  }
  .auto-div .auto-one .phone-auto-msg div div span {
    color: #e2b24c;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .auto-div .auto-one .phone-auto-msg div span {
    display: block;
    line-height: 30px;
    margin-bottom: 28px;
    text-align: left;
  }
  .auto-div .auto-one .phone-auto-msg img {
    width: 100%;
    margin-top: 40px;
  }
  .auto-div .auto-two {
    background-image: url(./autoImgTwoPhone.b5f1b89e.png);
  }
  .auto-div .auto-two div {
    width: 100%;
  }
  .auto-div .auto-two div span:nth-child(2) {
    width: 90%;
    margin: auto;
    color: #fffc;
  }
  .auto-div .auto-three {
    display: block;
    margin: 100px auto auto;
    width: 90%;
  }
  .auto-div .auto-three img {
    width: 100%;
    margin: auto;
  }
  .auto-div .auto-three .auto-msg-right {
    margin-left: 0;
  }
  .auto-div .auto-three .auto-msg-right div {
    text-align: center;
    justify-content: center;
  }
  .auto-div .auto-three .auto-msg-right div span {
    color: #fff;
    margin: 0;
  }
  .auto-div .auto-three .auto-msg-right span {
    text-align: left;
    color: #fffc;
    margin-bottom: 25px;
    line-height: 30px;
  }
  .auto-div .auto-three .auto-msg-left {
    margin-right: 0;
  }
  .auto-div .auto-three img {
    margin-top: 40px;
  }
  .auto-div .auto-list-div {
    display: block;
  }
  .auto-div .auto-list-div div {
    width: 77%;
    margin: auto auto 38px;
    padding: 50px 20px;
    border-radius: 13px;
    height: 47vh;
  }
  .auto-div .auto-list-div div span:nth-child(2) {
    font-size: 22px;
    width: 85%;
  }
  .auto-div .auto-list-div div span:nth-child(3) {
    color: #fffc;
  }
  .service-phone-box .service-phone-banner {
    background-image: url(./servicePhoneBanner.03d555dc.png);
    width: 100%;
    height: 450px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-phone-box .service-phone-banner div {
    text-align: center;
  }
  .service-phone-box .service-phone-banner span {
    font-size: 50px;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #fed97e, #feb95d);
    background: linear-gradient(45deg, #fed97e, #feb95d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 1px 1px 1px 1px #ddd;
    display: block;
  }
  .service-phone-box .service-phone-one {
    background-image: url(./auto-one-bg.c178b174.png);
    height: 691.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-phone-box .service-phone-one div {
    text-align: center;
  }
  .service-phone-box .service-phone-one div span {
    display: block;
  }
  .service-phone-box .service-phone-one div span:nth-child(1) {
    margin-top: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .service-phone-box .service-phone-one div span:nth-child(2) {
    color: #e2b24c;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .service-phone-box .service-phone-one div span:nth-child(3) {
    color: #fffc;
    width: 90%;
    margin: auto;
    line-height: 30px;
    font-size: 18px;
  }
  .service-phone-box .service-phone-one div img {
    width: 80%;
    margin-top: 40px;
  }
  .service-phone-box .service-phone-two {
    background: linear-gradient(180deg, #4e4e4f 0%, #262627 100%);
    padding: 100px 25px;
    color: #fff;
  }
  .service-phone-box .service-phone-two div:first-child {
    text-align: center;
    width: 100%;
  }
  .service-phone-box .service-phone-two div:first-child span {
    display: block;
  }
  .service-phone-box .service-phone-two div:first-child span:first-child {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .service-phone-box .service-phone-two div:first-child span:nth-child(2) {
    font-size: 28px;
    color: #e2b24c;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .service-phone-box .service-phone-two div:first-child span:nth-child(3) {
    margin-bottom: 40px;
    width: 100%;
    font-size: 14px;
    color: #fffc;
  }
  .service-phone-box .service-phone-two div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-phone-box .service-phone-two div:last-child ul li {
    width: 45%;
    margin-bottom: 15px;
    height: 235px;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .service-phone-box .service-phone-two div:last-child ul li span {
    display: block;
    position: absolute;
    font-size: 19px;
    bottom: 41px;
    width: 80%;
    margin: auto;
  }
  .service-phone-box .service-phone-two div:last-child ul li:nth-child(1) {
    background-image: url(./serviceList1.242d21c5.png);
  }
  .service-phone-box .service-phone-two div:last-child ul li:nth-child(1) span {
    bottom: 30px;
  }
  .service-phone-box .service-phone-two div:last-child ul li:nth-child(2) {
    background-image: url(./serviceList2.bfe1f292.png);
  }
  .service-phone-box .service-phone-two div:last-child ul li:nth-child(3) {
    background-image: url(./serviceList3.20950264.png);
  }
  .service-phone-box .service-phone-two div:last-child ul li:nth-child(4) {
    background-image: url(./serviceList4.2dd9dfa6.png);
  }
  .service-phone-box .service-phone-three {
    background-color: #040301;
    padding: 100px 25px;
  }
  .service-phone-box .service-phone-three div:first-child {
    text-align: center;
    margin-bottom: 40px;
  }
  .service-phone-box .service-phone-three div:first-child span {
    display: block;
    color: #fff;
  }
  .service-phone-box .service-phone-three div:first-child span:first-child {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .service-phone-box .service-phone-three div:first-child span:nth-child(2) {
    font-size: 28px;
    color: #e2b24c;
    width: 60%;
    margin: auto auto 30px;
  }
  .service-phone-box .service-phone-three div:first-child span:nth-child(3) {
    color: #fffc;
    font-size: 15px;
  }
  .service-phone-box .service-phone-three div:last-child ul li {
    margin-bottom: 70px;
  }
  .service-phone-box .service-phone-three div:last-child ul li img {
    width: 100%;
    margin-bottom: 35px;
  }
  .service-phone-box .service-phone-three div:last-child ul li span {
    color: #fff;
    display: block;
  }
  .service-phone-box
    .service-phone-three
    div:last-child
    ul
    li
    span:nth-child(2) {
    font-size: 19px;
    font-weight: 700;
  }
  .service-phone-box .service-phone-three div:last-child ul li span:last-child {
    color: #fffc;
    margin-top: 15px;
    line-height: 35px;
  }
  .service-phone-box
    .service-phone-three
    div:last-child
    ul
    li:last-child
    span:nth-child(2) {
    width: 80%;
  }
  .service-phone-box .service-phone-four {
    background-image: url(./auto-one-bg.c178b174.png);
    width: 100%;
    height: 110vh;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-phone-box .service-phone-four .service-phone-four-msg {
    background-image: url(./service-phone-four-bg.bada5afb.png);
    width: 90%;
    height: 87vh;
    background-size: 100% 100%;
    color: #fffc;
  }
  .service-phone-box .service-phone-four .service-phone-four-msg span {
    display: block;
    width: 85%;
    margin: auto auto 15px;
    line-height: 30px;
    font-size: 14px;
  }
  .service-phone-box
    .service-phone-four
    .service-phone-four-msg
    span:first-child {
    margin-top: 50px;
  }
  .service-phone-box .service-phone-five {
    background-color: #040301;
  }
  .service-phone-box .service-phone-five div {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .service-phone-box .service-phone-five ul li {
    width: 90%;
    height: 90px;
    background-size: 100% 100%;
    margin: auto auto 36px;
    display: flex;
    align-items: center;
  }
  .service-phone-box .service-phone-five ul li span {
    display: block;
    width: 206px;
    font-size: 16px;
    color: #fff;
  }
  .service-phone-box .service-phone-five ul li img {
    width: 40px;
    height: 40px;
    margin-right: 24px;
    margin-left: 20px;
  }
  .service-phone-box .service-phone-five ul li:nth-child(1) {
    background-image: url(./serviceBoxImg1.3d59cbcf.png);
  }
  .service-phone-box .service-phone-five ul li:nth-child(2) {
    background-image: url(./serviceBoxImg2.69bd18dc.png);
  }
  .service-phone-box .service-phone-five ul li:nth-child(3) {
    background-image: url(./serviceBoxImg3.a5123026.png);
  }
  .service-phone-box .service-phone-five ul li:nth-child(4) {
    background-image: url(./serviceBoxImg4.b41899ec.png);
  }
  .service-phone-box .service-phone-five ul li:nth-child(5) {
    background-image: url(./serviceBoxImg1.3d59cbcf.png);
  }
  .service-phone-box .service-phone-five ul li:nth-child(6) {
    background-image: url(./serviceBoxImg2.69bd18dc.png);
  }
  .products-div .products-top {
    background-image: url(./Products-phone-banner.4c74ff2b.png);
    height: 404px;
    display: flex;
    justify-content: center;
  }
  .products-div .products-top div {
    left: auto;
    top: 5vh;
    text-align: center;
    width: 100%;
  }
  .products-div .products-top div span {
    margin-top: 0 !important;
    font-size: 56px !important;
    line-height: 54px !important;
  }
  .products-div .products-list {
    background-image: url(./auto-one-bg.c178b174.png);
    height: auto;
  }
  .products-div .products-list div .products-list-title {
    font-size: 28px;
    width: 60%;
    display: block;
    margin: auto;
  }
  .products-div .products-list div ul {
    width: 90%;
  }
  .products-div .products-list div ul li {
    padding: 25px 15px;
    height: 55vh;
    width: 100%;
  }
  .products-div .products-list div ul li img {
    width: 40px;
    height: 40px;
  }
  .products-div .products-list div ul li .products-list-box span:first-child {
    margin-top: 25px;
    font-size: 19px;
    margin-bottom: 15px;
  }
  .products-div .products-list div ul li .products-list-box span:last-child {
    font-size: 13px;
    color: #fffc;
    line-height: 30px;
  }
}
