.home_banner {
  margin-top: -108px;
  padding: 248px 0 215px;
  position: relative;
  background: url(../img/home-bg.png) no-repeat bottom center / cover;
}
.home_banner .head {
  max-width: 718px;
}
.home_banner h1 {
  margin: 28px 0 12px;
}
.home_banner p {
  max-width: 557px;
  color: var(--content_color);
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 35px;
}
.home_banner h2 {
  color: #fff;
  margin: 0 auto;
}
.home_banner h2::after {
  background-color: #4a62a0;
}
.home_banner .auth {
  padding-top: 470px;
}
.home_banner .auth .head {
  max-width: 100%;
}
.home_banner .auth p {
  max-width: 573px;
  margin: 2rem auto 0;
  color: #fff;
  line-height: 2rem;
  opacity: 0.8;
}
.home_banner .auth ul {
  padding-top: 65px;
  gap: 20px;
  display: flex;
}
.home_banner .auth ul li {
  flex: 1;
  text-align: center;
}
.home_banner .auth ul li .img {
  border-radius: 10px;
  background-color: #fff;
  height: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_banner .auth ul li .img img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}
.home_banner .auth ul li h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  padding-top: 30px;
}
.home_blog {
  padding: 160px 0 95px;
  position: relative;
  /* background: url(../img/home-blog-bg.svg) no-repeat top 50px center / contain; */
}
.home_blog .head ul {
  display: flex;
  gap: 5px;
}
.home_blog .head ul li {
  color: #494949;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  border-radius: 24px;
  padding: 1rem 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.home_blog .head ul li:hover,
.home_blog .head ul li.active {
  background-color: var(--theme_color);
  color: #fff;
}
.home_blog .home_blog_swiper_box {
  position: relative;
  margin: 65px 0 100px;
}
.home_blog .home_blog_swiper a:hover img {
  transform: scale(1.05);
}
.home_blog .home_blog_swiper a:hover .info strong::after {
  right: -33px;
}
.home_blog .home_blog_swiper .img {
  height: 275px;
  overflow: hidden;
  border-radius: 30px;
}
.home_blog .home_blog_swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home_blog .home_blog_swiper .info {
  padding-top: 30px;
}
.home_blog .home_blog_swiper .info span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--subtheme_color);
}
.home_blog .home_blog_swiper .info h3 {
  color: #242424;
  font-size: 26px;
  font-weight: 700;
  line-height: 37px;
  margin: 10px 0 1rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_blog .home_blog_swiper .info strong {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme_color);
  position: relative;
}
.home_blog .home_blog_swiper .info strong::after {
  content: '';
  display: block;
  width: 1rem;
  height: 9px;
  background: url(../img/right-line.svg) no-repeat center / contain;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-40%);
  transition: all 0.3s;
}
 .icon-content{
  background: url('../img/home-blog-bg.svg') no-repeat top/100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 2s;
}
.home_best .icon-content{
  background-image: url('../img/factory-icons.svg');
}
.home_best {
  padding: 154px 0 95px;
  position: relative;
  background: url(../img/home-best-bg.svg) no-repeat top center / cover;
}
.home_best h2 {
  margin: 0 auto;
}
.home_best .main ul {
  padding: 126px 0 50px;
  display: flex;
  gap: 8.1967%;
}
.home_best .main ul li {
  flex: 1;
  height: 520px;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.home_best .main ul li::after {
  content: '';
  display: block;
  background: url(../img/home-best-item-bg.svg) no-repeat center / contain;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  width: 0;
  height: 0;
  right: 22px;
  bottom: 1rem;
}
.home_best .main ul li:hover::after {
  width: 100%;
  height: calc(100% + 66px);
}
.home_best .main ul li:hover a {
  transform: translateY(-50%);
}
.home_best .main ul li:hover a h3 {
  bottom: 39.5%;
}
.home_best .main ul li:hover a p {
  bottom: 12.5%;
  opacity: 1;
}
.home_best .main ul li:hover a strong {
  bottom: 3.57%;
}
.home_best .main ul li > div {
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  background: url(../img/home-best.jpg) no-repeat center / cover;
}
.home_best .main ul a {
  z-index: 3;
  opacity: 0.93;
  background-image: linear-gradient(to bottom, transparent, transparent, #122e6d, #122e6d, #122e6d);
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.home_best .main ul h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 50px;
  color: #fff;
  position: absolute;
  width: calc(100% - 25%);
  left: 12.5%;
  bottom: calc(50% + 30px);
  opacity: 1;
  transition: all 0.5s;
}
.home_best .main ul p {
  color: #fff;
  font-size: 17px;
  line-height: 2rem;
  position: absolute;
  left: 12.5%;
  bottom: 30%;
  width: calc(100% - 25%);
  opacity: 1;
  opacity: 0;
  transition: all 0.5s;
}
.home_best .main ul strong {
  opacity: 1;
  font-size: 22px;
  font-weight: 700;
  color: var(--theme_color);
  position: absolute;
  left: 12.5%;
  bottom: 18%;
  line-height: 47px;
  height: 47px;
  display: inline-block;
  transition: all 0.6s;
}
.home_best .main ul strong::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  background: url(../img/right-line-w.svg) no-repeat center / 40%;
  background-color: var(--theme_color);
  position: absolute;
  right: -60px;
  top: 0;
}
.home_best .main .button {
  padding: 1rem 43px;
}
.home_nums {
  margin-top: -45px;
  background: url(../img/home-num-bg.svg) no-repeat center / cover;
  position: relative;
  z-index: 2;
}
.home_nums ul {
  height: 524px;
  gap: 6%;
}
.home_nums ul li {
  flex: 1;
  text-align: center;
  padding-top: 120px;
}
.home_nums ul li .img {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 45px;
}
.home_nums ul li .img::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}
.home_nums ul li .img img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.home_nums ul li span {
  color: #fff;
  font-size: 49px;
  font-weight: 800;
}
.home_nums ul li p {
  color: #fff;
  font-size: 18px;
  padding-top: 9px;
}
.home_choose {
  margin-top: -125px;
  padding: 190px 0 0;
  background: url(../img/home-why-bg.svg) no-repeat top center / contain;
  background-color: #fcf9f4;
  position: relative;
}
.home_choose .icon-content{
  background-image: url('../img/home-why-icons.svg') ;
}
.home_choose h2 {
  margin: 0 auto;
}
.home_choose .head ul {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.home_choose .head ul li {
  color: #494949;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  border-radius: 24px;
  padding: 1rem 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.home_choose .head ul li:hover,
.home_choose .head ul li.active {
  background-color: var(--theme_color);
  color: #fff;
}
.home_choose .home_choose_swiper_box {
  position: relative;
  margin: 30px 0 0;
}
.home_choose .home_choose_swiper_box .swiper_btns {
  max-width: 1594px;
}
.home_choose .swiper_content {
  max-width: 1367px;
}
.home_choose .home_choose_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 5.94%;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.home_choose .home_choose_swiper .img {
  width: 45.07%;
  height: 515px;
  overflow: hidden;
  border-radius: 25px;
}
.home_choose .home_choose_swiper .img:hover img {
  transform: scale(1.05);
}
.home_choose .home_choose_swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home_choose .home_choose_swiper .info {
  display: block;
  width: 48.273%;
  padding-top: 20px;
}
.home_choose .home_choose_swiper .info:hover h3 {
  color: var(--theme_color);
}
.home_choose .home_choose_swiper .info h3 {
  transition: all 0.3s;
  color: #0e1c3d;
  font-size: 38px;
  font-weight: 800;
  line-height: 3.2rem;
}
.home_choose .home_choose_swiper .info p {
  color: #494949;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  margin: 28px 0 40px;
}
.home_choose .home_choose_swiper .info .button {
  padding: 1rem 43px;
}
.home_choose .home_choose_icon {
  position: relative;
  z-index: 3;
  margin-top: 80px;
  background: url(../img/home-why-icon-bg.svg) no-repeat center / cover;
}
.home_choose .home_choose_icon ul {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 593px;
}
.home_choose .home_choose_icon ul li {
  flex: 1;
  background-color: #fff;
  border-radius: 25px;
  padding: 16px 18px;
}
.home_choose .home_choose_icon ul .flex {
  width: 100%;
  min-height: 136px;
  border-radius: 25px;
  border: 2px dashed var(--subtheme_color);
  padding: 6.25%;
  gap: 7.9545%;
}
.home_choose .home_choose_icon ul i {
  display: block;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: url(../img/gou-w.svg) no-repeat center / 50%;
  background-color: var(--subtheme_color);
}
.home_choose .home_choose_icon ul li:nth-child(2) .flex {
  border-color: #89d4f3;
}
.home_choose .home_choose_icon ul li:nth-child(2) i {
  background-color: #89d4f3;
}
.home_choose .home_choose_icon ul li:nth-child(3) .flex {
  border-color: #fec85b;
}
.home_choose .home_choose_icon ul li:nth-child(3) i {
  background-color: #fec85b;
}
.home_choose .home_choose_icon ul h4 {
  color: #0e1c3d;
  font-size: 24px;
  font-weight: 700;
}
.home_choose .home_choose_icon ul p {
  color: #6b6b6b;
  font-size: 17px;
  font-weight: 500;
  padding-top: 8px;
}
.home_discover .icon-content{
  background-image: url(../img/quality-icons.svg);
  top: 8%;
}
.home_discover {
  position: relative;
  z-index: 2;
  padding: 130px 0 100px;
  margin-top: -130px;
  /* background: url(../img/home-disc-bg.svg) no-repeat center / contain; */
  background-color: #fff;
}
.home_discover h2 {
  margin: 0 auto;
}
.home_discover .head ul {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.home_discover .head ul li {
  color: #494949;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  background-color: transparent;
  border-radius: 24px;
  padding: 1rem 25.5px;
  cursor: pointer;
  transition: all 0.3s;
}
.home_discover .head ul li:hover,
.home_discover .head ul li.active {
  background-color: var(--theme_color);
  color: #fff;
}
.home_discover .home_discover_swiper_box {
  position: relative;
  margin: 15px 0 50px;
}
.home_discover .home_discover_swiper {
  padding: 35px 0;
}
.home_discover .home_discover_swiper a {
  display: block;
  height: 496px;
  border-radius: 30px;
  background: url(../img/home-disc1.png) no-repeat top center / 100%;
  background-color: rgb(255, 211, 144);
  transition: all 0.3s;
}
.home_discover .home_discover_swiper a:hover {
  background-size: 110%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_discover .home_discover_swiper a:hover .info strong {
  background-color: var(--theme_color);
}
.home_discover .home_discover_swiper .info {
  height: 100%;
  text-align: center;
  padding: 320px 3rem 2rem;
  position: relative;
}
.home_discover .home_discover_swiper .info span {
  color: #0e1c3d;
  font-size: 17px;
}
.home_discover .home_discover_swiper .info h3 {
  color: #0e1c3d;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 1rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_discover .home_discover_swiper .info strong {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: url(../img/right-line-w.svg) no-repeat center / 38%;
  background-color: var(--subtheme_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
