﻿@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 971px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 971px) {
  body {
    font-size: 0.24rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../../images/hi-llq-6.jpg) no-repeat center / 100%;
}
#ascrail2000 {


  z-index: 1000 !important;
}
@keyframes abl-move1 {
  from {
    opacity: 1;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes abl-move2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes abl-move3 {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes abl-move4 {
  0% {
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes abl-move5 {
  0% {
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes avp-move1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes assistant7 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes mouse {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes radish-run3-1 {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes radish-run3-2 {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes reveal-and-scale-from-center {
  0% {
    transform: scale(1.2);
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }
  43% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
  }
  100% {
    transform: scale(1);
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
  }
}
@keyframes home2-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes home2-2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes home2-3 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes home2-4 {
  0% {
    opacity: 0;
    transform: translateX(-40%);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@keyframes common-move1 {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes common-move1 {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 971px) {
  .container {
    padding: 0 0.35rem;
    width: 100%;
  }
}

.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}

@media (max-width: 1260px) {
  .container2 {
    width: 83.333333%;
  }
}
@media (max-width: 971px) {
  .container2 {
    padding: 0 0.35rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.bg-color2 {
  background-color: #f5f5f5;
}
.bg-color3 {
  background-color: #f9f9f9;
}
.ptb140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1580px) {
  .ptb140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 971px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 140px;
}
@media (max-width: 1580px) {
  .pt140 {
    padding-top: 100px;
  }
}
@media (max-width: 971px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 140px;
}
@media (max-width: 1580px) {
  .pb140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 971px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 971px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt100 {
  padding-top: 100px;
}
@media (max-width: 971px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 100px;
}
@media (max-width: 971px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1580px) {
  .ptb120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 971px) {
  .ptb120 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt120 {
  padding-top: 120px;
}
@media (max-width: 1580px) {
  .pt120 {
    padding-top: 100px;
  }
}
@media (max-width: 971px) {
  .pt120 {
    padding-top: 1.2rem;
  }
}
.pb120 {
  padding-bottom: 120px;
}
@media (max-width: 1580px) {
  .pb120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 971px) {
  .pb120 {
    padding-bottom: 1.2rem;
  }
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 971px) {
  .ptb80 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt80 {
  padding-top: 80px;
}
@media (max-width: 971px) {
  .pt80 {
    padding-top: 1.2rem;
  }
}
.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 971px) {
  .pb80 {
    padding-bottom: 1.2rem;
  }
}
.font-bold {
  font-weight: bold;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
.font100 {
  font-size: 100px;
}
.font120 {
  font-size: 120px;
}
.font200 {
  font-size: 200px;
}
@media (max-width: 1580px) {
  .font16,
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
  .font32,
  .font34 {
    font-size: 22px;
  }
  .font36,
  .font38 {
    font-size: 24px;
  }
  .font40,
  .font42 {
    font-size: 30px;
  }
  .font48 {
    font-size: 38px;
  }
  .font50,
  .font52 {
    font-size: 40px;
  }
  .font56 {
    font-size: 42px;
  }
  .font60 {
    font-size: 50px;
  }
  .font72 {
    font-size: 62px;
  }
  .font80 {
    font-size: 70px;
  }
  .font100 {
    font-size: 90px;
  }
  .font120 {
    font-size: 110px;
  }
  .font200 {
    font-size: 190px;
  }
}
@media (max-width: 1260px) {
  .font120 {
    font-size: 80px;
  }
}
@media (max-width: 971px) {
  .font14,
  .font16,
  .font18 {
    font-size: 0.24rem;
  }
  .font20,
  .font22 {
    font-size: 0.26rem;
  }
  .font24,
  .font26 {
    font-size: 0.28rem;
  }
  .font28,
  .font30 {
    font-size: 0.3rem;
  }
  .font32,
  .font34 {
    font-size: 0.32rem;
  }
  .font36,
  .font38 {
    font-size: 0.34rem;
  }
  .font40,
  .font42 {
    font-size: 0.4rem;
  }
  .font48 {
    font-size: 0.48rem;
  }
  .font50,
  .font52 {
    font-size: 0.5rem;
  }
  .font56 {
    font-size: 0.52rem;
  }
  .font60 {
    font-size: 0.6rem;
  }
  .font72 {
    font-size: 0.72rem;
  }
  .font80 {
    font-size: 0.8rem;
  }
  .font100 {
    font-size: 0.6rem;
  }
  .font120 {
    font-size: 0.6rem;
  }
  .font200 {
    font-size: 2rem;
  }
}
.c-common-btn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 180px;
  height: 54px;
  border-radius: 5px;
  background-color: #005CE6;
}
@media (max-width: 971px) {
  .c-common-btn3 {
    width: 2.4rem;
    height: 0.8rem;
  }
}
.c-common-btn3.c-dt {
  background-color: #37bcaa;
}
.c-common-btn3.c-dt2 {
  background-color: transparent;
  border: 2px solid #fff;
}
.c-common-btn3 svg {
  margin-left: 20px;
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn3 svg {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.3rem;
  }
}
.c-common-btn3 svg path {
  fill: #fff;
}
.c-common-btn3 img {
  margin-left: 20px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn3 img {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.3rem;
  }
}
.c-common-btn3 img path {
  fill: #fff;
}
.c-common-btn3:hover {
  color: #fff;
}
.c-common-btn3:hover img,
.c-common-btn3:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-common-btn4 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 180px;
  height: 54px;
  border-radius: 5px;
  background-color: #005CE6;
}
@media (max-width: 971px) {
  .c-common-btn4 {
    width: 2.4rem;
    height: 0.8rem;
  }
}
.c-common-btn4 img,
.c-common-btn4 svg {
  margin-left: 20px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn4 img,
  .c-common-btn4 svg {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.3rem;
  }
}
.c-common-btn4 img path,
.c-common-btn4 svg path {
  fill: #fff;
}
.c-common-btn4:hover {
  color: #fff;
}
.c-common-btn4:hover img,
.c-common-btn4:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-common-btn5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 50px;
  min-width: 120px;
  color: #005CE6;
  border: 2px solid #005CE6;
  border-radius: 5px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn5 {
    padding: 0 0.3rem;
    height: 0.8rem;
    min-width: auto;
  }
}
.c-common-btn5:hover {
  color: #fff;
  background-color: #005CE6;
}
.c-common-btn6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #005CE6;
}
.c-common-btn6 img {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
}
@media (max-width: 971px) {
  .c-common-btn6 img {
    margin-left: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    transition: all 0.3s;
  }
}
.c-common-btn6:hover {
  color: #005CE6;
}
.c-common-btn6:hover img {
  transform: translateX(10px);
}
@media (max-width: 971px) {
  .c-common-btn6:hover img {
    transform: translateX(0.2rem);
  }
}
/* 公共标题 */
.c-common-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1580px) {
  .c-common-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 971px) {
  .c-common-title {
    margin-bottom: 0.6rem;
  }
}
.c-common-title .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-common-title .c-text {
  color: #333;
  margin-top: 20px;
}
@media (max-width: 971px) {
  .c-common-title .c-text {
    margin-top: 0.2rem;
  }
}
.c-common-title .c-more-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.c-common-title .c-more-box .c-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #005CE6;
  transition: all 0.3s;
}
.c-common-title .c-more-box .c-more img {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
}
@media (max-width: 971px) {
  .c-common-title .c-more-box .c-more img {
    margin-left: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.c-common-title .c-more-box .c-more:hover {
  color: #005CE6;
}
.c-common-title .c-more-box .c-more:hover img {
  transform: translateX(10px);
}
@media (max-width: 971px) {
  .c-common-title .c-more-box .c-more:hover img {
    transform: translateX(0.2rem);
  }
}
.c-common-site {
  padding: 25px 0;
}
@media (max-width: 971px) {
  .c-common-site {
    padding: 0.4rem 0;
  }
}
.c-common-site .c-box {
  color: #999;
}
.c-common-site .c-box a {
  color: #999;
  transition: all 0.5s;
}
.c-common-site .c-box a:hover {
  color: #005CE6 !important;
}
.c-common-site .c-box span {
  margin: 0 10px;
}
@media (max-width: 971px) {
  .c-common-site .c-box span {
    margin: 0 0.2rem;
  }
}
.c-common-site .c-box a.on {
  color: #000;
}
.c-common-site .c-box span:last-child {
  display: none;
}
.c-common-info .c-wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.c-common-info .c-wrap .c-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 971px) {
  .c-common-info .c-wrap .c-title {
    margin-bottom: 0.5rem;
  }
}
.c-common-info .c-wrap .c-text-box {
  line-height: 1.9;
  color: #666;
}
.c-common-info2 {
  margin-top: -25px;
}
@media (max-width: 971px) {
  .c-common-info2 {
    margin-top: -0.4rem;
  }
}
.c-common-info2 .container2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.c-common-info2 .c-left {
  width: 64.285%;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left {
    width: 100%;
  }
}
.c-common-info2 .c-left .c-title {
  line-height: 1.4;
}
.c-common-info2 .c-left .c-time-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 30px;
  margin-bottom: 45px;
  padding: 40px 0 15px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1580px) {
  .c-common-info2 .c-left .c-time-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-time-box {
    line-height: 0.6rem;
    margin-bottom: 0.4rem;
    padding: 0.2rem 0 0.4rem;
    flex-wrap: wrap;
  }
}
.c-common-info2 .c-left .c-time-box .c-author,
.c-common-info2 .c-left .c-time-box .c-source {
  padding-right: 20px;
  flex-shrink: 0;
  color: #999;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-time-box .c-author,
  .c-common-info2 .c-left .c-time-box .c-source {
    width: 50%;
  }
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-time-box .c-author {
    padding: 0;
    text-align: left;
  }
}
.c-common-info2 .c-left .c-time-box .c-time {
  padding-right: 20px;
  flex-shrink: 0;
  color: #999;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-time-box .c-time {
    padding-right: 0.4rem;
    width: 50%;
  }
}
.c-common-info2 .c-left .c-time-box .c-tag {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1580px) {
  .c-common-info2 .c-left .c-time-box .c-tag {
    flex-wrap: wrap;
    text-align: left;
  }
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-time-box .c-tag {
    width: 50%;
    justify-content: flex-start;
  }
}
.c-common-info2 .c-left .c-time-box .c-tag .c-text {
  flex-shrink: 0;
  color: #005CE6;
}
.c-common-info2 .c-left .c-time-box .c-tag .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #999;
}
.c-common-info2 .c-left .c-time-box .c-tag .c-list a {
  color: #999;
  transition: all 0.5s;
}
.c-common-info2 .c-left .c-time-box .c-tag .c-list a:hover {
  color: #005CE6;
}
.c-common-info2 .c-left .c-time-box .c-tag .c-list span {
  margin: 0 10px;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-time-box .c-tag .c-list span {
    margin: 0 0.1rem;
  }
}
.c-common-info2 .c-left .c-time-box .c-tag .c-list li:last-child span {
  display: none;
}
.c-common-info2 .c-left .c-text-box {
  line-height: 2;
  color: #666;
}
.c-common-info2 .c-left .c-text-box img {
  max-width: 100%;
}
.c-common-info2 .c-left .c-share-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 80px 0 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-share-box {
    margin-bottom: 0.4rem;
    padding: 0.6rem 0 0.4rem;
  }
}
.c-common-info2 .c-left .c-share-box div {
  margin-right: 10px;
  padding: 0;
  opacity: 1;
  background: transparent;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-share-box div {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
  }
}
.c-common-info2 .c-left .c-share-box div img,
.c-common-info2 .c-left .c-share-box div svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-common-info2 .c-left .c-share-box div img path,
.c-common-info2 .c-left .c-share-box div svg path {
  fill: #666;
  transition: all 0.5s;
}
.c-common-info2 .c-left .c-share-box div:hover {
  opacity: 1;
}
.c-common-info2 .c-left .c-share-box div:hover svg path {
  fill: #005CE6;
}
.c-common-info2 .c-left .c-page-box {
  display: flex;
  align-items: flex-start;
}
.c-common-info2 .c-left .c-page-box p {
  width: calc(50% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-page-box p {
    -webkit-line-clamp: 4;
    width: calc(50% - 0.5rem);
  }
}
.c-common-info2 .c-left .c-page-box p a {
  color: #666;
  transition: all 0.5s;
}
.c-common-info2 .c-left .c-page-box p a:hover {
  color: #005CE6 !important;
}
.c-common-info2 .c-left .c-page-box .c-return {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-page-box .c-return {
    width: 2rem;
  }
}
.c-common-info2 .c-left .c-page-box .c-return a {
  display: flex;
  align-items: center;
  color: #000;
}
.c-common-info2 .c-left .c-page-box .c-return a img {
  margin-left: 10px;
  width: 14px;
}
@media (max-width: 971px) {
  .c-common-info2 .c-left .c-page-box .c-return a img {
    margin-left: 0.1rem;
    width: 0.2rem;
  }
}
.c-common-info2 .c-left .c-page-box .c-next {
  text-align: right;
}
.c-common-info2 .c-right {
  margin-top: 5px;
  padding-left: 1.3rem;
  width: 35.715%;
}
@media (min-width: 1921px) {
  .c-common-info2 .c-right {
    padding-left: 130px;
  }
}
@media (max-width: 1260px) {
  .c-common-info2 .c-right {
    padding-left: 0.5rem;
  }
}
@media (max-width: 971px) {
  .c-common-info2 .c-right {
    width: 100%;
    padding: 1.2rem 0 0;
    margin: 0;
  }
}
.c-common-info2 .c-right .c-title {
  line-height: 1;
}
.c-common-info2 .c-right .c-box1 .c-list {
  margin-top: 20px;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box1 .c-list {
    margin-top: 0.4rem;
  }
}
.c-common-info2 .c-right .c-box1 .c-list li {
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box1 .c-list li {
    padding: 0.4rem 0;
  }
}
.c-common-info2 .c-right .c-box1 .c-list li .c-wrap {
  display: block;
}
.c-common-info2 .c-right .c-box1 .c-list li .c-wrap .c-title2 {
  color: #000;
  transition: all 0.5s;
}
.c-common-info2 .c-right .c-box1 .c-list li .c-wrap .c-time {
  margin-top: 10px;
  color: #999;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box1 .c-list li .c-wrap .c-time {
    margin-top: 0.1rem;
  }
}
.c-common-info2 .c-right .c-box1 .c-list li .c-wrap:hover .c-title2 {
  color: #005CE6;
}
.c-common-info2 .c-right .c-box2 {
  padding: 40px 0;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box2 {
    padding: 0.8rem 0 1.2rem;
  }
}
.c-common-info2 .c-right .c-box2 form {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box2 form {
    padding-top: 0.4rem;
  }
}
.c-common-info2 .c-right .c-box2 form input {
  padding: 0 20px;
  width: 100%;
  height: 44px;
  line-height: 42px;
  border: 1px solid #bdbdbd;
  border-right: 0;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box2 form input {
    padding: 0 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.c-common-info2 .c-right .c-box2 form button {
  flex-shrink: 0;
  width: 114px;
  height: 44px;
  color: #fff;
  background-color: #005CE6;
}
@media (max-width: 1580px) {
  .c-common-info2 .c-right .c-box2 form button {
    width: 80px;
  }
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box2 form button {
    width: 1.6rem;
    height: 0.8rem;
  }
}
.c-common-info2 .c-right .c-box3 .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
  margin: 20px -5px -10px;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box3 .c-list {
    padding-top: 0.4rem;
    margin: 0.4rem -0.1rem -0.2rem;
  }
}
.c-common-info2 .c-right .c-box3 .c-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 10px);
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box3 .c-list::before {
    left: 0.05rem;
    width: calc(100% - 0.1rem);
  }
}
.c-common-info2 .c-right .c-box3 .c-list li {
  padding: 0 5px 10px;
  width: 33.333333%;
}
@media (max-width: 1580px) {
  .c-common-info2 .c-right .c-box3 .c-list li {
    width: 50%;
  }
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box3 .c-list li {
    padding: 0 0.05rem 0.1rem;
  }
}
.c-common-info2 .c-right .c-box3 .c-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #999999;
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-info2 .c-right .c-box3 .c-list li a {
    padding: 0.2rem;
  }
}
.c-common-info2 .c-right .c-box3 .c-list li a:hover {
  color: #005CE6;
  border-color: #005CE6;
}
.c-common-page {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.c-common-page .pages {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.c-common-page a,
.c-common-page span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 48px;
  height: 48px;
  border-radius: 5px;
  color: #666;
  margin: 5px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-page a,
  .c-common-page span {
    padding: 0 0.2rem;
    min-width: 0.8rem;
    height: 0.8rem;
  }
}
.c-common-page a:hover,
.c-common-page span:hover,
.c-common-page a.on,
.c-common-page span.on,
.c-common-page a.current,
.c-common-page span.current {
  color: #fff;
  background-color: #005CE6;
}
.c-common-page a:hover img path,
.c-common-page span:hover img path,
.c-common-page a.on img path,
.c-common-page span.on img path,
.c-common-page a.current img path,
.c-common-page span.current img path,
.c-common-page a:hover svg path,
.c-common-page span:hover svg path,
.c-common-page a.on svg path,
.c-common-page span.on svg path,
.c-common-page a.current svg path,
.c-common-page span.current svg path {
  fill: #fff;
  transition: all 0.5s;
}
.c-common-page a img,
.c-common-page span img,
.c-common-page a svg,
.c-common-page span svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 971px) {
  .c-common-page a img,
  .c-common-page span img,
  .c-common-page a svg,
  .c-common-page span svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.c-common-page a img path,
.c-common-page span img path,
.c-common-page a svg path,
.c-common-page span svg path {
  fill: #666;
}
.c-common-page a.c-prev img,
.c-common-page span.c-prev img,
.c-common-page a.c-prev svg,
.c-common-page span.c-prev svg {
  transform: rotate(180deg);
}
.c-common-menu {
  border-bottom: 1px solid #ddd;
}
.c-common-menu .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -10px -1px;
}
@media (max-width: 971px) {
  .c-common-menu .c-list {
    margin: 0 -0.1rem -1px;
  }
}
.c-common-menu .c-list li {
  padding: 0 10px;
}
@media (max-width: 971px) {
  .c-common-menu .c-list li {
    padding: 0 0.1rem;
  }
}
.c-common-menu .c-list li a {
  display: block;
  padding: 0 20px;
  line-height: 80px;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-common-menu .c-list li a {
    line-height: 60px;
  }
}
@media (max-width: 971px) {
  .c-common-menu .c-list li a {
    padding: 0 0.2rem;
    line-height: 1.2rem;
  }
}
.c-common-menu .c-list li.on a,
.c-common-menu .c-list li a:hover {
  color: #005CE6;
  border-color: #005CE6;
}
.c-common-banner {
  position: relative;
  height: 4rem;
  background-color: #001433;
}
@media (max-width: 1260px) {
  .c-common-banner {
    height: 5rem;
  }
}
.c-common-banner img {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-banner .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.c-common-banner .c-text-box .c-title {
  font-weight: bold;
  line-height: 1;
}
.c-common-banner .c-text-box .c-text {
  margin: 25px auto 0;
  max-width: 540px;
  line-height: 1.9;
}
@media (max-width: 971px) {
  .c-common-banner .c-text-box .c-text {
    margin-top: 0.3rem;
  }
}
.c-common-banner2 {
  position: relative;
  height: 6rem;
  background-color: #001433;
}
@media (max-width: 971px) {
  .c-common-banner2 {
    height: 5rem;
  }
}
.c-common-banner2 img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-banner2 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.c-common-banner2 .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-common-banner2 .c-text-box .c-text {
  margin: 15px auto 55px;
  max-width: 540px;
}
@media (max-width: 971px) {
  .c-common-banner2 .c-text-box .c-text {
    margin: 0.2rem 0 0.4rem;
  }
}
.c-common-banner2 .c-text-box .c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.c-common-banner2 .c-text-box .c-btn-box .c-common-btn3 {
  margin: 0 10px;
}
.c-common-banner2 .c-text-box .c-btn-box .c-common-btn3:hover img,
.c-common-banner2 .c-text-box .c-btn-box .c-common-btn3:hover svg {
  transform: rotate(0) translateX(-10px);
}
.c-common-list .c-list0-wrap {
  display: flex;
  align-items: flex-start;
  line-height: 34px;
}
@media (max-width: 971px) {
  .c-common-list .c-list0-wrap {
    line-height: 0.7rem;
  }
}
.c-common-list .c-list0-wrap .c-text {
  flex-shrink: 0;
  margin-right: 10px;
}
@media (max-width: 971px) {
  .c-common-list .c-list0-wrap .c-text {
    margin-right: 0.2rem;
  }
}
.c-common-list .c-list0-wrap .c-list0 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px 30px;
}
@media (max-width: 971px) {
  .c-common-list .c-list0-wrap .c-list0 {
    margin: 0 -0.1rem 0.4rem;
  }
}
.c-common-list .c-list0-wrap .c-list0 li {
  padding: 0 5px 10px;
}
@media (max-width: 971px) {
  .c-common-list .c-list0-wrap .c-list0 li {
    padding: 0 0.1rem 0.2rem;
  }
}
.c-common-list .c-list0-wrap .c-list0 li a {
  display: block;
  padding: 0 15px;
  border-radius: 5px;
  color: #666;
  background-color: #f5f5f5;
  transition: all 0.5s;
}
.c-common-list .c-list0-wrap .c-list0 li.on a,
.c-common-list .c-list0-wrap .c-list0 li a:hover {
  color: #fff;
  background-color: #005CE6;
}
.c-common-list .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px 40px;
}
@media (max-width: 971px) {
  .c-common-list .c-list {
    margin: 0 0 0.2rem;
  }
}
.c-common-list .c-list li {
  display: flex;
  padding: 0 20px 40px;
  width: 25%;
}
@media (max-width: 1580px) {
  .c-common-list .c-list li {
    width: 33.333333%;
  }
  .c-common-list .c-list li:last-child {
    display: none;
  }
}
@media (max-width: 971px) {
  .c-common-list .c-list li {
    width: 100%;
    padding: 0 0 0.4rem;
  }
}
.c-common-list .c-list li .c-wrap {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  color: #000;
  transition: all 0.5s;
}
.c-common-list .c-list li .c-wrap .c-img-box {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 220px;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1900px) {
  .c-common-list .c-list li .c-wrap .c-img-box {
    height: 180px;
  }
}
@media (max-width: 1580px) {
  .c-common-list .c-list li .c-wrap .c-img-box {
    height: 200px;
  }
}
@media (max-width: 1260px) {
  .c-common-list .c-list li .c-wrap .c-img-box {
    height: 150px;
  }
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-img-box {
    height: 4rem;
  }
}
.c-common-list .c-list li .c-wrap .c-img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-common-list .c-list li .c-wrap .c-img-box .c-mask {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 92, 230, 0.8);
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
.c-common-list .c-list li .c-wrap .c-img-box .c-mask img,
.c-common-list .c-list li .c-wrap .c-img-box .c-mask svg {
  width: 34px;
  height: 34px;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-img-box .c-mask img,
  .c-common-list .c-list li .c-wrap .c-img-box .c-mask svg {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-common-list .c-list li .c-wrap .c-img-box .c-mask img path,
.c-common-list .c-list li .c-wrap .c-img-box .c-mask svg path {
  fill: #fff;
}
.c-common-list .c-list li .c-wrap .c-img-box .c-mask2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.c-common-list .c-list li .c-wrap .c-img-box .c-mask2 .c-play {
  width: 70px;
  height: 70px;
  background: url(../../images/ico-play.svg) no-repeat center / 100%;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-img-box .c-mask2 .c-play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-common-list .c-list li .c-wrap .c-img-box .c-mask2 .c-play:hover {
  transform: scale(0.8);
}
.c-common-list .c-list li .c-wrap > a.c-img-box:hover > img {
  transform: scale(1.1);
}
.c-common-list .c-list li .c-wrap .c-text-box {
  padding: 35px 30px;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box {
    padding: 0.4rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-tag-box {
  display: flex;
  align-items: flex-start;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-tag-box {
    margin-bottom: 0.2rem;
    line-height: 0.4rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-text2 {
  flex-shrink: 0;
  color: #005CE6;
}
.c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-abox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #999;
  margin-bottom: -10px;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-abox {
    margin-bottom: -0.2rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-abox a {
  margin-bottom: 10px;
  color: #999;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-abox a {
    margin-bottom: 0.2rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-abox a:hover {
  color: #005CE6;
}
.c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-abox span {
  margin: 0 10px;
}
.c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-abox span:last-child {
  display: none;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-tag-box .c-abox span {
    margin: 0 0.2rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-title {
  max-height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-title {
    max-height: 48px;
    line-height: 24px;
  }
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-title {
    height: 0.4rem;
    line-height: 0.4rem;
    max-height: auto;
    -webkit-line-clamp: 1;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-title a {
  color: #000;
  transition: all 0.5s;
}
.c-common-list .c-list li .c-wrap .c-text-box .c-title a:hover {
  color: #005CE6;
}
.c-common-list .c-list li .c-wrap .c-text-box .c-time {
  padding-top: 20px;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-time {
    padding-top: 0.2rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-text {
  margin-top: 20px;
  height: 60px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-text {
    margin-top: 0.2rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-download {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  color: #000;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-download {
    margin-top: 0.2rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-download img {
  margin-right: 10px;
  width: 14px;
}
@media (max-width: 971px) {
  .c-common-list .c-list li .c-wrap .c-text-box .c-download img {
    margin-right: 0.1rem;
    width: 0.28rem;
  }
}
.c-common-list .c-list li .c-wrap .c-text-box .c-download:hover {
  color: #005CE6;
}
.c-common-list .c-list li .c-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.c-common-list .c-list li .c-wrap:hover .c-img-box .c-mask {
  opacity: 1;
}
.c-common-list.c-document .c-list li .c-wrap .c-img-box {
  height: 160px;
}
@media (max-width: 1900px) {
  .c-common-list.c-document .c-list li .c-wrap .c-img-box {
    height: 130px;
  }
}
@media (max-width: 1580px) {
  .c-common-list.c-document .c-list li .c-wrap .c-img-box {
    height: 140px;
  }
}
@media (max-width: 1260px) {
  .c-common-list.c-document .c-list li .c-wrap .c-img-box {
    height: 110px;
  }
}
@media (max-width: 971px) {
  .c-common-list.c-document .c-list li .c-wrap .c-img-box {
    height: 3rem;
  }
}
.c-common-list.c-img-list .c-list li .c-wrap .c-img-box::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.c-common-list.c-img-list .c-list li .c-wrap .c-text-box {
  position: relative;
  z-index: 5;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.c-common-list.c-img-list .c-list li .c-wrap .c-text-box .c-text {
  margin-top: 0;
  height: 0;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-list.c-img-list .c-list li .c-wrap .c-text-box .c-text {
    line-height: 0.4rem;
  }
}
.c-common-list.c-img-list .c-list li .c-wrap:hover .c-img-box::before {
  opacity: 1;
}
.c-common-list.c-img-list .c-list li .c-wrap:hover .c-text-box {
  margin-top: -60px;
}
@media (max-width: 971px) {
  .c-common-list.c-img-list .c-list li .c-wrap:hover .c-text-box {
    margin-top: -1rem;
  }
}
.c-common-list.c-img-list .c-list li .c-wrap:hover .c-text-box .c-text {
  margin-top: 20px;
  height: 40px;
}
@media (max-width: 971px) {
  .c-common-list.c-img-list .c-list li .c-wrap:hover .c-text-box .c-text {
    margin-top: 0.2rem;
    height: 0.8rem;
  }
}
.c-common-list.c-dt .c-list li {
  width: 33.333333%;
}
@media (max-width: 1260px) {
  .c-common-list.c-dt .c-list li {
    width: 50%;
  }
}
@media (max-width: 1260px) {
  .c-common-list.c-dt .c-list li {
    width: 100%;
  }
}
.c-common-list.c-dt .c-list li .c-wrap .c-img-box {
  height: 3rem;
  max-height: 300px;
}
@media (max-width: 1260px) {
  .c-common-list.c-dt .c-list li .c-wrap .c-img-box {
    height: 4rem;
    max-height: auto;
  }
}
.c-common-box1 {
  padding: 45px 0;
  position: relative;
  background: #005CE6 url(../../images/common-box1-bj.jpg) no-repeat center / cover;
  color: #fff;
}
@media (max-width: 971px) {
  .c-common-box1 {
    padding: 1.2rem 0;
    text-align: center;
  }
}
.c-common-box1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 971px) {
  .c-common-box1 .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-common-box1 .container .c-title {
  flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 971px) {
  .c-common-box1 .container .c-title {
    width: 100%;
    font-size: 0.34rem;
  }
}
.c-common-box1 .container .c-btn {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-box1 .container .c-btn {
    padding: 0 0.4rem;
    margin-top: 0.4rem;
    height: 0.8rem;
  }
}
.c-common-box1 .container .c-btn span {
  position: relative;
  z-index: 5;
}
.c-common-box1 .container .c-btn img,
.c-common-box1 .container .c-btn svg {
  position: relative;
  z-index: 5;
  margin-left: 20px;
  width: 24px;
  height: 24px;
}
@media (max-width: 971px) {
  .c-common-box1 .container .c-btn img,
  .c-common-box1 .container .c-btn svg {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
  }
}
.c-common-box1 .container .c-btn img path,
.c-common-box1 .container .c-btn svg path {
  fill: #fff;
  transition: all 0.5s;
}
.c-common-box1 .container .c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s;
}
.c-common-box1 .container .c-btn:hover {
  color: #005CE6;
}
.c-common-box1 .container .c-btn:hover img path,
.c-common-box1 .container .c-btn:hover svg path {
  fill: #005CE6;
}
.c-common-box1 .container .c-btn:hover::before {
  width: 100%;
}
.c-common-box2 {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 971px) {
  .c-common-box2 {
    padding: 1.2rem 0;
  }
}
.c-common-box2 .c-title {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
}
.c-common-box2 .c-title img {
  height: 58px;
}
@media (max-width: 1580px) {
  .c-common-box2 .c-title img {
    height: 50px;
  }
}
.c-common-box2 .c-title img:nth-child(1) {
  animation: 0.3s 0.3s both abl-move1 cubic-bezier(0.17, 0.17, 0.34, 1);
}
.c-common-box2 .c-title img:nth-child(2) {
  margin-left: 5px;
  animation: 0.3s 0.6s both fadeIn cubic-bezier(0.17, 0.17, 0.34, 1);
}
.c-common-box2 .c-title span:nth-child(1) {
  animation: 0.3s 0.3s both abl-move1 cubic-bezier(0.17, 0.17, 0.34, 1);
}
.c-common-box2 .c-title span:nth-child(2) {
  animation: 0.3s 0.6s both fadeIn cubic-bezier(0.17, 0.17, 0.34, 1);
}
.c-common-box2 .c-text {
  margin-top: 20px;
  line-height: 1.2;
  color: #666;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-common-box2 .c-text {
    margin-top: 0.2rem;
  }
}
.c-common-box2 .c-text p {
  animation: 0.3s 0.9s both abl-move3 cubic-bezier(0.17, 0.17, 0.34, 1);
}
.c-common-box2 .c-common-btn3 {
  margin: 40px auto 0;
  animation: 0.5s 1.2s both fadeIn cubic-bezier(0.17, 0.17, 0.34, 1);
}
@media (max-width: 971px) {
  .c-common-box2 .c-common-btn3 {
    margin-top: 0.6rem;
  }
}
.c-common-box2 .c-common-btn3:hover img,
.c-common-box2 .c-common-btn3:hover svg {
  -webkit-transform: rotate(0deg) translateX(-10px);
  transform: rotate(0deg) translateX(-10px);
}
.c-common-box3 {
  position: relative;
  height: 300vh;
  animation: 0.5s 1.5s both fadeInUp cubic-bezier(0.17, 0.17, 0.34, 1);
}
@media (max-width: 971px) {
  .c-common-box3 {
    height: auto;
  }
}
.c-common-box3.c-avp .c-main .c-img2 {
  transform: translateY(-10%);
}
@media (max-width: 971px) {
  .c-common-box3.c-avp .c-main .c-img2 {
    transform: translateY(0);
  }
}
@media (max-width: 971px) {
  .c-common-box3.c-avp .c-main2 .c-wrap2 .c-list {
    margin-top: 0;
  }
}
.c-common-box3.c-avp .c-main2 .c-wrap2 .c-list li {
  color: #005CE6;
}
.c-common-box3.c-dt {
  height: calc(300vh + 300px);
}
@media (max-width: 971px) {
  .c-common-box3.c-dt {
    height: auto;
  }
}
.c-common-box3.c-dt .c-main2 {
  height: calc(120vh + 300px);
}
@media (max-width: 971px) {
  .c-common-box3.c-dt .c-main2 {
    height: auto;
  }
}
.c-common-box3.c-dt2 .c-main {
  overflow: visible;
}
.c-common-box3.c-dt2 .c-common-btn3 {
  margin: 40px auto 0;
  animation: 0.5s 1.2s both fadeIn cubic-bezier(0.17, 0.17, 0.34, 1);
}
@media (max-width: 971px) {
  .c-common-box3.c-dt2 .c-common-btn3 {
    margin-top: 0.6rem;
  }
}
.c-common-box3.c-dt2 .c-common-btn3:hover img,
.c-common-box3.c-dt2 .c-common-btn3:hover svg {
  -webkit-transform: rotate(0deg) translateX(-10px);
  transform: rotate(0deg) translateX(-10px);
}
.c-common-box3.c-dt2.on .c-main .c-mask {
  top: 0;
  height: 0;
}
.c-common-box3.c-dt3 {
  height: 150vh;
}
@media (max-width: 971px) {
  .c-common-box3.c-dt3 {
    height: auto;
  }
}
.c-common-box3.on .c-main .c-img2 {
  transform: translateY(0) !important;
}
.c-common-box3.on .c-main .c-img3 {
  opacity: 1;
  transform: translateY(0) !important;
}
.c-common-box3.on .c-main .c-mask {
  top: -100%;
}
.c-common-box3 .c-main {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main {
    position: relative;
    height: 3.8rem;
  }
}
.c-common-box3 .c-main img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box3 .c-main .c-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.3s;
  transform: translateY(-12%);
}
@media (max-width: 971px) {
  .c-common-box3 .c-main .c-img2 {
    transform: translateY(0);
  }
}
.c-common-box3 .c-main .c-img3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-12%);
}
@media (max-width: 971px) {
  .c-common-box3 .c-main .c-img3 {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-common-box3 .c-main .c-round {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 4;
  width: 38.54vw;
  height: 38.54vw;
  margin: -10vh -19.27vw;
  opacity: 1;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main .c-round {
    top: 1.3rem;
  }
}
.c-common-box3 .c-main .c-round img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 2s both avp-move1 infinite linear;
}
.c-common-box3 .c-main .c-round img:nth-child(2) {
  animation: 2s 0.66s both avp-move1 infinite linear;
}
.c-common-box3 .c-main .c-round img:nth-child(3) {
  animation: 2s 1.33s both avp-move1 infinite linear;
}
.c-common-box3 .c-main .c-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 1s;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main .c-mask {
    opacity: 0;
  }
}
.c-common-box3 .c-main2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 120vh;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main2 {
    position: relative;
    height: auto;
    padding-top: 1.2rem;
  }
}
.c-common-box3 .c-main2 .c-wrap1 {
  display: flex;
  align-items: center;
  height: 300px;
  text-align: center;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main2 .c-wrap1 {
    height: auto;
  }
}
.c-common-box3 .c-main2 .c-wrap1 .c-title {
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main2 .c-wrap1 .c-title {
    font-size: 0.4rem;
    line-height: 1.2;
  }
}
.c-common-box3 .c-main2 .c-wrap1 .c-photo {
  margin: 50px auto 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main2 .c-wrap1 .c-photo {
    width: 1rem;
    height: 1rem;
    margin: 0.6rem auto 0.1rem;
  }
}
.c-common-box3 .c-main2 .c-wrap1 .c-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box3 .c-main2 .c-wrap1 .c-text {
  color: #666;
}
.c-common-box3 .c-main2 .c-wrap1 .c-text strong {
  color: #000;
}
.c-common-box3 .c-main2 .c-wrap2 {
  height: 120vh;
  padding-bottom: 20vh;
  display: flex;
  align-items: center;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main2 .c-wrap2 {
    padding-bottom: 0;
    height: auto;
  }
}
.c-common-box3 .c-main2 .c-wrap2 .c-list {
  text-align: center;
  line-height: 1.4;
  margin: 100px auto 0;
  font-weight: bold;
}
@media (max-width: 1900px) {
  .c-common-box3 .c-main2 .c-wrap2 .c-list {
    margin-top: 50px;
  }
}
@media (max-width: 971px) {
  .c-common-box3 .c-main2 .c-wrap2 .c-list {
    font-size: 0.4rem;
    margin-top: 1.2rem;
  }
}
.c-common-box3 .c-main2 .c-wrap2 .c-list li {
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 971px) {
  .c-common-box3 .c-main2 .c-wrap2 .c-list li br {
    display: none;
  }
}
.c-common-box3 .c-main2 .c-wrap2 .c-list li.on {
  color: #005CE6;
}
.c-common-box3 .c-main2 .c-wrap2 .c-common-btn3 {
  margin: 100px auto 0;
}
@media (max-width: 1580px) {
  .c-common-box3 .c-main2 .c-wrap2 .c-common-btn3 {
    margin-top: 50px;
  }
}
@media (max-width: 971px) {
  .c-common-box3 .c-main2 .c-wrap2 .c-common-btn3 {
    margin-top: 0.6rem;
  }
}
.c-common-box3.c-car-life {
  animation: none;
}
.c-common-box3.c-car-life .c-main .c-img0 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box3.c-car-life .c-main2 {
  height: 100vh;
}
@media (max-width: 971px) {
  .c-common-box3.c-car-life .c-main2 {
    height: auto;
    padding-top: 1.2rem;
  }
}
.c-common-box3.c-car-life .c-wrap3 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 971px) {
  .c-common-box3.c-car-life .c-wrap3 {
    height: auto;
  }
}
.c-common-box3.c-car-life .c-wrap3 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 971px) {
  .c-common-box3.c-car-life .c-wrap3 .c-list {
    margin-bottom: 0.6rem;
  }
}
.c-common-box3.c-car-life .c-wrap3 .c-list li {
  width: 33.333333%;
}
.c-common-box3.c-car-life .c-wrap3 .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
}
.c-common-box3.c-car-life .c-wrap3 .c-list li .c-box .c-text1 {
  color: #005CE6;
}
@media (max-width: 971px) {
  .c-common-box3.c-car-life .c-wrap3 .c-list li .c-box .c-text1 {
    font-size: 0.24rem;
  }
}
.c-common-box3.c-car-life .c-wrap3 .c-list li .c-text2 {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 971px) {
  .c-common-box3.c-car-life .c-wrap3 .c-list li .c-text2 {
    margin-top: 0.1rem;
  }
}
.c-common-box3.c-car-life .c-wrap3 .c-common-btn3 {
  margin: 0 auto;
  justify-content: center;
}
.c-common-box3.c-driving .c-img-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-common-box3.c-driving .c-img-list img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box3.c-driving .c-img-list img.on {
  opacity: 1;
}
.c-common-box4 .c-common-box4-banner-top {
  margin-bottom: 60px;
}
@media (max-width: 1580px) {
  .c-common-box4 .c-common-box4-banner-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 971px) {
  .c-common-box4 .c-common-box4-banner-top {
    margin-bottom: 0.6rem;
  }
}
.c-common-box4 .c-common-box4-banner-top .c-title {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 15px;
  border-top: 2px solid #ddd;
  color: #999;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-box4 .c-common-box4-banner-top .c-title {
    padding-top: 0.1rem;
    height: auto;
  }
}
.c-common-box4 .c-common-box4-banner-top .c-title::before {
  content: "";
  position: absolute;
  top: -2px;
  border-top: 2px solid #333;
  width: 0;
  transition: all 0.5s;
}
.c-common-box4 .c-common-box4-banner-top .swiper-slide {
  cursor: pointer;
}
.c-common-box4 .c-common-box4-banner-top .swiper-slide-thumb-active .c-title {
  color: #333;
}
.c-common-box4 .c-common-box4-banner-top .swiper-slide-thumb-active .c-title::before {
  width: 100%;
}
.c-common-box4 .c-common-box4-banner-bottom .c-wrap {
  opacity: 0.1;
  height: 3.4rem;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-box4 .c-common-box4-banner-bottom .c-wrap {
    height: 3.4rem;
  }
}
.c-common-box4 .c-common-box4-banner-bottom .c-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box4 .c-common-box4-banner-bottom .c-wrap > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}
.c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play img,
.c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play svg {
  width: 80px;
  height: 80px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play img,
  .c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play img:hover,
.c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play svg:hover {
  transform: scale(0.8);
}
.c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play img path,
.c-common-box4 .c-common-box4-banner-bottom .c-wrap .c-play svg path {
  fill: #fff;
}
.c-common-box4 .c-common-box4-banner-bottom .swiper-slide-active .c-wrap {
  opacity: 1;
}
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-next,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #c0c0c0;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-common-box4 .c-common-box4-banner-bottom .swiper-button-next,
  .c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 971px) {
  .c-common-box4 .c-common-box4-banner-bottom .swiper-button-next,
  .c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-next img,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev img,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-next svg,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev svg {
  width: 26px;
  height: 26px;
  pointer-events: none;
}
@media (max-width: 971px) {
  .c-common-box4 .c-common-box4-banner-bottom .swiper-button-next img,
  .c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev img,
  .c-common-box4 .c-common-box4-banner-bottom .swiper-button-next svg,
  .c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-next img path,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev img path,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-next svg path,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev svg path {
  fill: #fff;
}
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-next:hover,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev:hover {
  background-color: #005CE6;
}
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-next {
  right: 11.45vw;
}
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev {
  left: 11.45vw;
}
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev img,
.c-common-box4 .c-common-box4-banner-bottom .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-common-box5.c-dt .c-bottom .c-list li {
  width: 33.333333%;
}
@media (max-width: 1260px) {
  .c-common-box5.c-dt .c-bottom .c-list li {
    width: 50%;
  }
  .c-common-box5.c-dt .c-bottom .c-list li:last-child {
    display: none;
  }
}
@media (max-width: 971px) {
  .c-common-box5.c-dt .c-bottom .c-list li {
    width: 100%;
  }
  .c-common-box5.c-dt .c-bottom .c-list li:last-child {
    display: block;
  }
}
.c-common-box5.c-dt .c-bottom .c-list li .c-wrap {
  padding: 40px;
}
@media (max-width: 971px) {
  .c-common-box5.c-dt .c-bottom .c-list li .c-wrap {
    padding: 0.4rem;
  }
}
.c-common-box5.c-dt .c-bottom .c-list li .c-wrap .c-img-box {
  height: 2.2rem;
}
@media (max-width: 1260px) {
  .c-common-box5.c-dt .c-bottom .c-list li .c-wrap .c-img-box {
    height: 3rem;
  }
}
.c-common-box5 .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 971px) {
  .c-common-box5 .c-bottom .c-list {
    margin: 0 -0.2rem -0.4rem;
  }
}
.c-common-box5 .c-bottom .c-list li {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 971px) {
  .c-common-box5 .c-bottom .c-list li {
    width: 100%;
    padding: 0 0.2rem 0.4rem;
  }
}
.c-common-box5 .c-bottom .c-list li .c-wrap {
  display: block;
  padding: 80px;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 5px;
}
@media (max-width: 1580px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap {
    padding: 50px;
  }
}
@media (max-width: 971px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap {
    padding: 0.4rem;
  }
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-title {
  line-height: 1.3;
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-img-box {
  position: relative;
  height: 2.9rem;
  overflow: hidden;
  margin: 40px 0;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap .c-img-box {
    margin: 30px 0;
  }
}
@media (max-width: 971px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap .c-img-box {
    height: 3.4rem;
    margin: 0.4rem 0;
  }
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-img-box .c-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url(../../images/ico-play.svg) no-repeat center / 100%;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap .c-img-box .c-play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-img-box:hover .c-play {
  width: 60px;
  height: 60px;
}
@media (max-width: 971px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap .c-img-box:hover .c-play {
    width: 1rem;
    height: 1rem;
  }
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  height: 72px;
  margin-bottom: 40px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1580px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 971px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
    margin-bottom: 0.4rem;
    line-height: 1.5;
    height: auto;
  }
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-more-wrap {
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
@media (max-width: 1580px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-more-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 971px) {
  .c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-more-wrap {
    padding-top: 0.4rem;
  }
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-more-wrap .c-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #005CE6;
  cursor: pointer;
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-more-wrap .c-more i {
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../images/c-jt.png) no-repeat center / cover;
  transition: all 0.5s;
}
.c-common-box5 .c-bottom .c-list li .c-wrap .c-text-box .c-more-wrap .c-more:hover i {
  transform: rotate(45deg);
}
.c-common-box6 {
  overflow: hidden;
}
.c-common-box6 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 10px -20px;
}
@media (max-width: 971px) {
  .c-common-box6 .c-list {
    margin: 0 -0.2rem -0.4rem;
  }
}
.c-common-box6 .c-list li {
  width: 50%;
  padding: 0 10px 20px;
}
@media (max-width: 971px) {
  .c-common-box6 .c-list li {
    width: 100%;
    padding: 0 0.2rem 0.4rem;
  }
}
.c-common-box6 .c-list li .c-wrap {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  overflow: hidden;
}
.c-common-box6 .c-list li .c-wrap:hover img {
  transform: scale(1.1);
}
.c-common-box6 .c-list li .c-wrap img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  transition: all 1s;
}
@media (max-width: 1900px) {
  .c-common-box6 .c-list li .c-wrap img {
    height: 5.7rem;
  }
}
@media (max-width: 971px) {
  .c-common-box6 .c-list li .c-wrap img {
    height: 5rem;
  }
}
.c-common-box6 .c-list li .c-wrap .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px;
  text-align: center;
}
@media (max-width: 1900px) {
  .c-common-box6 .c-list li .c-wrap .c-text-box {
    padding: 0.6rem;
  }
}
.c-common-box6 .c-list li .c-wrap .c-text-box .c-title {
  font-weight: bold;
}
.c-common-box6 .c-list li .c-wrap .c-text-box .c-text {
  margin-top: 10px;
}
@media (max-width: 971px) {
  .c-common-box6 .c-list li .c-wrap .c-text-box .c-text {
    margin-top: 0.1rem;
  }
}
/* 地图 */
.c-map {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 14px;
  color: #005CE6;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}

#c-partner .c-common-title .c-text {
  margin-top: 10px;
}
@media (max-width: 971px) {
  #c-partner .c-common-title .c-text {
    margin-top: 0.1rem;
  }
}
#c-partner .c-list1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 1580px) {
  #c-partner .c-list1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 971px) {
  #c-partner .c-list1 {
    margin-bottom: 0.4rem;
  }
}
#c-partner .c-list1 li {
  position: relative;
  z-index: 1;
  margin-right: -2px;
  display: inline-flex;
  align-items: center;
  padding: 0 50px;
  height: 70px;
  border: 2px solid #ddd;
  font-weight: bold;
  color: #666;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-partner .c-list1 li {
    padding: 0 20px;
    height: 50px;
  }
}
@media (max-width: 971px) {
  #c-partner .c-list1 li {
    padding: 0 0.2rem;
    height: 0.8rem;
  }
}
#c-partner .c-list1 li:last-child {
  margin-right: 0;
}
#c-partner .c-list1 li.on,
#c-partner .c-list1 li:hover {
  z-index: 2;
  color: #fff;
  background-color: #005CE6;
  border-color: #005CE6;
}
#c-partner .c-list2 > li {
  display: none;
}
#c-partner .c-list2 > li.on {
  display: block;
}
#c-partner .c-list2 > li .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media (max-width: 971px) {
  #c-partner .c-list2 > li .c-list3 {
    margin: 0 -0.1rem -0.2rem;
  }
}
#c-partner .c-list2 > li .c-list3 li {
  padding: 0 20px 40px;
  width: 20%;
}
@media (max-width: 971px) {
  #c-partner .c-list2 > li .c-list3 li {
    width: 33.333%;
    padding: 0 0.1rem 0.2rem;
  }
}
#c-partner .c-list2 > li .c-list3 li .c-img {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
#c-partner .c-list2 > li .c-list3 li .c-img::before {
  content: "";
  display: block;
  padding-top: 43.4%;
}
#c-partner .c-list2 > li .c-list3 li .c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-partner .c-list2 > li .c-list3 li .c-img:hover {
  transform: translateY(-10px);
}

/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 70px;
}
@media (max-width: 971px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 950;
  width: 100%;
  line-height: 70px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header.c-head-move {
  top: -101px;
}
@media (max-width: 971px) {
  #c-header.c-head-move {
    top: -1.21rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  border-bottom: 1px solid #e6eaed;
}
#c-header a {
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding-left: 50px;
}
@media (max-width: 971px) {
  #c-header > .container {
    padding: 0 0.35rem;
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  position: relative;
  z-index: 50;
  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: 34px;
}
@media (max-width: 971px) {
  #c-header .c-logo .c-img-box img {
    height: 0.5rem;
  }
}
/*顶部pc导航*/
#c-header .c-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 971px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-right: 55px;
}
@media (max-width: 1900px) {
  #c-header .c-nav > li {
    margin-right: 0.55rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.2rem;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 60px;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li:last-child {
    margin-right: 30px;
  }
}
#c-header .c-nav > li > a {
  padding: 0 15px;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav > li > a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #005CE6;
  transition: 0.5s;
}
#c-header .c-nav > li.on > a::before,
#c-header .c-nav > li:hover > a::before {
  left: 0;
  width: 100%;
}
#c-header .c-list-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
#c-header .c-list-box .container {
  display: flex;
  align-content: flex-end;
}
#c-header .c-list-box .c-left {
  width: 71.875%;
}
#c-header .c-list-box .c-left .c-tbox {
  display: flex;
  align-items: flex-start;
}
#c-header .c-list-box .c-left .c-tbox .c-title {
  flex-shrink: 0;
  width: 24.5%;
  padding: 70px 30px;
  color: #ccc;
  line-height: 40px;
  text-align: left;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-left .c-tbox .c-title {
    line-height: 1.2;
    width: 20%;
    padding: 40px 20px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-list-box .c-left .c-tbox .c-title {
    display: none;
  }
}

#c-header .c-list-box .c-left .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px;
  max-width: 700px;
  padding: 70px 0;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-left .c-list {
    padding: 40px 0;
  }
}
#c-header .c-list-box .c-left .c-list li {
  padding: 0 40px 20px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-left .c-list li {
    padding: 0 20px 20px;
  }
}
#c-header .c-list-box .c-left .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 35px;
  border-top: 1px solid #e5e5e5;
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-left .c-box {
    padding: 35px 20px;
  }
}
#c-header .c-list-box .c-left .c-box .c-text {
  color: #999;
  text-align: left;
}
#c-header .c-list-box .c-left .c-box a {
  margin-left: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #005CE6;
}
#c-header .c-list-box .c-left .c-box a img,
#c-header .c-list-box .c-left .c-box a svg {
  margin-left: 20px;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  transition: all 0.5s;
}
#c-header .c-list-box .c-left .c-box a img path,
#c-header .c-list-box .c-left .c-box a svg path {
  fill: #005CE6;
}
#c-header .c-list-box .c-left .c-box a:hover img,
#c-header .c-list-box .c-left .c-box a:hover svg {
  transform: rotate(180deg) translateX(-10px);
}
#c-header .c-list-box .c-left .c-list-box2 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  line-height: 1.5;
  min-height: 290px;
  border-left: 1px solid #e5e5e5;
  padding: 70px 0;
  text-align: left;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-left .c-list-box2 {
    padding: 40px 0;
    min-height: 210px;
  }
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 {
  padding: 0 40px;
}
@media (max-width: 1580px) {
  #c-header .c-list-box .c-left .c-list-box2 .c-list2 {
    padding: 0 20px;
  }
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li {
  margin-bottom: 15px;
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li:last-child {
  margin-bottom: 0;
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  cursor: auto;
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li .c-wrap img,
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li .c-wrap svg {
  opacity: 0;
  margin-left: 20px;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li .c-wrap img path,
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li .c-wrap svg path {
  fill: #005CE6;
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li a.c-wrap {
  cursor: pointer;
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li.on > .c-wrap {
  color: #005CE6;
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li.on > .c-wrap > svg {
  opacity: 1;
}
#c-header .c-list-box .c-left .c-list-box2 .c-list2 > li.on > .c-list2 {
  display: block;
}
#c-header .c-list-box .c-left .c-list-box2 > .c-list2 {
  position: relative;
  width: 33.333333%;
}
#c-header .c-list-box .c-left .c-list-box2 > .c-list2.c-dt .c-list2 {
  width: 205%;
}
#c-header .c-list-box .c-left .c-list-box2 > .c-list2 .c-list2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  border-left: 1px solid #e5e5e5;
}
#c-header .c-list-box .c-right {
  display: flex;
  align-items: flex-end;
  margin-right: -10%;
  width: 38.125%;
}
#c-header .c-list-box .c-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #005CE6;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 0.4rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  margin-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.35rem;
  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: 0.3rem;
  height: 0.3rem;
  transition: all 0.5s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#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 {
  margin: 0.25rem 0;
  display: inline-block;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover {
  color: #005CE6;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#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) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 语言 */
#c-header .c-language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  background-color: #f8f8f8;
}
#c-header .c-language:hover > a {
  color: #005CE6;
}
#c-header .c-language:hover > a svg path {
  fill: #005CE6;
}
@media (max-width: 971px) {
  #c-header .c-language {
    padding: 0 0.4rem;
    border: 0;
    background-color: transparent;
  }
}
#c-header .c-language > a {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 971px) {
  #c-header .c-language > a {
    padding: 0;
  }
}
#c-header .c-language > a svg,
#c-header .c-language > a img {
  height: 22px;
  width: 22px;
}
#c-header .c-language > a svg path,
#c-header .c-language > a img path {
  fill: #333;
  transition: all 0.5s;
}
#c-header .c-language > a span {
  margin: 0 10px;
}
@media (max-width: 971px) {
  #c-header .c-language > a span {
    margin: 0 0.1rem;
  }
}
#c-header .c-language > a i {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #005CE6 transparent transparent transparent;
}
#c-header .c-language .c-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  line-height: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#c-header .c-language .c-list a {
  display: block;
  padding: 0 40px;
}
@media (max-width: 971px) {
  #c-header .c-language .c-list a {
    padding: 0 0.4rem;
    line-height: 0.8rem;
  }
}
#c-header .c-language .c-list a:hover {
  color: #fff;
  background-color: #005CE6;
}
/* 搜索 */
#c-header .c-search {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  #c-header .c-search {
    display: none;
  }
}
#c-header .c-search input {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  padding: 0;
  width: 0;
  line-height: 70px;
  background-color: #f8f8f8;
  transition: all 0.5s;
}
#c-header .c-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 71px;
  border-bottom: 1px solid #005CE6;
  margin-bottom: -1px;
  background-color: #005CE6;
}
#c-header .c-search button img {
  width: 20px;
}
#c-header .c-search:hover input {
  padding: 0 30px;
  width: 230px;
}
/*首页轮播图*/
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 971px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 971px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(../../images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(../../images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
/* 底部 */
#c-footer {
  color: #888;
  background: #23262c url(../../images/footer-bj.png) no-repeat right 80px bottom -80px / 52% auto;
}
#c-footer a {
  color: #888;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #005CE6;
}
#c-footer .c-top-box {
  padding: 100px 0 80px;
}
@media (max-width: 971px) {
  #c-footer .c-top-box {
    padding: 1.2rem 0 0;
  }
}
@media (max-width: 971px) {
  #c-footer .c-top-box .c-left {
    margin-bottom: 0.6rem;
    width: 100%;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-footer .c-top-box .container .c-logo {
  display: block;
}
#c-footer .c-top-box .container .c-logo img {
  height: 56px;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .container .c-logo img {
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-text {
  display: flex;
  align-items: center;
  margin: 60px 0 20px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .container .c-text {
    margin: 0.4rem 0 0;
  }
}
#c-footer .c-top-box .container form {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .container form {
    width: 100%;
  }
}
#c-footer .c-top-box .container form input {
  padding-right: 54px;
  width: 315px;
  height: 50px;
  border-bottom: 1px solid #393c42;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .container form input {
    padding-right: 1rem;
    width: 100%;
    height: 1rem;
  }
}
#c-footer .c-top-box .container form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 50px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .container form button {
    width: 1rem;
    height: 1rem;
  }
}
#c-footer .c-top-box .container form button img {
  width: 14px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .container form button img {
    width: 0.2rem;
  }
}
#c-footer .c-top-box .c-right {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .c-right {
    flex-wrap: wrap;
    width: 100%;
  }
}
#c-footer .c-top-box .c-title-box {
  display: flex;

  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .c-title-box {
    margin-bottom: 0;
    padding: 0.3rem 0;
    margin-right: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #3e4043;
  }
}
#c-footer .c-top-box .c-title-box .c-title {
  color: #fff;
  font-weight: bold;
}
#c-footer .c-top-box .c-title-box a {
  color: #000;
}
#c-footer .c-top-box .c-title-box a:hover {
  color: #005CE6;
}
#c-footer .c-top-box .c-title-box img,
#c-footer .c-top-box .c-title-box svg {
  display: none;
  margin-left: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .c-title-box img,
  #c-footer .c-top-box .c-title-box svg {
    display: block;
  }
}
#c-footer .c-top-box .c-title-box img path,
#c-footer .c-top-box .c-title-box svg path {
  fill: #fff;
}
#c-footer .c-top-box .c-title-box.on img,
#c-footer .c-top-box .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-footer .c-top-box .c-list-box {
  padding-right: 200px;
}
@media (max-width: 1900px) {
  #c-footer .c-top-box .c-list-box {
    padding-right: 2rem;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .c-list-box {
    padding-right: 1rem;
  }
}
@media (max-width: 971px) {
  #c-footer .c-top-box .c-list-box {
    width: 100%;
    padding-right: 0;
  }
}
#c-footer .c-top-box .c-list-box:last-child {
  padding-right: 0;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .c-list-box .c-list {
    display: none;
  }
}
#c-footer .c-top-box .c-list-box .c-list li {
  padding-bottom: 10px;
}
#c-footer .c-top-box .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 971px) {
  #c-footer .c-top-box .c-list-box .c-list li {
    padding: 0 0 0 0.4rem;
    line-height: 1rem;
    border-bottom: 1px solid #3e4043;
  }
}
#c-footer .c-top-box .c-list-box.on .c-title-box i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-footer .c-center-box {
  padding: 20px 0;
}
@media (max-width: 971px) {
  #c-footer .c-center-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-center-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 971px) {
  #c-footer .c-center-box .container {
    margin-bottom: 0;
  }
}
#c-footer .c-center-box .c-left a {
  margin-right: 5px;
}
#c-footer .c-center-box .c-right {
  padding-left: 40px;
  flex-wrap: wrap;
}
@media (max-width: 971px) {
  #c-footer .c-center-box .c-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
}
#c-footer .c-center-box .c-link {
  display: flex;
  align-items: center;
}
@media (max-width: 971px) {
  #c-footer .c-center-box .c-link {
    margin-top: 0.2rem;
  }
}
#c-footer .c-center-box .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-center-box .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
@media (max-width: 971px) {
  #c-footer .c-center-box .c-ico a {
    margin-left: 0.2rem;
  }
}
#c-footer .c-center-box .c-ico a img,
#c-footer .c-center-box .c-ico a svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-footer .c-center-box .c-ico a img,
  #c-footer .c-center-box .c-ico a svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-footer .c-center-box .c-ico a img path,
#c-footer .c-center-box .c-ico a svg path {
  fill: #8f8f8f;
  transition: all 0.5s;
}
#c-footer .c-center-box .c-ico a:hover svg path {
  fill: #005CE6;
}
#c-footer .c-center-box .c-code {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#c-footer .c-center-box .c-code .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-footer .c-center-box .c-code .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.5s;
}
#c-footer .c-center-box .c-code .c-img-box .c-close img,
#c-footer .c-center-box .c-code .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-footer .c-center-box .c-code .c-img-box .c-close img path,
#c-footer .c-center-box .c-code .c-img-box .c-close svg path {
  fill: #8f8f8f;
  transition: all 0.5s;
}
#c-footer .c-center-box .c-code .c-img-box .c-close:hover {
  background-color: #005CE6;
}
#c-footer .c-center-box .c-code .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-footer .c-center-box .c-code .c-img-box img {
  width: 100%;
}
#c-footer .c-center-box .c-code .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
#c-footer .c-bottom-box {
  color: #888;
}
#c-footer .c-bottom-box .c-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 30px;
  border-top: 1px solid #3e4043;
}
@media (max-width: 971px) {
  #c-footer .c-bottom-box .c-wrap {
    padding: 0.6rem 0 1.2rem;
  }
}
#c-footer .c-bottom-box .c-wrap a:hover {
  color: #005CE6;
}
#c-footer .c-bottom-box .c-wrap .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer .c-bottom-box .c-wrap .c-link {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  #c-footer .c-bottom-box .c-wrap .c-link {
    width: 100%;
  }
}
#c-footer .c-bottom-box .c-wrap .c-link > span {
  padding: 0 5px;
}
#c-footer .c-bottom-box .c-wrap .c-link > span:last-child {
  display: none;
}
/* 顶部banner */
#c-top-banner {
  position: relative;
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-top-banner img {
  width: 100%;
}
#c-top-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-box .c-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
}
#c-top-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #005CE6;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #005CE6;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
#c-robot3 .c-main {
  display: flex;
  align-items: center;
}
@media (max-width: 971px) {
  #c-robot3 .c-main {
    align-items: flex-start;
  }
}
#c-robot3 .c-main .c-bottom {
  position: relative;
  background-color: #000;
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide {
  position: relative;
  height: 6.2rem;
  overflow: hidden;
}
@media (max-width: 971px) {
  #c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide {
    height: 4rem;
  }
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
}
@media (max-width: 971px) {
  #c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide .c-text-box {
    padding-bottom: 0.6rem;
  }
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide .c-text-box .c-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.1;
  transition: all 0.3s 0s;
  transform: translateY(100%);
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide .c-text-box .c-text {
  transition: all 0.3s 0s;
  transform: translateY(100%);
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide .c-text-box .c-title-wrap {
  margin-bottom: 10px;
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide .c-text-box .c-text-wrap,
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide .c-text-box .c-title-wrap {
  overflow: hidden;
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide.swiper-slide-active .c-title {
  transform: translateY(0);
  transition: all 0.3s;
}
#c-robot3 .c-main .c-bottom .c-robot3-banner1 .swiper-slide.swiper-slide-active .c-text {
  transform: translateY(0);
  transition: all 0.3s;
}
#c-robot3 .c-main .c-bottom .c-robot3-banner2 {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  display: flex;
  align-items: flex-start;
  transform: translateX(-50%);
  width: 460px;
}
@media (max-width: 971px) {
  #c-robot3 .c-main .c-bottom .c-robot3-banner2 {
    width: 5.2rem;
  }
}
#c-robot3 .c-main .c-bottom .c-robot3-banner2 .swiper-wrapper {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
#c-robot3 .c-main .c-bottom .c-robot3-banner2 .swiper-slide {
  margin-bottom: -2px;
  padding: 20px 0;
  color: #b2b2b2;
  cursor: pointer;
  transition: all 0.5s;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  text-align: center;
}
@media (max-width: 971px) {
  #c-robot3 .c-main .c-bottom .c-robot3-banner2 .swiper-slide {
    padding: 0.2rem 0;
  }
}
#c-robot3 .c-main .c-bottom .c-robot3-banner2 .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  border-color: #005CE6;
}
#c-robot4 {
  position: relative;
  height: 200vh;
}
@media (max-width: 971px) {
  #c-robot4 {
    height: auto;
  }
}
#c-robot4 .c-main {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media (max-width: 971px) {
  #c-robot4 .c-main {
    position: relative;
    height: auto;
  }
}
#c-robot4 .c-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-robot4 .c-main .c-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}
#c-robot4 .c-main2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 110vh;
}
@media (max-width: 971px) {
  #c-robot4 .c-main2 {
    position: relative;
    height: auto;
  }
}
#c-robot4 .c-main2 .c-wrap2 {
  height: 110vh;
  padding-bottom: 10vh;
  display: flex;
  align-items: center;
}
@media (max-width: 971px) {
  #c-robot4 .c-main2 .c-wrap2 {
    padding: 1.2rem 0;
    height: auto;
  }
}
#c-robot4 .c-main2 .c-wrap2 .c-list {
  text-align: center;
  line-height: 1.4;
  margin: 100px auto 0;
}
@media (max-width: 1900px) {
  #c-robot4 .c-main2 .c-wrap2 .c-list {
    margin-top: 50px;
  }
}
@media (max-width: 1580px) {
  #c-robot4 .c-main2 .c-wrap2 .c-list {
    max-width: 900px;
  }
}
@media (max-width: 971px) {
  #c-robot4 .c-main2 .c-wrap2 .c-list {
    margin: 0;
    font-size: 0.4rem;
  }
}
#c-robot4 .c-main2 .c-wrap2 .c-list li {
  font-weight: bold;
  display: inline;
  color: #999;
  transition: all 0.3s;
}
#c-robot4 .c-main2 .c-wrap2 .c-list li.on {
  color: #005CE6;
}
#c-robot4 .c-main2 .c-wrap2 .c-common-btn3 {
  margin: 100px auto 0;
}
@media (max-width: 1580px) {
  #c-robot4 .c-main2 .c-wrap2 .c-common-btn3 {
    margin-top: 50px;
  }
}
#c-robot5 {
  position: relative;
  background-color: #ececec;
  overflow: hidden;
}
#c-robot5 .c-robot5-banner {
  overflow: visible;
  margin-bottom: 40px;
}
@media (max-width: 971px) {
  #c-robot5 .c-robot5-banner {
    margin-bottom: 0.6rem;
  }
}
#c-robot5 .c-robot5-banner .swiper-pagination {
  bottom: -40px;
}
@media (max-width: 971px) {
  #c-robot5 .c-robot5-banner .swiper-pagination {
    bottom: -0.6rem;
  }
}
#c-robot5 .c-robot5-banner .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: 0;
}
@media (max-width: 971px) {
  #c-robot5 .c-robot5-banner .swiper-pagination-bullet {
    width: 30px;
  }
}
#c-robot5 .c-robot5-banner .swiper-button-next,
#c-robot5 .c-robot5-banner .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #c0c0c0;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-robot5 .c-robot5-banner .swiper-button-next,
  #c-robot5 .c-robot5-banner .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 971px) {
  #c-robot5 .c-robot5-banner .swiper-button-next,
  #c-robot5 .c-robot5-banner .swiper-button-prev {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-robot5 .c-robot5-banner .swiper-button-next img,
#c-robot5 .c-robot5-banner .swiper-button-prev img,
#c-robot5 .c-robot5-banner .swiper-button-next svg,
#c-robot5 .c-robot5-banner .swiper-button-prev svg {
  width: 26px;
  height: 26px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-robot5 .c-robot5-banner .swiper-button-next img,
  #c-robot5 .c-robot5-banner .swiper-button-prev img,
  #c-robot5 .c-robot5-banner .swiper-button-next svg,
  #c-robot5 .c-robot5-banner .swiper-button-prev svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-robot5 .c-robot5-banner .swiper-button-next img path,
#c-robot5 .c-robot5-banner .swiper-button-prev img path,
#c-robot5 .c-robot5-banner .swiper-button-next svg path,
#c-robot5 .c-robot5-banner .swiper-button-prev svg path {
  fill: #fff;
}
#c-robot5 .c-robot5-banner .swiper-button-next:hover,
#c-robot5 .c-robot5-banner .swiper-button-prev:hover {
  background-color: #005CE6;
}
#c-robot5 .c-robot5-banner .swiper-button-next {
  right: -90px;
}
#c-robot5 .c-robot5-banner .swiper-button-prev {
  left: -90px;
}
#c-robot5 .c-robot5-banner .swiper-button-prev img,
#c-robot5 .c-robot5-banner .swiper-button-prev svg {
  transform: rotate(180deg);
}
#c-robot5 .c-main .c-wrap {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 971px) {
  #c-robot5 .c-main .c-wrap {
    flex-wrap: wrap;
  }
}
#c-robot5 .c-main .c-wrap .c-text-box {
  width: 37.5%;
  padding: 70px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}
@media (max-width: 1900px) {
  #c-robot5 .c-main .c-wrap .c-text-box {
    padding: 50px;
  }
}
@media (max-width: 1580px) {
  #c-robot5 .c-main .c-wrap .c-text-box {
    width: 40%;
    padding: 60px 40px;
  }
}
@media (max-width: 1260px) {
  #c-robot5 .c-main .c-wrap .c-text-box {
    width: 50%;
    padding: 30px;
  }
}
@media (max-width: 971px) {
  #c-robot5 .c-main .c-wrap .c-text-box {
    padding: 0.6rem;
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
#c-robot5 .c-main .c-wrap .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
#c-robot5 .c-main .c-wrap .c-text-box .c-text {
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  color: #333;
  line-height: 2;
}
@media (max-width: 1900px) {
  #c-robot5 .c-main .c-wrap .c-text-box .c-text {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 1260px) {
  #c-robot5 .c-main .c-wrap .c-text-box .c-text {
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 971px) {
  #c-robot5 .c-main .c-wrap .c-text-box .c-text {
    padding-top: 0.4rem;
    margin-top: 0.4rem;
    min-height: 3.4rem;
  }
}
#c-robot5 .c-main .c-wrap .c-img-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 62.5%;
  height: 6.2rem;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-robot5 .c-main .c-wrap .c-img-box {
    width: 60%;
  }
}
@media (max-width: 1260px) {
  #c-robot5 .c-main .c-wrap .c-img-box {
    width: 50%;
    height: 6.8rem;
  }
}
@media (max-width: 971px) {
  #c-robot5 .c-main .c-wrap .c-img-box {
    width: 100%;
    height: 4.3rem;
    border-radius: 0 0 5px 5px;
  }
}
#c-robot5 .c-main .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-robot6 .c-main {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#c-robot6 .c-main .c-bottom .c-robot6-banner {
  overflow: visible;
}
#c-robot6 .c-main .c-bottom .c-robot6-banner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
#c-robot6 .c-main .c-bottom .c-robot6-banner .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  height: 5.2rem;
}
@media (max-width: 971px) {
  #c-robot6 .c-main .c-bottom .c-robot6-banner .swiper-slide {
    height: 4.5rem;
  }
}
#c-robot6 .c-main .c-bottom .c-robot6-banner .swiper-slide img {
  width: 100%;

  height: 100%;
  object-fit: cover;
}
#c-robot7 .c-top .c-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 971px) {
  #c-robot7 .c-top .c-title {
    margin-bottom: 0.6rem;
  }
}
#c-robot7 .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1260px) {
  #c-robot7 .c-bottom .c-list {
    margin: 0 -10px -20px;
  }
}
@media (max-width: 971px) {
  #c-robot7 .c-bottom .c-list {
    margin: 0 -0.2rem -0.4rem;
  }
}
#c-robot7 .c-bottom .c-list li {
  padding: 0 20px;
  width: 33.333333%;
}
@media (max-width: 1260px) {
  #c-robot7 .c-bottom .c-list li {
    padding: 0 10px 20px;
    width: 50%;
  }
  #c-robot7 .c-bottom .c-list li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 971px) {
  #c-robot7 .c-bottom .c-list li {
    width: 100%;
    padding: 0 0.2rem 0.4rem;
  }
  #c-robot7 .c-bottom .c-list li:nth-child(3) {
    display: block;
  }
}
#c-robot7 .c-bottom .c-list li .c-wrap {
  display: block;
  background-color: #f5f5f5;
  padding: 50px;
  border-radius: 5px;
}
@media (max-width: 971px) {
  #c-robot7 .c-bottom .c-list li .c-wrap {
    padding: 0.4rem;
  }
}
#c-robot7 .c-bottom .c-list li .c-wrap .c-img-box {
  position: relative;
  height: 2.2rem;
}
@media (max-width: 1260px) {
  #c-robot7 .c-bottom .c-list li .c-wrap .c-img-box {
    height: 3.5rem;
  }
}
@media (max-width: 971px) {
  #c-robot7 .c-bottom .c-list li .c-wrap .c-img-box {
    height: 3.2rem;
  }
}
#c-robot7 .c-bottom .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-robot7 .c-bottom .c-list li .c-wrap .c-img-box .c-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url(../../images/ico-play.svg) no-repeat center / 100%;
  transition: all 0.5s;
}
#c-robot7 .c-bottom .c-list li .c-wrap .c-text-box {
  color: #000;
}
#c-robot7 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  margin: 30px 0;
  height: 114px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 1900px) {
  #c-robot7 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    height: 96px;
    line-height: 32px;
  }
}
@media (max-width: 1580px) {
  #c-robot7 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    line-height: 30px;
    height: 90px;
  }
}
@media (max-width: 971px) {
  #c-robot7 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    line-height: 0.4rem;
    height: auto;
    margin: 0.3rem 0;
  }
}
#c-robot7 .c-bottom .c-list li .c-wrap .c-text-box .c-more {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  color: #005CE6;
}
@media (max-width: 971px) {
  #c-robot7 .c-bottom .c-list li .c-wrap .c-text-box .c-more {
    padding-top: 0.4rem;
  }
}
#c-robot7 .c-bottom .c-list li .c-wrap .c-text-box .c-more i {
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../images/c-jt.png) no-repeat center / cover;
  transition: all 0.5s;
}
#c-robot7 .c-bottom .c-list li .c-wrap .c-text-box .c-more::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 0;
  border-top: 2px solid #005CE6;
  transition: all 0.5s;
}
#c-robot7 .c-bottom .c-list li .c-wrap:hover .c-img-box .c-play {
  width: 60px;
  height: 60px;
}
#c-robot7 .c-bottom .c-list li .c-wrap:hover .c-text-box .c-more i {
  transform: rotate(45deg);
}
#c-robot7 .c-bottom .c-list li .c-wrap:hover .c-text-box .c-more::before {
  width: 100%;
}
.c-abl-title {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}
.c-abl-title span {
  color: #005CE6;
}
.c-abl-title i {
  margin-left: 10px;
  line-height: 1;
  font-style: normal;
}
#c-abl3 {
  position: relative;
  margin-bottom: 100px;
  height: 650vh;
}
@media (max-width: 971px) {
  #c-abl3 {
    height: 430vh;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
  }
}
#c-abl3 .c-main {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 971px) {
  #c-abl3 .c-main {
    height: 100vh;
  }
}
#c-abl3 .c-main .c-img-box {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 120%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 971px) {
  #c-abl3 .c-main .c-img-box {
    top: 1.4rem;
  }
}
#c-abl3 .c-main .c-img-box img {
  width: 100%;
}
#c-abl3 .c-main .c-img-box img:nth-child(2),
#c-abl3 .c-main .c-img-box img:nth-child(3),
#c-abl3 .c-main .c-img-box img:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
#c-abl3 .c-main .c-text-box {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1900px) {
  #c-abl3 .c-main .c-text-box {
    top: 50px;
  }
}
@media (max-width: 971px) {
  #c-abl3 .c-main .c-text-box {
    top: 29vh;
    height: 90vh;
  }
}
#c-abl3 .c-main .c-text-box .c-abl-title {
  margin-bottom: 120px;
  color: #fff;
}
@media (max-width: 1580px) {
  #c-abl3 .c-main .c-text-box .c-abl-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 971px) {
  #c-abl3 .c-main .c-text-box .c-abl-title {
    margin-bottom: 0.8rem;
    color: #000;
  }
}
#c-abl3 .c-main .c-text-box .c-abl-title span {
  color: #fff;
}
@media (max-width: 971px) {
  #c-abl3 .c-main .c-text-box .c-abl-title span {
    color: #005CE6;
  }
}
#c-abl3 .c-main .c-text-box .c-list {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  color: #999;
  height: 100px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1900px) {
  #c-abl3 .c-main .c-text-box .c-list {
    max-width: 1000px;
  }
}
@media (max-width: 1580px) {
  #c-abl3 .c-main .c-text-box .c-list {
    height: 150px;
    max-width: 900px;
  }
}
@media (max-width: 971px) {
  #c-abl3 .c-main .c-text-box .c-list {
    height: 2.5rem;
  }
}
#c-abl3 .c-main .c-text-box .c-list li {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 971px) {
  #c-abl3 .c-main .c-text-box .c-list li br {
    display: none;
  }
}
#c-abl3 .c-main .c-text-box .c-common-btn3 {
  margin: 120px auto 0;
}
@media (max-width: 1580px) {
  #c-abl3 .c-main .c-text-box .c-common-btn3 {
    margin-top: 50px;
  }
}
@media (max-width: 971px) {
  #c-abl3 .c-main .c-text-box .c-common-btn3 {
    margin-top: 0.8rem;
  }
}
#c-abl3 .c-main2 {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 120vh;
  padding-bottom: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 971px) {
  #c-abl3 .c-main2 {
    height: auto;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
  }
}
#c-abl3 .c-main2 .c-abl-title {
  margin-bottom: 70px;
  color: #fff;
}
@media (max-width: 1580px) {
  #c-abl3 .c-main2 .c-abl-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 971px) {
  #c-abl3 .c-main2 .c-abl-title {
    padding-top: 1.2rem;
    margin-bottom: 1.2rem;
    color: #000;
  }
}
#c-abl3 .c-main2 .c-abl-title span {
  color: #fff;
}
@media (max-width: 971px) {
  #c-abl3 .c-main2 .c-abl-title span {
    color: #005CE6;
  }
}
#c-abl3 .c-main2 .c-list {
  max-width: 1600px;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 971px) {
  #c-abl3 .c-main2 .c-list {
    padding: 0 0.35rem;
  }
}
#c-abl3 .c-main2 .c-list li {
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 971px) {
  #c-abl3 .c-main2 .c-list li br {
    display: none;
  }
}
#c-abl3 .c-main2 .c-list li.on {
  color: #005CE6;
}
#c-abl3 .c-main2 .c-common-btn3 {
  margin: 70px auto 0;
}
@media (max-width: 1580px) {
  #c-abl3 .c-main2 .c-common-btn3 {
    margin-top: 50px;
  }
}
#c-abl4 {
  background-color: #f5f5f5;
}
#c-abl4 .container {
  max-width: 100%;
}
#c-abl4 .c-main-box {
  background: url(../../images/c-abl5-bj.png) repeat-y top center / 100% auto;
}
#c-abl4 .c-main-wrap {
  position: relative;
}
#c-abl4 .c-main-wrap .c-main {
  position: relative;
  position: sticky;
  z-index: 10;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#c-abl4 .c-main-wrap .c-box1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 20;
  bottom: 100%;
  font-size: calc(83.333333vw/16);
}
@media (max-width: 971px) {
  #c-abl4 .c-main-wrap .c-box1 {
    bottom: 60%;
  }
}
#c-abl4 .c-main-wrap .c-box1 > img {
  position: relative;
  z-index: 5;
  width: 100%;
}
#c-abl4 .c-main-wrap .c-box1 .c-round {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 13.54166667vw;
  height: 13.54166667vw;
  margin-left: -6.77083333vw;
  opacity: 0.3;
}
#c-abl4 .c-main-wrap .c-box1 .c-round div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #8adce1;
  border-radius: 50%;
  animation: 4s both abl-move4 infinite linear;
  box-shadow: 0 0 10px rgba(153, 249, 255);
}
#c-abl4 .c-main-wrap .c-box1 .c-round div:nth-child(2) {
  animation: 4s 1s both abl-move4 infinite linear;
}
#c-abl4 .c-main-wrap .c-box1 .c-round div:nth-child(3) {
  animation: 4s 2s both abl-move4 infinite linear;
}
#c-abl4 .c-main-wrap .c-box1 .c-round div:nth-child(4) {
  animation: 4s 3s both abl-move4 infinite linear;
}
#c-abl4 .c-main-wrap .c-box1 .c-round.c-dt {
  top: 12.5vw;
}
#c-abl4 .c-main-wrap .c-box1 .c-round2 {
  position: absolute;
  bottom: 2%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-abl4 .c-main-wrap .c-box1 .c-round2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: 2s both abl-move5 infinite linear;
}
#c-abl4 .c-main-wrap .c-box1 .c-round2 img:nth-child(2) {
  animation: 2s 0.5s both abl-move5 infinite linear;
}
#c-abl4 .c-main-wrap .c-box1 .c-round2 img:nth-child(3) {
  animation: 2s 1s both abl-move5 infinite linear;
}
#c-abl4 .c-main-wrap .c-box1 .c-round2 img:nth-child(4) {
  animation: 2s 1.5s both abl-move5 infinite linear;
}
#c-abl4 .c-main-wrap .c-box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005CE6;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 971px) {
  #c-abl4 .c-main-wrap .c-box2 .c-p1,
  #c-abl4 .c-main-wrap .c-box2 .c-p2 {
    font-size: 0.5rem;
  }
}
#c-abl4 .c-main-wrap .c-box2 .c-p3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 971px) {
  #c-abl4 .c-main-wrap .c-box2 .c-p3 {
    font-size: 0.8rem;
  }
}
#c-abl4 .c-main-wrap .c-box3 {
  margin-top: 150vh;
}
@media (max-width: 971px) {
  #c-abl4 .c-main-wrap .c-box3 {
    margin-top: -30vh;
  }
}
#c-abl4 .c-main-wrap .c-box3 .c-img {
  position: relative;
  width: 100%;
  height: 5.2rem;
}
#c-abl4 .c-main-wrap .c-box3 .c-img img {
  width: 100%;
  transition: all 0.3s;
}
#c-abl4 .c-main-wrap .c-box3 .c-img img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#c-abl4 .c-main-wrap .c-box3 .c-img:last-child {
  margin-top: -3.7rem;
}
#c-abl4 .c-main-wrap .c-box3 .c-img.on img {
  opacity: 0;
  width: 100%;
}
#c-abl4 .c-main-wrap .c-box3 .c-img.on img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
#c-abl4 .c-box4 {
  margin-bottom: -70vh;
  padding: 50vh 0 70vh;
  position: relative;
  z-index: 30;
  transition: 0.3s;
}
@media (max-width: 971px) {
  #c-abl4 .c-box4 {
    margin-bottom: -40vh;
    padding: 0 0 50vh;
  }
}
#c-abl4 .c-box4 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#c-abl4 .c-box4 .c-list li {
  padding: 0 30px;
  color: #999;
  text-align: center;
}
@media (max-width: 971px) {
  #c-abl4 .c-box4 .c-list li {
    padding: 0 0.2rem;
    line-height: 1.2;
  }
}
#c-abl4 .c-box5 {
  position: relative;
  z-index: 30;
  height: 100vh;
  max-width: 1600px;
  margin: 0 auto;
  transition: 0.3s;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 971px) {
  #c-abl4 .c-box5 {
    height: auto;
  }
}
#c-abl4 .c-box5 > div {
  width: 100%;
}
#c-abl4 .c-box5 .c-title {
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 971px) {
  #c-abl4 .c-box5 .c-title {
    margin-bottom: 0.6rem;
  }
}
#c-abl4 .c-box5 .c-list {
  display: flex;
  align-items: flex-start;
  color: #333;
  text-align: center;
}
@media (max-width: 971px) {
  #c-abl4 .c-box5 .c-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.6rem;
  }
}
#c-abl4 .c-box5 .c-list li {
  width: 20%;
}
@media (max-width: 971px) {
  #c-abl4 .c-box5 .c-list li {
    width: 33.333333%;
    padding-bottom: 0.6rem;
  }
}
#c-abl4 .c-box5 .c-list li img {
  height: 110px;
  margin-bottom: 30px;
}
@media (max-width: 971px) {
  #c-abl4 .c-box5 .c-list li img {
    height: 1rem;
    margin-bottom: 0.2rem;
  }
}
.c-avp3-banner1 .swiper-wrapper,
.c-avp5-banner1 .swiper-wrapper {
  align-content: flex-start;
}
.c-avp3-banner1 .swiper-slide,
.c-avp5-banner1 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  z-index: 2;
  border: 1px solid #eeeeee;
  border-left: 0;
  padding: 30px 80px;
  color: #999;
  height: auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1900px) {
  .c-avp3-banner1 .swiper-slide,
  .c-avp5-banner1 .swiper-slide {
    padding: 30px;
  }
}
@media (max-width: 1580px) {
  .c-avp3-banner1 .swiper-slide,
  .c-avp5-banner1 .swiper-slide {
    padding: 20px;
  }
}
@media (max-width: 971px) {
  .c-avp3-banner1 .swiper-slide,
  .c-avp5-banner1 .swiper-slide {
    padding: 0.4rem;
  }
}
.c-avp3-banner1 .swiper-slide:nth-child(1),
.c-avp5-banner1 .swiper-slide:nth-child(1) {
  border-left: 1px solid #eeeeee;
}
.c-avp3-banner1 .swiper-slide::before,
.c-avp5-banner1 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background-color: #005CE6;
  transition: all 0.5s;
}
.c-avp3-banner1 .swiper-slide .c-title,
.c-avp5-banner1 .swiper-slide .c-title {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 971px) {
  .c-avp3-banner1 .swiper-slide .c-title,
  .c-avp5-banner1 .swiper-slide .c-title {
    margin-bottom: 0.2rem;
  }
}
.c-avp3-banner1 .swiper-slide .c-title span:nth-child(1),
.c-avp5-banner1 .swiper-slide .c-title span:nth-child(1) {
  font-weight: bold;
}
.c-avp3-banner1 .swiper-slide.swiper-slide-thumb-active,
.c-avp5-banner1 .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
}
.c-avp3-banner1 .swiper-slide.swiper-slide-thumb-active::before,
.c-avp5-banner1 .swiper-slide.swiper-slide-thumb-active::before {
  width: 100%;
}
.c-avp3-banner2 .swiper-slide,
.c-avp5-banner2 .swiper-slide {
  position: relative;
  height: 6.4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-avp3-banner2 .swiper-slide,
  .c-avp5-banner2 .swiper-slide {
    height: 5.8rem;
  }
}
@media (max-width: 971px) {
  .c-avp3-banner2 .swiper-slide,
  .c-avp5-banner2 .swiper-slide {
    height: 4rem;
  }
}
.c-avp3-banner2 .swiper-slide img,
.c-avp5-banner2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-avp3-banner2 .swiper-slide video,
.c-avp5-banner2 .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-avp3-banner2 img {
  opacity: 0;
}
.c-avp3-banner2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-avp4 .c-top .c-title {
  margin-bottom: 60px;
  font-weight: bold;
  color: #005CE6;
  text-align: center;
}
@media (max-width: 971px) {
  #c-avp4 .c-top .c-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 971px) {
  #c-avp4 .c-top .c-title {
    margin-bottom: 0.6rem;
    font-size: 0.5rem;
  }
}
#c-avp4 .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media (max-width: 971px) {
  #c-avp4 .c-bottom .c-list {
    margin: 0 0 -0.4rem;
  }
}
#c-avp4 .c-bottom .c-list li {
  width: 33.333333%;
  padding: 0 20px 40px;
}
@media (max-width: 971px) {
  #c-avp4 .c-bottom .c-list li {
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
#c-avp4 .c-bottom .c-list li .c-wrap {
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
#c-avp4 .c-bottom .c-list li .c-wrap .c-img-box {
  height: 4rem;
}
@media (max-width: 971px) {
  #c-avp4 .c-bottom .c-list li .c-wrap .c-img-box {
    height: 5rem;
  }
}
#c-avp4 .c-bottom .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-avp4 .c-bottom .c-list li .c-wrap .c-ico-box {
  width: 1.3rem;
  height: 1.3rem;
  margin: -0.65rem auto 0;
}
#c-avp4 .c-bottom .c-list li .c-wrap .c-ico-box img {
  width: 100%;
  height: 100%;
}
#c-avp4 .c-bottom .c-list li .c-wrap .c-text-box {
  padding: 30px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-avp4 .c-bottom .c-list li .c-wrap .c-text-box {
    padding: 20px;
  }
}
@media (max-width: 971px) {
  #c-avp4 .c-bottom .c-list li .c-wrap .c-text-box {
    padding: 0.4rem;
  }
}
#c-avp4 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  font-weight: bold;
}
#c-avp4 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  margin-top: 10px;
  color: #333;
  min-height: 90px;
}
@media (max-width: 1580px) {
  #c-avp4 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
    min-height: 30px;
  }
}
@media (max-width: 971px) {
  #c-avp4 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
    margin-top: 0.2rem;
  }
}
#c-avp6 {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
@media (max-width: 971px) {
  #c-avp6 {
    height: 6rem;
  }
}
#c-avp6 img {
  width: 100%;
}
@media (max-width: 971px) {
  #c-avp6 img {
    margin-top: 0.6rem;
    height: 116%;
    object-fit: contain;
  }
}
#c-avp6 .c-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.7rem;
}
@media (max-width: 971px) {
  #c-avp6 .c-main {
    padding-top: 1rem;
  }
}
#c-avp6 .c-main .c-common-title {
  color: #fff;
}
#c-avp6 .c-main .c-common-title .c-title {
  width: 64%;
  margin: 0 auto;
}
#c-avp6 .c-main .c-common-title .c-text {
  color: #fff;
  opacity: 0.5;
}
#c-avp7 {
  overflow: hidden;
}
#c-avp7 .c-box-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-avp7 .c-box-wrap .c-img-box {
  position: relative;
  width: 50%;
  height: 5.4rem;
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-img-box {
    margin-bottom: 0.4rem;
    width: 100%;
    height: auto;
  }
}
#c-avp7 .c-box-wrap .c-img-box img {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#c-avp7 .c-box-wrap .c-img-box video {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-img-box video {
    position: relative;
    height: auto;
    width: 100%;
  }
}
#c-avp7 .c-box-wrap .c-text-box {
  padding: 0 100px;
  width: 50%;
}
@media (max-width: 1580px) {
  #c-avp7 .c-box-wrap .c-text-box {
    padding: 0 50px;
  }
}
@media (max-width: 1260px) {
  #c-avp7 .c-box-wrap .c-text-box {
    padding: 0 40px;
  }
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-text-box {
    width: 100%;
    padding: 0;
  }
}
#c-avp7 .c-box-wrap .c-text-box .c-title {
  line-height: 1.2;
  font-weight: bold;
}
#c-avp7 .c-box-wrap .c-text-box .c-text {
  margin: 20px 0;
  color: #999;
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-text-box .c-text {
    margin: 0.2rem 0;
  }
}
#c-avp7 .c-box-wrap .c-text-box .c-list {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  padding: 45px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-text-box .c-list > li {
    padding: 0.4rem 0;
  }
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li:nth-child(even) {
  justify-content: flex-end;
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li > div {
  width: 230px;
}
@media (max-width: 1900px) {
  #c-avp7 .c-box-wrap .c-text-box .c-list > li > div {
    width: 200px;
  }
}
@media (max-width: 1260px) {
  #c-avp7 .c-box-wrap .c-text-box .c-list > li > div {
    width: 150px;
  }
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-text-box .c-list > li > div {
    width: 3rem;
  }
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li .c-title2 {
  display: flex;
  align-items: center;
  color: #333;
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li .c-title2 img,
#c-avp7 .c-box-wrap .c-text-box .c-list > li .c-title2 svg {
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-text-box .c-list > li .c-title2 img,
  #c-avp7 .c-box-wrap .c-text-box .c-list > li .c-title2 svg {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.1rem;
  }
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li .c-title2 img path,
#c-avp7 .c-box-wrap .c-text-box .c-list > li .c-title2 svg path {
  fill: #333;
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li .c-list2 li {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-text-box .c-list > li .c-list2 li {
    margin-top: 0.2rem;
  }
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li .c-list2 li:nth-child(1) {
  margin-top: 10px;
}
@media (max-width: 971px) {
  #c-avp7 .c-box-wrap .c-text-box .c-list > li .c-list2 li:nth-child(1) {
    margin-top: 0.2rem;
  }
}
#c-avp7 .c-box-wrap .c-text-box .c-list > li .c-list2 li p:nth-child(2) {
  padding-left: 20px;
  color: #005CE6;
  flex-shrink: 0;
}
#c-avp8 {
  color: #fff;
  background-color: #010001;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-avp8 {
    padding-bottom: 0;
  }
}
#c-avp8 .c-box-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 971px) {
  #c-avp8 .c-box-wrap {
    flex-wrap: wrap;
  }
}
#c-avp8 .c-box-wrap .c-img-box {
  position: relative;
  width: 45%;
  height: 7rem;
  overflow: hidden;
}
@media (max-width: 971px) {
  #c-avp8 .c-box-wrap .c-img-box {
    width: 100%;
    height: 6.8rem;
  }
}
#c-avp8 .c-box-wrap .c-img-box img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-avp8 .c-box-wrap .c-img-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-avp8 .c-box-wrap .c-text-box {
  width: 55%;
  padding: 100px 140px 100px 100px;
}
@media (max-width: 1580px) {
  #c-avp8 .c-box-wrap .c-text-box {
    padding: 100px 50px;
  }
}
@media (max-width: 971px) {
  #c-avp8 .c-box-wrap .c-text-box {
    padding: 0 0 1.2rem;
    width: 100%;
  }
}
#c-avp8 .c-box-wrap .c-text-box .c-title {
  line-height: 1.2;
  font-weight: bold;
}
#c-avp8 .c-box-wrap .c-text-box .c-text {
  margin: 20px 0 40px;
  color: #999;
}
@media (max-width: 971px) {
  #c-avp8 .c-box-wrap .c-text-box .c-text {
    margin: 0.2rem 0 0.4rem;
  }
}
#c-avp8 .c-box-wrap .c-text-box .c-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #494949;
}
@media (max-width: 971px) {
  #c-avp8 .c-box-wrap .c-text-box .c-list li {
    padding: 0.2rem 0;
  }
}
#c-avp8 .c-box-wrap .c-text-box .c-list li p {
  width: 39%;
  flex-shrink: 0;
}
#c-avp8 .c-box-wrap .c-text-box .c-list li p:nth-child(2) {
  padding-left: 20px;
  flex-shrink: 1;
  width: 100%;
  text-align: right;
}
@media (max-width: 971px) {
  #c-avp8 .c-box-wrap .c-text-box .c-list li p:nth-child(2) {
    padding-left: 0.4rem;
    text-align: left;
  }
}
#c-avp9 {
  position: relative;
  overflow: hidden;
}
#c-avp9 .c-avp9-banner {
  margin: 0 -10px -20px;
  overflow: visible;
}
@media (max-width: 971px) {
  #c-avp9 .c-avp9-banner {
    margin: 0 -0.2rem -0.4rem;
  }
}
#c-avp9 .c-avp9-banner .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
#c-avp9 .c-avp9-banner .swiper-wrapper .swiper-slide {
  padding: 0 10px 20px;
  width: 16.666666%;
}
@media (max-width: 971px) {
  #c-avp9 .c-avp9-banner .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 0 0.2rem 0.4rem;
  }
}
#c-avp9 .c-avp9-banner .c-wrap {
  position: relative;
}
#c-avp9 .c-avp9-banner .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#c-avp9 .c-avp9-banner .c-img-box {
  height: 4rem;
  max-height: 400px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 971px) {
  #c-avp9 .c-avp9-banner .c-img-box {
    height: 2rem;
    max-height: auto;
  }
}
#c-avp9 .c-avp9-banner .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-avp9 .c-avp9-banner .c-title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  font-weight: bold;
  padding: 20px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
@media (max-width: 971px) {
  #c-avp9 .c-avp9-banner .c-title {
    padding: 0.4rem;
  }
}
@media (min-width: 993px) {
  @keyframes play1 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 -900px;
    }
  }
  @keyframes play2 {
    0% {
      background-position: 0 -900px;
    }
    100% {
      background-position: 0 0;
    }
  }
}
@media (max-width: 971px) {
  @keyframes play1 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 -9rem;
    }
  }
  @keyframes play2 {
    0% {
      background-position: 0 -9rem;
    }
    100% {
      background-position: 0 0;
    }
  }
}
.c-driving-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-driving3.c-dt .c-list li {
  width: 33.333333%;
}
@media (max-width: 971px) {
  #c-driving3.c-dt .c-list li {
    width: 100%;
  }
}
#c-driving3 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
#c-driving3 .c-list li {
  display: flex;
  padding: 80px 40px;
  width: 25%;
  border: 1px solid #dddddd;
  margin-right: -1px;
}
@media (max-width: 1900px) {
  #c-driving3 .c-list li {
    padding: 30px;
  }
}
@media (max-width: 1260px) {
  #c-driving3 .c-list li {
    margin-bottom: -1px;
    width: 50%;
  }
}
@media (max-width: 971px) {
  #c-driving3 .c-list li {
    width: 100%;
    padding: 0.4rem;
  }
}
#c-driving3 .c-list li .c-wrap {
  width: 100%;
  text-align: center;
}
#c-driving3 .c-list li .c-wrap .c-title {
  font-weight: bold;
}
#c-driving3 .c-list li .c-wrap .c-img {
  margin: 30px auto;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
@media (max-width: 1900px) {
  #c-driving3 .c-list li .c-wrap .c-img {
    margin: 20px auto;
  }
}
@media (max-width: 1580px) {
  #c-driving3 .c-list li .c-wrap .c-img {
    margin: 10px auto 20px;
  }
}
@media (max-width: 971px) {
  #c-driving3 .c-list li .c-wrap .c-img {
    margin: 0.2rem auto;
    width: 1.3rem;
    height: 1.3rem;
  }
}
#c-driving3 .c-list li .c-wrap img {
  margin: 20px auto 50px;
  height: 100px;
}
@media (max-width: 1580px) {
  #c-driving3 .c-list li .c-wrap img {
    margin: 10px 0 20px;
  }
}
@media (max-width: 971px) {
  #c-driving3 .c-list li .c-wrap img {
    margin: 0.2rem 0;
    width: 1.3rem;
    height: 1.3rem;
  }
}
#c-driving3 .c-list li .c-wrap .c-text1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 971px) {
  #c-driving3 .c-list li .c-wrap .c-text1 {
    margin-bottom: 0.2rem;
  }
}
#c-driving3 .c-list li .c-wrap .c-text2 {
  color: #666;
}
#c-driving7 {
  background-color: #f5f5f5;
}
#c-driving7 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -18px -36px;
}
@media (max-width: 971px) {
  #c-driving7 .c-list {
    margin: 0 0 -0.4rem;
  }
}
#c-driving7 .c-list li {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 18px 36px;
}
@media (max-width: 971px) {
  #c-driving7 .c-list li {
    width: 100%;
    padding: 0 0 0.4rem;
  }
}
#c-driving7 .c-list li .c-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s;
}
#c-driving7 .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-bottom: 2px solid #005CE6;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  transition: all 0.5s;
}
#c-driving7 .c-list li .c-wrap:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#c-driving7 .c-list li .c-wrap:hover::before {
  opacity: 1;
}
#c-driving7 .c-list li .c-wrap:hover .c-img-box img {
  opacity: 0;
}
#c-driving7 .c-list li .c-wrap:hover .c-img-box img:nth-child(2) {
  opacity: 1;
}
#c-driving7 .c-list li .c-wrap .c-img-box {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-driving7 .c-list li .c-wrap .c-img-box img {
  height: 2.5rem;
}
#c-driving7 .c-list li .c-wrap .c-img-box img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#c-driving7 .c-list li .c-wrap .c-text-box {
  width: 50%;
  padding: 70px 70px 70px 0;
}
@media (max-width: 1580px) {
  #c-driving7 .c-list li .c-wrap .c-text-box {
    padding: 40px 40px 40px 0;
  }
}
@media (max-width: 971px) {
  #c-driving7 .c-list li .c-wrap .c-text-box {
    padding: 0.4rem 0.4rem 0.4rem 0;
  }
}
#c-driving7 .c-list li .c-wrap .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
#c-driving7 .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
  margin-top: 20px;
}
#c-driving8 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -45px;
}
@media (max-width: 971px) {
  #c-driving8 .c-list {
    margin: 0 0 -0.6rem;
  }
}
#c-driving8 .c-list li {
  display: flex;
  width: 50%;
  padding: 0 45px;
}
@media (max-width: 971px) {
  #c-driving8 .c-list li {
    width: 100%;
    padding: 0 0 0.6rem;
  }
}
#c-driving8 .c-list li .c-wrap {
  width: 100%;
}
#c-driving8 .c-list li .c-wrap .c-img-box {
  height: 4.5rem;
}
@media (max-width: 971px) {
  #c-driving8 .c-list li .c-wrap .c-img-box {
    height: 4rem;
  }
}
#c-driving8 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-driving8 .c-list li .c-wrap .c-text-box .c-title {
  margin: 35px 0 10px;
  font-weight: bold;
}
@media (max-width: 971px) {
  #c-driving8 .c-list li .c-wrap .c-text-box .c-title {
    margin: 0.3rem 0 0.1rem;
  }
}
#c-driving8 .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
}
#c-driving6 .c-main {
  position: relative;
  position: sticky;
  top: 40px;
  left: 0;
  width: 100%;
}
@media (max-width: 971px) {
  #c-driving6 .c-main {
    position: relative;
    top: 0;
  }
}
.c-driving6-banner1 {
  margin-bottom: 70px;
}
@media (max-width: 1580px) {
  .c-driving6-banner1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 971px) {
  .c-driving6-banner1 {
    margin-bottom: 0.6rem;
  }
}
.c-driving6-banner1 .swiper-wrapper {
  justify-content: center;
}
.c-driving6-banner1 .swiper-slide {
  position: relative;
  z-index: 5;
  width: 200px;
  height: 70px;
  border: 2px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
}
.c-driving6-banner1 .swiper-slide:nth-child(1) {
  margin-right: -2px;
}
@media (max-width: 971px) {
  .c-driving6-banner1 .swiper-slide {
    width: 2.6rem;
    height: 1rem;
  }
}
.c-driving6-banner1 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background-color: #005CE6;
  transition: all 0.5s;
}
.c-driving6-banner1 .swiper-slide img {
  margin-right: 10px;
  opacity: 0.5;
  height: 34px;
}
@media (max-width: 971px) {
  .c-driving6-banner1 .swiper-slide img {
    height: 0.5rem;
  }
}
.c-driving6-banner1 .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  border-color: #005CE6;
  z-index: 10;
}
.c-driving6-banner1 .swiper-slide.swiper-slide-thumb-active::before {
  width: 100%;
}
.c-driving6-banner1 .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.c-driving6-banner2 .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-driving6-banner2 .swiper-slide .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 5.6rem;
}
@media (max-width: 971px) {
  .c-driving6-banner2 .swiper-slide .c-img-box {
    width: 100%;
  }
}
.c-driving6-banner2 .swiper-slide .c-img-box img {
  max-width: 100%;
  max-height: 100%;
}
.c-driving6-banner2 .swiper-slide .c-text-box {
  width: 50%;
  padding: 0 140px 0 60px;
}
@media (max-width: 1580px) {
  .c-driving6-banner2 .swiper-slide .c-text-box {
    padding: 0 120px 0 0;
  }
}
@media (max-width: 971px) {
  .c-driving6-banner2 .swiper-slide .c-text-box {
    padding: 0;
    width: 100%;
  }
}
.c-driving6-banner2 .swiper-slide .c-text-box .c-title {
  margin-bottom: 15px;
  color: #005CE6;
}
@media (max-width: 1580px) {
  .c-driving6-banner2 .swiper-slide .c-text-box .c-title {
    margin-bottom: 0;
  }
}
@media (max-width: 971px) {
  .c-driving6-banner2 .swiper-slide .c-text-box .c-title {
    margin-bottom: 0.2rem;
  }
}
.c-driving6-banner2 .swiper-slide .c-text-box .c-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding: 15px 0;
  min-height: 70px;
}
@media (max-width: 1580px) {
  .c-driving6-banner2 .swiper-slide .c-text-box .c-list li {
    padding: 10px 0;
    min-height: 50px;
  }
}
@media (max-width: 971px) {
  .c-driving6-banner2 .swiper-slide .c-text-box .c-list li {
    padding: 0.3rem 0;
  }
}
.c-driving6-banner2 .swiper-slide .c-text-box .c-list li p:nth-child(1) {
  flex-shrink: 0;
  width: 40%;
}
@media (max-width: 1580px) {
  .c-driving6-banner2 .swiper-slide .c-text-box .c-list li p:nth-child(1) {
    width: 30%;
  }
}
.c-driving6-banner2 .swiper-slide .c-text-box .c-list li p:nth-child(2) {
  width: 60%;
}
@media (max-width: 1580px) {
  .c-driving6-banner2 .swiper-slide .c-text-box .c-list li p:nth-child(2) {
    width: 70%;
  }
}
.c-driving6-banner2 .swiper-button-next,
.c-driving6-banner2 .swiper-button-prev {
  display: flex;
  align-items: center;
  width: 80px;
  height: 30px;
  background: transparent;
  color: #005CE6;
}
@media (max-width: 971px) {
  .c-driving6-banner2 .swiper-button-next,
  .c-driving6-banner2 .swiper-button-prev {
    display: none;
  }
}
.c-driving6-banner2 .swiper-button-next p,
.c-driving6-banner2 .swiper-button-prev p {
  white-space: nowrap;
}
.c-driving6-banner2 .swiper-button-next img,
.c-driving6-banner2 .swiper-button-prev img,
.c-driving6-banner2 .swiper-button-next svg,
.c-driving6-banner2 .swiper-button-prev svg {
  height: 18px;
}
.c-driving6-banner2 .swiper-button-next img path,
.c-driving6-banner2 .swiper-button-prev img path,
.c-driving6-banner2 .swiper-button-next svg path,
.c-driving6-banner2 .swiper-button-prev svg path {
  fill: #005CE6;
}
.c-driving6-banner2 .swiper-button-next.swiper-button-disabled img path,
.c-driving6-banner2 .swiper-button-prev.swiper-button-disabled img path,
.c-driving6-banner2 .swiper-button-next.swiper-button-disabled svg path,
.c-driving6-banner2 .swiper-button-prev.swiper-button-disabled svg path {
  fill: #666;
}
.c-driving6-banner2 .swiper-button-next.swiper-button-disabled p,
.c-driving6-banner2 .swiper-button-prev.swiper-button-disabled p {
  opacity: 0;
}
.c-driving6-banner2 .swiper-button-prev img,
.c-driving6-banner2 .swiper-button-prev svg {
  transform: rotate(180deg);
}
#c-car-life3 {
  height: 300vh;
}
#c-car-life3 .c-main {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
#c-car-life3 .c-main .c-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 1.1;
  background-color: #fff;
}
#c-car-life3 .c-main .c-box1 .c-text-box {
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
#c-car-life3 .c-main .c-box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#c-car-life3 .c-main .c-box2 .c-img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#c-car-life3 .c-main .c-box2 .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-car-life3 .c-main .c-box2 .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-car-life3 .c-main .c-box2 .c-img-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
#c-car-life3 .c-main .c-box2 .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#c-car-life3 .c-main .c-box2 .c-text-box .c-title {
  margin-bottom: 10px;
  font-weight: bold;
  transform: translateY(20px);
  transition: all 0.6s ease;
  opacity: 0;
}
#c-car-life3 .c-main .c-box2 .c-text-box .c-text {
  transform: translateY(20px);
  transition: all 0.6s ease;
  opacity: 0;
}
#c-car-life3.on .c-main .c-box2 .c-title {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.6s ease;
}
#c-car-life3.on .c-main .c-box2 .c-text {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
#c-car-life4 {
  position: relative;
  color: #fff;
  background-color: #02030a;
}
#c-car-life4 .c-box1 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media (max-width: 1260px) {
  #c-car-life4 .c-box1 {
    position: relative;
  }
}
@media (max-width: 971px) {
  #c-car-life4 .c-box1 {
    top: 1.2rem;
  }
}
@media (max-width: 1260px) {
  #c-car-life4 .c-box1 .c-common-title {
    margin-bottom: 0;
  }
}
@media (max-width: 971px) {
  #c-car-life4 .c-box1 .c-common-title {
    margin-bottom: 0.5rem;
  }
}
#c-car-life4 .c-box1 .c-common-title .c-text {
  color: #fff;
  opacity: 0.5;
}
#c-car-life4 .c-box2 {
  position: relative;
}
#c-car-life4 .c-box2 > img {
  width: 100%;
  height: 9.6rem;
  object-fit: cover;
}
@media (max-width: 971px) {
  #c-car-life4 .c-box2 > img {
    height: 4.2rem;
  }
}
#c-car-life4 .c-box2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-car-life4 .c-box2 .c-wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
}
@media (max-width: 971px) {
  #c-car-life4 .c-box2 .c-wrap {
    bottom: 0.8rem;
  }
}
#c-car-life4 .c-box2 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
@media (max-width: 971px) {
  #c-car-life4 .c-box2 .c-list {
    margin-bottom: -0.2rem;
  }
}
#c-car-life4 .c-box2 .c-list li {
  margin-bottom: 1rem;
  width: 50%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  #c-car-life4 .c-box2 .c-list li {
    margin-bottom: 0.2rem;
  }
}
#c-car-life4 .c-box2 .c-list li:nth-child(even) {
  justify-content: flex-end;
}
#c-car-life4 .c-box2 .c-list li:nth-child(1) img {
  margin-left: 1.1rem;
}
#c-car-life4 .c-box2 .c-list li:nth-child(2) img {
  margin-right: 1.1rem;
}
#c-car-life4 .c-box2 .c-list li:nth-child(5) img {
  margin-left: 1.1rem;
}
#c-car-life4 .c-box2 .c-list li:nth-child(6) img {
  margin-right: 1.1rem;
}
#c-car-life4 .c-box2 .c-list li img {
  max-width: 100%;
  height: 0.73rem;
  max-height: 73px;
}
@media (max-width: 971px) {
  #c-car-life4 .c-box2 .c-list li img {
    max-height: 0.4rem;
  }
}
#c-car-life5 {
  position: relative;
  color: #fff;
  background-color: #0c0e10;
}
#c-car-life5 .c-main {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 971px) {
  #c-car-life5 .c-main {
    min-height: auto;
  }
}
#c-car-life5 .c-main .c-wrap {
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 971px) {
  #c-car-life5 .c-main .c-wrap {
    padding-bottom: 1.2rem;
  }
}
#c-car-life5 .c-main .c-wrap .c-top {
  position: relative;
  z-index: 1;
}
#c-car-life5 .c-main .c-wrap .c-bottom {
  position: relative;
  z-index: 5;
  height: 3.9rem;
}
@media (max-width: 971px) {
  #c-car-life5 .c-main .c-wrap .c-bottom {
    height: 3rem;
  }
}
#c-car-life5 .c-main .c-wrap .c-common-title {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
#c-car-life5 .c-main .c-wrap .c-common-title .c-text {
  color: #fff;
  opacity: 0.5;
}
#c-car-life5 .c-main .c-wrap .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
#c-car-life5 .c-main .c-wrap .c-img-box .c-box {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-car-life5 .c-main .c-wrap .c-img-box .c-box img {
  height: 100%;
  object-fit: contain;
}
#c-car-life5 .c-main .c-wrap .c-img-box .c-box .c-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#c-car-life5 .c-main .c-wrap .c-img-box .c-box video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
#c-car-life6 .c-wrap {
  position: relative;
  height: 6.42rem;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 971px) {
  #c-car-life6 .c-wrap {
    height: 3.5rem;
  }
}
#c-car-life6 .c-wrap .c-box {
  position: relative;
  height: 100%;
}
#c-car-life6 .c-wrap .c-box > img {
  height: 100%;
}
#c-car-life6 .c-wrap .c-box .c-list {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.56rem);
  height: calc(100% - 0.56rem);
  margin: 0.28rem;
  display: flex;
  align-items: flex-start;
  border-radius: 0.18rem;
  overflow: hidden;
}
#c-car-life6 .c-wrap .c-box .c-list li {
  position: relative;
  width: 33.333333%;
  perspective: 10rem;
}
#c-car-life6 .c-wrap .c-box .c-list li .c-img {
  transform-style: preserve-3d;
  transition: all 0.5s;
}
#c-car-life6 .c-wrap .c-box .c-list li img {
  width: 100%;
  backface-visibility: hidden;
  transition: all 0.5s;
  opacity: 1;
}
#c-car-life6 .c-wrap .c-box .c-list li img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  opacity: 0;
}
#c-car-life6 .c-wrap .c-box .c-list li:hover .c-img {
  transform: rotateY(-180deg);
}
#c-car-life6 .c-wrap .c-box .c-list li:hover .c-img img:nth-child(1) {
  opacity: 0;
}
#c-car-life6 .c-wrap .c-box .c-list li:hover .c-img img:nth-child(2) {
  opacity: 1;
}
@media (max-width: 971px) {
  #c-car-life51 {
    padding-top: 1.2rem;
  }
}
#c-car-life7,
#c-car-life51 {
  position: relative;
  color: #fff;
}
#c-car-life7 .c-box1,
#c-car-life51 .c-box1 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
}
@media (max-width: 971px) {
  #c-car-life7 .c-box1,
  #c-car-life51 .c-box1 {
    position: relative;
    top: 0;
  }
}
@media (max-width: 971px) {
  #c-car-life7 .c-box1 .c-common-title,
  #c-car-life51 .c-box1 .c-common-title {
    color: #000;
  }
}
#c-car-life7 .c-box1 .c-common-title .c-text,
#c-car-life51 .c-box1 .c-common-title .c-text {
  color: #fff;
}
@media (max-width: 971px) {
  #c-car-life7 .c-box1 .c-common-title .c-text,
  #c-car-life51 .c-box1 .c-common-title .c-text {
    color: #333;
  }
}
#c-car-life7 .c-box2,
#c-car-life51 .c-box2 {
  position: relative;
  z-index: 1;
}
#c-car-life7 .c-box2 img,
#c-car-life51 .c-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-car-life7 .c-box2 video,
#c-car-life51 .c-box2 video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-car-life7 .c-box3,
#c-car-life51 .c-box3 {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
}
@media (max-width: 971px) {
  #c-car-life7 .c-box3,
  #c-car-life51 .c-box3 {
    bottom: 0.4rem;
  }
}
#c-car-life8 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
@media (max-width: 971px) {
  #c-car-life8 .c-list {
    margin: 0 0 -0.6rem;
  }
}
#c-car-life8 .c-list li {
  display: flex;
  width: 33.333333%;
  padding: 0 15px 30px;
}
@media (max-width: 971px) {
  #c-car-life8 .c-list li {
    width: 100%;
    padding: 0 0 0.4rem;
  }
}
#c-car-life8 .c-list li .c-wrap {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #f5f5f5;
  overflow: hidden;
}
#c-car-life8 .c-list li .c-wrap .c-img-box {
  height: 320px;
  overflow: hidden;
}
@media (max-width: 1900px) {
  #c-car-life8 .c-list li .c-wrap .c-img-box {
    height: 260px;
  }
}
@media (max-width: 1580px) {
  #c-car-life8 .c-list li .c-wrap .c-img-box {
    height: 210px;
  }
}
@media (max-width: 1260px) {
  #c-car-life8 .c-list li .c-wrap .c-img-box {
    height: 160px;
  }
}
@media (max-width: 971px) {
  #c-car-life8 .c-list li .c-wrap .c-img-box {
    height: 4rem;
  }
}
#c-car-life8 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-car-life8 .c-list li .c-wrap .c-text-box {
  padding: 55px;
  text-align: center;
  color: #000;
}
@media (max-width: 1580px) {
  #c-car-life8 .c-list li .c-wrap .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 1260px) {
  #c-car-life8 .c-list li .c-wrap .c-text-box {
    padding: 30px;
  }
}
#c-car-life8 .c-list li .c-wrap .c-text-box .c-text {
  margin: 10px 0 30px;
  color: #666;
}
@media (max-width: 971px) {
  #c-car-life8 .c-list li .c-wrap .c-text-box .c-text {
    margin: 0.1rem 0 0.3rem;
  }
}
#c-car-life8 .c-list li .c-wrap .c-text-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-car-life8 .c-list li .c-wrap .c-text-box .c-btn i {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(../../images/c-jt7.png) no-repeat center / 100% auto;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-car-life8 .c-list li .c-wrap .c-text-box .c-btn i {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
}
#c-car-life8 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1);
}
#c-car-life8 .c-list li .c-wrap:hover .c-text-box .c-btn {
  color: #005CE6;
}
#c-car-life8 .c-list li .c-wrap:hover .c-text-box .c-btn i {
  transform: translateX(10px);
  background-image: url(../../images/c-jt6.png);
}
@media (max-width: 971px) {
  #c-car-life8 .c-list li .c-wrap:hover .c-text-box .c-btn i {
    transform: translateX(0.2rem);
  }
}
#c-assistant2 {
  position: relative;
  height: 250vh;
}
#c-assistant2 .c-main {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#c-assistant2 .c-main .c-img1,
#c-assistant2 .c-main .c-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-assistant2 .c-main .c-img2 {
  z-index: 2;
  transform: scale(6);
}
#c-assistant2 .c-main .c-box {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-assistant2 .c-main .c-box .c-common-title {
  margin-bottom: 0;
}
#c-assistant2 .c-main .c-box .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 185px 0 220px;
}
#c-assistant2 .c-main .c-box .c-top > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.5%;
}
#c-assistant2 .c-main .c-box .c-top > div:nth-child(2) {
  flex-direction: row-reverse;
}
#c-assistant2 .c-main .c-box .c-top > div:nth-child(2) .c-title {
  margin: 0 0 0 110px;
}
#c-assistant2 .c-main .c-box .c-top > div .c-title {
  margin-right: 110px;
  line-height: 1.4;
}
#c-assistant2 .c-main .c-box .c-top > div .c-title span {
  color: #005CE6;
}
#c-assistant2 .c-main .c-box .c-top > div .c-text {
  line-height: 2.2;
}
#c-assistant2 .c-main .c-box .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
#c-assistant2 .c-main .c-box .c-bottom .c-list li {
  width: 20%;
  padding: 0 10px;
}
#c-assistant2 .c-main .c-box .c-bottom .c-list li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 2px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 79, 198, 0.08);
  background: -webkit-linear-gradient(top, #f3f5f8, #fff);
  background: linear-gradient(to bottom, #f7f7f7, #fff);
}
#c-assistant2 .c-main .c-box .c-bottom .c-list li .c-wrap img {
  margin-right: 8px;
  width: 50px;
}
#c-assistant7 .c-common-title .c-text {
  max-width: 730px;
  margin: 20px auto 0;
}
#c-assistant7 .c-img-box {
  display: flex;
  overflow: hidden;
}
#c-assistant7 .c-img-box .c-wrap {
  display: flex;
  align-items: flex-start;
  animation: assistant7 40s infinite linear;
}
#c-assistant7 .c-img-box .c-wrap:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#c-radish-run1 {
  position: relative;
  color: #fff;
  text-align: center;
}
#c-radish-run1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
#c-radish-run1 > img {
  width: 100%;
  height: calc(100vh - 70px);
  object-fit: cover;
}
@media (max-width: 971px) {
  #c-radish-run1 > img {
    height: calc(100vh - 1.2rem);
  }
}
#c-radish-run1 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run1 .c-box1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
}
#c-radish-run1 .c-box1 .c-title {
  font-weight: bold;
  line-height: 1.2;
}
#c-radish-run1 .c-box1 .c-text {
  margin: 20px 0 80px;
}
@media (max-width: 1580px) {
  #c-radish-run1 .c-box1 .c-text {
    margin-bottom: 50px;
  }
}
@media (max-width: 971px) {
  #c-radish-run1 .c-box1 .c-text {
    margin: 0.2rem 0 0.4rem;
  }
}
#c-radish-run1 .c-box1 .c-common-btn3 {
  margin: 0 auto;
}
#c-radish-run1 .c-box1 .c-common-btn3:hover img,
#c-radish-run1 .c-box1 .c-common-btn3:hover svg {
  -webkit-transform: rotate(0deg) translateX(-10px);
  transform: rotate(0deg) translateX(-10px);
}
#c-radish-run1 .c-box2 {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 5;
  width: 100%;
}
@media (max-width: 971px) {
  #c-radish-run1 .c-box2 {
    bottom: 0.4rem;
  }
}
#c-radish-run1 .c-box2 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#c-radish-run1 .c-box2 .c-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 8px 25px;
  background-color: #fff;
  border-radius: 5px;
  width: 120px;
  height: 40px;
}
@media (max-width: 971px) {
  #c-radish-run1 .c-box2 .c-list li {
    margin: 0 0.2rem 0.4rem;
    width: 2rem;
    height: 0.6rem;
  }
}
#c-radish-run1 .c-box2 .c-list li > img {
  height: 100%;
}
#c-radish-run1 .c-box2 .c-list li .c-img {
  display: none;
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s;
}
#c-radish-run1 .c-box2 .c-list li .c-img img {
  width: 100%;
}
#c-radish-run1 .c-box2 .c-list li:hover .c-img {
  display: block;
}
#c-radish-run1 .c-box2 .c-text {
  opacity: 0.4;
}
@media (max-width: 1580px) {
  #c-radish-run2 {
    margin-bottom: -1.5rem;
  }
}
@media (max-width: 971px) {
  #c-radish-run2 {
    margin-bottom: 0;
  }
}
#c-radish-run2 .container {
  position: relative;
  z-index: 10;
}
#c-radish-run2 .c-main {
  margin-top: -150px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1580px) {
  #c-radish-run2 .c-main {
    margin-top: 0;
    align-items: flex-start;
  }
}
@media (max-width: 971px) {
  #c-radish-run2 .c-main {
    margin-top: 1rem;
  }
}
#c-radish-run2 .c-main .c-left {
  position: relative;
  width: 54.6875%;
  height: 8.4rem;
}
@media (max-width: 1580px) {
  #c-radish-run2 .c-main .c-left {
    width: 60%;
    height: 9.2rem;
    transform: translateY(-16%);
  }
}
@media (max-width: 971px) {
  #c-radish-run2 .c-main .c-left {
    display: none;
  }
}
#c-radish-run2 .c-main .c-left > img {
  width: 100%;
}
#c-radish-run2 .c-main .c-left .c-list li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  color: #333;
  cursor: pointer;
}
#c-radish-run2 .c-main .c-left .c-list li:hover,
#c-radish-run2 .c-main .c-left .c-list li.on {
  z-index: 10;
}
#c-radish-run2 .c-main .c-left .c-list li:hover .c-wrap,
#c-radish-run2 .c-main .c-left .c-list li.on .c-wrap {
  border-color: #37bcaa;
}
#c-radish-run2 .c-main .c-left .c-list li:hover .c-wrap::before,
#c-radish-run2 .c-main .c-left .c-list li.on .c-wrap::before {
  border-color: #37bcaa transparent transparent transparent;
}
#c-radish-run2 .c-main .c-left .c-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#c-radish-run2 .c-main .c-left .c-list li .c-wrap {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 56px;
  height: 56px;
  border: 4px solid #a3adab;
  border-radius: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#c-radish-run2 .c-main .c-left .c-list li .c-wrap p {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#c-radish-run2 .c-main .c-left .c-list li .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run2 .c-main .c-left .c-list li .c-wrap::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #a3adab transparent transparent transparent;
}
#c-radish-run2 .c-main .c-right {
  margin-bottom: 40px;
  flex-shrink: 0;
  width: 400px;
  margin-left: 160px;
}
@media (max-width: 1580px) {
  #c-radish-run2 .c-main .c-right {
    margin-top: 20px;
    margin-left: 4%;
    width: 29%;
  }
}
@media (max-width: 971px) {
  #c-radish-run2 .c-main .c-right {
    margin: 0;
    padding: 0 0.35rem;
    width: 100%;
  }
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: visible;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-pagination {
  top: -0.4rem;
  height: 2px;
  background-color: #ddd;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #333;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-img-box {
  height: 380px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-img-box {
    height: 5rem;
  }
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-text-box {
  display: flex;
  align-items: flex-start;
  padding: 25px 20px;
  min-height: 120px;
}
@media (max-width: 971px) {
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-text-box {
    padding: 0.4rem;
    min-height: auto;
  }
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-text-box .c-lt {
  flex-shrink: 0;
  padding-right: 20px;
}
@media (max-width: 971px) {
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-text-box .c-lt {
    padding-right: 0.4rem;
  }
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-text-box .c-lt .c-text1 {
  color: #37bcaa;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-text-box .c-lt .c-title {
  color: #333;
  line-height: 1.2;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-text-box .c-text2 {
  color: #666;
  line-height: 26px;
}
@media (max-width: 971px) {
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .c-text-box .c-text2 {
    line-height: 1.5;
  }
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  bottom: 45px;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border-radius: 50%;
  transition: all 0.5s;
  background: transparent;
}
@media (max-width: 1260px) {
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next,
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 971px) {
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next,
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next img,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev img,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next svg,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev svg {
  width: 40px;
  height: 40px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next img,
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev img,
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next svg,
  #c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next img path,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev img path,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next svg path,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev svg path {
  fill: #c5c5c5;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next:hover svg path,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev:hover svg path {
  fill: #37bcaa;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next.swiper-button-disabled,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-next {
  right: -80px;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev {
  left: -80px;
}
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev img,
#c-radish-run2 .c-main .c-right .c-radish-run2-banner .swiper-button-prev svg {
  transform: rotate(180deg);
}
#c-radish-run21 .c-radish-run21-banenr-top {
  margin-bottom: 60px;
}
@media (max-width: 1580px) {
  #c-radish-run21 .c-radish-run21-banenr-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 971px) {
  #c-radish-run21 .c-radish-run21-banenr-top {
    margin-bottom: 0.6rem;
  }
}
#c-radish-run21 .c-radish-run21-banenr-top .c-title {
  position: relative;
  padding-top: 15px;
  border-top: 2px solid #ddd;
  color: #999;
}
@media (max-width: 971px) {
  #c-radish-run21 .c-radish-run21-banenr-top .c-title {
    padding-top: 0.2rem;
  }
}
#c-radish-run21 .c-radish-run21-banenr-top .c-title::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  border-top: 2px solid #333;
  transition: all 0s;
}
#c-radish-run21 .c-radish-run21-banenr-top .swiper-slide {
  cursor: pointer;
}
#c-radish-run21 .c-radish-run21-banenr-top .swiper-slide-thumb-active .c-title {
  color: #333;
}
#c-radish-run21 .c-radish-run21-banenr-top .swiper-slide-thumb-active .c-title::before {
  width: 100%;
  transition: all 5s;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-img-box {
  width: 59.375%;
  height: 560px;
}
@media (max-width: 1580px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-img-box {
    height: 5.6rem;
    min-height: 420px;
  }
}
@media (max-width: 1260px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-img-box {
    min-height: 380px;
  }
}
@media (max-width: 971px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-img-box {
    width: 100%;
    height: 4rem;
    min-height: auto;
  }
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-text-box {
  padding: 70px 100px 90px;
  width: 40.625%;
  border-bottom: 1px solid #dddd;
}
@media (max-width: 1900px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-text-box {
    padding: 70px 1rem 90px;
  }
}
@media (max-width: 1580px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-text-box {
    padding: 40px 1rem;
  }
}
@media (max-width: 971px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-text-box {
    width: 100%;
    padding: 0.4rem 0 0;
    border: 0;
  }
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-text-box .c-num {
  font-weight: bold;
  line-height: 1;
  color: #ddd;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-text-box .c-title {
  margin: 40px 0 10px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 971px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-text-box .c-title {
    margin: 0.2rem 0;
  }
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-slide .c-text-box .c-text {
  color: #666;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  top: auto;
  bottom: 45px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #c0c0c0;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next,
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev {
    bottom: 25px;
  }
}
@media (max-width: 971px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next,
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next img,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev img,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next svg,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev svg {
  width: 26px;
  height: 26px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next img,
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev img,
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next svg,
  #c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next img path,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev img path,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next svg path,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev svg path {
  fill: #fff;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next:hover,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev:hover {
  background-color: #37bcaa;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next.swiper-button-disabled,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-next {
  margin-left: 80px;
  right: auto;
  left: 65.625%;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev {
  left: 65.625%;
}
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev img,
#c-radish-run21 .c-radish-run21-banenr-bottom .swiper-button-prev svg {
  transform: rotate(180deg);
}
#c-radish-run3 {
  height: 650vh;
}
#c-radish-run3 .c-main {
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}
#c-radish-run3 .c-main .c-scroll {
  position: absolute;
  z-index: 50;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-scroll {
    bottom: 0.4rem;
  }
}
#c-radish-run3 .c-main .c-scroll img {
  margin-bottom: 20px;
  height: 28px;
  animation: mouse 1.5s infinite linear;
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-scroll img {
    margin-bottom: 0.2rem;
  }
}
#c-radish-run3 .c-main .c-box1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #37bcaa;
  overflow: hidden;
}
#c-radish-run3 .c-main .c-box1 img {
  opacity: 0.05;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run3 .c-main .c-box1 .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  #c-radish-run3 .c-main .c-box1 .c-text {
    font-size: 100px;
  }
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box1 .c-text {
    font-size: 0.8rem;
  }
}
#c-radish-run3 .c-main .c-box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #f5f5f5;
}
#c-radish-run3 .c-main .c-box2 .c-text-box {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box {
    padding-top: 1.2rem;
    align-items: flex-start;
  }
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap {
  display: inline-block;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 1580px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap {
    margin-left: 0;
  }
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-line-box,
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-car-box {
  position: absolute;
  top: 40px;
  left: 4px;
  z-index: 1;
  width: 2px;
  height: calc(100% - 80px);
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-line-box,
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-car-box {
    top: 0.3rem;
    height: calc(100% - 0.6rem);
  }
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-line-box .c-line1,
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-car-box .c-line1,
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-line-box .c-line2,
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-car-box .c-line2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px dashed #ddd;
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-line-box .c-line2,
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-car-box .c-line2 {
  height: 0;
  border-color: #005CE6;
  transition: all 0.5s;
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-line-box .c-car,
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-car-box .c-car {
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-line-box .c-car,
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-car-box .c-car {
    width: 0.6rem;
  }
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-car-box {
  z-index: 5;
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list {
  position: relative;
  z-index: 3;
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  color: #999;
  line-height: 60px;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list li {
    line-height: 30px;
  }
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list li {
    margin: 0.2rem 0;
    line-height: 0.4rem;
  }
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #37bcaa;
}
#c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list li.on {
  font-size: 34px;
  color: #000;
}
@media (max-width: 1580px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list li.on {
    font-size: 26px;
  }
}
@media (max-width: 1260px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list li.on {
    font-size: 24px;
  }
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box2 .c-text-box .c-wrap .c-list li.on {
    font-size: 0.36rem;
  }
}
#c-radish-run3 .c-main .c-box2 .c-img-box {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(1.3);
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box2 .c-img-box {
    height: 7rem;
  }
}
#c-radish-run3 .c-main .c-box2 .c-img-box .c-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-radish-run3 .c-main .c-box2 .c-img-box .c-list li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-radish-run3 .c-main .c-box2 .c-img-box .c-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run3 .c-main .c-box2 .c-img-box .c-list li.on {
  opacity: 1;
}
#c-radish-run3 .c-main .c-box3 {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
#c-radish-run3 .c-main .c-box3 .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-radish-run3 .c-main .c-box3 .c-text {
    font-size: 60px;
  }
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box3 .c-text {
    font-size: 0.6rem;
  }
}
#c-radish-run3 .c-main .c-box3 .c-img {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
}
#c-radish-run3 .c-main .c-box3 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 971px) {
  #c-radish-run3 .c-main .c-box3 .c-img img {
    object-fit: contain;
    transform: scale(1.5);
  }
}
#c-radish-run4-wrap .c-main {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 9.6rem;
  background-color: #fff;
  overflow: hidden;
}
#c-radish-run4-wrap .c-main .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-radish-run4-wrap .c-main .c-text {
    font-size: 60px;
  }
}
@media (max-width: 971px) {
  #c-radish-run4-wrap .c-main .c-text {
    font-size: 0.6rem;
  }
}
#c-radish-run4-wrap .c-main .c-text a {
  opacity: 0;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  color: #37bcaa;
  line-height: 1.5;
  vertical-align: top;
}
#c-radish-run4-wrap .c-main .c-text a img {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
@media (max-width: 971px) {
  #c-radish-run4-wrap .c-main .c-text a img {
    margin-left: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-radish-run4-wrap .c-main .c-text a:hover img {
  transform: translateX(10px);
}
@media (max-width: 971px) {
  #c-radish-run4-wrap .c-main .c-text a:hover img {
    transform: translateX(0.2rem);
  }
}
#c-radish-run4-wrap .c-main .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1580px) {
  #c-radish-run4-wrap .c-main .c-img {
    top: 40px;
  }
}
#c-radish-run4-wrap .c-main .c-img img {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 971px) {
  #c-radish-run4-wrap .c-main .c-img img {
    object-fit: contain;
    transform: scale(1.5);
  }
}
#c-radish-run4 {
  margin-bottom: 20vh;
  position: relative;
  z-index: 40;
  background-color: #fff;
}
#c-radish-run4 .c-banner-wrap {
  overflow: hidden;
}
#c-radish-run4 .c-banner-wrap .container {
  overflow: visible;
}
#c-radish-run4 .c-banner-wrap .c-radish-run4-banner {
  overflow: visible;
}
#c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap > img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1900px) {
  #c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap > img {
    height: 360px;
  }
}
@media (max-width: 1580px) {
  #c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap > img {
    height: 290px;
  }
}
@media (max-width: 1260px) {
  #c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap > img {
    height: 220px;
  }
}
@media (max-width: 971px) {
  #c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap > img {
    height: 3rem;
  }
}
#c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play img,
#c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play svg {
  width: 100px;
  height: 100px;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play img,
  #c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 971px) {
  #c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play img,
  #c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play img:hover,
#c-radish-run4 .c-banner-wrap .c-radish-run4-banner .swiper-slide .c-wrap .c-play svg:hover {
  transform: scale(0.8);
}
#c-radish-run5 {
  margin-top: 30vh;
  position: relative;
  z-index: 50;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 971px) {
  #c-radish-run5 {
    margin-top: 0;
  }
}
#c-radish-run5 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  color: #999;
}
#c-radish-run5 .c-list li {
  padding: 0 20px 40px;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list li {
    padding: 0 0.2rem 0.4rem;
  }
}
#c-radish-run5 .c-list li.on {
  color: #37bcaa;
}
#c-radish-run5 .c-list2 {
  position: relative;
}
#c-radish-run5 .c-list2 > li {
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list2 > li {
    position: absolute;
  }
}
#c-radish-run5 .c-list2 > li.on {
  opacity: 1;
  z-index: 10;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list2 > li.on {
    position: relative !important;
  }
}
#c-radish-run5 .c-list2 > li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#c-radish-run5 .c-news {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
#c-radish-run5 .c-news .c-left {
  padding-right: 20px;
  width: 62.5%;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-left {
    display: none;
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
#c-radish-run5 .c-news .c-left .swiper-button-next,
#c-radish-run5 .c-news .c-left .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-radish-run5 .c-news .c-left .swiper-button-next,
  #c-radish-run5 .c-news .c-left .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-left .swiper-button-next,
  #c-radish-run5 .c-news .c-left .swiper-button-prev {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-radish-run5 .c-news .c-left .swiper-button-next img,
#c-radish-run5 .c-news .c-left .swiper-button-prev img,
#c-radish-run5 .c-news .c-left .swiper-button-next svg,
#c-radish-run5 .c-news .c-left .swiper-button-prev svg {
  width: 26px;
  height: 26px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-left .swiper-button-next img,
  #c-radish-run5 .c-news .c-left .swiper-button-prev img,
  #c-radish-run5 .c-news .c-left .swiper-button-next svg,
  #c-radish-run5 .c-news .c-left .swiper-button-prev svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-radish-run5 .c-news .c-left .swiper-button-next img path,
#c-radish-run5 .c-news .c-left .swiper-button-prev img path,
#c-radish-run5 .c-news .c-left .swiper-button-next svg path,
#c-radish-run5 .c-news .c-left .swiper-button-prev svg path {
  fill: #fff;
}
#c-radish-run5 .c-news .c-left .swiper-button-next:hover,
#c-radish-run5 .c-news .c-left .swiper-button-prev:hover {
  background-color: #37bcaa;
}
#c-radish-run5 .c-news .c-left .swiper-pagination {
  padding-right: 30px;
  bottom: 50px;
  text-align: right;
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-news .c-left .swiper-pagination {
    bottom: 36px;
  }
}
#c-radish-run5 .c-news .c-left .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  border-radius: 0;
  width: 22px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
#c-radish-run5 .c-news .c-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #37bcaa;
  color: #fff;
}
#c-radish-run5 .c-news .c-left .swiper-button-next {
  right: 40px;
}
#c-radish-run5 .c-news .c-left .swiper-button-prev {
  left: 40px;
}
#c-radish-run5 .c-news .c-left .swiper-button-prev img,
#c-radish-run5 .c-news .c-left .swiper-button-prev svg {
  transform: rotate(180deg);
}
#c-radish-run5 .c-news .c-left .c-wrap {
  display: block;
  height: 545px;
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-news .c-left .c-wrap {
    height: 423px;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-left .c-wrap {
    height: 4rem;
  }
}
#c-radish-run5 .c-news .c-left .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run5 .c-news .c-left .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 30px 260px 30px 30px;
  width: 100%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-news .c-left .c-wrap .c-text-box {
    height: auto;
    padding: 20px 200px 20px 20px;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-left .c-wrap .c-text-box {
    padding: 0.4rem;
    height: auto;
  }
}
#c-radish-run5 .c-news .c-left .c-wrap .c-text-box .c-title {
  margin-top: 10px;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-news .c-left .c-wrap .c-text-box .c-title {
    margin-top: 0;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-left .c-wrap .c-text-box .c-title {
    margin-top: 0.1rem;
    height: auto;
    line-height: 1.5;
  }
}
#c-radish-run5 .c-news .c-right {
  padding: 40px;
  width: 37.5%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-right {
    padding: 0.4rem;
    width: 100%;
  }
}
#c-radish-run5 .c-news .c-right .c-list4 li {
  border-bottom: 1px dashed #e8e8e8;
}
#c-radish-run5 .c-news .c-right .c-list4 li:first-child .c-wrap {
  padding-top: 0;
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-news .c-right .c-list4 li:nth-last-child(1),
  #c-radish-run5 .c-news .c-right .c-list4 li:nth-last-child(2) {
    display: none;
  }
}
#c-radish-run5 .c-news .c-right .c-list4 li.on .c-wrap .c-tbox .c-title {
  color: #005CE6;
}
#c-radish-run5 .c-news .c-right .c-list4 li.on .c-wrap .c-tbox .c-time {
  display: none;
}
#c-radish-run5 .c-news .c-right .c-list4 li.on .c-wrap .c-bbox {
  display: flex;
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap {
  display: block;
  padding: 15px 0;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap {
    padding: 0.2rem 0;
  }
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-tbox {
  display: flex;
  align-items: center;
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-tbox .c-title {
  width: 100%;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-tbox .c-time {
  flex-shrink: 0;
  padding-left: 30px;
  color: #999;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-tbox .c-time {
    padding-left: 0.4rem;
  }
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox {
  display: flex;
  align-items: center;
  padding: 20px 0 10px;
  display: none;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox {
    padding: 0.2rem 0;
  }
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box {
  flex-shrink: 0;
  width: 200px;
  height: 120px;
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box {
    width: 160px;
    height: 120px;
  }
}
@media (max-width: 1260px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box {
    width: 3rem;
    height: 2rem;
  }
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box {
  padding-left: 30px;
  width: 100%;
}
@media (max-width: 1260px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box {
    padding-left: 20px;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box {
    padding-left: 0.4rem;
  }
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box .c-text {
  margin-bottom: 20px;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #666;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box .c-text {
    margin-bottom: 0.2rem;
    height: 1.2rem;
    line-height: 0.4rem;
  }
}
#c-radish-run5 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box .c-time {
  color: #999;
}
#c-radish-run5 .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list3 {
    margin: 0 0 -0.4rem;
  }
}
#c-radish-run5 .c-list3 > li {
  padding: 0 20px 40px;
  width: 33.333333%;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list3 > li {
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
#c-radish-run5 .c-list3 > li .c-wrap {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  transition: all 0.5s;
  cursor: pointer;
}
#c-radish-run5 .c-list3 > li .c-wrap .c-img-box {
  position: relative;
  z-index: 1;
  height: 300px;
}
@media (max-width: 1900px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-img-box {
    height: 250px;
  }
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-img-box {
    height: 200px;
  }
}
@media (max-width: 1260px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-img-box {
    height: 150px;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-img-box {
    height: 4rem;
  }
}
#c-radish-run5 .c-list3 > li .c-wrap .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
#c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play img,
#c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play svg {
  width: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play img,
  #c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play img,
  #c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play img path,
#c-radish-run5 .c-list3 > li .c-wrap .c-img-box .c-play svg path {
  fill: #fff;
  transition: all 0.5s;
}
#c-radish-run5 .c-list3 > li .c-wrap .c-img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run5 .c-list3 > li .c-wrap .c-text-box {
  position: relative;
  z-index: 5;
  color: #000;
  padding: 40px;
  background-color: #fff;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-text-box {
    padding: 20px;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-text-box {
    padding: 0.4rem;
  }
}
#c-radish-run5 .c-list3 > li .c-wrap .c-text-box .c-title {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
@media (max-width: 1580px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-text-box .c-title {
    height: 28px;
    line-height: 28px;
  }
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-text-box .c-title {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
#c-radish-run5 .c-list3 > li .c-wrap .c-text-box .c-time {
  color: #999;
}
#c-radish-run5 .c-list3 > li .c-wrap .c-text-box .c-text {
  margin: 10px 0 40px;
  height: 78px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-list3 > li .c-wrap .c-text-box .c-text {
    height: 1.2rem;
    line-height: 0.4rem;
    margin: 0.2rem 0;
  }
}
#c-radish-run5 .c-list3 > li .c-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#c-radish-run5 .c-list3 > li .c-wrap:hover .c-img-box::before {
  opacity: 1;
}
#c-radish-run5 .c-list3 > li .c-wrap:hover .c-img-box .c-play svg path {
  fill: #37bcaa;
}
#c-radish-run5 .c-link {
  position: relative;
  z-index: 20;
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-link {
    padding-top: 0.6rem;
  }
}
#c-radish-run5 .c-link a {
  display: inline-flex;
  align-items: center;
  color: #666666;
  transition: all 0.3s;
}
#c-radish-run5 .c-link a:last-child {
  margin-left: 60px;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-link a:last-child {
    margin-left: 0.4rem;
  }
}
#c-radish-run5 .c-link a i {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../../images/c-jt8.png) no-repeat center / 100%;
  transition: all 0.3s;
}
@media (max-width: 971px) {
  #c-radish-run5 .c-link a i {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
}
#c-radish-run5 .c-link a:hover {
  color: #37bcaa;
}
#c-radish-run5 .c-link a:hover i {
  transform: translateX(10px);
  background-image: url(../../images/c-jt9.png);
}
@media (max-width: 971px) {
  #c-radish-run5 .c-link a:hover i {
    transform: translateX(0.2rem);
  }
}
#c-radish-run6 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -22px -44px;
}
@media (max-width: 971px) {
  #c-radish-run6 .c-list {
    margin: 0 0 -0.4rem;
  }
}
#c-radish-run6 .c-list li {
  padding: 0 22px 44px;
  width: 33.333333%;
}
@media (max-width: 1260px) {
  #c-radish-run6 .c-list li {
    padding: 0 10px 44px;
  }
}
@media (max-width: 971px) {
  #c-radish-run6 .c-list li {
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
#c-radish-run6 .c-list li .c-wrap {
  display: block;
  padding: 60px 30px;
  border-radius: 5px;
  overflow: hidden;
  color: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-radish-run6 .c-list li .c-wrap {
    padding: 0.6rem;
  }
}
#c-radish-run6 .c-list li .c-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#c-radish-run6 .c-list li .c-wrap .c-common-btn3 {
  margin-top: 55px;
  color: #333;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-radish-run6 .c-list li .c-wrap .c-common-btn3 {
    margin-top: 30px;
  }
}
@media (max-width: 971px) {
  #c-radish-run6 .c-list li .c-wrap .c-common-btn3 {
    margin-top: 0.4rem;
  }
}
#c-radish-run6 .c-list li .c-wrap .c-common-btn3 img,
#c-radish-run6 .c-list li .c-wrap .c-common-btn3 svg {
  margin: 0 20px 0 0;
  width: 24px;
  height: auto;
}
@media (max-width: 971px) {
  #c-radish-run6 .c-list li .c-wrap .c-common-btn3 img,
  #c-radish-run6 .c-list li .c-wrap .c-common-btn3 svg {
    margin: 0 0.2rem 0 0;
    width: 0.3rem;
  }
}
#c-radish-run6 .c-list li .c-wrap .c-common-btn3 img path,
#c-radish-run6 .c-list li .c-wrap .c-common-btn3 svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-radish-run6 .c-list li .c-wrap .c-common-btn3:hover {
  color: #fff;
  border-color: #37bcaa;
  background-color: #37bcaa;
}
#c-radish-run6 .c-list li .c-wrap .c-common-btn3:hover img,
#c-radish-run6 .c-list li .c-wrap .c-common-btn3:hover svg {
  transform: rotate(0);
}
#c-radish-run6 .c-list li .c-wrap .c-common-btn3:hover img path,
#c-radish-run6 .c-list li .c-wrap .c-common-btn3:hover svg path {
  fill: #fff;
}
#c-radish-run7 {
  position: relative;
}
#c-radish-run7 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-radish-run7 .container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#c-radish-run7 .c-wrap {
  width: 37.5%;
  padding: 100px 70px 150px;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  #c-radish-run7 .c-wrap {
    padding: 70px;
    width: 47%;
  }
}
@media (max-width: 1260px) {
  #c-radish-run7 .c-wrap {
    padding: 50px;
    width: 50%;
  }
}
@media (max-width: 971px) {
  #c-radish-run7 .c-wrap {
    padding: 0.6rem;
    width: 100%;
  }
}
#c-radish-run7 .c-wrap .c-text {
  line-height: 1;
}
#c-radish-run7 .c-wrap .c-title {
  padding: 10px 0 30px;
  border-bottom: 2px solid #dddddd;
  line-height: 1.1;
}
@media (max-width: 971px) {
  #c-radish-run7 .c-wrap .c-title {
    padding: 0.2rem 0 0.4rem;
  }
}
#c-radish-run7 .c-wrap .c-text2 {
  padding: 60px 0;
  color: #666;
}
@media (max-width: 1260px) {
  #c-radish-run7 .c-wrap .c-text2 {
    padding: 40px 0;
  }
}
@media (max-width: 971px) {
  #c-radish-run7 .c-wrap .c-text2 {
    padding: 0.4rem 0;
  }
}
#c-radish-run7 .c-wrap .c-common-btn3 img,
#c-radish-run7 .c-wrap .c-common-btn3 svg {
  margin: 0 15px 0 0;
  width: 30px;
  height: auto;
}
@media (max-width: 971px) {
  #c-radish-run7 .c-wrap .c-common-btn3 img,
  #c-radish-run7 .c-wrap .c-common-btn3 svg {
    margin: 0 0.2rem 0 0;
    width: 0.3rem;
  }
}
#c-radish-run7 .c-wrap .c-common-btn3 img path,
#c-radish-run7 .c-wrap .c-common-btn3 svg path {
  fill: #fff;
}
#c-radish-run7 .c-wrap .c-common-btn3:hover img,
#c-radish-run7 .c-wrap .c-common-btn3:hover svg {
  transform: rotate(0);
}
#c-radish-run71 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5.6rem;
  background-color: #000;
}
@media (max-width: 971px) {
  #c-radish-run71 {
    min-height: 5rem;
  }
}
#c-radish-run71 > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
#c-radish-run71 .c-wrap {
  position: relative;
  z-index: 5;
  color: #fff;
}
#c-radish-run71 .c-wrap .c-title {
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 971px) {
  #c-radish-run71 .c-wrap .c-title {
    margin-bottom: 0.2rem;
  }
}
#c-radish-run71 .c-wrap .c-text {
  color: #fff;
}
#c-radish-run71 .c-wrap .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
}
@media (max-width: 971px) {
  #c-radish-run71 .c-wrap .c-btn {
    width: 2.4rem;
    height: 0.8rem;
  }
}
#c-radish-run8 {
  padding: 80px 0;
}
@media (max-width: 971px) {
  #c-radish-run8 {
    padding: 1rem 0;
  }
}
#c-radish-run8 .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 971px) {
  #c-radish-run8 .container {
    flex-wrap: wrap;
  }
}
#c-radish-run8 .c-left {
  display: flex;
  justify-content: flex-end;
  width: 27.25%;
}
@media (min-width: 1921px) {
  #c-radish-run8 .c-left {
    padding-left: 150px;
  }
}
@media (max-width: 971px) {
  #c-radish-run8 .c-left {
    margin-bottom: 0.6rem;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 971px) {
  #c-radish-run8 .c-left > div {
    width: 100%;
  }
}
#c-radish-run8 .c-right {
  display: flex;
  justify-content: flex-end;
  width: 27.25%;
}
@media (max-width: 971px) {
  #c-radish-run8 .c-right {
    width: 100%;
  }
}
#c-radish-run8 .c-center {
  text-align: center;
}
@media (max-width: 971px) {
  #c-radish-run8 .c-center {
    display: none;
  }
}
#c-radish-run8 .c-center img {
  width: 450px;
}
@media (max-width: 1580px) {
  #c-radish-run8 .c-center img {
    width: 350px;
  }
}
@media (max-width: 971px) {
  #c-radish-run8 .c-center img {
    width: 80%;
  }
}
#c-radish-run8 .c-title {
  line-height: 1.2;
}
#c-radish-run8 .c-text {
  margin: 10px 0 80px;
  opacity: 0.7;
}
@media (max-width: 1580px) {
  #c-radish-run8 .c-text {
    margin: 10px 0 50px;
  }
}
@media (max-width: 971px) {
  #c-radish-run8 .c-text {
    margin: 0.2rem 0 0.4rem;
  }
}
#c-radish-run8 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px 130px;
}
@media (max-width: 1900px) {
  #c-radish-run8 .c-list {
    margin: 0 -0.1rem 130px;
  }
}
@media (max-width: 971px) {
  #c-radish-run8 .c-list {
    margin: 0 -0.1rem;
  }
}
#c-radish-run8 .c-list li {
  padding: 0 10px 20px;
}
@media (max-width: 1900px) {
  #c-radish-run8 .c-list li {
    padding: 0 0.1rem 0.2rem;
  }
}
@media (max-width: 971px) {
  #c-radish-run8 .c-list li {
    width: 33.333333%;
  }
}
#c-radish-run8 .c-list li .c-img {
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 1900px) {
  #c-radish-run8 .c-list li .c-img {
    width: 1.3rem;
  }
}
@media (max-width: 971px) {
  #c-radish-run8 .c-list li .c-img {
    width: 100%;
  }
}
#c-radish-run8 .c-list li .c-img img {
  width: 100%;
}
#c-radish-run8 .c-list li .c-text2 {
  margin-top: 20px;
  opacity: 0.7;
  text-align: center;
}
@media (max-width: 971px) {
  #c-radish-run8 .c-list li .c-text2 {
    margin-top: 0.2rem;
  }
}
#c-policy .container2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 971px) {
  #c-policy .container2 {
    flex-wrap: wrap;
  }
}
#c-policy .c-left {
  position: sticky;
  top: 120px;
  flex-shrink: 0;
  width: 300px;
}
@media (max-width: 1260px) {
  #c-policy .c-left {
    width: 250px;
  }
}
@media (max-width: 971px) {
  #c-policy .c-left {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 971px) {
  #c-policy .c-left .c-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.1rem -0.1rem;
  }
}
@media (max-width: 971px) {
  #c-policy .c-left .c-list li {
    padding: 0 0.1rem 0.2rem;
    width: 50%;
  }
}
#c-policy .c-left .c-list li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 70px;
  color: #000;
  background-color: #f8f8f8;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-policy .c-left .c-list li .c-wrap {
    padding: 0 20px;
    height: 50px;
  }
}
@media (max-width: 971px) {
  #c-policy .c-left .c-list li .c-wrap {
    padding: 0.2rem;
    height: 0.8rem;
  }
}
#c-policy .c-left .c-list li .c-wrap img {
  width: 14px;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-policy .c-left .c-list li .c-wrap img {
    width: 0.2rem;
  }
}
#c-policy .c-left .c-list li.on .c-wrap,
#c-policy .c-left .c-list li .c-wrap:hover {
  border-radius: 5px;
  background-color: #005CE6;
  color: #fff;
}
#c-policy .c-left .c-list li.on .c-wrap img,
#c-policy .c-left .c-list li .c-wrap:hover img {
  opacity: 1;
}
#c-policy .c-right {
  padding-left: 1rem;
  width: 100%;
}
@media (min-width: 1921px) {
  #c-policy .c-right {
    padding-left: 100px;
  }
}
@media (max-width: 971px) {
  #c-policy .c-right {
    padding: 0.6rem 0 0;
  }
}
#c-policy .c-right .c-main-title {
  font-weight: bold;
  line-height: 1;
}
#c-policy .c-right .c-list1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 0 10px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 971px) {
  #c-policy .c-right .c-list1 {
    padding: 0.4rem 0 0;
  }
}
#c-policy .c-right .c-list1 li {
  padding: 0 10px 10px 0;
}
@media (max-width: 971px) {
  #c-policy .c-right .c-list1 li {
    padding: 0 0.2rem 0.2rem 0;
  }
}
#c-policy .c-right .c-list1 li a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  color: #666;
  transition: all 0.5s;
}
#c-policy .c-right .c-list1 li.on a,
#c-policy .c-right .c-list1 li a:hover {
  background-color: #005CE6;
  color: #fff;
}
#c-policy .c-right .c-list2 {
  padding: 10px 0 80px;
}
@media (max-width: 971px) {
  #c-policy .c-right .c-list2 {
    padding: 0 0 0.6rem;
  }
}
#c-policy .c-right .c-list2 li {
  padding: 25px 0;
  border-bottom: 1px dashed #999;
}
@media (max-width: 971px) {
  #c-policy .c-right .c-list2 li {
    padding: 0.4rem 0;
  }
}
#c-policy .c-right .c-list2 li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
#c-policy .c-right .c-list2 li .c-wrap .c-time {
  flex-shrink: 0;
  padding: 0 40px;
  color: #a3a3a3;
}
@media (max-width: 971px) {
  #c-policy .c-right .c-list2 li .c-wrap .c-time {
    padding: 0 0 0 0.4rem;
  }
}
#c-policy .c-right .c-list2 li .c-wrap:hover {
  color: #005CE6;
}
@media (max-width: 1580px) {
  #c-contact0 .container2 {
    width: 84%;
  }
}
@media (max-width: 971px) {
  #c-contact0 .container2 {
    width: 100%;
  }
}
#c-contact0 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
@media (max-width: 971px) {
  #c-contact0 .c-list {
    margin-bottom: -0.8rem;
  }
}
#c-contact0 .c-list > li {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 971px) {
  #c-contact0 .c-list > li {
    margin-bottom: 0.8rem;
  }
}
#c-contact0 .c-list > li:nth-child(2) {
  width: 66.666666%;
}
@media (max-width: 1260px) {
  #c-contact0 .c-list > li:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 971px) {
  #c-contact0 .c-list > li:nth-child(2) {
    width: 100%;
  }
}
#c-contact0 .c-list > li:nth-child(2) .c-img {
  height: 165px;
}
#c-contact0 .c-list > li:nth-child(2) .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-contact0 .c-list > li:nth-child(3) {
  padding-left: 30px;
  width: 33.333333%;
}
@media (max-width: 1260px) {
  #c-contact0 .c-list > li:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 971px) {
  #c-contact0 .c-list > li:nth-child(3) {
    padding: 0;
    width: 100%;
  }
}
#c-contact0 .c-list > li .c-main-title {
  position: relative;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 1;
  padding-left: 20px;
  border-left: 2px solid #005CE6;
}
@media (max-width: 971px) {
  #c-contact0 .c-list > li .c-main-title {
    margin-bottom: 0.8rem;
    padding-left: 0.2rem;
  }
}
#c-contact0 .c-list > li .c-main-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
@media (max-width: 971px) {
  #c-contact0 .c-list > li .c-main-title::before {
    bottom: -0.4rem;
  }
}
#c-contact0 .c-list2 {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 971px) {
  #c-contact0 .c-list2 {
    margin: 0 0 -0.4rem;
  }
}
#c-contact0 .c-list2 li {
  display: flex;
  width: 33.333333%;
  padding: 0 10px 20px;
}
@media (max-width: 1260px) {
  #c-contact0 .c-list2 li {
    width: 50%;
  }
}
@media (max-width: 971px) {
  #c-contact0 .c-list2 li {
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
#c-contact0 .c-list2 li .c-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-contact0 .c-list2 li .c-wrap {
    padding: 20px;
  }
}
@media (max-width: 971px) {
  #c-contact0 .c-list2 li .c-wrap {
    padding: 0.4rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
#c-contact0 .c-list2 li .c-wrap .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 30px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #e5eefc;
}
@media (max-width: 971px) {
  #c-contact0 .c-list2 li .c-wrap .c-img-box {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.4rem;
  }
}
#c-contact0 .c-list2 li .c-wrap .c-img-box img,
#c-contact0 .c-list2 li .c-wrap .c-img-box svg {
  width: 44px;
  height: 44px;
}
@media (max-width: 971px) {
  #c-contact0 .c-list2 li .c-wrap .c-img-box img,
  #c-contact0 .c-list2 li .c-wrap .c-img-box svg {
    height: 0.7rem;
  }
}
#c-contact0 .c-list2 li .c-wrap .c-img-box img path,
#c-contact0 .c-list2 li .c-wrap .c-img-box svg path {
  fill: #005CE6;
}
#c-contact0 .c-list2 li .c-wrap .c-text-box {
  color: #333;
  width: 100%;
}
#c-contact0 .c-list2 li .c-wrap .c-text-box .c-title {
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 971px) {
  #c-contact0 .c-list2 li .c-wrap .c-text-box .c-title {
    margin-bottom: 0.2rem;
  }
}
#c-contact0 .c-list2 li .c-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
#c-contact0 .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
@media (max-width: 971px) {
  #c-contact0 .c-list3 {
    margin: 0 0 0.2rem;
  }
}
#c-contact0 .c-list3 li {
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding: 0 10px 20px;
  line-height: 24px;
  color: #333;
}
@media (max-width: 1260px) {
  #c-contact0 .c-list3 li {
    width: 100%;
  }
}
@media (max-width: 971px) {
  #c-contact0 .c-list3 li {
    padding: 0 0 0.2rem;
    line-height: 0.4rem;
  }
}
#c-contact0 .c-list3 li img,
#c-contact0 .c-list3 li svg {
  margin-right: 20px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: #858585;
}
@media (max-width: 971px) {
  #c-contact0 .c-list3 li img,
  #c-contact0 .c-list3 li svg {
    height: 0.4rem;
    width: 0.4rem;
  }
}
#c-contact0 .c-list3 li .c-text1 {
  flex-shrink: 0;
}
#c-contact0 .c-list4 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  text-align: center;
  color: #666;
}
@media (max-width: 971px) {
  #c-contact0 .c-list4 {
    margin: 0 -0.2rem -0.4rem;
  }
}
#c-contact0 .c-list4 li {
  padding: 0 10px 20px;
  width: 33.333333%;
}
@media (max-width: 971px) {
  #c-contact0 .c-list4 li {
    padding: 0 0.2rem 0.4rem;
  }
}
#c-contact0 .c-list4 li .c-img {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 971px) {
  #c-contact0 .c-list4 li .c-img {
    margin-bottom: 0.2rem;
  }
}
#c-contact0 .c-list4 li .c-img img {
  width: 100%;
}
#c-contact0 .c-ico {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1260px) {
  #c-contact0 .c-ico {
    padding: 20px 0;
  }
}
@media (max-width: 971px) {
  #c-contact0 .c-ico {
    margin-bottom: 0.4rem;
    padding: 0;
  }
}
#c-contact0 .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 971px) {
  #c-contact0 .c-ico a {
    margin-right: 0.2rem;
  }
}
#c-contact0 .c-ico a img,
#c-contact0 .c-ico a svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-contact0 .c-ico a img,
  #c-contact0 .c-ico a svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-contact0 .c-ico a img path,
#c-contact0 .c-ico a svg path {
  fill: #8f8f8f;
  transition: all 0.5s;
}
#c-contact0 .c-ico a:hover svg path {
  fill: #005CE6;
}
#c-contact form {
  padding: 20px 100px 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media (max-width: 1580px) {
  #c-contact form {
    padding: 5px 60px 60px;
  }
}
@media (max-width: 971px) {
  #c-contact form {
    padding: 0 0.4rem 0.4rem;
  }
}
#c-contact .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-contact .c-list > li {
  width: 100%;
  padding: 55px 0 60px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 971px) {
  #c-contact .c-list > li {
    padding: 0.4rem 0;
  }
}
#c-contact .c-list > li:nth-child(3),
#c-contact .c-list > li:nth-child(4) {
  width: 46.15%;
}
@media (max-width: 1580px) {
  #c-contact .c-list > li:nth-child(3),
  #c-contact .c-list > li:nth-child(4) {
    width: 47%;
  }
}
@media (max-width: 971px) {
  #c-contact .c-list > li:nth-child(3),
  #c-contact .c-list > li:nth-child(4) {
    width: 100%;
  }
}
#c-contact .c-list > li:nth-child(2) .c-input-text {
  margin-top: 20px;
}
@media (max-width: 971px) {
  #c-contact .c-list > li:nth-child(2) .c-input-text {
    margin-top: 0.2rem;
  }
}
#c-contact .c-list > li:last-child {
  padding-bottom: 0;
  border: 0;
}
#c-contact .c-list > li:last-child button {
  margin-top: 20px;
}
@media (max-width: 971px) {
  #c-contact .c-list > li:last-child button {
    margin-top: 0.2rem;
  }
}
#c-contact .c-list > li .c-main-title {
  margin-bottom: 35px;
  font-weight: bold;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-main-title {
    margin-bottom: 0.2rem;
  }
}
#c-contact .c-list > li .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-list2 {
    margin: 0 0 -0.2rem;
  }
}
#c-contact .c-list > li .c-list2 li {
  padding: 0 10px 20px;
  width: 25%;
}
@media (max-width: 1580px) {
  #c-contact .c-list > li .c-list2 li {
    width: 33.333333%;
  }
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-list2 li {
    padding: 0 0 0.2rem;
    width: 100%;
  }
}
#c-contact .c-list > li .c-list2 li label {
  display: inline-flex;
  align-items: flex-start;
  line-height: 20px;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-list2 li label {
    line-height: 0.4rem;
  }
}
#c-contact .c-list > li .c-list2 li label input {
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-list2 li label input {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-contact .c-list > li .c-list2 li label input:checked {
  border-color: #005CE6;
  background: #005CE6 url(../../images/correct.png) no-repeat center / 10px auto;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-list2 li label input:checked {
    background-size: 0.2rem auto;
  }
}
#c-contact .c-list > li .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-list3 {
    margin: 0 0 -0.2rem;
  }
}
#c-contact .c-list > li .c-list3 li {
  padding: 0 10px 20px;
  width: 50%;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-list3 li {
    width: 100%;
    padding: 0 0 0.2rem;
  }
}
#c-contact .c-list > li .c-input-text {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-input-text {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.4rem;
  }
}
#c-contact .c-list > li .c-textarea {
  width: 100%;
  line-height: 1.5;
  padding: 25px 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
@media (max-width: 971px) {
  #c-contact .c-list > li .c-textarea {
    padding: 0.3rem 0.4rem;
  }
}
#c-contact .c-list > li select {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 50px 0 30px;
  background: #f5f5f5 url(../../images/triangle.png) no-repeat right 20px center / 10px auto;
  border-radius: 5px;
}
@media (max-width: 971px) {
  #c-contact .c-list > li select {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 1rem 0 0.4rem;
    background-position: right 0.4rem center;
    background-size: 0.2rem auto;
  }
}
#c-contact .c-list > li button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 56px;
  color: #fff;
  border-radius: 5px;
  background-color: #005CE6;
}
@media (max-width: 971px) {
  #c-contact .c-list > li button {
    width: 2.4rem;
    height: 0.8rem;
  }
}
#c-contact .c-list > li button img {
  width: 14px;
  margin-left: 30px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-contact .c-list > li button img {
    width: 0.2rem;
    margin-left: 0.2rem;
  }
}
#c-contact .c-list > li button:hover img {
  transform: rotate(45deg);
}
#c-investor1 {
  padding: 90px 0;
  background-color: #005CE6;
}
@media (max-width: 971px) {
  #c-investor1 {
    padding: 1.2rem 0;
  }
}
#c-investor1 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 971px) {
  #c-investor1 .c-list {
    flex-wrap: wrap;
  }
}
#c-investor1 .c-list > li:nth-child(1) .c-title {
  margin-bottom: 18px;
  line-height: 1;
}
@media (max-width: 971px) {
  #c-investor1 .c-list > li:nth-child(1) .c-title {
    margin-bottom: 0.18rem;
  }
}
#c-investor1 .c-list > li:nth-child(1) .c-text {
  opacity: 0.5;
}
#c-investor1 .c-list > li:nth-child(2) .c-num {
  margin-bottom: 6px;
  line-height: 1;
}
@media (max-width: 971px) {
  #c-investor1 .c-list > li:nth-child(2) .c-num {
    margin-bottom: 0;
  }
}
#c-investor1 .c-list > li:nth-child(2) .c-text {
  display: flex;
  align-items: center;
}
#c-investor1 .c-list > li:nth-child(2) .c-text img {
  margin-right: 8px;
  height: 22px;
}
@media (max-width: 971px) {
  #c-investor1 .c-list > li:nth-child(3) {
    padding-top: 0.4rem;
    width: 100%;
  }
}
#c-investor1 .c-list > li:nth-child(3) .c-list2 {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2c76e3;
}
@media (max-width: 971px) {
  #c-investor1 .c-list > li:nth-child(3) .c-list2 {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    justify-content: space-between;
  }
}
#c-investor1 .c-list > li:nth-child(3) .c-list2 li {
  display: flex;
  align-items: center;
}
#c-investor1 .c-list > li:nth-child(3) .c-list2 li .c-text1 {
  margin-right: 0.55rem;
  color: #b0cfff;
}
@media (min-width: 1921px) {
  #c-investor1 .c-list > li:nth-child(3) .c-list2 li .c-text1 {
    margin-right: 55px;
  }
}
@media (max-width: 1260px) {
  #c-investor1 .c-list > li:nth-child(3) .c-list2 li .c-text1 {
    margin-right: 10px;
  }
}
@media (max-width: 971px) {
  #c-investor1 .c-list > li:nth-child(3) .c-list2 li .c-text1 {
    margin-right: 0.1rem;
  }
}
#c-investor1 .c-list > li:nth-child(3) .c-list2 li:nth-child(2) {
  padding: 0 1.22rem;
}
@media (min-width: 1921px) {
  #c-investor1 .c-list > li:nth-child(3) .c-list2 li:nth-child(2) {
    padding: 0 120px;
  }
}
@media (max-width: 1260px) {
  #c-investor1 .c-list > li:nth-child(3) .c-list2 li:nth-child(2) {
    padding: 0 40px;
  }
}
@media (max-width: 971px) {
  #c-investor1 .c-list > li:nth-child(3) .c-list2 li:nth-child(2) {
    padding: 0 0.2rem;
  }
}
#c-investor1 .c-list > li:nth-child(3) .c-text3 {
  opacity: 0.22;
}
#c-investor2 .container {
  display: flex;
  align-items: flex-start;

  justify-content: space-between;
}
@media (max-width: 971px) {
  #c-investor2 .container {
    flex-wrap: wrap;
  }
}
#c-investor2 .c-left {
  position: sticky;
  top: 120px;
  flex-shrink: 0;
}
@media (max-width: 971px) {
  #c-investor2 .c-left {
    position: relative;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 971px) {
  #c-investor2 .c-left .c-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.2rem -0.4rem;
  }
}
#c-investor2 .c-left .c-list li {
  padding-top: 40px;
  line-height: 1;
}
@media (max-width: 971px) {
  #c-investor2 .c-left .c-list li {
    padding: 0 0.2rem 0.4rem;
  }
}
#c-investor2 .c-left .c-list li a {
  position: relative;
  color: #999;
  transition: all 0.5s;
  font-weight: bold;
}
#c-investor2 .c-left .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  border-top: 3px solid #005CE6;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-investor2 .c-left .c-list li a::before {
    bottom: 0;
  }
}
#c-investor2 .c-left .c-list li.on a,
#c-investor2 .c-left .c-list li a:hover {
  color: #000;
}
#c-investor2 .c-left .c-list li.on a::before,
#c-investor2 .c-left .c-list li a:hover::before {
  width: 100%;
}
#c-investor2 .c-right {
  padding-left: 2rem;
  width: 100%;
}
@media (min-width: 1921px) {
  #c-investor2 .c-right {
    padding-left: 200px;
  }
}
@media (max-width: 971px) {
  #c-investor2 .c-right {
    width: 100%;
    padding: 0.2rem 0 0;
  }
}
#c-investor2 .c-right .c-list {
  margin-bottom: 80px;
}
@media (max-width: 971px) {
  #c-investor2 .c-right .c-list {
    margin-bottom: 0.6rem;
  }
}
#c-investor2 .c-right .c-list li {
  padding: 35px 0;
  border-bottom: 1px dashed #ddd;
}
@media (max-width: 971px) {
  #c-investor2 .c-right .c-list li {
    padding: 0.4rem 0;
  }
}
#c-investor2 .c-right .c-list li .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  line-height: 30px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-investor2 .c-right .c-list li .c-wrap {
    line-height: 0.4rem;
  }
}
#c-investor2 .c-right .c-list li .c-wrap .c-title {
  display: flex;
  align-items: center;
}
#c-investor2 .c-right .c-list li .c-wrap span {
  flex-shrink: 0;
  padding-right: 10px;
  color: #005CE6;
}
@media (max-width: 971px) {
  #c-investor2 .c-right .c-list li .c-wrap span {
    padding-right: 0.2rem;
  }
}
#c-investor2 .c-right .c-list li .c-wrap .c-time {
  padding: 0 20px;
  flex-shrink: 0;
  color: #999;
}
@media (max-width: 971px) {
  #c-investor2 .c-right .c-list li .c-wrap .c-time {
    padding: 0 0 0 0.4rem;
  }
}
#c-investor2 .c-right .c-list li .c-wrap:hover {
  color: #005CE6;
}
#c-home1 {
  position: relative;
  overflow: hidden;
}
#c-home1 .c-home1-banner1 {
  position: relative;
  overflow: hidden;
}
#c-home1 .c-home1-banner1 .swiper-slide {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
#c-home1 .c-home1-banner1 .swiper-slide.on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-home1 .c-home1-banner1 .swiper-slide img {
  width: 100%;
  height: calc(100vh - 70px);
  object-fit: cover;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide img {
    height: 8rem;
  }
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-pc {
    display: none;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-mb {
    display: block;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  margin-top: -80px;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box {
    margin-top: -70px;
  }
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box {
    margin-top: 0;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-title {
  margin-bottom: 5px;
  font-weight: bold;
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box {
    margin-top: 0.4rem;
  }
}

@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-title {
    margin-bottom: 0.1rem;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-text2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.5s;
  margin-top: 55px;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-text2 {
    margin-top: 0.4rem;
    width: 2.4rem;
    height: 0.8rem;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-text2:hover {
  color: #000;
  background-color: #fff;
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-play {
  display: block;
  margin: 55px auto 5px;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-play {
    margin: 0.4rem auto 0.1rem;
    width: 1rem;
    height: 1rem;

  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-play img {
  width: 100%;
  height: 100% !important;
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box {
    margin-top: 0.4rem;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.5s;
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn:hover {
  color: #000;
  background-color: #fff;
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn:hover svg path {
  fill: #000;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn {
    width: 2.4rem;
    height: 0.8rem;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn img {
  margin-left: 20px;
  width: 14px;
  height: 14px !important;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn img {
    width: 0.2rem;
    height: 0.2rem !important;
    margin-left: 0.3rem;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn svg {
  margin-left: 20px;
  width: 20px;
  height: 20px !important;
  pointer-events: none;
  transition: all 0.5s;
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn svg path {
  fill: #fff;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn svg {
    width: 0.3rem;
    height: 0.3rem !important;
    margin-left: 0.3rem;
  }
}
#c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn:nth-child(1) {
  margin-right: 20px;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-slide .c-text-box .c-btn-box .c-btn:nth-child(1) {
    margin-right: 0.4rem;
  }
}
#c-home1 .c-home1-banner1 .swiper-button-next,
#c-home1 .c-home1-banner1 .swiper-button-prev {
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: transparent;
  opacity: 0.5;
  transition: all 0.5s;
  transform: translateY(-50%);
  margin-top: -80px;
}
@media (max-width: 1580px) {
  #c-home1 .c-home1-banner1 .swiper-button-next,
  #c-home1 .c-home1-banner1 .swiper-button-prev {
    margin-top: -70px;
  }
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner1 .swiper-button-next,
  #c-home1 .c-home1-banner1 .swiper-button-prev {
    display: none;
  }
}
#c-home1 .c-home1-banner1 .swiper-button-next img,
#c-home1 .c-home1-banner1 .swiper-button-prev img,
#c-home1 .c-home1-banner1 .swiper-button-next svg,
#c-home1 .c-home1-banner1 .swiper-button-prev svg {
  width: 38px;
  height: 38px;
}
#c-home1 .c-home1-banner1 .swiper-button-next img path,
#c-home1 .c-home1-banner1 .swiper-button-prev img path,
#c-home1 .c-home1-banner1 .swiper-button-next svg path,
#c-home1 .c-home1-banner1 .swiper-button-prev svg path {
  fill: #fff;
}
#c-home1 .c-home1-banner1 .swiper-button-next:hover,
#c-home1 .c-home1-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
#c-home1 .c-home1-banner1 .swiper-button-next.swiper-button-disabled,
#c-home1 .c-home1-banner1 .swiper-button-prev.swiper-button-disabled {
  display: none;
}
#c-home1 .c-home1-banner1 .swiper-button-next {
  right: 0;
}
#c-home1 .c-home1-banner1 .swiper-button-prev {
  left: 0;
}
#c-home1 .c-home1-banner1 .swiper-button-prev img,
#c-home1 .c-home1-banner1 .swiper-button-prev svg {
  transform: rotate(180deg);
}
#c-home1 .c-home1-banner2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 {
    display: none;
    margin: 1.2rem auto 0;
    width: calc(100% - 0.7rem);
    position: relative;
  }
}
#c-home1 .c-home1-banner2 .swiper-wrapper {
  align-items: flex-end;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-wrapper {
    flex-wrap: wrap;
  }
}
#c-home1 .c-home1-banner2 .swiper-slide {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(0, 0, 0, 0.3);
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap {
  display: block;
  width: 100%;
  color: #fff;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 0;
  border-left: 0;
}
@media (max-width: 1580px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap {
    padding: 30px;
  }
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap {
    padding: 0.6rem;
  }
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap > img {
    opacity: 1;
  }
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-box {
  position: relative;
  z-index: 5;
  width: 100%;
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-box2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 5px;
  line-height: 24px;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-box2 {
    padding-top: 0.1rem;
    line-height: 0.4rem;
  }
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-box2 .c-text {
  opacity: 0.5;
}
@media (max-width: 1900px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-box2 .c-text {
    font-size: 14px;
  }
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-box2 .c-text {
    font-size: 0.24rem;
  }
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-box2 img {
  margin: 7px 0 7px 20px;
  flex-shrink: 0;
  width: 14px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-box2 img {
    width: 0.2rem;
    margin: 0.1rem 0 0.1rem 0.2rem;
  }
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more {
  opacity: 0;
  display: flex;
  align-items: flex-end;
  line-height: 18px;
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
  transform: translateY(20px);
}
@media (max-width: 1900px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more {
    font-size: 14px;
  }
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more > div {
  display: inline-flex;
  align-items: center;
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more > div:hover img,
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more > div:hover svg {
  transform: rotate(180deg) translateX(-10px);
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more img,
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more svg {
  margin: 2px 0 2px 20px;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more img,
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more svg {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0.1rem 0 0.1rem 0.2rem;
  }
}
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more img path,
#c-home1 .c-home1-banner2 .swiper-slide .c-wrap .c-more svg path {
  fill: #fff;
}
@media (min-width: 993px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap:hover {
    border-color: transparent;
  }
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap:hover > img {
    opacity: 1;
  }
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap:hover .c-more {
    opacity: 1;
    height: 80px;
    transform: translateY(0);
  }
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap:hover .c-box2 img {
    opacity: 0;
  }
}
@media (min-width: 993px) and (max-width: 1580px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap:hover .c-more {
    height: 40px;
  }
}
@media (min-width: 993px) and (max-width: 971px) {
  #c-home1 .c-home1-banner2 .swiper-slide .c-wrap:hover .c-more {
    height: 0.5rem;
  }
}
#c-home2-wrap {
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
#c-home2 {
  padding: 140px 0 250px;
  background-color: #f4f4f4;
  border-bottom: 100px solid #fff;
}
@media (max-width: 1580px) {
  #c-home2 {
    padding: 100px 0;
  }
}
@media (max-width: 971px) {
  #c-home2 {
    border-bottom: 0;
    padding: 1.2rem 0 4.5rem;
    background-color: #fff;
  }
}
#c-home2.on .c-main .c-car-wrap {
  opacity: 1;
}
#c-home2.on .c-main .c-car-wrap .c-car {
  animation: home2-4 1s linear;
}
#c-home2.on .c-main .c-list li {
  opacity: 1;
}
#c-home2.on .c-main .c-list li:nth-child(1),
#c-home2.on .c-main .c-list li:nth-child(3) {
  transform: translateX(0);
}
#c-home2 .c-main .c-car-wrap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#c-home2 .c-main .c-car-wrap .c-car {
  position: absolute;
  top: 41%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, 0%);
}
@media (max-width: 1580px) {
  #c-home2 .c-main .c-car-wrap .c-car {
    top: 46%;
    width: 600px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-car-wrap .c-car {
    top: 70%;
    width: 90%;
  }
}
#c-home2 .c-main .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#c-home2 .c-main .c-list li {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.5s 0.5s;
}
#c-home2 .c-main .c-list li:nth-child(2) {
  flex-shrink: 0;
  transition: all 0.5s 0.5s;
  transform: translateY(90%);
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list li:nth-child(2) {
    transform: translateY(400%);
  }
}
#c-home2 .c-main .c-list li:nth-child(2) .c-box {
  width: 140px;
  height: 140px;
}
@media (max-width: 1580px) {
  #c-home2 .c-main .c-list li:nth-child(2) .c-box {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list li:nth-child(2) .c-box {
    width: 1.2rem;
    height: 1.2rem;
  }
}
#c-home2 .c-main .c-list li:nth-child(1),
#c-home2 .c-main .c-list li:nth-child(3) {
  width: 34.89%;
  height: 300px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  #c-home2 .c-main .c-list li:nth-child(1),
  #c-home2 .c-main .c-list li:nth-child(3) {
    height: 200px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list li:nth-child(1),
  #c-home2 .c-main .c-list li:nth-child(3) {
    height: auto;
    width: 50%;
    background-color: transparent;
    text-align: center;
  }
}
#c-home2 .c-main .c-list li:nth-child(1) {
  padding: 0 80px 0 8.333333vw;
  border-radius: 0 150px 150px 0;
  transform: translateX(-60px);
}
@media (max-width: 1900px) {
  #c-home2 .c-main .c-list li:nth-child(1) {
    padding: 0 40px 0 8.333333vw;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list li:nth-child(1) {
    padding: 0 0 0 0.35rem;
    flex-direction: column-reverse;
  }
}
#c-home2 .c-main .c-list li:nth-child(1) .c-box0 {
  padding-right: 80px;
}
@media (max-width: 1900px) {
  #c-home2 .c-main .c-list li:nth-child(1) .c-box0 {
    padding-right: 40px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list li:nth-child(1) .c-box0 {
    flex-direction: column-reverse;
    padding: 0;
  }
}
#c-home2 .c-main .c-list li:nth-child(3) {
  padding: 0 8.333333vw 0 80px;
  border-radius: 150px 0 0 150px;
  transform: translateX(60px);
}
@media (max-width: 1900px) {
  #c-home2 .c-main .c-list li:nth-child(3) {
    padding: 0 8.333333vw 0 40px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list li:nth-child(3) {
    padding: 0 0.35rem 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#c-home2 .c-main .c-list li:nth-child(3) .c-box0 {
  padding-left: 80px;
}
@media (max-width: 1900px) {
  #c-home2 .c-main .c-list li:nth-child(3) .c-box0 {
    padding-left: 40px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list li:nth-child(3) .c-box0 {
    padding: 0;
  }
}
#c-home2 .c-main .c-list .c-box0 .c-title {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 1580px) {
  #c-home2 .c-main .c-list .c-box0 .c-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list .c-box0 .c-title {
    margin: 0.6rem 0 0.2rem;
  }
}
#c-home2 .c-main .c-list .c-box0 .c-title span {
  color: #005CE6;
}
#c-home2 .c-main .c-list .c-box0 .c-text {
  color: #666;
}
#c-home2 .c-main .c-list .c-box {
  position: relative;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  #c-home2 .c-main .c-list .c-box {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list .c-box {
    width: 1.2rem;
    height: 1.2rem;
  }
}
#c-home2 .c-main .c-list .c-box .c-bj {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 416px;
  height: 416px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 1580px) {
  #c-home2 .c-main .c-list .c-box .c-bj {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list .c-box .c-bj {
    width: 3.5rem;
    height: 3.5rem;
  }
}
#c-home2 .c-main .c-list .c-box .c-round {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-home2 .c-main .c-list .c-box .c-round div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 50%;
}
#c-home2 .c-main .c-list .c-box .c-round div:nth-child(1) {
  animation: home2-3 3s linear infinite;
}
#c-home2 .c-main .c-list .c-box .c-round div:nth-child(2) {
  animation: home2-3 3s 1s linear infinite;
}
#c-home2 .c-main .c-list .c-box .c-round div:nth-child(3) {
  animation: home2-3 3s 2s linear infinite;
}
#c-home2 .c-main .c-list .c-box .c-img1 {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  animation: home2-1 3s linear infinite;
}
#c-home2 .c-main .c-list .c-box .c-img2 {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60px;
  max-height: 60px;
}
@media (max-width: 1580px) {
  #c-home2 .c-main .c-list .c-box .c-img2 {
    max-width: 40px;
    max-height: 40px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list .c-box .c-img2 {
    max-width: 0.5rem;
  }
}
#c-home2 .c-main .c-list .c-box .c-img3 {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  margin: -160px 0 0 -160px;
  animation: home2-2 12s linear infinite;
}
@media (max-width: 1580px) {
  #c-home2 .c-main .c-list .c-box .c-img3 {
    width: 240px;
    height: 240px;
    margin: -120px 0 0 -120px;
  }
}
@media (max-width: 971px) {
  #c-home2 .c-main .c-list .c-box .c-img3 {
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
  }
}
#c-home3 {
  position: relative;
  height: 700px;
  color: #fff;
}
@media (max-width: 1900px) {
  #c-home3 {
    height: 7rem;
    min-height: 500px;
  }
}
@media (max-width: 971px) {
  #c-home3 {
    height: auto;
    min-height: 6rem;
  }
}
#c-home3 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-home3 > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-home3 .c-round {
  margin-top: 40px;
  position: relative;
  z-index: 20;
}
@media (max-width: 971px) {
  #c-home3 .c-round {
    margin-top: 0.6rem;
  }
}
#c-home3 .c-round .container {
  display: flex;
  align-items: flex-start;
}
#c-home3 .c-round .container .c-item {
  margin-right: 20px;
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-home3 .c-round .container .c-item {
    margin-right: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-home3 .c-round .container .c-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
#c-home3 .c-round .container .c-item svg {
  width: 100%;
  height: 100%;
}
#c-home3 .c-round .container .c-item svg circle {
  opacity: 0;
  fill: none;
  stroke: #005CE6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
#c-home3 .c-round .container .c-item.on svg circle {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
  transition: stroke-dashoffset 5s linear, opacity 0s linear;
}
#c-home3 .c-main-wrap {
  position: relative;
}
#c-home3 .c-main {
  z-index: 5;
  opacity: 0;
  transition: all 0.5s;
}
#c-home3 .c-main.on {
  opacity: 1;
  z-index: 6;
}
#c-home3 .c-main1 {
  position: relative;
}
#c-home3 .c-main2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#c-home3 .container {
  position: relative;
  z-index: 3;
}
#c-home3 .c-title {
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 971px) {
  #c-home3 .c-title {
    margin-bottom: 0.6rem;
  }
}
#c-home3 .c-note {
  color: #aaa;
}
#c-home3 .c-list {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
#c-home3 .c-list li {
  margin-right: 60px;
}
@media (max-width: 971px) {
  #c-home3 .c-list li {
    margin-right: 0.6rem;
  }
}
#c-home3 .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 971px) {
  #c-home3 .c-list li .c-box {
    margin-bottom: 0.2rem;
  }
}
#c-home3 .c-list li .c-box .c-text1 {
  font-weight: bold;
  color: #005CE6;
  line-height: 0.8;
}
#c-home3 .c-list li .c-box .c-text2 {
  margin-left: 10px;
  color: #aaa;
  line-height: 16px;
}
@media (max-width: 971px) {
  #c-home3 .c-list li .c-box .c-text2 {
    line-height: 0.3rem;
    margin-left: 0.1rem;
  }
}
#c-home3 .c-list li .c-text3 {
  color: #aaa;
}
#c-home4-anime {
  position: absolute;
  left: 0;
  width: 100%;
  height: 46.875vw;
  top: 30%;
  z-index: 3;
}
@media (min-width: 1921px) {
  #c-home4-anime {
    top: 22%;
  }
}
@media (max-width: 971px) {
  #c-home4-anime {
    top: 13.6rem;
    transform: scale(1.8) translateX(0%);
  }
}
#c-home4 {
  margin-top: 30vh;
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-color: #fff;
}
#c-home4 > img {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
}
#c-home4 .c-main1 {
  position: relative;
  z-index: 5;
}
#c-home4 .c-main1 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-home4 .c-main1 .c-text-box {
  width: 46%;
}
@media (max-width: 971px) {
  #c-home4 .c-main1 .c-text-box {
    width: 100%;
  }
}
#c-home4 .c-main1 .c-text-box .c-title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 971px) {
  #c-home4 .c-main1 .c-text-box .c-title {
    margin-bottom: 0.2rem;
  }
}
#c-home4 .c-main1 .c-text-box .c-title span {
  color: #005CE6;
}
#c-home4 .c-main1 .c-text-box .c-text {
  color: #666;
}
#c-home4 .c-main1 .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
  padding: 100px 0 130px;
}
@media (max-width: 1900px) {
  #c-home4 .c-main1 .c-text-box .c-list {
    padding: 50px 0;
  }
}
@media (max-width: 971px) {
  #c-home4 .c-main1 .c-text-box .c-list {
    padding: 0.4rem 0;
  }
}
#c-home4 .c-main1 .c-text-box .c-list li:nth-child(1) {
  width: 245px;
  margin-right: 70px;
  border-right: 2px solid #ddd;
}
@media (max-width: 1260px) {
  #c-home4 .c-main1 .c-text-box .c-list li:nth-child(1) {
    width: 200px;
    margin-right: 50px;
  }
}
@media (max-width: 971px) {
  #c-home4 .c-main1 .c-text-box .c-list li:nth-child(1) {
    width: 3rem;
    margin-right: 1rem;
  }
}
#c-home4 .c-main1 .c-text-box .c-list li:nth-child(2) .c-text2 {
  transform: translateY(-30%);
}
#c-home4 .c-main1 .c-text-box .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  color: #005CE6;
}
#c-home4 .c-main1 .c-text-box .c-list li .c-box .c-num {
  font-weight: bold;
  margin-right: 15px;
}
@media (max-width: 971px) {
  #c-home4 .c-main1 .c-text-box .c-list li .c-box .c-num {
    margin-right: 0.1rem;
  }
}
#c-home4 .c-main1 .c-text-box .c-list li .c-text3 {
  margin-top: 15px;
  color: #666;
}
@media (max-width: 971px) {
  #c-home4 .c-main1 .c-text-box .c-list li .c-text3 {
    margin-top: 0.1rem;
  }
}
#c-home4 .c-main1 .c-text-box .c-text4 {
  color: #666;
}
#c-home4 .c-main1 .c-img-box {
  position: relative;
  margin-right: 100px;
  width: 580px;
  height: 580px;
  transform: translateY(60px);
}
#c-home4 .c-main1 .c-img-box .c-wrap {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
}
#c-home4 .c-main1 .c-img-box .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-home4 .c-main1 .c-img-box .c-round {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.5s 1s;
}
#c-home4 .c-main1 .c-img-box .c-round div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#c-home4 .c-main1 .c-img-box .c-round div:nth-child(1) {
  animation: home4 3s linear infinite;
}
#c-home4 .c-main1 .c-img-box .c-round div:nth-child(2) {
  animation: home4 3s 1s linear infinite;
}
#c-home4 .c-main1 .c-img-box .c-round div:nth-child(3) {
  animation: home4 3s 2s linear infinite;
}
#c-home4 .c-main1 .c-img-box .c-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 152px;
}
@media (max-width: 1900px) {
  #c-home4 .c-main1 .c-img-box .c-logo {
    width: 1.52rem;
  }
}
@media (max-width: 1900px) {
  #c-home4 .c-main1 .c-img-box {
    margin-right: 1rem;
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media (max-width: 971px) {
  #c-home4 .c-main1 .c-img-box {
    margin: 0.4rem auto 0;
    width: 6rem;
    height: 6rem;
  }
}
#c-home4 .c-main1 .c-img-box.on .c-round {
  opacity: 1;
}
#c-home4 .c-main1 .c-img-box.on .c-wrap {
  opacity: 1;
  animation: 1s 0.25s both reveal-and-scale-from-center cubic-bezier(0.17, 0.17, 0.34, 1);
}
#c-home4 .c-main2 {
  margin-top: 260px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1900px) {
  #c-home4 .c-main2 {
    margin-top: 200px;
  }
}
@media (max-width: 1260px) {
  #c-home4 .c-main2 {
    margin-top: 80px;
  }
}
@media (max-width: 971px) {
  #c-home4 .c-main2 {
    margin-top: 3rem;
  }
}
#c-home4 .c-main2 .c-wrap {
  position: relative;
}
#c-home4 .c-main2 .c-wrap .c-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list {
    display: none;
  }
}
#c-home4 .c-main2 .c-wrap .c-list li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#c-home4 .c-main2 .c-wrap .c-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-home4 .c-main2 .c-wrap .c-list li.on {
  opacity: 1;
}
#c-home4 .c-main2 .c-wrap .c-list2 {
  position: relative;
  z-index: 10;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}
#c-home4 .c-main2 .c-wrap .c-list2 > li {
  position: relative;
  width: 33.333333%;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li {
    margin-bottom: 0.4rem;
    width: 100%;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li.c-dt {
  display: none;
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li.c-dt {
    display: block;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li:nth-child(2) {
  display: none;
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li:nth-child(2) {
    display: block;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li:nth-child(3) {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li:nth-child(3) {
    background-color: transparent;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li:last-child {
  margin-bottom: 0;
}
#c-home4 .c-main2 .c-wrap .c-list2 > li:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}
#c-home4 .c-main2 .c-wrap .c-list2 > li:hover .c-wrap2 {
  opacity: 1;
}
#c-home4 .c-main2 .c-wrap .c-list2 > li:hover .c-title {
  opacity: 0;
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-wrap2 {
  opacity: 0;
  padding: 150px 70px 40px;
  position: relative;
  z-index: 5;
  height: 100%;
  transition: all 0.5s;
}
@media (max-width: 1900px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-wrap2 {
    padding: 1.5rem 0.4rem 0.4rem;
  }
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-wrap2 {
    padding: 0.6rem;
    opacity: 1;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-wrap2 > img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-wrap2 > img {
    opacity: 1;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-wrap3 {
  position: relative;
  z-index: 5;
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-title {
    padding: 0.4rem;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-title,
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-title2 {
  font-weight: bold;
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-text {
  margin: 25px 0;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 1580px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-text {
    height: 72px;
    line-height: 24px;
  }
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-text {
    margin: 0.2rem 0;
    height: 0.9rem;
    line-height: 0.3rem;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-common-btn4 {
  margin: 0 auto 120px;
}
@media (max-width: 1900px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-common-btn4 {
    margin-bottom: 50px;
  }
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-common-btn4 {
    margin-bottom: 0.6rem;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-list3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-list3 li {
  padding: 0 50px;
}
@media (max-width: 1900px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-list3 li {
    padding: 0 0.3rem;
  }
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-list3 li {
    padding: 0 0.4rem;
  }
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-list3 li:nth-child(1) {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
#c-home4 .c-main2 .c-wrap .c-list2 > li .c-list3 li .c-text2 {
  margin-bottom: 10px;
}
@media (max-width: 971px) {
  #c-home4 .c-main2 .c-wrap .c-list2 > li .c-list3 li .c-text2 {
    margin-bottom: 0.1rem;
  }
}
#c-home5 {
  position: relative;
  padding: 100px 0 80px;
  height: 600px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1900px) {
  #c-home5 {
    height: auto;
    min-height: 6.7rem;
  }
}
@media (max-width: 971px) {
  #c-home5 {
    padding: 1.2rem 0;
    min-height: auto;
  }
}
#c-home5 > img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
#c-home5 .container {
  position: relative;
  z-index: 5;
}
#c-home5 .c-top .c-title {
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 971px) {
  #c-home5 .c-top .c-title {
    margin-bottom: 0.1rem;
    font-size: 0.34rem;
  }
}
#c-home5 .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
  text-align: left;
}
@media (max-width: 1260px) {
  #c-home5 .c-bottom .c-list {
    margin: 0 -20px;
  }
}
@media (max-width: 971px) {
  #c-home5 .c-bottom .c-list {
    padding-top: 0.6rem;
    margin: 0 -0.4rem -0.6rem;
  }
}
#c-home5 .c-bottom .c-list li {
  display: flex;
  justify-content: center;
  width: 25%;
  padding: 0 50px;
  border-right: 2px solid #e2e4e4;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1900px) {
  #c-home5 .c-bottom .c-list li {
    padding: 0 0.6rem;
  }
}
@media (max-width: 1260px) {
  #c-home5 .c-bottom .c-list li {
    padding: 0 20px;
  }
}
@media (max-width: 971px) {
  #c-home5 .c-bottom .c-list li {
    width: 50%;
    padding: 0 0.4rem 0.6rem;
    border: 0;
  }
}
#c-home5 .c-bottom .c-list li:last-child {
  border: 0;
}
#c-home5 .c-bottom .c-list li .c-box {
  display: flex;
  align-items: center;
  color: #005CE6;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 971px) {
  #c-home5 .c-bottom .c-list li .c-box {
    margin-bottom: 0.2rem;
  }
}
#c-home5 .c-bottom .c-list li .c-text3 {
  color: #666;
}
#c-home51 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1260px) {
  #c-home51 .c-list {
    margin: 0 -10px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list {
    margin: 0 0 -0.4rem;
  }
}
#c-home51 .c-list > li {
  display: flex;
  width: 33.333333%;
  padding: 0 20px;
}
@media (max-width: 1260px) {
  #c-home51 .c-list > li {
    padding: 0 10px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list > li {
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
#c-home51 .c-list > li .c-wrap {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
}
#c-home51 .c-list > li .c-wrap .c-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 140px;
  height: 48px;
  background-color: #005CE6;
  color: #fff;
}
@media (max-width: 971px) {
  #c-home51 .c-list > li .c-wrap .c-tag {
    width: 1.6rem;
    height: 0.6rem;
  }
}
#c-home51 .c-list > li .c-wrap .c-img-box {
  position: relative;
  z-index: 1;
  display: block;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-home51 .c-list > li .c-wrap .c-img-box {
    height: 210px;
  }
}
@media (max-width: 1580px) {
  #c-home51 .c-list > li .c-wrap .c-img-box {
    height: 180px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list > li .c-wrap .c-img-box {
    height: 4rem;
  }
}
#c-home51 .c-list > li .c-wrap .c-img-box:hover img {
  transform: scale(1.1);
}
#c-home51 .c-list > li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-home51 .c-list > li .c-wrap .c-text-box {
  padding: 30px;
  height: 250px;
}
@media (max-width: 1580px) {
  #c-home51 .c-list > li .c-wrap .c-text-box {
    padding: 20px;
    height: 180px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list > li .c-wrap .c-text-box {
    padding: 0.4rem;
    height: auto;
  }
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-title {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  #c-home51 .c-list > li .c-wrap .c-text-box .c-title {
    height: 52px;
    line-height: 26px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list > li .c-wrap .c-text-box .c-title {
    line-height: 0.4rem;
    height: auto;
  }
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-title a {
  color: #333;
  transition: all 0.5s;
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-title a:hover {
  color: #005CE6;
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-text {
  margin: 10px 0 30px;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #999;
}
@media (max-width: 1580px) {
  #c-home51 .c-list > li .c-wrap .c-text-box .c-text {
    height: 48px;
    line-height: 24px;
    margin: 10px 0;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list > li .c-wrap .c-text-box .c-text {
    height: auto;
    line-height: 0.3rem;
    margin: 0.2rem 0;
  }
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-time {
  color: #000;
  opacity: 0.7;
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-download {
  display: inline-flex;
  align-items: center;
  color: #333;
  transition: all 0.5s;
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-download img,
#c-home51 .c-list > li .c-wrap .c-text-box .c-download svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
@media (max-width: 971px) {
  #c-home51 .c-list > li .c-wrap .c-text-box .c-download img,
  #c-home51 .c-list > li .c-wrap .c-text-box .c-download svg {
    margin-right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-download img path,
#c-home51 .c-list > li .c-wrap .c-text-box .c-download svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-download:hover {
  color: #005CE6;
}
#c-home51 .c-list > li .c-wrap .c-text-box .c-download:hover svg path {
  fill: #005CE6;
}
#c-home51 .c-list > li .c-wrap .c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: #005CE6;
  background-color: #f1f1f1;
}
@media (max-width: 1580px) {
  #c-home51 .c-list > li .c-wrap .c-more {
    height: 40px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list > li .c-wrap .c-more {
    height: 0.8rem;
  }
}
#c-home51 .c-list > li .c-wrap .c-more img {
  margin-left: 20px;
  width: 12px;
  height: 12px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-home51 .c-list > li .c-wrap .c-more img {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1rem;
  }
}
#c-home51 .c-list > li .c-wrap .c-more:hover img {
  transform: rotate(45deg);
}
#c-home51 .c-list2 {
  border: 1px solid transparent;
  border-width: 90px 40px 40px 40px;
  padding-right: 20px;
  height: 550px;
}
@media (max-width: 1580px) {
  #c-home51 .c-list2 {
    border-width: 70px 30px 30px 30px;
    height: 360px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list2 {
    height: 5.5rem;
    padding-right: 0.4rem;
    border-width: 1rem 0.4rem 0.4rem 0.4rem;
  }
}
#c-home51 .c-list2 li {
  padding-bottom: 30px;
}
@media (max-width: 1580px) {
  #c-home51 .c-list2 li {
    padding-bottom: 25px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list2 li {
    padding-bottom: 0.4rem;
  }
}
#c-home51 .c-list2 li:last-child {
  padding-bottom: 0;
}
#c-home51 .c-list2 li .c-wrap2 {
  display: block;
}
#c-home51 .c-list2 li .c-wrap2 .c-title2 {
  color: #000;
  line-height: 30px;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-home51 .c-list2 li .c-wrap2 .c-title2 {
    line-height: 26px;
  }
}
@media (max-width: 971px) {
  #c-home51 .c-list2 li .c-wrap2 .c-title2 {
    line-height: 0.4rem;
  }
}
#c-home51 .c-list2 li .c-wrap2 .c-time2 {
  color: #ccc;
  line-height: 20px;
}
#c-home51 .c-list2 li .c-wrap2:hover .c-title2 {
  color: #005CE6;
}
#c-home6 {
  overflow: hidden;
}
#c-home6 .c-title-box {
  text-align: center;
}
#c-home6 .c-title-box .c-title {
  font-weight: bold;
}
#c-home6 .c-title-box .c-text {
  margin: 10px 0 30px;
  color: #666;
}
@media (max-width: 971px) {
  #c-home6 .c-title-box .c-text {
    margin: 0.1rem 0 0.3rem;
  }
}
#c-home6 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 70px 0;
}
@media (max-width: 971px) {
  #c-home6 .c-list {
    padding: 0.6rem 0;
    margin: 0 -0.2rem;
  }
}
#c-home6 .c-list li {
  margin: 0 35px;
  color: #bdbdbd;
  transition: all 0.5s;
  line-height: 40px;
  border-bottom: 2px solid #efefef;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-home6 .c-list li {
    margin: 0 0.2rem;
    line-height: 0.4rem;
  }
}
#c-home6 .c-list li.on,
#c-home6 .c-list li:hover {
  color: #005CE6;
  border-color: #d1d1d1;
}
#c-home6 .c-home6-banner-wrap {
  position: relative;
}
#c-home6 .c-home6-banner {
  position: relative;
  z-index: 1;
  overflow: visible;
  display: flex;
}
#c-home6 .c-home6-banner .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
@media (max-width: 1900px) {
  #c-home6 .c-home6-banner .c-img {
    height: 0.9rem;
  }
}
@media (max-width: 971px) {
  #c-home6 .c-home6-banner .c-img {
    height: 0.8rem;
  }
}
#c-home6 .c-home6-banner .c-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
#c-home6 .c-home6-banner .c-swiper-wrapper {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
#c-home6 .c-home6-banner .swiper-wrapper {
  flex-shrink: 0;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 971px) {
  #c-home6 .c-home6-banner .swiper-wrapper {
    margin-bottom: -0.4rem;
  }
}
#c-home6 .c-home6-banner .swiper-slide {
  padding: 0 15px 30px;
}
@media (max-width: 971px) {
  #c-home6 .c-home6-banner .swiper-slide {
    padding: 0 0.2rem 0.4rem;
  }
}
#c-home6 .c-list2 {
  position: relative;
}
#c-asd2 {
  position: relative;
}
#c-asd2 img {
  width: 100%;
}
#c-asd2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-asd5 {
  margin-top: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
#c-asd5 .c-asd5-banner1 {
  margin-bottom: 40px;
}
@media (max-width: 971px) {
  #c-asd5 .c-asd5-banner1 {
    margin-bottom: 0.4rem;
  }
}
#c-asd5 .c-asd5-banner1 .swiper-slide {
  height: 124px;
}
@media (max-width: 971px) {
  #c-asd5 .c-asd5-banner1 .swiper-slide {
    height: 1.5rem;
  }
}
#c-asd5 .c-asd5-banner1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-asd5 .c-yy {
  width: 100%;
}
#c-asd5 .c-asd5-banner2 {
  display: flex;
  overflow: visible;
}
#c-asd5 .c-asd5-banner2 .c-swiper-wrapper {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
#c-asd5 .c-asd5-banner2 .swiper-wrapper {
  flex-shrink: 0;
  flex-wrap: wrap;
  margin-bottom: -34px;
}
@media (max-width: 971px) {
  #c-asd5 .c-asd5-banner2 .swiper-wrapper {
    margin-bottom: -0.4rem;
  }
}
#c-asd5 .c-asd5-banner2 .swiper-slide {
  padding: 0 17px 34px;
}
@media (max-width: 971px) {
  #c-asd5 .c-asd5-banner2 .swiper-slide {
    padding: 0 0.2rem 0.4rem;
  }
}
#c-asd5 .c-asd5-banner2 .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 1900px) {
  #c-asd5 .c-asd5-banner2 .c-img {
    height: 0.9rem;
  }
}
@media (max-width: 1900px) {
  #c-asd5 .c-asd5-banner2 .c-img {
    height: 1.2rem;
  }
}
@media (max-width: 971px) {
  #c-asd5 .c-asd5-banner2 .c-img {
    height: 0.8rem;
  }
}
#c-asd5 .c-asd5-banner2 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
#c-asd5 .c-asd5-banner2 .swiper-pagination {
  bottom: 0;
}
#c-asd5 .c-asd5-banner2 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background-color: #c4c4c4;
  margin: 0 10px;
  border-radius: 0;
  opacity: 1;
  transition: all 0.5s;
}
#c-asd5 .c-asd5-banner2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #005CE6;
}
#c-asd6 {
  overflow: hidden;
}
#c-asd6 .c-list1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#c-asd6 .c-list1 li {
  position: relative;
  z-index: 2;
  margin: 0 80px 60px 0;
  font-weight: bold;
  color: #999;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-asd6 .c-list1 li {
    margin: 0 0.4rem 0.6rem 0;
  }
}
#c-asd6 .c-list1 li:last-child {
  margin-right: 0;
}
#c-asd6 .c-list1 li.on,
#c-asd6 .c-list1 li:hover {
  color: #02030a;
}
#c-asd6 .c-list2 {
  position: relative;
  overflow: visible;
}
#c-asd6 .c-list2 li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: visible;
}
#c-asd6 .c-list2 li.on {
  position: relative;
  z-index: 5;
  opacity: 1;
}
#c-asd6 .c-asd6-banner {
  overflow: visible;
}
#c-asd6 .c-asd6-banner .c-wrap {
  border: 1px solid #ddd;
  padding: 30px;
}
@media (max-width: 971px) {
  #c-asd6 .c-asd6-banner .c-wrap {
    padding: 0.4rem;
  }
}
#c-asd6 .c-asd6-banner .c-wrap .c-box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-asd6 .c-asd6-banner .c-wrap .c-box1 img {
  max-height: 50px;
}
@media (max-width: 971px) {
  #c-asd6 .c-asd6-banner .c-wrap .c-box1 img {
    max-height: 0.8rem;
  }
}
#c-asd6 .c-asd6-banner .c-wrap .c-box1 .c-num {
  flex-shrink: 0;
  color: #666;
  line-height: 0.8;
}
#c-asd6 .c-asd6-banner .c-wrap .c-box2 {
  padding-top: 15px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 971px) {
  #c-asd6 .c-asd6-banner .c-wrap .c-box2 {
    padding-top: 0.3rem;
  }
}
#c-asd6 .c-asd6-banner .c-wrap .c-box2 .c-title {
  font-weight: bold;
}
.c-model-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.c-model-banner {
  height: calc(100vh - 70px);
}
@media (max-width: 971px) {
  .c-model-banner {
    height: auto;
  }
}
@media (max-width: 971px) {
  .c-model-banner .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.c-model-banner .swiper-slide {
  height: calc(100vh - 70px);
}
@media (max-width: 971px) {
  .c-model-banner .swiper-slide {
    height: auto;
  }
  .c-model-banner .swiper-slide:first-child {
    height: calc(100vh - 1.2rem);
  }
  .c-model-banner .swiper-slide:nth-last-child(2) {
    padding-bottom: 1.2rem;
  }
}
.c-model-banner .swiper-slide:last-child {
  height: auto;
}
.c-model-banner .swiper-slide:nth-child(even) .c-model2 .container {
  flex-direction: row-reverse;
}
.c-model-banner > .c-list {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 100;
  transform: translateY(-50%);
  border-left: 2px solid #c2c2c2;
  line-height: 30px;
  color: #8e8e8e;
}
@media (max-width: 971px) {
  .c-model-banner > .c-list {
    display: none;
    left: 0.2rem;
    line-height: 0.4rem;
  }
}
.c-model-banner > .c-list li {
  margin-left: -2px;
  padding: 0 10px;
  border-left: 2px solid transparent;
  cursor: pointer;
}
@media (max-width: 971px) {
  .c-model-banner > .c-list li {
    padding: 0 0.2rem;
  }
}
.c-model-banner > .c-list li.on {
  color: #005CE6;
  border-color: #005CE6;
}
.c-model-banner .c-model1 {
  position: relative;
  height: 100%;
  color: #fff;
}
.c-model-banner .c-model1 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-model-banner .c-model1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-model-banner .c-model1 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.c-model-banner .c-model1 .c-text-box .c-title {
  font-weight: bold;
}
.c-model-banner .c-model1 .c-text-box .c-text {
  max-width: 890px;
  margin: 40px auto 0;
  opacity: 0.77;
}
@media (max-width: 971px) {
  .c-model-banner .c-model1 .c-text-box .c-text {
    max-width: 100%;
    margin: 0.4rem auto 0;
  }
}
.c-model-banner .c-model1 .c-scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 5;
  width: 60px;
  margin-left: -30px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 971px) {
  .c-model-banner .c-model1 .c-scroll {
    bottom: 0.4rem;
    width: 1.2rem;
    margin-left: -0.6rem;
  }
}
.c-model-banner .c-model1 .c-scroll img {
  margin-bottom: 20px;
  width: 20px;
  animation: mouse 1.5s infinite linear;
}
@media (max-width: 971px) {
  .c-model-banner .c-model1 .c-scroll img {
    width: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.c-model-banner .c-model2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-model-banner .c-model2 {
    position: relative;
    padding: 1.2rem 0 0;
  }
}
.c-model-banner .c-model2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 971px) {
  .c-model-banner .c-model2 .container {
    flex-wrap: wrap;
  }
}
.c-model-banner .c-model2 .c-img-box {
  position: relative;
  width: 50%;
  animation-timing-function: cubic-bezier(0.17, 0.17, 0.34, 1);
}
@media (max-width: 971px) {
  .c-model-banner .c-model2 .c-img-box {
    width: 100%;
    margin-bottom: -1.5rem;
    right: -1rem;
  }
}
.c-model-banner .c-model2 .c-img-box img {
  width: 100%;
  transform: scale(0.8);
}
.c-model-banner .c-model2 .c-text-box {
  padding: 0 80px;
  width: 50%;
}
@media (max-width: 1900px) {
  .c-model-banner .c-model2 .c-text-box {
    padding: 0 0.8rem;
  }
}
@media (max-width: 1260px) {
  .c-model-banner .c-model2 .c-text-box {
    padding: 0 50px;
  }
}
@media (max-width: 971px) {
  .c-model-banner .c-model2 .c-text-box {
    padding: 0;
    width: 100%;
  }
}
.c-model-banner .c-model2 .c-text-box .c-num {
  position: relative;
  line-height: 0.8;
  color: #f5f5f5;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 971px) {
  .c-model-banner .c-model2 .c-text-box .c-num {
    margin-bottom: 0.2rem;
  }
}
.c-model-banner .c-model2 .c-text-box .c-num::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 80px;
  transform: translateX(-100%);
}
@media (max-width: 971px) {
  .c-model-banner .c-model2 .c-text-box .c-num::before {
    font-size: 0.4rem;
    top: 0;
  }
}
.c-model-banner .c-model2 .c-text-box .c-text1 {
  font-weight: bold;
  color: #005CE6;
  line-height: 1.2;
}
.c-model-banner .c-model2 .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-model-banner .c-model2 .c-text-box .c-text2 {
  margin-top: 50px;
  color: #333;
}
@media (max-width: 971px) {
  .c-model-banner .c-model2 .c-text-box .c-text2 {
    margin-top: 30px;
  }
}
@media (max-width: 971px) {
  .c-model-banner .c-model2 .c-text-box .c-text2 {
    margin-top: 0.2rem;
  }
}
#c-about1 {
  position: relative;
  height: 5rem;
  color: #fff;
}
@media (max-width: 971px) {
  #c-about1 {
    height: 5rem;
  }
}
#c-about1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about1 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about1 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#c-about1 .c-text-box .c-title {
  font-weight: bold;
  line-height: 1;
}
#c-about1 .c-text-box .c-common-btn3 {
  margin: 30px auto 0;
}
@media (max-width: 971px) {
  #c-about1 .c-text-box .c-common-btn3 {
    margin: 0.4rem auto 0;
  }
}
#c-about1 .c-text-box .c-common-btn3:hover img,
#c-about1 .c-text-box .c-common-btn3:hover svg {
  -webkit-transform: rotate(0deg) translateX(-10px);
  transform: rotate(0deg) translateX(-10px);
}
#c-about2 {
  position: relative;
  padding: 160px 0 330px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-about2 {
    padding: 100px 0 330px;
  }
}
@media (max-width: 971px) {
  #c-about2 {
    padding: 1.2rem 0 3.5rem;
  }
}
#c-about2 .c-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#c-about2 .c-wrap > img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
#c-about2 .c-wrap .c-box0 {
  position: absolute;
  right: 4.2rem;
  bottom: 6.65rem;
  z-index: 1;
  width: 1.4rem;
  height: 1.4rem;
  transform: translate(50%, 50%);
}
@media (max-width: 971px) {
  #c-about2 .c-wrap .c-box0 {
    bottom: 2.6rem;
    right: 1.65rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
#c-about2 .c-wrap .c-box0 .c-round {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-about2 .c-wrap .c-box0 .c-round div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 50%;
}
#c-about2 .c-wrap .c-box0 .c-round div:nth-child(1) {
  animation: home2-3 3s linear infinite;
}
#c-about2 .c-wrap .c-box0 .c-round div:nth-child(2) {
  animation: home2-3 3s 1s linear infinite;
}
#c-about2 .c-wrap .c-box0 .c-round div:nth-child(3) {
  animation: home2-3 3s 2s linear infinite;
}
#c-about2 .c-wrap .c-box0 .c-img1 {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  animation: home2-1 3s linear infinite;
}
#c-about2 .c-wrap .c-box0 .c-img3 {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 3.8rem;
  height: 3.8rem;
  margin: -1.9rem 0 0 -1.9rem;
  animation: home2-2 12s linear infinite;
}
@media (max-width: 971px) {
  #c-about2 .c-wrap .c-box0 .c-img3 {
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
  }
}
#c-about2 .container {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
#c-about2 .c-box {
  width: 40%;
}
@media (max-width: 1580px) {
  #c-about2 .c-box {
    width: 42%;
  }
}
@media (max-width: 971px) {
  #c-about2 .c-box {
    width: 100%;
  }
}
#c-about2 .c-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
#c-about2 .c-box .c-title span {
  color: #005CE6;
}
#c-about2 .c-box .c-text {
  margin-top: 40px;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 971px) {
  #c-about2 .c-box .c-text {
    margin-top: 0.4rem;
  }
}
#c-about2 .c-box .c-text hr {
  border-top: 1px dashed #afafaf;
  height: 0;
  margin: 15px 0;
}
#c-about3 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 80px 0;
  margin-top: -100px;
}
@media (max-width: 971px) {
  #c-about3 {
    margin-top: 0;
    padding: 1.2rem 0;
  }
}
#c-about3 > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 120%;
  transform: translateX(-50%);
}
#c-about3 .container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#c-about3 .c-box {
  margin-right: 80px;
  padding: 50px;
  border-radius: 5px;
  width: 500px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  #c-about3 .c-box {
    margin-right: 0;
  }
}
@media (max-width: 971px) {
  #c-about3 .c-box {
    width: 100%;
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.8);
  }
}
#c-about3 .c-box .c-list li {
  margin-bottom: 30px;
}
@media (max-width: 971px) {
  #c-about3 .c-box .c-list li {
    margin-bottom: 0.4rem;
  }
}
#c-about3 .c-box .c-list li:last-child {
  margin-bottom: 0;
}
#c-about3 .c-box .c-list li .c-title {
  font-weight: bold;
}
#c-about3 .c-box .c-list li .c-text {
  margin-top: 10px;
  color: #666;
}
@media (max-width: 971px) {
  #c-about3 .c-box .c-list li .c-text {
    margin-top: 0.1rem;
  }
}
#c-about4 {
  overflow: hidden;
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-img-box {
  width: 50%;
}
@media (max-width: 971px) {
  .c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-img-box {
    width: 100%;
  }
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-img-box .c-img {
  position: relative;
  margin-left: 100px;
  width: 62.5%;
  overflow: visible;
}
@media (max-width: 1900px) {
  .c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-img-box .c-img {
    margin-left: 1rem;
  }
}
@media (max-width: 1580px) {
  .c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-img-box .c-img {
    margin-left: 0;
  }
}
@media (max-width: 971px) {
  .c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-img-box .c-img {
    margin: 0 auto 0.4rem;
  }
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-img-box .c-img img {
  width: 100%;
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-img-box .c-img .c-num {
  position: absolute;
  top: 50px;
  right: 0;
  font-weight: bold;
  line-height: 1;
  color: #005CE6;
  transform: translateX(50%);
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-text-box {
  position: relative;
  width: 50%;
}
@media (max-width: 971px) {
  .c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-text-box {
    width: 100%;
  }
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-text-box .c-list li {
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 971px) {
  .c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-text-box .c-list li {
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-text-box .c-list li:last-child {
  margin-bottom: 0;
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-text-box .c-list li .c-text1 {
  font-weight: bold;
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 971px) {
  .c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-text-box .c-list li .c-text1 {
    width: 1rem;
  }
}
.c-about4-banner1 > .swiper-wrapper > .swiper-slide .c-text-box .c-list li .c-text2 {
  width: 100%;
  color: #666;
}
.c-about4-banner2-wrap0 {
  position: relative;
}
.c-about4-banner2-wrap0 .c-btn-box {
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .c-about4-banner2-wrap0 .c-btn-box {
    top: -70px;
  }
}
@media (max-width: 971px) {
  .c-about4-banner2-wrap0 .c-btn-box {
    position: relative;
    top: 0;
    justify-content: center;
    padding: 0.4rem 0 0.6rem;
  }
}
.c-about4-banner2-wrap0 .c-play {
  margin: 0 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
@media (max-width: 971px) {
  .c-about4-banner2-wrap0 .c-play {
    margin: 0 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-about4-banner2-wrap0 .c-play img,
.c-about4-banner2-wrap0 .c-play svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-about4-banner2-wrap0 .c-play img:nth-child(2),
.c-about4-banner2-wrap0 .c-play svg:nth-child(2) {
  display: none;
}
.c-about4-banner2-wrap0 .c-play img path,
.c-about4-banner2-wrap0 .c-play svg path {
  fill: #dcdcdc;
  transition: all 0.5s;
}
.c-about4-banner2-wrap0 .c-play:hover svg path {
  fill: #005CE6;
}
.c-about4-banner2-wrap0 .c-play.on svg {
  display: none;
}
.c-about4-banner2-wrap0 .c-play.on svg:nth-child(2) {
  display: block;
}
.c-about4-banner2-wrap0 .c-prev,
.c-about4-banner2-wrap0 .c-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #dcdcdc;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-about4-banner2-wrap0 .c-prev,
  .c-about4-banner2-wrap0 .c-next {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-about4-banner2-wrap0 .c-prev img,
.c-about4-banner2-wrap0 .c-next img,
.c-about4-banner2-wrap0 .c-prev svg,
.c-about4-banner2-wrap0 .c-next svg {
  width: 60%;
  height: 60%;
  object-fit: cover;
  pointer-events: none;
}
.c-about4-banner2-wrap0 .c-prev img path,
.c-about4-banner2-wrap0 .c-next img path,
.c-about4-banner2-wrap0 .c-prev svg path,
.c-about4-banner2-wrap0 .c-next svg path {
  fill: #fff;
}
.c-about4-banner2-wrap0 .c-prev:hover,
.c-about4-banner2-wrap0 .c-next:hover {
  background-color: #005CE6;
}
.c-about4-banner2-wrap0 .c-prev img,
.c-about4-banner2-wrap0 .c-prev svg {
  transform: rotate(180deg);
}
.c-about4-banner2-wrap {
  position: relative;
}
.c-about4-banner2 {
  position: relative;
  margin-top: 110px;
  text-align: center;
  overflow: visible;
}
@media (max-width: 1580px) {
  .c-about4-banner2 {
    margin-top: 70px;
  }
}
@media (max-width: 971px) {
  .c-about4-banner2 {
    margin-top: 0;
  }
}
.c-about4-banner2 .c-box {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #f5f5f5;
  transition: all 1s;
  border-radius: 10px;
}
@media (max-width: 1580px) {
  .c-about4-banner2 .c-box {
    height: 10px;
  }
}
@media (max-width: 971px) {
  .c-about4-banner2 .c-box {
    height: 0.2rem;
  }
}
.c-about4-banner2 .c-box img {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 200px;
  transform: translate(-50%, -50%);
  transition: all 1s;
}
@media (max-width: 1580px) {
  .c-about4-banner2 .c-box img {
    width: 80px;
  }
}
@media (max-width: 1260px) {
  .c-about4-banner2 .c-box img {
    width: 150px;
  }
}
@media (max-width: 971px) {
  .c-about4-banner2 .c-box img {
    width: 2rem;
  }
}
.c-about4-banner2 .c-box .c-line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 0;
  background-color: #005CE6;
  transition: all 1s;
  border-radius: 10px;
}
.c-about4-banner2 .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.c-about4-banner2 .c-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #005CE6;
  border-radius: 50%;
  margin: 1px auto;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .c-about4-banner2 .c-dot {
    margin: 2px auto;
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 971px) {
  .c-about4-banner2 .c-dot {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 auto;
  }
}
.c-about4-banner2 .c-num {
  padding-top: 40px;
  color: #999;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .c-about4-banner2 .c-num {
    padding-top: 20px;
  }
}
@media (max-width: 971px) {
  .c-about4-banner2 .c-num {
    padding-top: 0.4rem;
    line-height: 0.3rem;
  }
}
.c-about4-banner2 .swiper-slide-thumb-active .c-dot {
  opacity: 0;
}
.c-about4-banner2 .swiper-slide-thumb-active .c-num {
  color: #005CE6;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 971px) {
  .c-about4-banner2 .swiper-slide-thumb-active .c-num {
    font-size: 0.3rem;
  }
}
#c-solution-box .c-site-box {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#c-solution-box .c-site-box .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-solution-box .c-site-box .c-list {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  #c-solution-box .c-site-box .c-list {
    overflow-x: auto;
    width: 100%;
  }
}
#c-solution-box .c-site-box .c-list li {
  position: relative;
  padding: 0 30px;
  line-height: 60px;
  color: #333;
  cursor: pointer;
}
@media (max-width: 1900px) {
  #c-solution-box .c-site-box .c-list li {
    padding: 0 20px;
  }
}
@media (max-width: 971px) {
  #c-solution-box .c-site-box .c-list li {
    flex-shrink: 0;
    padding: 0 0.2rem;
    line-height: 1rem;
  }
}
#c-solution-box .c-site-box .c-list li .c-bj {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #ddd;
}
#c-solution-box .c-site-box .c-list li p {
  position: relative;
  z-index: 5;
}
#c-solution-box .c-site-box .c-list li.on .c-bj {
  display: block;
}
#c-solution-box .c-site-box .c-site {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  color: #999;
  line-height: 30px;
}
@media (max-width: 1580px) {
  #c-solution-box .c-site-box .c-site {
    display: none;
  }
}
#c-solution-box .c-site-box .c-site span {
  margin: 0 10px;
}
#c-solution-box .c-site-box .c-site span:last-child {
  display: none;
}
#c-solution-box .c-site-box .c-site a {
  color: #999;
  transition: all 0.5s;
  max-width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#c-solution-box .c-site-box .c-site a:hover {
  color: #005CE6;
}
#c-solution-box .c-common-title .c-text {
  display: inline-block;
  max-width: 1000px;
}
#c-solution-box #c-solution-list {
  position: relative;
  z-index: 1;
}
#c-solution1 {
  background-color: #f5f5f5;
}
#c-solution1 .c-common-title {
  margin-bottom: 0;
}
#c-solution1-2 {
  background-color: #f5f5f5;
}
#c-solution1-2 .c-main {
  padding: 80px 130px;
  display: block;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 1580px) {
  #c-solution1-2 .c-main {
    padding: 80px;
  }
}
@media (max-width: 971px) {
  #c-solution1-2 .c-main {
    padding: 0.6rem;
  }
}
#c-solution1-2 .c-main .c-img-box {
  display: block;
}
#c-solution1-2 .c-main .c-img-box > img {
  max-width: 100%;
}
#c-solution1-2 .c-main .c-img-box .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  display: none;
}
#c-solution1-2 .c-main .c-img-box .c-text img {
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
}
@media (max-width: 971px) {
  #c-solution1-2 .c-main .c-img-box .c-text {
    display: block;
  }
}
#c-solution2.c-dt .c-list li {
  width: 33.333333%;
}
@media (max-width: 971px) {
  #c-solution2.c-dt .c-list li {
    width: 100%;
  }
}
#c-solution2.c-dt .c-list li .c-wrap .c-text {
  margin-top: 0;
}
#c-solution2 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
#c-solution2 .c-list li {
  display: flex;
  width: 25%;
  margin-right: -1px;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-solution2 .c-list li {
    margin-bottom: -1px;
    width: 50%;
  }
}
@media (max-width: 971px) {
  #c-solution2 .c-list li {
    width: 100%;
  }
}
#c-solution2 .c-list li .c-wrap {
  padding: 60px 40px;
  width: 100%;
  border: 1px solid #ddd;
}
@media (max-width: 1900px) {
  #c-solution2 .c-list li .c-wrap {
    padding: 30px;
  }
}
@media (max-width: 971px) {
  #c-solution2 .c-list li .c-wrap {
    padding: 0.4rem;
  }
}
#c-solution2 .c-list li .c-wrap img {
  margin: 40px 0;
  height: 150px;
}
@media (max-width: 1900px) {
  #c-solution2 .c-list li .c-wrap img {
    margin: 30px 0;
    height: 100px;
  }
}
@media (max-width: 971px) {
  #c-solution2 .c-list li .c-wrap img {
    margin: 0.2rem 0;
    height: 1.3rem;
  }
}
#c-solution2 .c-list li .c-wrap .c-title,
#c-solution2 .c-list li .c-wrap .c-title2 {
  font-weight: bold;
}
#c-solution2 .c-list li .c-wrap .c-title2 {
  color: #333;
}
#c-solution2 .c-list li .c-wrap .c-text {
  margin-top: 20px;
  color: #666;
}
@media (max-width: 971px) {
  #c-solution2 .c-list li .c-wrap .c-text {
    margin-top: 0.2rem;
  }
}
#c-solution2 .c-list2 {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 971px) {
  #c-solution2 .c-list2 {
    margin-right: 0;
    width: 100%;
  }
}
#c-solution2 .c-list2 li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: -1px;
}
@media (max-width: 971px) {
  #c-solution2 .c-list2 li {
    margin-right: 0;
    margin-bottom: -1px;
    width: 100%;
  }
}
#c-solution2 .c-list2 li .c-wrap {
  display: flex;
  align-items: center;
  padding: 90px 100px;
  width: 100%;
  border: 1px solid #ddd;
}
@media (max-width: 1900px) {
  #c-solution2 .c-list2 li .c-wrap {
    padding: 40px;
  }
}
@media (max-width: 971px) {
  #c-solution2 .c-list2 li .c-wrap {
    padding: 0.4rem;
  }
}
#c-solution2 .c-list2 li .c-wrap .c-img-box {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
}
@media (max-width: 1900px) {
  #c-solution2 .c-list2 li .c-wrap .c-img-box {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 971px) {
  #c-solution2 .c-list2 li .c-wrap .c-img-box {
    width: 1rem;
    height: 1.3rem;
  }
}
#c-solution2 .c-list2 li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-solution2 .c-list2 li .c-wrap .c-text-box {
  width: 100%;
  padding-left: 60px;
}
@media (max-width: 1900px) {
  #c-solution2 .c-list2 li .c-wrap .c-text-box {
    padding-left: 40px;
  }
}
@media (max-width: 971px) {
  #c-solution2 .c-list2 li .c-wrap .c-text-box {
    padding-left: 0.4rem;
  }
}
#c-solution2 .c-list2 li .c-wrap .c-text-box .c-title {
  font-weight: bold;
}
#c-solution2 .c-list2 li .c-wrap .c-text-box .c-text {
  margin-top: 20px;
  color: #666;
}
@media (max-width: 971px) {
  #c-solution2 .c-list2 li .c-wrap .c-text-box .c-text {
    margin-top: 0.2rem;
  }
}
#c-solution3 {
  background-color: #f4f8ff;
}
#c-solution3 .c-img-box {
  display: block;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
#c-solution3 .c-img-box > img {
  max-width: 100%;
}
#c-solution3 .c-img-box .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  display: none;
}
#c-solution3 .c-img-box .c-text img {
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
}
@media (max-width: 971px) {
  #c-solution3 .c-img-box .c-text {
    display: block;
  }
}
#c-solution4 .c-main,
#c-solution41 .c-main {
  margin: 0 auto;
  max-width: 1400px;
}
#c-solution4 .c-list-wrap,
#c-solution41 .c-list-wrap {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 971px) {
  #c-solution4 .c-list-wrap,
  #c-solution41 .c-list-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 971px) {
  #c-solution4 .c-list-wrap,
  #c-solution41 .c-list-wrap {
    margin-bottom: 0.6rem;
  }
}
#c-solution4 .c-list-wrap::before,
#c-solution41 .c-list-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#c-solution4 .c-list-wrap .c-list,
#c-solution41 .c-list-wrap .c-list {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: flex-start;
  max-width: 100%;
  overflow-x: auto;
}
#c-solution4 .c-list-wrap .c-list li,
#c-solution41 .c-list-wrap .c-list li {
  flex-shrink: 0;
  margin-right: 80px;
  padding: 0 5px 20px;
  border-bottom: 2px solid transparent;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-solution4 .c-list-wrap .c-list li,
  #c-solution41 .c-list-wrap .c-list li {
    margin-right: 40px;
  }
}
@media (max-width: 1260px) {
  #c-solution4 .c-list-wrap .c-list li,
  #c-solution41 .c-list-wrap .c-list li {
    margin-right: 20px;
  }
}
@media (max-width: 971px) {
  #c-solution4 .c-list-wrap .c-list li,
  #c-solution41 .c-list-wrap .c-list li {
    padding: 0 0.2rem 0.2rem;
    margin-right: 0.2rem;
  }
}
#c-solution4 .c-list-wrap .c-list li:last-child,
#c-solution41 .c-list-wrap .c-list li:last-child {
  margin-right: 0;
}
#c-solution4 .c-list-wrap .c-list li.on,
#c-solution41 .c-list-wrap .c-list li.on {
  color: #005CE6;
  border-color: #005CE6;
}
#c-solution4 .c-solution4-banner,
#c-solution41 .c-solution4-banner {
  overflow: visible;
}
#c-solution4 .c-solution4-banner .swiper-slide,
#c-solution41 .c-solution4-banner .swiper-slide {
  position: relative;
}
#c-solution4 .c-solution4-banner .swiper-slide .c-img-box,
#c-solution41 .c-solution4-banner .swiper-slide .c-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 50%;
  height: 460px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1580px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-img-box,
  #c-solution41 .c-solution4-banner .swiper-slide .c-img-box {
    height: 360px;
  }
}
@media (max-width: 971px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-img-box,
  #c-solution41 .c-solution4-banner .swiper-slide .c-img-box {
    position: relative;
    width: 100%;
    height: 4rem;
  }
}
#c-solution4 .c-solution4-banner .swiper-slide .c-img-box img,
#c-solution41 .c-solution4-banner .swiper-slide .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-solution4 .c-solution4-banner .swiper-slide .c-text-box,
#c-solution41 .c-solution4-banner .swiper-slide .c-text-box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin-left: 100px;
  min-height: 520px;
  background-color: #f5f5f5;
}
@media (max-width: 1580px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-text-box,
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box {
    min-height: 450px;
  }
}
@media (max-width: 971px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-text-box,
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box {
    margin-left: 0;
    min-height: 4rem;
  }
}
#c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap,
#c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap {
  padding: 130px 80px;
  width: calc(50% + 50px);
}
@media (max-width: 1900px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap,
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap {
    padding: 80px;
  }
}
@media (max-width: 1260px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap,
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap {
    padding: 50px;
  }
}
@media (max-width: 971px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap,
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap {
    padding: 0.4rem;
    width: 100%;
  }
}
#c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-title,
#c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-title {
  font-weight: bold;
  color: #333;
}
#c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-line,
#c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-line {
  margin: 15px 0 40px;
  width: 40px;
  border-top: 2px solid #ddd;
}
@media (max-width: 971px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-line,
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-line {
    margin: 0.2rem 0 0.4rem;
  }
}
#c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-text,
#c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-text {
  color: #666;
  max-height: 312px;
}
@media (max-width: 1580px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-text,
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-text {
    max-height: 294px;
  }
}
@media (max-width: 971px) {
  #c-solution4 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-text,
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap .c-text {
    max-height: 2.9rem;
  }
}
#c-solution41 .c-solution4-banner .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 70px 40px;
  background-color: #f5f5f5;
}
@media (max-width: 971px) {
  #c-solution41 .c-solution4-banner .swiper-slide {
    padding: 0.4rem;
  }
}
#c-solution41 .c-solution4-banner .swiper-slide .c-img-box {
  position: relative;
  box-shadow: none;
  width: 37.87%;
  height: 330px;
}
@media (max-width: 1900px) {
  #c-solution41 .c-solution4-banner .swiper-slide .c-img-box {
    height: 3.3rem;
  }
}
@media (max-width: 971px) {
  #c-solution41 .c-solution4-banner .swiper-slide .c-img-box {
    width: 100%;
    height: 4rem;
  }
}
#c-solution41 .c-solution4-banner .swiper-slide .c-text-box {
  margin: 0;
  padding: 0 75px;
  width: 62.13%;
  min-height: auto;
}
@media (max-width: 971px) {
  #c-solution41 .c-solution4-banner .swiper-slide .c-text-box {
    padding: 0.4rem 0 0;
    width: 100%;
  }
}
#c-solution41 .c-solution4-banner .swiper-slide .c-text-box .c-wrap {
  padding: 0;
  width: 100%;
}
#c-solution5 {
  position: relative;
}
#c-solution5 .c-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-solution5 .c-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 1s;
  opacity: 0;
}
#c-solution5 .c-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-solution5 .c-list li.on {
  z-index: 2;
  opacity: 1;
}
#c-solution5 .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
#c-solution5 .c-banner-wrap {
  position: relative;
  width: 660px;
}
@media (max-width: 1580px) {
  #c-solution5 .c-banner-wrap {
    width: 500px;
  }
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap {
    width: 100%;
  }
}
#c-solution5 .c-banner-wrap .c-num-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 20;
  padding: 0 60px 0 100px;
  height: 120px;
  background-color: #005CE6;
  border-radius: 5px;
  color: #fff;
}
@media (max-width: 1580px) {
  #c-solution5 .c-banner-wrap .c-num-box {
    padding: 0 40px;
    height: 80px;
    bottom: 50px;
  }
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-num-box {
    margin-left: -0.35rem;
    padding: 0.6rem;
    height: 1rem;
    bottom: 0.4rem;
  }
}
#c-solution5 .c-banner-wrap .c-num-box .c-left {
  display: flex;
  align-items: flex-end;
  line-height: 30px;
}
#c-solution5 .c-banner-wrap .c-num-box .c-left .c-text1 {
  min-width: 72px;
  color: #ffff;
  line-height: 1;
}
@media (max-width: 1580px) {
  #c-solution5 .c-banner-wrap .c-num-box .c-left .c-text1 {
    min-width: 60px;
  }
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-num-box .c-left .c-text1 {
    min-width: 0.72rem;
  }
}
#c-solution5 .c-banner-wrap .c-num-box .c-right {
  display: flex;
  align-items: center;
}
#c-solution5 .c-banner-wrap .c-num-box .c-right > div {
  opacity: 1;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-num-box .c-right > div {
    margin-left: 0.2rem;
  }
}
#c-solution5 .c-banner-wrap .c-num-box .c-right > div.swiper-button-lock {
  display: block;
  cursor: not-allowed;
}
#c-solution5 .c-banner-wrap .c-num-box .c-right > div:hover svg path {
  fill: #fff;
}
#c-solution5 .c-banner-wrap .c-num-box .c-right img,
#c-solution5 .c-banner-wrap .c-num-box .c-right svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
  vertical-align: top;
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-num-box .c-right img,
  #c-solution5 .c-banner-wrap .c-num-box .c-right svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-solution5 .c-banner-wrap .c-num-box .c-right img path,
#c-solution5 .c-banner-wrap .c-num-box .c-right svg path {
  fill: #fff;
  transition: all 0.5s;
}
#c-solution5 .c-banner-wrap .c-num-box .c-right .c-prev {
  margin-left: 60px;
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-num-box .c-right .c-prev {
    margin-left: 0.4rem;
  }
}
#c-solution5 .c-banner-wrap .c-num-box .c-right .c-prev img,
#c-solution5 .c-banner-wrap .c-num-box .c-right .c-prev svg {
  transform: rotate(180deg);
}
#c-solution5 .c-banner-wrap .c-solution5-banner {
  margin-left: 30px;
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-solution5-banner {
    margin-left: 0;
  }
}
#c-solution5 .c-banner-wrap .c-solution5-banner .swiper-wrapper {
  align-content: flex-start;
}
#c-solution5 .c-banner-wrap .c-solution5-banner .swiper-slide {
  padding: 60px 70px 180px;
  background-color: #fff;
  border-radius: 5px;
  height: auto;
}
@media (max-width: 1580px) {
  #c-solution5 .c-banner-wrap .c-solution5-banner .swiper-slide {
    padding: 50px 50px 130px;
  }
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-solution5-banner .swiper-slide {
    padding: 0.4rem 0.4rem 1.6rem;
  }
}
#c-solution5 .c-banner-wrap .c-solution5-banner .swiper-slide .c-title {
  padding: 10px 0 35px;
  border-bottom: 2px solid #ddd;
  line-height: 1.2;
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-solution5-banner .swiper-slide .c-title {
    padding: 0.2rem 0 0.4rem;
  }
}
#c-solution5 .c-banner-wrap .c-solution5-banner .swiper-slide .c-text2 {
  padding: 60px 0;
  color: #666;
}
@media (max-width: 1580px) {
  #c-solution5 .c-banner-wrap .c-solution5-banner .swiper-slide .c-text2 {
    padding: 30px 0;
  }
}
@media (max-width: 971px) {
  #c-solution5 .c-banner-wrap .c-solution5-banner .swiper-slide .c-text2 {
    padding: 0.4rem 0;
  }
}
#c-solution6 .c-list {
  margin-bottom: -40px;
}
#c-solution7 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media (max-width: 971px) {
  #c-solution7 .c-list {
    margin: 0 -0.2rem -0.4rem;
  }
}
#c-solution7 .c-list li {
  padding: 0 20px 40px;
  width: 33.333333%;
}
@media (max-width: 1260px) {
  #c-solution7 .c-list li {
    width: 50%;
  }
}
@media (max-width: 971px) {
  #c-solution7 .c-list li {
    padding: 0 0.2rem 0.4rem;
    width: 100%;
  }
}
#c-solution7 .c-list li .c-wrap {
  display: block;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-solution7 .c-list li .c-wrap {
    padding: 0.4rem;
  }
}
#c-solution7 .c-list li .c-wrap .c-text {
  margin-bottom: 15px;
  color: #999;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-solution7 .c-list li .c-wrap .c-text {
    margin-bottom: 0.2rem;
  }
}
#c-solution7 .c-list li .c-wrap .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#c-solution7 .c-list li .c-wrap .c-box .c-left {
  position: relative;
  width: 100%;
  max-width: 250px;
}
#c-solution7 .c-list li .c-wrap .c-box .c-left .c-title {
  color: #000;
  transition: all 0.5s;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 971px) {
  #c-solution7 .c-list li .c-wrap .c-box .c-left .c-title {
    height: 0.8rem;
    line-height: 0.4rem;
  }
}
#c-solution7 .c-list li .c-wrap .c-box .c-right {
  padding-left: 60px;
  flex-shrink: 0;
}
@media (max-width: 971px) {
  #c-solution7 .c-list li .c-wrap .c-box .c-right {
    padding-left: 0.6rem;
  }
}
#c-solution7 .c-list li .c-wrap .c-box .c-right .c-download {
  display: flex;
  align-items: center;
  height: 24px;
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-solution7 .c-list li .c-wrap .c-box .c-right .c-download {
    height: 0.4rem;
  }
}
#c-solution7 .c-list li .c-wrap .c-box .c-right .c-download img,
#c-solution7 .c-list li .c-wrap .c-box .c-right .c-download svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
@media (max-width: 971px) {
  #c-solution7 .c-list li .c-wrap .c-box .c-right .c-download img,
  #c-solution7 .c-list li .c-wrap .c-box .c-right .c-download svg {
    margin-right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-solution7 .c-list li .c-wrap .c-box .c-right .c-download img path,
#c-solution7 .c-list li .c-wrap .c-box .c-right .c-download svg path {
  fill: #005CE6;
  transition: all 0.5s;
}
#c-solution7 .c-list li .c-wrap:hover {
  background-color: #005CE6;
}
#c-solution7 .c-list li .c-wrap:hover .c-text {
  color: rgba(255, 255, 255, 0.5);
}
#c-solution7 .c-list li .c-wrap:hover .c-box .c-left .c-title {
  color: #fff;
}
#c-solution7 .c-list li .c-wrap:hover .c-box .c-right .c-download {
  color: #fff;
}
#c-solution7 .c-list li .c-wrap:hover .c-box .c-right .c-download svg path {
  fill: #fff;
}
/* ANP3 */
.c-common-box3.anpbox-sec1 .c-main,
.c-common-box3.anpbox-sec1 .c-main2 {
  height: 105vh;
}
@media (max-width: 971px) {
  .c-common-box3.anpbox-sec1 .c-main,
  .c-common-box3.anpbox-sec1 .c-main2 {
    height: 3.8rem;
  }
}
@media (max-width: 971px) {
  .c-common-box3.anpbox-sec1 .c-main2 {
    height: auto;
    padding-bottom: 1.2rem;
  }
}
.anpbox_tit {
  text-align: center;
}
.anpbox_tit .tit {
  margin-bottom: 17px;
}
@media (max-width: 1900px) {
  .anpbox_tit .tit {
    margin-bottom: 0.17rem;
  }
}
@media (max-width: 971px) {
  .anpbox_tit .tit {
    margin-bottom: 0;
  }
}
.anpbox_tit .text {
  color: #666666;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .anpbox_tit {
  margin-bottom: 52px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .anpbox_tit {
    margin-bottom: 0.52rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .anpbox_tit {
    margin-bottom: 0.48rem;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .anpbox_tit .tit {
  font-weight: bold;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont {
    margin: 0;
    flex-wrap: wrap;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item {
  width: 17.75%;
  flex: 1 0 17.75%;
  padding: 0 10px;
  min-height: 586px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item {
    min-height: 5.86rem;
    padding: 0 -5px;
  }
}
@media (max-width: 1260px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item {
    min-height: 6.86rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item {
    min-height: auto;
    padding: 0;
    width: 100%;
    margin-bottom: 0.2rem;
    flex: 1 0 100%;
  }
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item:last-child {
    margin-bottom: 0;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010814;
  opacity: 0.5;
  transition: all 0.3s linear;
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .img:after {
    opacity: 0.9;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei {
  width: 100%;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  padding: 60px 20px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei {
    padding: 0.6rem 14px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei {
    padding: 0.6rem 0.6rem 0.3rem !important;
    flex-wrap: wrap;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_lt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_lt .icon {
  width: 104px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_lt .icon {
    width: 1.04rem;
    margin-bottom: 0.1rem;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_lt .icon img {
  width: 100%;
  float: left;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_lt .f_tit {
  color: #fff;
  padding-left: 32px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_lt .f_tit {
    padding-left: 0.32rem;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt {
  display: none;
  flex-shrink: 0;
  height: 488px;
}
@media (max-width: 1580px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt {
    height: 430px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt {
    height: auto;
    width: 100%;
    display: block;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt .li {
  color: #fff;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt .li {
    padding: 0.36rem 0;
  }
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt .li {
    width: 100%;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt .li:first-child {
  padding-top: 20px;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt .li:last-child {
  border-bottom: none;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt .li .f_title {
  margin-bottom: 10px;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt .li .f_text {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}
@media (max-width: 1580px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item .list .f_nei .f_gt .li .f_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on {
  width: 64.5%;
  flex: 1 0 64.5%;
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on {
    width: 100%;
    flex: 1 0 100%;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .img:after {
  opacity: 0.9;
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .list .f_nei {
  padding-left: 68px;
  padding-right: 104px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .list .f_nei {
    padding-left: 0.68rem;
    padding-right: 1.04rem;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .list .f_nei .f_lt {
  width: 22%;
  padding-right: 60px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .list .f_nei .f_lt {
    padding-right: 0;
  }
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .list .f_nei .f_lt {
    width: 100%;
  }
}
.anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .list .f_nei .f_gt {
  width: 78%;
  padding-left: 82px;
}
@media (max-width: 1900px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .list .f_nei .f_gt {
    padding-left: 0.82rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec1 .c-main2 .c-wrap2 .container .cont .item.on .list .f_nei .f_gt {
    padding-left: 0;
    width: 100%;
  }
}
.anpbox-sec2 {
  position: relative;
  height: 200vh;
}
.anpbox-sec2 .f_jut {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.anpbox-sec2 .f_jut .cont {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 971px) {
  .anpbox-sec2 .f_jut .cont {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 971px) and (max-width: 1580px) {
  .anpbox-sec2 .f_jut .cont {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 971px) and (max-width: 971px) {
  .anpbox-sec2 .f_jut .cont {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.anpbox-sec2 .f_jut .cont .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.anpbox-sec2 .f_jut .cont .img ul {
  animation: top1 50s linear infinite;
}
.anpbox-sec2 .f_jut .cont .img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.anpbox-sec2 .f_jut .cont .cart1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 400px;
  z-index: 4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1580px) {
  .anpbox-sec2 .f_jut .cont .cart1 {
    height: 300px;
  }
}
.anpbox-sec2 .f_jut .cont .cart1 img {
  width: 77px;
  position: absolute;
  top: 0;
  left: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1900px) {
  .anpbox-sec2 .f_jut .cont .cart1 img {
    width: 0.77rem;
  }
}
.anpbox-sec2 .f_jut .cont .cart1 span {
  display: block;
  width: 100%;
  height: 80%;
  background-color: #005CE6;
  position: absolute;
  bottom: 0;
}
.anpbox-sec2 .f_jut .cont .container {
  text-align: center;
  color: #fff;
}
.anpbox-sec2 .f_jut .cont .container .font .name,
.anpbox-sec2 .f_jut .cont .container .font .text {
  position: relative;
  z-index: 6;
}
.anpbox-sec2 .f_jut .cont .container .font .f_title {
  color: #005CE6;
  line-height: 1;
  margin: 35px 0;
  position: relative;
}
@media (max-width: 1900px) {
  .anpbox-sec2 .f_jut .cont .container .font .f_title {
    margin: 0.35rem 0;
  }
}
@media (max-width: 971px) {
  .anpbox-sec2 .f_jut .cont .container .font .f_title {
    font-size: 1.2rem;
  }
}
.anpbox-sec3 {
  position: relative;
}
.anpbox-sec3 .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
@media (max-width: 971px) {
  .anpbox-sec3 .img {
    position: relative;
    padding: 1.2rem 0;
    height: auto;
  }
}
.anpbox-sec3 .img img {
  max-width: 100%;
  height: 7.3rem;
}
@media (max-width: 971px) {
  .anpbox-sec3 .img img {
    height: auto;
    width: 100%;
  }
}
.anpbox-sec3 .anpbox4_font {
  margin: 50vh 0 -20vh;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 971px) {
  .anpbox-sec3 .anpbox4_font {
    margin: 0;
    height: auto;
  }
}
.anpbox-sec3 .anpbox4_font .font {
  text-align: center;
  width: 100%;
}
.anpbox-sec3 .anpbox4_font .font .tit {
  margin-bottom: 50px;
}
@media (max-width: 1900px) {
  .anpbox-sec3 .anpbox4_font .font .tit {
    margin-bottom: 0.5rem;
  }
}
.anpbox-sec3 .anpbox4_font .font .text {
  color: #999;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 971px) {
  .anpbox-sec3 .anpbox4_font .font .text li br {
    display: none;
  }
}
.anpbox-sec3 .anpbox4_font .font .text li.on {
  color: #005CE6;
}
.anpbox-sec4 {
  height: 400vh;
  position: relative;
}
@media (max-width: 971px) {
  .anpbox-sec4 {
    height: auto;
  }
}
.anpbox-sec4 .anpbox4_zhong {
  padding-top: 60px;
  position: sticky;
  top: 0;
  width: 100%;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong {
    padding-top: 0.6rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong {
    position: relative;
    padding-top: 1rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .c-anpbox4_line-wrap {
    display: none;
    position: sticky;
    top: 0;
    z-index: 100;
    margin-bottom: 0;
    background-color: #fff;
    padding: 0.3rem 0 0.2rem;
  }
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line {
    margin-bottom: 0;
  }
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .xian {
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  height: 20px;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line .xian {
    height: 17px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line .xian {
    height: 14px;
  }
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .xian img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container {
  position: relative;
  z-index: 2;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .car {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s linear;
  transition: opacity 0.3s 0.3s linear;
  width: 44px;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .car {
    width: 36px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .car {
    width: 30px;
  }
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .car img {
  width: 100%;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li {
  width: 33.333%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
  opacity: 0;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li:nth-child(1) {
  -webkit-transition: all 0.3s 0.6s linear;
  transition: all 0.3s 0.6s linear;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li:nth-child(2) {
  -webkit-transition: all 0.3s 0.9s linear;
  transition: all 0.3s 0.9s linear;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li:nth-child(3) {
  -webkit-ransition: all 0.3s 1.1s linear;
  transition: all 0.3s 1.1s linear;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li i {
  cursor: pointer;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: -14px;
  font-weight: bold;
  position: relative;
  color: #005CE6;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li i {
    width: 40px;
    height: 40px;
    margin-top: -11.5px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li i {
    width: 30px;
    height: 30px;
    margin-top: -8px;
  }
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  border: 4px solid #005CE6;
  transform: translate(-50%, -50%);
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li i:after {
    width: 75%;
    height: 75%;
    border-width: 2px;
  }
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line .container .f_cont .road li p {
  cursor: pointer;
  color: #000;
  opacity: 0.7;
  margin-top: 6px;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line.on .xian {
  left: 0;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line.on .container .f_cont .car {
  opacity: 1;
}
.anpbox-sec4 .anpbox4_zhong .anpbox4_line.on .container .f_cont .road li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont {
    position: relative;
    z-index: 1;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .container {
  padding: 0 100px 100px;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .cont .container {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .container {
    padding: 0 0.35rem 1.2rem;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title {
    margin-top: 1rem;
    margin-bottom: 0.36rem;
  }
}
@media (max-width: 1580px) {
  .anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title {
    margin-top: 0.4rem;
    margin-bottom: 0.36rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title {
    display: none;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt {
  line-height: 1.2;
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt .tit1 {
  display: flex;
  color: #005CE6;
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt .tit1 .swiper-container {
  margin: 0;
  width: auto;
  height: 40px;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
@media (max-width: 1580px) {
  .anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt .tit1 .swiper-container {
    height: 28px;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt .tit1 .swiper-container .zi {
  display: inline;
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt .tit2 {
  height: 40px;
}
@media (max-width: 1580px) {
  .anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt .tit2 {
    height: 36px;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt .tit2 ul li {
  opacity: 0;
  transition: opacity 0.1s 0.6s initial;
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .lt .tit2 ul li.swiper-slide-active {
  transition: none;
  opacity: 1;
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .anpbox4_gt {
  width: 54%;
  margin: 0;
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .anpbox4_gt {
    width: 100%;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .anpbox4_gt .text {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .anpbox4_gt .text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .anpbox-sec4 .anpbox4_zhong .cont .anpbox4_title .anpbox4_gt .text {
    line-height: 22px;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut {
  width: 100%;
  height: 640px;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut {
    height: 6rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut {
    height: auto;
  }
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut > .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut > .swiper-wrapper > .swiper-slide {
  width: 100%;
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut > .swiper-wrapper > .swiper-slide {
    margin-bottom: 0.6rem;
  }
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut > .swiper-wrapper > .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .c-text-box {
  display: none;
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut .c-text-box {
    display: block;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .c-text-box .c-text1 {
  color: #005CE6;
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .c-text-box .c-text2 {
  margin: 0.1rem 0 0.2rem;
  line-height: 1.5;
  color: #666;
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .anpbox4_cont {
  width: 100%;
  height: 100%;
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .anpbox4_cont img,
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .anpbox4_cont video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut .anpbox4_cont img,
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut .anpbox4_cont video {
    height: 4rem;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .anpbox4_cont .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.1;
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .anpbox4_cont .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/chenshijianbianimfz1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  z-index: 3;
}
@media (max-width: 1900px) {
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut .nav {
    bottom: 0.3rem;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .nav .anpbox4_nav {
  width: auto;
  margin: 0;
  max-width: 100%;
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .nav .anpbox4_nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .nav .anpbox4_nav .swiper-slide {
  width: auto;
  color: #fff;
  padding-bottom: 0.4rem;
  color: #b2b2b2;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
@media (max-width: 971px) {
  .anpbox-sec4 .anpbox4_zhong .cont .f_jut .nav .anpbox4_nav .swiper-slide {
    padding-bottom: 10px;
  }
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .nav .anpbox4_nav .swiper-slide:last-child {
  margin-right: 0 !important;
}
.anpbox-sec4 .anpbox4_zhong .cont .f_jut .nav .anpbox4_nav .swiper-slide-thumb-active {
  color: #fff;
  border-color: #005CE6;
}
.anpbox-sec5 {
  color: #fff;
  background: url(../../images/anp9-bj.jpg) no-repeat center / cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .anpbox-sec5 {
    padding-bottom: 2rem;
  }
}
.anpbox-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.anpbox-sec5 .cont .lt,
.anpbox-sec5 .cont .font {
  width: 50%;
}
@media (max-width: 971px) {
  .anpbox-sec5 .cont .lt,
  .anpbox-sec5 .cont .font {
    width: 100%;
  }
}
.anpbox-sec5 .cont .lt {
  position: relative;
  padding: 0 24px;
}
@media (max-width: 1900px) {
  .anpbox-sec5 .cont .lt {
    padding: 0 20px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec5 .cont .lt {
    order: 1;
    margin-top: 100px;
    padding: 0 120px;
  }
}
@media (max-width: 767px) {
  .anpbox-sec5 .cont .lt {
    padding: 0 1.8rem;
    margin-top: 1.8rem;
  }
}
.anpbox-sec5 .cont .lt .c-box {
  animation: rotate1 80s linear infinite;
  -webkit-animation: rotate1 80s linear infinite;
}
.anpbox-sec5 .cont .lt .c-box img {
  width: 100%;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.anpbox-sec5 .cont .lt .c-box .c-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anpbox-sec5 .cont .lt .c-box .c-list li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  line-height: 1;
  color: #fff;
}
@media (max-width: 971px) {
  .anpbox-sec5 .cont .lt .c-box .c-list li {
    width: 2.2rem;
    line-height: 1.2;
  }
}
.anpbox-sec5 .cont .lt .c-box .c-list li .c-title2 {
  margin-bottom: 12px;
}
@media (max-width: 971px) {
  .anpbox-sec5 .cont .lt .c-box .c-list li .c-title2 {
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 767px) {
  .anpbox-sec5 .cont .lt .c-box .c-list li .c-title2 {
    font-size: 12px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec5 .cont .lt .c-box .c-list li .c-text {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .anpbox-sec5 .cont .lt .c-box .c-list li .c-text {
    font-size: 10px;
  }
}
.anpbox-sec5 .cont .lt .c-box .c-list li .c-d2 {
  animation: rotate2 80s linear infinite;
  -webkit-animation: rotate2 80s linear infinite;
}
.anpbox-sec5 .cont .font {
  padding: 0 100px;
}
@media (max-width: 1900px) {
  .anpbox-sec5 .cont .font {
    padding: 0 1rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec5 .cont .font {
    padding: 0;
  }
}
.anpbox-sec5 .cont .font .tit {
  font-weight: bold;
}
.anpbox-sec5 .cont .font .name {
  color: #fff;
  margin-top: 18px;
}
@media (max-width: 1900px) {
  .anpbox-sec5 .cont .font .name {
    margin-top: 0.18rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec5 .cont .font .name {
    margin-top: 12px;
  }
}
.anpbox-sec5 .cont .font .name span {
  color: #005CE6;
}
.anpbox-sec5 .cont .font .text {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 40px;
  padding: 75px 130px 0 0;
  opacity: 0.5;
}
@media (max-width: 1900px) {
  .anpbox-sec5 .cont .font .text {
    margin-top: 0.4rem;
    padding: 0.75rem 1.3rem 0 0;
  }
}
@media (max-width: 971px) {
  .anpbox-sec5 .cont .font .text {
    padding: 0.6rem 0 0 0;
  }
}
.anpbox-sec6 {
  overflow: hidden;
}
@media (max-width: 1260px) {
  .anpbox-sec6 {
    padding: 100px 0;
  }
}
@media (max-width: 971px) {
  .anpbox-sec6 {
    padding: 1.4rem 0 0;
  }
}
.anpbox-sec6 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 971px) {
  .anpbox-sec6 .container {
    flex-direction: column-reverse;
  }
}
.anpbox-sec6 .c-left {
  width: 50%;
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-left {
    width: 100%;
  }
}
.anpbox-sec6 .c-left .c-img-box {
  position: relative;
  height: 5.4rem;
}
.anpbox-sec6 .c-left .c-img-box video,
.anpbox-sec6 .c-left .c-img-box img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
}
.anpbox-sec6 .c-left .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-left .c-img-box video {
    position: relative;
    height: auto;
    width: 100%;
  }
}
.anpbox-sec6 .c-right {
  width: 50%;
  padding: 0 100px;
}
@media (max-width: 1900px) {
  .anpbox-sec6 .c-right {
    padding: 0 1rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right {
    width: 100%;
    padding: 0;
  }
}
.anpbox-sec6 .c-right .c-title-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 1900px) {
  .anpbox-sec6 .c-right .c-title-box {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right .c-title-box {
    margin-bottom: 0.7rem;
  }
}
.anpbox-sec6 .c-right .c-title-box .c-left2 {
  width: 100%;
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right .c-title-box .c-left2 {
    width: 100%;
  }
}
.anpbox-sec6 .c-right .c-title-box .c-left2 .c-title {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right .c-title-box .c-left2 .c-title {
    margin-bottom: 0.1rem;
  }
}
.anpbox-sec6 .c-right .c-title-box .c-left2 .c-text {
  color: #999999;
}
.anpbox-sec6 .c-right .c-title-box .c-right2 {
  width: 100%;
  margin-top: 62px;
}
@media (max-width: 1900px) {
  .anpbox-sec6 .c-right .c-title-box .c-right2 {
    margin-top: 0.62rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right .c-title-box .c-right2 {
    width: 100%;
  }
}
.anpbox-sec6 .c-right .c-title-box .c-right2 .c-text {
  padding-right: 40px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 1900px) {
  .anpbox-sec6 .c-right .c-title-box .c-right2 .c-text {
    padding-right: 0.4rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right .c-title-box .c-right2 .c-text {
    padding-right: 0;
  }
}
.anpbox-sec6 .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  padding-top: 32px;
  margin: 0 -65px;
}
@media (max-width: 1900px) {
  .anpbox-sec6 .c-right .c-list {
    margin: 0 -0.65rem;
    padding-top: 0.32rem;
  }
}
@media (max-width: 1260px) {
  .anpbox-sec6 .c-right .c-list {
    justify-content: space-between;
  }
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right .c-list {
    margin: 0 -0.1rem;
    margin-bottom: 0.7rem;
  }
}
.anpbox-sec6 .c-right .c-list li {
  width: 50%;
  padding: 0 65px;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 1900px) {
  .anpbox-sec6 .c-right .c-list li {
    margin-bottom: 0.3rem;
    padding: 0 0.65rem;
  }
}
@media (max-width: 1260px) {
  .anpbox-sec6 .c-right .c-list li {
    width: 46%;
    padding-right: 0;
  }
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right .c-list li {
    padding: 0 0.1rem;
    width: 46%;
  }
}
.anpbox-sec6 .c-right .c-list li .c-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.anpbox-sec6 .c-right .c-list li .c-wrap .c-lt {
  display: flex;
  align-items: center;
  color: #666;
}
.anpbox-sec6 .c-right .c-list li .c-wrap .c-lt .c-img {
  display: flex;
  align-items: center;
  width: 35px;
}
@media (max-width: 971px) {
  .anpbox-sec6 .c-right .c-list li .c-wrap .c-lt .c-img {
    width: 0.5rem;
  }
  .anpbox-sec6 .c-right .c-list li .c-wrap .c-lt .c-img img {
    max-width: 0.3rem;
  }
}
.anpbox-sec6 .c-right .c-list li .c-wrap .c-num {
  color: #005CE6;
}
.anpbox-sec6 .c-right .c-list li .c-wrap .c-num span {
  display: inline-block;
  margin-left: 5px;
}
.anpbox-sec6 .c-right .c-list li:last-child .c-wrap {
  padding-bottom: 0;
}
.anpbox-sec7 {
  background-color: #010001;
  color: #fff;
  padding: 130px 0;
}
@media (max-width: 971px) {
  .anpbox-sec7 {
    padding: 1.3rem 0;
  }
}
.anpbox-sec7 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.anpbox-sec7 .cont .lt {
  width: 50%;
}
@media (max-width: 1580px) {
  .anpbox-sec7 .cont .lt {
    width: 40%;
  }
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .lt {
    display: none;
  }
}
.anpbox-sec7 .cont .lt .c-video-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 500px;
}
@media (max-width: 1900px) {
  .anpbox-sec7 .cont .lt .c-video-box {
    height: 5rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .lt .c-video-box {
    height: 5.2rem;
    width: 100%;
  }
}
.anpbox-sec7 .cont .lt .c-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anpbox-sec7 .cont .gt {
  width: 50%;
  padding-left: 100px;
  padding-right: 56px;
}
@media (max-width: 1900px) {
  .anpbox-sec7 .cont .gt {
    padding-left: 1rem;
    padding-right: 0.56rem;
  }
}
@media (max-width: 1580px) {
  .anpbox-sec7 .cont .gt {
    padding-right: 0;
    width: 60%;
  }
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .gt {
    width: 100%;
    padding: 0;
  }
}
.anpbox-sec7 .cont .gt .c-top {
  margin-bottom: 75px;
}
@media (max-width: 1900px) {
  .anpbox-sec7 .cont .gt .c-top {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .gt .c-top {
    margin-bottom: 0.52rem;
  }
}
.anpbox-sec7 .cont .gt .c-top .c-title {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 1900px) {
  .anpbox-sec7 .cont .gt .c-top .c-title {
    margin-bottom: 0.2rem;
  }
}
.anpbox-sec7 .cont .gt .c-top .c-text {
  color: #999999;
}
.anpbox-sec7 .cont .gt .c-bottom .c-list {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1900px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-list {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-list {
    position: relative;
    margin-bottom: 0.3rem;
  }
}
.anpbox-sec7 .cont .gt .c-bottom .c-list li {
  margin-top: 10px;
  line-height: 1;
  border-bottom: 4px solid transparent;
  transition: all 0.5s;
  cursor: pointer;
  color: #444444;
  margin-right: 38px;
}
@media (max-width: 1900px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-list li {
    margin-right: 0.38rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-list li {
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }
}
.anpbox-sec7 .cont .gt .c-bottom .c-list li.on {
  color: #fff;
  border-color: #005CE6;
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .swiper-slide:nth-child(1) .c-wrap .c-list2 li:last-child {
  width: 100%;
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .swiper-slide:nth-child(1) .c-wrap .c-list2 li:last-child .c-text {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .swiper-slide:nth-child(1) .c-wrap .c-list2 li:last-child .c-text p {
  width: 50%;
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .swiper-slide:nth-child(1) .c-wrap .c-list2 li:last-child .c-text p:nth-child(even) {
  padding-left: 20px;
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-video-box {
  display: flex;
  align-items: center;
  width: 50%;
  height: 500px;
}
@media (max-width: 1260px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-video-box {
    height: 400px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-video-box {
    height: 5.2rem;
    width: 100%;
  }
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-video-box {
  display: none;
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-video-box {
    display: flex;
  }
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-list2 li {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  width: 47.6%;
  border-bottom: 1px solid #494949;
}
@media (max-width: 1260px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-list2 li {
    font-size: 12px;
  }
}
@media (max-width: 971px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-list2 li {
    font-size: 0.24rem;
    width: 100%;
  }
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-list2 li .c-title {
  padding-right: 20px;
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 1260px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-list2 li .c-title {
    font-size: 14px;
  }
}
.anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-list2 li .c-text {
  width: 100%;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1260px) {
  .anpbox-sec7 .cont .gt .c-bottom .c-anp11-banner .c-wrap .c-list2 li .c-text {
    font-size: 12px;
  }
}
.anpbox-sec8 {
  position: relative;
  padding: 140px 0;
}
@media (max-width: 971px) {
  .anpbox-sec8 {
    padding: 1.2rem 0;
  }
}
.anpbox-sec8 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.anpbox-sec8 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anpbox-sec8 .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.85;
}
.anpbox-sec8 .font {
  color: #000;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.anpbox-sec8 .font .tit {
  font-weight: bold;
  line-height: 1.32;
  margin-bottom: 34px;
}
@media (max-width: 1900px) {
  .anpbox-sec8 .font .tit {
    margin-bottom: 0.34rem;
  }
}
@media (max-width: 971px) {
  .anpbox-sec8 .font .tit {
    margin-bottom: 0.2rem;
  }
}
.anpbox-sec8 .font .tit span {
  color: #005CE6;
}
.anpbox-sec8 .font .text {
  color: #333;
  opacity: 0.8;
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes top1 {
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.x-bdmap2 {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
}
.x-bdmap2 .x-img {
  width: 100%;
  height: 100vh;
}
@media (max-width: 971px) {
  .x-bdmap2 .x-img {
    height: 4rem;
  }
}
.x-bdmap2 .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-bdmap3 ul {
  position: relative;
  z-index: 2;
}
.x-bdmap3 ul li {
  position: relative;
  position: sticky;
  top: 0;
  width: 100%;
}
.x-bdmap3 ul li:nth-child(1) {
  z-index: 1;

}
.x-bdmap3 ul li:nth-child(2) {
  z-index: 2;
}
.x-bdmap3 ul li:nth-child(3) {
  z-index: 3;
}
.x-bdmap3 ul li:nth-child(4) {
  z-index: 4;
}
.x-bdmap3 ul li:nth-child(5) {
  z-index: 5;
}
.x-bdmap3 ul li:nth-child(6) {
  z-index: 6;
}
.x-bdmap3 ul li .x-left {
  position: absolute;
  top: 50%;
  width: 50%;
  padding: 0 160px;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 1900px) {
  .x-bdmap3 ul li .x-left {
    padding: 0 110px;
  }
}
@media (max-width: 1580px) {
  .x-bdmap3 ul li .x-left {
    padding: 0 90px;
  }
}
@media (max-width: 1260px) {
  .x-bdmap3 ul li .x-left {
    padding: 0 60px;
  }
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left {
    top: 10%;
    width: 100%;
    padding: 0.6rem 0.35rem;
    transform: translateY(0);
  }
}
.x-bdmap3 ul li .x-left .x-span1 {
  position: absolute;
  top: -120px;
  opacity: 0.03;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-span1 {
    top: -0.7rem;
  }
}
.x-bdmap3 ul li .x-left .x-title {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-title {
    margin-bottom: 0.2rem;
  }
}
.x-bdmap3 ul li .x-left .x-text {
  opacity: 0.7;
}
.x-bdmap3 ul li .x-left .x-dl1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 64px;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl1 {
    margin-top: 0.4rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl1 dd {
  width: 35.93%;
  margin-right: 14.07%;
}
@media (max-width: 1580px) {
  .x-bdmap3 ul li .x-left .x-dl1 dd {
    width: 40%;
  }
}
@media (max-width: 1260px) {
  .x-bdmap3 ul li .x-left .x-dl1 dd {
    width: 44.93%;
    margin-right: 8.07%;
  }
}
.x-bdmap3 ul li .x-left .x-dl1 dd:nth-of-type(2n) {
  margin-right: 0;
}
.x-bdmap3 ul li .x-left .x-dl1 dd:nth-of-type(n+3) {
  margin-top: 30px;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl1 dd:nth-of-type(n+3) {
    margin-top: 0.3rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl1 dd .x-p1 {
  opacity: 0.5;
}
.x-bdmap3 ul li .x-left .x-dl1 dd .x-le-top > div {
  display: flex;
  align-items: center;
  position: relative;
}
.x-bdmap3 ul li .x-left .x-dl1 dd .x-le-top > div .font48 {
  margin-right: 10px;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl1 dd .x-le-top > div .font48 {
    margin-right: 0.2rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 64px;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl2 {
    margin-top: 0.4rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl2 dd {
  width: 18.75%;
  margin-right: 13.12%;
}
@media (max-width: 1580px) {
  .x-bdmap3 ul li .x-left .x-dl2 dd {
    width: 21.75%;
    margin-right: 9.12%;
  }
}
@media (max-width: 1260px) {
  .x-bdmap3 ul li .x-left .x-dl2 dd {
    width: 28.75%;
    margin-right: 4.12%;
  }
}
.x-bdmap3 ul li .x-left .x-dl2 dd:nth-of-type(n+4) {
  margin-top: 50px;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl2 dd:nth-of-type(n+4) {
    margin-top: 0.4rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl2 dd .x-box {
  text-align: center;
}
.x-bdmap3 ul li .x-left .x-dl2 dd .x-box figure {
  width: 54px;
  height: 54px;
  margin: 0 auto;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl2 dd .x-box figure {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl2 dd .x-box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-bdmap3 ul li .x-left .x-dl2 dd .x-box p {
  white-space: nowrap;
  margin-top: 8px;
}
.x-bdmap3 ul li .x-left .x-dl3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 64px;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl3 {
    margin-top: 0.4rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl3 dd {
  width: 18.75%;
  margin-right: 23.43%;
  text-align: center;
}
.x-bdmap3 ul li .x-left .x-dl3 dd:nth-of-type(n+3) {
  margin-top: 50px;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl3 dd:nth-of-type(n+3) {
    margin-top: 0.4rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl3 dd figure {
  width: 54px;
  height: 54px;
  margin: 0 auto;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-left .x-dl3 dd figure {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-bdmap3 ul li .x-left .x-dl3 dd figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-bdmap3 ul li .x-left .x-dl3 dd p {
  white-space: nowrap;
  margin-top: 8px;
}
.x-bdmap3 ul li .x-right {
  width: 100%;
  height: 100vh;
}
.x-bdmap3 ul li .x-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-right img {
    display: none;
  }
}
.x-bdmap3 ul li .x-right img:nth-child(2) {
  display: none;
}
@media (max-width: 971px) {
  .x-bdmap3 ul li .x-right img:nth-child(2) {
    display: block;
  }
}
.x-bdmap4 {
  background-color: #ececec;
}
.x-bdmap4 .x-top .x-title {
  text-align: center;
  font-weight: bold;
}
.x-bdmap4 .x-swiper {
  margin-top: 50px;
}
@media (max-width: 971px) {
  .x-bdmap4 .x-swiper {
    margin-top: 0.5rem;
  }
}
.x-bdmap4 .x-swiper .swiper-container {
  padding: 0 160px;
}
@media (max-width: 1900px) {
  .x-bdmap4 .x-swiper .swiper-container {
    padding: 0 110px;
  }
}
@media (max-width: 1580px) {
  .x-bdmap4 .x-swiper .swiper-container {
    padding: 0 90px;
  }
}
@media (max-width: 1260px) {
  .x-bdmap4 .x-swiper .swiper-container {
    padding: 0 60px;
  }
}
@media (max-width: 971px) {
  .x-bdmap4 .x-swiper .swiper-container {
    padding: 0 0.8rem;
  }
}
.x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 971px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
    border-radius: 5px;
  }
}
.x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left {
  width: 37.5%;
  padding: 80px 100px 0 80px;
  position: relative;
}
@media (max-width: 1900px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left {
    padding: 80px 60px 0 60px;
  }
}
@media (max-width: 1580px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left {
    padding: 50px 40px 0 40px;
  }
}
@media (max-width: 1260px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left {
    padding: 40px;
  }
}
@media (max-width: 971px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left {
    width: 100%;
    padding: 0.4rem 0.4rem 1.5rem 0.4rem;
  }
}
.x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-title2 {
  line-height: 48px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1580px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-title2 {
    padding-bottom: 25px;
  }
}
@media (max-width: 1260px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-title2 {
    padding-bottom: 10px;
    line-height: 1.6;
  }
}
@media (max-width: 971px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-title2 {
    padding-bottom: 0.2rem;
  }
}
.x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-title2 span {
  color: #005CE6;
}
.x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-p {
  line-height: 36px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-p {
    line-height: 2;
    margin-top: 35px;
  }
}
@media (max-width: 1260px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-p {
    margin-top: 20px;
    line-height: 1.8;
  }
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-p p br {
    display: none;
  }
}
@media (max-width: 971px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-p {
    margin-top: 0.3rem;
  }
}
.x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-shuzi {
  color: #f5f5f5;
  position: absolute;
  bottom: 60px;
  z-index: 1;
}
@media (max-width: 1900px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-shuzi {
    bottom: 25px;
  }
}
@media (max-width: 1580px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-shuzi {
    bottom: 0;
  }
}
.x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 62.5%;
  height: 6.25rem;
}
@media (max-width: 1580px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: auto;
  }
}
@media (max-width: 971px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img {
    width: 100%;
    order: -1;
  }
}
.x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 971px) {
  .x-bdmap4 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-img img {
    border-radius: 5px;
  }
}
.x-bdmap5 .container .x-top .x-title {
  text-align: center;
}
.x-bdmap5 .container ul {
  padding: 0 100px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 1900px) {
  .x-bdmap5 .container ul {
    padding: 0 50px;
  }
}
@media (max-width: 1260px) {
  .x-bdmap5 .container ul {
    padding: 0;
  }
}
@media (max-width: 971px) {
  .x-bdmap5 .container ul {
    margin-top: 0.5rem;
  }
}
.x-bdmap5 .container ul li {
  width: 31.4%;
  margin-right: 2.9%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 100px 50px 90px 50px;
}
@media (max-width: 1580px) {
  .x-bdmap5 .container ul li {
    padding: 60px 45px 60px 45px;
  }
}
@media (max-width: 1260px) {
  .x-bdmap5 .container ul li {
    padding: 40px 30px;
  }
}
@media (max-width: 971px) {
  .x-bdmap5 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6rem;
    padding: 0.6rem 0.3rem;
  }
}
.x-bdmap5 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-bdmap5 .container ul li figure {
  width: 104px;
  margin: 0 auto;
}
@media (max-width: 971px) {
  .x-bdmap5 .container ul li figure {
    width: 90px;
  }
}
.x-bdmap5 .container ul li figure img {
  width: 100%;
}
.x-bdmap5 .container ul li .x-title2 {
  text-align: center;
  margin: 40px 0 35px 0;
}
@media (max-width: 971px) {
  .x-bdmap5 .container ul li .x-title2 {
    margin: 0.4rem 0 0.3rem 0;
  }
}
.x-bdmap5 .container ul li .x-p {
  color: #666666;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 1900px) {
  .x-bdmap5 .container ul li .x-p p br {
    display: none;
  }
}
@media (max-width: 1580px) {
  .x-bdmap5 .container ul li .x-p {
    line-height: 1.8;
  }
}
.x-bdmap6 {
  overflow: hidden;
  text-align: center;
}
.x-bdmap6 .x-top {
  padding-bottom: 20px;
}
@media (max-width: 971px) {
  .x-bdmap6 .x-top {
    padding-bottom: 0rem;
  }
}
.x-bdmap6 .x-top .x-title {
  font-weight: bold;
  text-align: center;
}
.x-bdmap6 .x-swiper {
  position: relative;
}
.x-bdmap6 .x-swiper .swiper-container {
  padding-top: 30px;
  overflow: visible;
  position: relative;
  display: flex;
  z-index: 1;
}
.x-bdmap6 .x-swiper .swiper-container .c-swiper-wrapper {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
.x-bdmap6 .x-swiper .swiper-container .swiper-wrapper {
  flex-shrink: 0;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 971px) {

  .x-bdmap6 .x-swiper .swiper-container .swiper-wrapper {
    margin-bottom: -0.4rem;
  }
}
.x-bdmap6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 15px 30px;
}
@media (max-width: 971px) {
  .x-bdmap6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 0.2rem 0.4rem;
  }
}
.x-bdmap6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
@media (max-width: 1900px) {
  .x-bdmap6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .c-img {
    height: 0.9rem;
  }
}
@media (max-width: 971px) {
  .x-bdmap6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .c-img {
    height: 0.8rem;
  }
}
.x-bdmap6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.x-bdmap6 .c-bottom {
  margin-top: 60px;
}
@media (max-width: 971px) {
  .x-bdmap6 .c-bottom {
    height: 0.8rem;
  }
}
.x-bdmap6 .c-bottom .c-bottom-text {
  margin-bottom: 20px;
}
@media (max-width: 971px) {
  .x-bdmap6 .c-bottom .c-bottom-text {
    margin-bottom: 0.4rem;
  }
}
.x-bdmap6 .c-bottom .c-common-btn3 {
  margin: 0 auto;
}
.y-dumirror-box2 .y-box2-cbox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.y-dumirror-box2 .y-box2-cbox .c-common-btn3 {
  margin: 40px 10px 0;
}
.y-dumirror-box2 .y-box2-cbox .y-common-btn3 {
  border: 1px solid #005CE6;
  background: #fff;
  color: #005CE6;
}
.y-dumirror-box2 .y-box2-cbox .y-common-btn3 svg {
  width: 22px;
  height: 22px;
}
.y-dumirror-box2 .y-box2-cbox .y-common-btn3 svg path {
  fill: #005CE6;
}
.y-dumirror-box3 {
  height: 400vh;
}
.y-dumirror-box3 .c-main {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
}
.y-dumirror-box3 .c-main .c-img1 {
  object-position: top;
}
.y-dumirror-box3 .c-main .c-img2 {
  height: initial;
  object-fit: contain;
}
.y-dumirror-box3 .c-main .y-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.y-dumirror-box3 .c-main .y-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.y-dumirror-box3 .c-main .c-mask {
  opacity: 1;
}
.y-dumirror-box3 .c-main2 {
  bottom: 150vh;
  position: absolute;
}
.y-dumirror-box3 .c-main2 .y-dumirror-title {
  color: #fff;
  text-align: center;
}
.y-dumirror-box3 .c-main2 .y-dumirror-txt {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.y-dumirror-box4 {
  width: 100%;
  height: 200vh;
  position: relative;
}
.y-dumirror-box4 .y-img {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.y-dumirror-box4 .y-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y-dumirror-box4 .y-tbox {
  position: absolute;
  top: 112vh;
  left: 0px;
  z-index: 100;
  width: 100%;
  z-index: 2;
}
.y-dumirror-box4 .y-tbox .y-title {
  color: #fff;
  text-align: center;
}
.y-dumirror-box4 .y-tbox .y-txt {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
}
.y-dumirror-box5 {
  width: 100%;
  height: 250vh;
  position: relative;
}
.y-dumirror-box5 .y-main {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  padding: 120px 0;
}
.y-dumirror-box5 .y-main .y-tbox {
  width: 100%;
}
.y-dumirror-box5 .y-main .y-tbox .y-title {
  color: #fff;
  text-align: center;
}
.y-dumirror-box5 .y-main .y-tbox .y-txt {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
}
.y-dumirror-box5 .y-main .y-img {
  width: 100%;
  height: 210px;
  margin-top: 203px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.y-dumirror-box5 .y-main .y-img img {
  width: 100%;
  height: 1px;
}
.y-dumirror-box5 .y-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  background: #000;
  top: 0;
  margin-top: -100vh;
}
.y-dumirror-box5 .y-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.03;
}
.y-dumirror-box6 {
  width: 100%;
  height: 200vh;
  position: relative;
}
.y-dumirror-box6 .y-tbox {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 3;
  padding: 125px 0;
  margin-top: -100vh;
}
.y-dumirror-box6 .y-tbox .y-title {
  color: #fff;
  text-align: center;
}
.y-dumirror-box6 .y-tbox .y-txt {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
}
.y-dumirror-box6 .y-img1 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.y-dumirror-box6 .y-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y-dumirror-box6 .y-img2 {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: -100vh;
  opacity: 0;
}
.y-dumirror-box6 .y-img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y-dumirror-box7 {
  width: 100%;
  height: 170vh;
  position: relative;
}
.y-dumirror-box7 .y-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.y-dumirror-box7 .y-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y-dumirror-box7 .y-tbox {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: -50vh;
}
.y-dumirror-box7 .y-tbox .y-title {
  width: 100%;
  color: #fff;
  text-align: center;
}
.y-dumirror-box7 .y-tbox .y-txt {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
}
.y-dumirror-box8 {
  width: 100%;
  height: 220vh;
  position: relative;
}
.y-dumirror-box8 .y-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.y-dumirror-box8 .y-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.y-dumirror-box8 .y-tbox {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  padding: 128px 0;
}
.y-dumirror-box8 .y-tbox .y-title {
  color: #fff;
  text-align: center;
}
.y-dumirror-box8 .y-tbox .y-txt {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
}
#c-right-pop {
  display: none;
  position: fixed;
  z-index: 900;
  top: 50%;
  right: 10px;
  width: 50px;
  transform: translateY(-50%);
}
#c-right-pop li:nth-child(1) a {
  border-radius: 5px 5px 0 0;
}
#c-right-pop li:last-child a {
  border-radius: 0 0 5px 5px;
}
#c-right-pop li a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 1;
  color: #000;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  background-color: #fff;
}
#c-right-pop li a img,
#c-right-pop li a svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}
#c-right-pop li a img path,
#c-right-pop li a svg path {
  fill: #000;
  transition: all 0.5s;
}
#c-right-pop li a .c-text2 {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  display: none;
  padding-right: 15px;
}
#c-right-pop li a .c-text2 span {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  background-color: #fff;
  font-weight: bold;
  color: #005CE6;
}
#c-right-pop li a .c-text2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
#c-right-pop li a:hover {
  color: #fff;
  background-color: #005CE6;
}
#c-right-pop li a:hover svg path {
  fill: #fff;
}
#c-download-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 960;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  display: none;
}
#c-download-pop .c-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  width: 840px;
  background-color: #fff;
}
@media (max-width: 971px) {
  #c-download-pop .c-box {
    width: 90%;
    padding: 0.4rem;
  }
}
#c-download-pop .c-box .c-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-download-pop .c-box .c-close {
    top: 0.2rem;
    right: 0.2rem;
  }
}
#c-download-pop .c-box .c-close img,
#c-download-pop .c-box .c-close svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-download-pop .c-box .c-close img,
  #c-download-pop .c-box .c-close svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-download-pop .c-box .c-close img path,
#c-download-pop .c-box .c-close svg path {
  fill: #666;
}
#c-download-pop .c-box .c-title {
  font-weight: bold;
  line-height: 1;
}
#c-download-pop .c-box .c-text1 {
  margin: 40px 0 20px;
  color: #333;
}
@media (max-width: 971px) {
  #c-download-pop .c-box .c-text1 {
    margin: 0.4rem 0 0.2rem;
  }
}
#c-download-pop .c-box input {
  margin-bottom: 10px;
  padding: 0 20px;
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #f5f5f5;
}
@media (max-width: 971px) {
  #c-download-pop .c-box input {
    margin-bottom: 0.2rem;
    padding: 0 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
#c-download-pop .c-box .c-common-btn4 {
  margin-top: 40px;
}
@media (max-width: 971px) {
  #c-download-pop .c-box .c-common-btn4 {
    margin-top: 0.2rem;
  }
}
#c-404 .c-box1 {
  position: relative;
  margin: 130px 0;
}
@media (max-width: 1900px) {
  #c-404 .c-box1 {
    margin: 100px 0;
  }
}
@media (max-width: 1900px) {
  #c-404 .c-box1 {
    margin: 1.5rem 0;
  }
}
#c-404 .c-box1 .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  font-weight: 300;
  font-size: 200px;
  line-height: 1;
  transform: translate(-50%, -50%);
  color: #ddd;
}
@media (max-width: 1900px) {
  #c-404 .c-box1 .c-text {
    font-size: 140px;
  }
}
@media (max-width: 1900px) {
  #c-404 .c-box1 .c-text {
    font-size: 2rem;
  }
}
#c-404 .c-box1 .c-text span:nth-child(2) {
  margin-left: 260px;
}
@media (max-width: 1900px) {
  #c-404 .c-box1 .c-text span:nth-child(2) {
    margin-left: 200px;
  }
}
@media (max-width: 1900px) {
  #c-404 .c-box1 .c-text span:nth-child(2) {
    margin-left: 3rem;
  }
}
#c-404 .c-box1 .c-text2 {
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}
@media (max-width: 971px) {
  #c-404 .c-box1 .c-text2 {
    bottom: -0.8rem;
  }
}
#c-404 .c-box1 .c-box0 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 220px;
  height: 220px;
}
@media (max-width: 1900px) {
  #c-404 .c-box1 .c-box0 {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 971px) {
  #c-404 .c-box1 .c-box0 {
    width: 2rem;
    height: 2rem;
  }
}
#c-404 .c-box1 .c-box0 .c-round {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-404 .c-box1 .c-box0 .c-round div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 50%;
}
#c-404 .c-box1 .c-box0 .c-round div:nth-child(1) {
  animation: home2-3 3s linear infinite;
}
#c-404 .c-box1 .c-box0 .c-round div:nth-child(2) {
  animation: home2-3 3s 1s linear infinite;
}
#c-404 .c-box1 .c-box0 .c-round div:nth-child(3) {
  animation: home2-3 3s 2s linear infinite;
}
#c-404 .c-box1 .c-box0 .c-img1 {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  animation: home2-1 3s linear infinite;
}
#c-404 .c-box1 .c-box0 .c-img3 {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin: -250px 0 0 -250px;
  animation: home2-2 12s linear infinite;
}
@media (max-width: 1900px) {
  #c-404 .c-box1 .c-box0 .c-img3 {
    width: 350px;
    height: 350px;
    margin: -175px 0 0 -175px;
  }
}
@media (max-width: 971px) {
  #c-404 .c-box1 .c-box0 .c-img3 {
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
  }
}
#c-404 .c-box2 {
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-404 .c-box2 {
    padding-top: 40px;
  }
}
@media (max-width: 1580px) {
  #c-404 .c-box2 {
    padding-top: 0.6rem;
  }
}
#c-404 .c-box2 .c-common-btn4 {
  margin: 0 auto 10px;
}
#c-cookie-pop {
  position: fixed;
  z-index: 960;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: #f8f8f8;
  display: none;
}
@media (max-width: 971px) {
  #c-cookie-pop {
    padding: 0.3rem 0;
  }
}
#c-cookie-pop .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-cookie-pop .c-top .c-title {
  font-weight: bold;
  color: #333;
}
#c-cookie-pop .c-top .c-close {
  cursor: pointer;
}
#c-cookie-pop .c-top .c-close:hover svg path {
  fill: #005CE6;
}
#c-cookie-pop .c-top .c-close img,
#c-cookie-pop .c-top .c-close svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-cookie-pop .c-top .c-close img,
  #c-cookie-pop .c-top .c-close svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-cookie-pop .c-top .c-close img path,
#c-cookie-pop .c-top .c-close svg path {
  transition: all 0.5s;
  fill: #999;
}
#c-cookie-pop .c-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 971px) {
  #c-cookie-pop .c-bottom {
    margin-top: 0.1rem;
    flex-wrap: wrap;
  }
}
#c-cookie-pop .c-bottom .c-text {
  max-width: 900px;
  color: #666;
}
#c-cookie-pop .c-bottom .c-text a {
  color: #005CE6;
}
#c-cookie-pop .c-bottom .c-text a:hover {
  text-decoration: underline;
}
#c-cookie-pop .c-bottom .c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  padding-left: 20px;
}
@media (max-width: 971px) {
  #c-cookie-pop .c-bottom .c-btn-box {
    justify-content: space-between;
    padding: 0.3rem 0 0;
    width: 100%;
  }
}
#c-cookie-pop .c-bottom .c-btn-box .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: 1px solid #005CE6;
  border-radius: 5px;
  padding: 0 25px;
  color: #005CE6;
}
@media (max-width: 971px) {
  #c-cookie-pop .c-bottom .c-btn-box .c-btn {
    padding: 0 0.4rem;
    height: 0.8rem;
  }
}
#c-cookie-pop .c-bottom .c-btn-box .c-btn:last-child {
  margin-left: 10px;
  color: #fff;
  background-color: #005CE6;
}
@media (max-width: 971px) {
  #c-cookie-pop .c-bottom .c-btn-box .c-btn:last-child {
    margin-left: 0;
  }
}
.c-common-msg-pop {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 960;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #333;
}
.c-common-msg-pop.on {
  top: 0;
}
.c-common-msg-pop.c-msg-pop1 .c-wrap-box .c-list {
  margin: 0;
}
.c-common-msg-pop.c-msg-pop1 .c-wrap-box .c-list > li {
  padding: 15px 0 10px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1580px) {
  .c-common-msg-pop.c-msg-pop1 .c-wrap-box .c-list > li {
    padding: 10px 0 5px;
  }
}
@media (max-width: 971px) {
  .c-common-msg-pop.c-msg-pop1 .c-wrap-box .c-list > li {
    padding: 0.2rem 0;
  }
}
.c-common-msg-pop.c-msg-pop1 .c-wrap-box .c-list > li:last-child {
  border: 0;
  padding-bottom: 0;
}
.c-common-msg-pop .c-wrap-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  width: 90%;
  max-width: 840px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .c-common-msg-pop .c-wrap-box {
    max-width: 620px;
    padding: 40px 20px;
  }
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box {
    max-width: 95%;
    padding: 0.4rem 0.4rem 0.4rem 0.2rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-wrap {
  padding: 0 20px;
  height: 490px;
  max-height: 66vh;
}
@media (max-width: 1580px) {
  .c-common-msg-pop .c-wrap-box .c-wrap {
    height: 400px;
  }
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-wrap {
    padding: 0 0.2rem;
    height: 7rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-common-btn4 {
  margin: 20px 0 0 20px;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-common-btn4 {
    margin: 0.4rem 0 0 0.2rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-title {
  padding: 0 20px;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-title {
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-text {
  padding: 0 20px;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-text {
    padding: 0 0.2rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-close {
    top: 0.45rem;
    right: 0.4rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-close svg,
.c-common-msg-pop .c-wrap-box .c-close img {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-close svg,
  .c-common-msg-pop .c-wrap-box .c-close img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-close svg path,
.c-common-msg-pop .c-wrap-box .c-close img path {
  fill: #999;
  transition: all 0.5s;
}
.c-common-msg-pop .c-wrap-box .c-close:hover svg path {
  fill: #005CE6;
}
.c-common-msg-pop .c-wrap-box .c-list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list {
    margin: 0 -0.2rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li {
  width: 100%;
  padding: 0 10px 20px;
}
.c-common-msg-pop .c-wrap-box .c-list > li.c-dt {
  width: 50%;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li.c-dt {
    width: 100%;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li:last-child {
  padding-bottom: 0;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li {
    padding: 0 0.2rem 0.3rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li .c-title2 {
  margin-bottom: 10px;
  line-height: 1;
  color: #333;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li .c-title2 {
    margin-bottom: 0.2rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li .c-title2 span {
  color: #f20000;
}
.c-common-msg-pop .c-wrap-box .c-list > li .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -10px;
}
@media (max-width: 1580px) {
  .c-common-msg-pop .c-wrap-box .c-list > li .c-list2 {
    margin: 0 -10px -5px;
  }
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li .c-list2 {
    margin: 0 -0.1rem -0.2rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li .c-list2 li {
  padding: 0 10px 10px;
  width: 33.333%;
}
@media (max-width: 1580px) {
  .c-common-msg-pop .c-wrap-box .c-list > li .c-list2 li {
    padding: 0 10px 5px;
  }
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li .c-list2 li {
    width: 50%;
    padding: 0 0.1rem 0.2rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li .c-list2 li label {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  line-height: 20px;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li .c-list2 li label {
    line-height: 0.4rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li .c-list2 li input {
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li .c-list2 li input {
    margin-right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li .c-list2 li input:checked {
  border-color: #005CE6;
  background: #005CE6 url(../../images/correct.png) no-repeat center / 10px auto;
}
.c-common-msg-pop .c-wrap-box .c-list > li input[type="text"],
.c-common-msg-pop .c-wrap-box .c-list > li select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #f5f5f5;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li input[type="text"],
  .c-common-msg-pop .c-wrap-box .c-list > li select {

    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li select {
  padding-right: 50px;
  background: #f5f5f5 url(../../images/triangle.png) no-repeat right 20px center / 10px auto;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li select {
    padding-right: 0.6rem;
    background-position: right 0.2rem center;
    background-size: 0.2rem auto;
  }
}
.c-common-msg-pop .c-wrap-box .c-list > li textarea {
  padding: 15px 20px;
  width: 100%;
  height: 100px;
  background-color: #f5f5f5;
}
@media (max-width: 971px) {
  .c-common-msg-pop .c-wrap-box .c-list > li textarea {
    padding: 0.2rem;
  }
}
#c-search-list .c-top {
  padding-top: 100px;
  background-color: #f5f5f5;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 971px) {
  #c-search-list .c-top {
    padding-top: 1.2rem;
  }
}
#c-search-list .c-top .c-title {
  line-height: 1;
}
#c-search-list .c-top form {
  display: inline-flex;
  align-items: flex-start;
  margin: 30px 0 70px;
  width: 820px;
}
@media (max-width: 971px) {
  #c-search-list .c-top form {
    margin: 0.4rem 0 0.6rem;
    width: 100%;
  }
}
#c-search-list .c-top form input {
  padding: 0 25px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
}
@media (max-width: 971px) {
  #c-search-list .c-top form input {
    padding: 0 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
#c-search-list .c-top form button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #005CE6;
}
@media (max-width: 971px) {
  #c-search-list .c-top form button {
    width: 1rem;
    height: 0.8rem;
  }
}
#c-search-list .c-top form button img,
#c-search-list .c-top form button svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-search-list .c-top form button img,
  #c-search-list .c-top form button svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-search-list .c-top form button img path,
#c-search-list .c-top form button svg path {
  fill: #fff;
}
#c-search-list .c-top .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 971px) {
  #c-search-list .c-top .c-list {
    margin: 0 -0.1rem 0.3rem;
  }
}
#c-search-list .c-top .c-list li {
  margin-right: 90px;
}
#c-search-list .c-top .c-list li:last-child {
  margin-right: 0;
}
@media (max-width: 1900px) {
  #c-search-list .c-top .c-list li {
    margin-right: 40px;
  }
}
@media (max-width: 1580px) {
  #c-search-list .c-top .c-list li {
    margin-right: 30px;
  }
}
@media (max-width: 971px) {
  #c-search-list .c-top .c-list li {
    padding: 0 0.1rem 0.2rem;
    margin: 0;
  }
}
#c-search-list .c-top .c-list li a {
  display: block;
  line-height: 54px;
  border-bottom: 2px solid transparent;
  color: #666;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-search-list .c-top .c-list li a {
    border: 0 !important;
    line-height: 1.5;
  }
}
#c-search-list .c-top .c-list li.on a,
#c-search-list .c-top .c-list li a:hover {
  color: #005CE6;
  border-color: #005CE6;
}
#c-search-list .c-bottom .c-list {
  margin: 40px 0 80px;
}
@media (max-width: 971px) {
  #c-search-list .c-bottom .c-list {
    margin: 0 0 0.6rem;
  }
}
#c-search-list .c-bottom .c-list li .c-wrap {
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 971px) {
  #c-search-list .c-bottom .c-list li .c-wrap {
    padding: 0.4rem 0;
  }
}
#c-search-list .c-bottom .c-list li .c-wrap .c-title {
  margin-bottom: 15px;
  color: #333;
}
@media (max-width: 971px) {
  #c-search-list .c-bottom .c-list li .c-wrap .c-title {
    margin-bottom: 0.2rem;
  }
}
#c-search-list .c-bottom .c-list li .c-wrap .c-title span {
  color: #005CE6;
}
#c-search-list .c-bottom .c-list li .c-wrap .c-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  #c-search-list .c-bottom .c-list li .c-wrap .c-box {
    flex-wrap: wrap;
  }
}
#c-search-list .c-bottom .c-list li .c-wrap .c-box .c-img-box {
  flex-shrink: 0;
  width: 180px;
  height: 120px;
}
@media (max-width: 971px) {
  #c-search-list .c-bottom .c-list li .c-wrap .c-box .c-img-box {
    width: 100%;
    height: 4.5rem;
  }
}
#c-search-list .c-bottom .c-list li .c-wrap .c-box .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-search-list .c-bottom .c-list li .c-wrap .c-box .c-text-box {
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 971px) {
  #c-search-list .c-bottom .c-list li .c-wrap .c-box .c-text-box {
    padding: 0.2rem 0 0;
  }
}
#c-search-list .c-bottom .c-list li .c-wrap .c-box .c-text-box .c-text1 {
  height: 52px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 971px) {
  #c-search-list .c-bottom .c-list li .c-wrap .c-box .c-text-box .c-text1 {
    height: 0.8rem;
    line-height: 0.4rem;
  }
}
#c-search-list .c-bottom .c-list li .c-wrap .c-box .c-text-box .c-text2 {
  margin-top: 20px;
  color: #999;
}
@media (max-width: 971px) {
  #c-search-list .c-bottom .c-list li .c-wrap .c-box .c-text-box .c-text2 {
    margin-top: 0.2rem;
  }
}
#c-img-info .c-list > li {
  margin-bottom: 40px;
}
#c-img-info .c-list > li .c-title {
  margin-bottom: 20px;
  font-weight: bold;
}
#c-img-info .c-list > li .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#c-img-info .c-list > li .c-list2 li {
  padding: 0 20px 40px;
  width: 33.333333%;
}
#c-img-info .c-list > li .c-list2 li .c-wrap {
  display: block;
  overflow: hidden;
  height: 300px;
  border-radius: 5px;
  cursor: pointer;
}
#c-img-info .c-list > li .c-list2 li .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-car-life-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 960;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #333;
  display: none;
}
#c-car-life-pop .c-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  width: 840px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  #c-car-life-pop .c-wrap {
    padding: 40px;
  }
}
@media (max-width: 971px) {
  #c-car-life-pop .c-wrap {
    max-width: 95%;
    padding: 0.4rem;
  }
}
#c-car-life-pop .c-wrap .c-title,
#c-car-life-pop .c-wrap .c-text {
  line-height: 1;
}
#c-car-life-pop .c-wrap .c-text {
  margin: 20px 0 30px;
}
@media (max-width: 971px) {
  #c-car-life-pop .c-wrap .c-text {
    margin: 0.2rem 0 0.4rem;
  }
}
#c-car-life-pop .c-wrap .c-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-car-life-pop .c-wrap .c-close {
    top: 0.45rem;
    right: 0.4rem;
  }
}
#c-car-life-pop .c-wrap .c-close svg,
#c-car-life-pop .c-wrap .c-close img {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-car-life-pop .c-wrap .c-close svg,
  #c-car-life-pop .c-wrap .c-close img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-car-life-pop .c-wrap .c-close svg path,
#c-car-life-pop .c-wrap .c-close img path {
  fill: #999;
  transition: all 0.5s;
}
#c-car-life-pop .c-wrap .c-close:hover svg path {
  fill: #005CE6;
}
#c-car-life-pop .c-wrap .c-list {
  max-height: 50vh;
  overflow: auto;
}
#c-car-life-pop .c-wrap .c-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
@media (max-width: 971px) {
  #c-car-life-pop .c-wrap .c-list li {
    padding: 0.4rem 0;
  }
}
#c-car-life-pop .c-wrap .c-list li .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30%;
}
#c-car-life-pop .c-wrap .c-list li .c-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#c-car-life-pop .c-wrap .c-list li .c-text-box {
  width: 50%;
}
#c-car-life-pop .c-wrap .c-list li:last-child {
  border-bottom: 1px solid #ddd;
}
#c-avp-pop {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 900;
  width: 100%;
  background: #fff;
  padding: 0 50px;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
}
#c-avp-pop.on {
  bottom: 0;
}
@media (max-width: 971px) {
  #c-avp-pop {
    padding: 0 0.35rem;
  }
}
#c-avp-pop .c-top {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  margin-bottom: -70px;
}
@media (max-width: 971px) {
  #c-avp-pop .c-top {
    margin-bottom: -0.8rem;
    height: 0.8rem;
  }
}
#c-avp-pop .c-top .c-btn-box {
  display: flex;
  align-items: center;
}
#c-avp-pop .c-top .c-btn-box .c-prev,
#c-avp-pop .c-top .c-btn-box .c-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 971px) {
  #c-avp-pop .c-top .c-btn-box .c-prev,
  #c-avp-pop .c-top .c-btn-box .c-next {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-avp-pop .c-top .c-btn-box .c-prev img,
#c-avp-pop .c-top .c-btn-box .c-next img,
#c-avp-pop .c-top .c-btn-box .c-prev svg,
#c-avp-pop .c-top .c-btn-box .c-next svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-avp-pop .c-top .c-btn-box .c-prev img,
  #c-avp-pop .c-top .c-btn-box .c-next img,
  #c-avp-pop .c-top .c-btn-box .c-prev svg,
  #c-avp-pop .c-top .c-btn-box .c-next svg {
    width: 0.36rem;
    height: 0.36rem;
  }
}
#c-avp-pop .c-top .c-btn-box .c-prev img path,
#c-avp-pop .c-top .c-btn-box .c-next img path,
#c-avp-pop .c-top .c-btn-box .c-prev svg path,
#c-avp-pop .c-top .c-btn-box .c-next svg path {
  fill: #999999;
  transition: all 0.5s;
}
#c-avp-pop .c-top .c-btn-box .c-prev:hover svg path,
#c-avp-pop .c-top .c-btn-box .c-next:hover svg path {
  fill: #005CE6;
}
#c-avp-pop .c-top .c-btn-box .c-prev {
  transform: rotate(180deg);
}
#c-avp-pop .c-top .c-btn-box .c-line {
  margin: 0 10px;
  height: 18px;
  border-left: 2px solid #dfdfdf;
}
@media (max-width: 971px) {
  #c-avp-pop .c-top .c-btn-box .c-line {
    height: 0.36rem;
    margin: 0 0.2rem;
  }
}
#c-avp-pop .c-top .c-close {
  display: flex;
  align-items: center;
  color: #858585;
  transition: all 0.5s;
  cursor: pointer;
}
#c-avp-pop .c-top .c-close img,
#c-avp-pop .c-top .c-close svg {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-avp-pop .c-top .c-close img,
  #c-avp-pop .c-top .c-close svg {
    width: 0.36rem;
    height: 0.36rem;
  }
}
#c-avp-pop .c-top .c-close img path,
#c-avp-pop .c-top .c-close svg path {
  fill: #858585;
  transition: all 0.5s;
}
#c-avp-pop .c-top .c-close:hover {
  color: #005CE6;
}
#c-avp-pop .c-top .c-close:hover svg path {
  fill: #005CE6;
}
#c-avp-pop .swiper-container {
  margin: 0 -50px;
  padding: 70px 50px 35px;
}
@media (max-width: 971px) {
  #c-avp-pop .swiper-container {
    margin: 0 -0.35rem;
    padding: 0.8rem 0.35rem 0.35rem;
  }
}
#c-avp-pop .swiper-slide {
  width: 380px;
}
@media (max-width: 971px) {
  #c-avp-pop .swiper-slide {
    width: 100%;
  }
}
#c-avp-pop .swiper-slide .c-wrap {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}
#c-avp-pop .swiper-slide .c-wrap .c-img {
  position: relative;
  height: 206px;
  overflow: hidden;
}
#c-avp-pop .swiper-slide .c-wrap .c-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-avp-pop .swiper-slide .c-wrap .c-img .c-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#c-avp-pop .swiper-slide .c-wrap .c-img .c-play img {
  width: 50px;
  height: 50px;
}
@media (max-width: 971px) {
  #c-avp-pop .swiper-slide .c-wrap .c-img .c-play img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-avp-pop .swiper-slide .c-wrap .c-title {
  padding: 25px;
  color: #000;
  text-align: center;
}
@media (max-width: 971px) {
  #c-avp-pop .swiper-slide .c-wrap .c-title {
    padding: 0.2rem;
  }
}
#c-avp-pop .swiper-slide .c-wrap:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}
#c-avp-pop .swiper-slide .c-wrap:hover .c-img > img {
  transform: scale(1.1);
}
.c-common-box7 {
  position: relative;
  height: 6.4rem;
}
@media (max-width: 971px) {
  .c-common-box7 {
    height: 5rem;
  }
}
.c-common-box7 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box7 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box7 .c-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.c-common-box7 .c-wrap .c-title {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 971px) {
  .c-common-box7 .c-wrap .c-title {
    margin-bottom: 0.2rem;
  }
}
.c-common-box8 .c-news {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.c-common-box8 .c-news .c-left {
  padding-right: 20px;
  width: 62.5%;
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-left {
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
.c-common-box8 .c-news .c-left .swiper-button-next,
.c-common-box8 .c-news .c-left .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-common-box8 .c-news .c-left .swiper-button-next,
  .c-common-box8 .c-news .c-left .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-left .swiper-button-next,
  .c-common-box8 .c-news .c-left .swiper-button-prev {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-common-box8 .c-news .c-left .swiper-button-next img,
.c-common-box8 .c-news .c-left .swiper-button-prev img,
.c-common-box8 .c-news .c-left .swiper-button-next svg,
.c-common-box8 .c-news .c-left .swiper-button-prev svg {
  width: 26px;
  height: 26px;
  pointer-events: none;
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-left .swiper-button-next img,
  .c-common-box8 .c-news .c-left .swiper-button-prev img,
  .c-common-box8 .c-news .c-left .swiper-button-next svg,
  .c-common-box8 .c-news .c-left .swiper-button-prev svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-common-box8 .c-news .c-left .swiper-button-next img path,
.c-common-box8 .c-news .c-left .swiper-button-prev img path,
.c-common-box8 .c-news .c-left .swiper-button-next svg path,
.c-common-box8 .c-news .c-left .swiper-button-prev svg path {
  fill: #fff;
}
.c-common-box8 .c-news .c-left .swiper-button-next:hover,
.c-common-box8 .c-news .c-left .swiper-button-prev:hover {
  background-color: #005CE6;
}
.c-common-box8 .c-news .c-left .swiper-pagination {
  padding-right: 30px;
  bottom: 50px;
  left: auto;
  right: 0;
  width: auto;
  text-align: right;
}
@media (max-width: 1580px) {
  .c-common-box8 .c-news .c-left .swiper-pagination {
    bottom: 36px;
  }
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-left .swiper-pagination {
    padding-right: 0.3rem;
    bottom: 0.55rem;
  }
}
.c-common-box8 .c-news .c-left .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  border-radius: 0;
  width: 22px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-left .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0 0 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-common-box8 .c-news .c-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #005CE6;
  color: #fff;
}
.c-common-box8 .c-news .c-left .swiper-button-next {
  right: 40px;
}
.c-common-box8 .c-news .c-left .swiper-button-prev {
  left: 40px;
}
.c-common-box8 .c-news .c-left .swiper-button-prev img,
.c-common-box8 .c-news .c-left .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-common-box8 .c-news .c-left .c-wrap {
  display: block;
  height: 545px;
}
@media (max-width: 1580px) {
  .c-common-box8 .c-news .c-left .c-wrap {
    height: 423px;
  }
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-left .c-wrap {
    height: 4rem;
  }
}
.c-common-box8 .c-news .c-left .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box8 .c-news .c-left .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 30px 260px 30px 30px;
  width: 100%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (max-width: 1580px) {
  .c-common-box8 .c-news .c-left .c-wrap .c-text-box {
    height: auto;
    padding: 20px 200px 20px 20px;
  }
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-left .c-wrap .c-text-box {
    padding: 0.3rem;
    height: auto;
  }
}
.c-common-box8 .c-news .c-left .c-wrap .c-text-box .c-title {
  margin-top: 10px;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-common-box8 .c-news .c-left .c-wrap .c-text-box .c-title {
    margin-top: 0;
  }
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-left .c-wrap .c-text-box .c-title {
    padding-right: 40%;
    margin-top: 0.1rem;
    height: auto;
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
.c-common-box8 .c-news .c-right {
  padding: 40px;
  width: 37.5%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-right {
    padding: 0.4rem;
    width: 100%;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li {
  border-bottom: 1px dashed #e8e8e8;
}
.c-common-box8 .c-news .c-right .c-list4 li:first-child .c-wrap {
  padding-top: 0;
}
@media (max-width: 1580px) {
  .c-common-box8 .c-news .c-right .c-list4 li:nth-last-child(1),
  .c-common-box8 .c-news .c-right .c-list4 li:nth-last-child(2) {
    display: none;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li.on .c-wrap .c-tbox .c-title {
  color: #005CE6;
}
.c-common-box8 .c-news .c-right .c-list4 li.on .c-wrap .c-tbox .c-time {
  display: none;
}
.c-common-box8 .c-news .c-right .c-list4 li.on .c-wrap .c-bbox {
  display: flex;
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap {
  display: block;
  padding: 15px 0;
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap {
    padding: 0.2rem 0;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-tbox {
  display: flex;
  align-items: center;
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-tbox .c-title {
  width: 100%;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-tbox .c-title {
    font-size: 0.28rem;
    color: #666 !important;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-tbox .c-time {
  flex-shrink: 0;
  padding-left: 30px;
  color: #999;
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-tbox .c-time {
    display: none;
    padding-left: 0.4rem;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox {
  display: flex;
  align-items: center;
  padding: 20px 0 10px;
  display: none;
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox {
    display: flex !important;
    padding: 0.2rem 0;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box {
  flex-shrink: 0;
  width: 200px;
  height: 120px;
}
@media (max-width: 1580px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box {
    width: 160px;
    height: 120px;
  }
}
@media (max-width: 1260px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box {
    width: 3rem;
    height: 2rem;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box {
  padding-left: 30px;
  width: 100%;
}
@media (max-width: 1260px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box {
    padding-left: 20px;
  }
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box {
    padding-left: 0.4rem;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box .c-text {
  margin-bottom: 20px;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #666;
}
@media (max-width: 971px) {
  .c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box .c-text {
    margin-bottom: 0.2rem;
    height: 1.2rem;
    line-height: 0.4rem;
  }
}
.c-common-box8 .c-news .c-right .c-list4 li .c-wrap .c-bbox .c-text-box .c-time {
  color: #999;
}
.c-common-box8 .c-link {
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 971px) {
  .c-common-box8 .c-link {
    padding-top: 0.6rem;
  }
}
.c-common-box8 .c-link a {
  color: #666;
  transition: all 0.5s;
}
.c-common-box8 .c-link a:hover {
  color: #005CE6;
}
.c-common-box9 {
  position: relative;
}
.c-common-box9 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box9 .c-mb {
  display: none;
}
@media (max-width: 971px) {
  .c-common-box9 .c-mb {
    display: block;
  }
}
@media (max-width: 971px) {
  .c-common-box9 .c-pc {
    display: none;
  }
}
.c-common-box9 .c-wrap {
  position: relative;
  z-index: 5;
  color: #fff;
}
.c-common-box9 .c-wrap .c-title {
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 971px) {
  .c-common-box9 .c-wrap .c-title {
    margin-bottom: 0.4rem;
  }
}
.c-common-box9 .c-wrap .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
}
@media (max-width: 971px) {
  .c-common-box9 .c-wrap .c-btn {
    padding: 0 0.4rem;
    height: 0.8rem;
  }
}
#c-traffic3 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 971px) {
  #c-traffic3 .c-list {
    margin: 0 -0.1rem -0.2rem;
  }
}
#c-traffic3 .c-list > li {
  padding: 0 10px 20px;
  width: 25%;
}
@media (max-width: 1260px) {
  #c-traffic3 .c-list > li {
    width: 33.333333%;
  }
}
@media (max-width: 971px) {
  #c-traffic3 .c-list > li {
    padding: 0 0.1rem 0.2rem;
    width: 100%;
  }
}
#c-traffic3 .c-list > li .c-wrap {
  position: relative;
  border-radius: 5px;
  height: 452px;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1900px) {
  #c-traffic3 .c-list > li .c-wrap {
    height: 4.52rem;
  }
}
@media (max-width: 1260px) {
  #c-traffic3 .c-list > li .c-wrap {
    height: 6rem;
  }
}
@media (max-width: 971px) {
  #c-traffic3 .c-list > li .c-wrap {
    height: 5rem;
  }
}
#c-traffic3 .c-list > li .c-wrap:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#c-traffic3 .c-list > li .c-wrap:hover .c-list2 {
  bottom: 0;
}
#c-traffic3 .c-list > li .c-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-traffic3 .c-list > li .c-wrap .c-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #fff;
}
@media (max-width: 1580px) {
  #c-traffic3 .c-list > li .c-wrap .c-title {
    height: 80px;
  }
}
@media (max-width: 971px) {
  #c-traffic3 .c-list > li .c-wrap .c-title {
    padding: 0 0.4rem;
    height: 1.1rem;
  }
}
#c-traffic3 .c-list > li .c-wrap .c-common-btn4 {
  position: absolute;
  bottom: 45px;
  left: 30px;
}
@media (max-width: 1580px) {
  #c-traffic3 .c-list > li .c-wrap .c-common-btn4 {
    bottom: 30px;
  }
}
@media (max-width: 971px) {
  #c-traffic3 .c-list > li .c-wrap .c-common-btn4 {
    bottom: 0.4rem;
    left: 0.4rem;
  }
}
#c-traffic3 .c-list > li .c-wrap .c-list2 {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
  background-color: #fff;
  padding: 45px 30px;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-traffic3 .c-list > li .c-wrap .c-list2 {
    padding: 30px;
    height: calc(100% - 80px);
  }
}
@media (max-width: 971px) {
  #c-traffic3 .c-list > li .c-wrap .c-list2 {
    padding: 0.4rem;
    height: calc(100% - 1.1rem);
  }
}
#c-traffic3 .c-list > li .c-wrap .c-list2 li {
  margin-bottom: 15px;
}
@media (max-width: 971px) {
  #c-traffic3 .c-list > li .c-wrap .c-list2 li {
    margin-bottom: 0.2rem;
  }
}
#c-traffic3 .c-list > li .c-wrap .c-list2 li:last-child {
  margin-bottom: 0;
}
#c-traffic3 .c-list > li .c-wrap .c-list2 li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #666;
  transition: all 0.5s;
  line-height: 28px;
}
@media (max-width: 971px) {
  #c-traffic3 .c-list > li .c-wrap .c-list2 li a {
    line-height: 0.4rem;
  }
}
#c-traffic3 .c-list > li .c-wrap .c-list2 li a .c-arrow {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin: 7px 0 7px 20px;
  background: url(../../images/c-jt8.png) no-repeat center / contain;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-traffic3 .c-list > li .c-wrap .c-list2 li a .c-arrow {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.08rem 0 0.08rem 0.4rem;
  }
}
#c-traffic3 .c-list > li .c-wrap .c-list2 li a:hover {
  color: #005CE6;
}
#c-traffic3 .c-list > li .c-wrap .c-list2 li a:hover .c-arrow {
  background-image: url(../../images/c-jt6.png);
}
#c-drive1 {
  background-color: #005CE6;
}
@media (max-width: 1580px) {
  #c-drive1 {
    padding: 40px 0;
  }
}
@media (max-width: 971px) {
  #c-drive1 {
    padding: 1.2rem 0;
  }
}
#c-drive1 .c-list {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 971px) {
  #c-drive1 .c-list {
    margin-bottom: -0.4rem;
    flex-wrap: wrap;
  }
}
#c-drive1 .c-list li {
  width: 16.666666%;
  text-align: center;
  color: #fff;
}
@media (max-width: 971px) {
  #c-drive1 .c-list li {
    margin-bottom: 0.4rem;
    width: 33.333333%;
  }
}
#c-drive1 .c-list li .c-tbox {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 971px) {
  #c-drive1 .c-list li .c-tbox {
    margin-bottom: 0.1rem;
  }
}
#c-drive2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
#c-drive2 .c-list li {
  width: 33.333333%;
  padding: 0 10px 20px;
}
@media (max-width: 971px) {
  #c-drive2 .c-list li {
    width: 100%;
  }
}
#c-drive2 .c-list li:nth-child(1) {
  width: 66.666666%;
}
@media (max-width: 971px) {
  #c-drive2 .c-list li:nth-child(1) {
    width: 100%;
  }
}
#c-drive2 .c-list li:nth-child(1) .c-wrap .c-text1 {
  margin: 10px 0;
}
@media (max-width: 971px) {
  #c-drive2 .c-list li:nth-child(1) .c-wrap .c-text1 {
    margin: 0.1rem 0;
  }
}
#c-drive2 .c-list li .c-wrap {
  position: relative;
  z-index: 5;
  display: block;
  height: 3.6rem;
  padding: 70px 30px;
  color: #333;
  min-height: 240px;
}
@media (max-width: 1580px) {
  #c-drive2 .c-list li .c-wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 971px) {
  #c-drive2 .c-list li .c-wrap {
    padding: 0.4rem;
    height: 5rem;
    min-height: auto;
  }
}
#c-drive2 .c-list li .c-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-drive2 .c-list li .c-wrap .c-title {
  font-weight: bold;
}
#c-drive2 .c-list li .c-wrap .c-text1 {
  margin: 10px 0 40px;
}
@media (max-width: 971px) {
  #c-drive2 .c-list li .c-wrap .c-text1 {
    margin: 0.1rem 0 0.2rem;
  }
}
#c-drive2 .c-list li .c-wrap .c-text2 {
  opacity: 0.7;
  color: #666;
  max-width: 400px;
}
#c-drive2 .c-list li .c-wrap .c-common-btn4 {
  opacity: 0;
  margin-top: 35px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  #c-drive2 .c-list li .c-wrap .c-common-btn4 {
    margin-top: 0.4rem;
  }
}
#c-drive2 .c-list li .c-wrap:hover .c-common-btn4 {
  opacity: 1;
}
#c-drive3 {
  position: relative;
}
#c-drive3 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-drive3 .c-wrap {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
}
#c-drive3 .c-wrap .c-play {
  display: inline-block;
  cursor: pointer;
}
#c-drive3 .c-wrap .c-play img,
#c-drive3 .c-wrap .c-play svg {
  width: 60px;
  height: 60px;
}
@media (max-width: 971px) {
  #c-drive3 .c-wrap .c-play img,
  #c-drive3 .c-wrap .c-play svg {
    width: 1rem;
    height: 1rem;
  }
}
#c-drive3 .c-wrap .c-play img path,
#c-drive3 .c-wrap .c-play svg path {
  fill: #fff;
}
#c-drive3 .c-wrap .c-list {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: 70px auto 0;
}
@media (max-width: 971px) {
  #c-drive3 .c-wrap .c-list {
    margin-top: 0.6rem;
  }
}
#c-drive3 .c-wrap .c-list li {
  width: 33.333333%;
}
@media (max-width: 971px) {
  #c-drive3 .c-wrap .c-list li {
    padding: 0 0.1rem;
  }
}
#c-drive3 .c-wrap .c-list li .c-title {
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 971px) {
  #c-drive3 .c-wrap .c-list li .c-title {
    margin-bottom: 0.1rem;
  }
}
#c-drive4 {
  border-bottom: 320px solid #f5f5f5;
}
@media (max-width: 971px) {
  #c-drive4 {
    border-bottom: 3rem solid #f5f5f5;
  }
}
#c-drive4 .c-img {
  position: relative;
  margin: 0 auto -240px;
  max-width: 1200px;
  height: 480px;
}
@media (max-width: 1580px) {
  #c-drive4 .c-img {
    height: 6.2rem;
  }
}
@media (max-width: 971px) {
  #c-drive4 .c-img {
    margin-bottom: -2rem;
    height: 4rem;
  }
}
#c-drive4 .c-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-drive4 .c-img .c-play {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
#c-drive4 .c-img .c-play img,
#c-drive4 .c-img .c-play svg {
  width: 60px;
  height: 60px;
  pointer-events: none;
}
@media (max-width: 971px) {
  #c-drive4 .c-img .c-play img,
  #c-drive4 .c-img .c-play svg {
    width: 1rem;
    height: 1rem;
  }
}
#c-drive4 .c-img .c-play img path,
#c-drive4 .c-img .c-play svg path {
  fill: #fff;
}
.c-cmmon-news {
  background-color: #f8f8f8;
}
.c-cmmon-news .c-title {
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
@media (max-width: 971px) {
  .c-cmmon-news .c-title {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.c-cmmon-news .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 971px) {
  .c-cmmon-news .c-list {
    margin: 0 0 -0.2rem;
  }
}
.c-cmmon-news .c-list li {
  padding: 0 10px 20px;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-cmmon-news .c-list li {
    width: 100%;
    padding: 0 0 0.2rem;
  }
}
.c-cmmon-news .c-list li a {
  color: #333;
  transition: all 0.5s;
}
.c-cmmon-news .c-list li a:hover {
  color: #005CE6;
}
#c-sitemap .c-main-title {
  color: #000;
  font-weight: bold;
  text-align: center;
}
#c-sitemap .c-list {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 45px 0;
  border-bottom: 1px solid #eee;
  line-height: 24px;
}
@media (max-width: 1580px) {
  #c-sitemap .c-list {
    padding: 30px 0;
  }
}
@media (max-width: 971px) {
  #c-sitemap .c-list {
    padding: 0.6rem 0;
    line-height: 0.3rem;
  }
}
@media (max-width: 971px) {
  #c-sitemap .c-list:nth-child(2) > li:nth-child(1) {
    margin-bottom: 0;
  }
}
#c-sitemap .c-list > li {
  font-size: 18px;
}
@media (max-width: 971px) {
  #c-sitemap .c-list > li {
    font-size: 0.28rem;
  }
}
#c-sitemap .c-list > li:nth-child(1) {
  padding-right: 20px;
  width: 16.666666%;
  font-weight: bold;
}
@media (max-width: 1580px) {
  #c-sitemap .c-list > li:nth-child(1) {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media (max-width: 971px) {
  #c-sitemap .c-list > li:nth-child(1) {
    padding-right: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
#c-sitemap .c-list > li:nth-child(1) a {
  color: #333;
  transition: all 0.5s;
}
#c-sitemap .c-list > li:nth-child(1) a:hover {
  color: #005CE6;
}
#c-sitemap .c-list > li:nth-child(2) {
  width: 83.33333%;
}
@media (max-width: 1580px) {
  #c-sitemap .c-list > li:nth-child(2) {
    width: 100%;
  }
}
#c-sitemap .c-list > li > ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 971px) {
  #c-sitemap .c-list > li > ul {
    margin-bottom: -0.6rem;
  }
}
#c-sitemap .c-list > li > ul > li {
  padding-right: 20px;
  margin-bottom: 30px;
  width: 20%;
  font-size: 16px;
}
@media (max-width: 971px) {
  #c-sitemap .c-list > li > ul > li {
    width: 50%;
    padding-right: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
  }
}
#c-sitemap .c-list > li > ul > li > a {
  color: #666;
  transition: all 0.5s;
}
#c-sitemap .c-list > li > ul > li > a:hover {
  color: #005CE6;
}
#c-sitemap .c-list > li > ul > li > ul {
  margin-top: 15px;
  margin-bottom: -10px;
}
@media (max-width: 971px) {
  #c-sitemap .c-list > li > ul > li > ul {

    margin-top: 0.3rem;
    margin-bottom: -0.2rem;
  }
}
#c-sitemap .c-list > li > ul > li > ul > li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 971px) {
  #c-sitemap .c-list > li > ul > li > ul > li {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
#c-sitemap .c-list > li > ul > li > ul > li > a {
  color: #999;
  transition: all 0.5s;
}
#c-sitemap .c-list > li > ul > li > ul > li > a:hover {
  color: #005CE6;
}

/*标签*/

.tagcloud{width: 327px;
	float: left;
	margin-top: 10px;
	margin-left: -19px;
	}
.tagcloud a{display: block;float:left;
	height: 32px;
	line-height: 20px;
	padding: 0 2px;
	border-radius: 1px;
	color:#a2a2a2;
	border-bottom: 2px dashed #ededed;
	margin: 15px 19px;}
.tagcloud a:hover{display: block;float:left;
	height: 32px;
	line-height: 20px;
	padding: 0 2px;
	border-radius: 1px;
	color:#005CE6;
	border-bottom: 2px solid #005CE6;
	margin: 15px 19px}
	
/*标签页*/
.wp-tag-cloud {
	width: 825px;
	margin-left: -15px;
	margin-top: 15px;
}
.wp-tag-cloud li {
	float: left;
	width: auto;
	margin: 15px 15px;
}
.wp-tag-cloud li a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 18px;
	border-radius: 1px;
	border: 1px solid #fff;
	transition: background 0.2s;
	color: #000;
	background: #FAFAFA;
}
.wp-tag-cloud li a:hover {
	background: #fff;
	background: #005CE6;
	color: #fff;
}


.c-common-btn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 180px;
  height: 54px;
  border-radius: 5px;
  background-color: #005CE6;
}
@media (max-width: 971px) {
  .c-common-btn3 {
    width: 2.4rem;
    height: 0.8rem;
  }
}
.c-common-btn3.c-dt {
  background-color: #37bcaa;
}
.c-common-btn3.c-dt2 {
  background-color: transparent;
  border: 2px solid #fff;
}
.c-common-btn3 svg {
  margin-left: 20px;
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn3 svg {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.3rem;
  }
}
.c-common-btn3 svg path {
  fill: #fff;
}
.c-common-btn3 img {
  margin-left: 20px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn3 img {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.3rem;
  }
}
.c-common-btn3 img path {
  fill: #fff;
}
.c-common-btn3:hover {
  color: #fff;
}
.c-common-btn3:hover img,
.c-common-btn3:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-common-btn4 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 180px;
  height: 54px;
  border-radius: 5px;
  background-color: #005CE6;
}
@media (max-width: 971px) {
  .c-common-btn4 {
    width: 2.4rem;
    height: 0.8rem;
  }
}
.c-common-btn4 img,
.c-common-btn4 svg {
  margin-left: 20px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn4 img,
  .c-common-btn4 svg {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.3rem;
  }
}
.c-common-btn4 img path,
.c-common-btn4 svg path {
  fill: #fff;
}
.c-common-btn4:hover {
  color: #fff;
}
.c-common-btn4:hover img,
.c-common-btn4:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-common-btn5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 50px;
  min-width: 120px;
  color: #005CE6;
  border: 2px solid #005CE6;
  border-radius: 5px;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn5 {
    padding: 0 0.3rem;
    height: 0.8rem;
    min-width: auto;
  }
}
.c-common-btn5:hover {
  color: #fff;
  background-color: #005CE6;
}
.c-common-btn6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #005CE6;
}
.c-common-btn6 img {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
}
@media (max-width: 971px) {
  .c-common-btn6 img {
    margin-left: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    transition: all 0.3s;
  }
}
.c-common-btn6:hover {
  color: #005CE6;
}
.c-common-btn6:hover img {
  transform: translateX(10px);
}
@media (max-width: 971px) {
  .c-common-btn6:hover img {
    transform: translateX(0.2rem);
  }
}
.c-common-btn7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  width: 180px;
  height: 54px;
  border-radius: 5px;
  border: 1px solid #333;
  padding: 0 30px;
  transition: all 0.3s;
}
@media (max-width: 971px) {
  .c-common-btn7 {
    padding: 0 0.3rem;
    width: 2.4rem;
    height: 0.8rem;
  }
}
.c-common-btn7 svg {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-common-btn7 svg {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.3rem;
  }
}

.c-common-btn7 svg path {
  fill: #333;
}
.c-common-btn7:hover {
  color: #fff;
  background-color: #005CE6;
  border-color: #005CE6;
}
.c-common-btn7:hover img,
.c-common-btn7:hover svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c-common-btn7:hover img path,
.c-common-btn7:hover svg path {
  fill: #fff;
}

.c-air-banner {
  position: relative;
  height: calc(100vh - 70px);
  color: #fff;
  text-align: center;
}
@media (max-width: 971px) {
  .c-air-banner {
    height: calc(100vh - 1.2rem);
  }
}
.c-air-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 971px) {
  .c-air-banner .c-pc {
    display: none;
  }
}
.c-air-banner .c-mb {
  display: none;
}
@media (max-width: 971px) {
  .c-air-banner .c-mb {
    display: block;
  }
}
.c-air-banner .c-box {
  position: absolute;
  top: 31%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
}
.c-air-banner .c-box img {
  max-width: 100%;
}
.c-air-banner .c-box .c-title {
  line-height: 1.2;
  font-weight: bold;
  margin: 0.45rem 0 0.1rem;
}
.c-air-banner .c-text2 {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  z-index: 10;
  width: 90%;
  transform: translateX(-50%);
}
.c-air-banner .c-text2 .air-banner-swiper {
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 971px) {
  .c-air-banner .c-text2 .air-banner-swiper {
    height: 0.4rem;
    line-height: 0.4rem;
  }
}
.c-air-banner .c-text2 .air-banner-swiper p {
  padding: 0 10px;
  border-radius: 14px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
}
@media (max-width: 971px) {
  .c-air-banner .c-text2 .air-banner-swiper p {
    padding: 0 0.1rem;
    border-radius: 0.2rem;
  }
}
.c-air1 {
  position: relative;
}
.c-air1 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.c-air1 .c-main {
  position: relative;
  z-index: 5;
}
.c-air1 .c-main .c-common-btn7 {
  margin: 0.4rem auto 0;
}
.c-air1 .c-main .c-common-btn7 svg,
.c-air1 .c-main .c-common-btn7 img {
  margin: 0 0.1rem 0 0;
  transform: rotate(0);
}
.c-air1 .c-main .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.15rem -0.3rem;
}
.c-air1 .c-main .c-list li {
  padding: 0 0.15rem 0.3rem;
  width: 25%;
}
@media (max-width: 1260px) {
  .c-air1 .c-main .c-list li {
    width: 25%;
  }
}
@media (max-width: 971px) {
  .c-air1 .c-main .c-list li {
    width: 50%;
  }
}
.c-air1 .c-main .c-list li .c-wrap {
  position: relative;

  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.c-air1 .c-main .c-list li .c-wrap::before {
  content: "";
  display: block;
  padding-top: 71.588%;
}
.c-air1 .c-main .c-list li .c-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-air1 .c-main .c-list li .c-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.c-air1 .c-main .c-list li .c-wrap .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0.4rem;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.c-air1 .c-main .c-list li .c-wrap .c-box img,
.c-air1 .c-main .c-list li .c-wrap .c-box svg {
  margin-bottom: 0.15rem;
  width: 54px;
  height: 54px;
}
@media (max-width: 971px) {
  .c-air1 .c-main .c-list li .c-wrap .c-box img,
  .c-air1 .c-main .c-list li .c-wrap .c-box svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-air1 .c-main .c-list li .c-wrap:hover > img {
  transform: scale(1.1);
}
.c-air2.on .c-list li {
  display: block;
}

.c-air2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
.c-air2 .c-list li {
  padding: 0 0.15rem 0.3rem;
  width: 50%;
  display: none;
}
.c-air2 .c-list li:nth-child(1),
.c-air2 .c-list li:nth-child(2),
.c-air2 .c-list li:nth-child(3),
.c-air2 .c-list li:nth-child(4) {
  display: block;
}
@media (max-width: 971px) {
  .c-air2 .c-list li {
    width: 100%;
  }
}
.c-air2 .c-list li .c-wrap {
  display: block;
  position: relative;
  height: 3rem;
}
@media (max-width: 1260px) {
  .c-air2 .c-list li .c-wrap {
    height: 4rem;
  }
}
.c-air2 .c-list li .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-air2 .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.3s;
}
.c-air2 .c-list li .c-wrap .c-box .c-title {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
@media (max-width: 971px) {
  .c-air2 .c-list li .c-wrap .c-box .c-title {
    margin-bottom: 0.1rem;
  }
}
.c-air2 .c-list li .c-wrap .c-box .c-more {
  opacity: 0.8;
  line-height: 1.8;
}
.c-air2 .c-list li .c-wrap .c-box .c-text {
  max-width: 500px;
  display: none;
  line-height: 1.8;
}
.c-air2 .c-list li .c-wrap:hover .c-box {
  background: -webkit-linear-gradient(left, #005CE6, transparent);
  background: linear-gradient(to right, #005CE6, transparent);
}
.c-air2 .c-list li .c-wrap:hover .c-more {
  display: none;
}
.c-air2 .c-list li .c-wrap:hover .c-text {
  display: block;
}
.c-air2 .c-common-btn3 {
  margin: 0.4rem auto 0;
  cursor: pointer;
}
.c-air3 {
  background-color: #f4f8ff;
}
.c-air3 .c-air3-banner {
  padding-bottom: 0.7rem;
}
.c-air3 .c-air3-banner .swiper-pagination {
  bottom: 0;
}
.c-air3 .c-air3-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .c-air3 .c-air3-banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.c-air3 .c-air3-banner .c-wrap {
  padding: 0.3rem;
  border-bottom: 2px solid #005CE6;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.c-air3 .c-air3-banner .c-wrap .c-img-box {
  margin-right: 0.25rem;
  position: relative;
  width: 1.2rem;
  flex-shrink: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.c-air3 .c-air3-banner .c-wrap .c-img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-air3 .c-air3-banner .c-wrap .c-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-air3 .c-air3-banner .c-wrap .c-text-box {
  width: 100%;
}
.c-air3 .c-air3-banner .c-wrap .c-text-box .c-title {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.c-air3 .c-air3-banner .c-wrap .c-text-box .c-text {
  color: #666;
}
.c-air3 .c-air3-banner .c-wrap .c-text2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 92, 230, 0.9);
  padding: 0.4rem;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.c-air3 .c-air3-banner .c-wrap:hover .c-text2 {
  opacity: 1;
}
.c-air4 .container2 {
  display: flex;
  align-items: flex-start;
}
.c-air4 .container2 .c-left {
  width: 33.5%;
}
.c-air4 .container2 .c-left .c-common-title {
  text-align: left;
}
.c-air4 .container2 .c-left .c-air4-banner1 {
  text-align: left;
}
.c-air4 .container2 .c-left .c-air4-banner1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 69px;
  width: 2px;
  height: 100%;
  background-color: #e8ecf6;
}
@media (max-width: 971px) {
  .c-air4 .container2 .c-left .c-air4-banner1::before {
    display: none;
  }
}
.c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide:last-child {
  margin-bottom: 0 !important;
}
.c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #F5F8FE;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 971px) {
  .c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide::before {
    display: none;
  }
}
.c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 65px;
  z-index: 2;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #C3D8F9;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 971px) {
  .c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide::after {
    display: none;
  }
}
.c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide.swiper-slide-thumb-active::before {
  background-color: #cbddf9;
}
.c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide.swiper-slide-thumb-active::after {
  background-color: #005CE6;
}
.c-air4 .container2 .c-left .c-air4-banner1 .c-wrap {
  display: inline-flex;
  align-items: center;
  color: #666;
  transform: scale(0.6) translateX(-0.6rem);
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-air4 .container2 .c-left .c-air4-banner1 .c-wrap {
    transform: scale(0.8) translateX(-0.25rem);
  }
}
.c-air4 .container2 .c-left .c-air4-banner1 .c-wrap img,
.c-air4 .container2 .c-left .c-air4-banner1 .c-wrap svg {
  margin-left: 0.1rem;
  width: 26px;
  height: 26px;
}
@media (max-width: 1580px) {
  .c-air4 .container2 .c-left .c-air4-banner1 .c-wrap img,
  .c-air4 .container2 .c-left .c-air4-banner1 .c-wrap svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 971px) {
  .c-air4 .container2 .c-left .c-air4-banner1 .c-wrap img,
  .c-air4 .container2 .c-left .c-air4-banner1 .c-wrap svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.c-air4 .container2 .c-left .c-air4-banner1 .c-wrap img path,
.c-air4 .container2 .c-left .c-air4-banner1 .c-wrap svg path {
  fill: #666;
}
.c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide-thumb-active .c-wrap {
  transform: scale(1) translateX(0);
  color: #005CE6;
}
.c-air4 .container2 .c-left .c-air4-banner1 .swiper-slide-thumb-active .c-wrap svg path {
  fill: #005CE6;
}
.c-air4 .container2 .c-right {
  width: 66.5%;
}
.c-air4 .container2 .c-right .c-air4-banner2 .c-img-box {
  position: relative;
}
.c-air4 .container2 .c-right .c-air4-banner2 .c-img-box::before {
  content: "";
  display: block;
  padding-top: 65.217%;
}
.c-air4 .container2 .c-right .c-air4-banner2 .c-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-air4 .container2 .c-right .c-air4-banner2 .c-text-box .c-text {
  max-width: 820px;
  padding: 0.3rem 0.3rem 0;
  color: #666;
}
@media (max-width: 971px) {
  .c-air4 .container2 .c-right .c-air4-banner2 .c-text-box .c-text {
    padding: 0.3rem 0 0;
  }
}
.c-air5 {
  background-color: #f4f8ff;
}
.c-air5 .c-main {
  position: relative;
}
.c-air5 .c-main .c-air5-banner {
  margin: 0 1.4rem;
}
@media (max-width: 1260px) {
  .c-air5 .c-main .c-air5-banner {
    margin: 0;
  }
}
.c-air5 .c-main .swiper-button-next,
.c-air5 .c-main .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  margin-top: -27px;
  top: 43%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #b8b8b8;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-air5 .c-main .swiper-button-next,
  .c-air5 .c-main .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 971px) {
  .c-air5 .c-main .swiper-button-next,
  .c-air5 .c-main .swiper-button-prev {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-air5 .c-main .swiper-button-next img,
.c-air5 .c-main .swiper-button-prev img,
.c-air5 .c-main .swiper-button-next svg,
.c-air5 .c-main .swiper-button-prev svg {
  width: 26px;
  height: 26px;
  pointer-events: none;
}
@media (max-width: 971px) {
  .c-air5 .c-main .swiper-button-next img,
  .c-air5 .c-main .swiper-button-prev img,
  .c-air5 .c-main .swiper-button-next svg,
  .c-air5 .c-main .swiper-button-prev svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-air5 .c-main .swiper-button-next img path,
.c-air5 .c-main .swiper-button-prev img path,
.c-air5 .c-main .swiper-button-next svg path,
.c-air5 .c-main .swiper-button-prev svg path {
  fill: #fff;
}
.c-air5 .c-main .swiper-button-next:hover,
.c-air5 .c-main .swiper-button-prev:hover {
  background-color: #005CE6;
}
.c-air5 .c-main .swiper-button-next {
  right: 0;
}
.c-air5 .c-main .swiper-button-prev {
  left: 0;
}
.c-air5 .c-main .swiper-button-prev img,
.c-air5 .c-main .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-air5 .c-air5-banner .c-wrap {
  display: block;
}
.c-air5 .c-air5-banner .c-wrap .c-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  opacity: 0.5;
  transition: all 0.3s;
}
.c-air5 .c-air5-banner .c-wrap .c-img-box::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.c-air5 .c-air5-banner .c-wrap .c-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-air5 .c-air5-banner .c-wrap .c-text-box {
  padding-top: 0.3rem;
  text-align: center;
  color: #000;
  opacity: 0;
  transition: all 0.3s;
}
.c-air5 .c-air5-banner .c-wrap .c-text-box .c-title {
  font-weight: bold;
}
.c-air5 .c-air5-banner .c-wrap .c-text-box .c-text {
  max-width: 580px;
  margin: 0.1rem auto 0;
  color: #666;
}
.c-air5 .c-air5-banner .swiper-slide {
  z-index: 1;
}
.c-air5 .c-air5-banner .swiper-slide.swiper-slide-active {
  margin-top: 0;
  z-index: 5;
}
.c-air5 .c-air5-banner .swiper-slide.swiper-slide-active .c-img-box,
.c-air5 .c-air5-banner .swiper-slide.swiper-slide-active .c-text-box {
  opacity: 1;
}
.c-day1 {
  position: relative;
}
.c-day1::before {
  content: "";
  display: block;
  padding-top: 48.958333%;
}
@media (max-width: 971px) {
  .c-day1::before {
    padding-top: 70%;
  }
}
.c-day1 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-day1 .c-pc {
    display: none;
  }
}
.c-day1 .c-mb {
  display: none;
}
@media (max-width: 767px) {
  .c-day1 .c-mb {
    display: block;
  }
}
.c-day1 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.95rem;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 971px) {
  .c-day1 .c-text-box {
    margin-top: 0;
  }
}
.c-day1 .c-text-box .c-logo {
  width: 70%;
  max-width: 790px;
}
.c-day1 .c-text-box .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}
@media (max-width: 971px) {
  .c-day1 .c-text-box .c-btn-box {
    margin-top: 0.4rem;
  }
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4 {
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  justify-content: space-between;
  padding: 0 0.2rem;
  margin: 0 0.1rem;
  transition: all 0.3s;
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4 > img,
.c-day1 .c-text-box .c-btn-box .c-common-btn4 > svg {
  margin-left: 0.1rem;
  width: 20px;
  height: 20px;
}
@media (max-width: 971px) {
  .c-day1 .c-text-box .c-btn-box .c-common-btn4 > img,
  .c-day1 .c-text-box .c-btn-box .c-common-btn4 > svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4 > img path,
.c-day1 .c-text-box .c-btn-box .c-common-btn4 > svg path {
  fill: #fff;
  transition: all 0.3s;
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4:first-child svg {
  transform: rotate(90deg);
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4:hover {
  background-color: #fff;
  color: #005CE6;
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4:hover svg {
  transform: rotate(0deg);
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4:hover svg path {
  fill: #005CE6;
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4:hover .c-code {
  display: block;
}
@media (max-width: 971px) {
  .c-day1 .c-text-box .c-btn-box .c-common-btn4:hover .c-code {
    display: none;
  }
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4:hover .c-code img {
  transform: rotate(0);
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4:first-child:hover svg {
  transform: rotate(90deg);
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4 .c-code {
  position: absolute;
  left: 0;
  margin-bottom: 20px;
  bottom: 100%;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  display: none;
  transition: all 0.3s;
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4 .c-code::before {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.c-day1 .c-text-box .c-btn-box .c-common-btn4 .c-code img {
  position: relative;
  z-index: 5;
  margin: 0;
  width: 100%;
  height: auto;
}
.c-day-make {
  display: none;
}
@media (max-width: 971px) {
  .c-day-make {
    display: block;
  }
}
.c-day-make .c-img {
  margin: 0 auto;
  width: 2.5rem;
  color: #666;
  text-align: center;
}
.c-day-make .c-img img {
  width: 100%;
  margin-bottom: 0.2rem;
}
.c-day2 {
  position: relative;
  z-index: 5;
  margin-top: -1.9rem;
}
@media (max-width: 971px) {
  .c-day2 {
    margin-top: 0;
  }
}
.c-day2 .c-common-title {
  margin: 0;
  padding: 0.8rem 0.8rem 0;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 971px) {
  .c-day2 .c-common-title {
    padding: 1.2rem 0 0;
  }
}
.c-day2 .c-common-title .c-text {
  display: inline-block;
  color: #000;
  line-height: 1.8;
  width: 1000px;
  max-width: 80%;
}
@media (max-width: 971px) {
  .c-day2 .c-common-title .c-text {
    max-width: 100%;
  }
}
.c-day5 .c-common-title .c-text {
  margin-top: 0.1rem;
  color: #666;
}
.c-day5 .c-day5-banner-wrap {
  margin: -20px -20px 0;
  padding: 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-day5 .c-day5-banner-wrap {
    margin: -0.35rem -0.35rem 0;
    padding: 0.35rem 0.35rem 0;
  }
}
.c-day5 .c-day5-banner {
  padding-bottom: 0.56rem;
  overflow: visible;
}
@media (max-width: 1580px) {
  .c-day5 .c-day5-banner {
    padding-bottom: 0.8rem;
  }
}
.c-day5 .c-day5-banner .c-wrap {
  padding: 0.4rem;
  text-align: center;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.c-day5 .c-day5-banner .c-wrap .c-img-box {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 auto;
}
.c-day5 .c-day5-banner .c-wrap .c-img-box .c-img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.c-day5 .c-day5-banner .c-wrap .c-img-box .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-day5 .c-day5-banner .c-wrap .c-img-box::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #005CE6;
}
.c-day5 .c-day5-banner .c-wrap .c-text-box .c-title {
  margin: 0.35rem 0 0.2rem;
  font-weight: bold;
}
.c-day5 .c-day5-banner .c-wrap .c-text-box .c-text {
  color: #666;
  line-height: 1.6;
}
.c-day5 .c-day5-banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 4px;
  width: 0.4rem;
  height: 2px;
  border-radius: 0;
  background-color: #bdbdbd;
  opacity: 1;
}
.c-day5 .c-day5-banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #005CE6;
  transition: all 1s;
}
.c-day5 .c-day5-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-day6 {
  background-color: #f4f8ff;
}
.c-day6 .container {
  max-width: 1400px;
}
.c-day6 .c-common-title {
  margin: 0;
}
.c-day6 .c-day6-banner1-wrap {
  margin: 0.4rem 0;
  overflow: hidden;
}
.c-day6 .c-day6-banner1 {
  overflow: visible;
  border-bottom: 1px solid #ddd;
}
.c-day6 .c-day6-banner1 .swiper-slide {
  width: auto;
  cursor: pointer;
}
.c-day6 .c-day6-banner1 .swiper-slide.swiper-slide-thumb-active .c-title {
  color: #005CE6;
  border-color: #005CE6;
}
.c-day6 .c-day6-banner1 .c-title {
  margin-bottom: -1px;
  line-height: 1;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  color: #666;
  transition: all 0.3s;
}
.c-day6 .c-day6-banner2 {
  background: #fff url(../../images/day6-1.jpg) no-repeat left top / 100% auto;
  border-radius: 5px;
}
.c-day6 .c-day6-banner2 .swiper-slide {
  padding: 0.5rem 0;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list {
  position: relative;
  overflow: hidden;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 295px;
  width: 2px;
  height: 100%;
  background-color: #e8ecf6;
}
@media (max-width: 1580px) {
  .c-day6 .c-day6-banner2 .swiper-slide .c-list::before {
    left: 249px;
  }
}
@media (max-width: 971px) {
  .c-day6 .c-day6-banner2 .swiper-slide .c-list::before {
    left: 2.48rem;
  }
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li:last-child {
  margin: 0;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-time {
  flex-shrink: 0;
  position: relative;
  padding: 0 0.7rem;
  width: 296px;
  line-height: 24px;
  text-align: right;
}
@media (max-width: 1580px) {
  .c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-time {
    width: 250px;
  }
}
@media (max-width: 971px) {
  .c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-time {
    padding: 0 0.4rem;
    width: 2.5rem;
  }
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-time::before,
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: rgba(0, 92, 230, 0.2);
  border-radius: 50%;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-time::after {
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #005CE6;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-list2 {
  padding: 0 0.7rem;
  width: 100%;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-list2 li {
  margin-bottom: 0.3rem;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-list2 li:last-child {
  margin: 0;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-list2 li .c-text {
  color: #666;
  line-height: 24px;
}
.c-day6 .c-day6-banner2 .swiper-slide .c-list > li .c-list2 li .c-title {
  font-weight: bold;
}
.c-day10 {
  background-color: #f4f8ff;
}
.c-day10 .c-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.c-day10 .c-wrap .c-img-box {
  width: 50%;
  height: 5rem;
}
@media (max-width: 971px) {
  .c-day10 .c-wrap .c-img-box {
    width: 100%;
    height: 4rem;
  }
}
.c-day10 .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-day10 .c-wrap .c-text-box {
  padding: 1rem;
  width: 50%;
}
@media (max-width: 971px) {
  .c-day10 .c-wrap .c-text-box {
    width: 100%;
  }
}
.c-day10 .c-wrap .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
.c-day10 .c-wrap .c-text-box .c-text {
  margin: 0.25rem 0 0.55rem;
  color: #666;
}
.c-day10 .c-wrap .c-text-box .c-common-btn4 {
  max-width: 160px;
}
.c-day10 .c-wrap .c-text-box .c-common-btn4 img,
.c-day10 .c-wrap .c-text-box .c-common-btn4 svg {
  width: 20px;
  height: 20px;

  margin: 0 0.15rem 0 0;
}
@media (max-width: 971px) {
  .c-day10 .c-wrap .c-text-box .c-common-btn4 img,
  .c-day10 .c-wrap .c-text-box .c-common-btn4 svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.c-day-side {
  position: fixed;
  top: 50%;
  left: 30px;
  z-index: 900;
  border-left: 2px solid #c2c2c2;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .c-day-side {
    left: 10px;
  }
}
@media (max-width: 1260px) {
  .c-day-side {
    display: none;
  }
}
.c-day-side li {
  margin-left: -2px;
  padding-left: 0.2rem;
  line-height: 40px;
  border-left: 2px solid transparent;
  cursor: pointer;
  color: #666;
  transition: all 0.3s;
}
.c-day-side li.on {
  color: #005CE6;
  border-color: #005CE6;
}
.c-day11 .c-box .c-title {
  text-align: center;
  color: #666;
  font-weight: bold;
  margin-bottom: 0.3rem;
  line-height: 1;
}
.c-day11 .c-box .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem 0.2rem;
}
.c-day11 .c-box .c-list li {
  padding: 0 0.2rem 0.4rem;
  width: 12.5%;
}
@media (max-width: 1260px) {
  .c-day11 .c-box .c-list li {
    width: 16.666666%;
  }
}
@media (max-width: 971px) {
  .c-day11 .c-box .c-list li {
    width: 33.333333%;
  }
}
.c-day11 .c-box .c-list li .c-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.c-day11 .c-box .c-list li .c-img::before {
  content: "";
  display: block;
  padding-top: 51%;
}
.c-day11 .c-box .c-list li .c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-day11 .c-box:last-child .c-list {
  margin-bottom: -0.2rem;
}
.c-day9 .c-day9-banner-wrap {
  margin: -20px -20px 0;
  padding: 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-day9 .c-day9-banner-wrap {
    margin: -0.3rem -0.3rem 0;
    padding: 0.3rem 0.3rem 0;
  }
}
.c-day9 .c-day9-banner {
  padding-bottom: 0.56rem;
  overflow: visible;
}
@media (max-width: 1580px) {
  .c-day9 .c-day9-banner {
    padding-bottom: 0.8rem;
  }
}
.c-day9 .c-day9-banner .swiper-wrapper {
  align-content: start;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide {
  display: flex;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem;
  border-radius: 5px;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap:hover {
  background-color: #005CE6;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap:hover .c-left .c-text {
  color: #fff;
  opacity: 0.5;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap:hover .c-left .c-title {
  color: #fff;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap:hover .c-right .c-btn {
  color: #fff;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap:hover .c-right .c-btn svg path {
  fill: #fff;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-left {
  padding-right: 0.4rem;
  width: 100%;
  max-width: 290px;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-left .c-text {
  color: #999;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-left .c-title {
  color: #000;
  transition: all 0.3s;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-right {
  flex-shrink: 0;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-right .c-btn {
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.3s;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-right .c-btn img,
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-right .c-btn svg {
  width: 18px;
  height: 18px;
  margin-right: 0.1rem;
}
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-right .c-btn img path,
.c-day9 .c-day9-banner .swiper-wrapper .swiper-slide .c-wrap .c-right .c-btn svg path {
  fill: #005CE6;
  transition: all 0.3s;
}
.c-day9 .c-day9-banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 4px;
  width: 0.4rem;
  height: 2px;
  border-radius: 0;
  background-color: #bdbdbd;
  opacity: 1;
}
.c-day9 .c-day9-banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #005CE6;
  transition: all 1s;
}
.c-day9 .c-day9-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-day8 {
  background-color: #f4f8ff;
}
.c-day8 .c-day8-banner-wrap {
  margin: -20px -20px 0;
  padding: 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner-wrap {
    margin: -0.3rem -0.3rem 0;
    padding: 0.3rem 0.3rem 0;
  }
}
.c-day8 .c-day8-banner {
  padding-bottom: 0.56rem;
  overflow: visible;
}
@media (max-width: 1580px) {
  .c-day8 .c-day8-banner {
    padding-bottom: 0.8rem;
  }
}
.c-day8 .c-day8-banner .c-wrap {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  color: #000;
  transition: all 0.5s;
}
.c-day8 .c-day8-banner .c-wrap .c-img-box {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 300px;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1900px) {
  .c-day8 .c-day8-banner .c-wrap .c-img-box {
    height: 260px;
  }
}
@media (max-width: 1580px) {
  .c-day8 .c-day8-banner .c-wrap .c-img-box {
    height: 230px;
  }
}
@media (max-width: 1260px) {
  .c-day8 .c-day8-banner .c-wrap .c-img-box {
    height: 200px;
  }
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-img-box {
    height: 4rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 92, 230, 0.8);
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
.c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask img,
.c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask svg {
  width: 34px;
  height: 34px;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask img,
  .c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask svg {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask img path,
.c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask svg path {
  fill: #fff;
}
.c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask2 .c-play {
  width: 70px;
  height: 70px;
  background: url(../../images/ico-play.svg) no-repeat center / 100%;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask2 .c-play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-img-box .c-mask2 .c-play:hover {
  transform: scale(0.8);
}
.c-day8 .c-day8-banner .c-wrap > a.c-img-box:hover > img {
  transform: scale(1.1);
}
.c-day8 .c-day8-banner .c-wrap .c-text-box {
  padding: 35px 30px;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box {
    padding: 0.4rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box {
  display: flex;
  align-items: flex-start;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box {
    margin-bottom: 0.2rem;
    line-height: 0.4rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-text2 {
  flex-shrink: 0;
  color: #005CE6;
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-abox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #999;
  margin-bottom: -10px;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-abox {
    margin-bottom: -0.2rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-abox a {
  margin-bottom: 10px;
  color: #999;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-abox a {
    margin-bottom: 0.2rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-abox a:hover {
  color: #005CE6;
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-abox span {
  margin: 0 10px;
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-abox span:last-child {
  display: none;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-tag-box .c-abox span {
    margin: 0 0.2rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-title {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-title {
    height: 48px;
    line-height: 24px;
  }
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-title {
    height: auto;
    font-size: 0.32rem;
    line-height: 0.5rem;
    max-height: auto;
    -webkit-line-clamp: 4;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-title a {
  color: #000;
  transition: all 0.5s;
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-title a:hover {
  color: #005CE6;
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-time {
  padding-top: 20px;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-time {
    padding-top: 0.2rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-text {
  margin-top: 20px;
  height: 60px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-text {
    display: none;
    margin-top: 0.2rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-download {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  color: #000;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-download {
    margin-top: 0.2rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-download img {
  margin-right: 10px;
  width: 14px;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-download img {
    margin-right: 0.1rem;
    width: 0.28rem;
  }
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-download:hover {
  color: #005CE6;
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-num {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-num {
    margin-top: 0.2rem;
  }
}
.c-day8 .c-day8-banner .c-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.c-day8 .c-day8-banner .c-wrap:hover .c-img-box .c-mask {
  opacity: 1;
}
.c-day8 .c-day8-banner .c-wrap .c-img-box::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.c-day8 .c-day8-banner .c-wrap .c-text-box {
  position: relative;
  z-index: 5;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.c-day8 .c-day8-banner .c-wrap .c-text-box .c-text {
  margin-top: 0;
  height: 0;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap .c-text-box .c-text {
    line-height: 0.4rem;
  }
}
.c-day8 .c-day8-banner .c-wrap:hover .c-img-box::before {
  opacity: 1;
}
.c-day8 .c-day8-banner .c-wrap:hover .c-text-box {
  margin-top: -60px;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap:hover .c-text-box {
    margin-top: -1rem;
  }
}
.c-day8 .c-day8-banner .c-wrap:hover .c-text-box .c-text {
  margin-top: 20px;
  height: 40px;
}
@media (max-width: 971px) {
  .c-day8 .c-day8-banner .c-wrap:hover .c-text-box .c-text {
    margin-top: 0.2rem;
    height: 0.8rem;
  }
}
.c-day8 .c-day8-banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 4px;
  width: 0.4rem;
  height: 2px;
  border-radius: 0;
  background-color: #bdbdbd;
  opacity: 1;
}
.c-day8 .c-day8-banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #005CE6;
  transition: all 1s;
}
.c-day8 .c-day8-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-day3 .container {
  max-width: 1400px;
}
.c-day3 .c-main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #f4f8ff;
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 971px) {
  .c-day3 .c-main {
    padding: 0.4rem;
  }
}
.c-day3 .c-main .c-left {
  position: relative;
  z-index: 1;
  width: 66.4%;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-day3 .c-main .c-left {
    width: 100%;
  }
}
.c-day3 .c-main .c-left::before {
  content: "";
  display: block;
  padding-top: 59.55%;
}
.c-day3 .c-main .c-left video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-day3 .c-main .c-left .c-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.c-day3 .c-main .c-left .c-btn img {
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
}
.c-day3 .c-main .c-right {
  width: 33.6%;
  padding: 0 0 0 40px;
}
@media (max-width: 971px) {
  .c-day3 .c-main .c-right {
    padding: 0.4rem 0 0 0;
    width: 100%;
  }
}
.c-day3 .c-main .c-right .c-title {
  display: inline-flex;
  align-items: center;
  color: #000;
  cursor: pointer;
}
.c-day3 .c-main .c-right .c-title img,
.c-day3 .c-main .c-right .c-title svg {
  margin-right: 0.1rem;
  width: 30px;
  height: 30px;
}
@media (max-width: 971px) {
  .c-day3 .c-main .c-right .c-title img,
  .c-day3 .c-main .c-right .c-title svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-day3 .c-main .c-right .c-title img path,
.c-day3 .c-main .c-right .c-title svg path {
  fill: #000;
}
.c-day3 .c-main .c-right .c-title0 {
  color: #005CE6;
}
.c-day3 .c-main .c-right .c-title0 img path,
.c-day3 .c-main .c-right .c-title0 svg path {
  fill: #005CE6;
}
.c-day3 .c-main .c-right .c-line {
  margin: 0.1rem 0;
  border-top: 1px solid #999;
}
.c-day3 .c-main .c-right .c-day3-banner {
  padding-right: 30px;
  height: 440px;
}
@media (max-width: 1900px) {
  .c-day3 .c-main .c-right .c-day3-banner {
    height: 26vw;
  }
}
@media (max-width: 971px) {
  .c-day3 .c-main .c-right .c-day3-banner {
    padding-right: 0.4rem;
    height: 3.3rem;
  }
}
.c-day3 .c-main .c-right .c-day3-banner .swiper-slide {
  height: auto;
  padding: 0.17rem 0;
  border-bottom: 1px dotted #ccc;
}
.c-day3 .c-main .c-right .c-day3-banner .swiper-slide.on .c-wrap .c-title2,
.c-day3 .c-main .c-right .c-day3-banner .swiper-slide.on .c-wrap .c-time {
  color: #005CE6;
}
.c-day3 .c-main .c-right .c-day3-banner .swiper-slide .c-wrap {
  cursor: pointer;
}
.c-day3 .c-main .c-right .c-day3-banner .swiper-slide .c-wrap .c-title2,
.c-day3 .c-main .c-right .c-day3-banner .swiper-slide .c-wrap .c-time {
  transition: all 0.3s;
}
.c-day3 .c-main .c-right .c-day3-banner .swiper-scrollbar {
  right: 0;
}
.c-day3 .c-main .c-right .c-day3-banner .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #005CE6;
}
.c-day4 {
  background-color: #f4f8ff;
}
.c-day4 .c-day4-banner-wrap {
  margin: -20px -20px 0;
  padding: 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-day4 .c-day4-banner-wrap {
    margin: -0.3rem -0.3rem 0;
    padding: 0.3rem 0.3rem 0;
  }
}
.c-day4 .c-day4-banner {
  padding-bottom: 0.56rem;
  overflow: visible;
}
@media (max-width: 1580px) {
  .c-day4 .c-day4-banner {
    padding-bottom: 0.8rem;
  }
}
.c-day4 .c-day4-banner .c-wrap {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.c-day4 .c-day4-banner .c-wrap .c-img-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-day4 .c-day4-banner .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-day4 .c-day4-banner .c-wrap .c-text-box {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0.6rem;
  color: #fff;
}
@media (max-width: 1580px) {
  .c-day4 .c-day4-banner .c-wrap .c-text-box {
    padding: 0.4rem;
  }
}
.c-day4 .c-day4-banner .c-wrap .c-text-box img {
  width: 54px;
  height: 54px;
}
@media (max-width: 767px) {
  .c-day4 .c-day4-banner .c-wrap .c-text-box img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-day4 .c-day4-banner .c-wrap .c-text-box .c-title {
  margin: 0.35rem 0 0.2rem;
  font-weight: bold;
}
.c-day4 .c-day4-banner .c-wrap .c-text-box .c-list-wrap {
  display: none;
}
.c-day4 .c-day4-banner .c-wrap .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  margin: 0 -0.1rem -0.1rem;
}
.c-day4 .c-day4-banner .c-wrap .c-text-box .c-list li {
  width: 50%;
  padding: 0 0.1rem 0.1rem;
}
.c-day4 .c-day4-banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 4px;
  width: 0.4rem;
  height: 2px;
  border-radius: 0;
  background-color: #bdbdbd;
  opacity: 1;
}
.c-day4 .c-day4-banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #005CE6;
  transition: all 1s;
}
.c-day4 .c-day4-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.c-day7 .c-day7-banner-wrap {
  margin: -20px -20px 0;
  padding: 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-day7 .c-day7-banner-wrap {
    margin: -0.3rem -0.3rem 0;
    padding: 0.3rem 0.3rem 0;
  }
}
.c-day7 .c-day7-banner {
  padding-bottom: 0.56rem;
  overflow: visible;
}
@media (max-width: 1580px) {
  .c-day7 .c-day7-banner {
    padding-bottom: 0.8rem;
  }
}
.c-day7 .c-day7-banner .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-day7 .c-day7-banner .c-list li {
  padding: 0 0.1rem 0.2rem;
  width: 38%;
}
.c-day7 .c-day7-banner .c-list li:nth-child(6n-4) {
  width: 33%;
}
.c-day7 .c-day7-banner .c-list li:nth-child(6n-3) {
  width: 29%;
}
.c-day7 .c-day7-banner .c-list li:nth-child(6n-2) {
  width: 27%;
}
.c-day7 .c-day7-banner .c-list li:nth-child(6n-1) {
  width: 34%;
}
.c-day7 .c-day7-banner .c-list li .c-img {
  position: relative;
  z-index: 1;
  height: 3.4rem;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 971px) {
  .c-day7 .c-day7-banner .c-list li .c-img {
    height: 1.5rem;
  }
}
.c-day7 .c-day7-banner .c-list li .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.c-day7 .c-day7-banner .c-list li .c-img:hover img {
  transform: scale(1.1);
}
.c-day7 .c-day7-banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 4px;
  width: 0.4rem;
  height: 2px;
  border-radius: 0;
  background-color: #bdbdbd;
  opacity: 1;
}
.c-day7 .c-day7-banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #005CE6;
  transition: all 1s;
}
.c-day7 .c-day7-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.g-nav {
  padding: 0 0 1.5rem 0.4rem;
}
.g-nav .g-box {
  display: flex;
  justify-content: space-between;
}
.g-nav .g-box .g-list {
  width: calc((100% - 0.58rem)/3);
  margin-bottom: 0.55rem;
}
.g-nav .g-box .g-list:hover .g-img img {
  transform: scale(1.05);
}
.g-nav .g-box .g-list:hover .g-txt h3 {
  color: #005ce6;
}
.g-nav .g-box .g-list .g-img {
  margin-bottom: 0.15rem;
}
.g-nav .g-box .g-list .g-img img {
  transition: all 0.3s;
}
.g-nav .g-box .g-list .g-img:before {
  padding-top: 56.11%;
}
.g-nav .g-box .g-list .g-txt {
  padding-right: 0.45rem;
  text-align: left;
}
.g-nav .g-box .g-list .g-txt h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  transition: all 0.3s;
}
.g-nav .g-all {
  padding-top: 0.32rem;
  border-top: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
}
.g-nav .g-all > p {
  color: #666;
  text-align: left;
}
.g-nav .g-all .g-more {
  margin-left: 0.3rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.g-nav .g-all .g-more span {
  color: #005CE6;
}
.g-nav .g-all .g-more svg {
  margin-left: 0.22rem;
  width: 14px;
  height: auto;
}
.g-nav .g-all .g-more svg path {
  fill: #005CE6;
}
.sot_select_nr {
  position: relative;
  min-width: 1.8rem;
}
.sot_select_nr.on .sel_text_x {
  border-bottom: none;
}
.sot_select_nr .sel_text_x {
  width: 100%;
  height: 0.4rem;
  border: 1px solid #d2d2d2;
  margin-bottom: 0.1rem;
  padding: 0 0.1rem;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sot_select_nr .sel_text_x {
    height: 0.56rem;
    margin-bottom: 0;
  }
}
.sot_select_nr .sel_text_x svg {
  width: 9px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
.sot_select_nr .sel_text_x svg path {
  fill: #a0a0a0;
}
.sot_select_nr .sel_text_x p {
  padding: 0 0.07rem;
}
.sot_select_nr .sel_text_box {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  border-top: none;
  z-index: 200;
  display: none;
  max-height: 180px;
  padding: 10px;
  overflow-y: auto;
}
.sot_select_nr .sel_text_box a {
  color: #000;
  padding: 9px 6px ;
  display: block;
  cursor: pointer;
}
.sot_select_nr .sel_text_box a:hover {
  background: #f5f5f5;
}
.g-act {
  padding: 0.45rem 0 1.12rem;
}
.g-act .container h2 {
  font-size: 0.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.g-act .container .g-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 971px) {
  .g-act .container .g-box {
    flex-direction: column;
  }
}
.g-act .container .g-box .g-left {
  width: 65.62%;
}
@media (max-width: 971px) {
  .g-act .container .g-box .g-left {
    width: 100%;
  }
}
.g-act .container .g-box .g-left .g-t {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .g-act .container .g-box .g-left .g-t .g-tnav {
    padding-bottom: 0.3rem;
  }
}
.g-act .container .g-box .g-left .g-t .g-tnav a {
  color: #666;
  margin-right: 0.45rem;
  padding: 0 5px 0.24rem;
  position: relative;
}
@media (max-width: 767px) {
  .g-act .container .g-box .g-left .g-t .g-tnav a {
    margin-right: 0.2rem;
  }
}
.g-act .container .g-box .g-left .g-t .g-tnav a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
  bottom: -3px;
  left: 0;
}
@media (max-width: 767px) {
  .g-act .container .g-box .g-left .g-t .g-tnav a:after {
    bottom: -2px;
    height: 2px;
  }
}
.g-act .container .g-box .g-left .g-t .g-tnav a.on {
  color: #005ce6;
}
.g-act .container .g-box .g-left .g-t .g-tnav a.on:after {
  background: #005CE6;
}
.g-act .container .g-box .g-right {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  width: 29.5%;
}
@media (max-width: 1580px) {
  .g-act .container .g-box .g-right {
    position: relative;
    top: 0;
  }
}
@media (max-width: 971px) {
  .g-act .container .g-box .g-right {
    width: 100%;
  }
}
.g-act .container .g-con {
  margin-bottom: 0.85rem;
}
.g-act .container .g-con .g-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.34rem;
  margin-bottom: 0.34rem;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 971px) {
  .g-act .container .g-con .g-list {
    flex-direction: column;
  }
}
.g-act .container .g-con .g-list .g-img {
  width: 3.58rem;
  margin-right: 0.76rem;
  flex-shrink: 0;
}
@media (max-width: 971px) {
  .g-act .container .g-con .g-list .g-img {
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
}
.g-act .container .g-con .g-list .g-img:before {
  padding-top: 52.78%;
}
.g-act .container .g-con .g-list .g-img:hover img {
  transform: scale(1.05);
}
.g-act .container .g-con .g-list .g-txt {
  width: 100%;
}
.g-act .container .g-con .g-list .g-txt .font24 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .g-act .container .g-con .g-list .g-txt .font24 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
}
.g-act .container .g-con .g-list .g-txt .font24:hover {
  color: #005ce6;
}
.g-act .container .g-con .g-list .g-txt .g-time {
  display: flex;
  align-items: center;
  margin-bottom: 0.14rem;
}
.g-act .container .g-con .g-list .g-txt .g-time svg,
.g-act .container .g-con .g-list .g-txt .g-time img {
  margin-right: 0.16rem;
  width: 20px;
}
@media (max-width: 767px) {
  .g-act .container .g-con .g-list .g-txt .g-time svg,
  .g-act .container .g-con .g-list .g-txt .g-time img {
    width: 14px;
  }
}
.g-act .container .g-con .g-list .g-txt .g-time p {
  margin-right: 0.18rem;
}
.g-act .container .g-con .g-list .g-txt .g-txs {
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
}
.g-act .container .g-con .g-list .g-txt .g-txs svg,
.g-act .container .g-con .g-list .g-txt .g-txs img {
  margin-right: 0.16rem;
  width: 20px;
}
@media (max-width: 767px) {
  .g-act .container .g-con .g-list .g-txt .g-txs svg,
  .g-act .container .g-con .g-list .g-txt .g-txs img {
    width: 14px;
  }
}
.g-act .container .g-con .g-list .g-txt .g-txs p {
  margin-right: 0.18rem;
}
.g-act .container .g-con .g-list .g-txt .g-txs .g-hgy1 span {
  color: #ff8400;
}
.g-act .container .g-con .g-list .g-txt .g-txs .g-hgy2 span {
  color: #999;
}
.g-act .container .g-con .g-list .g-txt .c-common-btn4 {
  width: 150px;
  transition: all 0.3s;
  background: #f0f0f0;
}
@media (max-width: 971px) {
  .g-act .container .g-con .g-list .g-txt .c-common-btn4 {
    width: 2.4rem;
  }
}
.g-act .container .g-con .g-list .g-txt .c-common-btn4:hover {
  background: #005ce6;
}
.g-act .container .g-con .g-list .g-txt .c-common-btn4:hover span {
  color: #fff;
}
.g-act .container .g-con .g-list .g-txt .c-common-btn4:hover svg path {
  fill: #fff;
}
.g-act .container .g-con .g-list .g-txt .c-common-btn4 span {
  color: #333;
}
.g-act .container .g-con .g-list .g-txt .c-common-btn4 svg {
  transform: rotate(-45deg);
  width: 14px;
}
@media (max-width: 767px) {
  .g-act .container .g-con .g-list .g-txt .c-common-btn4 svg {
    width: 10px;
  }
}
.g-act .container .g-con .g-list .g-txt .c-common-btn4 svg path {
  fill: #333;
}
.hover1 {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
.hover1 .tit {
  color: #222222;
  padding: 0.24rem 0.2rem 0.2rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1580px) {
  .hover1 .tit {
    padding: 0.2rem;
    margin-bottom: 0;
  }
}
.hover1 .tit .tit_box {
  display: flex;
  align-items: center;
}
.hover1 .tit .tit_box svg {
  width: 22px;
  margin-right: 7px;
}
.hover1 .tit .tit_box svg path {
  fill: #0f66e7;
}
.hover1 .tit .close {
  cursor: pointer;
  display: block;
  z-index: 4;
  width: 0.14rem;
  height: auto;
  overflow: hidden;
}
.hover1 .tit .close svg {
  width: 0.14rem;
  height: auto;
}
.hover1 .tit .close svg path {
  fill: #333;
}
.hover1 .jut {
  width: 100%;
  padding: 0 0.32rem 0.4rem;
}
@media (max-width: 1580px) {
  .hover1 .jut {
    padding: 0 0.2rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .hover1 .jut {
    position: relative;
  }
}
.hover1 .jut .layui-inline {
  width: 100%;
  border: none;
}
.hover1 .jut .layui-inline .layui-laydate-static {
  border: none;
  box-shadow: none;
  width: 100%!important;
}
.hover1 .jut .layui-inline .layui-laydate-main {
  width: 100%;
}
.hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-y,
.hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-y {
  display: none;
}
.hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m,
.hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  top: 6px;
  justify-content: center;
  color: #666666;
}
.hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m:hover,
.hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m:hover {
  background-color: #f2f5fa;
}
.hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m {
  left: 0;
}
.hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m {
  right: 0;
}
.hover1 .jut .layui-inline .layui-laydate-header {
  padding: 10px 40px 5px;
  border-bottom: none;
}
.hover1 .jut .layui-inline .laydate-set-ym {
  color: #222222;
  font-weight: bold;
}
.hover1 .jut .layui-inline .layui-laydate-footer {
  display: none;
}
.hover1 .jut .layui-inline .layui-laydate-content table {
  width: 100%;
}
.hover1 .jut .layui-inline .layui-laydate-main {
  position: relative;
  z-index: 4;
}
.hover1 .jut .layui-inline .layui-laydate-content td,
.hover1 .jut .layui-inline .layui-laydate-content th {
  width: 0.32rem;
  height: 0.32rem;
  padding: 9px 0;
  color: #333;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .hover1 .jut .layui-inline .layui-laydate-content td,
  .hover1 .jut .layui-inline .layui-laydate-content th {
    font-size: 14px;
  }
}
@media (max-width: 971px) {
  .hover1 .jut .layui-inline .layui-laydate-content td,
  .hover1 .jut .layui-inline .layui-laydate-content th {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hover1 .jut .layui-inline .layui-laydate-content td,
  .hover1 .jut .layui-inline .layui-laydate-content th {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.hover1 .jut .layui-inline .layui-laydate-content td:before,
.hover1 .jut .layui-inline .layui-laydate-content th:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 971px) {
  .hover1 .jut .layui-inline .layui-laydate-content td:before,
  .hover1 .jut .layui-inline .layui-laydate-content th:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hover1 .jut .layui-inline .layui-laydate-content td:before,
  .hover1 .jut .layui-inline .layui-laydate-content th:before {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.hover1 .jut .layui-inline .layui-laydate-content td:hover,
.hover1 .jut .layui-inline .layui-laydate-content th:hover {
  background-color: transparent!important;
}
.hover1 .jut .layui-inline .layui-laydate-content td:hover:before,
.hover1 .jut .layui-inline .layui-laydate-content th:hover:before {
  background-color: #eee;
}
@media (max-width: 1580px) {
  .hover1 .jut .layui-inline .layui-laydate-content {
    padding: 0;
  }
}
.hover1 .jut .layui-inline .layui-laydate-content .laydate-day-next,
.hover1 .jut .layui-inline .layui-laydate-content .laydate-day-prev {
  color: #999999;
}
.hover1 .jut .layui-inline .layui-laydate .layui-this {
  background-color: transparent!important;
}
.hover1 .jut .layui-inline .layui-laydate .layui-this:before {
  background-color: #005ce6;
}
.hover1 .jut .layui-inline .layui-laydate .layui-this:hover {
  color: #fff !important;
}
.hover1 .jut .layui-inline .layui-laydate .layui-this:hover:before {
  background-color: #005ce6;
}
.hover1 .jut .layui-inline .laydate-set-ym span:hover {
  color: #005ce6;
}
.hover1 .jut .layui-inline .layui-laydate-list > li.layui-this {
  background-color: #005ce6 !important;
}
.hover1 .jut .fot {
  padding-top: 0.26rem;
  border-top: 1px solid #f5f5f5;
}
.hover1 .jut .fot .time {
  display: flex;
  align-items: center;
}
.hover1 .jut .fot .time i {
  display: block;
  overflow: hidden;
  width: 18px;
}
.hover1 .jut .fot .time i img {
  width: 100%;
  float: left;
}
.hover1 .jut .fot .time .text {
  color: #666666;
  font-size: 18px;
  padding-left: 18px;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .hover1 .jut .fot .time .text {
    font-size: 16px;
    padding-left: 14px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 1260px) {
  .hover1 .jut .fot .time .text {
    padding-left: 12px;
    width: calc(100% - 14px);
  }
}
.hover1 .jut .fot .time .text span {
  color: #005ce6;
}
.hover1 .jut .fot .nei {
  margin-top: 0.26rem;
  padding-right: 10px;
  position: relative;
  overflow-y: auto;
  max-height: 160px;
}
@media (max-width: 1580px) {
  .hover1 .jut .fot .nei {
    margin-top: 0.1rem;
  }
}
.hover1 .jut .fot .nei .li {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  line-height: 28px;
  align-items: center;
  justify-content: space-between;
  padding-right: 3px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hover1 .jut .fot .nei .li {
    line-height: 26px;
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 1260px) {
  .hover1 .jut .fot .nei .li {
    line-height: 24px;
  }
}
@media (max-width: 971px) {
  .hover1 .jut .fot .nei .li {
    line-height: 1.5;
  }
}
.hover1 .jut .fot .nei .li:last-child {
  margin-bottom: 0;
}
.hover1 .jut .fot .nei .li i {
  font-style: normal;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.hover1 .jut .fot .nei .li .g-hgy1 {
  color: #ff8400;
}
.hover1 .jut .fot .nei .li .g-hgy2 {
  color: #999;
}
.hover1 .jut .fot .nei .li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  padding-left: 22px;
  position: relative;
}
.hover1 .jut .fot .nei .li span:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 6px;
  background: #999999;
  height: 6px;
}
.hover1 .jut .fot .g_btn {
  margin-top: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover1 .jut .fot .g_btn .a1 {
  background: #005ce6;
  border-radius: 0.05rem;
  width: 150px;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.06rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .hover1 .jut .fot .g_btn .a1 {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .hover1 .jut .fot .g_btn .a1 {
    width: 120px;
    height: 40px;
  }
}
.hover1 .jut .fot .g_btn .a2 {
  color: #333;
  background: #f0f0f0;
  border-radius: 0.05rem;
  width: 150px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.06rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .hover1 .jut .fot .g_btn .a2 {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .hover1 .jut .fot .g_btn .a2 {
    width: 120px;
    height: 40px;
  }
}
.hover1 .jut .fot .nei::-webkit-scrollbar {
  width: 3px;
}
.hover1 .jut .fot .nei::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 2px;
}
.hover1 .jut .fot .nei::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 25px;
}
.hover1 .jut .fot .nei::-webkit-scrollbar-corner {
  background: #666666;
}
#c-right-pop li {
  position: relative;
}
#c-right-pop li .calendargt2 {
  position: absolute;
  right: 100%;
  display: none;
  width: 4.7rem;
  padding-right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.laydate-day-mark {
  font-size: initial !important;
  line-height: initial !important;
  padding: 9px 0 !important;
}
.laydate-day-mark::after {
  right: 50% !important;
  transform: translateX(50%) !important;
  top: auto !important;
  bottom: 0 !important;
  width: 8px !important;
  height: 8px !important;
}