.home_banner {
  overflow: hidden;
  background-image: linear-gradient(to right, #0b151e, #132430);
  padding: 67.5px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.home_banner .content {
  max-width: 1580px;
  width: calc(100% - 2.5rem);
}
.home_banner .head {
  color: #fff;
  min-width: 39.3038%;
}
.home_banner .head h1 {
  font-size: 4rem;
  line-height: 72px;
  font-weight: 600;
}
.home_banner .head p {
  opacity: 0.85;
  font-size: 17px;
  line-height: 30px;
  font-weight: 200;
  max-width: 489px;
  margin-top: 20px;
}
.home_banner .head .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.home_banner .head .btns .try {
  display: block;
  background-color: #fff;
  color: var(--theme_color);
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s;
  padding: 13.5px 55px;
}
.home_banner .head .btns .try:hover {
  color: #fff;
  background-color: var(--subtheme_color);
}
.home_banner .head .nums {
  margin-top: 70px;
  padding-top: 52px;
  max-width: 447px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  gap: 1rem;
}
.home_banner .head .nums li {
  flex: 1;
  max-width: 145px;
}
.home_banner .head .nums li span {
  color: var(--theme_color);
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}
.home_banner .head .nums li p {
  font-size: 1rem;
  opacity: 1;
}
.home_banner .img {
  min-width: 79.62%;
  aspect-ratio: 1258/843;
  position: relative;
  left: -14px;
  top: -44px;
}
.home_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home_trust {
  overflow: hidden;
  padding: 146px 0 96px;
  background: url(../img/home-trust-bg.jpg) no-repeat center / cover;
}
.home_trust .head {
  color: #fff;
}
.home_trust .home_trust_swiper {
  margin-top: 72px;
}
.home_trust .home_trust_swiper .swiper-wrapper {
  transition: all linear;
}
.home_trust .home_trust_swiper .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 290/116;
  transition: all 0.3s;
}
.home_trust .home_trust_swiper .swiper-slide:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_trust .home_trust_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home_trade {
  padding: 93px 0 76px;
}
.home_trade .head h2 {
  max-width: 976px;
  margin: 0 auto;
}
.home_trade .nav {
  margin-top: 44px;
}
.home_trade .nav ul {
  display: flex;
  justify-content: center;
  gap: 2.36%;
}
.home_trade .nav ul li {
  color: #515151;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  padding-bottom: 18px;
}
.home_trade .nav ul li.active,
.home_trade .nav ul li:hover {
  border-color: var(--theme_color);
  color: #242424;
}
.home_trade .home_trade_swiper {
  max-width: 1724px;
  width: calc(100% - 2.5rem);
  margin: 22px auto 0;
  overflow: hidden;
  border-radius: 28px;
  background: url(../img/home-trade-bg.svg) no-repeat center / cover;
}
.home_trade .home_trade_swiper .swiper-slide .flex {
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 76px 0;
}
.home_trade .home_trade_swiper .swiper-slide .info {
  color: #fff;
  flex: 1;
  max-width: 30rem;
}
.home_trade .home_trade_swiper .swiper-slide .info h3, .home_trade .home_trade_swiper .swiper-slide .info strong {
  font-size: 2rem;
  font-weight: 600;
  display: block;
}
.home_trade .home_trade_swiper .swiper-slide .info p {
  opacity: 0.85;
  font-size: 17px;
  font-weight: 200;
  line-height: 30px;
  margin-top: 22px;
}
.home_trade .home_trade_swiper .swiper-slide .info .button {
  margin-top: 46px;
}
.home_trade .home_trade_swiper .swiper-slide .img {
  width: 55.7639%;
  aspect-ratio: 803/518;
}
.home_trade .home_trade_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home_crm {
  padding: 76px 0 162px;
  background: url(../img/home-crm-bg.svg) no-repeat center / cover;
}
.home_crm .img {
  width: 52.7083%;
  aspect-ratio: 759/740;
}
.home_crm .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home_crm .head {
  flex: 1;
  max-width: 532px;
}
.home_crm .head i {
  display: block;
  width: 74px;
  height: 76px;
  background: url(../img/home-crm-icon.svg) no-repeat center / contain;
  margin-bottom: 36px;
  display: none !important;
}
.home_crm .head p {
  color: #757575;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 26px;
}
.home_crm .head ul {
  padding-top: 2px;
}
.home_crm .head ul li {
  color: #383838;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 2rem;
  position: relative;
  margin-top: 20px;
}
.home_crm .head ul li::before {
  content: '';
  display: block;
  width: 17px;
  height: 12px;
  background: url(../img/gou.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 8px;
}
.home_crm .head .button {
  margin-top: 26px;
}
.home_resource {
  background: url(../img/home-resource-bg.jpg) no-repeat center / cover;
  border-radius: 1rem;
  padding: 160px 0 185px;
  overflow: hidden;
}
.home_resource .head {
  color: #fff;
}
.home_resource .swiper_btns.full div {
  background-color: rgba(255, 255, 255, 0.2);
}
.home_resource .swiper_btns.full div::after {
  background-image: url(../img/arrow-w.svg);
}
.home_resource .home_resource_swiper {
  margin-top: 60px;
}
.home_resource .home_resource_swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: all 0.3s;
  padding: 58px 10.2564% 60px;
}
.home_resource .home_resource_swiper .swiper-slide a:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.14);
}
.home_resource .home_resource_swiper .swiper-slide a:hover span::after {
  transform: translateX(5px);
}
.home_resource .home_resource_swiper .swiper-slide i {
  width: 72px;
  height: 72px;
  background: no-repeat left center / contain;
}
.home_resource .home_resource_swiper .swiper-slide h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 52px;
}
.home_resource .home_resource_swiper .swiper-slide p {
  font-weight: 200;
  opacity: 0.85;
  font-size: 17px;
  line-height: 30px;
  margin-top: 14px;
  flex: 1;
}
.home_resource .home_resource_swiper .swiper-slide span {
  display: flex;
  align-items: center;
  color: var(--theme_color);
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  margin-top: 42px;
}
.home_resource .home_resource_swiper .swiper-slide span::after {
  content: '';
  display: block;
  width: 14px;
  height: 11px;
  background: url(../img/arrow-line.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.home_voice {
  padding: 87px 0 3rem;
  overflow: hidden;
}
.home_voice .head h2 {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}
.home_voice .head h2::before {
  content: '';
  display: block;
  width: 29px;
  height: 34px;
  background: url(../img/home-voice-icon1.svg) no-repeat center / contain;
  position: absolute;
  left: -46px;
  top: -44px;
}
.home_voice .head h2::after {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url(../img/home-voice-icon2.svg) no-repeat center / contain;
  position: absolute;
  right: -70px;
  bottom: -26px;
  display: none !important;
}
.home_voice .button {
  padding: 18.5px 58px 18.5px 38px;
}
.home_voice .button::after {
  right: 36px;
}
.home_voice .button:hover {
  padding: 18.5px 3rem;
}
.home_voice .main {
  margin: 73px 0 38px;
  background-color: #0b151e;
}
.home_voice .main .flex {
  max-width: 1920px;
  margin: 0 auto;
}
.home_voice .imgs {
  min-width: 50.15625%;
  position: relative;
  overflow: hidden;
}
.home_voice .imgs li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.home_voice .imgs li.active {
  opacity: 1;
  pointer-events: all;
}
.home_voice .imgs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home_voice .home_voice_swiper_box {
  min-width: 100%;
  overflow: hidden;
  padding: 100px 10px 5rem;
  transform: translateX(-4.86%);
}
.home_voice .home_voice_swiper {
  max-width: 700px;
}
.home_voice .home_voice_swiper .swiper-slide {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: #383838;
  padding: 90px 8.57% 62px;
  position: relative;
}
.home_voice .home_voice_swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 10.857%;
  aspect-ratio: 1/1;
  background: url(../img/home-voice-icon3.svg) no-repeat center / contain;
  position: absolute;
  left: 8.57%;
  top: 0;
  transform: translateY(-50%);
}
.home_voice .home_voice_swiper .swiper-slide p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 56px;
}
.home_voice .home_voice_swiper .swiper-slide strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 5px;
}
.home_voice .home_voice_swiper .swiper-slide span {
  color: #969696;
  font-size: 14px;
  line-height: 24px;
}
.home_voice .home_voice_swiper .flex {
  margin-top: 28px;
  padding-left: 14.2857%;
}
.home_partner {
  overflow: hidden;
  padding: 66px 0 68px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.single-trade .home_partner .head h2{
  max-width: 100% !important;
}
.home_partner .head h2 {
  max-width: 976px;
  margin: 0 auto;
}
.single-product .home_partner .head h2{
  max-width: unset;
}
.home_partner .home_partner_swiper {
  margin-top: 72px;
}
.home_partner .home_partner_swiper .swiper-wrapper {
  transition: all linear;
}
.home_partner .home_partner_swiper .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 290/116;
  transition: all 0.3s;
}
.home_partner .home_partner_swiper .swiper-slide:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home_partner .home_partner_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home_blog {
  padding: 118px 0 184px;
}
.home_blog .main {
  margin-top: 52px;
}
.home_blog .main ul {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
