.sec1{
	position: relative;
	padding: 7.8125% 0 7.5%;/*150 0 144*/
}
.sec1 .bglogo{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 22.4%;
}
.sec1 .left-part{
	float: left;
}
.sec1 .right-part{
	float: right;
	width: 51.2%;
}
.sec1 h3{
	font-size: 2.25em;
	color: #003a8c;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 1.67em;
}
.sec1 h5{
	font-size: 1.125em;
	color: #003a8c;
	font-weight: normal;
	line-height: 2;
	padding-left: 2em;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition-property: transform,opacity;
	-webkit-transition-duration: 1s,1s;
	transition-property: transform,opacity;
	transition-duration: 1s,1s;
}
.sec1 h5:nth-child(2){
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.sec1 h5:nth-child(3){
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.sec1 .actived h5{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.sec1 h5 img{
	width: auto;
	height: 1em;
	vertical-align: middle;
	margin-left: -2em;
	margin-right: 0.9em;
}
.sec1 p{
	text-indent: 2em;
	text-align: justify;
	font-size: 0.875em;
	color: #333333;
	line-height: 2.14;
	margin-bottom: 0.57em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}

.sec1 .swiper-container{
	width: 83.714%;
	margin: 13.286% auto 0;/*93*/
	--swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 1em;/* 设置按钮大小 */
}
.sec1 .swiper-wrapper{
	cursor: url("../images/businessshipping_sec1_icon1.png"),auto;
}
.sec1 .swiper-slide{
	opacity: 0 !important;
}
.sec1 .swiper-slide.swiper-slide-prev,.sec1 .swiper-slide.swiper-slide-next,.sec1 .swiper-slide.swiper-slide-active{
	opacity: 1 !important;
}
.sec1 .swiper-slide::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.sec1 .swiper-slide.swiper-slide-active::before{
	background-color: transparent;
}
.sec1 .swiper-button-prev,.sec1 .swiper-button-next{
	width: 3em;
	height: 3em;
	color: #fff;
	border: 1px solid #f5aa19;
	border-radius: 50%;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.sec1 .swiper-button-prev{
	left: -13%;
}
.sec1 .swiper-button-next{
	right: -13%;
}
html.ie .sec1 .swiper-button-prev::after,html.ie .sec1 .swiper-button-next::after{
	font-family: 'FontAwesome';
	font-size: 1.75em;
	font-weight: normal;
}
html.ie .sec1 .swiper-button-prev::after{
	content: "\f104";
}
html.ie .sec1 .swiper-button-next::after{
	content: "\f105";
}
html.ie .swiper-wrapper{
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}


.pop-cover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 61;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-display: none;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.pop-cover.active{
	-webkit-display: flex;
	display: flex;
}
.pop-box{
	position: relative;
}
.pop-box .pop-close{
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	width: 2.25em;
	margin-top: -1.125em;
	margin-left: -1.125em;
	cursor: pointer;
}
.pop-box .img{
	max-width: 60vw;
	max-height: 60vh;
}

@media only screen and (min-width:1024px){
	.sec1 .swiper-button-prev:hover,.sec1 .swiper-button-next:hover{
		background-color: #f5aa19;
	}
}
@media only screen and (max-width:1024px){

	.sec1{
		padding: 10% 0 20%;/*150 0 144*/
	}
	.sec1 .left-part{
		float: none;
		margin-bottom: 8%;
	}
	.sec1 .right-part{
		float: none;
		width: 100%;
	}
	.sec1 h3{
		margin-bottom: 1em;
	}
	.sec1 h5{
		font-size: 1.5em;
	}
	.sec1 p{
		font-size: 1.125em;
	}
	.sec1 .swiper-container{
		width: 70%;
		margin: 10% auto 0;/*93*/
		--swiper-navigation-size: 0.75em;/* 设置按钮大小 */
	}
	.sec1 .swiper-button-prev,.sec1 .swiper-button-next{
		width: 2.5em;
		height: 2.5em;
	}
	.pop-box .img{
		max-width: 80vw;
		max-height: 80vh;
	}

}