section {
  background-color: #f6faff;
}

/* S top_banner */
.mySwiper {
  width: 100%;
  /* height: 504px; */
  min-width: 1200px;
  margin-top: 80px;
}

.mySwiper .swiper-slide {
  min-width: 1200px;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mySwiper .swiper-slide img {
  /* display: block; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  min-width: 1200px;
}

.mySwiper .swiper-pagination-bullet {
  width: 54px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
}

.mySwiper .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper .swiper-pagination-custom,
.mySwiper .swiper-pagination-fraction {
  bottom: 72px;
}

.mySwiper .swiper-pagination-bullet-active {
  background-color: #ffa619;
}

/* E top_banner */
.search-box {
  box-sizing: border-box;
  padding: 0 20px 20px;
  border-radius: 12px;
  /* overflow: hidden; */
  /* margin-top: -60px; */
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.1);
}

.search-box .search-nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.search-box .search-nav>div {
  width: calc(100% / 5);
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
}

.search-box .search-nav>div:hover {
  cursor: pointer;
}

.search-box .search-nav>div.active {
  font-weight: bold;
  color: #2492d7;
  position: relative;
}

.search-box .search-nav>div.active::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 3px;
  background-color: #2492d7;
  border-radius: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.search-box .td-num,
.search-box .xh-num {
  width: 352px;
  height: 40px;
  background-color: #eeeef2;
  border: 1px solid #eeeef2;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 22px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  margin-right: 14px;
  cursor: pointer;
}

.search-box .td-num::placeholder,
.search-box .xh-num::placeholder {
  color: #999999;
  font-size: 14px;
}

.search-box .td-num:focus,
.search-box .xh-num:focus {
  outline: none;
}

.search-box .all {
  background-color: #eeeef2;
  /* width: 234px; */
  width: 254px;
  height: 42px;
  margin-right: 14px;
  box-sizing: border-box;
  padding-right: 15px;
  cursor: pointer;
  line-height: 40px;
}

.search-box .all>img {
  width: 10px;
  height: 6px;
}

.search-box .search-btn {
  width: 98px;
  height: 40px;
  background-color: #2492d7;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  margin-right: 14px;
  cursor: pointer;
}

.search-box .search-btn>img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.search-box .order-btn {
  width: 98px;
  height: 40px;
  background-color: #ffa619;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

/* S 主营产品 */
.tab-box {
  box-sizing: border-box;
  padding: 30px 200px 0;
}

.tab-box .tab:hover {
  cursor: pointer;
}

.tab-box .tab:hover img {
  transform: scale(1.2);
  transition: all 0.2s;
}

.tab-box .tab>img {
  width: 116px;
  height: 102px;
  margin-bottom: 15px;
  transition: all 0.2s;
}

.tab-box .tab>div {
  font-size: 18px;
}

.tab-box .tab>div.active {
  font-weight: bold;
  color: #2492d7;
  font-size: 20px;
}

.product-right {
  margin-left: 120px;
}

.product-right .swiper {
  width: 600px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}

.product-right .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product-right .swiper-slide img {
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-right .swiper-horizontal>.swiper-pagination-bullets,
.product-right .swiper-pagination-bullets.swiper-pagination-horizontal,
.product-right .swiper-pagination-custom,
.product-right .swiper-pagination-fraction {
  bottom: 34px;
}

.product-right .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
}

.product-right .swiper-pagination-bullet-active {
  background-color: #ffa619;
}

/* E 主营产品 */

/* S 查看更多btn */
.look-more-btn {
  width: 182px;
  height: 48px;
  background-color: #ffa619;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}

.look-more-btn>img {
  width: 16px;
  height: 14px;
  margin-left: 8px;
  display: inline;
}

.look-more-btn:hover {
  cursor: pointer;
}

/* E 查看更多btn */

/* S 服务优势 */
.serve-box {
  width: 100%;
  height: 449px;
  background: url("../../img/home-back1.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 57px;
  min-width: 1200px;
  margin-top: 50px;
}

.serve-box .serve-item {
  width: calc(100% / 3);
  position: relative;
  text-align: center;
}

.serve-box .serve-item:not(:nth-last-child(1))::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 64px;
  background-color: #8faad4;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.serve-box .serve-item .serve-num {
  position: relative;
  font-size: 48px;
  color: #2492d7;
  font-weight: bold;
  display: inline-block;
}

.serve-box .serve-item .serve-num::after {
  position: absolute;
  content: "+";
  font-size: 32px;
  right: -27px;
  top: 0;
}

/* E 服务优势 */

/* S 资讯动态 */
.information-item {
  width: 374px;
  height: 380px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(24, 36, 64, 0.09);
  border-radius: 8px;
  overflow: hidden;
}

.information-item:hover {
  cursor: pointer;
}

.information-item:not(:nth-last-child(1)) {
  margin-right: 40px;
}

.information-item .information-img {
  width: 100%;
  height: 229px;
  transition: all 0.2s;
}

.information-item .information-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.information-item .information-content {
  box-sizing: border-box;
  padding: 24px 25px 28px;
  /* border: 1px solid red; */
  /* text-align: end; */
}

.information-item:hover .information-content .digest {
  margin-bottom: 14px;
}

.information-item .information-content .titile {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 27px;
  /* min-height: 50px; */
}

.information-item .information-content .digest {
  font-size: 14px;
  color: #131313;
  display: none;

}

.information-item:hover .information-content .digest {
  display: inline-block;
  text-align: left;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 32px;
  min-height: 42px;
}

.information-item:hover .information-img {
  height: 188px;
  transition: all 0.2s;
}

.information-item:hover .information-content .titile {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.information-item .information-content .information-icon {
  width: 22px;
  height: 14px;
  margin-right: 8px;

}

/* E 资讯动态 */

/* S 典型客户 */

.typical {
  background-color: #f1f3f7;
  box-sizing: border-box;
  padding-top: 37px;
  margin-top: 48px;
  padding-bottom: 48px;
}

.typical .yq-link {
  display: flex;
  align-items: center;
  margin-top: 38px;
  font-size: 14px;
  flex-wrap: wrap;
}

.typical .yq-link li {
  margin-bottom: 10px;
  flex-shrink: 0;
}

.typical .yq-link li:nth-of-type(1) {
  color: #131313;
}

.typical .yq-link li:not(:nth-of-type(1)) {
  color: #2492d7;
  font-size: 14px;
  margin-right: 20px;
}

.typical .yq-link li:not(:nth-of-type(1)):hover {
  cursor: pointer;
}

/* E 典型客户 */

/* S 商务咨询 */
.refer-box {
  /* min-height: 366px; */
  /* background: url("../../img/home-swzx1.png") no-repeat;
  background-size: 100% 100%; */
  background-color: #252525;
  box-sizing: border-box;
  padding: 37px 0 30px;
}

.refer-box input {
  border: none;
  box-sizing: border-box;
  padding-left: 22px;
}

.refer-box .refer-input {
  width: 280px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-left: 18px;
}

.refer-box input:focus {
  outline: none;
}

.refer-box .refer-submit {
  width: 340px;
  height: 42px;
  background-color: #ffa619;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  margin: 32px auto 0;
}

.refer-box .refer-submit:hover {
  cursor: pointer;
}

.refer-box .refer-name {
  width: 248px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
}

.refer-box .refer-demand {
  width: 850px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
  padding-left: 22px;
  margin-top: 18px;
}

/* E 商务咨询 */

/* S 物流企业轮播图 */
.new-swiper-box {
  position: relative;
  width: 1000px;
  height: 88px;

}

.new-swiper-box .swiper-button-next0>img,
.new-swiper-box .swiper-button-next1>img,
.new-swiper-box .swiper-button-next2>img,
.new-swiper-box .swiper-button-next3>img {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
}

.new-swiper-box .swiper-button-prev0>img,
.new-swiper-box .swiper-button-prev1>img,
.new-swiper-box .swiper-button-prev2>img,
.new-swiper-box .swiper-button-prev3>img {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
}


.new-swiper-box .swiper {
  padding-bottom: 10px;
}

.wlSwiper .swiper-wrapper .swiper-slide {
  height: 76px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
}

.wlSwiper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);

}

.wlSwiper .swiper-wrapper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}

.wlSwiper .swiper-wrapper .swiper-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* E 物流企业轮播图 */

.link-style {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.link-style .link-search {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2492d7;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  height: 40px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-right: 30px;
  width: 226px;

}


.link-style .link-search:hover,
.link-style .link-api:hover {
  cursor: pointer;
}


.link-style .link-search>img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.link-style .link-api {
  background-color: #ffa619;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 40px;
  width: 226px;
}

.all {
  position: relative;
}

.activeimg {
  transform: rotate(180deg);
}

.allBox {
  display: block;
    height: auto;
    max-height: 257px;
    /* width: 204px; */
    width: 294px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    top: 62px;
    right: -44px;
    border-radius: 5px;
    padding: 0;
    border: #eeeeee 1px solid;
}

.allBox>span {
  font-size: 14px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: left;
  padding-left: .2rem;
  cursor: pointer;
}

.allBox>span:hover {
  background-color: #2ca1e4;
  color: #edf3f7;
}

.allBox-item {
  color: #2ca1e4;
}

.ydw {
  margin-top: 8px;
}

.information-item:hover .ydw {
  margin-top: 10px;
}

.swiper-button-disabled {
  opacity: 0;
}

/* S 免费申请弹窗 */
.free-popup {
  /* height: 526px; */
  position: fixed;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 784px;
  background-color: #fff;
  z-index: 999999999;
  border-radius: 8px;
  overflow: hidden;
}

.free-popup .title {
  background-image: linear-gradient(132deg,
      #619ae6 0%,
      #448bf3 100%);
  height: 60px;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.free-popup .title .closed-img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.free-popup .title .closed-img:hover {
  cursor: pointer;
}

.free-popup .free-popup-content {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.free-popup .free-popup-content .free-popup-input {
  position: relative;
}

.free-popup .free-popup-content .free-popup-input::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 334px;
  background-color: #efefef;
  right: -35px;
  top: 0px;
}

.free-popup .free-popup-content .free-popup-input input {
  border: none;
  background-color: #eeeeee;
  border-radius: 4px;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 14px 22px;
  width: 380px;
}

.free-popup .free-popup-content .free-popup-input input:focus,
.free-popup .free-popup-content .free-popup-input textarea {
  outline: none;
}

.free-popup .free-popup-content .free-popup-input textarea {
  width: 380px;
  background-color: #eee;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 14px 0 0 22px;
  margin-bottom: 26px;
  resize: none;
  border: none;
}

.free-popup .free-popup-content .free-popup-input input::placeholder {
  font-size: 14px;
  color: #666666;
}

.free-popup .free-popup-content .free-popup-input .free-popup-sub {
  width: 280px;
  height: 52px;
  background-color: #ffa619;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  line-height: 52px;
  text-align: center;
}

.free-popup .free-popup-content .free-popup-input .free-popup-sub:hover {
  cursor: pointer;
}

.free-popup .free-popup-content .wechat>img {
  width: 146px;
  height: 146px;
  margin-bottom: 20px;
}

/* E 免费申请弹窗 */

.checkInput {
    height: 9px;
    position: absolute;
    top: 18px;
    left: 654px;
    cursor: pointer;
}

.td-num2 {
    width: 188px;
    height: 36px;
    background-color: #eeeef2;
    border: 1px solid #eeeef2;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 22px;
    outline: none;
}

.search-box .td-num, .search-box .xh-num {
    height: 40px;
    background-color: #eeeef2;
    border: 1px solid #eeeef2;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 22px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    margin-right: 14px;
}

.checkInput2 {
    position: absolute;
    top: 0px;
    left: 230px;
    cursor: default;
}

.selectBox {
  display: block;
  height: auto;
  width: 306px;
  /* overflow-y: scroll; */
  background-color: #fff;
  position: absolute;
  top: 62px;
  left: 0px;
  border-radius: 5px;
  padding: 10px 0;
}

.selectBox>span {
  font-size: 14px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    display: block;
    text-align: left;
    padding-left: 0.2rem;
    cursor: pointer;
}