@charset "UTF-8";
/* 解决一部分浏览器的swipe4按钮点击,出现边框 */
.swiper-button-prev:focus,.swiper-button-next:focus{outline:none !important;border: none !important;}
.swiper-button-prev:focus-visible,.swiper-button-next:focus-visible{outline:none !important;border: none !important;}
/* 解决一部分浏览器的swipe4按钮点击,出现蓝色背景  */
.swiper-button-prev,.swiper-button-next{cursor:auto !important;}
.swiper-pagination-bullet{background-color:unset !important;}
.swiper-pagination-bullet:focus{outline:none !important;}
/* 百度地图水印去除 */
.anchorBL{display:none;;}
.anchorBL a img{display:none !important;}
img{transition:all ease .5s;outline:none !important;}
html,body{
    height: 100%;
}

/* 
全局css变量定义
--mainColor    // 主色调
--helpColor    // 辅助深色调
--helpColor1   // 辅助浅色调
--bgColor      // 辅助背景色 
*/
:root{
    --mainColor:#ff6a00;
    --helpColor:#333;
    --helpColor1:#888888;
    --bgColor:#f5f5f5;
}
.border{border-radius: 11px;}
/* banner 、面包屑*/
/*.banner,.Breadcrumb{margin-top: 132px;}*/
.Breadcrumb{background-color: var(--bgColor);height: 57px;display: flex;align-items: center;}
.Breadcrumb ul{justify-content: flex-start;}
.Breadcrumb ul li{justify-content: flex-start;}
.Breadcrumb ul li img{width: 8px;height: 14px;margin: 0 17px;}
.Breadcrumb ul li > a{font-size: 16px;color: #999999;}
.Breadcrumb ul li:hover > a{color:var(--mainColor);}
@media (max-width:1560px) {
.Breadcrumb{height: 46px;}
.Breadcrumb ul li > a{font-size: 14px;}
.Breadcrumb ul li img{width: 8px;height: 14px;margin: 0 14px;}
}
@media (max-width:1080px) {
/*.banner,.Breadcrumb{margin-top: 100px;}*/
.Breadcrumb{height: 36px;}
.Breadcrumb ul li > a{font-size: 12px;}
.Breadcrumb ul li img{width: 6px;height: 10px;margin: 0 10px;}

}



/* 仓库网点 start */
.warehouse_part01{padding-bottom: 160px;}
.warehouse_part01_title{font-size: 34px;color: var(--helpColor);font-weight: bold !important;text-align: center;margin-bottom: 20px;}
.warehouse_part01_cont{flex-wrap: wrap;}
.warehouse_item{width: calc(100% / 2 - 20px ) ;background-color: var(--bgColor);padding: 40px;padding-bottom:0;margin-bottom: 40px;height: 300px;}
.warehouse_item_top{font-size: 18px;font-weight: bold;color: var(--helpColor);margin-bottom: 30px;}
.warehouse_item_bottom{font-size: 16px;color: var(--helpColor);}
.warehouse_item_bottom p{line-height: 36px;}

@media (max-width:1440px) {
	.warehouse_part01{padding-bottom: 120px;}
}

@media (max-width:1080px) {
.warehouse_part01{padding-bottom: 80px;}
.warehouse_part01_title{font-size: 28px;margin-bottom: 20px;}
.warehouse_part01_cont{flex-wrap: wrap;}
.warehouse_item{width:100%;padding: 20px;margin-bottom: 20px;height:auto;}
.warehouse_item_top{font-size: 16px;margin-bottom: 20px;}
.warehouse_item_bottom{font-size: 14px;}
.warehouse_item_bottom p{line-height: 28px;} 
}

@media (max-width:769px) {
	.warehouse_part01{padding-bottom: 60px;}
}
/* 仓库网点 end */

/* 每周船期 start */
.ShippingDate_part01_cont{padding: 80px 0;align-items: flex-start;flex-wrap: wrap;}
.ShippingDate_item{background-color: #fbf8f6;overflow: hidden;width: calc(100% / 3 - 23px);}
.ShippingDate_item_subscript{height: 46px;width: 104px;border-bottom-right-radius: 11px;background-color: var(--mainColor);color: #fff;text-align: center;}
.ShippingDate_item_subscript p{font-size: 16px;line-height: 46px;}
.ShippingDate_item_cont{padding: 15px 30px;}
.ShippingDate_list{padding: 10px 0;cursor: pointer;}
.ShippingDate_list p{color: var(--helpColor);font-size: 16px;line-height: 36px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ShippingDate_list span{color: var(--helpColor1);font-size: 14px;}
.ShippingDate_item_bottom{background-color: #f7ede6;color: var(--mainColor);font-size: 14px;text-align: center;cursor: pointer;height: 46px;}
.ShippingDate_item_bottom p{line-height: 46px;}

.ShippingDate_list:hover > p{color: var(--mainColor);}
.ShippingDate_item_bottom:hover{background-color: var(--mainColor);color: #fff;}

.ShippingDate_part02{padding-bottom: 160px;}
.ShippingDate_part02_title{font-size: 34px;color: var(--helpColor);font-weight: bold !important;text-align: center;margin-bottom: 20px;}
.ShippingDate_part02_cont{flex-wrap: wrap;}
.ShippingDate_part02_item{margin-top: 20px;position: relative;overflow: hidden;width: calc(100% / 3 - 20px);height: 495px;cursor: pointer;}
.ShippingDate_part02_img{width: 100%;height: 100%;position: absolute;z-index: 1;left: 0;top: 0;}
.ShippingDate_part02_img img{width: 100%;height: 100%;object-fit: cover;}
.ShippingDate_part02_text{position: absolute;width: 100%;height: 100px;left: 0;bottom: 0;z-index: 2;font-size: 18px;transition: all .5s;align-items: center;flex-direction: column;justify-content: center;}
.ShippingDate_part02_text p{color: #fff;font-weight: bold;line-height: 100px;}
.ShippingDate_part02_text span{color: #fff;font-size: 14px;display: none;}

.ShippingDate_part02_item:hover .ShippingDate_part02_text{width: 100%;height: 100%;bottom: 0;left: 0;background-color: rgba(255, 106, 0, 0.8);}
.ShippingDate_part02_item:hover .ShippingDate_part02_text p{color: #fff;opacity: 1;line-height: 36px;}
.ShippingDate_part02_item:hover .ShippingDate_part02_text span{color: #fff;opacity: 1;display: block;}

@media (max-width:1080px) {
.ShippingDate_item,.ShippingDate_part02_item{width: 100%;margin-top: 20px;}
.ShippingDate_item_cont{padding: 15px 15px;}
.ShippingDate_part01_cont{padding: 40px 0;}
.ShippingDate_item_subscript{height: 36px;width: 84px;}
.ShippingDate_item_subscript p{font-size: 14px;line-height: 36px;}
.ShippingDate_list{padding: 10px 0;cursor: pointer;}
.ShippingDate_list p{font-size: 14px;line-height: 28px;}
.ShippingDate_list span{font-size: 12px;}


.ShippingDate_part02{padding-bottom: 80px;}
.ShippingDate_part02_title{font-size: 28px;margin-bottom: 20px;}


.ShippingDate_part02_item:hover .ShippingDate_part02_text{width: 100%;height: 100%;bottom: 0;left: 0;background-color: rgba(255, 106, 0, 0.8);}
.ShippingDate_part02_item:hover .ShippingDate_part02_text p{color: #fff;opacity: 1;line-height: 36px;}
.ShippingDate_part02_item:hover .ShippingDate_part02_text span{color: #fff;opacity: 1;display: block;}
}

/* 每周船期 end */

/* 精准报价 start */
.offer_part01{padding-top: 80px;padding-bottom: 140px;}
.offer_part01_title{font-size: 34px;color: var(--helpColor);text-align: center;margin-bottom: 20px;}
.offer_part01_title p{font-weight: bold;}
.offer_part01_list{margin-top: 40px;flex-wrap: wrap;}
.offer_part01_input{width: calc(100% / 2 - 20px);background-color: var(--bgColor);border-radius: 11px;padding: 24px;position: relative;}
.offer_part01_input input{width: 100%;height: 100%;background-color: var(--bgColor);font-size: 16px;color: #999999;}
.offer_part01_textarea{width: 100%;background-color: var(--bgColor);border-radius: 11px;padding: 24px;height: 170px;}
.offer_part01_textarea textarea{width: 100%;border: none;height: 100%;background-color: var(--bgColor);font-size: 16px;color: #999999;}
.offer_part01_btn{margin: 0 auto;margin-top: 60px;width: 220px;padding: 25px 0;text-align: center;color: #fff;font-size: 18px;border-radius: 11px;background-color: var(--mainColor);cursor: pointer;}
.offer_part01_btn p{font-weight: bold;}
.offer_part01_input .xl{position: absolute;right: 40px;top: 50%;transform: translateY(-50%);width: 11px;height: 11px;}
.offer_part01_input .xl img{width: 100%;transition: all .2;}
.xl_active img{transition: all .2;transform: rotate(180deg);}
.xl_box{position: absolute;width: 100%;padding:10px 40px;display: none;top: 110%;left: 0;background-color: #f5f5f5;z-index: 9;}
.xl_box p{padding: 10px 0;font-size: 16px;color: #999999;cursor: pointer;}
.xl_box_active{display: block;}
.xl_box p:hover{color: var(--mainColor);}

.offer_part02{background-color: var(--bgColor);padding: 80px 0;}
.offer_part02_cont{align-items: flex-start;flex-wrap: wrap;}
.offer_part02_item{width: calc(100% / 2 - 20px);background-color: #fff;border-radius: 11px;padding: 40px;}
.offer_part02_item_title{font-size: 18px;color: var(--mainColor);}
.offer_part02_item_title p{font-weight: bold;}
.offer_part02_item_list{margin-top: 20px;font-size: 17px;color: #666;position: relative;padding-left: 19px;}
.offer_part02_item_list p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.offer_part02_item_list:hover p{color: var(--mainColor);}
.offer_part02_item_list:hover .spot::after{background-color: var(--mainColor) !important;}

@media (max-width:1080px) {
.offer_part01{padding-top: 40px;padding-bottom: 80px;}
.offer_part01_title{font-size: 28px;margin-bottom: 20px;}
.offer_part01_list{margin-top: 20px;}
.offer_part01_input{width: calc(100% / 2 - 10px);padding: 15px;}
.offer_part01_input input{font-size: 14px;}
.offer_part01_textarea{padding: 15px;height: 120px;}
.offer_part01_textarea textarea{font-size: 14px;}
.offer_part01_btn{margin-top: 40px;width: 160px;padding: 15px 0;font-size: 16px;}
.offer_part01_input .xl{right: 15px;}
.xl_box{padding:5px 15px;}
.xl_box p{padding: 5px 0;font-size: 14px;}


.offer_part02{padding: 40px 0;}
.offer_part02_item{width: calc(100% / 2 - 10px);padding: 20px;}
.offer_part02_item_list{margin-top: 10px;font-size: 14px;padding-left: 12px;}
.offer_part02_item_list p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
}

@media (max-width:620px) {
.offer_part01_list{margin-top: 0px;}
.offer_part01_input{width: 100%;padding: 15px;margin-top: 15px;}
.offer_part01_textarea{padding: 15px;height: 120px;margin-top: 15px;}

.offer_part02_item{width: 100%;padding: 20px;margin-top: 15px;}

}
/* 精准报价 end */

/* 海运头程 start */
.shipping_part01{padding: 0; padding-top: 80px;padding-bottom: 160px;max-width: 1360px;}
.shipping_part01_title{text-align: center;margin-bottom: 40px;}
.shipping_part01_title p{font-size: 36px;font-weight: bold;color: var(--helpColor);margin-bottom: 15px;}
.shipping_part01_title span{font-size: 16px;color: var(--helpColor1);}
.shipping_part01_cont{flex-wrap: wrap;justify-content: flex-start;}
.shipping_part01_item{height: 446px;overflow: hidden;border-radius: 11px;position: relative;margin: 20px;}
.shipping_part01_item img{object-fit: cover;width: 100%;height: 100%;}
.mark{position: absolute;width: 100%;left: 0;bottom: 0;}
.shipping_part01_item_text{position: absolute;left: 0;bottom: 0px;padding: 40px;}
.shipping_part01_item_text p{font-size: 18px;font-weight: bold;color: #fff;margin-bottom: 15px;}
.shipping_part01_item_text span{font-size: 16px;color: #fff;}
/* 海运头程 end */

/* 海运头程详情1 start */
.shippingDetails_fl{background-color: var(--bgColor);height: 78px;}
.shippingDetails_fl .flexbox{height: 100%;justify-content: flex-start;}
.shippingDetails_fl_item{margin-right: 80px;height: 100%;position: relative;}
.shippingDetails_fl_item a{font-size: 18px;color: var(--helpColor);font-weight: bold;}
.act_shippingDetails_fl_item::after{position: absolute;content: "";width: 100%;height: 2px;background-color: var(--mainColor);left: 0;bottom: 0;}

.shippingDetails_part01{background-color: #fff;padding: 80px 0;}
.shippingDetails_part01_cont{background-color: var(--bgColor);height: 445px;overflow: hidden;}
.shippingDetails_part01_left{width: 400px;height: 100%;overflow: hidden;}
.shippingDetails_part01_img{width: 100%;height: 100%;}
.shippingDetails_part01_img img{object-fit: cover;width: 100%;height: 100%;}
.shippingDetails_part01_right{flex: 1;padding: 40px;}
.shippingDetails_part01_title p{font-size: 34px;color: var(--helpColor);font-weight: bold;margin-bottom: 20px;}
.shippingDetails_part01_text p{font-size: 16px;color: var(--helpColor);line-height: 36px;}

.shippingDetails_part02{padding: 80px 0;background-color: var(--bgColor);padding-bottom: 0;}
.shippingDetails_part02_item{justify-content: flex-start;margin: 80px 0;}
.gap{width: 40px;}
.shippingDetails_part02_title{font-size: 34px;color: var(--helpColor);font-weight: bold;margin-bottom: 40px;text-align: center;}
.shippingDetails_part02_img{width: 56%;height: 420px;overflow: hidden;}
.shippingDetails_part02_img img{width: 100%;height: 100%;object-fit: cover;}
.shippingDetails_part02_text{flex: 1;}
.shippingDetails_part02_title2{font-size: 18px;font-weight: bold;color: var(--helpColor);margin-bottom: 12px;}
.shippingDetails_part02_text_list ul li p{font-size: 16px;color: #666;line-height: 36px;padding-left: 20px;position: relative;}
.shippingDetails_part02_text_list ul li p::after{position: absolute;content: "";width: 5px;height: 5px;left: 0;top: 50%;transform: translateY(-50%);background-color: #666;border-radius: 50%;}

.shippingDetails_part03{padding: 80px 0;background-color: #fff;}
.shippingDetails_part03_title{text-align: center;margin-bottom: 60px;}
.shippingDetails_part03_title p{font-size: 34px;color: var(--helpColor);font-weight: bold;margin-bottom: 10px;}
.shippingDetails_part03_title span{font-size: 17px;color: #888888;}
.shippingDetails_part03_cont{background-color: var(--bgColor);}
.shippingDetails_part03_text{width: 100%;padding: 40px;}
.shippingDetails_part03_text ul li p{font-size: 16px;color: #666;line-height: 36px;padding-left: 20px;position: relative;}
.shippingDetails_part03_text ul li p::after{position: absolute;content: "";width: 5px;height: 5px;left: 0;top: 50%;transform: translateY(-50%);background-color: #666;border-radius: 50%;}

.shippingDetails_part04{padding-bottom: 80px;}
.shippingDetails_part04_cont{flex-wrap: wrap;}
.shippingDetails_part04_item{width: calc(100% / 4 - 25px);border: 1px solid #e0e0e0;display: flex;align-items: center;flex-direction: column;justify-content: center;padding: 40px 0;margin-bottom: 30px;height:220px;}
.shippingDetails_part04_item_title{margin: 20px 0;font-size: 18px;color: var(--helpColor);font-weight: bold;}
.shippingDetails_part04_item_text p{text-align: center;font-size: 16px;color: #666;line-height: 24px;}

.shippingDetails_part05{background-image: url('../img/shippingDetails_bj.png');width: 100%;height: 600px;padding: 80px 0;}
.shippingDetails_part05_title{text-align: center;margin-bottom: 40px;}
.shippingDetails_part05_title p{font-size: 34px;color: var(--helpColor);font-weight: bold;margin-bottom: 10px;}
.shippingDetails_part05_title span{font-size: 17px;color: #888888;}
.shippingDetails_part05_cont{flex-wrap: wrap;justify-content: center;}
.shippingDetails_part05_item{width: calc(100% / 3 - 40px);font-size: 16px;color: var(--helpColor);height: 57px;background-color: #fff;margin: 20px;display: flex;align-items: center;justify-content: center;text-align: center;box-shadow:0px 0px 10px 5px #f7d9c5;}

.shippingDetails_part06{padding: 80px 0;padding-bottom: 120px;}
.shippingDetails_part06_cont{flex-wrap: wrap;}
.shippingDetails_part06_item{flex-wrap: wrap;width: calc(100% / 4 - 30px);position: relative;box-shadow:0px 0px 10px 5px #f1f1f1;height: 160px;margin-bottom: 40px;}
.shippingDetails_part06_item_top{position: absolute;width: 68px;height: 68px;border-radius: 50%;background-color: #f7ede6;left: 50%;top: -34px;transform: translateX(-50%);}
.shippingDetails_part06_item_top p{font-size: 28px;font-weight: bold;color: var(--mainColor);line-height: 68px;text-align: center;}
.shippingDetails_part06_item_text{position: absolute;left: 50%;bottom: 40px;transform: translateX(-50%);text-align: center;width: 100%;}
.shippingDetails_part06_item_text p{font-size: 18px;font-weight: bold;color: var(--helpColor);}

@media (max-width:1080px) {
.shippingDetails_fl{height: 50px;}
.shippingDetails_fl_item{margin-right: 40px;}
.shippingDetails_fl_item a{font-size: 16px;}

.shippingDetails_part01{padding: 40px 0;}
.shippingDetails_part01_cont{height: auto;flex-wrap: wrap;}
.shippingDetails_part01_left{height: 400px;width: 100%;}
.shippingDetails_part01_right{width: 100%;padding: 40px;}
.shippingDetails_part01_title p{font-size: 28px;margin-bottom: 20px;}
.shippingDetails_part01_text p{font-size: 14px;line-height: 30px;}

.shippingDetails_part02{padding: 40px 0;}
.shippingDetails_part02_item{margin: 30px 0;flex-wrap: wrap;}
.shippingDetails_part02_item2{flex-direction:column-reverse;align-items: flex-start;}
.gap{display: none;}
.shippingDetails_part02_title{font-size: 28px;margin-bottom: 20px;}
.shippingDetails_part02_img{width: 100%;height: auto;overflow: hidden;}
.shippingDetails_part02_img img{width: 100%;height: 100%;object-fit: cover;}
.shippingDetails_part02_text{flex: 1;}
.shippingDetails_part02_title2{font-size: 18px;margin: 10px;margin-top: 20px;}
.shippingDetails_part02_text_list ul li p{font-size: 14px;line-height: 28px;padding-left: 20px;position: relative;}

.shippingDetails_part03{padding: 40px 0;}
.shippingDetails_part03_title{text-align: center;margin-bottom: 30px;}
.shippingDetails_part03_title p{font-size: 28px;}
.shippingDetails_part03_title span{font-size: 14px;}
.shippingDetails_part03_text{width: 100%;padding: 20px;}
.shippingDetails_part03_text ul li p{font-size: 14px;line-height: 28px;padding-left: 20px;position: relative;}
.shippingDetails_part03_text ul li p::after{position: absolute;content: "";width: 5px;height: 5px;left: 0;top: 50%;transform: translateY(-50%);background-color: #666;border-radius: 50%;}

.shippingDetails_part04{padding-bottom: 40px;}
.shippingDetails_part04_cont{flex-wrap: wrap;}
.shippingDetails_part04_item{width: calc(100% / 3 - 25px);padding: 20px 0;margin-bottom: 30px;}
.shippingDetails_part04_item_title{margin: 10px 0;font-size: 16px;}
.shippingDetails_part04_item_text p{font-size: 14px;line-height: 24px;}

.shippingDetails_part05{height: 600px;padding: 40px 0;}
.shippingDetails_part05_title{text-align: center;margin-bottom: 40px;}
.shippingDetails_part05_title p{font-size: 28px;margin-bottom: 10px;}
.shippingDetails_part05_title span{font-size: 14px;}
.shippingDetails_part05_item{width: calc(100% / 2 - 40px);font-size: 14px;height: 57px;margin: 20px;}

.shippingDetails_part06{padding: 40px 0;padding-bottom: 60px;}
.shippingDetails_part06_item{flex-wrap: wrap;width: calc(100% / 2 - 20px);margin: 30px 0;height: 120px;}
.shippingDetails_part06_item_top{width: 58px;height:58px;top: -29px;}
.shippingDetails_part06_item_top p{font-size: 24px;line-height: 58px;}
.shippingDetails_part06_item_text{bottom: 30px;}
.shippingDetails_part06_item_text p{font-size: 16px;}
}
@media (max-width:720px) {
.shippingDetails_fl {height: 35px;}
.shippingDetails_fl .flexbox{overflow: auto;flex-shrink:0}
.shippingDetails_fl .flexbox::-webkit-scrollbar{display: none;}
.shippingDetails_fl_item{margin-right: 20px;}
.shippingDetails_fl_item a{font-size: 14px;white-space: nowrap;}

.shippingDetails_part01_left{height: 200px;width: 100%;}
.shippingDetails_part01_right{width: 100%;padding: 20px;}
.shippingDetails_part01_title p{font-size: 24px;margin-bottom: 10px;}
.shippingDetails_part01_text p{font-size: 14px;line-height: 28px;}

.shippingDetails_part03_title{text-align: center;margin-bottom: 20px;}
.shippingDetails_part03_title p{font-size: 24px;}

.shippingDetails_part04_item{width: calc(100% / 2 - 10px);padding: 20px 0;margin-bottom: 20px;height:160px;}
.shippingDetails_part04_item_title{margin: 10px 0;font-size: 16px;}
.shippingDetails_part04_item_text p{font-size: 14px;line-height: 24px;}

.shippingDetails_part05{height: 550px;padding: 40px 0;}
.shippingDetails_part05_title{text-align: center;margin-bottom: 20px;}
.shippingDetails_part05_title p{font-size: 24px;margin-bottom: 10px;}
.shippingDetails_part05_item{width:100%;font-size: 14px;height: 57px;margin: 0;margin-bottom: 20px;}


}
@media (max-width:550px) {
.shippingDetails_part06{padding: 40px 0;padding-bottom: 60px;}
.shippingDetails_part06_item{flex-wrap: wrap;width: 80%;margin: 30px auto;height: 120px;}
.shippingDetails_part06_item_top{width: 58px;height:58px;top: -29px;}
.shippingDetails_part06_item_top p{font-size: 24px;line-height: 58px;}
.shippingDetails_part06_item_text{bottom: 30px;}
.shippingDetails_part06_item_text p{font-size: 16px;}
}
/* 海运头程详情1 end */

/* 海运头程详情2 start */
.shippingDetails02_part01{padding-top: 80px;padding-bottom: 160px;background-color: #fff;}
.shippingDetails02_part01_title{text-align: center;margin-bottom: 60px;}
.shippingDetails02_part01_title p{font-size: 34px;color: var(--helpColor);font-weight: bold;margin-bottom: 10px;}
.shippingDetails02_part01_title span{font-size: 17px;color: #888888;}
.shippingDetails02_part01_cont p{font-size: 16px;color: #888888;line-height: 32px;}
.shippingDetails02_part01_cont h5{font-size: 16px;font-weight: bold;color: var(--helpColor);line-height: 32px;}
.shippingDetails02_part01_cont img{width: 100%;margin: 24px 0;}

.shippingDetails02_part03{background-color: var(--bgColor);padding-bottom: 80px;}
.shippingDetails02_part03_cont{flex-wrap: wrap;}
.shippingDetails02_part03_item{width: calc(100% / 3 - 20px);height: 400px;border-radius: 11px;overflow: hidden;position: relative;}
.shippingDetails02_part03_img{width: 100%;height: 100%;}
.shippingDetails02_part03_img img{width: 100%;height: 100%;object-fit: cover;}
.shippingDetails02_part03_text{position: absolute;font-size: 18px;width: 100%;font-weight: bold;color: #fff;left: 0;bottom: 30px;text-align: center;}
.shippingDetails02_part03_item:hover img{transform: scale(110%);}

.shippingDetails02_part04{padding: 80px 0;background-color: #fff;}
.shippingDetails02_part04_cont{flex-wrap: wrap;}
.shippingDetails02_part04_item{width: calc(100% / 3 - 40px);height: 200px;padding: 30px;background-color: var(--bgColor);border-radius: 11px;overflow: hidden;}
.shippingDetails02_part04_item_title{font-size: 18px;font-weight: bold;color: var(--helpColor);line-height:32px;margin-bottom:10px;}
.shippingDetails02_part04_item_text p{font-size: 16px;line-height: 32px;color: #888;}

.shippingDetails02_part05{background-color: #fff;}
.shippingDetails02_part05_title{font-size: 34px;color: var(--helpColor);font-weight: bold;text-align: center;}
.shippingDetails02_part05_img img{width: 880px; height: 482px;margin: 0 auto;}

.shippingDetails02_part06{padding: 80px 0;background-color: #fff;}
.shippingDetails02_part06_cont{align-items: flex-start;}
.shippingDetails02_part06_title{font-size: 34px;color: var(--helpColor);font-weight: bold;text-align: center;margin-bottom: 60px;}
.shippingDetails02_part06_item{width: calc(100% / 4 - 30px);}
.shippingDetails02_part06_img{width: 100%;border-radius: 11px;overflow: hidden;}
.shippingDetails02_part06_img img{width: 100%;object-fit: cover;}
.shippingDetails02_part06_text{font-size: 16px;color: #494949;line-height: 28px;margin-top: 15px;}

.shippingDetails02_part07{padding-bottom: 160px;background-color: #fff;}
.shippingDetails02_part07_cont{background-color: #fbf8f6;border-radius: 11px;padding: 60px 0;}
.shippingDetails02_part07_item{display: flex;align-items: center;flex-direction: column;justify-content: center;width: calc(100% / 4);}
.shippingDetails02_part07_icon{width: 56px;height: 56px;border: 1px solid var(--mainColor);border-radius: 50%;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.shippingDetails02_part07_icon img{width: 27px;height: 27px;}
.shippingDetails02_part07_text h5{font-size: 16px;color: var(--helpColor);font-weight: bold;text-align: center;margin: 20px 0;}
.shippingDetails02_part07_text p{font-size: 16px;color: var(--helpColor);text-align: center;}

@media (max-width:1080px) {
.shippingDetails02_part01{padding-top: 40px;padding-bottom: 80px;}
.shippingDetails02_part01_title{text-align: center;margin-bottom: 30px;}
.shippingDetails02_part01_title p{font-size: 28px;margin-bottom: 10px;}
.shippingDetails02_part01_title span{font-size: 14px;}
.shippingDetails02_part01_cont p{font-size: 14px;line-height: 28px;}
.shippingDetails02_part01_cont h5{font-size: 14px;line-height: 28px;}
.shippingDetails02_part01_cont img{margin: 20px 0;}

.shippingDetails02_part03{padding-bottom: 40px;}
.shippingDetails02_part03_item{width: calc(100% / 3 - 10px);height: 300px;}
.shippingDetails02_part03_text{font-size: 16px;}

.shippingDetails02_part04{padding: 40px 0;}
.shippingDetails02_part04_item{width: calc(100% / 3 - 20px);height: 160px;padding: 15px;}
.shippingDetails02_part04_item_title{font-size: 16px;}
.shippingDetails02_part04_item_text p{font-size: 14px;line-height:28px;}

.shippingDetails02_part05_title{font-size: 28px;}
.shippingDetails02_part05_img img{width: 90%;height: auto;margin: 0 auto;}

.shippingDetails02_part06{padding: 40px 0;}
.shippingDetails02_part06_title{font-size: 28px;margin-bottom: 30px;}
.shippingDetails02_part06_cont{flex-wrap: wrap;}
.shippingDetails02_part06_item{width: calc(100% / 4 - 10px);}
.shippingDetails02_part06_text{font-size: 14px;color: #494949;line-height: 28px;margin-top: 15px;}

.shippingDetails02_part07{padding-bottom: 80px;}
.shippingDetails02_part07_cont{padding: 30px 10px;}
.shippingDetails02_part07_item{width: calc(100% / 4 - 20px);}
.shippingDetails02_part07_icon{width: 46px;height: 46px;}
.shippingDetails02_part07_icon img{width: 20px;height: 20px;}
.shippingDetails02_part07_text h5{font-size: 14px;margin: 10px 0;}
.shippingDetails02_part07_text p{font-size: 14px;}

@media (max-width:680px) {
.shippingDetails02_part03_item{width: 100%;height: 300px;margin: 20px 0;}
.shippingDetails02_part03_text{font-size: 16px;}

.shippingDetails02_part04_item{width: 100%;height: auto;padding: 15px;margin: 10px 0;}
.shippingDetails02_part04_item_title{font-size: 16px;}
.shippingDetails02_part04_item_text p{font-size: 14px;line-height:28px;}

.shippingDetails02_part05_title{font-size: 28px;}
.shippingDetails02_part05_img img{width: 100%;height: auto;margin: 0 auto;}

.shippingDetails02_part06_cont{flex-wrap: wrap;}
.shippingDetails02_part06_item{width: calc(100% / 2 - 10px);margin: 20px 0;}

.shippingDetails02_part07_cont{padding: 10px;flex-wrap: wrap;}
.shippingDetails02_part07_item{width: calc(100% / 2 - 10px);margin: 20px 0;}
.shippingDetails02_part07_icon{width: 46px;height: 46px;}
.shippingDetails02_part07_icon img{width: 20px;height: 20px;}
.shippingDetails02_part07_text h5{font-size: 14px;margin: 10px 0;}
.shippingDetails02_part07_text p{font-size: 14px;}
}
}
/* 海运头程详情2 end */

/* 海外仓 start */
.location_part01{padding: 80px 0;background-color: #fff;}
.location_part01_title{text-align: center;margin-bottom: 60px;}
.location_part01_title p{font-size: 34px;font-weight: bold;color: var(--helpColor);margin-bottom: 10px;}
.location_part01_title span{font-size: 17px;color: #888888;}
.location_part01_cont{align-items: flex-start;flex-wrap: wrap;}
.location_part01_left{width: 66%;}
.location_part01_left{flex-wrap: wrap;}
.location_part01_left_item{position: relative;width: calc(100% / 2 - 15px);margin-bottom: 30px;height: 265px;border-radius: 11px;overflow: hidden;background-image: url('../img/location_part01_item_bj1.jpg') ;padding: 20px;display: flex;align-items: center;flex-direction: column;justify-content: center;background-size:cover;}
.location_part01_left_item_sub{font-size: 18px;font-weight: bold;color: #ccc;position: absolute;left: 20px;top: 20px;}
.location_part01_left_item_icon img{width: 46px;height: 46px;}
.location_part01_left_item_icon img.img2{display:none;}
.location_part01_left_item_tex{font-size: 18px;font-weight: bold;margin-top: 30px;}
.location_part01_right{position: relative;border-radius: 11px;overflow: hidden;flex: 1;margin-left: 50px;height: 560px;}
.location_part01_right img{width: 100%;height: 100%;z-index: 1;position: absolute;left: 0;top: 0;object-fit: cover;}
.location_part01_right_cont{display: flex;flex-direction: column;justify-content: center;position: absolute;z-index: 2;width: 100%;height: 100%;}
.location_part01_right_item{margin-left: 55px;;color: #fff;padding: 49px 0;position: relative;}
.location_part01_right_item span{font-size: 46px;font-weight: bold;}
.location_part01_right_item sup{position: absolute;font-size: 16px;top: 58px;}
.location_part01_right_item p{font-size: 16px;margin-top: 5px;}

.location_part01_left_item:hover{background-image: url('../img/hwc-icon-bg.jpg');}
.location_part01_left_item:hover .location_part01_left_item_sub{color:#fff;}
.location_part01_left_item:hover .location_part01_left_item_tex{color:#fff;}
.location_part01_left_item:hover .location_part01_left_item_icon img.img1{display:none;}
.location_part01_left_item:hover .location_part01_left_item_icon img.img2{display:block;}


.location_part02{position: relative;width: 100%;height: 720px;overflow: hidden;}
.location_part02::after{position: absolute;content: "";width: 100%;height: 100%;background-color: rgb(0, 0, 0);opacity: 0.502;left: 0;top: 0;z-index: 1;}
.location_part02_title{position: absolute;width: 100%;top: 80px;text-align: center;z-index: 9;color:#fff;}
.location_part02_title p{font-size: 34px;font-weight: bold;;margin-bottom: 10px;}
.location_part02_title span{font-size: 17px;}
.location_part02_cont{flex-wrap: wrap;position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.location_part02_item{width: calc(100% / 4);position: relative;height: 100%;}
.location_part02_img{width: 100%;height: 100%;}
.location_part02_img img{width: 100%;height: 100%;object-fit: cover;}
.location_part02_text{position: absolute;font-size: 18px;color: #fff;z-index: 99;width: 100%;bottom: 30px;text-align: center;}
.location_part02_text p{line-height: 36px;}

.location_part03{padding-top: 80px;background-color: #fff;padding-bottom: 50px;}
.location_part03_title{text-align: center;margin-bottom: 60px;}
.location_part03_title p{font-size: 34px;font-weight: bold;color: var(--helpColor);margin-bottom: 10px;}
.location_part03_title span{font-size: 17px;color: #888888;}
.location_part03_cont{overflow: hidden;padding-bottom: 100px;}
.location_part03_cont_img {width: 90%;}
.location_part03_cont .swiper-container{overflow: visible;}
.location_part03_cont .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--mainColor);border-radius:11px;}
.location_part03_cont .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width:128px;
    height: 8px;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    top:calc( 100% + 30px ) ;
    overflow: hidden;
}

@media (max-width:1340px) {
.location_part02_cont{flex-wrap: wrap;}
.location_part02_item{width: calc(100% / 2);position: relative;height: 50%;}
}

@media (max-width:1080px) {
.location_part01{padding: 40px 0;}
.location_part01_title{margin-bottom: 30px;}
.location_part01_title p{font-size: 28px;}
.location_part01_title span{font-size: 13px;}
.location_part01_left{width: 100%;}
.location_part01_left_item{width: calc(100% / 2 - 10px);margin-bottom: 20px;height: 160px;}
.location_part01_left_item_sub{font-size: 16px;}
.location_part01_left_item_tex{font-size: 16px;margin-top:16px;}
.location_part01_left_item_icon img{width:32px;height:32px;}
.location_part01_right{height: 200px;width: 100%;margin-left: 1px;}
.location_part01_right_cont{flex-direction: row;justify-content: space-around;align-items: center;flex-wrap: wrap;}
.location_part01_right_item{margin-left: 0px;color: #fff;padding:12px 0;position: relative;width:30%;}
.location_part01_right_item span{font-size: 36px;font-weight: bold;}
.location_part01_right_item sup{position: absolute;font-size: 14px;top: 32px;}
.location_part01_right_item p{font-size: 14px;margin-top: 5px;}

.location_part01_right_item:first-child{width:100%;padding-left:10%;}

.location_part02{height: 720px;}
.location_part02_title{top: 40px;}
.location_part02_title p{font-size: 28px;}
.location_part02_title span{font-size: 14px;}
.location_part02_cont{flex-wrap: wrap;}
.location_part02_item{width: calc(100% / 2);position: relative;height: 50%;}
.location_part02_text{position: absolute;font-size: 14px;padding: 0 8px;}
.location_part02_text p{line-height: 20px;}

.location_part03{padding-top: 40px;padding-bottom: 75px;}
.location_part03_title{margin-bottom: 30px;}
.location_part03_title p{font-size: 28px;}
.location_part03_title span{font-size: 14px;}
.location_part03_cont_img {width: 90%;}
.location_part03_cont{overflow: hidden;padding-bottom: 50px;}
}
/* 海外仓 end */

  



