/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}

body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 95%;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 65%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 100px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.headdvright ul li::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}
.headdvright ul li:hover::after{
	background-color: #fff;
}
.headdvright ul li.active::after{
	background-color: #fff;
}
.slideUp .headdvright ul li:hover::after{
	background-color: #da251c;
}
.slideUp .headdvright ul li:hover a span{
	color: #da251c;
}
.slideUp .headdvright ul li.active::after{
	background-color: #da251c;
}
.slideUp .headdvright ul li.active a span{
	color: #da251c;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;1
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}


.banners img{
	display: block;
	width: 100%;
	
}
.wdl{
	height: 70px;
	background-color: #082a48;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wdl p{
	color: #e3e3e3;
	font-size: 14px;
}
.wdl p a{
	color: #e3e3e3;
	font-size: 14px;
}
.categopy{
	padding: 6.25rem 0px;
	padding-bottom: 8.75rem;
	background-color: #eeeeee;
}
.categopydv{
	width: 93.75rem;
	
	margin: 0 auto;
}
.Quotation{
	width: 12rem;
	height: 45px;
	background-color: #da251c;
	padding-left: 10px;
	padding-right: 20px;
	border-radius: 5px;
}
.Quotation a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.Quotation a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins";
}
.Quotation a iconpark-icon{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #fff;
}
.depot{
	padding: 60px 0px;
	background-color: #f7f7f7;
}
.depotbt{
	width: 87.5rem;
	margin: 0 auto;
	margin-bottom: 2.1875rem;
}
.depotbt h1{
	color: #333333;
	font-size: 36px;
	font-family: 'Poppins_Medium';
	text-align: center;
	margin-bottom: 10px;
}
.depotbt p{
	color: #666666;
	text-align: center;
	font-size: 18px;
}
.depotlist{
	width: 87.5rem;
	margin: 0 auto;
}
.depotlist ul{
	display: flex;
	justify-content: space-between;
}
.depotlist ul li{
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}
.depotlist ul li div{
	display: block;
	overflow: hidden;
}
.depotlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.depotlist ul li:hover div img{
	transform: scale(1.05);
}
.depotlist ul li section{
	background-color: #fff;
	padding: 20px 3.25rem;
}
.depotlist ul li section h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-align: center;
	margin-bottom: 8px;
}
.depotlist ul li section p{
	color: #808080;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.marketlb{
	margin-top: 3.75rem;
}
.marketlbbt{
	padding-bottom: 30px;
	background-color: #fff;
}
.marketlbbt h1{
	color: #333333;
	font-size: 36px;
	font-family: 'Poppins_Medium';
	text-align: center;
	margin-bottom: 10px;
}
.marketlbbt p{
	color: #666666;
	text-align: center;
	font-size: 18px;
}
.marketlblist ul li{
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
}
.marketlblist ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.marketlblist ul li .marketlblistleft{
	width: 50%;
	overflow: hidden;
}
.marketlblist ul li .marketlblistleft img{
	display: block;
}
.marketlblist ul li .marketlblistright{
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.marketlblist ul li:nth-child(2n) .marketlblistright{
	justify-content: flex-end;
}
.marketlblist ul li .marketlblistright section{
	width: 43.75rem;
	margin-left: 4.6875rem;
}
.marketlblist ul li .marketlblistright section h2{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.25rem;
}
.marketlblist ul li .marketlblistright section p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 8px;	
}
.marketlblist ul li .marketlblistright section p i{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #dc342b;
}
.marketlblist ul li .marketlblistright section p span{
	color: #808080;
	font-size: 16px;
}
.forwarding{
	padding: 3.75rem 0;
	background-color: #f6f6f6;
}
.forwardingbt{
	width: 87.5rem;
	margin: 0 auto;
}
.forwardingbt h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.forwardingbt p{
	color: #666666;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
}
.forwardinglist{
	width: 87.5rem;
	margin: 0 auto;
	margin-top: 30px;
}
.forwardinglist ul{
	display: flex;
	justify-content: space-between;
}
.forwardinglist ul li{
	width: calc(32.33% - 40px);
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.forwardinglist ul li .bimg{
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.forwardinglist ul li .bimg .bimgdv{
	width: 85%;
	margin: 0 auto;
}
.forwardinglist ul li .bimg .bimgdv i{
	font-size: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #da251c;
	margin-bottom: 35px;
	transition: all 1s;
}
.forwardinglist ul li .bimg .bimgdv h1{
	color: #333333;
	font-size: 24px;
	font-family: "Poppins_Medium";
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
	transition: all 1s;
}
.forwardinglist ul li .bimg .bimgdv p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	transition: all 1s;
}
.forwardinglist ul li:hover{
	background: url(../images/FORWARDING_031.jpg) center no-repeat;
	background-size: cover;
}
.forwardinglist ul li:nth-child(2):hover{
	background: url(../images/FORWARDING_03.jpg) center no-repeat;
	background-size: cover;
}
.forwardinglist ul li:nth-child(3):hover{
	background: url(../images/FORWARDING_032.jpg) center no-repeat;
	background-size: cover;
}
.forwardinglist ul li:hover .bimg .bimgdv h1,.forwardinglist ul li:hover .bimg .bimgdv p,.forwardinglist ul li:hover .bimg .bimgdv iconpark-icon{
	opacity: 0;
}
.forwardinglist ul li .bimg{
	position: relative;
}
.forwardinglist ul li .bimg section{
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: all 1s;
	bottom: 10%;
}
.forwardinglist ul li .bimg section h1{
	color: #ffffff;
	font-size: 24px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.forwardinglist ul li .bimg section p{
	text-align: center;
}
.forwardinglist ul li .bimg section p span{
	color: #ffffff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}

.forwardinglist ul li:hover .bimg section{
	opacity: 1;
}
.freight{
	padding: 60px 0px;
	padding-top: 20px;
}
.freightdv{
	width: 87.5rem;
	margin: 0 auto;
	justify-content: space-between;
}
.freightdvleft{
	width: 100%;
	margin-bottom: 30px;

}
.freightdvleft p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 8px;	
}
.freightdvleft p em{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 15px;
	background-color: #dc342b;
	    margin-top: 12px;
}
.freightdvleft h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_Medium";
}
.freightdvleft  i{
	display: block;
	width: 35px;
	height: 15px;
	border-bottom: 1px solid #da251c;
	margin-bottom: 20px;
}
.freightdvleft  p span{
	color: #808080;
	font-size: 16px;line-height: 30px;
	width: 92%;
}
.freightdvrightdv .swiper-slide img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.freightdvright{
	width: 100%;
}
.freightdvright .swiper-button-prev,.freightdvright  .swiper-button-next{
	width: 40px;
	height: 40px;
	opacity: 1;
	background-color:  rgb(218 37 28);;
}
.freightdvright .swiper-slide{
	border-radius: 15px;
	overflow: hidden;
}
.freightdvright .swiper-slide:hover img{
	transform: scale(1.05);
}
.freightdvright .swiper-button-next:after,.freightdvright  .swiper-button-prev:after{
	font-size: 18px;
	color: #fff;
}
.whouse{
	width: 87.5rem;
	margin: 0 auto;
	margin-top: 4.0625rem;
	margin-bottom: 3.75rem;
}
.whouselist ul{
	display: flex;
	justify-content: space-between;
}
.whouselist ul li{
	width: 23%;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	transition: all 1s;
}
.whouselist ul li .whousetext{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
}
.whouselist ul li .whousetext h1{
	color: #fff;
	font-size: 24px;
	font-family: "Poppins_Medium";
}
.whouselist ul li .whousetext p span{
	color: #ffffff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}
.whouselist ul li.active{
	width: 50%;
}
.whousexq{
	background-color: #fcfcfc;
	padding: 3.75rem 0px;
}
.whousexqdv{
	width: 87.5rem;
	margin: 0 auto;
}
.whousexqlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.whousexqlist ul li{
	background: url(../images/warehouse-Bonded-Warehouse_05.jpg) center no-repeat;
	background-size: cover;
	padding: 40px;
	width: calc(49% - 80px);
	box-shadow: 0px 0px 10px #f1f1f1;
	margin: 1% 0;
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
}
.whousexqlist ul li i{
	color: #354145;
	font-size: 48px;
	transition: all 1s;
}
.whousexqlist ul li h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	margin: 7px 0px;
	overflow:hidden;
	transition: all 1s;
	text-overflow:ellipsis;
}
.whousexqlist ul li p{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	transition: all 1s;
}
.whousexqlist ul li:hover{
	background: url(../images/warehouse-Bonded-Warehouse_03.jpg) center no-repeat;
	background-size: cover;
}
.whousexqlist ul li:hover p,.whousexqlist ul li:hover h1,.whousexqlist ul li:hover i{
	color: #fff;
}

.shownav {
	width: 100%;
	position: relative;
	box-shadow: 0px 5px 10px #eaeaea;
}

.shownav ul {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}

.shownav ul li {
	position: relative;
}

.shownav ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	border-right: 1px solid #ccc;
}

.shownav ul li:last-child::after {
	display: none;
}

.shownav ul li:hover::after {
	opacity: 0;
}

.shownav ul li.active::after {
	opacity: 0;
}

.shownav ul li a {
	color: #4d4d4d;
	font-size: 16px;
	display: block;
	line-height: 75px;
	padding: 0 20px;
	text-align: center;
	transition: all 1s;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}

.shownav ul li:hover a {
	background-color: #da251c;
	color: #fff;
	
}

.shownav ul li.active a {
	background-color: #da251c;
	color: #fff;
}
.lxwm{
	padding: 3.75rem 0;
	background-color: #ffffff;
}
.lxwmlist{
	width: 87.5rem;
	margin: 0 auto;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwmlist ul li{
	width: calc(32.33% - 6.25rem);
	background-color: #f5f5f5;
	padding: 40px 3.125rem;
	margin: 1% 0 ;
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
}
.lxwmlist ul li div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lxwmlist ul li div section h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.lxwmlist ul li div section span{
	display: block;
	height: 10px;
	width: 50px;
	border-bottom: 1px solid #da251c;
	transition: all 1s;
}
.lxwmlist ul li iconpark-icon{
	font-size: 28px;
	color: #da251c;
	transition: all 1s;
}
.lxwmlist ul li p{
	margin-top: 1.25rem;
	color: #666666;
	font-size: 16px;
	transition: all 1s;
	line-height: 30px;
	min-height: 90px;
}
.lxwmlist ul li:hover{
	background-color: #da251c;
}
.lxwmlist ul li:hover p,.lxwmlist ul li:hover  iconpark-icon,.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover div section span{
	border-bottom: 1px solid #fff;
}
.zxly{
	padding: 3.75rem 0;
	background-color: #f2f4f6;
}
.lxwmdvright{
	padding: 45px;
	width: 1310px;
	margin: 0 auto;
	background-color: #fff;
}
.lxwmdvright form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwmdvright form div input{
	height: 45px;
	width: calc(49.5% - 40px);
	padding: 0 20px;
	margin-bottom: 10px;
	background-color: #fff;
	border: none;
	color: #999999;
	font-size: 14px;
	outline: none;
	border: 1px solid #dedede;
	border-radius: 5px;
}
.lxwmdvright form div input::placeholder{
	color: #4d4d4d;
	font-size: 14px;
}
.lxwmdvright form textarea{
	width: calc(100% - 40px);
	padding:0px 20px;
	border: none;
	color: #999999;
	font-size: 14px;
	outline: none;
	font-family: "Poppins";
	line-height: 45px;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin-bottom: 20px;
}
.lxwmdvright form textarea::placeholder{
	color: #4d4d4d;
	font-size: 14px;
	font-family: "Poppins";
}
.lxwmdvright form button{
	width: 200px;
	height: 45px;
	background-color: #da251c;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	border: none;
	border-radius: 5px;
	font-size: 16px;
}
.abtext div{
	padding: 3.125rem 0;
	width: 87.5rem;
	margin: 0 auto;
	color: #666666;
	font-size: 18px;
}
.choose{
	padding: 3.75rem 0;
	background-color: #f7f7f7;
}
.choosedv{
	width: 87.5rem;
	margin: 0 auto;
}
.choosebt{
	text-align: center;
	margin-bottom: 25px;
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_Medium";
}
.chooselist ul{
	display: flex;
	justify-content: space-between;
}
.chooselist ul li{
	padding: 20px;
	width: calc(32.33% - 40px);
	background-color: #fff;
	border-radius: 15px;
}
.chooselist ul li:hover{
	background: url("../images/feg_03.jpg") center no-repeat;
	background-size: cover;
}
.chooselist ul li:nth-child(2):hover{
	background: url("../images/feg_031.jpg") center no-repeat;
	background-size: cover;
}
.chooselist ul li:nth-child(3):hover{
	background: url("../images/feg_032.jpg") center no-repeat;
	background-size: cover;
}
.chooselist ul li div{
	border: 1px solid #fff;
	padding: 45px 30px;
	border-radius: 15px;
}
.chooselist ul li div h4{
	position: relative;
	margin-bottom: 1.5rem;
}
.chooselist ul li div h4 i{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 56px;
	color: #dd3830;
	transition: all 1s;
}
.chooselist ul li div h4 span{
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/quan_06.png") center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 40%;
	transition: all 1s;
}
.chooselist ul li h1{
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.chooselist ul li em{
	display: block;
	width: 30px;
	height: 20px;
	border-bottom: 1px solid #da251c;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: all 1s;
}
.chooselist ul li p{
	line-height: 30px;
	color: #808080;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.chooselist ul li:hover div h4 i{
	color: #fff;
}
.chooselist ul li:hover  em{
	border-bottom: 1px solid #fff;
}
.chooselist ul li:hover h1{
	color: #fff;
}
.chooselist ul li:hover p{
	color: #fff;
}
.Spread{
	padding: 50px 0px;
	background-color: #f0f5fa;
}
.Spreaddv{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Spreaddvleft{
	width: 32.5rem;
}
.Spreaddvleft>h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_Medium";
}
.Spreaddvleft>p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	margin: 25px 0px;
}
.Spreaddvleft ul{
	display: flex;
	justify-content: space-between;
}
.Spreaddvleft ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #da251c;
	font-size: 46px;
	font-family: "Poppins_SemiBold";
}
.Spreaddvleft ul li p{
	color: #808080;
	font-size: 14px;
}
.Spreaddvleft dl{
	border-top: 1px solid #a3b8cc;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;flex-wrap: wrap;
}
.Spreaddvleft dl dd{
	margin-top: 2.5rem;
	width: 49%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.Spreaddvleft dl dd iconpark-icon{
	color: #da251c;
	font-size: 24px;
	margin-right: 10px;
}
.Spreaddvleft dl dd div{
	width: 90%;
}
.Spreaddvleft dl dd div h2{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_SemiBold";
}
.Spreaddvleft dl dd div p{
	color:#6e7b87;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
}
.Spreaddvright{
	width: 56.25rem;
}
.Spreaddvright img{
	display: block;
	width: 100%;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 95%;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}



.bannersasg .sgahhrj{
	width: 1400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -700px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bannersasg .sgahhrj section{
	width: 100%;
}
.bannersasg h2{
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.bannersasg h3{
	color: #ffffff;
	font-size: 72px;
	font-family: "Poppins_SemiBold";
}

.bannersasg  .sgahhrj a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 125px;
	height: 48px;
	padding: 0 25px;
	background-color: #da251c;
	margin-top: 3.125rem;
}
.bannersasg   a span{
	color: #ffffff;
	font-size: 14px;
}
.bannersasg   a iconpark-icon{
	font-size: 20px;
	color:#fff;
}


.bannersasg  img{
	display: block;
	width: 100%;
}

.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
	max-width: 100%;
		margin-top: 5%;
}
.nrbanner .btext h2{
	font-size: 52px;
	color: #ffffff;
	font-family: "Poppins_Medium";

}

.nwzhi{
	width: 87.5rem;
    margin: 0 auto;
    color: #808080;
    font-size: 16px;
    line-height: 60px;
   border-bottom: 1px solid #e2dfdf;
}
.nwzhi a{
	color: #808080;
}
.nwzhi a:hover{
	color: #da251c;;
}
.nwzhi a:last-child{
	color: #da251c;;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.road .freightdv{
	display: flex;
}
.road .freightdvleft{
	width: 70%;
}
.road .freightdvright{
	width: 30%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: end;
}
.road .freightdvright img{
	display: block;
	width: 100%;
}
.freightdvright .swiper-wrapper{
	transition-timing-function: linear !important;
}
.yy a{
	font-size: 16px;
	color: #fff;
}
.slideUp .ss iconpark-icon{
	color:#da251c;
}
.slideUp .yy a{
	color: #333;
}

.sae{
	position: fixed;
	right: 0;
	padding: 10px;
	padding-top: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	top: 30%;
	z-index: 5;
	    width: 280px;
}
.sae ul li{
	position: relative;
	margin-top: 10px;
}
.sae ul li div{
	overflow: hidden;
	border-radius: 5px;
	overflow: hidden;
}
.sae ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.sae ul li:hover img{
	transform: scale(1.05);
}
.sae ul li h1{
    color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
	position: absolute;
	bottom: 5px;
	left: 5%;
	line-height: 25px;
	width: 90%;
	height: 50px;
	overflow:hidden;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    text-overflow:ellipsis;
    
    
    -webkit-box-orient:vertical;
    
    -webkit-line-clamp:2;
}
.sae span{
	position: absolute;
	top: 8px;
	right: 5px;
	color: #fff;
	line-height: 20px;
	font-size: 20px;
	cursor: pointer;
}
.sae>h1{
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
@media only screen and (min-width: 1000px) and (max-width: 1450px) {
	.headdvleft{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headdvleft img{
		height: 80%;
	}
	.headdvright{
		width: 75%;
	}
	.depotbt{
		width: 95%;
	}
	.depotlist,.forwardingbt,.forwardinglist,.freightdv{
		width: 95%;
	}
	.depotlist ul li section {
	    background-color: #fff;
	    padding: 20px 1.25rem;
	}
	.freightdvright{
		width: 60%;
	}
	.whouse,.whousexqdv,.abtext div,.choosedv,.Spreaddv,.lxwmlist{
		width: 95%;
	}
	.Spreaddvleft {
	    width: 47%;
	}
	.lxwmlist ul li {
	    width: calc(32.33% - 80px);
	    background-color: #f5f5f5;
	    padding: 40px ;
	}
	.lxwmdvright{
		width: 90%;
		padding: 2.5%;
	}
	.bannersasg .sgahhrj{
		width: 95%;
	    left: 2.5%;
	    margin-left: 0px;
	}
	.bannersasg h3{
		font-size: 56px;
	}
	.nwzhi{
		width: 95%;
		font-size: 14px;
	}
}
@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}
	.htmleaf-containers{
		display: block;
		height: 50px;
	}
	.depotbt{
		width: 95%;
	}
	.depotlist,.forwardingbt,.forwardinglist,.freightdv{
		width: 95%;
	}
	.depotlist ul li section {
	    background-color: #fff;
	    padding: 20px 1.25rem;
	}
	.freightdvright{
		width: 60%;
	}
	.whouse,.whousexqdv,.abtext div,.choosedv,.Spreaddv,.lxwmlist{
		width: 95%;
	}
	.Spreaddvleft {
	    width: 47%;
	}
	.lxwmlist ul li {
	    width: calc(32.33% - 80px);
	    background-color: #f5f5f5;
	    padding: 40px ;
	}
	.lxwmdvright{
		width: 90%;
		padding: 2.5%;
	}
	.depot{
		padding: 30px 0;
	}
	.depotbt h1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.depotbt p{
		font-size: 14px;
	}
	.depotbt{
		margin-bottom: 20px;
	}
	.depotlist ul{
		display: block;
	}
	.depotlist ul li{
		width: 100%;
		margin-top: 10px;
	}
	.depotlist ul li section h1{
		font-size: 17px;
	}
	.depotlist ul li section p{
		font-size: 14px;
		height: auto;
		line-height: 25px;
	}
	.wdl{
		display: none;
	}
	.marketlbbt h1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.marketlb{
		margin-top: 30px;
	}
	.marketlbbt p{
		font-size: 14px;
	}
	.marketlbbt{
		width: 95%;
		margin: 0 auto;
	}
	.marketlblist{
		width: 95%;
		margin: 0 auto;
	}
	.marketlblist ul li{
		display: block;
		margin-bottom: 10px;
	}
	.marketlblistleft{
		width: 100%;
	}
	.marketlblist ul li .marketlblistleft img{
		width: 100%;
	}
	.marketlblist ul li .marketlblistleft{
		width: 100%;
	}
	.marketlblist ul li .marketlblistright{
		width: 90%;
		padding: 5%;
	}
	.marketlblist ul li .marketlblistright section{
		margin-left: 0;
	}
	.marketlblist ul li .marketlblistright section h2{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.marketlblist ul li .marketlblistright section p span{
		font-size: 14px;
	}
	.forwarding{
		padding: 30px 0;
	}
	.forwardingbt h1{
		font-size: 20px;
	}
	.forwardingbt p{
		font-size: 14px;
		line-height: 30px;
	}
	.forwardinglist ul{
		display: block;
	}
	.forwardinglist ul li {
	    width: calc(100% - 40px);
	    padding: 20px;
		margin-bottom: 10px;
	}
	.forwardinglist ul li .bimg{
		padding: 20px 0;
	}
	.forwardinglist ul li .bimg .bimgdv iconpark-icon{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.forwardinglist ul li .bimg .bimgdv h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.forwardinglist ul li .bimg .bimgdv{
		width: 80%;
	}
	.forwardinglist ul li .bimg section h1{
		font-size: 17px;
	}
	.freight{
		padding: 30px 0px;
	}
	.freightdv{
		display: block;
	}
	.freightdvleft h1{
		font-size: 20px;
	}
	.freightdvleft p span{
		font-size: 14px;
	}
	.freightdvright{
		margin-top: 15px;
		width: 100%;
	}
	.whouse{
		padding: 30px 0px;
		margin: 0 auto;
	}
	.whouselist ul {
		display: block;
	}
	.whouselist ul li.active{
		width: 100%;
	}
	.whouselist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.whouselist ul li .whouseimg img{
		display: block;
		width: 100%;
	}
	.whouselist ul li .whousetext h1{
		font-size: 17px;
	}
	.whousexq{
		padding: 30px 0px;
	}
	.whousexqlist ul li{
		width: 90%;
		padding: 5%;
	}
	.whousexqlist ul li i{
		font-size: 28px;
	}
	.whousexqlist ul li h1{
		font-size: 16px;
	}
	.whousexqlist ul li p{
		font-size: 14px;
	}
	.shownav ul li a{
		line-height: 45px;
	}
	.shownav ul{
		height: auto;
	}
	.lxwm{
		padding: 30px 0px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li p{
		height: auto;
		min-height: auto;
	}
	.lxwmlist ul li div section h1{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.zxly{
		padding: 30px 0px;
	}
	.lxwmdvright form div input{
		width: calc(100% - 42px);
		padding: 0 20px;
		height: 40px;
	}
	.lxwmdvright form button{
		width: 120px;
		height: 40px;
		font-size: 14px;
	}
	.lxwmdvright form textarea{
		margin-bottom: 10px;
	}
	.abtext div{
		width: 95%;
		font-size: 14px;
		line-height: 30px;
	}
	.choosebt{
		font-size: 20px;
	}
	.choose{
		padding: 30px 0px;
	}
	.chooselist ul{
		display: block;
	}
	.chooselist ul li{
		padding: 20px;
		width: calc(100% - 40px);
		margin-bottom: 10px;
	}
	.chooselist ul li div h4 i{
		font-size: 32px;
	}
	.chooselist ul li div{
		padding: 20px;
	}
	.chooselist ul li div h4 span{
		width: 15px;
		background-size: contain;
	}
	.chooselist ul li p{
		font-size: 14px;
	}
	.chooselist ul li h1{
		font-size: 17px;
	}
	.chooselist ul li em{
		height: 10px;
		margin-bottom: 10px;
	}
	.Spread{
		padding: 20px 0px;
	}
	.Spreaddv{
		display: block;
	}
	.Spreaddvleft{
		width: 100%;
	}
	.Spreaddvleft>h1{
		font-size: 20px;
	}
	.Spreaddvleft>p{
		margin: 10px 0; 
	}
	.Spreaddvleft ul li{
		width: 50%;
	}
	.Spreaddvleft ul li h1{
		font-size: 28px;
	}
	.Spreaddvleft dl dd{
		width: 100%;
	}
	.Spreaddvleft dl{
		margin-top: 15px;
	}
	.Spreaddvright{
		width: 100%;
		margin-top: 20px;
	}
	.Spreaddvleft dl dd div h2{
		font-size: 16px;
	}
	.bannersasg .sgahhrj{
		width: 95%;
	    left: 2.5%;
	    margin-left: 0px;
	}
	.bannersasg h3{
		font-size: 24px;
		text-align: center;
	}
	.bannersasg h2{
		font-size: 14px;
		text-align: center;
	}
	.bannersasg .sgahhrj a{
		width: 120px;
		height: 40px;
	}
	.bannersasg .sgahhrj a{
		margin:  0 auto;
		display: none;
		padding: 0 10px;
	}
	.nrbanner .btext section{
		width: 95%;
		margin: 0;
	}
	.nrbanner .btext h2{
		text-align: center;
		font-size: 22px;
	}
	
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -35%;
	}
	.mfoot {
		height: 45px;
		display: block;
	}

	.mfootdv {
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #da251c;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #b64702;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg img{
		height: 100%;
		width: auto;
		max-width: none;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.nwzhi{
		width: 95%;
		font-size: 14px;
	}
	.freight{
		padding-top: 0;
	}
	.shownav ul li a{
		padding: 0 ;
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
	}
	.marketlblist ul li .marketlblistright section{
		width: 100%;
	}
	.road .freightdv{
		display: block;
	}
	.road .freightdvleft {
	    width: 100%;
	}
	.road .freightdvright{
		width: 100%;
		display: block;
	}
	.road .freightdvright img{
		margin-bottom: 10px;
	}
	.freightdv{
		margin-top: 30px;
	}
	.yy{
		position: absolute;
	    top: 15px;
	    right: 15%;
	    z-index: 15;
	}
	.yy a{
		color: #333;
		font-size: 14px;
	}
	
	.x9,.x3{
	    width:100%;
	}
	.sidebar-l{
	    margin-right: 0;
	}
	.article .post h1{
	    font-size: 18px;
	}
	
	.sae{
	   
        padding: 2.5%;
        padding-top: 20px;
        
        top: auto;
        z-index: 5;
        bottom: 50px;
        width: 95%;
	}
	.sae ul{
	    
	}
	.sae ul li {
        position: relative;
        width: 98%;
        margin: 1%;
    }
    .sae ul li div{
        display: none;
    }
    .sae ul li h1{
       position: inherit;
       line-height: 30px;
       text-align: left;
       color: #fff;
    }
}


