.index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index .banner {
  display: block;
}

.index .banner img {
  display: block;
  width: 100%;
}

.index .banner .swiper-slide {
  cursor: pointer;
}

.index .banner .swiper-slide .text {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  text-align: left;
  color: #fff;
}

.index .banner .swiper-slide .text > div {
  max-width: 128rem;
  padding: 0 11% 0;
  padding-bottom: 16rem;
}

.index .banner .swiper-slide .text .title {
  font-size: 5.6rem;
  line-height: 2;
  font-weight: 700;
  position: relative;
}

.index .banner .swiper-slide .text .sub {
  font-size: 3.6rem;
  margin-bottom: 6.5rem;
  color: #fff;
}

.index .banner .swiper-slide .text .viewmore {
  border: 0.1rem solid hsla(0, 0%, 100%, 0.8);
}

.index .banner .swiper-pagination {
  bottom: 3rem;
}

.index .banner .swiper-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background: hsla(0, 0%, 100%, 0.6);
}

.index .banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1rem;
}

.index .banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color) !important;
}

.index .indexbox1 .con {
  display: grid;
  grid: 'box1 box2 box2' 'box1 box3 box4' 'box5 box5 box5';
  grid-gap: 1rem;
  margin-top: 5.8rem;
}

.index .indexbox1 .con > div {
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  height: 20rem;
}

.index .indexbox1 .con > div,
.index .indexbox1 .con > div .row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .indexbox1 .con > div .row {
  background: linear-gradient(49.34deg, #f1f1f1, #f9f9f9 82.92%);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.index .indexbox1 .con > div .text {
  margin: 3rem 2rem auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .indexbox1 .con > div .title {
  font-size: 2.2rem;
  line-height: 1.5;
  color: var(--color);
  margin-bottom: 1.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 0.5rem;
}

.index .indexbox1 .con > div .title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0.2rem;
  background: var(--color);
  width: 4rem;
}

.index .indexbox1 .con > div .sub {
  color: #555;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.2rem;
  white-space: normal;
}
.commontop .wapright div .icon.mobile-btn {
  width: 3rem;
  margin-left: 1rem;
}
.mobile-btn img {
  width: 100%;
}
.index .indexbox1 .con > div .icon {
  margin-top: auto;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 2rem;
  display: none;
}

.index .indexbox1 .con > div .icon svg {
  fill: var(--color);
}

.index .indexbox1 .con > div img {
  margin-left: auto;
  mix-blend-mode: multiply;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100%;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index .indexbox1 .con > div:hover .icon {
  width: 2rem;
  opacity: 1;
}

.index .indexbox1 .con > div:hover .text {
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  margin-top: 2rem;
}

.index .indexbox1 .con > div:hover .row {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  top: 1rem;
  left: 1rem;
}

.index .indexbox1 .con .box1 {
  grid-area: box1;
  height: 41rem;
}

.index .indexbox1 .con .box1 > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index .indexbox1 .con .box1 .sub {
  max-width: 32rem;
}

.index .indexbox1 .con .box1 img {
  margin: auto 2rem 0 auto;
  max-width: 70%;
  max-height: 27rem;
}

.index .indexbox1 .con .box2 {
  grid-area: box2;
}

.index .indexbox1 .con .box2 .text {
  width: 40%;
}

.index .indexbox1 .con .box2 .sub {
  width: 32rem;
}

.index .indexbox1 .con .box2 img {
  margin: auto;
  margin-right: 2rem;
  max-height: 20rem;
  height: auto;
}

.index .indexbox1 .con .box3 {
  grid-area: box3;
}

.index .indexbox1 .con .box3 .sub {
  width: 24rem;
}

.index .indexbox1 .con .box3 img {
  margin: auto 1rem 0 auto;
  max-width: 50%;
  height: 16rem;
}

.index .indexbox1 .con .box4 {
  grid-area: box4;
}

.index .indexbox1 .con .box4 .sub {
  width: 24rem;
}

.index .indexbox1 .con .box4 img {
  margin: auto 1rem 0 auto;
  max-width: 50%;
  height: 16rem;
}

.index .indexbox1 .con .box5 {
  grid-area: box5;
  height: 25rem;
}

.index .indexbox1 .con .box5 .text .title {
  color: #004098;
}

.index .indexbox1 .con .box5 .text .title:after {
  background: #004098;
}

.index .indexbox1 .con .box5 .sub {
  width: 43.7rem;
}

.index .indexbox1 .con .box5 img {
  margin-right: 3.5rem;
  height: 25rem;
}

.index .indexbox2 .con {
  margin-top: 4.6rem;
}

.index .indexbox2 .con,
.index .indexbox2 .con .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .indexbox2 .con .item {
  padding: 3.7rem 7rem;
  margin-left: 4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0.1rem solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.index .indexbox2 .con .item:first-child {
  margin-left: 0;
}

.index .indexbox2 .con .item:hover {
  background: var(--color);
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.index .indexbox2 .con .item:hover .proicon {
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}

.index .indexbox2 .con .item:hover .proicon svg path {
  stroke: #fff;
}

.index .indexbox2 .con .item:hover span {
  color: #fff;
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}

.index .indexbox2 .con .item:hover .more {
  fill: #fff;
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.index .indexbox2 .con .item .proicon {
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index .indexbox2 .con .item .proicon svg {
  fill: transparent;
}

.index .indexbox2 .con .item span {
  color: #333;
  font-size: 2.2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index .indexbox2 .con .item .more {
  fill: var(--color);
  margin-left: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index .indexbox3 .sub {
  max-width: 72rem;
}

.index .indexbox3 .viewmore {
  border: 0.1rem solid var(--color);
  color: var(--color);
  margin: 4.3rem auto 5rem;
}
.index .indexbox5 .viewmore {
  border: 0.1rem solid var(--color);
  color: var(--color);
  margin: 4.3rem auto 5rem;
}

.index .indexbox3 .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index .indexbox3 .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index .indexbox3 .swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index .indexbox3 .swiper .swiper-slide:hover .text {
  opacity: 0.9;
  left: 0;
}

.index .indexbox3 .swiper .text {
  background: var(--color);
  opacity: 0;
  position: absolute;
  left: -50%;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index .indexbox3 .swiper .text .title {
  color: #fff;
  font-size: 2.4rem;
  width: 65%;
  margin: 0 auto;
}

.index .indexbox3 .swiper .text .line {
  background-color: #fff;
  height: 0.2rem;
}

.index .indexbox3 .swiper .text .sub {
  color: #fff;
  font-size: 1.4rem;
  width: 65%;
  margin: 0 auto;
}

.index .indexbox3 .swiper .text .icon {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  margin-top: 5rem;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.index .indexbox3 .swiper .text .icon svg {
  fill: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.index .indexbox3 .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3.6rem;
}

.index .indexbox3 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #ccc;
  opacity: 1;
  margin-bottom: 0.2rem;
}

.index .indexbox3 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 0.2rem solid var(--color);
  margin-bottom: 0;
}

.index .indexbox4 .con {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .indexbox4 .con .item {
  height: 32rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-left: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}

.index .indexbox4 .con .item:first-child {
  margin-left: 0;
}

.index .indexbox4 .con .item.active {
  -webkit-box-flex: 2.2;
  -ms-flex: 2.2;
  flex: 2.2;
}

.index .indexbox4 .con .item.active > div {
  opacity: 0;
}

.index .indexbox4 .con .item.active .hover {
  opacity: 0.9;
}

.index .indexbox4 .con .item img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index .indexbox4 .con .item > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 2.4rem 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.index .indexbox4 .con .item > div div {
  font-size: 3.2rem;
  font-weight: 700;
  opacity: 0.35;
  line-height: 3.2rem;
}

.index .indexbox4 .con .item > div div:first-child {
  opacity: 1;
  font-size: 2.2rem;
  font-weight: 400;
}

.index .indexbox4 .con .item .text div:first-child {
  font-weight: 700;
  text-transform: uppercase;
}

.index .indexbox4 .con .item .hover {
  opacity: 0;
  background: var(--color);
  height: 8rem;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0;
  width: 100%;
}

.index .indexbox4 .con .item .hover span {
  font-weight: 700;
  font-size: 3.2rem;
  margin-right: 1rem;
}

.index .cookiepanel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  z-index: 9999;
  padding: 3.6rem 0;
  -webkit-box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.18);
  display: none;
  -webkit-transform: all 0.5s;
  transform: all 0.5s;
  opacity: 0.9;
}

.index .cookiepanel.show {
  display: block;
}

.index .cookiepanel .text {
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.index .cookiepanel .text .cookie {
  color: #337ab7;
  display: inline-block;
  cursor: pointer;
  margin-left: 0.5rem;
}

.index .cookiepanel .btn {
  text-align: center;
}

.index .cookiepanel .btn button {
  color: #fff;
  background: #404042;
  border: none;
  line-height: 4.6rem;
  width: 21.5rem;
  border-radius: 4.6rem;
}

.index .cookiepanel .btn .agree {
  margin-right: 10rem;
  background: var(--color);
}

.index.en .indexbox1 > .sub {
  font-size: 1.8rem;
  max-width: none;
}

.index.en .indexbox1 .con > div .title {
  font-weight: 700;
}

.index.en .indexbox1 .con > div .sub {
  font-size: 1.6rem;
}

.index.en .indexbox1 .con .box2 .sub {
  width: 55rem;
}

.index.en .indexbox1 .con .box1 .sub,
.index.en .indexbox1 .con .box3 .sub,
.index.en .indexbox1 .con .box4 .sub {
  width: 30rem;
}

.index.en .indexbox1 .con > div .text {
  margin: auto 2rem auto 3rem;
}

.index.en .indexbox1 .con .box1 .text {
  margin-top: 3rem;
}

.index.en .indexbox2 .con .item {
  font-weight: 700;
  padding: 3.7rem 6rem;
}

.index.en .indexbox3 > .sub {
  max-width: 120rem;
  font-size: 1.8rem;
}

.index.en .indexbox3 .swiper .text .sub {
  font-size: 1.6rem;
}

.index.en .indexbox3 .swiper .text .sub,
.index.en .indexbox3 .swiper .text .title {
  width: 80%;
}

.index.en .indexbox3 .swiper .text .icon {
  margin-top: 3rem;
}

.index.en .indexbox4 > .sub {
  font-size: 2rem;
}

.index.en .indexbox4 .con .item > div {
  padding: 2.5rem 1.5rem;
}

.index.en .indexbox4 .con .item .text div:first-child {
  line-height: normal;
}

.index.en .indexbox4 .con .item .hover {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.6rem;
}

.index.en .indexbox4 .con .item .hover span {
  font-size: 1.6rem;
}

.index.en .indexbox1 .con .box5 .sub {
  width: 70rem;
}

.indexbox5 .indexTitle .link img {
  margin-right: 12px;
}
.indexbox5 .con {
  margin-top: 5.2rem;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 6rem);
  max-width: calc(100% + 6rem);
  margin: 0 -3rem;
}
.indexbox5 .list {
  display: block;
  width: calc(100% / 3);
  padding: 1.8rem 3rem 2rem;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
}
.indexbox5 .list .time {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: var(--color);
}

.indexbox5 .list .tit {
  font-size: 2.4rem;
  letter-spacing: 1px;
  color: #222;
  margin-top: 1.9rem;
  height: 6rem;
  line-height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.indexbox5 .list .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 4.6rem;
  border: 1px solid #e60012;
  margin-top: 6.2rem;
  margin-bottom: 6.4rem;
  color: #e60012;
}
.indexbox5 .list .link img {
  margin-right: 1.2rem;
}
.indexbox5 .list .img {
  font-size: 0;
}
.indexbox5 .list .img img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.indexbox5 .list:last-child {
  border-right: 0;
}
.linkHover {
  position: relative;
  z-index: 1;
  transition: background, color 0.3s;
}
.linkHover img {
  filter: none;
  transition: filter 0.3s;
}
.linkHover::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: var(--color);
  transition: width 0.3s;
}
.linkHover:hover {
  border-color: var(--color) !important;
  color: #fff !important;
}
.linkHover:hover img {
  filter: contrast(0) brightness(100);
}
.linkHover:hover::after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .index .indexbox1 .con > div .text {
    margin: auto 2rem auto 3rem;
  }
}

@media screen and (max-width: 768px) {
  .index .banner {
    height: 16rem;
  }

  .index .banner .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .index .banner .swiper-slide .text {
    padding: 0 1rem;
  }

  .index .banner .swiper-slide .text > div {
    padding-bottom: 0;
  }

  .index .banner .swiper-slide .text .title {
    font-size: 1.6rem;
    line-height: 2;
  }

  .index .banner .swiper-slide .text .title:before {
    height: 0.4rem;
  }

  .index .banner .swiper-slide .text .sub {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .index .banner .swiper-slide .text .viewmore {
    display: none;
  }

  .index .banner .swiper-pagination {
    bottom: 1rem;
  }

  .index .banner .swiper-pagination .swiper-pagination-bullet {
    height: 0.3rem;
    width: 2rem;
  }

  .index .indexbox1 img {
    max-height: 100%;
  }

  .index .indexbox1 .con {
    display: grid;
    grid: 'box1' 'box2' 'box3' 'box4' 'box5';
    grid-gap: 1rem;
    margin-top: 2rem;
  }

  .index .indexbox1 .con > div {
    width: 100% !important;
    height: auto !important;
  }

  .index .indexbox1 .con > div .text {
    margin: 0;
    padding: 1rem;
  }

  .index .indexbox1 .con > div .title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }

  .index .indexbox1 .con > div .sub {
    font-size: 1.3rem;
    line-height: 1.5;
    width: 100% !important;
  }

  .index .indexbox1 .con > div .icon {
    display: none;
  }

  .index .indexbox1 .con > div img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
  }

  .index .indexbox1 .con > div:hover .row {
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .index .indexbox1 .con > div:hover .text {
    -webkit-transform: initial;
    transform: none;
  }

  .index .indexbox1 .con .box1 {
    grid-area: box1;
  }

  .index .indexbox1 .con .box1 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .index .indexbox1 .con .box1 img {
    max-width: 30%;
    margin: 0;
  }

  .index .indexbox1 .con .box2 {
    grid-area: box2;
  }

  .index .indexbox1 .con .box2 .text {
    width: auto;
  }

  .index .indexbox1 .con .box2 img {
    margin-right: 0;
    height: auto;
    max-width: 30%;
  }

  .index .indexbox1 .con .box3 {
    grid-area: box3;
  }

  .index .indexbox1 .con .box3 img {
    margin: 0;
    max-width: 30%;
  }

  .index .indexbox1 .con .box4 {
    grid-area: box4;
  }

  .index .indexbox1 .con .box4 img {
    margin: 0;
    max-width: 30%;
  }

  .index .indexbox1 .con .box5 {
    grid-area: box5;
  }

  .index .indexbox1 .con .box5 img {
    max-width: 30%;
    margin-right: 0;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 60%;
    margin: auto 0;
  }

  .index .indexbox2 .con {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index .indexbox2 .con .item {
    padding: 1.5rem 2rem;
    margin-left: 0;
    margin-bottom: 1.5rem;
  }

  .index .indexbox2 .con .item .proicon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
  }

  .index .indexbox2 .con .item .proicon svg {
    fill: transparent;
  }

  .index .indexbox2 .con .item span {
    font-size: 1.6rem;
  }

  .index .indexbox2 .con .item .more {
    fill: var(--color);
    margin-left: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .index .indexbox3 .viewmore {
    margin: 1.5rem auto 2rem;
  }
  .index .indexbox5 .viewmore {
    margin: 1.5rem auto 2rem;
  }
  .index .indexbox3 .swiper .text {
    opacity: 0.9;
    left: 0;
  }

  .index .indexbox3 .swiper .text .title {
    font-size: 1.6rem;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .index .indexbox3 .swiper .text .line {
    margin: 1rem auto;
  }

  .index .indexbox3 .swiper .text .sub {
    color: #fff;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .index .indexbox3 .swiper .text .icon {
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
  }

  .index .indexbox3 .swiper .swiper-pagination {
    margin-top: 1.8rem;
  }

  .index .indexbox3 .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }

  .index .indexbox4 .con {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index .indexbox4 .con .item {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 1.5rem;
  }

  .index .indexbox4 .con .item,
  .index .indexbox4 .con .item.active {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .index .indexbox4 .con .item img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .index .indexbox4 .con .item > div {
    padding: 1rem;
  }

  .index .indexbox4 .con .item > div div {
    display: none;
  }

  .index .indexbox4 .con .item .hover {
    opacity: 1;
    height: 4rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .index .indexbox4 .con .item .hover span {
    font-size: 1.8rem;
    margin-right: 0.5rem;
  }

  .index .cookiepanel {
    padding: 1.5rem 0;
  }

  .index .cookiepanel .text,
  .index .cookiepanel .text .cookie {
    font-size: 1.4rem;
  }
  .index .cookiepanel .btn {
    display: flex;
  }
  .index .cookiepanel .btn button {
    line-height: 2.5;
    width: calc(50% - 0.8rem);
    font-size: 1.4rem;
    border-radius: 4.6rem;
  }

  .index .cookiepanel .btn .agree {
    margin-right: 1.6rem;
  }

  .index.en .indexbox1 .con .box1 .text,
  .index.en .indexbox1 .con > div .text {
    margin: 0;
  }

  .index.en .indexbox2 .con .item {
    padding: 1.5rem 2rem;
  }

  .index.en .indexbox1 > .sub {
    font-size: 1.4rem;
  }

  .index.en .indexbox3 .swiper .text .icon {
    margin-top: 1rem;
  }

  .index.en .indexbox3 > .sub,
  .index.en .indexbox4 .con .item .hover,
  .index.en .indexbox4 > .sub {
    font-size: 1.4rem;
  }

  .index.en .indexbox3 .swiper .text .sub,
  .index.en .indexbox3 .swiper .text .title {
    width: 95%;
  }

  .index.en .indexbox1 .con > div .sub,
  .index.en .indexbox3 .swiper .text .sub {
    font-size: 1.4rem;
  }
  .indexbox5 .con {
    margin-top: 2rem;
  }

  .indexbox5 .con .list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3.2rem;
    padding: 1.8rem 0 2.5rem;
    border-right: 0;
    border-bottom: 1px solid #dcdcdc;
    flex-basis: auto;
  }
  .indexbox5 .con .list .tit {
    font-size: 1.3rem;
    line-height: 2.4rem;
    -webkit-line-clamp: 2;
    height: 5.6rem;
    margin-top: 1.6rem;
    text-align: left;
    margin-bottom: 1.7rem;
  }
  .indexbox5 .con .list .link {
    width: 9rem;
    height: 2.6rem;
    margin: 0rem 0 2.3rem;
    font-size: 1.2rem;
  }
  .indexbox5 .list .time {
    font-size: 1.3rem;
  }
  .indexbox5 .con .list .img img {
    width: 100%;
  }
  .indexbox5 .con .list:nth-child(2) {
    margin-bottom: 0;
  }
  .indexbox5 .con {
    width: 100%;
    margin: 0;
  }
  .indexbox5 .list .img img {
    height: 10rem;
  }
  /* .indexbox5 .con .list:last-child {
    display: none;
  } */
}
