* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  padding: 0;
  width: 100%;
  color: #333333;
  font-family: t2, Helvetica, sans-serif, Microsoft Yahei;
  font-size: 14px;
  line-height: 1;
  background: #ffffff;
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
img {
  display: block;
}
ul,
ul li,
ol li,
tr td,
dl,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* .clearfix { *zoom:1; } */

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #1f1f1f;
}

textarea,
select {
  outline: none;
  color: #666;
  font-size: 14px;
  width: 100%;
}

.content img,
.head img,
.footer img,
.syimg img {
  border: none;
  display: block;
  max-width: 100%;
}
img[src=""] {
  opacity: 0;
}

body::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

body::-webkit-scrollbar-thumb {
  background: #000;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

.color_9 {
  color: #999;
}
.color_3 {
  color: #333;
}
.color_6 {
  color: #666;
}

.f_12 {
  font-size: 12px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 36px;
}
.f_44 {
  font-size: 44px;
}
.f_48 {
  font-size: 48px;
}
.fb {
  font-weight: bold;
}
.f_56 {
  font-size: 56px;
}
.f_100 {
  font-size: 100px;
}
.a_dw {
  position: relative;
  top: -100px;
}

.alltime,
.alltime * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.noalltime,
.noalltime * {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.wow {
  opacity: 0;
}

.wow1 {
  opacity: 1;
}
@font-face {
  /* myfont 设置字体使用时的名字 */
  font-family: "myfont";

  /* 字体引用路径（引入任意一个字体文件即可） */
  src: url("../fonts/SmileySans-Oblique.ttf");
  /* src: url('../fonts/AlimamaDaoLiTi.ttf'); */
}
.myfont {
  font-family: "myfont";
  letter-spacing: 8px;
}

.ibox {
  margin: 0 auto;
  /* width: 1200px; */
  width: 62.5%;
}
.ellipsis {
  white-space: nowrap; /* 确保文本在一行内显示 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .banner-img {
  width: 100%;
  height: 100%;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* text-align: center; */
  width: 100%;
}

.banner-text .title {
  color: #ffffff;
  margin-bottom: 46px;
  line-height: 1.4em;
}

.banner-text.blank .title {
  color: #0a2c59;
}

.banner-text p {
  margin-bottom: 120px;
  color: #ffffff;
}

.banner-text.blank p {
  color: #0a2c59;
}

.banner-text .banner-btn {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  max-width: 170px;
  color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  height: 45px;
}

.banner-text.blank .banner-btn {
  color: #0a2c59;
  border: 1px solid #0a2c59;
}

.banner-text .banner-btn span {
  margin-right: 14px;
}

.banner-text .banner-btn span {
  position: relative;
}

.banner-text .banner-btn span img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.banner-text .banner-btn span img {
  width: 18px;
  height: 23px;
  opacity: 0.8;
}
.banner-text.blank .banner-btn:hover span img {
  opacity: 0;
}
.banner-text.blank .banner-btn:hover span img:last-child {
  opacity: 1;
}

.banner-text .join-index {
  display: flex;
  justify-content: center;
  padding: 0;
}

img {
  max-width: 100%;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header-box .logo {
  width: 186px;
  position: relative;
}

.header-box .logo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header.active,
.header.active2,
.header.on {
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.header.active .logo img,
.header.active2 .logo img,
.header.on .logo img {
  opacity: 0;
}

.header.active .logo img:last-child,
.header.active2 .logo img:last-child,
.header.on .logo img:last-child {
  opacity: 1;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-list a {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.nav-list a span {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  display: block;
  position: relative;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.nav-list li:hover a span {
  transform: rotate(0deg);
}

.nav-list a span img {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-list a span img:last-child {
  opacity: 0;
}

.nav-list li {
  margin-right: 70px;
}
.nav-list li:last-child {
  margin-right: 0;
}

.header.active .nav-list a,
.header.active2 .nav-list a,
.header.on .nav-list a {
  color: #333333;
}

.header.active .nav-list a span img:last-child,
.header.active2 .nav-list a span img:last-child,
.header.on .nav-list a span img:last-child {
  opacity: 1;
}

.nav-list li {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}

.select-box {
  position: absolute;
  width: 320px;
  background-color: #fff;
  border-radius: 10px;
  top: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  transition: 0;
}

.select-box .df {
  padding: 16px 16px 16px 0;
  display: flex;
  justify-content: center;
}
.select-box .sub-menu {
  width: 160px;
  text-align: center;
  padding-top: 12px;
}
.select-box .sub-menu .menu-item {
  /* margin-bottom: 26px; */
  font-size: 14px;
  justify-content: center;
  transition: 0.3s;
  padding: 13px;
  letter-spacing: 1px;
}
.nav-list li:nth-child(2) > .select-box .sub-menu .menu-item {
  font-size: 14px;
  justify-content: flex-start;
  transition: 0.3s;
  padding: 13px;
}
.select-box .sub-menu a:hover {
  transform: translateY(-3px);
  background: #ededed;
}
.select-right {
  padding: 20px 20px 10px;
  text-align: center;
  background-image: url(../images/qr-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.sub-menu .join-us {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 23px;
  border-radius: 5px;
  color: #ffffff !important;
  background-color: #026bff;
  font-size: 14px;
  margin: 0 auto;
}

.sub-menu s {
  width: 21px;
  height: 1px;
  background-color: #cbcbcb;
  display: block;
  margin: 10px auto 16px;
}
.select-right span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.select-right p {
  margin-bottom: 10px;
}
.select-right .dwon-p {
  font-size: 12px;
  padding-top: 10px;
}
.banner-btn {
  position: relative;
}
.banner-text.blank .banner-btn:hover,
.banner-text .banner-btn:hover {
  background-color: #0f8dfe;
  border-color: #0f8dfe;
  color: #ffffff;
}
.banner-btn .qr {
  position: absolute;
  width: 150px;
  height: 150px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
.banner-btn .qr img {
  width: 100%;
}
.banner-text .banner-btn:hover .qr {
  opacity: 1;
}

.index-title {
  color: #333333;
  text-align: center;
  margin-bottom: 80px;
}
.p_100 {
  padding: 100px 0;
}

.business-swiper .business-box .business-pic {
  width: 260px;
  margin: 0 auto 45px;
  display: block;
}

.business-swiper .business-title {
  text-align: center;
  margin-bottom: 24px;
  color: #3e3938;
}

.business-swiper p {
  line-height: 1.6em;
  text-align: center;
  color: #999999;
  max-width: 240px;
  margin: 0 auto;
}
.business-content {
  position: relative;
  padding: 0 40px;
}

.business-switch {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 6;
}
.business-switch .switch-icon {
  width: 32px;
  cursor: pointer;
}
.hardware-switch .switch-icon {
  width: 38px;
  height: 38px;
  position: relative;
  cursor: pointer;
}

.hardware-switch .switch-icon img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

/* .hardware-switch .switch-icon img:last-child {
  opacity: 0;
} */

/* .hardware-switch .switch-icon:hover img {
  opacity: 0;
}
.hardware-switch .switch-icon:hover img:last-child {
  opacity: 1;
} */

.business-switch .next {
  transform: translateX(-30px);
}
.business-switch .prev {
  transform: translateX(30px);
}

.index-row1 {
  display: flex;
  justify-content: center;
}

.index-row2 {
  background-color: #f5f9fc;
}
.row1-bg {
  width: 85%;
  color: #595757;
}

.pro-list {
  display: flex;
  justify-content: space-between;
}
.index-row3 .index-title,
.index-row4 .index-title {
  margin-bottom: 100px;
}

.pro-list .pro-img {
  width: 167px;
  margin-bottom: 45px;
}
.pro-list .pro-tit {
  margin-bottom: 24px;
  text-align: center;
  color: #3e3938;
}
.pro-list p {
  line-height: 1.4em;
  text-align: center;
  color: #999999;
}
.index-row3 {
  padding: 110px 0 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-row4 {
  padding: 110px 0 130px;
  background-image: url(../images/row3-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-row2 {
  background-image: url(../images/row2-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.advantage-list {
  display: flex;
  justify-content: space-between;
}

.advantage-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin-bottom: 25px;
}

.advantage-img img {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advantage-img img:last-child {
  opacity: 0;
}

.advantage-tit {
  text-align: center;
}

.advantage-list li:hover .advantage-img {
  background-color: #1fa0ff;
}

.advantage-list li:hover .advantage-img img {
  opacity: 0;
}
.advantage-list li:hover .advantage-img img:last-child {
  opacity: 1;
}

.new-box {
  display: flex;
  justify-content: space-between;
}

.new-box-left {
  background-color: #fff;
  padding: 30px 30px 30px;
  border-radius: 12px;
  width: 48%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.new-top {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
  max-height: 274px;
}

.new-top img {
  width: 100%;
}

.new-top .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-list {
  overflow: hidden;
}
.new-list .new-item .new-item-title {
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-list .new-item .time {
  display: flex;
  align-items: center;
}

.new-list .new-item .time img {
  margin-right: 10px;
}

.new-list .new-item {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.news-more {
  color: #1fa0ff;
}

.new-box-right {
  background-color: #fff;
  padding: 30px 30px 30px;
  border-radius: 12px;
  width: 48%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.new-right-title {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.new-right-title img {
  margin-right: 14px;
  width: 28px;
}

.index-row5 {
  /* background-color: #f5f9fc; */
  /* background-image: url(../images/news-bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f8fb;
  padding: 100px 0 110px;
}

.earth-box {
  width: 100%;
}
.earth-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: -230px;
  z-index: 1;
  position: relative;
}

.index-row5 .detail-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-top: 80px;
}
.index-row5 .detail-more img {
  width: 18px;
  height: 18px;
}
.index-row6 {
  padding-top: 100px;
  overflow: hidden;
}

.news_swiper .news-pic {
  margin-bottom: 20px;
}

.news_swiper .news-pic img {
  width: 100%;
  width: 335px;
  height: 201px;
}

.news_swiper .time {
  font-size: 12px;
  color: #999999;
  margin-bottom: 14px;
}

.news_swiper p {
  line-height: 1.6em;
}

.news_swiper a {
  display: block;
}

.news_swiper a:hover p {
  color: #1fa0ff;
}

.news_swiper .news-pic {
  overflow: hidden;
}

.news_swiper .news-pic img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}

.news_swiper a:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.news-switch {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 6;
}
.news-switch .switch-icon {
  width: 38px;
  cursor: pointer;
}

.news-switch .next {
  transform: translateX(-109px);
}
.news-switch .prev {
  transform: translateX(109px);
}

.news_content {
  position: relative;
}
.news_content .new-box {
  width: 30%;
  margin: 20px;
}
.news_content p {
  white-space: nowrap; /* 确保文本在一行内显示 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}
.earth-title {
  color: #999999;
  margin-bottom: 10px;
  text-align: center;
}
.earth-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999999;
}

.earth-img img {
  width: 80%;
}

.earth-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

.earth-list .earth-item .item-con {
  /* width: 215px; */
  /* height: 215px; */
  /* border-radius: 50%; */
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  /* padding-top: 70px; */
  /* margin-bottom: 30px; */
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.earth-list .earth-item .item-con span {
  color: #0092fd;
  font-size: 48px;
  font-weight: bold;
  /* margin-bottom: 20px; */
  text-align: center;
  display: block;
}
.earth-list .earth-item .item-con .jia {
  position: relative;
  top: 6px;
  color: #0092fd;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.earth-list .earth-item .item-con p {
  font-size: 24px;
  text-align: center;
  padding-bottom: 6px;
  padding-left: 8px;
}

.earth-list .earth-item .text {
  font-size: 20px;
  /* text-align: center; */
  color: #999999;
}

/* .earth-list .earth-item:first-child {
  padding-top: 140px;
}

.earth-list .earth-item:last-child {
  padding-top: 140px;
} */

.footer {
  padding: 40px 0 25px;
  background-color: #131418;
  color: #adaeb2;
}
.footer a:hover {
  color: #e9403b !important;
}
.footer-box {
  display: flex;
  justify-content: space-between;
}
/* .footer-left,
.footer-right
{
  min-width: 240px;
} */

.footer-left .f-logo {
  margin-bottom: 30px;
}

.footer-left p {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.footer .footer-centent {
  justify-self: center;
  padding-top: 20px;
  flex: 1;
}
.footer-left .f-icon {
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.footer-left .f-icon img {
  margin-right: 24px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 35px;
}

.footer-nav a {
  color: #adaeb2;
}

.footer-nav s {
  margin: 0 14px;
  text-decoration: none;
}

.footer-qr {
  display: flex;
  justify-content: center;
}

.footer-qr .qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 50px;
  width: 200px;
}
.footer-qr .qr-item img {
  width: 114px;
  display: block;
  margin: 0 0 15px;
}

.footer-qr .qr-item p {
  text-align: center;
}

.footer-qr .qr-item:last-child {
  margin-right: 0;
}
.footer-right {
  padding-top: 20px;
  /* padding-left:70px ; */
  /* background-color: red; */
}

.footer-right span {
  margin-bottom: 20px;
  display: block;
  font-size: 12px;
}

.footer-right p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.footer-tips {
  text-align: center;
  margin-top: 50px;
}

.right-suspension {
  position: fixed;
  top: 40%;
  right: 50px;
  z-index: 108;
}
.suspension-list {
  background: linear-gradient(to bottom, #0fb4f8 0%, #0f8dfe 100%);
  padding: 20px 8px;
  border-radius: 30px;
}
.right-suspension .list-item {
  margin-bottom: 15px;
}
.right-suspension .list-item:last-child {
  margin-bottom: 0;
}
.right-suspension .list-item a {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}

.right-suspension .list-item img {
  width: 35px;
  display: block;
  margin: 0 auto 6px;
}

.suspension-list {
  margin-bottom: 15px;
}

.app-download {
  position: absolute;
  top: 50%;
  right: calc(100% + 24px);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  opacity: 0;
  pointer-events: none;
}
.suspension-list .tel-box {
  position: absolute;
  top: 50%;
  right: calc(100% + 24px);
  transform: translateY(-50%);
  color: #fff;
  width: 120px;
  opacity: 0;
  padding: 4px 12px;
  line-height: 28px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.right-suspension .list-item {
  position: relative;
}

.suspension-list .list-item:hover .tel-box {
  opacity: 1;
}
.right-suspension .list-item:hover .app-download {
  opacity: 1;
}

.right-suspension .list-item .app-download img {
  width: 100%;
}
.right-suspension .list-item .app-download::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.to-top {
  display: none;
}
.to-top p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #0f8dfe;
}
.g-ban {
  position: relative;
}
.g-ban-tit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
  text-align: right;
  color: #ffffff;
}
.g-ban-tit.two {
  /* bottom: 54px; */
  bottom:-36px;
}
.g-ban-tit.car {
  bottom: auto;
  top: 22%;
}
.g-ban-tit.car .ibox {
  text-align: left;
  line-height: 1.6em;
  display: flex;
  justify-content: flex-end;
  /* padding-right: 10%; */
}
.g-ban-tit.car .ibox p {
  text-align: left;
}
.g-ban img {
  width: 100%;
}
.zli-img {
  position: absolute;
  width: 16%;
  right: 16%;
  bottom: 50px;
}

.yugu-row1 {
  padding: 70px 0 100px;
}

.yugu-title {
  margin-bottom: 40px;
  line-height: 1.4em;
  text-align: center;
}

.yugu-row1 .desc {
  line-height: 1.6em;
  margin-bottom: 80px;
  color: #666666;
  text-indent: 2em;
}

.yugu-row1 .icon-list {
  display: flex;
  justify-content: space-between;
  padding: 0 90px;
}

.yugu-row1 .icon-list img {
  display: block;
  margin: 0 auto 30px;
  width: 140px;
}

/* AI换电解决方案
AI充电解决方案
AI租车解决方案
AI综合解决方案 */
.yugu-row1 .icon-list p {
  text-align: center;
}

.yugu-row2 {
  padding: 160px 0 140px;
  background-image: url(../images/yugu_bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.yugu-row2 .mode-title {
  margin-bottom: 32px;
  line-height: 1.4em;
  color: #ffffff;
  font-weight: normal;
}

.yugu-row2 .desc {
  color: #888888;
  line-height: 2em;
  max-width: 444px;
  margin-bottom: 28px;
}

.certificate-box {
  max-width: 430px;
  display: flex;
  justify-content: space-between;
}

.certificate-box img {
  width: 200px;
}

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

.intelligent-list .intelligent-item {
  width: 32.33%;
  margin-right: 1.5%;
}
.intelligent-list .intelligent-item:last-child {
  margin-right: 0;
}

.intelligent-list img {
  width: 100%;
}

.intelligent-list .intelligent-img {
  margin-bottom: 40px;
}

.intelligent-list .intelligent-title {
  margin-bottom: 12px;
  text-align: center;
}
.intelligent-list p {
  line-height: 1.6em;
  text-align: center;
  color: #999999;
}

.yugu-row3 {
  padding: 115px 0 195px;
  background-image: url(../images/Intelligent-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.yugu-g-title {
  text-align: center;
  margin-bottom: 40px;
  color: #333333;
}

.yugu-row3 .yugu-g-title {
  margin-bottom: 100px;
}

.operation-item {
  position: relative;
  margin-bottom: 35px;
}
.operation-item:last-child {
  margin-bottom: 0;
}

.operation-item img {
  width: 100%;
}
.operation-item .text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: right;
  width: 100%;
}
.operation-item .text .tit {
  margin-bottom: 22px;
}
.operation-item .text p {
  line-height: 1.6em;
  opacity: 0.8;
}

.yugu-row4 {
  padding-top: 100px;
}

.hardware-box {
  position: relative;
  padding: 0 80px;
}

.hardware-box .hardware-switch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 0 10%;
}

.hardware-swi .swiper-slide img {
  width: 100%;
}

.customized-box {
  padding: 80px 0;
  background-image: url(../images/customized-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.customized-box.bg {
  /* background: linear-gradient(to right, #69e5ff 0%, #0f8dfe 100%); */
}

.customized-box a img {
  width: 300px;
}
.customized-top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.customized-top-box .text-box {
  min-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.customized-top-box .text-box-title {
}
.customized-top-box .text-box span {
  font-size: 14px;
}

.customized-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customized-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
}

.customized-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
.customized-input {
  width: 700px;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

.customized-input input {
  background-color: transparent;
  padding: 0 180px 0 40px;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 18px;
  color: #969696;
}

.customized-input input::placeholder {
  color: #969696;
}

.customized-input p {
  position: absolute;
  width: 150px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffd201;
  cursor: pointer;
}

.solution_row1-text {
  line-height: 1.6em;
  color: #666666;
  margin-bottom: 74px;
  text-indent: 2em;
}

.solution_row1-title {
  text-align: center;
  margin-bottom: 74px;
  color: #333333;
}

.solution_row1 {
  padding: 110px 0 140px;
}
.contrast-box .contrast-title {
  margin-bottom: 25px;
  text-align: center;
}

.contrast-con {
  display: flex;
  justify-content: center;
  width: 890px;
  margin: 0 auto;
}

.contrast-text {
  flex: 1;
  padding: 40px 60px 70px;
  box-sizing: border-box;
}

.contrast-text .contrast-con-tit {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.contrast-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  margin-bottom: 25px;
}
.contrast-list li:last-child {
  margin-bottom: 0;
}

.contrast-list li img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.contrast-con-left {
  background-color: #0096ff;
}

.contrast-con-left .contrast-con-tit,
.contrast-con-left .contrast-list li {
  color: #ffffff;
}

.contrast-con-right {
  background-color: #f5f5f5;
}

.contrast-list li div {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 170px;
}

.solution_row2 {
  padding: 100px 0 150px;
  background-image: url(../images/solution_row2_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.solution_row2.car {
  background: #f6f8fc;
}
.solution_row2 .solution_row1-title {
  margin-bottom: 130px;
}

.layout_list {
  display: flex;
  justify-content: space-between;
}

.layout_list .layout_top_num {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.layout_list .layout_top_num p {
  font-size: 60px;
  font-weight: bold;
  color: #0095f8;
  display: flex;
  align-items: center;
}

.layout_list .layout_top_num span {
  font-size: 44px;
  font-weight: bold;
  color: #0095f8;
  display: block;
  text-align: center;
}

.layout_list .layout_top_num p s {
  font-size: 40px;
  text-decoration: none;
}

.layout_list .layout_text {
  text-align: center;
}

.advantage_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advantage_list li {
  width: 33.33%;
  margin-bottom: 70px;
}
.advantage_list li:hover .advantage_icon img {
  opacity: 0;
}
.advantage_list li:hover .advantage_icon img:last-child {
  opacity: 1;
}
.advantage_list li .advantage_icon {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #333333;
}

.advantage_list li .advantage_icon:hover {
  border-color: #bef4fe;
}

.advantage_list li .advantage_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
}

.advantage_list li .advantage_icon img:last-child {
  opacity: 0;
}

.advantage_list li .advantage_title {
  text-align: center;
  margin-bottom: 16px;
  color: #3e3938;
}
.advantage_list li p {
  text-align: center;
  color: #999;
}

.advantage_list li:nth-child(4),
.advantage_list li:nth-child(5),
.advantage_list li:nth-child(6) {
  margin-bottom: 0;
}

.solution_row4 .solution_row1-title {
  margin-bottom: 40px;
}

.solution_row4 {
  /* background-color: #f5f9fc; */
}

.solution-swi .swiper-slide img {
  width: 100%;
}

.solution-box {
  position: relative;
  padding: 0 80px;
}

.solution-switch {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 6;
}
.solution-switch .switch-icon {
  width: 38px;
  cursor: pointer;
}

.solution-switch .next {
  /* transform: translateX(-30px); */
}
.solution-switch .prev {
  /* transform: translateX(30px); */
}

.solution_row1-text {
}

.charge_list {
  display: flex;
  justify-content: space-between;
}

.charge_list .layout_top_num {
  width: 255px;
  height: 255px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 150, 255, 0.2);
}

.charge_list .layout_top_num p {
  font-size: 60px;
  font-weight: bold;
  color: #0095f8;
  display: flex;
  align-items: center;
}

.charge_list .layout_top_num span {
  font-size: 44px;
  font-weight: bold;
  color: #0095f8;
  display: block;
  text-align: center;
}

.charge_list .layout_top_num p s {
  font-size: 40px;
  text-decoration: none;
}

.charge_list .layout_text {
  text-align: center;
}

.advantage_list.charge li {
  width: 25%;
  margin-bottom: 0;
}

.solution_row1.charge {
  padding: 100px 0 100px;
}

.advantage_list li p {
  line-height: 1.8em;
}

.carSv_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #3e3938;
}

.carSv_list li {
  width: 25%;
  margin-bottom: 55px;
}

.carSv_list li .li-icon {
  width: 200px;
  margin: 0 auto 20px;
}

.carSv_list li p {
  text-align: center;
}

.carSv_list li:nth-child(n + 4) {
  margin-bottom: 0;
}

.join_banner img {
  width: 100%;
}

.join_banner {
  position: relative;
}

.join_text {
  position: absolute;
  top: 55%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  text-align: right;
  color: #333333;
}

.join_text .tips {
  margin-bottom: 38px;
}

.join_text .title {
  margin-bottom: 38px;
}

.join_text .lable-con {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.solution_row3 {
  background-color: rgb(245, 248, 251);
}

.layouts-box {
  display: flex;
  justify-content: center;
  margin: 50px 0 130px;
}

.layouts-box img {
  width: 90%;
}

.join_text .lable-con p {
  margin-left: 28px;
  font-size: 22px;
  width: 160px;
  height: 54px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join_btn {
  display: flex;
  justify-content: flex-end;
}

.join_btn a {
  display: block;
  width: 196px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  /* background-color: #2b68ff; */
  background-image: url(../images/join-btn-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.join_row1 {
  padding-top: 40px;
}
.join_row3 {
  color: #333333;
  padding: 100px 0 130px;
  background-image: url(../images/join_car_row3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 0;
}
.join_row3.gm {
  background-color: #fff;
  padding: 50px 0 130px;
  background-image: none;
}
.join_row3 .join_row1-title {
  text-align: center;
  margin-bottom: 80px;
}
.zoom {
  overflow: hidden;
}
.zoom img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}

.zoom:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.scale-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scale-box .img-box {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 40%;
  /* width: calc(50% - 5px); */
}
.scale-box .img-box:nth-child(2n) {
  margin-right: 0;
}

.scale-box .img-box img {
  width: 100%;
}
.join_row1,
.join_row2 {
  font-size: 0;
}
.join_row1 .join_row1-title {
  margin-bottom: 60px;
  text-align: center;
  color: #333333;
}

.w100 {
  width: 100%;
}

.join_row2 {
  position: relative;
  color: #333333;
}

.join_row2 .tip-text {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  text-align: center;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%, 0);
}
.join_row2_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 6%;
}

.join_row2_text p {
  margin-bottom: 38px;
}

.join_row4 {
  position: relative;
}

.join_row4 .join_row4-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #333333;
  padding-top: 4.5%;
}

.join_row5 {
  position: relative;
  font-size: 0;
}
.join_row4 {
  font-size: 0;
}

.join_row5-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #333333;
  padding-top: 5.5%;
}

.join_row5-text .join_row5-title {
  text-align: center;
  margin-bottom: 90px;
}

.join_row5-con .item-title {
  color: #333333;
}

.join_row5-con .item-title p {
  margin-bottom: 16px;
}

.join_row5-con .item-title span {
  color: #0286e5;
  font-weight: bold;
}

.join_row5-con .join_row5-item {
  margin-bottom: 70px;
}

.join_row5-con .join_row5-item:last-child {
  margin-bottom: 0;
}
.join_row6-btn {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #2b68ff;
  margin: 0 auto 30px;
  font-size: 24px;
  font-weight: bold;
}

.join_row6 {
  padding: 130px 0 80px;
  background-image: url(../images/join_row6-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.join_row3.scene {
  padding: 60px 0 130px;
  background-image: url(../images/scene-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.join_row6 p {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join_row6 p img {
  width: 25px;
  margin-right: 10px;
}

.join_row7 {
  position: relative;
  padding: 100px 0;
}
.join_row7-text {
  font-size: 36px;
  text-align: center;
  margin-bottom: 80px;
}
.join_row7_con {
  border-top: 2px solid #ededed;
}
.join_row7_con .row_7_main {
  /* width: 100%;
  padding-bottom:36px ;
 
  align-items: center;
   */
  display: flex;
  justify-content: space-between;
}

.row_7_main .row_7_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 80px;

  /* background-color: red; */
}
.row_7_main .row_7_item .line {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  width: 20%;
  height: 5px;
  background-color: #007cfe;
  opacity: 0;
  transition: all 1.5s;
}
.row_7_item .img-container {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
}
.row_7_main .row_7_item .img-container img {
  opacity: 0;
}
.row_7_main .row_7_item .img-container img:first-child {
  opacity: 1;
}
.row_7_main .row_7_item:hover .img-container img:last-child {
  transition: all 0.8s;
  opacity: 1;
}
.row_7_main .row_7_item:hover .line {
  transition: all 1s;
  opacity: 1;
}

.row_7_main .row_7_item p {
  font-size: 20px;
}
.row_7_main .row_7_item img {
  width: 100%;
}

.join_car_banner {
  position: relative;
}

.join_car_text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 13%;
  color: #333333;
}

.join_car_text .title {
  color: #2b68ff;
  margin-bottom: 22px;
}

.join_car_text img {
  width: 190px;
  margin-bottom: 20px;
}

.join_car_text p {
  margin-bottom: 80px;
}

.join_car_btn a {
  width: 260px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  /* background-color: rgba(0, 0, 0, 0.8); */
  background-color: #333333;
}

.join_car_row1 {
  padding: 40px 0;
}

.join_car_row1.p0 {
  padding: 0;
}
.join_car_botton {
  width: 490px;
  height: 58px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  background-image: url(../images/btn-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.join_car_botton:hover {
  transform: translateY(-3px);
}

.join_car_row1 .join_car_title {
  margin-bottom: 40px;
  text-align: center;
}

.form_box {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 40px;
}

.form_box_item {
  width: 49.5%;
}

.form_box_item .form_tit {
  font-size: 14px;
  color: #99a1a9;
  margin-bottom: 12px;
}

.form_box_item .form_tit span {
  color: #bd4a59;
}

.form_box_item .inpt_con {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

.form_box_item .inpt_con input {
  flex: 1;
  height: 100%;
  padding: 0 20px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #333333;
}

.form_box_item .inpt_con input::placeholder {
  color: #99a1a9;
}

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

.form_box_item .inpt_con.code .get_code {
  width: 117px;
  text-align: center;
  color: #99a1a9;
  border-left: 1px solid #99a1a9;
}

.form_box-btn {
  width: 490px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  margin: 0 auto;
  border: 1px solid #333333;
  border-radius: 5px;
  cursor: pointer;
}

.form_box-btn.blue {
  background-color: #2b68ff;
  color: #ffffff;
  border: none;
}

.join_car_row2 {
  color: #333333;
  position: relative;
}

.join_car_row2-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.join_charge_banner {
  position: relative;
}

.join_charge_text {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #333333;
}

.join_charge_text .tips {
  width: 380px;
  height: 45px;
  /* display: flex;
    align-items: center;
    justify-content: center; */
  color: #333333;
  /* background-color: #2b68ff; */
  margin-bottom: 18px;
}

.join_charge_text .title {
  margin-bottom: 46px;
}

.join_charge_text p {
  margin-bottom: 14px;
}

.join_charge_text .lable-box {
  /* display: flex; */
  /* align-items: center; */
  margin-bottom: 60px;
}

.join_charge_text .lable-box span {
  width: 160px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #3d7efb;
  margin-right: 16px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.join_charge_text .lable-box span:last-child {
  margin-bottom: 0;
}
.join_charge_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.join_charge_list .item {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.join_charge_row2-title {
  color: #333333;
  padding-top: 90px;
  margin-bottom: 40px;
  text-align: center;
}

.success-cases {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join_charge_row4 {
  background-image: url(../images/join_charge_row4-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 180px;
}
.success-cases-item {
  margin-right: 3%;
  margin-bottom: 3%;
  width: 31.333%;
}

.success-cases-item:nth-child(3n) {
  margin-right: 0;
}

.success-cases-item img {
  width: 100%;
}

.join_charge_row3 {
  position: relative;
}
.cd_bcontent {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cd_bg {
  position: absolute;
  left: 32.75%;
  top: 50%;
  transform: translateY(-50%);
  width: 32.75%;
  z-index: 0;
}

.join_charge_row3-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #333333;
  text-align: center;
  padding-top: 60px;
}

.cd_bcontent .cd_left {
  width: 41%;
  position: relative;
  z-index: 3;
}

.cd_bcontent .cd_left .cd_left_text {
  position: absolute;
  /* width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  padding-left: 10%;
  top: 8%; */
  top: 8%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cd_left_text_title {
  margin-bottom: 28px;
}

.cd_left_text p {
  color: #2b68ff;
}

.cd_left_p {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 5;
  bottom: 12%;
  text-align: center;
}

.cd_bcontent .cd_right {
  width: 35.75%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.join_charge_row5 {
  background-image: url(../images/join_charge_row5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 150px;
}
.join_charge_row5 .join_charge_row3-title {
  position: initial;
  padding-top: 0;
  margin-bottom: 100px;
}

.ibox2 {
  width: 1490px;
  margin: 0 auto;
}
.comprehensive_row1_title {
  margin-bottom: 55px;
  text-align: center;
}
.comprehensive_box {
  display: flex;
  justify-content: space-between;
}
.comprehensive_nav {
  width: 250px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.comprehensive_pic {
  flex: 1;
  overflow: hidden;
  /* background-color: #fff; */
  border-radius: 6px;
}

.comprehensive_pic .comprehensive_swi {
  width: 100%;
  /* height: 100%; */
}

.comprehensive_nav .comprehensive_nav_item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7faff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  cursor: pointer;
  color: #0d7ffe;
  transition: 0.3s;
  border-radius: 6px;
}

.comprehensive_nav .comprehensive_nav_item:last-child {
  margin-bottom: 0;
}

.comprehensive_nav .comprehensive_nav_item.active {
  /* background-color: #1360ff;
    background-color: #069dfd; */
  background: linear-gradient(to bottom right, #1360ff 0%, #069dfd 100%);
  color: #ffffff;
}

.comprehensive_row1 {
  padding: 100px 0 100px;
  background-image: url(../images/comprehensive-item-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.comprehensive_row1 .comprehensive_d {
  bottom: 16px;
}

.comprehensive_row1 .comprehensive_d .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #8fb9ea;
}

.comprehensive_row1 .comprehensive_d .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0d7ffe;
}

@media (max-width: 1880px) {
  .charge_list .layout_top_num {
    width: 200px;
    height: 200px;
  }
  .charge_list .layout_top_num p {
    font-size: 50px;
  }
}

@media (max-width: 1550px) {
  .banner {
    height: auto;
  }

  .f_16 {
    font-size: 14px;
  }

  .f_18 {
    font-size: 16px;
  }

  .f_20 {
    font-size: 18px;
  }

  .f_22 {
    font-size: 18px;
  }

  .f_24 {
    font-size: 20px;
  }

  .f_26 {
    font-size: 22px;
  }

  .f_28 {
    font-size: 22px;
  }

  .f_30 {
    font-size: 24px;
  }

  .f_32 {
    font-size: 26px;
  }

  .f_34 {
    font-size: 26px;
  }

  .f_36 {
    font-size: 28px;
  }

  .f_38 {
    font-size: 28px;
  }
  .f_44 {
    font-size: 36px;
  }
  .f_48 {
    font-size: 36px;
  }
  .f_56 {
    font-size: 40px;
  }
  .f_100 {
    font-size: 80px;
  }
  .index-row3 {
    padding: 130px 0;
  }
  .index-row4 {
    padding: 80px 0 200px;
  }

  .yugu-row2 {
    padding: 140px 0 100px;
  }
}

@media (max-width: 1440px) {
  .ibox {
    width: 1200px;
    padding: 0 5%;
  }
  .box_2 .aboutUs_02_02 {
    /* width: 40%; */
  }
}

@media (max-width: 960px) {
  .ibox2 {
    width: 100%;
    padding: 0 5%;
  }
  .f_12 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 14px;
  }
  .f_18 {
    font-size: 14px;
  }
  .f_20 {
    font-size: 18px;
  }
  .f_22 {
    font-size: 20px;
  }
  .f_24 {
    font-size: 20px;
  }
  .f_26 {
    font-size: 20px;
  }
  .f_28 {
    font-size: 20px;
  }
  .f_30 {
    font-size: 20px;
  }
  .f_32 {
    font-size: 20px;
  }
  .f_34 {
    font-size: 20px;
  }
  .f_36 {
    font-size: 20px;
  }
  .f_38 {
    font-size: 20px;
  }
  .f_40 {
    font-size: 24px;
  }
  .f_42 {
    font-size: 24px;
  }
  .f_46 {
    font-size: 24px;
  }
  .f_48 {
    font-size: 28px;
  }
}
