

.transport_serve {
	margin-top: 64px;
}

.transport_serve h1 {
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 43.44px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.transport_serve h2 {
	width: 100%;
	/** 文本1 */
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	margin-top: 15px;
}

.transport_serve_list {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.transport_serve_list .list-item {
	width: 378px;
	height: 460px;
	opacity: 1;
	border-radius: 16px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.transport_serve_list .list-item h3 {
	font-size: 24px;
	font-weight: 700;
	color: rgba(239, 103, 30, 1);
	margin-top: 24px;
	text-align: center;
}

.transport_serve_list .list-item p {
	width: 298px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(101, 101, 101, 1);
	margin: 20px auto 0;
}

.transport_serve_list .list-item a {
	width: 298px;
	height: 58px;
	border-radius: 8px;
	background: rgba(239, 103, 30, 1);
	text-align: center;
	line-height: 58px;
	margin: 48px auto 0;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.freight {
	margin-top: 64px;
	width: 100%;
	
	background: rgba(249, 249, 249, 1);
	padding: 40px 0;
}

.freight h1 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 43.44px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.tab_freight {
	width: 1200px;
	margin: 24px auto 0;
}

.tab_freight .tab-nav {
	width: 100%;
	border-bottom: rgba(217, 217, 217, 1) 2px solid;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.tab_freight .tab-nav a {
	width: 12.5%;
	color: #999;
}

.tab_freight .tab-nav span {
	height: 40px;
	line-height: 40px;
	display: block;
	width: 80px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 93, 178, 1);
	text-align: center;
}

.tab_freight .tab-nav .current span {
	border-bottom: rgba(0, 93, 178, 1) 2px solid;
	height: 39px;
	line-height: 39px;
	display: block;
	width: 80px;
	/** 文本1 */
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 93, 178, 1);
	text-align: center;
}

.tab_freight .tab-con {
	width: 100%;
	margin-top: 8px;
}

.tab_freight .tab-con-item {
	display: none;
}

.tab_freight .tab-con-item .list-item {
	width: 100%;
	height: 219px;
	margin-top: 24px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 16px;
	box-sizing: border-box;
	align-items: center;
}

.tab_freight .state {
	width: 150px;
	height: 219px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tab_freight .state h1 {
	height: 64px;
	width: 100%;

	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.tab_freight .state div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	align-items: center;
	height: 100px;
}

.tab_freight .state span {
	font-size: 20px;
	font-weight: 700;
	color: rgba(239, 103, 30, 1);
}

.tab_freight .state span:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
	color: rgba(101, 101, 101, 1);
}

.tab_freight .cabin {
	border: rgba(217, 217, 217, 1) 1px dashed;
	border-top: none;
	border-bottom: none;
	padding: 0 32px;
}

.tab_freight .cabin_titel {
	width: 736px;
	height: 64px;
	opacity: 1;
	border-radius: 8px;
	background: rgba(249, 249, 249, 1);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.tab_freight .cabin_titel span {
	display: flex;
	flex-direction: column;
	text-align: center;
	flex-grow: 1;
}

.tab_freight .cabin_titel i {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.tab_freight .cabin_titel i:nth-child(2) {
	font-size: 16px;
	font-weight: 400;
	color: rgba(101, 101, 101, 1);
}

.tab_freight .cabin_li1,
.tab_freight .cabin_li2,
.tab_freight .cabin_li3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 736px;
}

.tab_freight .cabin_li1 span {
	width: 20%;
	text-align: center;
	border-right: rgba(217, 217, 217, 1) 1px dashed;
	font-size: 20px;
	font-weight: 700;
	color: rgba(51, 51, 51, 1);
}

.tab_freight .cabin_li1 span:last-child,
.tab_freight .cabin_li2 span:last-child,
.tab_freight .cabin_li3 span:last-child {
	border: none;
}

.tab_freight .cabin_li2 span {
	width: 20%;
	text-align: center;
	border-right: rgba(217, 217, 217, 1) 1px dashed;
	font-size: 30px;
	font-weight: 700;
	color: rgba(218, 38, 39, 1);
	padding: 10px 0;
	
}

.tab_freight .cabin_li3 span {
	font-size: 16px;
	font-weight: 400;
	color: rgba(101, 101, 101, 1);
	width: 20%;
	text-align: center;
	border-right: rgba(217, 217, 217, 1) 1px dashed;
}
.tab_freight .list-item a{

width: 146px;
height: 58px;

border-radius: 8px;
background: rgba(239, 103, 30, 1);
text-align: center;
line-height: 58px;

font-size: 18px;
font-weight: 400;

color: rgba(255, 255, 255, 1);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;

}
.tab_freight .list-item a img{
	margin-right: 5px;
}
