.home_banner {
/*  background: url(../img/home-banner.jpg) no-repeat center / cover;*/
  position: relative;
}
.home_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 188px;
  background: url(../img/home-banner-mask.svg) no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 95%;
}
.home_banner .flex {
  height: 100vh;
  max-height: 1080px;
  padding: 185px 0;
}
.home_banner .head {
  padding-bottom: 8.6885%;
}
.home_banner .head h1 {
  color: #fff;
  max-width: 752px;
  font-size: 55px;
  line-height: 70px;
  font-weight: 500;
  margin-bottom: 22px;
}
.home_banner .head ul li {
  font-size: 2rem;
  color: #fff;
  line-height: 46px;
  font-weight: 500;
  opacity: 0.9;
}
.home_banner .head .button {
  font-size: 20px;
  font-weight: 300;
  margin-top: 6px;
  padding: 9px 64px;
}
.home_nav {
  position: relative;
  margin-top: -115px;
}
.home_nav .home_nav_swiper .swiper-slide {
  height: auto;
}
.home_nav .home_nav_swiper .swiper-slide a {
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  padding: 60px 40px 0;
  min-height: 323px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.home_nav .home_nav_swiper .swiper-slide a:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.home_nav .home_nav_swiper .swiper-slide a:hover > div {
  top: -20px;
}
.home_nav .home_nav_swiper .swiper-slide a:hover .img {
  background-color: var(--theme_color);
}
.home_nav .home_nav_swiper .swiper-slide a:hover .img img {
  filter: contrast(0) brightness(20);
}
.home_nav .home_nav_swiper .swiper-slide a:hover strong {
  color: #fff;
}
.home_nav .home_nav_swiper .swiper-slide a:hover p {
  color: #fff;
}
.home_nav .home_nav_swiper .swiper-slide a:hover span {
  opacity: 1;
}
.home_nav .home_nav_swiper .swiper-slide a > div {
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.home_nav .home_nav_swiper .swiper-slide .img {
  width: 35.8209%;
  padding-bottom: 41.36319%;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
  background-color: #fff;
}
.home_nav .home_nav_swiper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home_nav .home_nav_swiper .swiper-slide strong {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 25px 0 18px;
  transition: all 0.3s;
}
.home_nav .home_nav_swiper .swiper-slide p {
  color: var(--content_color);
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 18px;
  transition: all 0.3s;
}
.home_nav .home_nav_swiper .swiper-slide span {
  color: #fff;
  font-size: 14px;
  padding-right: 18px;
  position: relative;
  transition: all 0.3s;
  opacity: 0;
}
.home_nav .home_nav_swiper .swiper-slide span::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background: url(../img/right-line-w.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home_nav .swiper_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1384px;
  display: flex;
  justify-content: space-between;
}
.home_nav .swiper_btns div {
  width: 18px;
  height: 34px;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/left-b.svg) no-repeat center / contain;
}
.home_nav .swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}
.home_nav .swiper_btns .btn_next {
  background-image: url(../img/right-b.svg);
}
.home_product {
  padding: 152px 0 162px;
}
.home_product .head h2 {
  color: var(--title_color);
  font-size: 44px;
  font-weight: 900;
  line-height: 60px;
}
.home_product .nav {
  margin-top: 38px;
}
.home_product .nav ul {
  display: flex;
  gap: 1rem 4.5082%;
  justify-content: center;
}
.home_product .nav ul li {
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
  color: #777d80;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
  cursor: pointer;
}
.home_product .nav ul li.active,
.home_product .nav ul li:hover {
  color: var(--title_color);
  border-color: var(--theme_color);
}
.home_product .home_product_swiper_box {
  position: relative;
  margin: 35px 0 45px;
}
.home_product .home_product_swiper_box .swiper_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1384px;
  display: flex;
  justify-content: space-between;
}
.home_product .home_product_swiper_box .swiper_btns div {
  width: 18px;
  height: 34px;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/left-b.svg) no-repeat center / contain;
}
.home_product .home_product_swiper_box .swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}
.home_product .home_product_swiper_box .swiper_btns .btn_next {
  background-image: url(../img/right-b.svg);
}
.home_product .home_product_swiper .swiper-slide {
  height: auto;
}
.home_product .home_product_swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.home_product .home_product_swiper .swiper-slide a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_product .home_product_swiper .swiper-slide a:hover img {
  transform: scale(1.1);
}
.home_product .home_product_swiper .swiper-slide a:hover .info strong {
  color: #fff;
  background-color: var(--theme_color);
}
.home_product .home_product_swiper .swiper-slide .img {
  height: 364px;
  overflow: hidden;
}
.home_product .home_product_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.home_product .home_product_swiper .swiper-slide .info {
  padding: 20px 0 26px;
  margin: 0 7.326%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.home_product .home_product_swiper .swiper-slide .info span {
  color: var(--theme_color);
}
.home_product .home_product_swiper .swiper-slide .info h3 {
  flex: 1;
  color: var(--title_color);
  font-size: 22px;
  line-height: 2rem;
  font-weight: normal;
  margin: 5px 0 .5rem;
}
.home_product .home_product_swiper .swiper-slide .info p{
  margin-bottom: 2.5rem;
  font-size: 15px;
}
.home_product .home_product_swiper .swiper-slide .info strong {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #28292b;
  transition: all 0.3s;
  background-color: #e9eaec;
  border-radius: 4px;
  padding: 13.5px;
  font-weight: normal;
}
.home_focus {
  background: url(../img/home-solu-bg.png) no-repeat center / cover;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.home_focus .head {
  width: 47.541%;
}
.home_focus .head h2 {
  font-size: 58px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 135px;
}
.home_focus .head p {
  max-width: 514px;
  color: #666;
  line-height: 27px;
}
.home_focus .head ul {
  display: flex;
  gap: 10%;
  margin: 90px 0 42px;
}
.home_focus .head ul li {
  width: 40%;
  color: var(--title_color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.home_focus .head ul li i {
  display: block;
  min-width: 56px;
  height: 56px;
  background: url(../img/home-focus-icon1.svg) no-repeat center / contain;
}
.home_focus .img {
  margin: 170px 0 105px;
  width: 52.377%;
  padding-bottom: 53.85246%;
  position: relative;
  left: 15px;
  background: url(../img/home-solu-imgbg.svg) no-repeat center / contain;
}
.home_focus .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 20px;
  top: -10px;
  transition: all 1s;
}
.home_focus .img .text {
  transition: all 1s;
  position: absolute;
  right: 10px;
  bottom: 30px;
  background: url(../img/home-solu-num.svg) no-repeat center / contain;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 42px 32px;
}
.home_focus .img .text strong {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.home_focus .img .text p {
  color: #fff;
  padding-top: 9px;
}
.home_why {
  padding: 122px 0;
  position: relative;
}
.home_why .bg {
  width: 100%;
  height: 100%;
  background: url(../img/home-why-bg.svg) no-repeat top center;
  background-size: 110% auto;
  position: absolute;
  left: 0;
  top: -50px;
}
.home_why .head h2 {
  color: var(--title_color);
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}
.home_why .main {
  margin-top: 72px;
}
.home_why .main ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.home_why .main ul li {
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 62px 0 82px;
  text-align: center;
}
.home_why .main ul li:hover {
  background-color: var(--theme_color);
}
.home_why .main ul li:hover i {
  filter: contrast(0) brightness(20);
}
.home_why .main ul li:hover h3 {
  color: #fff;
}
.home_why .main ul li i {
  display: block;
  width: 26.425%;
  padding-bottom: 26.425%;
  margin: 0 auto;
  background: no-repeat center / contain;
}
.home_why .main ul li h3 {
  transition: all 0.3s;
  color: var(--title_color);
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  margin: 40px auto 0;
  padding: 0 20px;
  max-width: 285px;
}
.home_solution {
  padding: 20px 0;
}
.home_solution .head h2 {
  color: var(--a_color);
  font-size: 46px;
  font-weight: 900;
  line-height: 55px;
}
.home_solution .head p {
  color: var(--content_color);
  font-size: 17px;
  line-height: 26px;
  max-width: 716px;
  margin: 26px auto 0;
}
.home_solution .home_solution_swiper {
  margin: 80px auto;
  max-width: 1382px;
  overflow: hidden;
  width: 96%;
}
.home_solution .home_solution_swiper .swiper-slide {
  overflow: hidden;
  height: auto;
}
.home_solution .home_solution_swiper .swiper-slide a {
  display: block;
  position: relative;
}
.home_solution .home_solution_swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}
.home_solution .home_solution_swiper .swiper-slide a:hover .flex {
  bottom: -100%;
}
.home_solution .home_solution_swiper .swiper-slide .img {
  height: 450px;
  overflow: hidden;
}
.home_solution .home_solution_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.home_solution .home_solution_swiper .swiper-slide .flex {
  position: absolute;
  width: 100%;
  height: 87.77%;
  left: 0;
  bottom: 0;
  background: url(../img/home-solu-mask.svg) no-repeat center / cover;
  align-items: flex-end;
  justify-content: center;
  padding: 25px;
  transition: all 0.3s;
}
.home_solution .home_solution_swiper .swiper-slide .flex h3 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.home_blog {
  padding: 104px 0 134px;
}
.home_blog .head h2 {
  color: var(--title_color);
  font-size: 44px;
  line-height: 60px;
  font-weight: 500;
}
.home_blog .nav {
  margin-top: 38px;
}
.home_blog .nav ul {
  display: flex;
  gap: 1rem 4.5082%;
  justify-content: center;
}
.home_blog .nav ul li {
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
  color: #777d80;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px;
  cursor: pointer;
}
.home_blog .nav ul li.active,
.home_blog .nav ul li:hover {
  color: var(--title_color);
  border-color: var(--theme_color);
}
.home_blog .home_blog_swiper_box {
  position: relative;
  margin: 40px 0 60px;
}
.home_blog .home_blog_swiper_box .swiper_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1384px;
  display: flex;
  justify-content: space-between;
}
.home_blog .home_blog_swiper_box .swiper_btns div {
  width: 18px;
  height: 34px;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/left-b.svg) no-repeat center / contain;
}
.home_blog .home_blog_swiper_box .swiper_btns div.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}
.home_blog .home_blog_swiper_box .swiper_btns .btn_next {
  background-image: url(../img/right-b.svg);
}
.home_blog .home_blog_swiper .swiper-slide {
  height: auto;
}
.home_blog .home_blog_swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.home_blog .home_blog_swiper .swiper-slide a:hover img {
  transform: scale(1.1);
}
.home_blog .home_blog_swiper .swiper-slide a:hover .info i {
  color: #fff;
  background-color: var(--theme_color);
}
.home_blog .home_blog_swiper .swiper-slide .img {
  overflow: hidden;
  height: 276px;
  border-radius: 8px;
}
.home_blog .home_blog_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.home_blog .home_blog_swiper .swiper-slide .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 60px 6.63265% 37px;
  position: relative;
}
.home_blog .home_blog_swiper .swiper-slide .info .date {
  position: absolute;
  left: 6.63265%;
  top: 0;
  transform: translateY(-55%);
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  text-align: center;
  color: var(--theme_color);
  font-size: 35px;
  font-weight: 500;
  transition: all 0.3s;
  line-height: 1;
}
.home_blog .home_blog_swiper .swiper-slide .info .date span {
  color: #333333;
  font-size: 20px;
  display: block;
  margin-top: 5px;
}
.home_blog .home_blog_swiper .swiper-slide .info h3 {
  color: var(--title_color);
  font-size: 22px;
  font-weight: 300;
  line-height: 2rem;
}
.home_blog .home_blog_swiper .swiper-slide .info p {
  color: var(--content_color);
  font-size: 17px;
  line-height: 28px;
  flex: 1;
  margin: 50px 0 20px;
}
.home_blog .home_blog_swiper .swiper-slide .info i {
  display: inline-block;
  font-weight: 500;
  background-color: #edeef0;
  border-radius: 4px;
  color: var(--title_color);
  transition: all 0.3s;
  padding: 10px 45px;
  width: 100%;
  max-width: 154px;
  text-align: center;
}
.home_blog .button_more{
  border-radius: 5px;
}
