@charset "utf-8";
:root {
  --color: #0075ff;
  --vh: 100vh;
}
/*头部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 70px;
  text-align: center;
  color: #000;
  transition: 0.4s;
  background: #fff;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #000;
  transition: 0.4s;
}
#c-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: 1760px;
}
@media (max-width: 1260px) {
  #c-header > .container {
    width: 90%;
  }
}
@media (max-width: 991px) {
  #c-header > .container {
    height: 60px;
  }
}
#c-header .c-right-box,
#c-header .c-left-box {
  display: flex;
  align-items: center;
}
#c-header.c-style2 {
  border-color: #e5e5e5;
}
#c-header.c-head-move {
  top: -72px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -62px;
  }
}
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 36px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 24px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header .c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn .public-btn {
  margin-left: 0.1rem;
  color: #fff;
  min-width: 100px;
  padding: 0 0.15rem;
  height: 40px;
  background: url(../images/head-btn-bg.png) no-repeat center center / cover;
  border: 0;
}
@media (max-width: 1580px) {
  #c-header .c-gn .public-btn {
    min-width: 80px;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn .public-btn {
    min-width: 66px;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn .public-btn {
    margin: 0 0.2rem 0 0;
    padding: 2px 4px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn .public-btn {
    padding: 0;
    color: #000 !important;
    min-width: auto;
    border: 0 !important;
    background: transparent;
  }
}
#c-header .c-gn .public-btn:nth-child(1) {
  position: relative;
  background: transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
@media (max-width: 767px) {
  #c-header .c-gn .public-btn:nth-child(1)::before {
    content: "/";
    position: absolute;
    top: 40%;
    right: 0;
    transform: translate(0.16rem, -50%);
    pointer-events: none;
  }
}
#c-header .c-nav {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-left: 25px;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-left: 15px;
  }
}
#c-header .c-nav > li:first-child {
  margin-left: 38px;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li:first-child {
    margin-left: 15px;
  }
}
#c-header .c-nav > li > .c-title-box {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-top: 1px;
  margin-left: 0.05rem;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li > .c-title-box:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color);
  transition: 0.4s;
}
#c-header .c-nav > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  padding: 10px;
  min-width: 100px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
#c-header .c-nav > li > ul li:last-child a::before {
  display: none;
}
#c-header .c-nav > li > ul li a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
#c-header .c-nav > li > ul li a:hover {
  color: var(--color);
  background: #f8f9fc;
}
#c-header .c-nav li:hover > .c-title-box,
#c-header .c-nav li:hover > a {
  color: var(--color);
}
#c-header .c-nav li:hover > .c-title-box svg {
  color: var(--color);
}
#c-header .c-list-box {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  background: #fff;
  line-height: 1.5;
  text-align: left;
  display: none;
  white-space: wrap;
  white-space: normal;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e5e5e5;
}
#c-header .c-list-box .container {
  display: flex;
  align-items: inherit;
  align-content: flex-start;
}
#c-header .c-list-box .container .c-left {
  border-right: 1px solid #e5e5e5;
  flex-shrink: 0;
  width: 286px;
  padding: 0.45rem 0.35rem 0.45rem 0;
}
#c-header .c-list-box .container .c-left .c-title {
  color: #000;
}
#c-header .c-list-box .container .c-left .c-text {
  margin-top: 0.1rem;
  color: #666;
}
#c-header .c-list-box .container .c-right {
  width: 100%;
  padding: 0.45rem 0.85rem;
}
#c-header .c-list-box .container .c-right .c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 430px;
  overflow-y: auto;
}
#c-header .c-list-box .container .c-right .c-list .c-item {
  width: 49%;
  margin-bottom: 0.35rem;
}
#c-header .c-list-box .container .c-right .c-list .c-item:last-child,
#c-header .c-list-box .container .c-right .c-list .c-item:nth-last-child(2) {
  margin: 0;
}
#c-header .c-list-box .container .c-right .c-list .c-item .c-title {
  display: inline-flex;
  align-items: center;
  color: var(--color);
  transition: all 0.4s;
}
#c-header .c-list-box .container .c-right .c-list .c-item .c-title img,
#c-header .c-list-box .container .c-right .c-list .c-item .c-title svg {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  object-fit: contain;
  color: var(--color);
  transition: all 0.4s;
}
#c-header .c-list-box .container .c-right .c-list .c-item .c-title:hover {
  color: var(--color);
}
#c-header .c-list-box .container .c-right .c-list .c-item .c-title:hover img,
#c-header .c-list-box .container .c-right .c-list .c-item .c-title:hover svg {
  margin-left: 15px;
}
#c-header .c-list-box .container .c-right .c-list .c-item .c-text {
  color: #666;
  margin-top: 0.1rem;
}
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 14px;
  height: 14px;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: calc(100% - 40px);
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
  color: #333;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close:hover {
  color: #fff;
  background-color: var(--color);
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
  background: #0e2241;
}
#c-footer a {
  color: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
}
#c-footer a:hover {
  color: var(--color);
}
#c-footer .c-top-box {
  padding: 0.75rem 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#c-footer .c-top-box .c-title-box img,
#c-footer .c-top-box .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-title-box img,
  #c-footer .c-top-box .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box a.c-title-box:hover {
  color: var(--color);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
    font-size: 0.28rem;
  }
  #c-footer .c-top-box .c-list-box .c-list a {
    display: block;
  }
}
#c-footer .c-top-box .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .c-list-box.on .c-title-box img,
#c-footer .c-top-box .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .c-text-box {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-text-wrap {
    width: 100%;
  }
}
#c-footer .c-top-box .c-text-wrap .c-title-box:nth-child(2) {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-text-wrap .c-title-box:nth-child(2) {
    margin-bottom: 0.3rem;
  }
}
#c-footer .c-top-box .c-text-wrap .c-img-box {
  margin-top: 0.15rem;
}
#c-footer .c-top-box .c-text-wrap .c-img-box img {
  margin-right: 0.1rem;
  width: 70px;
}
#c-footer .c-bottom-box {
  padding: 0.3rem 0 0.5rem;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
    font-size: 10px;
  }
}
#c-footer .c-bottom-box a {
  color: rgba(255, 255, 255, 0.4);
}
#c-footer .c-bottom-box a:hover {
  color: var(--color);
}
#c-footer .c-bottom-box .c-left .c-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-left .c-box {
    justify-content: space-between;
  }
}
#c-footer .c-bottom-box .c-left .c-box .c-logo {
  margin-right: 0.75rem;
  display: inline-flex;
}
#c-footer .c-bottom-box .c-left .c-box .c-logo img {
  height: 30px;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-left .c-box .c-logo img {
    height: 24px;
  }
}
#c-footer .c-bottom-box .c-left .c-box .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-bottom-box .c-left .c-box .c-ico a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3rem;
  width: auto;
  height: 20px;
  color: #d2d2d2;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-left .c-box .c-ico a {
    margin-right: 0.2rem;
  }
}
#c-footer .c-bottom-box .c-left .c-box .c-ico a img,
#c-footer .c-bottom-box .c-left .c-box .c-ico a svg {
  height: 100%;
}
#c-footer .c-bottom-box .c-left .c-box .c-ico a:hover {
  color: var(--color);
}
#c-footer .c-bottom-box .c-left .c-copyright {
  margin-right: 0.4rem;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .c-left .c-copyright {
    margin-right: 0;
  }
}
#c-footer .c-bottom-box .c-right {
  flex-shrink: 0;
}
#c-footer .c-bottom-box .c-right .c-phone {
  margin: 0 0 0.25rem;
  display: flex;
  align-items: center;
  color: var(--color);
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .c-right .c-phone {
    display: none;
  }
}
#c-footer .c-bottom-box .c-right .c-phone img {
  margin-right: 0.05rem;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
#c-footer .c-bottom-box .c-right .c-policy-link a:last-child {
  margin-right: 0;
}
/*首页内容1*/
.c-home1 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home1 {
    margin-top: 60px;
  }
}
.c-home1 .swiper1 .swiper-slide {
  overflow: hidden;
  --index: 0;
}
.c-home1 .swiper1 .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh);
  height: calc(100svh);
  height: calc(100dvh);
}
@media (max-width: 767px) {
  .c-home1 .swiper1 .swiper-slide .c-img {
    height: 80vw;
  }
}
.c-home1 .swiper1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper1 .swiper-slide .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper1 .swiper-slide .c-wrap {
  position: absolute;
  top: 38%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 767px) {
  .c-home1 .swiper1 .swiper-slide .c-wrap {
    display: none;
    top: 60px;
    transform: translateY(0);
    margin-top: 0.3rem;
    color: var(--color);
  }
}
.c-home1 .swiper1 .swiper-slide .c-wrap .container {
  position: relative;
  width: 95%;
  max-width: 1800px;
}
.c-home1 .swiper1 .swiper-slide .c-wrap .c-title {
  display: flex;
}
@media (max-width: 1260px) {
  .c-home1 .swiper1 .swiper-slide .c-wrap .c-title {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .c-home1 .swiper1 .swiper-slide .c-wrap .c-title {
    justify-content: center;
  }
}
.c-home1 .swiper1 .swiper-slide .c-wrap .c-title:nth-child(1) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
}
.c-home1 .swiper1 .swiper-slide .c-wrap .c-title:nth-child(1) p {
  padding-left: 47%;
  margin: 0 !important;
  width: 100% !important;
}
@media (max-width: 1260px) {
  .c-home1 .swiper1 .swiper-slide .c-wrap .c-title p {
    margin: 0 !important;
    padding-left: 47%;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .c-home1 .swiper1 .swiper-slide .c-wrap .c-title p {
    padding-left: 0% !important;
    width: 100% !important;
    text-align: center;
  }
}
.c-home1 .swiper1 .swiper-slide .c-wrap .c-title p:nth-child(1) {
  margin-right: 13%;
  width: 24%;
}
.c-home1 .swiper1 .swiper-slide .c-wrap .c-title p span {
  display: inline-block;
  transform: translateX(-5px);
  opacity: 0;
  transition: opacity 0.4s 0s, transform 0s 0.4s;
}
.c-home1 .swiper1 .swiper-slide.swiper-slide-active .c-wrap .c-title span {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.4s calc(var(--index) * 0.03s + 0.4s);
}
.c-home1 .swiper1 .swiper-button-next,
.c-home1 .swiper1 .swiper-button-prev {
  margin-top: -0.2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.4s;
  right: 0.6rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .c-home1 .swiper1 .swiper-button-next,
  .c-home1 .swiper1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper1 .swiper-button-next::after,
.c-home1 .swiper1 .swiper-button-prev::after {
  display: none;
}
.c-home1 .swiper1 .swiper-button-next img,
.c-home1 .swiper1 .swiper-button-prev img,
.c-home1 .swiper1 .swiper-button-next svg,
.c-home1 .swiper1 .swiper-button-prev svg {
  width: 50%;
  height: 50%;
}
.c-home1 .swiper1 .swiper-button-next:hover,
.c-home1 .swiper1 .swiper-button-prev:hover {
  opacity: 1;
  background: #fff;
  color: var(--color);
}
.c-home1 .swiper1 .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.c-home1 .swiper1 .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  bottom: 150px;
  width: 90%;
  max-width: 1440px;
}
@media (max-width: 1580px) {
  .c-home1 .swiper1 .swiper-pagination {
    bottom: 110px;
  }
}
@media (max-width: 767px) {
  .c-home1 .swiper1 .swiper-pagination {
    bottom: 0.4rem;
  }
}
.c-home1 .swiper1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  width: 20px;
  height: 3px;
  vertical-align: top;
  margin: 0 0.05rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }
}
.c-home1 .swiper1 .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: #fff;
  width: 0;
  animation-timing-function: linear;
}
.c-home1 .swiper1 .swiper-pagination .swiper-pagination-bullet-active div {
  animation-name: width100;
}
.c-home1 .swiper2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 767px) {
  .c-home1 .swiper2 {
    display: none;
  }
}
.c-home1 .swiper2 .swiper-wrapper {
  align-items: flex-end;
}
.c-home1 .swiper2 .c-wrap {
  display: block;
  position: relative;
  padding: 0.25rem 0.4rem;
  transition: all 0.4s;
  background: #f8fcff;
}
.c-home1 .swiper2 .c-wrap .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.c-home1 .swiper2 .c-wrap .c-title {
  position: relative;
  z-index: 5;
  line-height: 1.5;
  height: 3em;
  max-width: 360px;
  margin-bottom: -28px;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 1580px) {
  .c-home1 .swiper2 .c-wrap .c-title {
    margin-bottom: -24px;
  }
}
.c-home1 .swiper2 .c-wrap .c-more {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  vertical-align: top;
  transition: all 0.4s;
  opacity: 0;
}
.c-home1 .swiper2 .c-wrap .c-more img,
.c-home1 .swiper2 .c-wrap .c-more svg {
  width: 12px;
  height: 12px;
  margin-left: 0.06rem;
}
.c-home1 .swiper2 .c-wrap:hover {
  background: var(--color);
  color: #fff;
}
.c-home1 .swiper2 .c-wrap:hover .c-title {
  margin-bottom: 0.15rem;
}
.c-home1 .swiper2 .c-wrap:hover .c-more {
  opacity: 1;
}
/*首页内容2*/
.c-home2 {
  padding: 1.25rem 0 0;
  background: #fbfdff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home2 {
    padding: 0.7rem 0 0;
  }
}
.c-home2 .public-aimodel-title {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .c-home2 .public-aimodel-title {
    margin-bottom: 0.6rem;
  }
}
.c-home2 .public-aimodel-title .f_txt {
  margin: 0.2rem 0 0.6rem;
}
@media (max-width: 767px) {
  .c-home2 .public-aimodel-title .f_txt {
    display: none;
  }
}
.c-home2 .c-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-home2 .c-bottom {
    flex-wrap: wrap;
  }
}
.c-home2 .c-bottom .c-main {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  width: 27.77%;
  background-color: #ffffff;
  box-shadow: 0.13rem 0.06rem 0.28rem 0 rgba(9, 41, 79, 0.08);
  border-radius: 0.2rem;
  border: solid 1px #eeeeee;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-home2 .c-bottom .c-main {
    width: 100%;
  }
}
.c-home2 .c-bottom .c-main .c-prev,
.c-home2 .c-bottom .c-main .c-next {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 24px;
  transition: all 0.4s;
  background: #fbfcfc;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.c-home2 .c-bottom .c-main .c-prev .c-svg,
.c-home2 .c-bottom .c-main .c-next .c-svg {
  width: 10px;
  height: 10px;
}
.c-home2 .c-bottom .c-main .c-prev:hover,
.c-home2 .c-bottom .c-main .c-next:hover {
  color: var(--color);
}
.c-home2 .c-bottom .c-main .c-prev .c-svg {
  transform: rotate(180deg);
}
.c-home2 .c-bottom .c-main .swiper1-box {
  display: flex;
  align-items: center;
}
.c-home2 .c-bottom .c-main .swiper1 {
  margin: 0 -1px;
  text-align: center;
}
.c-home2 .c-bottom .c-main .swiper1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  height: 56px;
  padding: 0 0.1rem;
  background: #fbfcfc;
  border: 1px solid transparent;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  transition: all 0.4s;
}
.c-home2 .c-bottom .c-main .swiper1 .on {
  color: #000;
  border: 1px solid transparent;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: #fff;
}
.c-home2 .c-bottom .c-main .c-list {
  position: relative;
  height: 274px;
}
@media (max-width: 1580px) {
  .c-home2 .c-bottom .c-main .c-list {
    height: 220px;
  }
}
@media (max-width: 1260px) {
  .c-home2 .c-bottom .c-main .c-list {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .c-home2 .c-bottom .c-main .c-list {
    height: 217px;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-bottom .c-main .c-list {
    height: auto;
  }
}
.c-home2 .c-bottom .c-main .c-list .c-item {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.c-home2 .c-bottom .c-main .c-list .c-item .c-prev,
.c-home2 .c-bottom .c-main .c-list .c-item .c-next {
  background: transparent;
  border: 0;
}
.c-home2 .c-bottom .c-main .c-list .c-item .c-prev.swiper-button-disabled,
.c-home2 .c-bottom .c-main .c-list .c-item .c-next.swiper-button-disabled {
  opacity: 0;
}
.c-home2 .c-bottom .c-main .c-list .c-item.on {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide {
  padding: 0.25rem;
  height: 234px;
}
@media (max-width: 1580px) {
  .c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide {
    height: 180px;
  }
}
@media (max-width: 1260px) {
  .c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide {
    height: 178px;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide {
    height: auto;
  }
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide .c-title {
  color: #000;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide .c-text {
  margin: 0.1rem 0 0.2rem;
  color: #646464;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide .c-text span {
  color: var(--color);
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide .c-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide .c-more img,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide .c-more svg {
  margin-left: 0.05rem;
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide .c-more:hover img,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .swiper-slide .c-more:hover svg {
  margin-left: 0.15rem;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eeeeee;
  margin-bottom: -1px;
  padding: 0 0.25rem;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-prev,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-prev.swiper-button-disabled,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-next.swiper-button-disabled {
  display: none;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-prev img,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-next img,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-prev svg,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-next svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-prev:hover,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-next:hover {
  color: var(--color);
  border-color: var(--color);
}
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-prev img,
.c-home2 .c-bottom .c-main .c-list .c-item .swiper2 .c-btn-box .c-prev svg {
  transform: rotate(180deg);
}
.c-home2 .c-bottom .c-main2 {
  position: relative;
  z-index: 1;
  width: 100%;
  flex-shrink: 0;
  margin: -12% 0 0 -18%;
}
@media (max-width: 991px) {
  .c-home2 .c-bottom .c-main2 {
    margin: -12% 0 0 -5%;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-bottom .c-main2 {
    width: 125%;
    margin: -6% 0 0 -20%;
  }
}
.c-home2 .c-bottom .c-main2 .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home2 .c-bottom .c-main2 .c-video {
  position: relative;
  z-index: 1;
  vertical-align: top;
  width: 100%;
}
.c-home2 .c-bottom .c-main2 .c-list1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.c-home2 .c-bottom .c-main2 .c-list1 .c-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.c-home2 .c-bottom .c-main2 .c-list1 .c-item.on {
  opacity: 1;
}
.c-home2 .c-bottom .c-main2 .c-list1 .c-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.c-home2 .c-bottom .c-main2 .c-list1 .c-item img.on {
  opacity: 1;
}
.c-home2 .c-bottom .c-main2 .c-list2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.c-home2 .c-bottom .c-main2 .c-list2 .c-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-home2 .c-bottom .c-main2 .c-list2 .c-item .c-hover-box {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
  cursor: pointer;
}
.c-home2 .c-bottom .c-main2 .c-list2 .c-item .c-hover-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
@media (max-width: 1580px) {
  .c-home2 .c-bottom .c-main2 .c-list2 .c-item .c-hover-box::before {
    width: 50px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .c-home2 .c-bottom .c-main2 .c-list2 .c-item .c-hover-box::before {
    width: 40px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-bottom .c-main2 .c-list2 .c-item .c-hover-box::before {
    width: 26px;
    height: 40px;
  }
}
.c-home2 .c-img {
  position: relative;
}
.c-home2 .c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-home2 .c-img img:first-child {
  position: relative;
}
/*首页内容4*/
.c-home4 {
  padding: 1.18rem 0 1.27rem;
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(top, #e9f2fe 0%, #e9f2fe 50%, #fafafa 100%);
  background: linear-gradient(to bottom, #e9f2fe 0%, #e9f2fe 50%, #fafafa 100%);
}
.c-home4 .container {
  position: relative;
  z-index: 5;
}
.c-home4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/home4-bg1.png) no-repeat left bottom / 100% auto;
  pointer-events: none;
}
.c-home4 .c-bg {
  position: absolute;
  top: 0.2rem;
  left: 33.85%;
  width: calc(100% - 33.85%);
  pointer-events: none;
}
.c-home4 .public-aimodel-title .f_tit span {
  color: var(--color);
}
.c-home4 .c-list1 {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.2rem;
  margin-top: 0.85rem;
}
.c-home4 .c-list1 .c-item {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.2rem;
  color: 000;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-home4 .c-list1 .c-item {
    font-size: 0.3rem;
  }
}
.c-home4 .c-list1 .c-item::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--color) url(../images/home4-menu-bg.png) no-repeat right center / auto 100%;
  border-radius: 0.2rem;
  transition: all 0.4s;
}
.c-home4 .c-list1 .c-item .c-ico {
  position: relative;
  margin-right: 0.1rem;
  width: 22px;
  height: 22px;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-home4 .c-list1 .c-item .c-ico {
    width: 18px;
    height: 18px;
  }
}
.c-home4 .c-list1 .c-item .c-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.c-home4 .c-list1 .c-item .c-ico img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-home4 .c-list1 .c-item span {
  position: relative;
  z-index: 2;
}
.c-home4 .c-list1 .c-item.on {
  color: #fff;
}
.c-home4 .c-list1 .c-item.on::before {
  opacity: 1;
  top: -10px;
  height: calc(100% + 20px);
}
@media (max-width: 767px) {
  .c-home4 .c-list1 .c-item.on::before {
    top: -5px;
    height: calc(100% + 10px);
  }
}
.c-home4 .c-list1 .c-item.on .c-ico img:nth-child(1) {
  opacity: 0;
}
.c-home4 .c-list1 .c-item.on .c-ico img:nth-child(2) {
  opacity: 1;
}
.c-home4 .c-list2 {
  position: relative;
  margin-top: 0.6rem;
}
.c-home4 .c-list2 .c-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.c-home4 .c-list2 .c-item:nth-child(1) {
  position: relative;
}
.c-home4 .c-list2 .c-item.on {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}
.c-home4 .c-list2 .c-item .aimodelbox4_nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1261px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_nav {
    width: 175px;
    height: 6rem;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_nav .f_xiantiao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #e2efff;
}
@media (max-width: 1260px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_nav .f_xiantiao {
    display: none;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_nav .f_xiantiao:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #0075ff;
  transition: all 0.4s;
}
.c-home4 .c-list2 .c-item .aimodelbox4_nav .swiper-slide {
  height: 20%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_nav .swiper-slide {
    height: auto;
    width: auto;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_nav .swiper-slide .f_item {
  padding: 0.4rem 0.26rem;
  color: #646464;
  transition: all 0.4s;
  text-align: center;
  width: 100%;
}
@media (max-width: 1260px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_nav .swiper-slide .f_item {
    border-bottom: 1px solid transparent;
  }
}
@media (max-width: 767px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_nav .swiper-slide .f_item {
    padding: 0.4rem 0.5rem;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_nav .swiper-slide:hover:not(.on) .f_item {
  color: var(--color);
}
.c-home4 .c-list2 .c-item .aimodelbox4_nav .swiper-slide.on .f_item {
  color: #000;
}
@media (max-width: 1260px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_nav .swiper-slide.on .f_item {
    background-color: #e2efff;
    border-color: #0075ff;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_cont {
  border-radius: 0.2rem;
  width: calc(100% - 175px);
  height: 100%;
  box-shadow: 0 0.2rem 0.5rem rgba(181, 215, 254, 0.1);
}
@media (max-width: 1260px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_cont {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_cont {
    border-radius: 0 0 0.2rem 0.2rem;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide {
  height: 100%;
}
.c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap {
  position: relative;
  display: block;
}
.c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-img {
    height: 50vw;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0.7rem 0.58rem;
  color: #000;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 80%, #ffffff 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 80%, #ffffff 100%);
}
@media (max-width: 767px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-box {
    position: relative;
    padding: 0.4rem;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-box .c-tbox {
  padding-right: 58%;
  width: 100%;
}
@media (max-width: 767px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-box .c-tbox {
    margin-bottom: 0.4rem;
    padding: 0;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-box .c-ico {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-box .c-ico {
    width: 40px;
    height: 40px;
  }
}
.c-home4 .c-list2 .c-item .aimodelbox4_cont .swiper-slide .c-wrap .c-box .c-title {
  margin: 0.4rem 0 0.13rem;
}
.c-home5 {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0;
  overflow: hidden;
}
.c-home5 .container {
  position: relative;
}
.c-home5 .swiper1 {
  margin-top: 0.63rem;
  overflow: visible;
}
.c-home5 .swiper1 .swiper-slide {
  padding-top: 41.66%;
  background-color: #e0eeff;
  border-radius: 20px;
  overflow: hidden;
  transform: scale(0.9);
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .c-home5 .swiper1 .swiper-slide {
    padding: 0;
  }
}
.c-home5 .swiper1 .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.c-home5 .swiper1 .swiper-slide.swiper-slide-active .c-wrap .c-img-box img {
  opacity: 1;
}
.c-home5 .swiper1 .swiper-slide .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-home5 .swiper1 .swiper-slide .c-bg {
    position: relative;
    height: 50vw;
  }
}
.c-home5 .swiper1 .swiper-slide .c-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home5 .swiper1 .swiper-slide .c-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 1.15rem 1rem;
}
@media (max-width: 991px) {
  .c-home5 .swiper1 .swiper-slide .c-wrap {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-home5 .swiper1 .swiper-slide .c-wrap {
    position: static;
    flex-wrap: wrap;
  }
}
.c-home5 .swiper1 .swiper-slide .c-wrap .c-text-box {
  width: 50%;
}
@media (max-width: 767px) {
  .c-home5 .swiper1 .swiper-slide .c-wrap .c-text-box {
    width: 100%;
  }
}
.c-home5 .swiper1 .swiper-slide .c-wrap .c-text-box .c-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.15rem 0 0.6rem;
}
@media (max-width: 767px) {
  .c-home5 .swiper1 .swiper-slide .c-wrap .c-text-box .c-tag {
    margin-bottom: 0.4rem;
  }
}
.c-home5 .swiper1 .swiper-slide .c-wrap .c-text-box .c-tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1rem 0.1rem 0;
  padding: 0 15px;
  height: 36px;
  border-radius: 6px;
  background: #edf5ff;
}
.c-home5 .swiper1 .swiper-slide .c-wrap .c-img-box {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .c-home5 .swiper1 .swiper-slide .c-wrap .c-img-box {
    display: none;
    margin-top: 0.6rem;
    width: 100%;
  }
}
.c-home5 .swiper1 .swiper-slide .c-wrap .c-img-box img {
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.c-home5 .swiper1 .public-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -0.64rem;
}
@media (max-width: 991px) {
  .c-home5 .swiper1 .public-prev {
    display: none;
  }
}
.c-home5 .swiper1 .public-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -0.64rem;
}
@media (max-width: 991px) {
  .c-home5 .swiper1 .public-next {
    display: none;
  }
}
.c-home5 .swiper2 {
  position: absolute;
  bottom: 0.45rem;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .c-home5 .swiper2 {
    margin-top: 0.4rem;
    position: static;
  }
}
.c-home5 .swiper2 .swiper-slide {
  position: relative;
  padding: 0 0 0.07rem;
  width: 160px;
  color: #646464;
  cursor: pointer;
  transition: all 0.4s;
  text-align: center;
}
@media (max-width: 1580px) {
  .c-home5 .swiper2 .swiper-slide {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .c-home5 .swiper2 .swiper-slide {
    width: 140px;
  }
}
.c-home5 .swiper2 .swiper-slide::before,
.c-home5 .swiper2 .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #b2bdcc;
  transition: all 0.4s;
}
.c-home5 .swiper2 .swiper-slide::after {
  width: 0;
  z-index: 2;
  background: #000;
}
.c-home5 .swiper2 .swiper-slide.swiper-slide-thumb-active {
  color: #000;
}
.c-home5 .swiper2 .swiper-slide.swiper-slide-thumb-active::after {
  width: 100%;
}
.c-home6 {
  padding: 1.35rem 0 0;
}
.c-home6 .public-aimodel-title .f_tit span {
  color: var(--color);
}
.c-home6 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.43rem -0.1rem -0.2rem;
}
.c-home6 .c-list .c-item {
  width: 50%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .c-home6 .c-list .c-item {
    width: 100%;
  }
}
.c-home6 .c-list .c-item:nth-child(odd) .c-wrap .c-text-box {
  color: #fff;
}
.c-home6 .c-list .c-item:nth-child(odd) .c-wrap .c-text-box .public-btn {
  color: #fff;
  border-color: #fff;
}
.c-home6 .c-list .c-item:nth-child(odd) .c-wrap .c-text-box .public-btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color);
}
.c-home6 .c-list .c-item .c-wrap {
  position: relative;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
}
.c-home6 .c-list .c-item .c-wrap .public-img::before {
  padding-top: calc(500 / 710 * 100%);
}
.c-home6 .c-list .c-item .c-wrap .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0.55rem 0.5rem;
  color: #000;
  transition: all 0.4s;
}
.c-home6 .c-list .c-item .c-wrap .c-text-box .c-text {
  margin: 0.1rem 0 0.25rem;
}
.c-home6 .c-list .c-item .c-wrap .c-text-box .public-btn {
  padding: 0 0.3rem;
  height: 40px;
  border: 1px solid #444;
  color: #000;
  background: transparent;
  transition: all 0.4s;
  min-width: 1.2rem;
}
.c-home6 .c-list .c-item .c-wrap .c-text-box .public-btn:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
.c-home6 .c-list .c-item .c-wrap:hover .public-img img {
  transform: scale(1.05);
}
.c-home7 {
  padding: 1.43rem 0 0;
}
.c-home7 .public-aimodel-title .f_tit span {
  color: var(--color);
}
.c-home7 .public-aimodel-title .f_txt {
  margin: 0.2rem 0 0.6rem;
  color: #646464;
}
.c-home7 .swiper .c-wrap {
  position: relative;
  z-index: 1;
  display: block;
}
.c-home7 .swiper .c-wrap .flip-card-front {
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.4s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f0f4ff;
  border-radius: 0.15rem;
  border: solid 1px #f2f2f2;
}
.c-home7 .swiper .c-wrap .flip-card-back {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0.4rem 0.2rem 0.8rem;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: transform 0.4s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: var(--color);
  border-radius: 0.15rem;
  border: solid 1px #f2f2f2;
  color: #fff;
  border-color: var(--color);
}
.c-home7 .swiper .c-wrap .flip-card-back .c-text {
  width: 100%;
}
.c-home7 .swiper .c-wrap .flip-card-back .c-more {
  color: #fff;
}
.c-home7 .swiper .c-wrap .c-more {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  color: var(--color);
  line-height: 1;
  vertical-align: top;
  transition: all 0.4s;
}
.c-home7 .swiper .c-wrap .c-more img,
.c-home7 .swiper .c-wrap .c-more svg {
  width: 12px;
  height: 12px;
  margin-left: 0.06rem;
  transition: all 0.4s;
}
.c-home7 .swiper .c-wrap .c-more:hover img,
.c-home7 .swiper .c-wrap .c-more:hover svg {
  margin-left: 0.15rem;
}
.c-home7 .swiper .c-wrap .c-box1 {
  position: relative;
  z-index: 5;
  padding: 0.2rem 0.2rem 1rem;
  min-height: 3.5rem;
}
@media (max-width: 1580px) {
  .c-home7 .swiper .c-wrap .c-box1 {
    min-height: 5rem;
  }
}
@media (max-width: 1260px) {
  .c-home7 .swiper .c-wrap .c-box1 {
    min-height: 5rem;
  }
}
@media (max-width: 991px) {
  .c-home7 .swiper .c-wrap .c-box1 {
    min-height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .c-home7 .swiper .c-wrap .c-box1 {
    min-height: 85vw;
  }
}
.c-home7 .swiper .c-wrap .c-box1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/home7-bg.jpg) no-repeat center center / cover;
  transition: all 0.4s;
  opacity: 0;
}
.c-home7 .swiper .c-wrap .c-box1 .c-ico {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ececec;
}
.c-home7 .swiper .c-wrap .c-box1 .c-ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 5px;
  transform: translate(-50%, -50%);
  background: #fff;
  opacity: 0.22;
  border: 1px solid #ececec;
}
.c-home7 .swiper .c-wrap .c-box1 .c-ico .c-svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: all 0.4s;
}
.c-home7 .swiper .c-wrap .c-box1 .c-title {
  margin: 0.1rem 0;
  transition: all 0.4s;
  line-height: 1.4;
  min-height: 2.8em;
}
@media (max-width: 991px) {
  .c-home7 .swiper .c-wrap .c-box1 .c-title {
    min-height: auto;
  }
}
.c-home7 .swiper .c-wrap .c-box1 .c-text {
  margin-bottom: 0.15rem;
  position: relative;
  z-index: 5;
  color: #666;
  transition: all 0.4s;
  display: none;
}
@media (max-width: 991px) {
  .c-home7 .swiper .c-wrap .c-box1 .c-text {
    opacity: 1;
    display: block;
  }
}
.c-home7 .swiper .c-wrap .public-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.c-home7 .swiper .c-wrap .public-img::before {
  padding-top: calc(240/265*100%);
}
.c-home7 .swiper .c-wrap > .c-ico {
  position: absolute;
  bottom: 0.3rem;
  left: 0.2rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  color: var(--color);
  opacity: 0;
  transition: all 0.4s;
}
.c-home7 .swiper .c-wrap > .c-ico .c-svg {
  width: 12px;
  height: 12px;
  object-fit: contain;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .c-home7 .swiper .c-wrap:hover .flip-card-front {
    transform: rotateY(180deg);
    /* 背面初始旋转也改为X轴 */
  }
  .c-home7 .swiper .c-wrap:hover .flip-card-back {
    transform: rotateY(0deg);
  }
}
.c-home7 .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  position: static;
}
.c-home7 .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #e7e7e8;
  opacity: 1;
  transition: all 0.4s;
}
.c-home7 .swiper .swiper-pagination .swiper-pagination-bullet::before {
  display: block;
  content: "";
  height: 100%;
  background: #000;
  border-radius: 3px;
  width: 0;
  transition: all 0.4s;
}
.c-home7 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
}
.c-home7 .swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-home8 {
  padding: 0.8rem 0 1rem;
  text-align: center;
}
.c-home8.on .container::before {
  transform: rotate(0deg);
}
.c-home8 .container {
  position: relative;
}
.c-home8 .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5%;
  z-index: 1;
  width: 99%;
  height: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: var(--color);
  transform: rotate(3deg);
  opacity: 0.3;
  transition: all 0.4s;
}
.c-home8 .c-main {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 1.12rem 0 0.77rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.c-home8 .c-main > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home8 .c-main .c-title,
.c-home8 .c-main .public-btn {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .c-home8 .c-main .c-title {
    font-size: 0.38rem;
  }
}
.c-home8 .c-main .public-btn {
  position: relative;
  margin-top: 0.52rem;
  background: url(../images/home8-btn.png) no-repeat center center / contain;
  border: 0;
}
@media (max-width: 767px) {
  .aimodelbanner.xinghuo .f_bag::before {
    padding-top: 60%;
  }
  .aimodelbanner.xinghuo .cont {
    top: 50%;
  }
}
.aimodelbanner.xinghuo .cont .font {
  width: 5.2rem;
}
@media (max-width: 1580px) {
  .aimodelbanner.xinghuo .cont .font {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .aimodelbanner.xinghuo .cont .font {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .aimodelbanner.xinghuo .cont .font {
    width: 100%;
  }
}
.aimodelbanner.xinghuo .cont .font .f_text {
  color: #666;
}
@media (max-width: 767px) {
  .aimodelbanner.xinghuo .cont .font .c-list {
    display: none;
  }
}
.aimodelbanner.xinghuo .cont .font .c-list .c-item {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 0.1rem;
  color: #000;
  background: #fff;
}
.aimodelbanner.xinghuo .cont .font .c-list .c-item:first-child {
  margin-top: 0.35rem;
}
.aimodelbanner.xinghuo .cont .font .c-list .c-item span {
  color: var(--color);
}
.aimodelbanner.xinghuo .cont .font .c-list .c-item .c-ico {
  margin-right: 0.1rem;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.aimodelbanner.xinghuo .cont .font .c-list .c-item .c-ico img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.public-menu {
  position: relative;
  z-index: 10;
  background: #fff;
}
.public-menu .c-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .public-menu .c-list {
    justify-content: space-between;
  }
}
.public-menu .c-list .c-item .c-title {
  position: relative;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.4s;
}
.public-menu .c-list .c-item .c-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.public-menu .c-list .c-item .c-title:hover {
  color: var(--color);
}
.public-menu .c-list .c-item.on .c-title {
  color: var(--color);
}
.public-menu .c-list .c-item.on .c-title::before {
  left: 0;
  width: 100%;
}
.public-box {
  padding: 1.2rem 0 1.65rem;
  background: url(../images/public-box-bg.png) no-repeat top left / 100% auto;
}
.public-box.style2 {
  background: none;
  padding: 0 0 1.7rem;
}
.public-box.style2 .c-list .c-item {
  flex-direction: row-reverse;
}
.public-box.style2 .c-list .c-item:nth-child(odd) {
  flex-direction: inherit;
}
.public-box .public-aimodel-title {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .public-box .public-aimodel-title {
    margin-bottom: 0.6rem;
  }
}
.public-box .public-aimodel-title .f_tit span {
  background: linear-gradient(to right, #0aabf6, #0075ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.public-box .public-aimodel-title .f_text {
  margin: 0.2rem auto 0;
  color: #666;
  max-width: 1030px;
}
.public-box .public-aimodel-title .f_text span {
  color: var(--color);
}
.public-box .c-list .c-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.public-box .c-list .c-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.public-box .c-list .c-item:last-child {
  margin: 0;
}
.public-box .c-list .c-item .c-text-box {
  width: calc(650/1440*100%);
}
@media (max-width: 991px) {
  .public-box .c-list .c-item .c-text-box {
    width: calc(700/1440*100%);
  }
}
@media (max-width: 767px) {
  .public-box .c-list .c-item .c-text-box {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.public-box .c-list .c-item .c-text-box .c-title {
  color: #000;
}
.public-box .c-list .c-item .c-text-box .c-text {
  margin-top: 0.5rem;
  color: #666;
}
@media (max-width: 767px) {
  .public-box .c-list .c-item .c-text-box .c-text {
    margin-top: 0.2rem;
  }
}
.public-box .c-list .c-item .c-text-box .c-text span {
  color: var(--color);
}
.public-box .c-list .c-item .public-img {
  width: calc(680/1440*100%);
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .public-box .c-list .c-item .public-img {
    width: 100%;
  }
}
.public-box .c-list .c-item .public-img::before {
  padding-top: calc(500/680*100%);
}
.governmentbox-sec1.xinghuo {
  padding: 1.4rem 0 1.65rem;
}
.governmentbox-sec1.xinghuo .public-aimodel-title .f_text {
  max-width: 1010px;
  margin: 0.2rem auto 0.55rem;
  color: #666;
}
.governmentbox-sec1.xinghuo .public-aimodel-title .f_text span {
  color: var(--color);
}
.c-foshan2 {
  padding: 1.4rem 0 1.87rem;
}
.c-foshan2 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.55rem -0.1rem 0;
}
.c-foshan2 .c-list .c-item {
  display: flex;
  width: 50%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .c-foshan2 .c-list .c-item {
    width: 100%;
  }
}
.c-foshan2 .c-list .c-item .c-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.c-foshan2 .c-list .c-item .c-wrap .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-foshan2 .c-list .c-item .c-wrap .c-text-box {
  position: relative;
  z-index: 2;
  padding: 0.4rem;
  color: #fff;
}
.c-foshan2 .c-list .c-item .c-wrap .c-text-box .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.15);
}
.c-foshan2 .c-list .c-item .c-wrap .c-text-box .c-ico .c-svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.c-foshan2 .c-list .c-item .c-wrap .c-text-box .c-title {
  margin: 0.5rem 0 0.1rem;
}
.c-foshan2 .c-list .c-item .c-wrap .c-text-box .c-text {
  min-height: 0.7rem;
}
.c-foshan2 .c-list2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-foshan2 .c-list2 .c-item {
  display: flex;
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .c-foshan2 .c-list2 .c-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-foshan2 .c-list2 .c-item {
    width: 100%;
  }
}
.c-foshan2 .c-list2 .c-item .c-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 0.2rem;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 0.3rem;
}
.c-foshan2 .c-list2 .c-item .c-wrap .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.2rem;
  background-image: linear-gradient(15deg, #0075ff 0%, #5e90ff 100%);
}
.c-foshan2 .c-list2 .c-item .c-wrap .c-ico .c-svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.c-foshan2 .c-list2 .c-item .c-wrap .c-title {
  margin: 0.35rem 0 0.1rem;
  color: #000;
}
.c-foshan2 .c-list2 .c-item .c-wrap .c-text {
  min-height: 0.8rem;
  color: #666;
}
.c-platform2 .c-main {
  margin-top: 0.82rem;
}
.c-platform2 .c-main .container {
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.c-platform2 .c-main .container .c-img {
  width: 50%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-platform2 .c-main .container .c-img {
    width: 100%;
  }
}
.c-platform2 .c-main .container .c-box {
  padding: 0.5rem 2rem 0.5rem 1.6rem;
  width: 50%;
  background: #f5faff;
}
@media (max-width: 1260px) {
  .c-platform2 .c-main .container .c-box {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-platform2 .c-main .container .c-box {
    width: 100%;
  }
}
.c-platform2 .c-main .container .c-box .c-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.c-platform2 .c-main .container .c-box .c-list::before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: -5px;
  right: 50%;
  margin-right: -5px;
  width: 10px;
  height: 10px;
  background: url(../images/ico-add.svg) no-repeat center / contain;
}
.c-platform2 .c-main .container .c-box .c-list .c-item {
  position: relative;
  z-index: 2;
  width: 50%;
  border: 1px solid #e7ebf0;
  border-left: 0;
  border-bottom: 0;
  padding: 0.4rem 0.6rem 0.4rem 0;
  text-align: center;
}
@media (max-width: 1260px) {
  .c-platform2 .c-main .container .c-box .c-list .c-item {
    padding: 0.4rem 0.4rem 0.4rem 0;
  }
}
.c-platform2 .c-main .container .c-box .c-list .c-item:nth-child(2n) {
  z-index: 1;
  border-right: 0;
  padding: 0.4rem 0 0.4rem 0.8rem;
}
@media (max-width: 1260px) {
  .c-platform2 .c-main .container .c-box .c-list .c-item:nth-child(2n) {
    padding: 0.4rem 0 0.4rem 0.4rem;
  }
}
.c-platform2 .c-main .container .c-box .c-list .c-item:nth-child(1),
.c-platform2 .c-main .container .c-box .c-list .c-item:nth-child(2) {
  border-top: 0;
}
.c-platform2 .c-main .container .c-box .c-list .c-item:nth-child(odd)::before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: url(../images/ico-add.svg) no-repeat center / contain;
}
.c-platform2 .c-main .container .c-box .c-list .c-item .c-title {
  color: var(--color);
}
.c-platform2 .c-main .container .c-box .c-list .c-item .c-text {
  margin-top: 0.1rem;
  color: #666;
  line-height: 1.5;
}
.c-platform3 {
  padding: 1.35rem 0 1.3rem;
}
.c-platform3 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.53rem -0.1rem -0.2rem;
}
.c-platform3 .c-list .c-item {
  display: flex;
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .c-platform3 .c-list .c-item {
    width: 50%;
  }
}
.c-platform3 .c-list .c-item .c-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #eee;
  border-radius: 0.2rem;
  overflow: hidden;
}
.c-platform3 .c-list .c-item .c-wrap .public-img::before {
  padding-top: calc(190/346*100%);
}
.c-platform3 .c-list .c-item .c-wrap .c-text-box {
  padding: 0.2rem;
  text-align: center;
}
.c-platform3 .c-list .c-item .c-wrap .c-text-box .c-title {
  color: #000;
}
@media (max-width: 767px) {
  .c-platform3 .c-list .c-item .c-wrap .c-text-box .c-title {
    font-size: 0.26rem;
  }
}
.c-platform4 {
  padding: 0.95rem 0 1.4rem;
  background: url(../images/platform4-bg1.jpg) no-repeat bottom left / cover;
}
.c-platform4 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.55rem -0.15rem -0.3rem;
}
.c-platform4 .c-list .c-item {
  width: 33.33%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 767px) {
  .c-platform4 .c-list .c-item {
    width: 100%;
  }
}
.c-platform4 .c-list .c-item .c-wrap .c-box {
  background-image: linear-gradient(-30deg, #a0c5ff 0%, #0075ff 100%);
  border-radius: 0.2rem;
  padding: 0.4rem 0.4rem 0.77rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.c-platform4 .c-list .c-item .c-wrap .c-box .public-img {
  width: 0.64rem;
}
.c-platform4 .c-list .c-item .c-wrap .c-box .public-img img {
  object-fit: contain;
}
.c-platform4 .c-list .c-item .c-wrap .c-text {
  height: 3.2rem;
  padding: 0.4rem;
  margin-top: -0.46rem;
  border-radius: 0.2rem;
  color: #666;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8) 50%, #ffffff 80%, #ffffff 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8) 50%, #ffffff 80%, #ffffff 100%);
}
@media (max-width: 767px) {
  .c-platform4 .c-list .c-item .c-wrap .c-text {
    background: #fff;
    height: auto;
    min-height: 2rem;
  }
}
.c-contact1 {
  position: relative;
  padding: 1.8rem 0 0;
  color: #000;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-contact1 {
    padding: 0;
    overflow: visible;
  }
}
.c-contact1 .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-contact1 .c-img {
    position: static;
  }
}
.c-contact1 .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-contact1 .container {
    position: static;
  }
}
.c-contact1 .container .c-left {
  width: 40%;
  padding-left: 0.7rem;
}
@media (max-width: 991px) {
  .c-contact1 .container .c-left {
    position: absolute;
    width: 100%;
    top: 17vw;
    left: 0;
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left {
    top: 7vw;
  }
}
.c-contact1 .container .c-left .x-img {
  width: auto;
  height: 1.4rem;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left .x-img {
    height: 1rem;
  }
}
.c-contact1 .container .c-left .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.c-contact1 .container .c-left .c-title {
  color: #fff;
  margin-top: 0.45rem;
  padding-left: 1.2rem;
}
@media (max-width: 991px) {
  .c-contact1 .container .c-left .c-title {
    padding-left: 0;
  }
}
.c-contact1 .container .c-right {
  width: calc(700/1440*100%);
  border-radius: 0.2rem 0.2rem 0 0;
  background: #fff;
  padding: 0.5rem 0.4rem 0.75rem;
  box-shadow: 0 0.04rem 0.21rem rgba(14, 40, 87, 0.06);
}
@media (max-width: 991px) {
  .c-contact1 .container .c-right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.c-contact1 .container .c-right .c-text {
  margin: 0.05rem 0 0.3rem;
  color: #666;
}
.c-contact1 .container .c-right .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.07rem -0.1rem;
}
.c-contact1 .container .c-right .c-list li {
  width: 50%;
  padding: 0 0.07rem 0.1rem;
}
.c-contact1 .container .c-right .c-list li:last-child,
.c-contact1 .container .c-right .c-list li:nth-last-child(2),
.c-contact1 .container .c-right .c-list li:nth-last-child(3) {
  width: 100%;
}
.c-contact1 .container .c-right .c-list li .c-text2 {
  margin-bottom: 0.05rem;
}
.c-contact1 .container .c-right .c-list li .c-text2 span {
  color: var(--color);
}
.c-contact1 .container .c-right .c-list li input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  padding: 0 0.15rem;
  line-height: 48px;
}
@media (max-width: 1580px) {
  .c-contact1 .container .c-right .c-list li input {
    height: 40px;
    line-height: 38px;
  }
}
.c-contact1 .container .c-right .c-list li input[type="checkbox"] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0;
  cursor: pointer;
}
.c-contact1 .container .c-right .c-list li input[type="checkbox"]:checked {
  border-color: var(--color);
  background: var(--color) url(../images/ico-checked.svg) no-repeat center / 70%;
}
.c-contact1 .container .c-right .c-list li .c-box {
  display: flex;
  align-items: center;
  color: #444;
  margin: 0.05rem 0 0.15rem;
}
.c-contact1 .container .c-right .c-list li .c-box a {
  transition: all 0.4s;
}
.c-contact1 .container .c-right .c-list li .c-box a:hover {
  color: var(--color);
}
.c-contact1 .container .c-right .c-list li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 0.1rem;
  color: #fff;
  background: -webkit-linear-gradient(top, #0075ff, #4299ff);
  background: linear-gradient(to bottom, #0075ff, #4299ff);
}
@media (max-width: 1580px) {
  .c-contact1 .container .c-right .c-list li button {
    height: 40px;
  }
}
.c-contact2 {
  padding: 1.2rem 0 1.7rem;
  color: #000;
}
.c-contact2 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.35rem -0.15rem -0.3rem;
}
.c-contact2 .c-list li {
  display: flex;
  width: 33.33%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 991px) {
  .c-contact2 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-contact2 .c-list li {
    width: 100%;
  }
}
.c-contact2 .c-list li .c-wrap {
  width: 100%;
  padding: 0.35rem 0.4rem;
  border: 1px solid #eeeeee;
  border-top: 3px solid var(--color);
  border-radius: 0.2rem;
  box-shadow: 0 0.04rem 0.14rem rgba(14, 23, 41, 0.06);
}
.c-contact2 .c-list li .c-wrap .c-text {
  margin: 0.1rem 0 0.4rem;
  color: #666;
}
.c-contact2 .c-list li .c-wrap .c-text2 a {
  color: var(--color);
}
.c-home3 {
  padding: 1.15rem 0 0.6rem;
  color: #000;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home3 {
    padding-bottom: 2.2rem;
  }
}
@keyframes guangdian1 {
  0% {
    opacity: 1;
    transform: rotateX(60deg) scale(0);
  }
  50% {
    opacity: 1;
    transform: rotateX(60deg) scale(0.5);
  }
  75% {
    opacity: 1;
    transform: rotateX(60deg) scale(0.75);
  }
  100% {
    opacity: 0;
    transform: rotateX(60deg) scale(1);
  }
}
@keyframes guangdian2 {
  0% {
    opacity: 1;
    transform: rotateX(60deg) scale(0);
  }
  50% {
    opacity: 1;
    transform: rotateX(60deg) scale(1.5);
  }
  75% {
    opacity: 1;
    transform: rotateX(60deg) scale(2.25);
  }
  100% {
    opacity: 0;
    transform: rotateX(60deg) scale(3);
  }
}
.c-home3 .public-aimodel-title .f_tit span {
  color: var(--color);
}
.c-home3 .c-main {
  margin-top: 0.65rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-home3 .c-main {
    flex-wrap: wrap;
  }
}
.c-home3 .c-main .c-left {
  flex-shrink: 0;
  width: calc(560/1440*100%);
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left {
    width: calc(600/1440*100%);
  }
}
@media (max-width: 991px) {
  .c-home3 .c-main .c-left {
    width: 100%;
  }
}
.c-home3 .c-main .c-left .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
}
.c-home3 .c-main .c-left .c-btn img,
.c-home3 .c-main .c-left .c-btn svg {
  margin-left: 0.1rem;
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
}
.c-home3 .c-main .c-left .c-btn:hover img,
.c-home3 .c-main .c-left .c-btn:hover svg {
  margin-left: 0.2rem;
}
.c-home3 .c-main .c-left .c-all-btn {
  padding-left: 44px;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left .c-all-btn {
    padding-left: 30px;
  }
}
.c-home3 .c-main .c-left .c-all-btn .c-btn {
  margin-left: 0.25rem;
}
.c-home3 .c-main .c-left .c-list li {
  display: flex;
  align-items: flex-start;
  background: url(../images/cd-img2.png) repeat-y left 15px top 48px;
}
@media (max-width: 767px) {
  .c-home3 .c-main .c-left .c-list li {
    background: url(../images/cd-img2.png) repeat-y left 0.3rem top 0.85rem / 0.2rem auto;
  }
}
.c-home3 .c-main .c-left .c-list li:last-child {
  background: transparent;
}
.c-home3 .c-main .c-left .c-list li .c-round {
  flex-shrink: 0;
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left .c-list li .c-round {
    width: 30px;
    height: 30px;
  }
}
.c-home3 .c-main .c-left .c-list li .c-round .c-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 3px #bcc1d0;
  color: #b8b8b8;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left .c-list li .c-round .c-text {
    font-size: 0.24rem;
    width: 24px;
    height: 24px;
  }
}
.c-home3 .c-main .c-left .c-list li .c-round .c-yh {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-home3 .c-main .c-left .c-list li .c-round .c-yh .circle1 {
  transition: all 0.3s;
  fill: #ebf0f5 !important;
}
.c-home3 .c-main .c-left .c-list li .c-round .c-yh .circle2 {
  opacity: 0;
  fill: transparent;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 162 162;
  stroke-dashoffset: 162;
  stroke: #148FFA !important;
  fill: #ebf0f5 !important;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.c-home3 .c-main .c-left .c-list li .c-box {
  position: relative;
  padding-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left .c-list li .c-box {
    padding-bottom: 0.4rem;
  }
}
.c-home3 .c-main .c-left .c-list li .c-box .c-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 44px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left .c-list li .c-box .c-title {
    line-height: 30px;
  }
}
.c-home3 .c-main .c-left .c-list li .c-box .c-title img {
  margin-left: 0.1rem;
  height: 24px;
}
@media (max-width: 767px) {
  .c-home3 .c-main .c-left .c-list li .c-box .c-title img {
    height: 20px;
  }
}
.c-home3 .c-main .c-left .c-list li .c-box .c-text {
  margin: 0.1rem 0 0;
  opacity: 0.3;
  transition: all 0.3s;
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 {
  display: none;
  padding: 0.35rem 0 0;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left .c-list li .c-box .c-box2 {
    padding: 0.25rem 0 0;
  }
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem 0.15rem 0;
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item {
  margin: 0 0.1rem 0.1rem 0;
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 0 12px;
  color: #999;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item {
    height: 30px;
    border-radius: 15px;
  }
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item .c-ico {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 0.08rem;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item .c-ico {
    width: 14px;
    height: 14px;
  }
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item .c-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item .c-ico img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item:hover img {
  opacity: 0;
}
.c-home3 .c-main .c-left .c-list li .c-box .c-box2 .c-list2 .c-item:hover img:nth-child(2) {
  opacity: 1;
}
.c-home3 .c-main .c-left .c-list li.on .c-box .c-title,
.c-home3 .c-main .c-left .c-list li.on .c-box .c-text {
  opacity: 1;
}
.c-home3 .c-main .c-left .c-list li.on .c-round .c-text {
  color: var(--color);
  box-shadow: 0 2px 3px transparent;
}
.c-home3 .c-main .c-left .c-list li.on .c-round .c-yh .circle2 {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5s linear, opacity 0s linear;
  transition: stroke-dashoffset 0.5s linear, opacity 0s linear;
}
.c-home3 .c-main .c-right {
  position: relative;
  width: calc(1056/1440*100%);
  flex-shrink: 0;
}
@media (max-width: 1900px) {
  .c-home3 .c-main .c-right {
    width: calc(950/1440*100%);
  }
}
@media (max-width: 991px) {
  .c-home3 .c-main .c-right {
    width: 100%;
  }
}
.c-home3 .c-main .c-right .c-map {
  width: 100%;
}
.c-home3 .c-main .c-right .c-map-gz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.c-home3 .c-main .c-right .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c-home3 .c-main .c-right .c-text-box {
    bottom: -1rem;
  }
}
.c-home3 .c-main .c-right .c-text-box .c-title {
  height: 28px;
}
@media (max-width: 1580px) {
  .c-home3 .c-main .c-right .c-text-box .c-title {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-main .c-right .c-text-box .c-title {
    height: 18px;
  }
}
.c-home3 .c-main .c-right .c-text-box .c-text-list {
  display: flex;
  align-items: flex-start;
  margin-top: 0.15rem;
}
.c-home3 .c-main .c-right .c-text-box .c-text-list .c-item {
  padding-right: 0.5rem;
}
.c-home3 .c-main .c-right .c-text-box .c-text-list .c-item span {
  display: inline-block;
}
.c-home3 .c-main .c-right .c-text-box .c-text-list .c-item span:nth-child(1) {
  color: var(--color);
}
@media (max-width: 767px) {
  .c-home3 .c-main .c-right .c-text-box .c-text-list .c-item span:nth-child(1) {
    line-height: 30px;
  }
  .c-home3 .c-main .c-right .c-text-box .c-text-list .c-item sup {
    line-height: 1;
  }
  .c-home3 .c-main .c-right .c-text-box .c-text-list .c-item .font22 {
    font-size: 0.26rem;
  }
}
.c-home3 .c-main .c-right .c-list,
.c-home3 .c-main .c-right .c-list2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.c-home3 .c-main .c-right .c-list li,
.c-home3 .c-main .c-right .c-list2 li {
  position: absolute;
}
.c-home3 .c-main .c-right .c-list li .c-box,
.c-home3 .c-main .c-right .c-list2 li .c-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 1900px) {
  .c-home3 .c-main .c-right .c-list li .c-box,
  .c-home3 .c-main .c-right .c-list2 li .c-box {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-main .c-right .c-list li .c-box,
  .c-home3 .c-main .c-right .c-list2 li .c-box {
    width: 20px;
    height: 20px;
  }
}
.c-home3 .c-main .c-right .c-list li .c-box .c-gd,
.c-home3 .c-main .c-right .c-list2 li .c-box .c-gd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 30px #fff;
  animation: guangdian1 3s 0s infinite linear;
  opacity: 0;
  background: #e8f3ff;
}
.c-home3 .c-main .c-right .c-list li .c-box .c-gd:nth-child(1),
.c-home3 .c-main .c-right .c-list2 li .c-box .c-gd:nth-child(1) {
  position: relative;
}
.c-home3 .c-main .c-right .c-list li .c-box .c-gd:nth-child(2),
.c-home3 .c-main .c-right .c-list2 li .c-box .c-gd:nth-child(2) {
  animation: guangdian1 3s 1s infinite linear;
}
.c-home3 .c-main .c-right .c-list li .c-box .c-gd:nth-child(3),
.c-home3 .c-main .c-right .c-list2 li .c-box .c-gd:nth-child(3) {
  animation: guangdian1 3s 2s infinite linear;
}
.c-home3 .c-main .c-right .c-list li .c-box .c-lz,
.c-home3 .c-main .c-right .c-list2 li .c-box .c-lz {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.c-home3 .c-main .c-right .c-list li.on .c-box .c-gd,
.c-home3 .c-main .c-right .c-list2 li.on .c-box .c-gd {
  background: rgba(0, 117, 255, 0.1);
  animation-name: guangdian2;
}
