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 {
  height: 168px;
  box-sizing: border-box;
;
  /* overflow: hidden; */
  /* margin-top: -60px; */

  position: relative;
  top:-50px;
  z-index: 99;
 
  
}

.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; */
}
.td-num2{
  /* width: 148px; */
  width: 188px;
  height: 40px;
  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::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 {
  margin-top: 10px;
}


.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: 346px;
  background: url("../../img/bg.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: #003C95;
  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/bg2.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;
}
.checkInput{
  /* left: 664px; */
  height: 9px;
  position: absolute;
  top: 18px;
  left: 590px;
  cursor: pointer;
}
.checkInput2{

  /* height: 9px !important;
  width: 9px !important; */
  position: absolute;
  top: 0px;
  /* left: 180px; */
  left: 250px;
  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;
}

.allBox>span {
  font-size: 14px;
  text-align: center;
  min-height: 34px;
  line-height: 34px;
  display: block;
  text-align: left;
  padding-left: .2rem;
  cursor: pointer;
}
.selectBox>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;
}
.selectBox>span:hover {
  background-color: #2ca1e4;
  color: #edf3f7;
}

.allBox-item {
  color: #2ca1e4;
}
.selectBox-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 免费申请弹窗 */
.top-wrap {
  display: flex;
  align-items: center;
}
.top-wrap>.item {
  min-height: 168px;
  box-sizing: border-box;
  padding: 20px 25px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 10px 12px 8px rgba(0, 0, 0, 0.1);
}
.top-wrap>.item:first-child {
  width: 316px;
  margin-right: 15px;
}
.top-wrap>.item  .title{
color: #003C95;
font-size: 18px;
font-weight: 700;
}
.top-wrap>.item  .title-wrap img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}
.top-wrap .navs {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.top-wrap .navs .nav{
  width: 50%;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
}
.top-wrap .navs .nav:hover{
  color: #003C95 ;
  font-weight: 700;
  font-size: 20px;
}
.top-wrap .search-form {
  display: flex;
  gap: 15px;
  /* margin-bottom: 30px; */
  align-items: flex-end;
}
.form-group {
  flex: 1;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.form-group select {
  width: 100%;
  padding: 20px ;
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px 8px 10px;
  border: 1px solid #EEEEF2;
  border-radius: 4px;
  background-color: #EEEEF2;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  width: 200px; /* 可选，设置固定宽度 */
}

/* 移除IE的默认箭头 */
select::-ms-expand {
  display: none;
}



/* 禁用状态样式 */
select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* 移除所有浏览器的默认聚焦样式 */
select:focus {
  outline: none;           /* 标准属性 */
  outline-width: 0;        /* 备用属性 */
  box-shadow: none;        /* 移除发光效果 */
  -webkit-box-shadow: none; /* Safari/Chrome */
  -moz-box-shadow: none;   /* Firefox */
  border-color: #4d90fe;
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

/* 针对Firefox的特殊处理 */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.search-btn {
  min-width:130px;
  background-color: #FFC206;
  color: #fff;
  border: none;
  padding: 17px 16px;
  border-radius: 4px;
  cursor: pointer;
 
  transition: background-color 0.3s;
  font-size: 18px;
  display:flex;
  align-items:center
}
.search-btn img {
  width: 22px;
  height:22px;
  margin-right: 8px;
  margin-top: 2px;
}
.search-btn:hover {
  background-color: #ffed4a;
}
.index-title{
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.index-title::after{
  content: '';
  width: 50px;
  height: 5px;
  background-color: #003C95;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
}
.imgs{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.imgs .img{
  width: 230px ;
  height: 110px;
  display: block;
  object-fit: cover;
}
.imgs .item {
  cursor: pointer;
  margin-bottom: 10px;
  transition: transform 0.3s ease; /* 平滑过渡效果 */
}
.imgs .item:hover {
  transform: translateY(-4px) translateX(3px);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
.imgs .item:not(:nth-child(5n)) {
  margin-right: 12px;
}
.my-service {
  width: 100%;
  height: 570px;
  margin-top: 30px;
  border-radius: 26px;
  overflow: hidden;
  background-color: pink;
  background: url('') no-repeat;background-size: 100% 100%;
}
.my-service .item{
  width: 400px;
  height: 285px;
  position: relative;
  box-sizing: border-box;
}
.my-service .item .content{
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 2px;
}
.my-service .item .content .title {
  margin-left: 3px;
  font-weight: 700;
}
.my-service .item{
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.my-service  .content-hover{
  position: absolute;
  width:  100%;
  height: 100%;
  padding: 40px;
  opacity: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  background-color: rgba(0,0,0,0.4);
}
.my-service .sub-title{
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.my-service .icon{
  margin-left: -8px;
  margin-bottom: 3px;
}
.lh20{
  line-height: 20px;
}
.cur-p{
  cursor: pointer;
}
input.my-input {
  min-height: 58px;
}
.form-group{
  position: relative;
  z-index: 9;
}
.my-input-popup{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 999 !important;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #EEEEF2;
}
.my-input-popup.fadeIn{
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  border: 1px solid #767676;
}
.my-input-popup .item{
  line-height: 30px;
  cursor: pointer;
  padding-left: 0;
  font-size: 14px;
  padding: 0 20px;
  transition:  all .3s;
}
.my-input-popup .item:hover {
  color: #fff;
  background-color:#1967D2 ;
  /* padding-left: 30px; */

}