/* menu */

/* .font-size-block2 .font12:nth-child(2),
.font-size-block3 .font12:nth-child(2){
  cursor: no-drop;
}
.font-size-block2 .font12:nth-child(3),
.font-size-block3 .font12:nth-child(3){
  cursor: no-drop;
} */






.bg-img-way{
  background-image: url("../images/v2/way-bg.jpg");    /* 拉伸覆盖容器 */
       background-size: cover;  /* 让背景图铺满容器，不变形 */
  background-position: center;   /* 居中 */
  background-repeat: no-repeat;  /* 不重复 */
  width: 100%;
  height: 85vh;     
  overflow: hidden;              /* 全屏高度 */
}

.contact-bg{

  background-image: url("../images/v2/contact-us-bg.jpg");  
  background-size: cover;  /* 拉伸覆盖容器 */
      /* 让背景图铺满容器，不变形 */
  background-position:top;  /* 居中 */
  background-repeat: no-repeat;  /* 不重复 */
  width: 100%;
  height: 100vh;     
  overflow: hidden;              /* 全屏高度 */
}


.content-container.way-content-container{
  margin-top: 100px;
}




.font-size-title2{
    font-size: 3.75em;
    color: #143472;

  font-family: 'MElleHK-Medium';
}



.content-container{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 25px;

}

.contnet-box-text{
   background-color: rgb(187 225 240 / 92%);
   border-radius: 35px 35px 0px 0px;
   margin-top: 10%;
    padding: 50px;
   width: 90%;
    height: 100vh;
}

.text-p{
    font-size: 1.625em;
    color: #143472;
    margin-top: 1.5em;
}

.footer{
  background: initial;
}

.footernav{
  background: #fff;
}

.crumbs-text-active{
      color: #153372;
    cursor: initial;
    text-decoration: none;
}

/* contact us */

.blue-color{
  color: #153372;
}

.contact-text{
  padding-top:5%;
      z-index: 9;
    position: relative;
  color: #fff;
  max-width:850px;
  width: 100%;
}

.contact-us-text2{
  color: #18366e;
  font-size: 2.1em;
  text-align: left;
}

.contact-small-text{
  font-size:1.5em;
  text-align: left;
  margin-top: 2em;
  color: #18366e;
}

/* logistics */

.bg-img-logistics{


  background-image: url("../images/v2/Logistics-bg-01.jpg");  
  background-size: cover;  /* 拉伸覆盖容器 */
      /* 让背景图铺满容器，不变形 */
  background-position:top;  /* 居中 */
  background-repeat: no-repeat;  /* 不重复 */
  width: 100%;
  /* height: 85vh;      */
  overflow: hidden;              /* 全屏高度 */


}


.bg-color-white{
 background-color: rgba(255, 255, 255, 0.85);
 border-radius: 30px;
}

.left-img-box{
   width: 100%;
}

.left-img-box img{
  width: 100%;
}

.max-w{
  max-width: 1000px;
  width: 100%;
}

/* logistice zone */
.flex-box{
  display: flex;
  padding: 25px;
  margin-bottom: 13%;
  align-items: flex-start;
  flex-direction: column;
}

.right-flex-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bg-color-01{
  background: #6CABCC;
}

.bg-color-02{
  background: #4FA3B0;
}
.bg-color-03{
  background: #556BB1;
}
.bg-color-04{
  background: #4F98CB;
}

.flex-content{
  border-radius: 13px;
}

.flex-content img{
  border-radius: 0px 0px 13px 13px;
  width: 100%;
}

.log-text{
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 2em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 13px 13px 0px 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 120px;
    padding-left: 20px;
    padding-right: 20px;
}


.content-container.max-w-2{
  max-width: 1150px;
  width: 100%;
  margin-bottom: 150px;
}



/* stakeholder - opinions */
.text-blue-box{
 font-size: 1.6em;
 line-height: 1.5em;
 color: #1F3475;
 padding-left: 35px;
 padding-top: 30px;
 padding-bottom: 30px;
}


.bg-stakeholder{
  /* background-image: url("../images/v2/bg-2.png");   */
  background-size: cover;  /* 拉伸覆盖容器 */
  background-position:bottom;  /* 居中 */
  background-repeat: no-repeat;  /* 不重复 */
  width: 100%;
  min-height: 100vh;
  overflow: hidden;              /* 全屏高度 */
}

.flex-bg{
  background-image: url("../images/v2/bg-img.png");  
  background-size: cover;  /* 拉伸覆盖容器 */
      /* 让背景图铺满容器，不变形 */
  background-position:bottom;  /* 居中 */
  background-repeat: no-repeat;  /* 不重复 */
  width: 100%;
  /* height: 85vh;      */
  overflow: hidden;  
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  padding-bottom:70px;
  background-size: 100%;
  margin-bottom: 80px;
}



.flex-text{
 font-weight: bold;
 background:#D1EDF9;
 padding: 40px;
 border-radius: 30px;
 border: 3px solid #fff;
 color: #143472;
 font-size:1.625em ;
 text-align: center;
 display: flex;               /* ⭐ 让内容居中 */
    align-items: center;         /* 垂直居中 */
    justify-content: center;     /
}   


.card-box {
    display: flex;
    flex-wrap: wrap;              /* 允许换行 */
    justify-content: center;      /* 每一排整体居中（关键） */
    gap: 40px;    
    margin-top: 50px; 
     align-items: stretch;                 /* 项目之间间距，可改 */
}

.card-block {
    width: calc((100% - 80px) / 3); /* 一排刚好 3 个（含 gap） */
    box-sizing: border-box;
    padding: 50px;
    position: relative;
            /* 让内部内容也可以撑满 */

}



.card-bg1{
  background: #D1EDF9;
}

.card-bg2{
  background:#CAF4F8;
}

.card-bg3{
  background:#FBF4E9;
}

.card-bg4{
  background: #D9D5CB;
}

.card-bg5{
  background: #C6D0F0;
}



.quotation-icon {
    position: absolute;
    left: -5%;
    top: -9%;
}



.card-text{
  font-size: 1.62em;
  color: #143472;
}

/* background */
.background-bg{
  background-image: url("../images/v2/background-bg.jpg");  
  background-size: cover;  /* 拉伸覆盖容器 */
  background-position:bottom;  /* 居中 */
  background-repeat: no-repeat;  /* 不重复 */
  width: 100%;
  /* height: 85vh;      */
  overflow: hidden;  

}

.bg-c{
  background-color: rgb(187 225 240 / 92%);
  border-radius: 30px  30px  0px   0px ;
  padding: 50px;
padding-right: 20%;
}

.bg-c p{
  color: #143472;
  font-size: 1.625em;
  padding-bottom: 30px;
  position: relative;
  padding-left: 30px;
}

.block-content{
  margin-top: 50px; 
  position: relative;
  max-width: 900px;
  width: 100%;
  margin-bottom: 80px;

}

.background-img{
  position: absolute;
  top: 8%;
  right: -23%;
      max-width: 300px;
    width: 100%;
}



.dots-icon{
  width: 10px;
  height: 10px;
  background:#1F3475 ;
  display: inline-block;
  border-radius: 30px;
  margin-right: 30px;
  position: absolute;
  top: 15px;
  left:-3px;

}

.circle-blcok{
  position: relative;
  margin-top: -8%;
}


.pr-title{
position: relative;
z-index: 9;

}

.circle-img{
  width: 100%;
  max-width: 1000px;
}


.circle-text{
  position: absolute;
  background-color: rgb(187 225 240 / 92%);
  color: #1F3475;
  font-size: 1.625em;
  max-width: 330px;
  padding-left: 4%;
  padding-right:4%;
  border-radius: 30px;
  padding-bottom: 5%;
  padding-top: 5%;
  right: -11%;
  bottom: 10%;

}

/* Six Measures for the General Direction of Logistics Industry Development */
.direction-bg{
  background-image: url("../images/v2/WEB-KV-background-new.jpg");  
  background-size: cover;  /* 拉伸覆盖容器 */
  background-position:top;  /* 居中 */
  background-repeat: no-repeat;  /* 不重复 */
  width: 100%;
  /* height: 85vh;      */
  overflow: hidden;   
}

.box-01{
  background-color: #cee9f5;
}

.box-02{
  background-color: #c8f0f3;
}

.box-03{
  background-color: #DDF0F8;
}

.three-boxes-content{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.title-01{
  font-size: 1.625em;
  font-family: 'MElleHK-Medium';
  color: #143472;
      padding-left: 20px;
    padding-top: 20px;
}

.title-02{
  font-size: 2.2em;
  font-family: 'MElleHK-Medium';
  color: #143472;
  text-align: left;
  padding-bottom: 30px;
    padding-top: 30px;
        min-height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.title-03{
  font-size: 2.2em;
  font-family: 'MElleHK-Medium';
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #E9F6FA 0%, #C5DEF1 100%);
  padding: 30px;
  text-align: right;
      margin-bottom: 40px;
}

.arrow-icon{
      margin-bottom: -10%;
}


.title-color-01{
  color:#2891B9 ;
}

.title-color-02{
  color:#18ADBB ;
}

.title-color-03{
  color:#5372D1;
}


/*  */
.content-block-01{
  margin-top: 50px;
}
.slanted-box {
  background-color: #cee9f5; 
  padding: 10px 50px; 
  text-align: center;
  transform: skewX(-20deg); 
  overflow: hidden; 
  display: inline-block;
  
   
}

.content-title{
  transform: skewX(20deg);
  color: #1f4eaf;
  font-size: 2.2em;
  font-family: sans-serif;
   font-family: 'MElleHK-Medium';

}

.pitch-card{
  background: #DDF0F8;
  border-radius: 30px;
  margin-top: 30px;
  padding: 50px;

}

.pitch-card__header{
  background: #fff;
  display: inline-block;
  border-radius: 40px;
  color: #1F3475;
  padding:  0px 25px;
  line-height: 60px;
  position: relative;
  z-index: 5;
}

.pitch-card__small-text{
  font-size: 1.625em;
    font-family: 'MElleHK-Medium';
}

.pitch-card__number{
   font-size: 2.5em;
    font-family: 'MElleHK-Medium';
}

.pitch-card__title{
     font-size: 2em;
    font-family: 'MElleHK-Medium';
    display: inline-block;
    padding-left: 15px;
}

.pitch-card__image img{
   width: 100%;
}


.pitch-card__content{
   max-width: 450px;
   width: 100%;
   font-size: 1.625em;
   color: #143472;
   margin-top: 50px;
   position: relative;
}

.pitch-card__image{
  margin-top: -30%;
}


.content-block-02{
  margin-top: 50px;
}

.content-block-02 .slanted-box{
  background-color:#c8f0f3;
}

.pitch-flex{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

.content-block-03 .pitch-card__image,
.content-block-02 .pitch-card__image{
  margin-top: initial;
}


.content-block-03 .pitch-card,
.content-block-02 .pitch-card{
  padding: 40px 25px;
}


/* 03 */

.pitch-wrapper{
    display: flex;
    align-items: flex-end;
}
.content-block-03 .pitch-style{
   
       display: flex;
    align-items: center;
}


.pitch-style .pitch-card__title{
    max-width: 340px;
    line-height: 31px;
    padding: 10px;
}


.content-block-03{
  margin-top: 50px;
}


.pitch-card_m{
  padding-top: 10%;
}


/* index */
.index-bg{
  background-image: url("../images/v2/index-bg.jpg");  
  background-size: cover;  /* 拉伸覆盖容器 */
  background-position:center;  /* 居中 */
  background-repeat: repeat;  /* 不重复 */
  width: 100%;
  min-height: 100vh !important;
  height: auto;   
  padding: 20px; 
   box-sizing: border-box;
}


.title-content-box{
    position: absolute;
    top: 0;
    left: 50px;
}



.index-topbar-img{
  position: relative;
  margin-left: -50px;
      margin-top: 30px;

}

.index-topbar-img img{
  max-width: 800px;
  width: 100%;
}



.index-title1{
    font-size: 3.65em;
    color: #0d3372;
    font-family: 'MElleHK-Medium';
    /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); */

        text-shadow:        -2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff,
     0 0 12px rgba(255, 255, 255, 0.7),
     0 0 24px rgba(180, 220, 255, 0.6);
}

.index-title2{
    font-size: 7em;
    color: #0d3372;
    font-family: 'MElleHK-Medium';
    /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); */
    text-shadow: 
    -2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff,
     0 0 12px rgba(255, 255, 255, 0.7),
     0 0 24px rgba(180, 220, 255, 0.6);
     margin-top: -20px;
    
}

.max-w-index{
  max-width: 100%;
}






    /* 播放按钮 */
    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 40px;
      text-align: center;
      line-height: 100px;
      cursor: pointer;
    }

    /* ===== 弹框遮罩 ===== */
    .overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.7);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    .overlay.show {
      display: flex;
    }

    /* 视频容器 */
    .video-box {
position: relative;
    width: 100%;
    max-width: 1200px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 20px;
	padding-top: 40px;
    }

    .video-box iframe {
      width: 100%;
      height: 450px;
    }

    /* 关闭按钮 */
    .close-btn {
    position: absolute;
    top: 2px;
    right: 20px;
    color: #666;
    font-size: 28px;
    cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
      background: rgb(20 51 115);
}


    .download-section {   
    position: absolute;
    right: 12%;
    top: 25%;
    z-index: 120;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
     padding-top: 20px;
    }


	.download-section-box{
		display: flex;
			gap: 30px;
			justify-content: center;
			flex-wrap: wrap;
	}

.section-text {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
		color: #143373;
}




    .download-card {
      /* width: 260px; */
      /* background: #fff; */
      border-radius: 12px;
      /* padding: 20px; */
      text-align: center;
	      display: flex;
    flex-direction: column;
     
    }

    .download-card h3 {
      /* background: #ffe600; */
	display: inline-block;
	padding: 6px 14px;
	font-size: 1.2em;
	margin-bottom: 16px;
	font-weight: bold;
	color: #143373;
      margin: 0;
    margin-bottom: 10px;
    }

    .download-card img {
      width: 100%;
      border-radius: 6px;
      cursor: pointer;
	    max-width: 180px;
     height: 254px;

    }

    .download-btn {
      margin-top: 16px;
      display: inline-block;
      background: #0077c8;
      color: #fff;
      padding: 10px 18px;
      border-radius: 4px;
      text-decoration: none;
      font-size: 14px;
    }

    .download-btn:hover {
      background: #005fa3;
    }



    .font-new .index-title1{
       font-family: 'huawen';
    }


    .font-new .index-title2{
       font-family: 'huawen';
    }
       .font-new .contact-small-text,
        .font-new .contact-us-text2,
     .font-new .font-size-title2 {
       font-family: 'huawen';
     }



     .download-card .flyer-img{
        max-width: 140px;
        height: auto;
     }














    @media (max-width: 1280px) {
     .play-btn{
          left: 20%;
     }

    .download-section {   

    right: 30%;
    top: 35%;

 
    }




    }

 @media (max-width: 991px) {
  
     
     .download-section{
         top: 36%;
     }
     


    }



    @media (max-width: 768px) {
      .video-box iframe {
        height: 250px;
      }

	  .download-section{
		top: initial;
		bottom: 27%;
	  }
     
    .download-card img{
          max-width: 150px;
          height: 212px;
    }

      .download-card .flyer-img{
        max-width: 120px;
        height: auto;
     }



    .video-box{
      padding: 20px;
      padding-top: 40px;
    }


.index-title1{
    font-size: 3.65em;
    color: #0d3372 !important;
    font-family: 'MElleHK-Medium';
    /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); */

        text-shadow:       -2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff,
     0 0 12px rgba(255, 255, 255, 0.7),
     0 0 24px rgba(180, 220, 255, 0.6);
}

.index-title2{
    font-size: 7em;
    color: #0d3372 !important;
    font-family: 'MElleHK-Medium';
    /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); */
    text-shadow: 
-2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff,
     0 0 12px rgba(255, 255, 255, 0.7),
     0 0 24px rgba(180, 220, 255, 0.6);
    
}
.index-title2{
  margin-top: 0px;
}


}


    @media (max-width: 600px) {

      .download-section{
 left: 50%;
  transform: translateX(-50%);
  width: 90%;
      }


    }





    @media (max-width: 480px) {
    .play-btn {
      left: 50%;
      top: 33%;
      width: 80px;
      height: 80px;
          line-height: 80px;
    }

    .download-section{
         /* left: initial;
        position: relative;
        margin: 0 auto;
        text-align: center;
        right: initial; */
        bottom: initial;
        /* display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; */
           /* margin-top: 50px; */
    }


    }
















@media (max-width:1400px) {
  .circle-img{
        max-width: 900px;
  }
  
  .circle-text{
        right: -2%;
  }


}




@media (max-width:1280px) {
  .contnet-box-text{
     width: 100%;
  }
  


  .log-text{
        font-size: 1.8em;
  }

   

}

@media(max-width:1200px){
  .circle-blcok{
    margin-top: initial;
  }

  .circle-img{
    max-width: 700px;
  }
.block-content{
    max-width: 800px;
}
 
  .circle-text{
    right: 0%;
  }

  .pitch-card__title{
    font-size: 1.5em;
    padding-left: 5px;
  }

.pitch-card__small-text{
  font-size: 1.4em;
}
.pitch-card__number{
    font-size: 2em;
}





}


@media (max-width:1080px) {
.block-content{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(187 225 240 / 92%);
    padding-right: 40px;
    border-radius: 30px 30px 0px 0px;
      gap: 30px;
 }

 .bg-c{
  background-color: initial;
  padding-right: initial;

 }

 .background-img{
  position: initial;
 }

 .circle-img{
  max-width: 100%;
 }

 .circle-text{
   position: initial; 
   max-width: 100%;
   margin-top: 30px;
}

   .title-03{
  font-size:2em;
}
   

}





@media (max-width:991px) {
    .flex-box{
      flex-direction: column;
    }
    .left-img-box{
      max-width: 100%;
    }
    .flex-content img{
      max-width: 100%;
      width: 100%;
    }

    .right-flex-box{
      width: 100%;
    }

 .flex-text{
  padding: 20px;
 }

 .flex-bg{
      gap: 20px;
 }
 .three-boxes-content{
 display: flex;
    flex-wrap: wrap;
    justify-content: center;
 }

    .box-con {
        width: calc((100% - 80px) / 2);
    }

.arrow-icon{
      margin-bottom: -10%;
}


.pitch-card__small-text{
  min-width: 45px;
}


.pitch-card__title{
    display: flex;
    align-items: center;
    line-height: 1.3em;
    padding-top: 5px;
     padding-bottom: 5px;
    
}


.pitch-card__header{
  display: flex;
   width: fit-content;
}

.right-flex-box{
      grid-template-columns: repeat(2, 1fr);
}


}


@media (max-width:768px) {
  .contnet-box-text{
        padding: 30px;
  }
  .text-p {
    font-size: 1.4em;
  }

  /* .title-bg-img-new{
    width: 85%;
  } */

  .font-size-title2{    
    font-size: 3em;
  }




  /* .contact-text{
    padding-top: 25%;
  } */

  .contact-us-text2{
    font-size: 1.6em;
  }

  .contact-small-text{
        margin-top: 3em;
        font-size: 1.2em;
  }
   

  /* .content-block-title{
        margin-left: -28px;
  } */




  .log-text{
    padding-top: 20px;
    padding-bottom: 20px;
  }


.card-block {
    width: calc((100% - 100px) / 2);
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.flex-bg{
grid-template-columns: repeat(2, 1fr);
 padding-bottom:30px;
}
.text-blue-box{
  padding-left: 0px;
}    

.card-box{
  margin-left: 20px;
}


.block-content{
  flex-direction: column;
}

.bg-c{
  padding-bottom: 0px;
}
.background-img{
  padding-bottom: 40px;
          padding-left: 30px;
}

.pitch-flex{
      grid-template-columns: repeat(1, 1fr);
}

.pitch-card__content{
  max-width: 100%;
}

.pitch-card__image{
  margin-top: -10%;
}

.pitch-wrapper{
  flex-direction: column;
  align-items: center;
}

.index-title1{
    font-size: 2em;
    color: #fff;

      font-family: 'MElleHK-Medium';
}

.index-title2{
    font-size:4em;
    color: #fff;
    font-family: 'MElleHK-Medium';
}
}

@media (max-width:650px) {
    .box-con {
        width: calc((100% - 50px) / 1);
    }

}

@media (max-width:440px) {
   .download-card img {
        max-width: 120px;
        height: 169px;
    }

     .download-card .flyer-img{
        max-width: 95px;
        height: auto;
     }


}


 



@media (max-width:430px) {
  .flex-box{
        margin-bottom: 80px;
  }
  .flex-bg {
        grid-template-columns: repeat(1, 1fr);
  }

.card-block{
  width: calc((100% - 50px) / 1);
}
.flex-text {
        padding: 30px;
    }

.bg-c{
  padding-left: 30px;
}

    .right-flex-box {
        grid-template-columns: repeat(1, 1fr);
    }


}


 @media (max-width: 420px) {
  .title-content-box{
    left: 27px;
  }
.play-btn{
  top: 30%;
}
.index-title2 {
  font-size: 3.2em;
}

.index-title1 {
  font-size: 1.7em;
}
.download-section{
 width: 98%;
}
       

 }

