.logistic-services {
  width: 12rem;
  margin: 0.86rem auto 2.31rem auto;
}
.logistic-services-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.logistic-services-content {
  width: 100%;
}
.logistic-services-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1rem;
}
.logistic-services-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.logistic-services-item-img {
  width: 5.48rem;
  height: 3rem;
}
.logistic-services-item-content-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 0.2rem;
}
.logistic-services-item-content-desc {
  font-size: 0.18rem;
  font-weight: 400;
  color: #595757;
  line-height: 0.36rem;
  margin-bottom: 0.33rem;
}
.logistic-services-item-content-btn {
  width: 1.52rem;
  height: 0.47rem;
  background: #ec7132;
  font-size: 0.18rem;
  font-weight: 400;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.freight-services {
  width: 11rem;
  margin: 0.86rem auto 0.94rem auto;
}
.freight-services-content {
  width: 100%;
  margin-top: 0.97rem;
}
.freight-services-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin-bottom: 0.4rem;
}
.freight-services-desc {
  font-size: 0.18rem;
  line-height: 0.36rem;
  font-weight: 400;
  color: #555555;
  text-align: center;
}
.freight-services-item:first-child {
  margin-top: 0rem;
}
.freight-services-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.22rem;
  margin-top: 0.7rem;
}
.freight-services-item-img {
  width: 4.34rem;
  height: 2.38rem;
}

.freight-services-item-content-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 0.2rem;
}
.freight-services-item-content-text {
  font-size: 0.18rem;
  color: #595757;
  line-height: 0.36rem;
}

.mySwiper {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.mySwiper .swiper_img {
  width: 100%;
}
.mySwiper .swiper-slide {
  position: relative;
}
.mySwiper .swiper-slide .swiper_text {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-200px, 0%);
  opacity: 0;
  transition: all 0.5s;
}
.mySwiper .ani-slide .swiper_text {
  transform: translate(0, 10px);
  opacity: 1;
}

.banner {
  width: 100%;
  position: relative;
  top: 0.85rem;
  height: 3rem;
}
.banner .banner_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner_content {
  width: 12rem;
  position: absolute;
  top: 0.8rem;
  left: 3.68rem;
  /* transform: translateY(-50%); */
  /* margin-left: -6.4rem; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
}
.banner .banner_content_heading {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #fff;
  font-weight: 400;
}
.banner .banner_content_heading_title {
  font-size: 0.45rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.banner .banner_content_btn {
  width: 1.58rem;
  height: 0.37rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.18rem;
  border: none;
  font-size: 0.14rem;
  font-weight: 400;
  color: #e93738;
  margin-top: 0.3rem;
  cursor: pointer;
}
.banner .banner_content .banner_textimg {
  margin-bottom: 40px;
}
.banner .banner_content .tap .tap_title {
  margin-bottom: 20px;
}
.banner .banner_content .tap .tap_title div {
  float: left;
  margin-right: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  line-height: 24px;
}
.banner .banner_content .tap .tap_title .style {
  color: #ffd743;
  border-bottom: 1px solid #ffd743;
}
.banner .banner_content .tap .input1 {
  width: 300px;
  height: 35px;
  background-color: #fff;
}
.banner .banner_content .tap .input1 input {
  float: left;
  width: 175px;
  padding-left: 20px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  margin-top: 7px;
  border: none;
  outline: none;
  background-image: url(../images/index/sousuo.png);
  background-repeat: no-repeat;
  background-position: 175px 3px;
}
.banner .banner_content .tap .chaxun {
  width: 300px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #266bd1;
  font-size: 16px;
  margin-top: 12px;
  cursor: pointer;
}
.banner .banner_content .tap .input2 {
  display: none;
}
.banner .banner_content .tap .input2 input {
  width: 125px;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  margin-right: 20px;
  font-size: 14px;
  background-color: #fff;
  border: none;
  outline: none;
  float: left;
}
.breadcrumb {
  width: 11.9rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #555555;
  text-align: left;
  margin: 1.03rem auto 0 auto;
}
.fab-content {
  width: 11rem;
  margin: 0.9rem auto 1.32rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0.48rem;
  grid-column-gap: 0.8rem;
}
.fab-content-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.26rem;
}
.fab-content-item-img-wrap {
  width: 5.08rem;
  height: 2.2rem;
  overflow: hidden;
  cursor: pointer;
}
.fab-content-item-img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fab-content-item-img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.fab-content-item-text {
  font-size: 0.16rem;
  color: #555555;
  text-align: center;
}
.fab-child-content {
  width: 13rem;
  margin: 0.56rem auto 0.77rem auto;
}
.fab-child-content-intro {
  width: 11.26rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.54rem;
  margin: auto;
  height: calc(2.38rem + 0.15rem)
}
.fab-child-content-intro-img {
  width: 5.6rem;
  height: 100%
}
.fab-child-content-intro-right-title {
  height: 0.45rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.01rem;
  background-color: #3a76d2;
  line-height: 0.45rem;
  text-align: center;
  padding:0 0.2rem;
}
.fab-child-content-intro-right-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #555555;
  line-height: 0.25rem;
}
.fab-child-content-intro-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem;
  box-sizing: border-box;
  padding-bottom:0.1rem;
}
.fab-child-content-intro-right-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.76rem;
}
.fab-child-content-intro-right-bottom-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.09rem;
}
.fab-child-content-intro-right-bottom-item-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #231815;
}
.fab-child-content-intro-right-bottom-item-text {
  font-size: 0.12rem;
  font-weight: 400;
  color: #555555;
}
.fab-child-content-intro-bottom {
  width: 11.24rem;
  min-height: 5.65rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
}
.fab-child-content-intro-bottom-left {
  width: 7.04rem;
  min-height: 5.65rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  background-image: url(../images/logistic/fabUsaIntroBt.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.88rem 0.49rem 0 0.49rem;
  box-sizing: border-box;
}
.fab-child-content-intro-bottom-left-title {
  padding:0 0.2rem;
  height: 0.45rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #3a76d2;
  line-height: 0.45rem;
  letter-spacing: 0.01rem;
  background-color: #fff;
  text-align: center;
}
.fab-child-content-intro-bottom-left-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.25rem;
}
.fab-child-content-intro-bottom-left-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.1rem;
}
.fab-child-content-intro-bottom-left-rows-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.03rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.24rem;
}

.fab-child-content-intro-bottom-right {
  flex: 1;
  min-height: 5.65rem;
  background-image: url(../images/logistic/fabUsaIntroBt2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.88rem 0.49rem 0 0.49rem;
  box-sizing: border-box;
}
.fab-child-content-intro-bottom-right-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.45rem;
}
.fab-child-content-intro-bottom-right-rows {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.08rem;
}
.fab-child-content-intro-bottom-right-rows-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.1rem;
}
.fab-child-content-intro-bottom-right-rows-item-number {
  width: 0.2rem;
  font-size: 0.17rem;
  font-weight: bold;
  color: #fff;
  font-style: italic;
}
.fab-child-content-intro-bottom-right-rows-item-val {
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.2rem;
}
.fab-child-content-services {
  width: 12.05rem;
  margin: 0.9rem auto 0.9rem auto;
}
.fab-child-content-services-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 0.4rem;
  text-align: center;
}
.fab-child-content-desc {
  font-size: 0.12rem;
  line-height: 0.24rem;
  font-weight: 400;
  color: #555555;
  text-align: center;
  margin-bottom: 0.38rem;
}
.fab-child-content-rows {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem;
}
.fab-child-content-rows-item {
  width: 2.86rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fab-child-content-rows-item-img {
  width: 100%;
  margin-bottom: 0.3rem;
}
.fab-child-content-rows-item-title {
  margin-bottom: 0.15rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #595757;
  text-align: center;
}
.fab-child-content-rows-item-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.05rem;
  font-size: 0.12rem;
  font-weight: 400;
  color: #595757;
}
.fab-usa-transport {
  width: 13rem;
}
.fab-usa-transport .fab-child-content-box {
  border: 0.01rem solid #e5e5e5;
  height: 6.04rem;
  padding: 0 0.5rem 0 0.5rem;
  box-sizing: border-box;
}
.fab-usa-transport .fab-child-content-box-inner {
  height: 100%;
  background: url("../images/logistic/fab-usa-transport.png");
  background-repeat: no-repeat;
  background-size: 9.26rem 1.84rem;
  background-position: 1rem center;
  position: relative;
}
.fab-child-content-box-inner-img {
  width: 1.61rem;
  height: 1.61rem;
}
.fab-child-content-box-inner-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s;
}
.fab-child-content-box-inner-item {
  position: absolute;
  font-size: 0.2rem;
  font-weight: 400;
  color: #595757;
  text-align: center;
}
.fab-child-content-box-inner-item-name {
  margin-top: 0.1rem;
}
.fab-child-content-box-inner-item1 {
  left: 0;
  top: 50%;
  margin-top: -0.85rem;
}
.fab-child-content-box-inner-item2 {
  top: 0.75rem;
  left: 1.91rem;
}
.fab-child-content-box-inner-item3 {
  left: 3.8rem;
  top: 50%;
  margin-top: -0.85rem;
}
.fab-child-content-box-inner-item4 {
  left: 6rem;
  top: 50%;
  margin-top: -0.85rem;
}
.fab-child-content-box-inner-item5 {
  left: 8.2rem;
  top: 50%;
  margin-top: -0.85rem;
}
.fab-child-content-box-inner-item6 {
  left: 10.4rem;
  top: 50%;
  margin-top: -0.85rem;
}
.fab-child-content-box-inner-item7 {
  bottom: 0.6rem;
  left: 1.91rem;
}
.fab-child-content-hint {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ec7132;
}
.ddp-line-content {
  width: 12rem;
  margin: 0.9rem auto 1.32rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.51rem;
  grid-column-gap: 0.3rem;
}
.ddp-line-content-item-text {
  font-size: 0.16rem;
  font-weight: 400;
  color: #555555;
  text-align: center;
}
.ddp-line-content-item-img-wrap a {
  display: block;
  width: 3.8rem;
  height: 2.193rem;
  overflow: hidden;
}
.ddp-line-content-item-img-wrap {
  width: 3.8rem;
  height: 2.19rem;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0.26rem;
}
.ddp-line-content-item-img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ddp-line-content-item-img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.banner_content_heading_withbg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 0.3rem;
  background: #3a76d2;
  font-size: 0.16rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.3rem;
  transform: skewX(-15deg);
  position: relative;
}
.banner_content_heading_withbg-text {
  transform: skewX(15deg);
}
.ddp-child-content {
  width: 12rem;
  margin: 0.9rem auto 1.32rem auto;
}
.ddp-child-content-intro {
  width: 11.26rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0rem auto 1rem auto;
}
.ddp-child-content-intro-left {
  width: 7.02rem;
  height: 5.65rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-image: url(../images/logistic/ddpIntroLeftBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  box-sizing: border-box;
}

.ddp-child-content-intro-left-title {
  padding:0 0.2rem;
  height: 0.45rem;
  background: #ffffff;
  font-size: 0.24rem;
  font-weight: bold;
  color: #3a76d2;
  line-height: 0.45rem;
  text-align: center;
  margin-bottom: 0.31rem;
}
.ddp-child-content-intro-left-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.24rem;
  margin-bottom: 0.42rem;
}
.ddp-child-content-intro-left-rows {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.32rem;
}
.ddp-child-content-intro-left-rows-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.55rem;
}
.ddp-child-content-intro-left-rows-item-left {
  width: 0.682rem;
}
.ddp-child-content-intro-left-rows-item-right {
}
.ddp-child-content-intro-left-rows-item-right-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.17rem;
}
.ddp-child-content-intro-left-rows-item-right-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0.05rem;
  grid-column-gap: 0.1rem;
}
.ddp-child-content-intro-left-rows-item-right-rows-item {
  font-size: 0.14rem;
  font-weight: 400;
  color: #ffffff;
}

.ddp-child-content-intro-right {
  flex: 1;
  height: 5.65rem;
  background-image: url(../images/logistic/fabUsaIntroBt2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.55rem 0.6rem 0.55rem 0.6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.1rem;
}
.ddp-child-content-intro-right-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.ddp-child-content-intro-right-rows {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.34rem;
}
.ddp-child-content-intro-right-rows-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.ddp-child-content-intro-right-rows-item-img {
  width: 0.84rem;
  margin-bottom: 0.1rem;
}
.ddp-child-content-intro-right-rows-item-title {
  font-size: 0.15rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.14rem;
  color: #fff;
}
.ddp-child-content-intro-right-rows-item-desc {
  font-size: 0.12rem;
  line-height: 0.18rem;
  text-align: center;
  color: #fff;
}
.ddp-child-content-about {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.45rem;
}

.ddp-child-content-about-left-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.29rem;
}
.ddp-child-content-about-left-desc {
  font-size: 0.16rem;
  font-weight: 400;
  color: #595757;
  line-height: 0.36rem;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp:4 ;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ddp-child-content-about-right {
  width: 4.186rem;
}
.ddp-child-content-intro-right-row .ddp-child-content-intro-right-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0.26rem;
}
.ddp-child-content-intro-right-row .ddp-child-content-intro-right-title span {
  margin-right: 0.13rem;
}
.ddp-child-content-intro-right-row .ddp-child-content-intro-right-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #f7f8f8;
  line-height: 0.2rem;
  text-align: left;
}

.ddp-child-content-advantage {
  width: 100%;
  background: #f2f2f5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0.59rem 0 0.66rem 0;
}
.ddp-child-content-advantage-inner {
  width: 9.84rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url(../images/logistic/ddpEurTransportSubBg.png);
  background-repeat: no-repeat;
  background-size: 4.85rem 2.36rem;
  background-position: center center;
}
.ddp-child-content-advantage-title {
  width: 7.68rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin-bottom: 0.25rem;
}
.ddp-child-content-advantage-desc {
  width: 7.68rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: #595757;
  text-align: center;
  margin-bottom: 0.3rem;
}
.ddp-child-content-advantage-subTitle {
  width: 7.68rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #ec7132;
  text-align: center;
  background-image: url(../images/logistic/ddpAdvantageSubBG.png);
  background-repeat: no-repeat;
  background-size: 7.98rem 0.11rem;
  background-position: center center;
}
.ddp-child-content-advantage-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.15rem;
  grid-column-gap: 0.18rem;
  margin-top: 0.3rem;
}
.ddp-child-content-advantage-row-item {
  height: 2.53rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0.4rem;
  background-color: #fff;
  padding: 0.37rem;
  box-sizing: border-box;
  border: 0.01rem solid #e5e5e5;
}
.ddp-child-content-advantage-row-item-num {
  width: 0.42rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}

.ddp-child-content-advantage-rows
  .ddp-child-content-advantage-row-item:nth-child(1)
  .ddp-child-content-advantage-row-item-img {
  width: 0.58rem;
}
.ddp-child-content-advantage-rows
  .ddp-child-content-advantage-row-item:nth-child(2)
  .ddp-child-content-advantage-row-item-img {
  width: 0.8rem;
}
.ddp-child-content-advantage-rows
  .ddp-child-content-advantage-row-item:nth-child(3)
  .ddp-child-content-advantage-row-item-img {
  width: 0.58rem;
}
.ddp-child-content-advantage-rows
  .ddp-child-content-advantage-row-item:nth-child(4)
  .ddp-child-content-advantage-row-item-img {
  width: 0.53rem;
}
.ddp-child-content-advantage-rows
  .ddp-child-content-advantage-row-item:nth-child(5)
  .ddp-child-content-advantage-row-item-img {
  width: 0.52rem;
}
.ddp-child-content-advantage-rows
  .ddp-child-content-advantage-row-item:nth-child(6)
  .ddp-child-content-advantage-row-item-img {
  width: 0.64rem;
}
.ddp-child-content-advantage-row-item-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #888888;
  text-align: center;
}

.ddp-child-content-us-advantage {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.17rem;
  background: linear-gradient(
    90deg,
    #b9dd29 0%,
    #69dc62 38%,
    #39bab3 65%,
    #1396f0 100%
  );
  padding: 0.2rem;
  box-sizing: border-box;
}
.ddp-child-content-us-advantage-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 0.25rem;
}
.ddp-child-content-us-advantage-rows {
  width: 6.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4rem;
}
.ddp-child-content-us-advantage-rows-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.1rem;
}
.ddp-child-content-us-advantage-rows-item-img {
  width: 0.43rem;
}
.ddp-child-content-us-advantage-rows-item-title {
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffffff;
}
.ddp-child-content-us-advantage-rows-item-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.18rem;
  text-align: center;
}
.ddp-child-content-us-advantage-rows
  .ddp-child-content-us-advantage-rows-item:nth-child(1) {
  width: 1.23rem;
}
.ddp-child-content-us-advantage-rows
  .ddp-child-content-us-advantage-rows-item:nth-child(2) {
  width: 1.34rem;
}
.ddp-child-content-us-advantage-rows
  .ddp-child-content-us-advantage-rows-item:nth-child(3) {
  width: 1.08rem;
}
.ddp-child-content-us-advantage-rows
  .ddp-child-content-us-advantage-rows-item:nth-child(4) {
  width: 1.54rem;
}
.ddp-kor-intro {
  width: 12rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  margin: 0.25rem auto 0.6rem auto;
}
.ddp-kor-intro-left-title {
  width: 2.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  padding-bottom: 0.05rem;
  border-bottom: 0.02rem solid #3a76d2;
}
.ddp-kor-intro-left-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #595757;
  line-height: 0.2rem;
  margin-top: 0.25rem;
}
.ddp-kor-intro-right {
  width: 5.31rem;
}

.ddp-kor-tax-include {
  width: 10.5rem;
  margin: 0 auto 1.13rem auto;
}
.ddp-kor-tax-include-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 0.37rem;
  text-align: center;
}
.ddp-kor-tax-include-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #595757;
  text-align: center;
}
.ddp-kor-line-adv {
  width: 100%;
  padding: 0.45rem 0.45rem 1.1rem 0.45rem;
  box-sizing: border-box;
  background: #f5f5f5;
}
.ddp-kor-line-adv-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.ddp-kor-line-adv-rows {
  width: 10.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0.66rem auto 0 auto;
  gap: 0.47rem;
}
.ddp-kor-line-adv-rows-item {
  width: 1.44rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.13rem;
}
.ddp-kor-line-adv-rows-item-img {
  width: 0.91rem;
}
.ddp-kor-line-adv-rows-item-title {
  font-size: 0.12rem;
  line-height: 0.18rem;
  font-weight: 400;
  color: #888888;
  text-align: center;
}
.ddp-child-content-eur-intro-3cols {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #f7f8f8;
  padding: 0.64rem 0.64rem 0.34rem 0.64rem;
  box-sizing: border-box;
}
.ddp-child-content-eur-intro-3cols-rows {
  width: 10rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ddp-child-content-eur-intro-3cols-rows-item:nth-child(2)::before {
  /* 必须设置 content 属性才能生效 */
  content: "";
  /* border 宽度 */
  width: 0.02rem;
  /* border 高度 */
  height: 1.83rem;
  background-color: rgb(225, 226, 226);
  /* border 位置 absolute(绝对定位) */
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.915rem;
  /* 自动内减 */
  box-sizing: border-box;
}
.ddp-child-content-eur-intro-3cols-rows-item:nth-child(2)::after {
  /* 必须设置 content 属性才能生效 */
  content: "";
  /* border 宽度 */
  width: 0.02rem;
  /* border 高度 */
  height: 1.83rem;
  background-color: rgb(225, 226, 226);
  /* border 位置 absolute(绝对定位) */
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.915rem;
  /* 自动内减 */
  box-sizing: border-box;
}
.ddp-child-content-eur-intro-3cols-rows-item {
  width: 2.77rem;
  padding: 0 0.47rem 0 0.47rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.ddp-child-content-eur-intro-3cols-rows-item-img {
  width: 1.16rem;
  margin-bottom: 0.27rem;
}
.ddp-child-content-eur-intro-3cols-rows-item-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #231815;
  margin-bottom: 0.14rem;
}
.ddp-child-content-eur-intro-3cols-rows-item-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #888888;
  line-height: 0.2rem;
  text-align: center;
}
.ddp-child-content-transoprt-services-rows {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.2rem;
  margin-top: 0.71rem;
}
.ddp-child-content-transoprt-services-rows-item {
  position: relative;
  height: 2.4rem;
}
.ddp-child-content-transoprt-services-rows-item-img {
  width: 3.85rem;
}
.ddp-child-content-transoprt-services-rows-item-title {
  width: 1.26rem;
  position: absolute;
  bottom: 0.16rem;
  left: 50%;
  margin-left: -0.58rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0.03rem 0.16rem 0.03rem 0.16rem;
  border-radius: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  /* line-height: 0.26rem; */
}
.ddp-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item:nth-child(1)
  .ddp-child-content-transoprt-services-rows-item-title {
  background-color: #a8d3d9;
}
.ddp-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item:nth-child(2)
  .ddp-child-content-transoprt-services-rows-item-title {
  background-color: #76cdd3;
}
.ddp-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item:nth-child(3)
  .ddp-child-content-transoprt-services-rows-item-title {
  background-color: #503217;
}

.ddp-child-content-train-services {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 5.56rem;
  background-image: url(../images/logistic/ddpEurTrainBG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  padding: 0.85rem 0 0.78rem 0;
}
.ddp-child-content-train-services-inner {
  width: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.ddp-child-content-train-services .ddp-child-content-advantage-subTitle {
  width: 8rem;
  color: #fff;
  font-size: 0.24rem;
  margin-bottom: 0.37rem;
  background-image: url(../images/logistic/ddpAdvantageSubBGWhite.png);
  background-size: 7.96rem 0.11rem;
}
.ddp-child-content-train-services-inner-desc {
  width: 8rem;
  font-size: 0.18rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.43rem;
  text-align: center;
}
.ddp-child-content-train-services-inner-rows {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.13rem;
}
.ddp-child-content-train-services-inner-rows-item {
  width: 2.3rem;
  height: 2.59rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(8, 56, 89, 0.8);
  padding: 0.61rem 0.35rem 0.36rem 0.35rem;
  box-sizing: border-box;
}
.ddp-child-content-train-services-inner-rows-item-img {
  width: 0.69rem;
  margin-bottom: 0.16rem;
}
.ddp-child-content-train-services-inner-rows-item-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.15rem;
}
.ddp-child-content-train-services-inner-rows-item-desc {
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.18rem;
  color: #ffffff;
  text-align: center;
}
.ddp-south-line-adv .ddp-kor-line-adv-rows-item-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #888888;
  text-align: center;
  line-height: 0.18rem;
}
.ddp-south-line-adv {
  padding-bottom: 0.67rem;
}
.ddp-south-line-adv .ddp-kor-line-adv-rows-item {
  width: 1.61rem;
}
.ddp-south-line-adv .ddp-kor-line-adv-rows {
  gap: 0.7rem;
}
.ddp-south-line-adv .ddp-kor-line-adv-rows-item-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #231815;
  margin-bottom: 0.07rem;
}
.ddp-child-content-advantage-southeast {
  height: 3.12rem;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/logistic/ddpEurTransportSubBg.png);
  background-repeat: no-repeat;
  background-size: 4.85rem 2.36rem;
  background-position: center center;
}
.ddp-child-content-advantage-southeast .ddp-child-content-advantage-subTitle {
  background-image: none;
  width: 11.82rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}
.ddp-child-content-advantage-southeast .ddp-child-content-advantage-inner {
  width: 11.82rem;
  background-image: none;
}
.ddp-child-content-advantage-southeast
  .ddp-child-content-advantage-subTitle-left {
  width: 1.885rem;
}
.ddp-child-content-advantage-southeast
  .ddp-child-content-advantage-subTitle-right {
  width: 1.885rem;
}
.banner_content-main .banner_content_heading {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #fff;
  font-weight: 400;
}
.cu-train-child-content {
  width: 8.8rem;
  margin: 0.64rem auto 0.9rem auto;
}
.cu-train-child-content-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  text-align: center;
  margin-bottom: 0.5rem;
}
.cu-train-child-content-subTitle {
  font-size: 0.2rem;
  font-weight: bold;
  color: #ec7132;
  text-align: center;
  margin-bottom: 0.33rem;
}
.cu-train-child-content-desc {
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: #595757;
  text-align: center;
}
.cu-train-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item-title {
  width: 2.4rem;
  margin-left: -1.2rem;
}
.cu-train-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item:nth-child(1)
  .ddp-child-content-transoprt-services-rows-item-title {
  width: 2.4rem;
  margin-left: -1.2rem;
  background-color: #c4c6bf;
}
.cu-train-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item:nth-child(2)
  .ddp-child-content-transoprt-services-rows-item-title {
  width: 2.4rem;
  margin-left: -1.2rem;
  background-color: #e1d09c;
}
.cu-train-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item:nth-child(3)
  .ddp-child-content-transoprt-services-rows-item-title {
  width: 2.4rem;
  margin-left: -1.2rem;
  background-color: #825d50;
}
.cu-train-child-content-transoprt-services-item-desc {
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: #595757;
  text-align: center;
  margin-top: 0.26rem;
  padding-left:0.65rem;
  padding-right:0.65rem;
}
.cu-train-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item {
  height: 3.01rem;
}
.cu-train-child-content-transoprt-services-rows
  .ddp-child-content-transoprt-services-rows-item-top {
  position: relative;
  height: 2.4rem;
}
.cu-train-child-content-services-country {
  width: 11.68rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0.68rem auto 0.75rem auto;
}
.cu-train-child-content-services-country .ddp-child-content-advantage-subTitle {
  width: 7.37rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.38rem;
}
.cu-train-child-content-services-country
  .ddp-child-content-advantage-subTitle-text {
  width: 2.6rem;
}
.cu-train-child-content-services-country-desc {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.32rem;
  color: #595757;
}
.ddp-child-content-advantage-subTitle-left {
  width: 1.885rem;
}
.ddp-child-content-advantage-subTitle-right {
  width: 1.885rem;
}
.cu-train-child-content-services-station {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.cu-train-child-content-services-station .ddp-child-content-advantage-subTitle {
  width: 6.41rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cu-train-child-content-services-station-desc {
  width: 12.05rem;
  padding: 0.3rem;
  box-sizing: border-box;
  margin: 0.54rem auto 0 auto;
  border: 0.01rem solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.15rem;
}
.cu-train-child-content-services-station-desc-rows {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.1rem;
}
.cu-train-child-content-services-station-desc-rows-item:nth-child(1) {
  width: 58%;
}
.cu-train-child-content-services-station-desc-rows-item:nth-child(2) {
  width: 42%;
}

.cu-train-child-content-services-station-desc-rows-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.1rem;
}
.cu-train-child-content-services-station-desc-rows-item-label {
  font-size: 0.16rem;
  font-weight: 400;
  color: #595757;
  line-height: 0.24rem;
}
.cu-train-child-content-services-station-desc-rows-item-val {
  font-size: 0.16rem;
  font-weight: 400;
  color: #595757;
  line-height: 0.24rem;
}

.cu-train-child-content-services-limit {
  width: 10.11rem;
  margin: 0.8rem auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.cu-train-child-content-services-limit .ddp-child-content-advantage-subTitle {
  width: 6.405rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cu-train-child-content-services-limit-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.46rem;
}
.cu-train-child-content-services-limit-row-item {
  width: 1.92rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.cu-train-child-content-services-limit-row-item-img {
  width: 1.16rem;
  margin-bottom: 0.3rem;
}
.cu-train-child-content-services-limit-row-item-desc {
  font-size: 0.12rem;
  line-height: 0.18rem;
  font-weight: 400;
  color: #595757;
  text-align: center;
}
.logistic-services-item-content-btn:hover{
  background: rgba(255,255,255,1);
  color:#ec7132;
  border:0.01rem solid #ec7132;
}
.logistic-services-item-content-btn{
  border:0.01rem solid transparent;
}
.breadcrumb-link{
  color:#555555;
}