@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  min-width: 1400px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  font-size: 1em;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.right-menus {
  position: fixed;
  right: 24px;
  top: 50vh;
  z-index: 5;
}
.right-menus .sidebar-box {
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-menus .sidebar-box .sidebar-item {
  width: 42px;
  height: 42px;
  position: relative;
}
.right-menus .sidebar-box .sidebar-item .item-show {
  display: none;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  position: absolute;
  right: 1px;
  top: -20px;
  transform: translateX(-27%);
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 0px;
}
.right-menus .sidebar-box .sidebar-item .item-show p {
  padding-top: 9px;
  line-height: 2;
}
.right-menus .sidebar-box .sidebar-item .item-show a {
  display: inline-block;
  width: 94px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 8px 0;
  background-color: #ff7733;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
}
.right-menus .sidebar-box .sidebar-item .item-show img {
  width: 117px;
  height: 117px;
  max-width: none;
}
.right-menus .sidebar-box .sidebar-item .item-show::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 171px;
  opacity: 0;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 18px;
  top: -50px;
  padding: 4px;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup::after {
  top: 65px;
  left: 120px;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup::before {
  position: absolute;
  top: 65px;
  left: 120px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .wechat-popup .wechat-scan-text {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.right-menus .sidebar-box .wechat {
  background: url("../../img/bowei/wx.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}
.right-menus .sidebar-box .wechat:hover {
  background: url("../../img/bowei/wx_g.png") no-repeat center center;
  background-size: 28px 28px;
  background-color: #1672ff;
}
.right-menus .sidebar-box .wechat:hover .item-show {
  display: block;
}

.header {
  position: fixed;
  height: 65px;
  width: 100%;
  background: transparent;
  display: flex;
  z-index: 1001;
}
.header.scrolled {
  background-color: #1672ff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-wrap {
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.logo {
  margin-left: 20px;
}

.nav-bar {
  list-style: none;
  display: flex;
  color: white;
  justify-content: right;
  align-items: center;
  line-height: 40px;
}
.nav-bar a {
  width: 135px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  margin-right: 15px;
  border-radius: 20px;
}

.banner-container {
  position: relative;
  margin-top: 0;
  height: 540px;
  background: url(../../img/bowei/banner.png) no-repeat center center;
  background-size: cover;
}
.banner-container .banner-content {
  padding-top: 159px;
  color: #fff;
}
.banner-container .banner-content .banner-header {
  margin: 0;
  line-height: 1.15;
  margin-bottom: 6px;
  width: 700px;
  color: #fff;
  font-size: 56px;
  text-align: left;
}
.banner-container .banner-content .banner-header .highlight {
  color: #fcc401;
}
.banner-container .banner-content .banner-subheader {
  margin-bottom: 30px;
}
.banner-container .banner-content .banner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.banner-container .banner-content .banner-tags span {
  font-size: 24px;
  min-width: 240px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.banner-container .banner-content .banner-tags span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../img/bowei/check_icon.png) no-repeat center center;
  background-size: cover;
  margin-right: 16px;
}

.module-container {
  width: 1280px;
  margin: 0 auto;
}
.module-container h2 {
  font-size: 40px;
  margin: 60px 0;
  color: #000;
  text-align: center;
}

/* 数据统计 */
.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -33px;
  gap: 10px;
}

.stat-item {
  flex: 1;
  height: 110px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-item img {
  width: 64px;
  margin-right: 10px;
}
.stat-item p {
  color: #3b3b3b;
  font-size: 24px;
}
.stat-item p:last-child {
  color: #909399;
  font-size: 14px;
}
.stat-item span {
  font-size: 14px;
  color: #6c757d;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.solution-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #eef1f3;
  border-radius: 10px;
  height: 378px;
}
.solution-card .solution-card-header {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 72px;
  font-weight: 700;
  color: #3b3b3b;
  font-size: 20px;
  background: #f1f4f6;
  border-radius: 7px 7px 0px 0px;
}
.solution-card .solution-card-header .circle {
  width: 17px;
  height: 17px;
  border: 2px solid #1471ff;
  border-radius: 50%;
  margin-right: 10px;
}
.solution-card-body {
  padding: 20px;
}
.solution-card.solution-card-body-bg {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: -1;
}
.solution-card.solution-card-body-bg1 {
  background: url(../../img/bowei/solution_bg1.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card.solution-card-body-bg2 {
  background: url(../../img/bowei/solution_bg2.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card.solution-card-body-bg3 {
  background: url(../../img/bowei/solution_bg3.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card.solution-card-body-bg4 {
  background: url(../../img/bowei/solution_bg4.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card.solution-card-body-bg5 {
  background: url(../../img/bowei/solution_bg5.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card.solution-card-body-bg6 {
  background: url(../../img/bowei/solution_bg6.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card:hover {
  border: 2px solid #1471ff;
}
.solution-card:hover .solution-card-body {
  padding: 19px;
}
.solution-card:hover .solution-card-header {
  color: #fff;
  background: #1471ff;
  padding: 0 19px;
}
.solution-card:hover .circle {
  border-color: #fff;
}
.solution-card:hover.solution-card-body-bg1 {
  background: url(../../img/bowei/solution_bg1_hover.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card:hover.solution-card-body-bg2 {
  background: url(../../img/bowei/solution_bg2_hover.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card:hover.solution-card-body-bg3 {
  background: url(../../img/bowei/solution_bg3_hover.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card:hover.solution-card-body-bg4 {
  background: url(../../img/bowei/solution_bg4_hover.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card:hover.solution-card-body-bg5 {
  background: url(../../img/bowei/solution_bg5_hover.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}
.solution-card:hover.solution-card-body-bg6 {
  background: url(../../img/bowei/solution_bg6_hover.png) no-repeat bottom 20px right 20px;
  background-size: 100px 100px;
}

.solution-card-body-item .main-text {
  font-weight: bold;
  font-size: 16px;
  color: #3b3b3b;
  margin-bottom: 10px;
}
.solution-card-body-item .sub-text {
  color: #909399;
  font-size: 14px;
  line-height: 1.3;
}
.solution-card-body-item + .solution-card-body-item {
  margin-top: 26px;
}

/* 对接平台 */
.platforms {
  text-align: center;
  background: #fff;
  padding-bottom: 60px;
}

.platform-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.platform-list .platform-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 79px;
  border: 1px solid #eef1f3;
  border-radius: 2px;
}
.platform-list .platform-item img {
  height: 56px;
}

/* 深度集成 */
.integration {
  background: #007bff;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  background: url(../../img/bowei/deep_banner.png) no-repeat top center;
  background-size: cover 278px;
}
.integration p {
  font-size: 16px;
}

.integration-content h2 {
  margin: 30px 0;
  color: #fff;
}

.integration-stats {
  margin-top: 35px;
  height: 184px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.integration-stats-item div {
  line-height: 1;
}
.integration-stats-item div:first-child {
  font-weight: 700;
  color: #1471ff;
  font-size: 36px;
}
.integration-stats-item div:last-child {
  margin-top: 10px;
  color: #909399;
  font-size: 16px;
}

.support-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 95px;
}

.support-nav ul {
  list-style: none;
  margin-right: 20px;
}
.support-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.support-nav li + li {
  margin-top: 22px;
}
.support-nav li.active {
  background: #1672ff;
  color: #fff;
}

.support-img {
  width: 722px;
  height: 508px;
  text-align: center;
}

/* 货代案例 */
.partner-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 79px;
  border: 1px solid #eef1f3;
  border-radius: 2px;
}
.partner-item img {
  height: 70px;
}

.intro {
  margin: 64px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.intro-img {
  width: 552px;
  height: 405px;
  margin-right: 72px;
}

.intro-text {
  flex: 1;
}
.intro-text h2 {
  font-size: 30px;
  margin: 20px 0;
  color: #333;
  text-align: left;
}
.intro-text p {
  color: #0f0f0f;
  font-size: 20px;
}

.footer {
  background: #373737;
  color: #c2c2c2;
}
.footer p {
  font-size: 14px;
  margin: 5px 0;
}

.footer-content {
  display: flex;
  align-items: center;
  height: 110px;
}

.footer-item {
  display: flex;
  align-items: center;
}
.footer-item img {
  margin-right: 10px;
}
.footer-item + .footer-item {
  margin-left: 50px;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-top: 1px solid #616161;
  font-size: 12px;
}
.footer-copyright * + * {
  margin-left: 30px;
}/*# sourceMappingURL=style.css.map */