.main {

}

/* #region banner页 */
.banner-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* background-color: #1156b6; */
    /* background-image: url("/index_static/img/homepage/image.png");
    background-size: cover; 
    background-position: center; */
}

.banner-section .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -10;
}

.banner-section::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3; 
    z-index: -1;
} 

.banner-section .banner-container{
    /* width: 60%; */
}

.banner-section .banner-container .main-info{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.banner-section .banner-container .main-info img{
    width: 200px;
    height: 200px;
}

.banner-section .banner-container .main-info p{
    color: #fff;
    font-size: 66px;
    font-weight: 300;
}

.banner-section .banner-container .main-info p span{
    font-weight: 700;
}

.banner-section .banner-container .sub-info{
    display: flex;
    gap: 50px;
    justify-content: center;
}

.banner-section .banner-container .sub-info .service{

}

.banner-section .banner-container .sub-info .service img{
    width: 200px;
    height: 64px;
}

.banner-section .banner-container .sub-info .service .service-info{
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}
/* #endregion banner页 */

/* #region 介绍页 */
.intro-section {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
}

.intro-section .intro-container{
    width: 80%;
}

.intro-section .intro-container h2{
    color: #008ffc;
    font-size: 46px;
    font-weight: 700;   
    margin-bottom: 50px;
}

.intro-section .intro-container p{
    color: #000;
    font-size: 22px;
    font-weight: 500;  
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.intro-section .intro-container .qh-num-box{
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.intro-section .intro-container .qh-num-item{
	display: flex;
    justify-content: center;
	gap: 20px;
	align-items: center;

}
.intro-section .intro-container .qh-num-item strong, .qh-num-item strong span{
	font-size: 50px;
	font-weight: 700;
	color: #111D76;
}
.intro-section .intro-container .qh-num-item span{
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	color: #111D76;
}
/* #endregion 介绍页 */

/* #region 代理采购 */
.Agency-procurement-section {
    padding: 100px 0;
    background-color: #000d18;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Agency-procurement-section .Agency-procurement-container{
    width: 80%;
}

.Agency-procurement-container h2{
    color: #008ffc;
    font-size: 44px;
    font-weight: 700;   
    margin-bottom: 50px;
}

.Agency-procurement-container .p1{
    color: #fff;
    font-size: 22px;
    font-weight: 500;   
    margin: 0 auto;
    margin-bottom: 30px;   
    width: 70%;  
}

.Agency-procurement-container .p1 span{
    color: #008ffc;
    font-weight: 700;   
}

.tab {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    margin-bottom: 50px;
}

.tab .tablinks {
    display: inline-block;
    padding: 10px 20px;
    color: #ccc;
    font-size: 18px;
    transition: background-color 0.3s;
}

.tab .tablinks.active1,
.tab .tablinks:hover {
    color: #008ffc;
}

.Agency-procurement-container .tabcontent {
    display: none;
    grid-template-columns: repeat(4, 1fr); 
    grid-auto-rows: auto; 
    gap: 10px;
}

.Agency-procurement-container .tabcontent.active1 {
    display: grid;
}

.Agency-procurement-container .tabcontent .prod{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.Agency-procurement-container .tabcontent .prod img{
    width: 300px;
    height: 250px;
    object-fit: cover;
}

.Agency-procurement-container .tabcontent .prod .title{
    color: #fff;
    font-size: 18px;
    font-weight: 400;  
}

.Agency-procurement-container .tabcontent .prod .price{
    color: #6e757c;
    font-size: 15px;
    font-weight: 400;  
}

.Agency-procurement-container button{
    font-size: 16px;
    padding: 15px 40px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    margin-top: 100px;
}
/* #endregion 代理采购 */

/* #region 物流清关 */
.Logistics-clearance-section{
    padding: 100px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Logistics-clearance-section .Logistics-clearance-container{
    width: 80%;
}

.Logistics-clearance-section .Logistics-clearance-container h2{
    color: #008ffc;
    font-size: 44px;
    font-weight: 700;   
    margin-bottom: 50px;
}

.Logistics-clearance-section .Logistics-clearance-container p{
    color: #000;
    font-size: 22px;
    font-weight: 500;  
    margin: 0 auto; 
    margin-bottom: 50px; 
    width: 70%;        
}

.Logistics-clearance-section .Logistics-clearance-container p span{
    color: #008ffc;
    font-weight: 700;      
}

.Logistics-clearance-section .Logistics-clearance-container button{
    font-size: 16px;
    padding: 15px 40px;
    cursor: pointer;
    border: none;
    background-color: #008ffc;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 100px;
}

.Logistics-clearance-section .Logistics-clearance-container .img-container{
    display: flex;
    justify-content: center;
    gap: 130px;
    height: 500px;
    width: 80%;
    margin: 0 auto;
}

.Logistics-clearance-section .Logistics-clearance-container .img-container img{
    flex: 0 0 50%;
    height: 100%;
    object-fit: cover;
}
/* #endregion 物流清关 */

/* #region 基地仓储 */
.base-storage-section{
    background: linear-gradient(to bottom, #ffe3f9, #fff) top / 100% 15% no-repeat,#fff bottom / 100% 85% no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 0;
}

.base-storage-section .base-storage-container{
    width: 80%;
}

.base-storage-section .base-storage-container h2{
    color: #ff62e0;
    font-size: 44px;
    font-weight: 700;   
    margin-bottom: 50px;
}

.base-storage-section .base-storage-container .p1{
    color: #000;
    font-size: 22px;
    font-weight: 500;   
    margin: 0 auto;
    margin-bottom: 50px;
    width: 70%;
}

.base-storage-section .base-storage-container .p1 span{
    color: #ff62e0;
    font-weight: 700;   
}

.base-storage-section .base-storage-container button{
    font-size: 16px;
    padding: 15px 40px;
    cursor: pointer;
    border: none;
    background-color: #ff62e0;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 100px;
}

.base-storage-section .base-storage-container .img-container{
    display: flex;
    justify-content: center;
    gap: 130px;
    height: 500px;
    width: 80%;
    margin: 0 auto;
}

.base-storage-section .base-storage-container .img-container img{
    flex: 0 0 50%;
    height: 100%;
    object-fit: cover;
}
/* #endregion 基地仓储 */

/* #region 商旅服务 */
.busiTravel-section{
    background: linear-gradient(to bottom, #e4e7fb, #fff) top / 100% 25% no-repeat,#fff bottom / 100% 75% no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 0;
}

.busiTravel-section .busiTravel-container{
    width: 80%;
}

.busiTravel-section .busiTravel-container h2{
    color: #3f57e1;
    font-size: 44px;
    font-weight: 700;   
    margin-bottom: 50px;
}

.busiTravel-section .busiTravel-container p{
    color: #000;
    font-size: 22px;
    font-weight: 500;   
    margin: 0 auto;
    margin-bottom: 50px;
    width: 70%;
}

.busiTravel-section .busiTravel-container p span{
    color: #3f57e1;
    font-weight: 700;   
}

.busiTravel-section .busiTravel-container button{
    font-size: 16px;
    padding: 15px 40px;
    cursor: pointer;
    border: none;
    background-color: #3f57e1;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 100px;
}

.busiTravel-section .busiTravel-container .img-container{
    display: flex;
    justify-content: center;
    gap: 130px;
    height: 500px;
    width: 80%;
    margin: 0 auto;
}

.busiTravel-section .busiTravel-container .img-container img{
    flex: 0 0 50%;
    height: 100%;
    object-fit: cover;
}
/* #endregion 商旅服务 */