@charset "UTF-8";

.home-main{width:100%;margin:0 auto;max-width: 1320px;padding:0 20px;}
@media(max-width:1080px){
	.home-main{padding:0 4%;}
}

/*banner图*/
.index-banner{width: 100%;height:580px;position:relative;z-index:1; transition: all 1s;-webkit-transition: all 1s;}
.index-banner .swiper-container{height:100%;}
.index-banner .home-banner{width:100%;height:100%;overflow:hidden;}
.index-banner .home-banner a{display: block;width: 100%;height: 100%;background-position:center;background-repeat:no-repeat;background-size:cover;}

.index-banner .wap-banner{display:none;width:100%;position:relative;}
.index-banner .wap-banner a{display:block;width:100%;}
.index-banner .wap-banner .wap-banner-img{width:100%;}
.index-banner .wap-banner .wap-banner-img img{display:block;width:100%;}


.index-banner .swiper-container .swiper-pagination{bottom:20px;display:none;}

.index-banner .swiper-button-next,.index-banner .swiper-button-prev{width:40px;height:40px;margin-top:-20px;transition: all 0.3s;-webkit-transition: all 0.3s;left:2%;text-align:center;background:none;border-radius:50%;opacity: 0;cursor:pointer;outline: none;}
.index-banner .swiper-button-next .icon,.index-banner .swiper-button-prev .icon{width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,0.3);padding:14px;cursor:pointer;}
.index-banner .swiper-button-next .icon img,.index-banner .swiper-button-prev .icon img{width:100%;display:block;}
.index-banner .swiper-button-next{right:2%;left:auto;}
.index-banner:hover .swiper-button-next,.index-banner:hover .swiper-button-prev{opacity:0.5;}
.index-banner .swiper-button-next:hover,.index-banner .swiper-button-prev:hover{opacity: 1;}

.home-search{width:80%;max-width:620px;position:absolute;bottom:40px;left:50%;z-index:3;transform:translate(-50%,0);background:#fff;height:48px;border-radius:24px;}
.home-search-sort{float:left;width:120px;height:48px;border-right:#ededed solid 1px;cursor:pointer;position:relative;}
.home-search-sort h6{width:100%;padding-left:20px;font-size:14px;color:#333;line-height:48px;background-image: url(../img/home/icon-down01.png);background-position:88px center;background-repeat:no-repeat;background-size:10px;}
.home-search-sort ul{position:absolute;z-index:2;left:0;top:48px;width:100%;border-radius:8px;overflow:hidden;display:none;}
.home-search-sort ul li{width:100%;background:#fff;border-bottom:#ededed solid 1px;font-size:14px;line-height:40px;padding-left:20px;color:#999;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-search-sort ul li:hover{color:#ff6a00;background:#eee;}

.home-search-form{float:left;width:calc(100% - 120px);height:48px;}
.home-search-form .search-input{float:left;width:calc(100% - 96px);padding:10px 20px;height:48px;font-size:14px;color:#333;line-height:28px;outline:none;border:none;background:none;}
.home-search-form .search-btn{float:left;width:96px;height:48px;background:#ff6a00;color:#fff;font-size:14px;border-top-right-radius:24px;border-bottom-right-radius:24px;outline:none;border:none;}



@media(max-width:1680px){
	.index-banner{max-height:560px;}
}

@media(max-width:1440px){
	.index-banner{max-height:480px;}
}

@media(max-width:1080px){
	.index-banner{height:360px;}

	.index-banner .swiper-container .swiper-pagination-bullet{width:40px;}
	.index-banner .swiper-button-next,.index-banner .swiper-button-prev{display:none;}
}

@media(max-width:769px){
	.index-banner{height:auto;}
	.index-banner .wap-banner{display:block;}
	.index-banner .home-banner{display:none;}

	.index-banner .swiper-button-next,.index-banner .swiper-button-prev{width:40px;height:40px;margin-top:-20px;font-size:24px;line-height:40px;}
	.index-banner .swiper-container .swiper-pagination-bullet{width:32px;height:1px;}

	.home-search{width:88%;max-width:620px;position:relative;bottom:0;left:0;transform:translate(0,0);height:auto;margin:20px auto 0;border:#e4e4e4 solid 1px;}
	.home-search-sort{width:96px;height:36px;}
	.home-search-sort h6{padding-left:12px;font-size:12px;line-height:36px;background-position:72px center;}
	.home-search-sort ul{top:37px;box-shadow:0 2px 12px rgba(0,0,0,0.1);}
	.home-search-sort ul li{font-size:12px;line-height:36px;padding-left:12px;}

	.home-search-form{width:calc(100% - 96px);height:36px;}
	.home-search-form .search-input{width:calc(100% - 80px);padding:4px 12px;height:36px;}
	.home-search-form .search-btn{width:80px;height:36px;}
}


/*首页 标题*/
.home-title{width:100%;padding:70px 0 30px;}
.home-title h3{width:100%;font-size:36px;color:#333;line-height:56px;text-align:center;font-family:"微软雅黑";font-weight:bold;}
.home-title p{width:100%;font-size:16px;color:#888;line-height:32px;text-align:center;font-family:"微软雅黑";}

.home-more{width:100%;margin-top:40px;}
.home-more a{display:block;margin:0 auto;width:108px;background:#ededed;font-size:14px;color:#888;line-height:48px;text-align:center;border-radius:24px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-more a:hover{color:#fff;background:#ff6a00;}

@media(max-width:1280px){
	.home-title{padding:48px 0 20px;}
	.home-title h2{font-size:32px;line-height:48px;}
	.home-title p{font-size:14px;line-height:28px;}

	.home-more{margin-top:32px;}
}

@media(max-width:1080px){
	.home-title{padding:40px 0 20px;}
	.home-title h2{font-size:24px;line-height:40px;}
	.home-title p{font-size:14px;line-height:20px;}

	.home-more{margin-top:24px;}
	.home-more a{width:96px;font-size:14px;line-height:40px;}
}

@media(max-width:769px){
	.home-title{padding:40px 0 16px;}
	.home-title h2{font-size:20px;line-height:32px;}
	.home-title p{font-size:12px;line-height:20px;}

	.home-more{margin-top:16px;}
	.home-more a{width:72px;font-size:12px;line-height:36px;}
}

/*首页 海运*/
.home-transport{width:100%;margin-bottom:60px;}
.home-transport li{float:left;width:22.65%;margin-left:3.125%;border-radius:16px;overflow:hidden;position:relative;}
.home-transport li:first-child{margin-left:0;}
.home-transport li a{display:block;width:100%;}
.home-transport li a .img{width:100%;background:#eee;position:relative;overflow:hidden;}
.home-transport li a .img .img-cont{width:100%;height:0;padding-bottom:124%;overflow:hidden;position:relative;}
.home-transport li a .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.home-transport li a .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;transition:all 1s;-webkit-transition:all 1s;}
.home-transport li a:hover .img img{-webkit-transform:scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);}
.home-transport li a .txt-box{position:absolute;top:0;left:0;z-index:2; width:100%;height:100%;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-transport li a:hover .txt-box{background:rgba(255,106,0,0.8);}
.home-transport li a .txt{width:100%;position:absolute;left:0;bottom:0;padding:10px 30px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-transport li a .txt h5{width:100%;font-size:18px;color:#fff;line-height:28px;height:28px;text-align:center;font-weight:bold;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;font-family:'微软雅黑';}
.home-transport li a .txt p{width:100%;font-size:14px;color:#fff;line-height:28px;text-align:center;font-family:'微软雅黑';display:none;}
.home-transport li a:hover .txt{bottom:50%;transform: translate(0,50%);}
.home-transport li a:hover .txt p{display:block;}

@media(max-width:1080px){
	.home-transport{margin-bottom:40px;}
	.home-transport li a .txt{padding:10px 20px;}
	.home-transport li a .txt h5{font-size:16px;line-height:24px;height:24px;}
	.home-transport li a .txt p{font-size:12px;line-height:20px;}
}

@media(max-width:769px){
	.home-transport li{width:48%;margin-left:4%;margin-bottom:4%;}
	.home-transport li:nth-child(odd){margin-left:0;}
	.home-transport li:nth-last-child(2){margin-bottom:0;}
	.home-transport li:last-child{margin-bottom:0;}
	.home-transport li a .txt{padding:10px 12px;}
}

.home-adv{width:100%;margin-bottom:80px;border-radius:16px;overflow:hidden;}
.home-adv a,.home-adv img{display:block;width:100%;}

.home-adv0{width:100%;margin:80px 0 0 0;border-radius:16px;overflow:hidden;}

@media(max-width:1080px){
	.home-adv{margin-bottom:48px;}
}
@media(max-width:769px){
	.home-adv{margin-bottom:40px;border-radius:8px;}
}

/*首页 海外仓*/
.home-oversea{width:100%;position:relative;}
.home-oversea .home-title{position:absolute;top:0;left:0;z-index:5;}
.home-oversea .home-title h2{color:#fff;}
.home-oversea .home-title p{color:#fff;}

.home-oversea-item{position:relative;z-index:1;width:100%;}
.home-oversea-item .bg-img{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover;height:860px;padding:200px 0;position:relative;display:none;}
.home-oversea-item .bg-img .bg-mask{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#000;opacity: 0.5;}
.home-oversea-item .home-main{position:relative;z-index:4;}
.home-oversea-item .oversea-icon{width:100%;margin:80px auto 120px;}
.home-oversea-item .oversea-icon01{max-width: 880px;}
.home-oversea-item .oversea-icon .icon{width:60px;margin:0 auto;}
.home-oversea-item .oversea-icon .icon img{display:block;width:100%;}
.home-oversea-item .oversea-icon h5{width:100%;margin-top:16px;font-size:18px;color:#fff;font-weight:bold;text-align:center;line-height:36px;font-family:"微软雅黑";}
.home-oversea-item .oversea-icon p{width:100%;font-size:14px;color:#fff;line-height:28px;padding:0 20px;text-align:center;font-family:"微软雅黑";}
.home-oversea-item .oversea-icon .newline{display:none;}

.home-oversea-item .oversea-btn{width:100%;text-align:center;}
.home-oversea-item .oversea-btn .btn{display:inline-block;margin:0 10px;width:136px;height:48px;border:#fff solid 2px;border-radius:24px;font-size:14px;color:#fff;line-height:44px;text-align:center;font-family:"微软雅黑";transition: all 0.3s;-webkit-transition: all 0.3s;} 
.home-oversea-item .oversea-btn .btn:hover{background:#fff;color:#ff6a00;}
.home-oversea-item .oversea-btn .btn.refer{border:#ff6a00 solid 2px;color:#ff6a00;} 
.home-oversea-item .oversea-btn .btn.refer:hover{background:#ff6a00;color:#fff;}

.home-oversea-ctrl{width:100%;position:absolute;bottom:60px;left:0;z-index:5;}
.home-oversea-ctrl .home-main{display:flex;justify-content: space-between;position: relative;}
.home-oversea-ctrl .home-main:before{content:"";position:absolute;z-index:0;width:84%;left:8%;top:54px;height:4px;background:#fff;opacity: 0.2;}
.home-oversea-ctrl .ctrl-item{width:120px;position:relative;z-index:5;cursor:pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-oversea-ctrl .ctrl-item .icon{width:112px;height:112px;margin:0 auto;border-radius:50%;position:relative;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-oversea-ctrl .ctrl-item .circle{width:112px;height:112px;border:#fff solid 1px;border-radius:50%;opacity:0.2;position:absolute;left:0;top:0;z-index:2;display:none;} 
.home-oversea-ctrl .ctrl-item .border{width:80px;height:80px;border:#fff dashed 1px;border-radius:50%;opacity:0.2;position:absolute;left:15px;top:15px;z-index:3;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-oversea-ctrl .ctrl-item .img{width:68px;height:68px;border-radius:50%;overflow:hidden;position:absolute;top:21px;left:21px;z-index:5;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-oversea-ctrl .ctrl-item .img img{display:block;width:100%;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-oversea-ctrl .ctrl-item h5{width:100%;margin-top:8px;font-size:18px;color:#fff;font-weight:bold;text-align:center;line-height:36px;font-family:"微软雅黑";}

.home-oversea-ctrl .ctrl-item.active .icon{width:112px;height:112px;}
.home-oversea-ctrl .ctrl-item.active .circle{display:block;animation: iconS 1.6s ease-out infinite;} 
.home-oversea-ctrl .ctrl-item.active .border{width:96px;height:96px;left:8px;top:8px;}
.home-oversea-ctrl .ctrl-item.active .img{width:80px;height:80px;top:15px;left:15px;}

@keyframes iconS {
    from {
        transform: scale(0.8);
        filter: opacity(1);
    }
    to {
        transform: scale(1.4);
        filter: opacity(0);
    }
}

@media(max-width:1440px){
	.home-oversea-item .bg-img{height:720px;padding:160px 0;}
	.home-oversea-item .oversea-icon{margin:60px auto 80px;}

	.home-oversea-ctrl{bottom:48px;}
}


@media(max-width:1080px){
	.home-oversea-item .bg-img{height:600px;padding:120px 0;}
	.home-oversea-item .oversea-icon{margin:40px auto 60px;}
	.home-oversea-item .oversea-icon .icon{width:48px;}
	.home-oversea-item .oversea-icon h5{margin-top:10px;font-size:16px;line-height:28px;}
	.home-oversea-item .oversea-icon p{font-size:12px;line-height:20px;}

	.home-oversea-item .oversea-btn .btn{width:96px;height:36px;font-size:12px;line-height:32px;}

	.home-oversea-ctrl{bottom:48px;}
	.home-oversea-ctrl .home-main:before{top:48px;height:2px;}
	.home-oversea-ctrl .ctrl-item{width:96px;}
	.home-oversea-ctrl .ctrl-item .icon{width:96px;height:96px;}
	.home-oversea-ctrl .ctrl-item .circle{width:96px;height:96px;} 
	.home-oversea-ctrl .ctrl-item .border{width:70px;height:70px;left:12px;top:12px;}
	.home-oversea-ctrl .ctrl-item .img{width:56px;height:56px;top:19px;left:19px;}
	.home-oversea-ctrl .ctrl-item h5{margin-top:0;font-size:16px;line-height:28px;}

	.home-oversea-ctrl .ctrl-item.active .icon{width:96px;height:96px;}
	.home-oversea-ctrl .ctrl-item.active .border{width:84px;height:84px;left:5px;top:5px;}
	.home-oversea-ctrl .ctrl-item.active .img{width:68px;height:68px;top:13px;left:13px;}
}
@media(max-width:769px){
	.home-oversea-item .bg-img{height:480px;padding:80px 0;}
	.home-oversea-item .oversea-icon{margin:48px auto 24px;}
	.home-oversea-item .oversea-icon .icon{width:36px;}
	.home-oversea-item .oversea-icon .newline{display:inline;}
	.home-oversea-item .oversea-btn .btn{width:80px;border:#fff solid 1px;line-height:34px;margin:0 6px;}
	.home-oversea-item .oversea-icon p{padding:0;}

	.home-oversea-ctrl{bottom:36px;}
	.home-oversea-ctrl .home-main:before{top:40px;width:72%;left:14%;}
	.home-oversea-ctrl .ctrl-item{width:84px;}
	.home-oversea-ctrl .ctrl-item .icon{width:80px;height:80px;}
	.home-oversea-ctrl .ctrl-item .circle{width:80px;height:80px;} 
	.home-oversea-ctrl .ctrl-item .border{width:48px;height:48px;left:15px;top:15px;}
	.home-oversea-ctrl .ctrl-item .img{width:36px;height:36px;top:21px;left:21px;}
	.home-oversea-ctrl .ctrl-item h5{margin-top:8px;font-size:14px;line-height:20px;}

	.home-oversea-ctrl .ctrl-item.active .icon{width:80px;height:80px;}
	.home-oversea-ctrl .ctrl-item.active .border{width:68px;height:68px;left:7px;top:7px;}
	.home-oversea-ctrl .ctrl-item.active .img{width:52px;height:52px;top:15px;left:15px;}
}

.home-sto{width:100%;margin-bottom:60px;}
.home-sto .sto-item{width:33.3%;position:relative;}
.home-sto .sto-item .img{width:100%;border-radius:16px;overflow:hidden;}
.home-sto .sto-item .img img{display:block;width:100%;}
.home-sto .sto-item .txt-box{position:absolute;bottom:0;padding:10px;left:0;width:100%;display:none;}
.home-sto .sto-item .txt{width:100%;}
.home-sto .sto-item .txt h5{width:100%;font-size:18px;color:#fff;text-align:center;line-height:28px;font-family:"微软雅黑";}
.home-sto .sto-item .txt p{width:100%;font-size:18px;color:#fff;text-align:center;line-height:28px;font-family:"微软雅黑";}
.home-sto .swiper-slide-active .sto-item .txt-box{display:block;}

@media(max-width:1080px){
	.home-sto{margin-bottom:40px;}
	.home-sto .sto-item{width:240px;}
	.home-sto .sto-item .txt h5{font-size:16px;line-height:24px;}
	.home-sto .sto-item .txt p{font-size:16px;line-height:24px;}
}

/*首页 地图*/
.home-map{width:100%;background:#f5f5f5;overflow:hidden;}
.home-map .map-box{width:100%;margin-top:20px;margin-bottom:90px;position:relative;}
.home-map .map-img{width:100%;}
.home-map .map-img img{display:block;width:100%;}
.home-map .map-line{width:100%;position:absolute;z-index:5;top:19.53%;left:15.23%;width:63.125%;}
.home-map .map-line svg{width:100%;}
.home-map .path{stroke-dasharray:8;stroke-dashoffset: 120;animation: dash 2s linear infinite;}
.home-map .map-point{width:100%;height:100%;position:absolute;z-index:6;left:0;top:0;}
.home-map .map-point .point01{position:absolute;width:8px;height:8px;}
.home-map .map-point .point01 i{display:block;position:relative;z-index:2;width:8px;height:8px;border-radius:50%;background:#fff;}
.home-map .map-point .point01:before{content:"";display:block;width:30px;height:30px;border-radius:50%;position:absolute;top:-11px;left:-11px;z-index:1;animation: iconS01 1.6s ease-out infinite;background:#fff;}
.home-map .map-point .point02{position:absolute;width:4px;height:4px;}
.home-map .map-point .point02 i{display:block;position:relative;z-index:2;width:4px;height:4px;border-radius:50%;background:#ff6a00;}
.home-map .map-point .point02:before{content:"";display:block;width:14px;height:14px;border-radius:50%;position:absolute;top:-5px;left:-5px;z-index:1;animation: iconS02 1.6s ease-out infinite;background:#ff6a00;}

#pointLoc01{left:36.875%;top:43.03%;}
#pointLoc02{left:39.53%;top:38.66%;}


#pointLoc05{right:16.09%;top:23.35%;}
#pointLoc06{right:21.85%;top:20.35%;}

#pointLoc11{right:29.51%;top:22.10%;}
#pointLoc12{left:11.71%;top:17.71%;}
#pointLoc13{left:15.01%;top:20.61%;}

.home-map .map-txt{width:100%;height:100%;position:absolute;z-index:7;left:0;top:0;}
.home-map .map-txt .txt{position: absolute;font-size:14px;color:#ff6a00;line-height:24px;font-family:"微软雅黑";}
.home-map .map-txt .txt p{line-height:inherit;}
.home-map .map-txt .txt01{left:34.375%;top:45.62%;}
.home-map .map-txt .txt02{left:41.42%;top:34.69%;}

.home-map .map-txt .txt05{right:8.06%;top:25.12%;}
.home-map .map-txt .txt06{right:17.56%;top:25.10%;}


.home-map .map-txt .txt11{right:28.51%;top:25.50%;}
.home-map .map-txt .txt12{left:9.51%;top:14.10%;}
.home-map .map-txt .txt13{left:13.01%;top:17.10%;}
@media(max-width:769px){
	
	.home-map .map-txt .txt05{right:1.50%;top:18.20%;text-align: right;}
	.home-map .map-txt .txt06{right:15.00%;top:17.10%;text-align: right;}
	
	.home-map .map-txt .txt11{right:26.81%;top:18.20%;text-align: right;}
	.home-map .map-txt .txt12{left:0.01%;top:10.50%;text-align: right;}
	.home-map .map-txt .txt13{left:10.51%;top:14.50%;text-align: right;}
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes iconS01 {
    from {
        transform: scale(1);
        filter: opacity(0.5);
    }
    to {
        transform: scale(1.4);
        filter: opacity(0);
    }
}
@keyframes iconS02 {
    from {
        transform: scale(1);
        filter: opacity(0.2);
    }
    to {
        transform: scale(1.4);
        filter: opacity(0);
    }
}

@media(max-width:1080px){
                #pointLoc09{right:20.85%;top:34.35%;}
                #pointLoc10{right:13.85%;top:37.35%;}

                .home-map .map-txt .txt09{right:17.01%;top:39.10%;text-align: right;}
                .home-map .map-txt .txt10{right:6.01%;top:38.10%;text-align: right;}

	.home-map .map-box{margin-top:12px;margin-bottom:60px;}
	.home-map .map-txt .txt{font-size:12px;line-height:16px;}
}

@media(max-width:769px){
	.home-map .map-box{margin-top:0;margin-bottom:40px;}
	.home-map .map-txt .txt{transform:scale(0.8);}
}
@media(max-width:480px){
	.home-map .map-txt .txt{transform:scale(0.6);}
	.home-map .map-txt .txt01{left:30.375%;top:37.62%;}
	.home-map .map-txt .txt02{left:40.42%;top:28.69%;}
	.home-map .map-txt .txt03{left:60.09%;top:34.42%;}
	.home-map .map-txt .txt04{left:57.5%;top:23.32%;}
	/*.home-map .map-txt .txt05{right:2.06%;top:14.12%;}*/
}

.home-data-box{width:100%;background-repeat:no-repeat;background-position:center;background-size:cover;padding:60px 0;}
.home-data{width:100%;margin-top:16px;}
.home-data ul{width:100%;display:flex;justify-content:space-between;flex-direction:row;}
.home-data li{display:flex;flex-direction:row;}
.home-data li .icon{width:48px;margin-top:4px;}
.home-data li .icon img{display:block;width:100%;}
.home-data li .txt{margin-left:12px;}
.home-data li .txt p{font-size:72px;color:#fff;line-height:60px;font-weight:bold;font-family:"Arial";position:relative;}
.home-data li .txt p em{font-size:12px;font-weight:normal;line-height:20px;position:absolute;top:4px;right:-20px;}
.home-data li .txt h5{font-size:14px;color:#fff;line-height:24px;font-family:"微软雅黑";margin-top:8px;}

@media(max-width:1440px){
	.home-data li .txt p{font-size:60px;line-height:48px;}
}

@media(max-width:1080px){
	.home-data-box{padding:48px 0;}
	.home-data li .icon{width:40px;margin-top:0;}
	.home-data li .txt p{font-size:40px;line-height:32px;}
	.home-data li .txt h5{font-size:12px;}
}

@media(max-width:769px){
	.home-data-box{padding:40px 0 16px;}
	.home-data{margin-top:0;}
	.home-data ul{flex-wrap:wrap;}
	.home-data li{width:50%;margin-bottom:24px;}
	.home-data li .icon{width:24px;}
	.home-data li .txt{margin-left:8px;}
	.home-data li .txt p{display:inline-block;font-size:24px;line-height:20px;}
	.home-data li .txt p em{top:0;right:-16px;}
	.home-data li .txt h5{font-size:12px;line-height:20px;margin-top:0;}
}

/*首页 案例*/
.home-case{width:100%;}
.home-case li{float:left;width:31.25%;margin-left:3.125%;border-radius:16px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,0.1);overflow:hidden;}
.home-case li:first-child{margin-left:0;}
.home-case li a{display:block;width:100%;}
.home-case li a .img{width:100%;background:#eee;position:relative;overflow:hidden;}
.home-case li a .img .img-cont{width:100%;height:0;padding-bottom:80%;overflow:hidden;position:relative;}
.home-case li a .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.home-case li a .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;transition:all 1s;-webkit-transition:all 1s;}
.home-case li a:hover .img img{-webkit-transform:scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);}
.home-case li a .txt{width:100%;padding:20px 30px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-case li a .txt h5{width:100%;font-size:16px;color:#333;line-height:40px;height:40px;text-align:center;overflow: hidden; text-overflow:ellipsis;display: block; white-space: nowrap;font-family:'微软雅黑';transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-case li:hover a .txt h5{color:#fff;}
.home-case li:hover a .txt{background:#ff6a00;}
.home-case li:hover{box-shadow:0 4px 16px rgba(255,106,0,0.5); }

@media(max-width:1440px){
	.home-case li a .txt{padding:16px 20px;}
}

@media(max-width:1080px){
	.home-case li a .txt{padding:12px 16px;}
	.home-case li a .txt h5{font-size:16px;line-height:32px;height:32px;}
}

@media(max-width:769px){
	.home-case li a .txt h5{font-size:14px;line-height:20px;height:20px;}
}

@media(max-width:480px){
	.home-case li{width:100%;margin-left:0;margin-bottom:4%;}
	.home-case li:last-child{margin-bottom:0;}
}

.home-advan{width:100%;background:#fbf8f6;padding:60px 0 56px;border-radius:16px;margin-top:30px;}
.home-advan li{float:left;width:25%;}
.home-advan li .icon{width:56px;height:56px;padding:13px;border:#ff6a00 solid 1px;margin:0 auto;border-radius:50%;}
.home-advan li .icon img{display:block;width:100%;}
.home-advan li .txt{width:100%;margin-top:28px;text-align:center;padding:0 10px;}
.home-advan li .txt h5{font-size:18px;color:#333;line-height:24px;font-family:"微软雅黑";font-weight:bold;}
.home-advan li .txt p{font-size:16px;margin-top:12px;color:#333;line-height:24px;font-family:"微软雅黑";}

@media(max-width:1280px){
	.home-advan{padding:48px 0 40px;margin-top:16px;}
}

@media(max-width:1080px){
	.home-advan{padding:40px 0 32px;margin-top:12px;}
	.home-advan li .icon{width:50px;height:50px;padding:10px;}
	.home-advan li .txt{margin-top:20px;padding:0 10px;}
	.home-advan li .txt h5{font-size:16px;}
	.home-advan li .txt p{font-size:14px;margin-top:8px;line-height:20px;}
}
@media(max-width:769px){
	.home-advan{padding:24px 0 0px;margin-top:8px;}
	.home-advan li{width:50%;margin-bottom:20px;}
	.home-advan li .icon{width:36px;height:36px;padding:9px;}
	.home-advan li .icon img{width:16px;}
	.home-advan li .txt{margin-top:8px;padding:0 10px;}
	.home-advan li .txt h5{font-size:14px;}
	.home-advan li .txt p{font-size:12px;margin-top:0px;line-height:20px;}
}

.home-service{width:100%;margin-top:20px;}
.home-service li{float:left;width:31.25%;margin-left:3.125%;border-radius:16px;overflow:hidden;position:relative;}
.home-service li:first-child{margin-left:0;}
.home-service li .img{width:100%;background:#eee;position:relative;overflow:hidden;}
.home-service li .img .img-cont{width:100%;height:0;padding-bottom:84.25%;overflow:hidden;position:relative;}
.home-service li .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.home-service li .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;}

.home-service li .txt-box{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:url(../img/home/ser-mask.png) no-repeat center;background-size:cover;padding:36px 40px;}	
.home-service li .txt-box h5{width:100%;font-size:18px;color:#fff;line-height:32px;font-family:'微软雅黑';}
.home-service li .txt{width:100%;margin-top:30px;}
.home-service li .txt h6{width:100%;padding-left:26px;font-size:14px;color:#fff;line-height:20px;font-family:'微软雅黑';margin-bottom:16px;background:url(../img/home/icon-ok.png) no-repeat left center;background-size:16px;}

@media(max-width:1280px){
	.home-service{margin-top:12px;}
}

@media(max-width:1080px){
	.home-service li .txt-box{padding:24px 30px;}	
	.home-service li .txt-box h5{font-size:16px;line-height:24px;}
	.home-service li .txt{margin-top:16px;}
	.home-service li .txt h6{padding-left:20px;font-size:12px;margin-bottom:8px;background-size:12px;}
}

@media(max-width:840px){
	.home-service li .txt-box{padding:16px 24px;}	
	.home-service li .txt-box h5{font-size:16px;line-height:24px;}
	.home-service li .txt{margin-top:10px;}
	.home-service li .txt h6{padding-left:20px;font-size:12px;margin-bottom:4px;background-size:12px;}
}

@media(max-width:769px){
	.home-service li{width:100%;margin-left:0;margin-bottom:4%;}
	.home-service li:last-child{margin-bottom:0;}
	.home-service li .txt-box{padding:24px 30px;}	
	.home-service li .txt-box h5{font-size:16px;line-height:24px;}
	.home-service li .txt{margin-top:20px;}
	.home-service li .txt h6{padding-left:20px;font-size:12px;margin-bottom:8px;background-size:12px;}
}


/*首页 海运流程*/
.home-progress{width:100%;padding:60px 60px 120px;}
.home-progress .progress-cont{width:100%;max-width:660px;margin:0 auto;position:relative;}
.home-progress .progress-circle{width:100%;}
.home-progress .progress-circle img{width:100%;display:block;}

.home-progress .progress-img{position:absolute;top:50%;left:50%;width:73.33%;transform:translate(-50%,-50%);}
.home-progress .progress-img .img{width:100%;background:#eee;position:relative;overflow:hidden;border-radius:50%;}
.home-progress .progress-img .img .img-cont{width:100%;height:0;padding-bottom:100%;overflow:hidden;position:relative;}
.home-progress .progress-img .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.home-progress .progress-img .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;}
.home-progress .progress-img h5{position:absolute;width:100%;bottom:0;left:0;padding:30px 10px;font-size:18px;color:#ff6a00;line-height:28px;text-align:center;font-weight:bold;font-family:"微软雅黑";}

.home-progress .progress-title{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;}
.home-progress .progress-title h6{position:absolute;font-size:18px;color:#333;line-height:28px;font-family:"微软雅黑";cursor:pointer;transition: all 0.3s;-webkit-transition: all 0.3s;white-space: nowrap;}
.home-progress .progress-title h6:hover{color:#ff6a00;}
.home-progress .progress-title h6.active{color:#ff6a00;}
h6.title01{left:50%;top:-36px;padding-bottom:60px;transform:translate(-50%,0);}
h6.title02{left:75.75%;top:7.1%;padding-bottom:20px;padding-left:48px;}
h6.title03{left:92.48%;top:33.6%;padding-left:48px;}
h6.title04{left:91.4%;top:62.2%;padding-left:56px;}
h6.title05{left:75%;top:85.75%;padding-left:56px;padding-top:20px;}
h6.title06{left:50%;bottom:-36px;padding-top:60px;transform:translate(-50%,0);}
h6.title07{left:25.15%;top:85.75%;padding-right:56px;padding-top:20px;transform:translate(-100%,0);}
h6.title08{left:7.87%;top:62.2%;padding-right:52px;transform:translate(-100%,0);}
h6.title09{left:7.87%;top:33.6%;padding-right:52px;transform:translate(-100%,0);}
h6.title10{left:25.15%;top:7.1%;padding-bottom:20px;padding-right:48px;transform:translate(-100%,0);}

@media(max-width:1280px){
	.home-progress{padding:48px 48px 100px;}
}

@media(max-width:1080px){
	.home-progress{padding:40px 0 72px;}
	.home-progress .progress-cont{width:80%;}
	.home-progress .progress-img h5{padding:20px 10px;font-size:16px;}
	.home-progress .progress-title h6{font-size:16px;line-height:28px;}
}

@media(max-width:769px){
	.home-progress{padding:32px 0 64px;}
	.home-progress .progress-cont{width:72%;}
	.home-progress .progress-img h5{padding:16px 8px;font-size:14px;}
	.home-progress .progress-title h6{font-size:14px;line-height:20px;}

	h6.title01{top:-24px;padding-bottom:40px;}
	h6.title02{left:75.6%;top:7%;padding-bottom:16px;padding-left:32px;}
	h6.title03{padding-left:28px;}
	h6.title04{padding-left:32px;}
	h6.title05{left:75%;top:85.75%;padding-left:28px;padding-top:12px;}
	h6.title06{bottom:-26px;padding-top:40px;}
	h6.title07{padding-right:32px;padding-top:12px;}
	h6.title08{padding-right:32px;}
	h6.title09{padding-right:32px;}
	h6.title10{padding-bottom:12px;padding-right:32px;}
}

@media(max-width:480px){
	.home-progress .progress-cont{width:60%;}
	.home-progress .progress-img h5{padding:12px 8px;font-size:12px;}
	.home-progress .progress-title h6{font-size:12px;}

	h6.title01{top:-24px;padding-bottom:20px;}
	h6.title02{left:68%;top:2%;padding-bottom:8px;padding-left:28px;}
	h6.title03{top:31%;padding-left:16px;}
	h6.title04{top:60%;padding-left:20px;}
	h6.title05{left:75%;top:82%;padding-left:12px;padding-top:12px;}
	h6.title06{bottom:-24px;padding-top:20px;}
	h6.title07{top:82%;padding-right:12px;padding-top:12px;}
	h6.title08{top:60%;padding-right:20px;}
	h6.title09{top:31%;padding-right:16px;}
	h6.title10{top:2%;padding-bottom:12px;padding-right:12px;}
}

/*首页 活动*/
.home-activity{width:100%;background:#f5f5f5;padding-bottom:80px;}
.home-act-box{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.home-act-box .act-left{width:48.5%;background:#fff;border-radius:16px;overflow:hidden;}
.home-act-box .act-left a{display:block;width:100%;}
.home-act-box .act-left a .img{width:100%;background:#eee;position:relative;overflow:hidden;}
.home-act-box .act-left a .img .img-cont{width:100%;height:0;padding-bottom:58.06%;overflow:hidden;position:relative;}
.home-act-box .act-left a .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.home-act-box .act-left a .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;transition:all 1s;-webkit-transition:all 1s;}
.home-act-box .act-left a:hover .img img{-webkit-transform:scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);}
.home-act-box .act-left a .txt{width:100%;padding:20px 30px;}
.home-act-box .act-left a .txt h5{width:100%;font-size:18px;color:#333;line-height:36px;height:36px;font-weight:bold;overflow: hidden; text-overflow:ellipsis;display: block; white-space: nowrap;font-family:'微软雅黑';transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-act-box .act-left:hover a .txt h5{color:#ff6a00;}
.home-act-box .act-left a .txt span{display:block;width:100%;font-size:14px;color:#888;line-height:20px;font-family:"Arial";}

.home-act-box .act-right{width:48.5%;background:#fff;border-radius:16px;overflow:hidden;}
.home-act-box .act-right .list-height{width:100%;padding:0 30px;height:0;padding-bottom:calc(58.06% + 96px);position:relative;}
.home-act-box .act-right .list-box{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items: center;padding:0 30px;}
.home-act-box .act-right ul{width:100%;}
.home-act-box .act-right li{width:100%;padding:24px 0;border-bottom:#e0e0e0 dashed 1px;}
.home-act-box .act-right li:last-child{border-bottom:none;}
.home-act-box .act-right li a{display:block;width:100%;}
.home-act-box .act-right li a h5{width:100%;font-size:18px;color:#333;line-height:36px;height:36px;overflow: hidden; text-overflow:ellipsis;display: block; white-space: nowrap;font-family:'微软雅黑';transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-act-box .act-right li:hover a h5{color:#ff6a00;}
.home-act-box .act-right li a span{display:block;width:100%;font-size:14px;color:#888;line-height:20px;font-family:"Arial";}

@media(max-width:1280px){
	.home-activity{padding-bottom:60px;}
}

@media(max-width:1080px){
	.home-activity{padding-bottom:40px;}
	.home-act-box .act-left a .txt{padding:12px 20px;}
	.home-act-box .act-left a .txt h5{font-size:16px;line-height:28px;height:28px; }
	.home-act-box .act-right .list-height{padding:0 20px;padding-bottom:calc(58.06% + 72px);}
	.home-act-box .act-right li{padding:12px 0;}
	.home-act-box .act-right li a h5{font-size:16px;line-height:28px;height:28px;}
}

@media(max-width:769px){
	.home-act-box{flex-wrap:wrap;}
	.home-act-box .act-left{width:100%;}
	.home-act-box .act-left a .txt{padding:12px 20px;}
	.home-act-box .act-left a .txt h5{font-size:14px;line-height:24px;height:24px;}
	.home-act-box .act-right{width:100%;margin-top:4%;}
	.home-act-box .act-right .list-box{position:relative;padding:0 20px;}
	.home-act-box .act-right .list-height{padding:12px 0;padding-bottom:0;height:auto;}
	.home-act-box .act-right li{padding:12px 0;}
	.home-act-box .act-right li a h5{font-size:14px;line-height:24px;height:24px;}
}


.home-news{width:100%;padding-top:80px;}
.home-news-box{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.home-news .news-item{width:31.25%;background:#fbf8f6;border-radius:16px;overflow:hidden;position:relative;padding-bottom:48px;}
.home-news .news-item .news-tag{position:absolute;left:0;top:0;width:104px;z-index:9;background:#ff6a00;font-size:16px;color:#fff;line-height:48px;text-align:center;border-bottom-right-radius:16px;border-top-left-radius:16px;}
.home-news .news-item .news-more{position:absolute;bottom:0;left:0;z-index:9;width:100%;}
.home-news .news-item .news-more a{display:block;font-size:14px;color:#ff6a00;line-height:44px;background:#f7ede6;text-align:center;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-news .news-item .news-more:hover a{background:#ff6a00;color:#fff;}
.home-news .news-item .news-top{width:100%;position:relative;}
.home-news .news-item .news-top a{display:block;width:100%;}
.home-news .news-item .news-top a .img{width:100%;background:#eee;position:relative;overflow:hidden;}
.home-news .news-item .news-top a .img .img-cont{width:100%;height:0;padding-bottom:60%;overflow:hidden;position:relative;}
.home-news .news-item .news-top a .img .img-cont .img-flex{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.home-news .news-item .news-top a .img .img-cont img{display:block;width:100%;height: 100%;object-fit: cover;transition:all 1s;-webkit-transition:all 1s;}
.home-news .news-item .news-top a:hover .img img{-webkit-transform:scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);}
.home-news .news-item .news-top a .txt{width:100%;padding:12px 20px;position:absolute;bottom:0;left:0;}
.home-news .news-item .news-top a .txt h5{width:100%;font-size:16px;color:#fff;line-height:36px;height:36px;overflow: hidden; text-overflow:ellipsis;display: block; white-space: nowrap;font-family:'微软雅黑';}


.home-news .news-item .list-height{width:100%;height:100%;position:relative;}
.home-news .news-item .list-box{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items: center;padding-top:60px;}
.home-news .news-item .news-list{width:100%;}
.home-news .news-item .news-list ul{width:100%;padding:16px 20px 24px;}
.home-news .news-item .news-list li{width:100%;}
.home-news .news-item .news-list li a{display:block;width:100%;}
.home-news .news-item .news-list li a h5{width:100%;font-size:16px;color:#333;line-height:32px;height:32px;overflow: hidden; text-overflow:ellipsis;display: block; white-space: nowrap;font-family:'微软雅黑';transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-news .news-item .news-list li:hover a h5{color:#ff6a00;}
.home-news .news-item .news-list li a span{display:block;width:100%;font-size:14px;color:#888;line-height:20px;font-family:"Arial";}
.home-news .news-item .list-box li{padding:6px 0;}


@media(max-width:1280px){
	.home-news{padding-top:60px;}
}

@media(max-width:1080px){
	.home-news{padding-top:40px;}

	.home-news .news-item{padding-bottom:32px;}
	.home-news .news-item .news-tag{width:84px;font-size:12px;line-height:32px;}
	.home-news .news-item .news-more a{font-size:12px;line-height:32px;}

	.home-news .news-item .news-top a .txt{padding:8px 20px;}
	.home-news .news-item .news-top a .txt h5{font-size:14px;line-height:28px;height:28px;}

	.home-news .news-item .list-box{padding-top:40px;}
	.home-news .news-item .news-list ul{padding:8px 20px 12px;}
	.home-news .news-item .news-list li a h5{font-size:14px;line-height:28px;height:28px;}
	.home-news .news-item .news-list li a span{font-size:12px;}
	.home-news .news-item .list-box li{padding:4px 0;}
}

@media(max-width:769px){
	.home-news{padding-top:20px;}
	.home-news-box{flex-wrap:wrap;}
	.home-news .news-item{width:100%;margin-top:20px;}

	.home-news .news-item .list-height{height:auto;}
	.home-news .news-item .list-box{position:relative;height:auto;}
}

.home-partner{width:100%;padding-bottom:140px;position:relative;}
.home-partner li .img{width:100%;border:#e0e0e0 solid 1px;height:0;padding-bottom:40%;position:relative;border-radius:16px;}
.home-partner li a{display:block;width:100%;position:absolute;left:0;top:0;height:100%;display:flex;align-items: center;justify-content: center;overflow:hidden;padding:8px;}
.home-partner li a img{display:block;width:auto;max-width:100%;max-height: 100%;object-fit: cover;}

.home-partner .swiper-pagination{top:auto;bottom:80px;width:128px;height:8px;background:#e0e0e0;border-radius:4px;left:50%;transform:translate(-50%,0);overflow:hidden;}
.home-partner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#ff6a00;border-radius:4px;}

@media(max-width:1280px){
	.home-partner{padding-bottom:120px;}
	.home-partner .swiper-pagination{bottom:60px;}
}

@media(max-width:1080px){
	.home-partner{padding-bottom:100px;}
	.home-partner li .img{border-radius:8px;}
	.home-partner .swiper-pagination{bottom:50px;width:96px;height:6px;}
}

@media(max-width:769px){
	.home-partner{padding-bottom:80px;}
	.home-partner .swiper-pagination{bottom:40px;}
}


























