
@media (min-width:320px) and (max-width:767px){
  ul {
    padding: 0;
  }

  .placeholder {
    display: none;
    height: 44px;
    background-color: transparent;
  }

  .navbar {
    min-height: auto !important;
  }

  .navbar-header {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar-default .navbar-toggle {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .logo_mobile {
    width: 80px;
    height: 23px;
  }
  .mobile_menu{
    float: left;
    margin-left: 15px;
  }
 
  .navbar-nav{
    margin: 0 !important;
  }

  .nav-list {
    padding: 0 !important;
  }
  .nav-listbtn:after, .nav-listbtn:before, .nav-listbtn span{
    background-color: #000000;
  }

  .nav-list .list-item {
    position: relative;
    min-height: 40px;
    padding: 10px 15px;
  }
  .list-item.selected a,
  .sub-list-item.selected a {
    color: #ECA700;
  }
  .nav-list .list-item.selected::after {
    background-color: rgba(236, 167, 0, .7);
  }

  .list-item:last-child::after {
    content: unset;
  }
  
  .list-item a,
  .sub-list-item a {
    display: block;
  }

  .list-item::after,
  .sub-nav-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .7);
  }

  .nav-list .list-item.down-menu .icon-down-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    transform-origin: center;
    transform:rotate(-180deg);
    background: url(../img/nav/icon-arrow.png) no-repeat center;
    background-size: contain;
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;/*Firefox 4 */
    -webkit-transition:all 0.5s ease-in-out;/* Safari和Chrome */
    -o-transition:all 0.5s ease-in-out;/* Opera */
  }

  .mobile-collapse .icon-down-arrow {
    transform:rotate(0) !important;
    -ms-transform:rotate(0) !important;/* IE9 */
    -moz-transform:rotate(0) !important;/* Firefox */
    -webkit-transform:rotate(0) !important;/* Safari和Chrome */
    -o-transform:translateY(-50%) rotate(0) !important;/* Opera */
  }

  .sub-nav-list {
    position: relative;
    height: 0;
    overflow: hidden;
  }

  .sub-nav-list ul {
    padding-left: 30px;
  }

  .sub-nav-list .sub-list-item {
    padding: 8px 0;
  }
  .nav-list a {
    color:#fff;
  }
  .nav-list .xymob-menu-jt i{
    color: #666666;
  }
  .icon-search:before{
    content: "" !important;
  }
  .navbar-collapse{
    padding: 0 !important;
    width: 100vw;
    background: rgba(0, 0, 0, .8);
  }
  .navbar-collapse ul{
    width: 100%;
  }
  .navbar-default{
    z-index: 999;
    background-color: transparent;
  }
  .navbar-nav>li>a{
    color: #FFFFFF !important;
    background-color: transparent!important;
  }
  .collapse-bc{
    position: absolute;
    opacity: 0.8;
    background: #000000;
    width: 100vw;
    height: 89.5%;
  }
  
  .mobile-banner{
    width: 100%;
    height: 53.3vw;
  }
  .mobile-banner img{
    width: 100%;
    height: 100%;
  }
  .navbar-nav>.active>a{
    background-color: transparent;
  }
  .nav>li{
    border-bottom: 0.5px solid #FFFFFF;
  }
  .hovered .dropdown-toggle {
    font-family: PingFangSC-Medium;
    font-size: 14px!important;
    /* color: #ECA700 !important; */
    letter-spacing: 0;
  }
  /* .dropdown-menu{
    display: block!important;
  } */
  .content-position{
    top:0px!important;
  }
  .navbar{
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a{
    font-family: PingFangSC-Medium;
    font-size: 14px !important;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 3px 20px;
   
  }
  .dropdown-toggle{
    font-family: PingFangSC-Medium;
    font-size: 14px !important;
    color: #FFFFFF;
    letter-spacing: 0;
  }
  .dropdown-menu>li>a{
    font-family: PingFangSC-Medium;
    font-size: 14px !important;
    color: #FFFFFF;
    padding: 3px 20px !important;
    letter-spacing: 0;
  
  }
  .active a{
    color: #ECA700!important;
  }
  .logis-nav-txt{
    margin-top: 5px !important;
  }
  hr{
    margin-bottom: 0px;
    border-top: 0.5px solid #eee;
  }
  .footer-text-top{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
  }
  .footer-text-bottom{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
  }
  .footer-item ul{
    padding-left: 0;
    margin-left: 0!important;;
  }
  .footer{
    margin-top: 0 !important;
    padding: 0!important;
  }
  .footer-bottom{
    font-family: PingFangSC-Regular!important;
    font-size: 12px !important;
    color: #FFFFFF;
    height: 45px !important;
    line-height: 45px !important;
    letter-spacing: 0;
  }
  .t-style{
    font-family: PingFangSC-Regular!important;
    font-size: 46px !important;
    color: #D2D2D2 !important;
    letter-spacing: 0 !important;
  }
  .t-title{
    font-family: PingFangSC-Regular !important;
    font-size: 12px !important;
    color: #D2D2D2 !important;
    letter-spacing: 0!important;
  }
  .t-txt{
    font-family: PingFangSC-Medium!important;
    font-size: 18px!important;
    color: #000000!important;
    letter-spacing: 0!important;
  }
  .swipe-box{
    width: 100vw;
    height: 300px;
    overflow: hidden;
  }
  .swiper-container {
    width: 100vw;
    height: 300px;
    overflow: hidden;
  }
  .swiper-container-mobile{
    width: 100vw;
    height: 300px;
   
  
  }
 
  .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;
  transition: 300ms;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  }
  .swiper-pagination-top{
    width: 80vw;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
  }
  .swiper-pagination-top span{
    font-family: PingFangSC-Medium;
    font-size: 14px;
    letter-spacing: 0;
  }
  .mobile_span_active{
    color: #1488ED;
  }
  .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    background: #E5E5E5;
    border-radius: 100px;
  }
  .carousel-indicators{
    width: 63vw;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
  }
  .carousel-indicators li{
    width: 50px;
    height: 2px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    letter-spacing: 0;
    background-color: #E5E5E5;
    border: 0px solid #E5E5E5;
  }
  .carousel-indicators .active{
    width: 50px;
    height: 2px;
    margin: 0;
    background: #007aff!important;
  }
  .swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff!important;
  } 

/* .swiper-slide-active{
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1)!important;
-o-transform: scale(1)!important;
-moz-transform: scale(1) !important;
}
.swiper-slide-duplicate-active{
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1)!important;
-o-transform: scale(1)!important;
-moz-transform: scale(1) !important;
} */
.t-img-left-mobile{
  width: 180px !important;
  height: 260px !important;
}
.t-left-txt-mobile{
  position: absolute;
  width: 180px !important;
  height: 260px !important;
  border-radius: 10px;
  padding: 50px 15px 15px 15px;
}
.t-left-txt-text-mobile{
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
  
}
.t-img-bc-mobile{
  position: absolute;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 180px;
  height: 260px;
  border-radius: 10px;
  z-index: -1;
}
.t-left-txt-button-mobile{
  margin:  0 auto;
  width: 90px;
  margin-top: 53px;
  height: 32px;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
}
.t-left-txt-button-mobile a{
  text-decoration: none;
  font-family: PingFangSC-Regular;
  font-size: 12px!important;
  color: #FFFFFF;
  letter-spacing: 0;
}
/* .xymob-menu {
  height: auto;
  max-height: 83vh !important;
} */
.cus-content{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.cust-item{
  margin: 0 auto;
  width: 46.1%;
  height: 100px;
  margin-bottom: 14px;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(189,189,189,0.50);
  border-radius: 5px;
}
.cust-item-img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 59px;
}
.cust-item-span{
  border-top: 1px solid #F0F0F0;
  line-height: 40.5px;
  height: 40.5px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.xian{
  border:0.5px solid #EAEEF4;
}
hr{
  margin-top: -10px !important;
}
.cus-img-card{
  width: 21.90%;
  margin: 0 7px 8px 0;
  border-radius: 5px;
  height: 40px;
}
h6{
font-weight: 400 !important;
}
.cus-img-card:nth-child(4){
  margin-right: 0;
  margin-left: 0px;
}
.cus-img-card:nth-child(8){
  margin-right: 0;
  margin-left: 0px;
}
.tech-mobile-title{
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-weight: 700px;
  height: 54px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0;
}
.tech-mobile-title-txt{
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  padding: 0 16px;
  word-wrap: break-word;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
}
.tech-mobile-title-card{
  display: flex;
  flex-wrap: wrap;
}
.tech-item {
  width: 70px!important;
  height: 70px!important;
  /* width: ; */
}
.customer-card h6{
  margin-top: 10px !important;
}
.customer-card span{
  line-height: 21px!important;
}
.shuju-card{
  width: 48.5% !important;
  height: 110px !important;
  padding: 20px 10px 0 10px!important;
  border-radius: 5px!important;
}
.shuju-card-img{
  width: 30px!important;
  height: 32.5px!important;
  margin: 0 auto!important;
}
.natural-language-img{
  width: 165px;
  height: 95px !important;
}
.tech-imgs{
  width: 165px;
  height: 110px !important;
}
.about-cards{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-mobile-card{
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-left{
  display: flex;
  height: 679px;
  width: 117px;
  flex-direction: column;
  justify-content: space-between;
}
.about-fater{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-right{
  display: flex;
  width: 117px;
  height: 363px;
  flex-direction: column;
  justify-content: space-between;
}
.card-item-one{
  background-image: url("../img/h5/banner/aboutus/qy1.png");
  background-size: 100% 100%;
  width: 390px;
  height: 390px;
}
.card-item-two{
  background-image: url("../img/h5/banner/aboutus/q1.png");
  background-size: 100% 100%;
 
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
}
.card-item-four{
  background-image: url("../img/h5/banner/aboutus/q2.png");
  background-size: 100% 100%;
 
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
}
.card-item-three{
  background-image: url("../img/h5/banner/aboutus/qy2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
}
.card-item-five{
  background-image: url("../img/h5/banner/aboutus/qy3.png");
  background-size: 100% 100%;

  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
}
.card-item-six{
  background-image: url("../img/h5/banner/aboutus/q5.png");
  background-size: 100% 100%;
 
   background-repeat: no-repeat;
  width: 390px;
  height: 390px;
}

.bussess-card{
  width: 49.8%;
  height: 227px;
}
.card-item-one,.card-item-two,.card-item-three,.card-item-four,.card-item-five,.card-item-six{
  width: 100%;
  height: 227px;
}
.card-item-one span:last-child,.card-item-five span:last-child,.card-item-three span:last-child{
  font-weight: 600;
  margin-top: 20px !important;
}
.card-item-six,.card-item-four{
  max-height: 171px;
    min-height: 227px
}
.recruit-card{
  min-height: 602px; 
  padding: 5px 15px 50px 15px;
}
.recruit-card-h6{
  font-size: 14px;
}
.miao{
  font-size: 12px;
}
.span-txt{
font-size: 12px;
line-height: 22px;
}
.buttons{
  margin-top: 20px;width: 120px;height: 42px;line-height: 42px;
}

.model-box{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* bottom: 50%;
  right: 50%; */
  /* transform: translate(-50%,-50%); */
  z-index: 9999;
  color: rgb(97, 95, 95);
  margin: auto;
  font-size: 22px;
  width: 341px;
  text-align: center;
  height: 258px;
  border-radius: 10px;
  box-shadow: 1px 2px 7px #f7f8f9;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 10px 0px rgba(155,155,155,0.5);
  border-radius:10px;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  justify-content: space-between;
}
.model-txt{
  width:327px;
  margin: 0 auto;
  height:60px;
  font-size:14px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:30px;
}
.model-bc{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2999;
  background-color: #333333;
  opacity: .5;
}
.m-close{
  float: right;
  width: 32px;
  height: 32px;
}
.close img{
  width: 100%;
  height: 100%;
}
.model-top{
  height: 50px;
  width: 100%;
  line-height: 50px;
  z-index: 999;
  border-bottom: 1px solid #D2D2D2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.model-close{
  width:120px;
  height:42px;
  background:rgba(20,136,237,1);
  border-radius:5px;
  color: #ffffff;
  margin: 0 auto;
  line-height: 42px;
  text-align: center;
  margin-bottom: 52px;
  border:1px solid rgba(20,136,237,1);
}


/* 定制研发服务 */

.mobile_padding{
  padding: 0 16px;
}
.mobile_custome{
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(189,189,189,0.50);
  border-radius: 5px; border-top: 10px solid #38A0FB;
  height: 173px;
  padding: 20px;
}
.img_center{
  margin: 0 auto;
}
.customer-card-pad{
  width: 100% !important;
  height: 402px !important;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(189,189,189,0.50);
}
.customer-card-pad-img{
  width: 100%!important;
  height: 200px!important;
}

.item-card-mobile{
  width: 75% ;
  height: 100px;
}
.service-process-item{
  margin: 0 auto;
}
.item-img-mobile{
  z-index: 99;
  margin: 0 auto;
}
.item-card-mobile{
  margin: 0 auto;
  margin-top: -30px;
  width:240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height:100px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 6px 0px rgba(189,189,189,0.5);
  border-radius:5px;
}

.icon-imgs-mobile{
  width: 12px;
  height: 49px;
  z-index: 99;
  display: block;
  margin: 0 auto;
  margin-top: -23px;
}
.fuw-card{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fuw-card-item{
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.fuw-card-item img{
  width: 46px !important;
  height: 46px !important;
  margin-top: 17px!important;
}
.fuw-card-item span{
  padding-top: 7px!important;
}
.border-bottom-color{
  border-bottom: 1px solid #EAEEF4 !important;
}
.suspension-card{
  width: 300px;
  height: 180px!important;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(189,189,189,0.50);
  border-radius: 5px;
}
.foot-item-padding{
  padding: 0 33px !important;
}
.logistics-span{
  margin-top: 10px !important;
  padding: 10px !important;
  line-height: 20px;
  padding: 0 18px!important;
}

.logistics-person-matching-system{
  width: 30.30vw;
  -moz-box-sizing: content-box;  
  -webkit-box-sizing: content-box; 
  -o-box-sizing: content-box; 
  -ms-box-sizing: content-box; 
  box-sizing: content-box; 
}
.logistics-person-matching-system-card{
  width: 100%!important;
  height: 140px!important;
}
.logistics-img-card-title{
  padding:0 10px!important;
  line-height: 20px!important;
  font-size: 14px!important;
}
.logistics-img-card-span{
  margin: 0 auto;
  width: 80% !important;
  font-size: 10px !important;
  margin-top: 10px !important;
  line-height: 18px !important;
}
.logistics-card-item{
  width: 47.6% !important;
  height: 200px !important;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(189,189,189,0.50);
  border-radius: 5px;
}
.intellgent-img-card{
  width: 50px !important;
  height: 50px !important;
}
.logistics-span{
  font-size: 12px;
}
.logistics-span span {
  display: block;
  text-align: center;
}
.min-tech-mobile{
  font-family: PingFangSC-Medium;
  font-size: 14px;
  text-align: center;
  color: #000000;
  font-weight: 700;
 margin-top: 30px;
 margin-bottom: 10px;
}

.tech-mobile-img-item{
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  height: 160px;
  box-shadow: 0 0 18px 0 #D2D2D2;
  border-radius: 10px;
}
.tech-mobile-img-item img{
  width: 100%;
  height: 160px;
  border-radius: 10px;
}
.logis-nav-card{
  width: 80px !important;
  height: 80px !important;
  padding: 10px 0;
  margin-top: 0 !important;
}
.logisition_city_nav{
  height: 80px !important;
}
.logis-nav-img{
 padding: 9px !important;
}
#logsA{
  cursor: pointer;
}
#logsB{
  cursor: pointer;
}
#logsC{
  cursor: pointer;
}
#logis_one_mobile{
  display: block;
}
#logis_two_mobile{
  display: none;
}
#logis_three_mobile{
  display: none;
}
.carets{
    width: 0;
    height: 4px;
    margin-left: 2px;
    margin-bottom: 10px;
    vertical-align: middle;
    display: none;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px dashed;
}
.border-left{
  border-left: 1px solid #D2D2D2;
}
.box-padding{
  padding-top: 20px !important;
}
.oneB{
  display: block;
}































  /* // 响应式尾部 */
}
  

