/*header*/
.header_top {
	height: 34px;
	line-height: 34px;
	background: #272727;
}

.header_top_con {
	color: #FFFFFF;
}

.header_top_con a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

.header_top_con a:hover {
	color: #FF8C00;
}

.qr {
	position: absolute;
	text-align: center;
	width: 110px;
	height: 130px;
	background: #fff;
	z-index: 20;
	box-shadow: 0 2px 6px #ccc;
	color: #0f0f0f;
}

.tel_pic {
	height: 34px;
	line-height: 34px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header_top_r>li {
	display: inline-block;
}

/*header*/
/*body*/
.body {
	height: 100px;
	/*background: #FFFFFF;*/
	background: #FFFFFF;
}

.logo {
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.bar ul li {
	list-style: none;
	display: inline-block;
	/*margin-left: 50px;*/
}

.bar ul li a {
	text-decoration: none;
	color: #000000;
	line-height: 100px;
	font-size: 5px;
}

@media (min-width: 1500px) {
	.bar ul li a {
		font-size: 15px;
		line-height: 100px;
		color: #000000;
	}
}

.order-tracking-title:hover {
	color: #FF8C00;
	cursor: pointer;
}

.order-tracking {
	position: absolute;
	z-index: 20;
	left: 154px;
	box-shadow: 0 2px 4px #ccc;
}

/*body*/
/*货源信息*/
.supply .module {
	display: inline-block;
	margin-top: 20px;
	width: 90%;
	margin-left: 5%;
	display: flex;
	flex-wrap: wrap;
}

.supply .headline {
	margin: 30px 0;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #999;
	cursor: pointer;
}

.supply .answers-i {
	display: none;
}

.supply .answers-a {
	display: block;
}

.supply .active-i {
	color: #000000;
}

.supply .module .message {
	display: inline-block;
	border: 1px solid #f2f1f1;
	background-color: #f2f1f1;
	border-radius: 10px;

	margin: 20px;
	box-sizing: border-box;
	min-width: 500px;
	flex: 1;
	padding: 20px;
	text-align: center;
}

.supply .module .message h3 {
	font-weight: bold;
	font-size: 3.4rem;
	margin-bottom: 20px;
}

.supply .module .line {
	margin-bottom: 8px;
}

.supply .module .message .title {
	font-size: 2.2rem;
	color: #999;
}

.supply .module .message .value {
	font-size: 2.2rem;
}

.supply .module .message .button {
	border: 1px solid #FF8C00;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 120px;
	color: #FF8C00;
	text-align: center;
	font-size: 24px;
	border-radius: 5px;
	margin-top: 20px;
}

.supply .module .message .button:hover {
	background-color: #FF8C00;
	color: #FFFFFF;
}

/*报价*/
.offer_price .top {
	background-color: #FFFFFF;
	margin-top: 50px;
	height: 200px;
	border: 1px solid #ececec
}

.offer_price .bor {
	/*line-height: 50px;*/
	padding: 0;
	border: 2px solid #FF8C00;
}

.offer_price .bor select {
	padding: 4px 0;
	border: 0;
	height: 50px;
	outline: none;
	color: #666;
}

.offer_price .bor input {
	padding: 4px 0;
	height: 49px;
	border: 0;
	outline: none;
	color: #666;
}

.offer_price .bor .submit1 {
	width: 18%;
	float: right;
	height: 50px;
	background-color: #FF8C00;
	border: 0;
	font-size: 20px;
	color: #FFFFFF;
}

/*服务项目*/
.services_available {
	padding-top: 50px;
}

.available .title {
	height: 80px;
	line-height: 80px;
}

/*.product:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.3); }*/
.product {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;

}

.product:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 0 5px 15px #e5e5e5;
	-moz-box-shadow: 0 5px 15px #e5e5e5;
	box-shadow: 0 5px 15px #e5e5e5;
}

.available i {
	display: block;
	width: 50px;
	height: 2px;
	background: #FF8C00;
	margin: 10px auto 10px;
}

/*.hover:hover{
    box-shadow: 4px 20px 40px 5px rgba(0, 0, 0, .1);
    margin-top: 8px;
}*/
/*平台优势*/
.platform_advantage {
	margin-top: 50px;
}

.advantage .title {
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FF8C00;
}

.advantage .content h3 {
	margin: 40px auto;
}

/*托运流程*/
.consign_procedure {
	margin-top: 50px;
}

.consign_procedure .content {
	margin-top: 40px;
	border: 1px solid #ddd;
	background-color: #FFFFFF;
}

.consign_procedure .content li {
	margin-top: 30px;
}

.consign_procedure .content img {
	margin: 15px auto 0 0;
}

.consign_procedure .content h4 {
	margin: 30px auto 0 0;
}

.consign_procedure .content p {
	margin: 10px auto 0 0;
	color: #999999;
}

.sequence_top ul li {
	display: inline-block;
}

.sequence_top ul li {
	display: inline-block;
	margin-top: 25px;
}

.sequence_top ul .serial {
	width: 140px;
	height: 50px;
	line-height: 50px;
}

@media (min-width: 1500px) {
	.sequence_top ul .serial {
		width: 205px;
		height: 50px;
		line-height: 50px;
	}
}

.sequence_top ul li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dedede;
	font-size: 13px;
	color: #999999;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
}

.sequence_top ul li span {
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #dedede;
}

@media (min-width: 1500px) {
	.sequence_top ul li span {
		display: inline-block;
		width: 170px;
		height: 1px;
		background: #dedede;
	}
}

.sequence {
	display: inline-block;
	padding-left: 20px;
}

.distance {
	display: inline-block;
	margin: 5px 0 0 0;
	width: 160px;
	height: 1px;
	background: #dedede;
}

/*底部导航*/
.bottom_navigation {
	margin-top: 50px;
}

.bottom_navigation .top {
	border-top: 1px solid #FFF;
	margin: 50px 0 0 0;
	padding: 30px 0;
}

.bottom_navigation .content {
	border-right: 1px solid #FFF;
}

.bottom_navigation .top a {
	color: #FFFFFF;
}

.box1_huoyuan {
	width: 100%;
	min-width: 1000px;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-around;
}

.box2_huoyuan {
	width: 100%;
	height: 430px;
	background: #F5F5F5;
	border: 4px solid #FFFFFF;
	box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: space-around;
	padding: 24px 0px;
	box-sizing: border-box;
	min-width: 1000px;
	overflow-y: hidden;
}

.huoyuanh3 {
	font-size: 36px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #999999;
	line-height: 100px;
	text-align: center;
}

.longche {
	position: relative;
	
	/* 父容器需要有明确的高度 */
	height: 430px;
	width: 200px;
	margin: auto;
	overflow: hidden;
	min-width: 280px;
	margin: 0 20px;
}

.container {
	position: relative;
	
	/* 父容器需要有明确的高度 */
	height: 430px;
	width: 200px;
	margin: auto;
	overflow: hidden;
	min-width: 280px;
	margin: 0 20px;
}

.container>.scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	animation: scroll 30s linear infinite normal;
}


.container>.scroll-list>div {
	width: 100%;
	/* 滚动的项目需要有具体的高度 */
	height: 90px;
}

/* .container > .scroll-list > div:nth-child(2n) {
        background-color: #18d9f8;
    } */ @keyframes scroll {
	100% {
		/* 需要滚动内容的总高度 */
		top: -400px;
	}
}
.mengban{
	filter: blur(3px)
}
