.about_3 .img img, .about_1 .flex .img img, .smart_3 img, .smart_2 img, .smart_1 img, .news_1 .son img, .home9 .son img, .home9 .mySwiper9 img, .home8 .mySwiper8 img, .home7 .mySwiper7 img, .home6 .mySwiper6 img, .home5 .son img, .home5 .mySwiper5 img, .home4 .mySwiper4 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.home1 .but a {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 30px;
  border: 1px solid var(--color);
  transition: all 0.3s ease;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home1 .but a:hover {
  background-color: var(--color);
  color: #fff;
}
@media (max-width: 768px) {
  .home1 .but a {
    padding: 6px 20px;
    font-size: 14px;
  }
}
.home1 .but a i {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #22911f;
  --color1: #2b8d87;
  --color2: #e0ae2a;
  --nav_height: 90px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 15px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

.bx {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son1 {
  width: 240px;
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
}
#fixed .son1 .logo {
  display: flex;
}
#fixed .son1 .img {
  margin-top: 10px;
  display: flex;
}
#fixed .son1 img {
  width: 100%;
  height: 100%;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover, #page_2 a.on {
  color: var(--color);
}

#banner_1 {
  font-size: 0;
  position: relative;
  z-index: 10;
}
#banner_1 .banner_1 video,
#banner_1 .banner_1 img {
  width: 100%;
  height: 100vh;
}
#banner_1 .banner_1 .swiper-slide-active h2,
#banner_1 .banner_1 .swiper-slide-active p {
  opacity: 1;
  transform: translateX(0);
}
#banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
#banner_1 .bx {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#banner_1 h2 {
  font-family: "title1";
  font-size: 48px;
  font-weight: normal;
  transition: all 1s 0.5s ease;
  opacity: 0;
  transform: translateX(-100%);
}
#banner_1 p {
  font-size: 18px;
  transition: all 1s 1s ease;
  opacity: 0;
  transform: translateX(100%);
}

#banner_2 {
  position: relative;
  z-index: 10;
  display: flex;
}
#banner_2 video,
#banner_2 img {
  width: 100%;
  height: 480px;
}
#banner_2 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner_2 .txt h3 {
  font-size: 46px;
  line-height: 1.5;
  text-shadow: 0 0 1px #ccc;
}
#banner_2 .txt p {
  font-size: 24px;
  line-height: 1.7;
  margin-top: 5px;
  font-weight: normal;
}

#mbx_1 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_1 .bx {
  display: flex;
}
#mbx_1 .l {
  margin-right: auto;
  display: flex;
  gap: 40px;
}
#mbx_1 .l a {
  position: relative;
}
#mbx_1 .l a:hover::after, #mbx_1 .l a.on::after {
  width: 100%;
}
#mbx_1 .l a.on {
  font-weight: bold;
}
#mbx_1 .l a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color);
  transition: all 0.3s ease;
}
#mbx_1 .r {
  margin-left: auto;
}
#mbx_1 span {
  margin: 0 5px;
}

#mbx_2 {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4117647059);
}
#mbx_2 .bx {
  padding-top: 20px;
  padding-bottom: 20px;
}
#mbx_2 span {
  margin: 0 5px;
}

header {
  height: var(--nav_height);
  position: fixed;
  width: 100%;
  z-index: 100;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.header {
  height: 100%;
  padding: 0 100px;
  width: 100%;
  position: relative;
  border-radius: 0 0 40px 40px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(8, 9, 24, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.header .nav {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .header .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    position: fixed;
    top: var(--nav_height);
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s;
  }
  .header .nav.on {
    width: 100%;
    opacity: 1;
  }
}
.header .nav .menu {
  position: relative;
}
@media (max-width: 768px) {
  .header .nav .menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
    flex-grow: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.header .nav .menu:hover .sub {
  opacity: 1;
  visibility: visible;
}
.header .nav .menu_mobile {
  display: none;
}
@media (max-width: 768px) {
  .header .nav .menu_mobile {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.header .nav .tit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.header .nav .tit.btn {
  padding: 0 16px;
  background-color: #fff;
  border-radius: 10px;
}
.header .nav .tit.btn:hover i {
  width: 16px;
  opacity: 1;
}
.header .nav .tit.btn i {
  width: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .header .nav .tit {
    padding: 0 15px;
    height: auto;
    display: flex;
  }
}
.header .nav .tit.on a::after, .header .nav .tit:hover a::after {
  width: 100%;
}
.header .nav .tit.on i, .header .nav .tit:hover i {
  color: var(--color);
}
.header .nav .tit i {
  transition: all 0.5s ease;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .header .nav .tit i {
    display: block;
  }
}
.header .nav .tit a {
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  font-size: 20px;
  font-family: "title1";
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .nav .tit a {
    line-height: 50px;
    font-size: 18px;
    flex-grow: 1;
    color: #fff;
  }
}
.header .nav .sub {
  position: absolute;
  min-width: 200px;
  z-index: 11;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .header .nav .sub {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: none;
    width: 100%;
    padding: 0;
    display: none;
  }
}
.header .nav .sub::after {
  position: absolute;
  content: "";
  top: -6px;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header .nav .sub::after {
    display: none;
  }
}
.header .nav .sub ul {
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(8, 9, 24, 0.1);
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .header .nav .sub ul {
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
  }
}
.header .nav .sub li {
  position: relative;
}
.header .nav .sub a {
  display: block;
  line-height: 1.3em;
  font-size: 16px;
  padding: 9px 5px;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  .header .nav .sub a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
  }
}
.header .nav .sub a:hover {
  background-color: var(--color);
  color: #fff;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 70%;
}
.header .language {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .language:hover .ul {
  opacity: 1;
  visibility: visible;
}
.header .language .ul {
  position: absolute;
  top: 100%;
  padding: 10px 0px;
  box-shadow: 0 8px 24px rgba(8, 9, 24, 0.1);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.header .language a {
  text-align: center;
  line-height: 2;
  transition: all 0.3s ease;
}
.header .language a:hover {
  background-color: var(--color);
  color: #fff;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(19, 27, 36);
  color: #fff;
}
footer .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
}
footer .logo {
  position: relative;
}
footer .logo img {
  height: 80px;
}
footer .logo .t {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
  text-align: center;
}
footer .logo .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
}
footer .logo .nav a {
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
footer .logo .line {
  padding-bottom: 20px;
  display: flex;
  gap: 10px;
}
footer .logo .line a {
  font-size: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo .line a:hover {
  background-color: var(--color);
}
footer .logo .line a:hover .img {
  opacity: 1;
}
footer .logo .line a img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
footer .logo .line a .img {
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s ease;
}
footer .logo .line a .img img {
  width: 100%;
  height: 100%;
}
footer .content {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .content p {
  line-height: 28px;
}
footer .copyright {
  padding-top: 24px;
  border-top: 1px solid #444;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.47);
  font-size: 14px;
}

.home1 {
  padding-top: 90px;
}
.home1 .flex {
  align-items: center;
  gap: 60px;
}
.home1 .son {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
.home1 .title {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
}
.home1 p {
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.home1 .but {
  margin-top: 20px;
  display: flex;
}
.home1 .img {
  font-size: 0;
  overflow: hidden;
  transition: all 0.8s ease;
  border-radius: 60px;
}
.home1 .img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.home1 .img:hover img {
  transform: scale(1.05);
}
.home1 img {
  width: 100%;
  transition: all 0.8s ease;
}

.home2 {
  padding-top: 90px;
}
.home2 .flex {
  align-items: center;
  gap: 60px;
  position: relative;
}
.home2 .icon {
  height: 24px;
}
.home2 .son {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
.home2 .img {
  font-size: 0;
  overflow: hidden;
  transition: all 0.8s ease;
  border-radius: 60px;
}
.home2 .img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.home2 .img:hover img {
  transform: scale(1.05);
}
.home2 .img img {
  width: 100%;
  transition: all 0.8s ease;
}
.home2 p {
  font-size: 18px;
  line-height: 1.8;
}
.home2 p + p {
  padding-top: 20px;
}

.home3 {
  padding-top: 90px;
}
.home3 .tit {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home3 .tit img {
  height: 32px;
}
.home3 .rel {
  position: relative;
}
.home3 .rel .next_3,
.home3 .rel .prev_3 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  margin: 0;
  transform: translateY(-50%);
}
.home3 .rel .next_3::after,
.home3 .rel .prev_3::after {
  font-size: 18px;
}
.home3 .rel .next_3 {
  right: -40px;
}
.home3 .rel .prev_3 {
  left: -40px;
}
.home3 .mySwiper3 {
  position: relative;
  padding: 15px;
}
.home3 .mySwiper3::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  transform: translateY(calc(50% - 0px));
  content: "";
  height: 3px;
  background-color: #32b3ee;
  border-radius: 3px;
}
.home3 .mySwiper3 .swiper-wrapper {
  align-items: center;
}
.home3 .mySwiper3 .swiper-slide:hover {
  position: relative;
  z-index: 10;
}
.home3 .mySwiper3 .swiper-slide:nth-child(2n+1) .b {
  opacity: 0;
  visibility: hidden;
}
.home3 .mySwiper3 .swiper-slide:nth-child(2n) .t {
  visibility: hidden;
  opacity: 0;
}
.home3 .mySwiper3 .t {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home3 .mySwiper3 .t:hover .title {
  color: var(--color);
}
.home3 .mySwiper3 .t:hover .title::after {
  animation: scale_t 2s ease infinite;
}
.home3 .mySwiper3 .t:hover .con {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.home3 .mySwiper3 .t .title {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home3 .mySwiper3 .t .title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: -40px;
  transition: all 1s ease;
}
.home3 .mySwiper3 .t .title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: -40px;
}
.home3 .mySwiper3 .t .title i {
  line-height: 1;
  font-size: 20px;
}
.home3 .mySwiper3 .t .title img {
  height: 20px;
}
.home3 .mySwiper3 .b {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home3 .mySwiper3 .b:hover .title {
  color: var(--color);
}
.home3 .mySwiper3 .b:hover .title::after {
  animation: scale_b 2s ease infinite;
}
.home3 .mySwiper3 .b:hover .con {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.home3 .mySwiper3 .b .title {
  padding-bottom: 20px;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home3 .mySwiper3 .b .title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -40px;
  transition: all 1s ease;
}
.home3 .mySwiper3 .b .title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -40px;
}
.home3 .mySwiper3 .b .title i {
  line-height: 1;
  font-size: 20px;
}
.home3 .mySwiper3 .b .title img {
  height: 20px;
}
.home3 .mySwiper3 .con {
  width: 200%;
  padding: 10px;
  margin: -10px;
  font-size: 14px;
  transition: all 0.5s ease;
}

.home4 {
  padding-top: 90px;
}
.home4 .tit {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.home4 .tit img {
  height: 34px;
}
.home4 .mySwiper4 h3 {
  font-size: 24px;
  line-height: 1.4;
  opacity: 1;
  transition: all 0.5s ease;
  text-align: center;
  margin-bottom: 20px;
}
.home4 .mySwiper4 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  border-radius: 10px;
}
.home5 {
  padding-top: 90px;
}
.home5 .tit {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.home5 .tit img {
  height: 34px;
}
.home5 .mySwiper5 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  border-radius: 10px;
}
.home5 .mySwiper5 h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.home5 .mySwiper5 h2 i {
  font-size: 24px;
  line-height: 1.4;
}
.home5 .mySwiper5 p {
  line-height: 1.8;
  font-size: 18px;
}
.home5 .flex {
  justify-content: center;
  gap: 60px;
}
.home5 .son {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
  position: relative;
  overflow: hidden;
}
.home5 .son:hover img {
  transform: scale(1.05);
}
.home5 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.home5 .son .txt {
  background-color: rgba(0, 0, 0, 0.4901960784);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 50px;
  color: #fff;
}
.home5 .son .txt h2 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  margin-top: 0;
  margin-bottom: 20px;
}
.home5 .son .txt h2 i {
  font-size: 34px;
  line-height: 1.4;
}
.home5 .son .txt p {
  line-height: 1.8;
  font-size: 18px;
}

.home6 {
  padding-top: 90px;
}
.home6 .tit {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.home6 .tit img {
  height: 34px;
}
.home6 .mySwiper6 .swiper-slide {
  text-align: center;
}
.home6 .mySwiper6 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  border-radius: 10px;
}
.home6 .mySwiper6 h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.5;
}
.home6 .mySwiper6 h2 i {
  line-height: 1.5;
  font-size: 20px;
}
.home6 .mySwiper6 p {
  transition: all 0.5s ease;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home6 .son {
  flex: 1;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  position: relative;
}
.home6 .son.on {
  flex: 2;
}
.home6 .son.on p {
  opacity: 1;
  height: 60px;
}
.home6 .son .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  padding: 30px;
  padding-top: 90px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000);
}
.home6 .son h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.5;
}
.home6 .son h2 i {
  line-height: 1.5;
  font-size: 20px;
}
.home6 .son p {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home7 {
  padding-top: 90px;
}
.home7 .tit {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.home7 .tit img {
  height: 34px;
}
.home7 .mySwiper7 .swiper-slide {
  text-align: center;
}
.home7 .mySwiper7 .swiper-slide.swiper-slide-active h3,
.home7 .mySwiper7 .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.home7 .mySwiper7 .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.home7 .mySwiper7 h3 {
  font-size: 24px;
  line-height: 1.4;
  opacity: 0;
  transition: all 0.5s ease;
}
.home7 .mySwiper7 p {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.home7 .mySwiper7 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  border-radius: 10px;
}
.home8 {
  padding-top: 90px;
}
.home8 .tit {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.home8 .tit img {
  height: 34px;
}
.home8 .mySwiper8 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  border-radius: 10px;
}
.home8 .mySwiper8 .img:hover img {
  transform: scale(1.05);
}
.home8 .mySwiper8 h3 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 20px;
}

.home9 {
  padding-top: 90px;
}
.home9 .tit {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.home9 .tit img {
  height: 34px;
}
.home9 .mySwiper9 a {
  display: block;
}
.home9 .mySwiper9 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.home9 .mySwiper9 h3 {
  padding: 15px 0;
  font-size: 17px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home9 .mySwiper9 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  margin-bottom: 20px;
}
.home9 .mySwiper9 .date {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.home9 .mySwiper9 .date i {
  font-size: 14px;
}
.home9 .mySwiper9 .next_9,
.home9 .mySwiper9 .prev_9 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.home9 .mySwiper9 .next_9::after,
.home9 .mySwiper9 .prev_9::after {
  font-size: 16px;
}
.home9 .flex {
  gap: 30px;
}
.home9 .son {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
}
.home9 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.home9 .son h3 {
  padding: 15px 0;
  font-size: 17px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.home9 .son p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  margin-bottom: 20px;
}
.home9 .son .date {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.home9 .son .date i {
  font-size: 14px;
}

.home10 {
  padding-top: 90px;
}
.home10 .img {
  font-size: 0;
  position: relative;
}
.home10 .img img {
  width: 100%;
  max-height: 400px;
}
.home10 .txt {
  position: absolute;
  inset: 0;
  color: #fff;
}
.home10 .txt .bx {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home10 .txt p {
  font-size: 20px;
}
.home10 .tit {
  font-size: 32px;
  font-weight: normal;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home10 .tit img {
  height: 40px;
}
.home10 .flex {
  gap: 0px;
}
.home10 .son {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  padding: 60px 20px;
  text-align: center;
}
.home10 .son .box {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.home10 .son i {
  display: block;
  font-size: 24px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #002d5e;
}
.home10 .son h3 {
  margin-bottom: 10px;
}
.home10 .son p {
  line-height: 2;
}

.contact_1 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact_1 .flex {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.contact_1 .son {
  width: 50%;
  position: relative;
  z-index: 1;
}
.contact_1 .son:nth-child(2) {
  padding: 50px;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_1 .son h3 {
  font-size: 28px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 55px;
}
.contact_1 .son .txt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact_1 .son ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_1 .son li {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact_1 .son i {
  font-size: 24px;
}
.contact_1 .son p {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contact_1 .son .ewm {
  flex-shrink: 0;
  margin-right: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_1 .son .ewm .img {
  width: 130px;
  height: 130px;
  padding: 10px;
}
.contact_1 .son .box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_1 .son .box .img {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
  font-size: 0;
}
.contact_1 .son .box .img img {
  width: 100%;
}

.contact_2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../image/banner4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact_2 h2 {
  font-size: 34px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 35px;
}
.contact_2 form {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_2 label {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  display: flex;
  flex-direction: column;
}
.contact_2 .textarea {
  width: 100%;
}
.contact_2 span {
  font-size: 15px;
  color: #313131;
  margin-bottom: 15px;
}
.contact_2 input {
  border-radius: 8px;
  border: 1px solid #e6e9ec;
  line-height: 50px;
  padding: 0 15px;
}
.contact_2 textarea {
  border-radius: 8px;
  border: 1px solid #e6e9ec;
  line-height: 30px;
  padding: 0 15px;
}
.contact_2 .but {
  background-color: var(--color);
  color: #fff;
  border: none;
  border-radius: 10px;
  height: 50px;
  width: 175px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.news_1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../image/bj3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news_1 .flex {
  gap: 30px;
}
.news_1 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
.news_1 .son a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.news_1 .son a:hover h3 {
  color: var(--color);
}
.news_1 .son a:hover .time .tag i {
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.news_1 .son a:hover .time .tag i + i {
  transform: translateY(-10px) rotate(-45deg) translateX(-18px);
  opacity: 1;
}
.news_1 .son .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
}
.news_1 .son .txt {
  padding: 35px;
}
.news_1 .son h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.news_1 .son p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_1 .son .time {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_1 .son .time .tag {
  transition: all 0.8s ease;
}
.news_1 .son .time .tag i {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 15px;
  transition: all 0.4s ease;
}
.news_1 .son .time .tag i + i {
  position: absolute;
  color: var(--color);
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s ease;
  opacity: 0;
}
.news_1 .son .time .date {
  line-height: 1;
  color: #999;
  transition: all 0.8s ease;
}

.smart_1 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.smart_1 .flex {
  gap: 30px;
}
.smart_1 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.smart_1 .son:hover img {
  transform: scale(1.1);
}
.smart_1 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.smart_1 .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  padding: 30px;
  padding-top: 120px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000);
}
.smart_1 h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.5;
}
.smart_1 h2 i {
  line-height: 1.5;
  font-size: 20px;
}
.smart_1 p {
  transition: all 0.5s ease;
  line-height: 2;
}

.smart_2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.smart_2 .flex {
  gap: 30px;
}
.smart_2 .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.smart_2 .son:hover img {
  transform: scale(1.1);
}
.smart_2 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.smart_2 .txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  padding: 30px;
  padding-top: 120px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000);
}
.smart_2 h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.5;
}
.smart_2 h2 i {
  line-height: 1.5;
  font-size: 20px;
}
.smart_2 p {
  transition: all 0.5s ease;
  line-height: 2;
}

.smart_3 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.smart_3 .flex {
  gap: 30px;
}
.smart_3 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  overflow: hidden;
  position: relative;
}
.smart_3 .son:hover img {
  transform: scale(1.1);
}
.smart_3 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 10px;
}
.smart_3 .txt {
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  text-align: center;
}
.smart_3 h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.5;
}
.smart_3 h2 i {
  line-height: 1.5;
  font-size: 20px;
}
.smart_3 p {
  transition: all 0.5s ease;
  line-height: 2;
}

.about_1 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about_1 .box .img {
  float: left;
  margin-right: 30px;
  max-width: 50%;
  font-size: 0;
}
.about_1 .box .img img {
  width: 100%;
}
.about_1 .box .title h2 {
  position: relative;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.about_1 .flex {
  gap: 30px;
  padding-top: 90px;
}
.about_1 .flex .son {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
  position: relative;
  overflow: hidden;
}
.about_1 .flex .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.about_1 .flex .txt {
  background-color: rgba(0, 0, 0, 0.4901960784);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 50px;
  color: #fff;
}
.about_1 .flex .txt h2 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "title1";
  text-transform: uppercase;
  letter-spacing: 0.048em;
  margin-top: 0;
  margin-bottom: 20px;
}
.about_1 .flex .txt h2 i {
  font-size: 34px;
  line-height: 1.4;
}
.about_1 .flex .txt p {
  line-height: 1.8;
  font-size: 18px;
}

.about_2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about_2 .flex {
  gap: 30px;
}
.about_2 .son {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.about_2 .son:hover .img img {
  transform: scale(1.08);
}
.about_2 .son:nth-child(2n) {
  flex-direction: row-reverse;
}
.about_2 .son .img {
  width: 66.25%;
  height: 350px;
  flex-shrink: 0;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.about_2 .son .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.about_2 .son .img img {
  height: 100%;
  width: 100%;
  transition: all 0.8s ease;
}
.about_2 .son .txt {
  flex-grow: 1;
  padding: 0 40px;
  height: 100%;
  background-color: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
}
.about_2 .son .txt .box {
  width: 100%;
}
.about_2 .son .txt i {
  font-size: 50px;
}
.about_2 .son .txt h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.about_2 .son .txt p {
  line-height: 1.6;
}

.about_3 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about_3 .flex {
  gap: 60px;
}
.about_3 .son {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
.about_3 .son:hover .img img {
  transform: scale(1.05);
}
.about_3 .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  border-radius: 15px;
}
.about_3 .txt {
  padding: 35px 10px;
  border-bottom: 1px solid #d9dddf;
}

.about_4 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about_4 .mySwiper_1 .box {
  display: flex;
  gap: 40px;
}
.about_4 .mySwiper_1 .box:hover .img img {
  transform: scale(1.05);
}
.about_4 .mySwiper_1 .time {
  flex-shrink: 0;
  line-height: 1;
  margin-top: 160px;
  margin-bottom: auto;
  font-family: sans-serif;
  font-size: 60px;
  font-weight: normal;
  transition: all 0.3s ease;
}
.about_4 .mySwiper_1 .img {
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about_4 .mySwiper_1 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.about_4 .mySwiper_1 .line {
  position: relative;
  border-top: 1px dashed #adadad;
  margin: 25px 0;
}
.about_4 .mySwiper_1 .line::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #adadad;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_4 .mySwiper_1 .line::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #adadad;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_4 .btn_more {
  margin-top: 30px;
  position: relative;
  border-radius: 80px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
}
.about_4 .btn_more .prev_2,
.about_4 .btn_more .next_2 {
  margin-top: 0;
  flex-shrink: 0;
  width: 140px;
  height: 80px;
  position: relative;
}
.about_4 .btn_more .prev_2::after,
.about_4 .btn_more .next_2::after {
  display: none;
}
.about_4 .btn_more .prev_2 i,
.about_4 .btn_more .next_2 i {
  font-size: 26px;
  color: var(--color);
}
.about_4 .btn_more .swiper-slide-thumb-active span {
  color: var(--color);
}
.about_4 .btn_more .swiper-slide-thumb-active span::after {
  opacity: 1;
}
.about_4 .btn_more span {
  height: 80px;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about_4 .btn_more span::after {
  margin-top: 10px;
  content: "";
  flex-shrink: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color);
  opacity: 0;
}

.info_1 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.info_1 .l {
  width: 70%;
  padding-right: 40px;
  border-right: 1px solid #ecedee;
}
.info_1 .l .t {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.info_1 .l .t .time {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background-color: var(--color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.info_1 .l .t .time p {
  font-size: 12px;
}
.info_1 .l .t .time span {
  font-size: 32px;
}
.info_1 .l .t h2 {
  font-size: 24px;
}
.info_1 .r {
  width: 30%;
  padding-left: 25px;
}
.info_1 .r h3 {
  font-size: 22px;
  font-weight: normal;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.info_1 .r a {
  padding: 15px 0;
  border-bottom: 1px solid #ecedee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.info_1 .r .img {
  width: 35%;
  overflow: hidden;
  border-radius: 5px;
  font-size: 0;
  position: relative;
  flex-shrink: 0;
}
.info_1 .r .img img {
  width: 100%;
  max-height: 100px;
  height: 100%;
}
.info_1 .r .txt .time {
  margin-bottom: 5px;
  color: #878787;
  display: flex;
  align-items: center;
  gap: 5px;
}
.info_1 .r .txt .time i {
  color: #878787;
  font-size: 13px;
}
.info_1 .r .txt .time span {
  color: #aaaaac;
  font-size: 10px;
}
.info_1 .r .txt h2 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@keyframes scale_t {
  0% {
    transform: translate(-50%, 50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 50%) scale(3);
    opacity: 0;
  }
}
@keyframes scale_b {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

/*# sourceMappingURL=index.css.map */
