@import '../../../dist/tailwind.css';
body {
  font-family: "PingFang SC", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 60px;
    padding-bottom: 52px;
  }
}
@font-face {
  font-family: "DINPro";
  /* Project id 3775274 */
  src: url("/assets/fonts/DINPro/webfont.woff2") format("woff2"), url("/assets/fonts/DINPro/webfont.woff") format("woff"), url("/assets/fonts/DINPro/webfont.ttf") format("truetype");
}
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont";
  /* Project id 3694103 */
  src: url("//at.alicdn.com/t/c/font_3694103_qdivn0uulak.woff2?t=1669603898851") format("woff2"), url("//at.alicdn.com/t/c/font_3694103_qdivn0uulak.woff?t=1669603898851") format("woff"), url("//at.alicdn.com/t/c/font_3694103_qdivn0uulak.ttf?t=1669603898851") format("truetype");
}
.iconfont {
  font-family: "iconfont";
}
.font-DINPro {
  font-family: "DINPro";
}
*{
  user-select: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter/Inter-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter/Inter-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/inter/Inter-Bold.woff2) format('woff2');
}
html[lang=en] body {
  font-family: "Inter", "PingFang SC", sans-serif;
}
.index-box .swiper-page {
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 5;
}
.index-box .swiper-page .swiper-pagination-bullet {
  background-color: #fff;
  width: 50px;
  border-radius: 6px;
  height: 6px;
}
.index-box .swiper-page .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.msg-cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.msg-cover.active {
  opacity: 1;
  visibility: visible;
}
.msg-cover .msg-box {
  min-width: 100px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}
.msg-cover .msg-box .icon {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.msg-cover .msg-box .icon.loading {
  background-image: url(../img/svg/loading.svg);
}
.msg-cover .msg-box .icon.success {
  background-image: url(../img/svg/success.svg);
}
.msg-cover .msg-box .icon.error {
  background-image: url(../img/svg/error.svg);
}
.msg-cover .msg-box .text {
  margin-top: 10px;
}
#titles {
  width: 100%;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 auto;
  position: relative;
}
#titles span {
  position: absolute;
  left: 0;
  opacity: 0.05;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 auto;
  width: 100%;
}
#footer .footer-top-bg {
  height: 100%;
  object-fit: cover;
}
.paging {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.paging ul {
  display: flex;
}
.paging ul .iconfont {
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.paging ul .xl-active {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0027a9;
  color: #ffffff;
  border-radius: 5px;
}
.paging ul li {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  text-align: center;
  border-radius: 5px;
}
.evcc {
  border-bottom: 0.6rem solid #0027a9;
}
#header.active .header-box .cover,
#header.nobanner .header-box .cover,
#header:hover .header-box .cover {
  height: 51px;
  pointer-events: all;
  z-index: 25;
}
#header.active .header-box .top,
#header.nobanner .header-box .top,
#header:hover .header-box .top {
  background-color: #fff;
  color: #666;
  border-bottom: 1px solid #eee;
}
#header.active .header-box .top .logo-box img,
#header.nobanner .header-box .top .logo-box img,
#header:hover .header-box .top .logo-box img {
  opacity: 1;
}
#header.active .header-box .top .logo-box img.active-img,
#header.nobanner .header-box .top .logo-box img.active-img,
#header:hover .header-box .top .logo-box img.active-img {
  opacity: 1;
}
#header.active .header-box .top .right ul li a,
#header.nobanner .header-box .top .right ul li a,
#header:hover .header-box .top .right ul li a {
  color: #333;
}
#header.active .header-box .top .right ul li a.active-url,
#header.nobanner .header-box .top .right ul li a.active-url,
#header:hover .header-box .top .right ul li a.active-url,
#header.active .header-box .top .right ul li a:hover,
#header.nobanner .header-box .top .right ul li a:hover,
#header:hover .header-box .top .right ul li a:hover {
  color: #0027a9;
}
#header.active .header-box .top .right ul li a:hover .active,
#header.nobanner .header-box .top .right ul li a:hover .active,
#header:hover .header-box .top .right ul li a:hover .active,
#header.active .header-box .top .right ul li a.active-url .active,
#header.nobanner .header-box .top .right ul li a.active-url .active,
#header:hover .header-box .top .right ul li a.active-url .active {
  transform: scaleX(1);
}
#header.active .header-phone .top {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid #eee;
  backdrop-filter: blur(50px);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  width: 100vw;
}
#header .top {
  position: relative;
  z-index: 9;
}
.home-page-header-an #header .top {
  transition: all 0.25s;
  transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.95);
}
.home-page-header-an #header.opens .top {
  transform: translateY(0);
}
.header-box {
  z-index: 25;
}
.header-box .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  padding: 0 calc(150 / 1920 * 100vw);
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .header-box .top {
    padding: 0 40px;
  }
}
.header-box .top .logo-box img {
  width: 10rem;
}
@media screen and (max-width: 1366px) {
  .header-box .top .logo-box img {
    width: 8rem;
  }
}
.header-box .top .logo-box .active-img {
  opacity: 0;
}
.header-box .top .right {
  display: flex;
  align-items: center;
}
.header-box .top .right ul {
  display: flex;
  font-size: 1.2rem;
  align-items: center;
  justify-content: space-between;
}
.header-box .top .right ul li {
  list-style-type: none;
  margin-left: 2rem;
  position: relative;
  padding: 0 1rem;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  .header-box .top .right ul li {
    margin-left: 1rem;
  }
}
.header-box .top .right ul li a {
  font-size: 18px;
  position: relative;
  padding: 22px 0;
  display: block;
}
.header-box .top .right ul li a div {
  width: 100%;
  height: 4px;
  background-color: #0027a9;
  transform: scaleX(0);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s;
}
.header-box .top .right .an {
  width: 120px;
  height: 40px;
  background: linear-gradient(129deg, #600df4 0%, #be09cd 100%);
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 77px;
  cursor: pointer;
}
.header-box .top:hover {
  background-color: #ffffff;
}
.header-box .top .r-box {
  display: flex;
  align-items: center;
}
.header-box .cover {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.header-box .cover .show {
  box-shadow: 0px 0px 0 1px #eee;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
  justify-content: center;
  background: #ffffff;
}
.header-box .cover .show.active {
  display: flex;
}
.header-box .cover .show a {
  padding: 15px 0;
  font-size: 16px;
  display: block;
  position: relative;
  color: #555;
  line-height: 20px;
}
.header-box .cover .show a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #0027a9;
  width: 100%;
  transform: scaleX(0);
  transition: all 0.25s;
}
.header-box .cover .show a:hover,
.header-box .cover .show a.active,
.header-box .cover .show a.active-url {
  color: #0027a9;
}
.header-box .cover .show a:hover::before,
.header-box .cover .show a.active::before,
.header-box .cover .show a.active-url::before {
  transform: scaleX(1);
}
.header-box .cover .show a + a {
  margin-left: 60px;
}
.header-phone {
  display: none;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
}
.header-phone .top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.9rem !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .header-phone .top {
    padding: 0 10px 0 20px;
  }
}
.header-phone .top img {
  width: 8rem;
}
@media screen and (max-width: 640px) {
  .header-phone .top img {
    width: 7rem;
  }
}
.header-phone .top .anan {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-direction: column;
  margin-top: -6px;
}
.header-phone .top .anan span {
  width: 60%;
  height: 3px;
  background-color: #0027a9;
  margin-top: 5px;
}
.header-phone .top .anan span:nth-child(1) {
  transition: all 0.2s;
  transform: rotate(0);
}
.header-phone .top .anan span:nth-child(3) {
  transition: all 0.2s;
  transform: rotate(0);
}
.header-phone .top .anan2 {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-direction: column;
  position: relative;
}
.header-phone .top .anan2 span {
  width: 60%;
  height: 3px;
  background-color: #0027a9;
  margin-top: 2px;
  position: absolute;
}
.header-phone .top .anan2 span:nth-child(1) {
  transition: all 0.2s;
  transform: rotate(45deg);
}
.header-phone .top .anan2 span:nth-child(2) {
  transition: all 0.2s;
  opacity: 0;
}
.header-phone .top .anan2 span:nth-child(3) {
  transition: all 0.2s;
  transform: rotate(-45deg);
  position: absolute;
}
.header-phone .da {
  width: 100%;
  height: calc(100vh - 3.9rem);
  background-color: #f5f8fb;
  padding-bottom: 80px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.header-phone .da .title {
  border-top: 1px solid #eee;
  padding: 25px 30px;
  font-size: 18px;
  color: #5d5d5e;
}
.header-phone .da .title .active-url {
  color: #0027a9;
}
@media screen and (max-width: 640px) {
  .header-phone .da .title {
    padding: 20px;
  }
}
.header-phone .da .list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .header-phone .da .list {
    margin-top: 15px;
  }
}
.header-phone .da .list a {
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
.showss {
  transform: translateY(0);
  opacity: 1;
}
@keyframes inshow {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.banner .swiper {
  height: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@keyframes ss {
  0% {
    transform: translateX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(-1200px) translate3d(0, 0, 0);
  }
}
.logos {
  width: 100vw;
}
.logos .containers {
  padding: calc(150 / 1920 * 100vw) 0;
  overflow: hidden;
}
.logos .containers ul {
  display: flex;
  align-items: center;
  width: 3600px;
  animation: ss linear 15s infinite;
}
.logos .containers ul:hover {
  animation-play-state: paused;
}
.logos .containers ul li {
  height: 400px;
  width: 1200px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  display: flex;
}
.logos .containers ul li div {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  transition: all 0.25s;
  box-shadow: 0 0 20px rgba(55, 55, 55, 0.1);
  border: 1px solid #eee;
}
.logos .containers ul li div:hover {
  opacity: 1;
}
.logos .containers ul li div {
  background-color: #ffffff;
  background-size: 130% auto;
  height: 256px;
  width: 256px;
}
.logos .containers ul li div:nth-child(2) {
  bottom: 24px;
  height: 100px;
  width: 100px;
  position: absolute;
  left: 20px;
}
.logos .containers ul li div:nth-child(3) {
  left: 200px;
  bottom: 20px;
  height: 156px;
  width: 156px;
  position: absolute;
}
.logos .containers ul li div:nth-child(4) {
  top: 100px;
  margin-left: 40px;
  height: 106px;
  width: 106px;
}
.logos .containers ul li div:nth-child(5) {
  top: 30px;
  margin-left: 35px;
  height: 130px;
  width: 130px;
}
.logos .containers ul li div:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 410px;
  height: 214px;
  width: 214px;
}
.logos .containers ul li div:nth-child(7) {
  top: 20px;
  left: 45px;
  height: 214px;
  width: 214px;
}
.logos .containers ul li div:nth-child(8) {
  position: absolute;
  bottom: 10px;
  left: 685px;
  height: 130px;
  width: 130px;
}
.logos .containers ul li div:nth-child(9) {
  top: 160px;
  margin-left: 45px;
  height: 130px;
  width: 130px;
}
.logos .containers ul li div:nth-child(10) {
  top: 5px;
  margin-left: -20px;
  height: 156px;
  width: 156px;
}
.logos .containers ul li div:nth-child(11) {
  position: absolute;
  bottom: 10px;
  left: 970px;
  height: 214px;
  width: 214px;
}
.logos .containers ul li div:nth-child(12) {
  position: absolute;
  bottom: 0;
  left: 1300px;
  height: 90px;
  width: 90px;
}
.logos .mask::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/index/mask.svg);
  background-size: contain;
  background-position: center -60%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1536px) {
  .logos .mask::before {
    background-position: center -20%;
  }
}
.newCenter {
  width: 100%;
}
.newCenter .box {
  width: 100%;
  margin: 0 auto;
}
.newCenter .box .da {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.newCenter .box .da .z {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newCenter .box .da .z ul li {
  list-style-type: none;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}
.newCenter .box .da .z ul .zs {
  color: #0027a9;
  font-weight: bold;
}
.newCenter .box .da .z .swipernew-pagination .swiper-pagination-bullet {
  background: #0027a9;
  margin-right: 10px;
}
.newCenter .box .da .y {
  width: 80%;
}
.newCenter .box .da .y .n {
  width: 100%;
  height: 100%;
  display: none;
}
.newCenter .box .da .y .n.active {
  display: block;
}
.newCenter .box .da .y .n .swiper-wrapper {
  align-items: center;
}
.newCenter .box .da .y .n .swipernew {
  overflow: hidden;
}
.newCenter .box .da .y .n .swipernew .swiper-slide {
  padding: 29px;
  box-shadow: 0px 0px 30px 0px rgba(205, 205, 205, 0.5);
  border-radius: 10px;
  background-color: #ffffff;
  transform: scale(0.9);
}
@media screen and (max-width: 1024px) {
  .newCenter .box .da .y .n .swipernew .swiper-slide {
    transform: scale(1);
  }
}
.newCenter .box .da .y .n .swipernew .swiper-slide .xian {
  border-bottom: 1px solid rgba(205, 205, 205, 0.5);
}
.newCenter .box .da .y .n .swipernew .swiper-slide .xian .number {
  font-size: calc(72 / 1920 * 100vw);
  font-weight: 600;
  color: #0027a9;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .xian .time {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .title {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  line-height: 1.6;
  min-height: 70px;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .line {
  margin: 20px 0;
  height: 1px;
  background-color: #eee;
}
.newCenter .box .da .y .n .swipernew .swiper-slide p {
  color: #333333;
  line-height: 1.7;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .time {
  font-size: 14px;
  color: #333333;
  display: none;
}
.newCenter .box .da .y .n .swipernew .swiper-slide .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
.newCenter .box .da .y .n .swipernew .swiper-slide span {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  background: #0027a9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active {
  transform: scale(1);
  background: #0027a9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active p,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active p,
.newCenter .box .da .y .n .swipernew .swiper-slide-active .title,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .title {
  color: #ffffff;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active .time,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .time {
  color: #ffffff;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active .line,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .line {
  background-color: rgba(255, 255, 255, 0.3);
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active .xian,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .xian {
  border-bottom: 1px solid #ffffff;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active .xian .number,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .xian .number,
.newCenter .box .da .y .n .swipernew .swiper-slide-active .xian .time,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active .xian .time {
  color: #ffffff;
}
.newCenter .box .da .y .n .swipernew .swiper-slide-active span,
.newCenter .box .da .y .n .swipernew .swiper-slide-duplicate-active span {
  background: #ffffff;
  color: #0027a9;
}
#gps div {
  opacity: 0.5;
}
.Swiper_cp {
  overflow: hidden;
}
.show {
  opacity: 1 !important;
}
@media screen and (max-width: 750px) {
  .newCenter .box {
    padding: 0 !important;
  }
  .newCenter .da {
    width: 100% !important;
    flex-direction: column !important;
  }
  .newCenter .da .z {
    width: 100% !important;
  }
  .newCenter .da .z .swipernew-pagination {
    display: flex;
    justify-content: center;
  }
  .newCenter .da .z .s div {
    text-align: center;
  }
  .newCenter .da .z .s ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    width: 100% !important;
    padding: 0 5vw;
  }
  .newCenter .da .y {
    width: 100% !important;
    height: auto !important;
  }
  .newCenter .da .y .number {
    font-size: 32px !important;
  }
  .index-box .this {
    justify-content: left;
  }
  .logos ul {
    display: none !important;
  }
  .logos .list {
    display: block !important;
    width: 100%;
    padding: 0 5vw;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos .list div {
    width: 28vw;
    height: 28vw;
    border: 1px solid rgba(0, 39, 169, 0.2);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
    background-color: #ffffff;
    border-radius: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .newCenter {
    padding-top: 0 !important;
  }
  .newCenter .y .swiper-slide {
    padding: 15px !important;
  }
  .newCenter .y .swiper-slide .title {
    font-size: 14px !important;
  }
  .newCenter .y .swiper-slide p {
    font-size: 12px !important;
  }
  .newCenter .y .swiper-slide .iconfont {
    width: 40px !important;
    height: 40px !important;
    margin-top: 50px !important;
  }
}
.menu-list .menu {
  opacity: 0.5;
  cursor: pointer;
}
.menu-list .menu.active {
  position: relative;
  opacity: 1;
}
.menu-list .menu.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 220px;
  height: 6px;
  background: #0027a9;
}
.consult-box .paging a {
  transform: rotate(45deg);
  cursor: pointer;
}
.consult-box .paging a .previous,
.consult-box .paging a .next,
.consult-box .paging a span {
  transform: rotate(-45deg);
}
.cooperation-box .line-height {
  line-height: 3.125rem;
  opacity: 0.9;
}
@media (max-width: 1200px) {
  .consult-box .menu-list .menu.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90px;
    height: 6px;
    background: #0027a9;
  }
}
@media (max-width: 750px) {
  .menu-list .menu.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 5px;
    background: #0027a9;
  }
}
.contact-box .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 100%;
  object-fit: cover;
}
.c-animate-box {
  width: 600px;
  animation: ccs 0.5s infinite alternate;
  left: -100px;
  bottom: -150px;
}
@media screen and (max-width: 1536px) {
  .c-animate-box {
    width: 450px;
    left: -80px;
    bottom: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .c-animate-box {
    width: 360px;
  }
}
@media screen and (max-width: 640px) {
  .c-animate-box {
    width: 220px;
    left: -60px;
    bottom: -80px;
  }
}
.c-animate {
  animation: cc 10s linear infinite;
}
@keyframes cc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ccs {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes slidein {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.dong {
  animation: 30s linear slidein infinite;
  display: flex;
}
.dong2 {
  animation: 40s linear slidein infinite;
}
.swiperFangAn {
  overflow: hidden;
}
.social-share {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.social-share .social-share-icon {
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
}
.social-share .social-share-icon::before {
  display: none;
}
.social-share .social-share-icon:hover .img {
  transform: scale(0.8);
}
.social-share a + a {
  margin-left: 20px;
}
.img {
  height: 20px;
  object-fit: cover;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header-box {
    display: none;
  }
  .header-phone {
    display: block;
  }
  .evcc {
    border-bottom: 0.3rem solid #0027a9;
  }
  #ewm {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .header-box {
    display: none;
  }
  .header-phone {
    display: block;
  }
  .evcc {
    border-bottom: 0.3rem solid #0027a9;
  }
}
.product-lists .product-item.active {
  color: rgba(30, 64, 175);
}
.product-lists .product-item.active .-text-title {
  color: rgba(30, 64, 175);
}
.product-lists .product-item.active .p-5 {
  background-image: linear-gradient(192deg, rgba(255, 255, 255, 0.1) 6%, rgba(30, 64, 175, 0.3) 98%) !important;
}
.ctrl {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(218, 218, 218, 0.5);
  top: 50%;
  transform: translateY(-50%);
  left: calc(110 / 1920 * 100vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}
.ctrl.right {
  left: auto;
  right: calc(110 / 1920 * 100vw);
}
@media screen and (max-width: 640px) {
  .ctrl {
    display: none;
  }
}
.ctrl.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.ctrl img {
  width: 30px;
}
.write-mode {
  writing-mode: tb;
  letter-spacing: 4px;
}
.cooperation-box .blue {
  background-color: #0027a9;
  color: rgba(255, 255, 255, 0.8) !important;
  border-color: #0027a9 !important;
}
.back-top {
  transform: translateY(120%);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.back-top.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  .fixedcontact {
    background-image: linear-gradient(40deg, #2E5EFF 0%, #0027A9 100%) !important;
  }
  .fixedcontact p {
    writing-mode: unset;
  }
}
.news-m li {
  position: relative;
  padding: 10px;
  opacity: 0.8;
}
.news-m li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #0027A9;
  opacity: 0;
}
.news-m li.active {
  opacity: 1;
  color: #0027A9;
}
.news-m li.active::before {
  opacity: 1;
}
.lists-box .item {
  display: none;
}
.lists-box .item.active {
  display: block;
}
