/* 头部 */

.common-card {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 70px;
}

.header .logo {
  display: inline-block;
  width: 246px;
  height: auto;
  margin-right: 88px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .common-card {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .rt {
  flex: 1;
}
.header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header ul a {
  font-size: 18px;
  color: #000000;
}

/* 轮播 */

.home-swiper {
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: red;
  border-radius: 5px;
  opacity: 0.5;
}

.headerSwiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
/* 服务领域 */
.serviceField {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding-top: 10px;
}
.common-tl {
  text-align: center;
}

.common-tl h2 {
  font-size: 36px;
  color: #000000;
}
.common-tl p {
  font-size: 21px;
  margin-top: 5px;
  color: #666666;
}

.serviceField-con {
  margin-top: 15px;
}
.serviceField-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.serviceField-con ul li {
  width: 292px;
  height: auto;
  background-color: #ffffff;
  margin: 0 9px 17px 0;
}
.serviceField-con ul li:nth-child(4n) {
  margin-right: 0;
}
.serviceField-con li img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  vertical-align: bottom;
}
.serviceField-con li .name {
  width: 100%;
  padding: 20px 24px 20px 16px;
  height: 130px;
}
.serviceField-con .name h6 {
  font-size: 20px;
  font-weight: bold;
  color: #171717;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serviceField-con .name .ls {
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 我们的运输线路 */
.transportRoute {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 29px;
}

.transport-con {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 40px 30px 30px 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  margin-top: 17px;
}
.transport-con .nav {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}
.transport-con .nav .item {
  width: 160px;
  height: 43px;
  padding: 0 20px;
  line-height: 43px;
  cursor: pointer;
  background-color: #3e3e3e;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  margin-right: 13px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s;
}
.transport-con .nav .item.active {
  background-color: #cd0000;
}
.transport-con .list1 li span {
  font-size: 16px;
  color: #333;
  padding-right: 30px;
  padding-left: 30px;
}
.transport-con .list1 li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 30px;
  justify-content: center;
  background: url(../img/icon3.jpg) no-repeat center;
  background-size: 23px 23px;
  width: calc(100% / 4);
  margin-bottom: 10px;
}
.transport-con .list1 .con {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.transport-con .list1 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.transport-con .list1 .more {
  font-size: 18px;
  color: #666;
  margin-top: 20px;
}
.transport-con .list1 li:hover {
  background: url(../img/icon3-1.jpg) no-repeat center;
}
.transport-con .list2 .tl {
  width: 12%;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.transport-con .list2 .tl::after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #666;
}
.transport-con .list2 .ls {
  color: #666;
  flex: 1;
  font-size: 14px;
  line-height: 26px;
}
.transport-con .list2 li {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.transport-con .list2 img {
  width: 430px;
  height: 325px;
  object-fit: cover;
  margin-right: 10%;
}
.transport-con .list2 .con {
  display: flex;
}
.transport-con .list2 .rt {
  flex: 1;
}
.transport-con .list {
  display: none;
}
/* 新闻公告 */
.news {
  width: 100%;
  height: auto;
  padding: 11px 0 35px 0;
}
.news-con {
  display: flex;
  margin-top: 40px;
}
.news-con .lts {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.news-con .lts:last-child {
  margin-right: 0;
}
.news-con .nav .item {
  font-size: 23px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
.news-con .nav .item.active {
  color: red;
}
.news-con .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.news-con .nav .lr {
  display: flex;
  align-items: center;
}
.news-con .nav .more {
  font-size: 18px;
  color: #b50000;
}
.newList .time {
  font-size: 14px;
  color: #333333;
}

.newList h6 {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 28px;
  margin-top: 10px;
}
.newList .ls {
  font-size: 14px;
  line-height: 35px;
  color: #999999;
}
.newList li {
  margin-bottom: 20px;
}
.newList li:last-child h6 {
  padding-bottom: 0;
  border-bottom: none;
}
.newList li:hover {
  padding: 20px 30px 20px 15px;
  height: auto;
  background-color: #f5f5f5;
}
.newList li:hover h6 {
  border-bottom: none;
  padding-bottom: 0;
}
.newList .item {
  display: none;
}
.newList li:hover .ls {
  margin-top: 10px;
}
.news-con .lss {
  font-size: 17px;
  line-height: 40px;
  color: #333333;
}
.number {
  width: 100%;
  height: 128px;
  background-color: #f2f2f2;
}
.number .common-card {
  height: 100%;
}
.number ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.number li span {
  font-size: 41px;
  font-weight: bold;

  color: #d40000;
}
.number li i {
  font-size: 22px;
  color: #999999;
}
.number li h6 {
  font-size: 22px;
  color: #999999;
  margin-top: 15px;
}
/* 战略伙伴 */
.buddy {
  width: 100%;
  height: auto;
  padding: 10px 0 25px 0;
}
.buddy-con {
  margin-top: 30px;
}
.buddy-con ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.buddy-con ul li {
  width: 195px;
  height: 107px;
  background-color: #ffffff;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-right: 5px;
}
.buddy-con ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer {
  width: 100%;
  height: auto;
}

.footer .top {
  width: 100%;
  height: 323px;
  background-color: #002241;
  padding: 24px 0 50px 0;
}
.footer .nav a {
  font-size: 19px;
  color: #999999;
  margin-right: 35px;
}
.footer .nav a:last-child {
  margin-right: 0;
}
.footer .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.footer .top .ls {
  font-size: 17px;
  line-height: 41px;
  color: #999999;
}
.footer .bto {
  font-size: 14px;

  line-height: 60px;
  color: #999999;
  height: 60px;
  background-color: #01172b;
}
.footer .bto .common-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
