.header_wrapper {
	position: relative;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 99999;
	background-color: rgba(49,49,49,0.6);
	/*display: none;*/
}

.header_wrapper .header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background-color: rgba(49,49,49,0.6);
}
.header_content {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px
}
.header_content .logo a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
    line-height: 100px;
    height: 100%;
}
.header_content .logo {
	height: inherit
}
.header_content .logo p{
	font-size: 16px;
	line-height: 24px;
	color: #393333;
	padding: 7px 0 0 15px;
}
.header_content .logo div img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.header_content .naim_nav {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	height: inherit
}

.header_content .naim_nav ul {
	display: flex;
	height: inherit
}

.header_content .naim_nav ul li {
	height: inherit;
	margin-left: 35px;
	min-width: 64px;
	line-height: 100px;
	text-align: center;
}
.header_content .naim_nav ul li a{
	font-size: 16px;
	/* line-height: 34px; */
	color: #FFFFFF;
}
.header_content .naim_nav ul li.active span{
	width: 64px;
	height: 2px;
	background-color: #0763c0;
	display: block;
    margin: -2px auto 0;
}
.header_content .naim_nav ul li.active a{
	color: #0763c0;
}
.header_top{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.header_top h1{
	font-size: 14px;
	line-height: 14px;
	color: #da251d;
	padding-left: 20px;
}
.header_search_btn {
	width: 20px;
	height: 20px;
	background:url(../images/zl/search.png) no-repeat center center/20px 20px;
	cursor: pointer
}
.search_box {
	position: fixed;
	width: 100%;
	height: 80px;
    margin-top: 100px;
	background-color: #eaeaea;
	z-index: 3688;
	padding: 20px 20%;
	display: none
}

.search_box form {
	width: 100%;
	display: flex;
	align-items: center
}

.search_box input[type="text"] {
	outline: none;
	width: 80%;
	height: 40px;
	background-color: #fff;
	display: block;
	padding: 0 20px
}

.search_box input[type="submit"] {
	outline: none;
	width: 20%;
	height: 40px;
	background-color: #fff;
	display: block;
	cursor: pointer;
	background-color: #333;
	color: #fff
}
.m_header{
	display: none
}

.cnen_tab {
    margin: 0 0 0 20px;
}
.cnen_tab p {
    display: flex;
    align-items: center;
}
.cnen_tab p a {
    font-size: 16px;
    color: #ffffff;
}
.cnen_tab p span {
    width: 1px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.3;
    margin: 0 8px;
    display: block;
}
.cnen_tab p a.active {
    color: #0372d5;
}
.q_top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 100px;
}
.header_content .naim_nav ul li:hover span {
    width: 64px;
    height: 2px;
    background-color: #0372d5;
    display: block;
    margin: -2px auto 0;
}
.header_wrapper.active{
	display: block;
}
.header_wrapper.active .header {
    background-color: #FFFFFF;
}
.header_wrapper.active .header_content .naim_nav ul li a,
.header_wrapper.active .cnen_tab p a {
    color: #343434;
}
.header_wrapper.active .header_content .naim_nav ul li.active a,
.header_wrapper.active .cnen_tab p a.active,
.header_content .naim_nav ul li:hover a,
.header_wrapper.active .header_content .naim_nav ul li:hover a {
    color: #0372d5;
}
.header_wrapper.active .cnen_tab p span {
    background-color: #737373;
    opacity: 1;
}
.header_wrapper.active .header_search_btn {
    background: url(../images/zl/search.png) no-repeat center center/20px 20px;
}
@media (min-width: 1367px) and (max-width: 1399px) {

	.header_content {
		width: 1300px;
	}
	
}

@media (min-width: 1200px) and (max-width: 1366px) {
	.header_content {
		width: 1170px
	}
	.header_content .naim_nav ul li {
    margin-left: 30px;
	}
	
}
@media (max-width: 1199px) {
	.header_wrapper{
		display: none!important;
}
	.m_header {
		display: block;
		position: relative;
		height: 50px;
		left: 0;
		top: 0
	}
	.sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		z-index: 999999
	}
	.sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}
	.sp_logo img {
		margin: auto;
		max-height: 30px
	}
	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}
	.sp_nav span {
		display: block;
		background: #f5b247;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}
	.sp_nav span:nth-of-type(1) {
		top: 0px
	}
	.sp_nav span:nth-of-type(2) {
		top: 10px
	}
	.sp_nav span:nth-of-type(3) {
		top: 20px
	}
	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}
	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}
	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}
	.sjj_nav {
		position: fixed;
		z-index: 99999;
		background: #ffffff;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
	}
	.nav_show {
		top: 50px
	}
	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px);
}
	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}
	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}
	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}
	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}
	.sjj_nav ul li ul {
		display: none
	}
	.sjj_nav ul li a {
		color: #666;
		width: 100%;
		display: block
	}
	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}
	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}
	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #f5b247
	}
	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
}

/*导航结束*/








/*面包屑*/
.wj_p_tool {
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(208,208,208,0.35);
    line-height: 50px;
}
.flex_c_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wj_p_tool .wj_positon {
    color: #999999;
}
.wj_p_tool .wj_positon em {
    display: inline-flex;
}
/*.wj_p_tool .wj_positon a:last-child {
    color: #1172b9;
}*/
.h_cateNavList ul li {
    display: inline-block;
    margin-left: 70px;
    color: #999999;
}
.h_cateNavList ul li.hover {
    color: #1172b9;
    cursor: pointer;
    border-bottom: solid 1px #1172b9;
}
.h_cateNavList ul li:hover {
	color: #1172b9;
	cursor: pointer
}
.wap_cateList {
    display: none;
}
/*新闻列表*/
.q_home_swiper img {
    max-width: 100%;
}
.news_contents {
    padding: 148px 0 100px;
}
.con1400 {
    width: 1400px;
    margin: 0 auto;
}
.news_istop {
    width: 100%;
    padding: 0 50px;
    max-height: 260px;
    min-height: 260px;
    background-color: #f5f5f5;
}
.news_istop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news_istop .news_pic {
    width: 531px;
    height: 264px;
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.news_istop .news_pic img {
    width: 100%;
    height: 100%;
}
.news_istop .news_body {
    position: relative;
    width: 680px;
}
.news_istop .news_body .news_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 37px 0 27px;
}
.news_istop .news_body .news_tit {
    font-size: 20px;
    color: #222;
}
.news_istop .news_body span {
    font-size: 14px;
    color: #999;
}
.news_istop .news_body .news_bodys p {
    font-size: 14px;
    line-height: 2;
    color: #666666;
}
.news_istop .news_body .istop_more {
    font-size: 16px;
    font-style: normal;
    color: #1172b9;
    padding-bottom: 10px;
    border-bottom: 1px solid #1172b9;
    position: absolute;
    right: 0;
    bottom: 55px;
}
.news_contents .isorder {
    padding-bottom: 60px;
}
.news_contents .isorder li {
    margin-top: 25px;
    width: 100%;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-transition: .3s;
    transition: .3s;
}
.news_contents .isorder li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news_contents .isorder .news_img {
    width: 380px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 170px;
    overflow: hidden;
}
.news_contents .isorder .news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hoverimg {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.hoverimg > img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news_contents .isorder .news_infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 80px;
}
.news_contents .isorder .info_l {
    max-width: 580px;
}
.news_contents .isorder .info_l h6 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.news_contents .isorder .info_l p {
    font-size: 12px;
    line-height: 2;
    color: #808080;
}
.news_contents .isorder .info_r {
    padding-left: 80px;
    margin-left: 130px;
    border-left: 1px solid #dcdcdc;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.news_contents .isorder .info_r h3 {
    font-family: Impact;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 3px;
    color: #666;
    margin-bottom: 10px;
}
.news_contents .isorder .info_r p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #808080;
}
#pagesize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#pagesize ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#pagesize a {
    width: 32px;
    height: 30px;
    border: solid 1px #e2e2e2;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 0 5px;
}
#pagesize a.family {
    font-family: serif;
    font-weight: bold;
}
#pagesize a.active {
    background-color: #1172b9;
    border-color: #1172b9;
    color: #fff;
}
.news_contents .isorder li:hover {
  background-color: #1172b9;
}

.news_contents .isorder li:hover h6,
.news_contents .isorder li:hover p,
.news_contents .isorder li:hover h3,
.news_contents .isorder li:hover .info_r {
  color: #fff !important;
  border-color: #fff !important;
}
.hoverimg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*新闻详情*/
.hf_rczp_total {
    padding: 80px 0;
}
.hf_rczp_total .news_title {
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    text-align: center;
}
.hf_rczp_total .news_detail_time {
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 30px;
}
.hf_rczp_total .news_detail_body p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    opacity: 0.8;
}
.hf_rczp_total .news_back {
    float: right;
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fefeff;
    background-color: #0066cd;
    margin: 50px 0 34px;
}
.hf_rczp_total .news_pages {
    width: 100%;
    padding-top: 19px;
    border-top: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px;
    color: #333333;
    opacity: 0.8;
}
.hf_rczp_total .news_pages a {
    width: 50%;
    text-align: left;
}
.hf_rczp_total .news_pages a:nth-child(2) {
    text-align: right;
}
.hf_rczp_total .news_detail_body img {
    max-width: 100%;
}

/*车辆展示*/
.zl_clzs_total{
	padding: 80px 0 95px;
}
.zl_clzs_app1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.zl_clzs_app1 li {
    width: 330px;
	height: 250px;
    margin-bottom: 27px;
}
.zl_clzs_app1 li a {
    display: block;
    position: relative;
}
.zl_clzs_app1 li img {
    width: 100%;
    object-fit: cover;
}
.zl_clzs_app1 li a div {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
.zl_clzs_app1 li a div p {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}
.zl_clzs_app1 li:hover a div {
    display: flex;
}
.zl_clzs_app1 li a div p:before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto 15px;
}
.zl_clzs_app1 li a div p:after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #ffffff;
    margin: 15px auto 0;
}
.zl_clzs_app1 li:last-child,
.zl_clzs_app1 li:nth-last-child(2){
    width: 330px;
    height: auto;
    margin-bottom: 0;
}
/*服务项目*/
.zl_fwxm_total{
	padding: 80px 0;
}
.zl_fwxm_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 55px;
}
.zl_fwxm_ul li {
    width: 450px;
    margin-bottom: 25px;
}
.zl_fwxm_ul li:last-child{
    margin-bottom: 0;
}
.zl_fwxm_ul li .zl_fwxm_img {
    width: 100%;
    height: 340px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text {
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    height: 90px;
    padding: 17px 25px 25px;
	border: solid 1px #e2e2e2;
	margin-top: -1px;
}
.zl_fwxm_ul li:hover .zl_fwxm_ul_text {
    color: #fff;
    background-color: #086dd2;
	border: solid 1px #086dd2;
}
.zl_fwxm_ul li .zl_fwxm_ul_text h3{
	font-size: 20px;
	line-height: 1;
	color: #333333;
	padding-bottom: 10px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text p{
	font-size: 16px;
	line-height: 1;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.zl_fwxm_ul li:hover .zl_fwxm_ul_text h3,
.zl_fwxm_ul li:hover .zl_fwxm_ul_text p{
	color: #ffffff;
}
/*联系我们*/
.zl_lxwm_total{
	padding: 80px 0 152px;
}

.h_map #map {
    width: 50%;
    height: 400px;
}
.h_map .h_address {
    width: 50%;
    padding: 69px 138px 75px;
    box-shadow: 4px 3px 14px 1px 
		rgba(51, 51, 51, 0.1);
}
.h_map .h_address h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
}
.h_map .h_address div {
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 22px;
    margin-bottom: 35px;
    position: relative;
    width: 164px;
}
.h_map .h_address div::before {
    width: 50px;
    height: 2px;
    background-color: #1172b9;
    content: "";
    left: 0;
    bottom: -1px;
    position: absolute;
}
.h_map .h_address p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}

/*托运路线和报价-托运线路*/
.zl_tyxl_total,
.zl_bj_total{
	padding: 80px 0;
	background: #F8F8F8;
}
.zl_tyxl_total table{
	width: 100%;
	margin-bottom: 50px;
}
.zl_tyxl_total table tr td:first-child{
	width: 177px;
	background-color: #d6d6d7;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #1c1c1c;
	text-align: center;
	padding: 20px 0;
}
.zl_tyxl_total table tr td:last-child{
	width: calc(100% - 177px);
	border: solid 1px #e7e7e7;
	border-left:0;
	background-color: #F8F8F8;
	font-size: 16px;
	line-height: 1.2;
	color: #1c1c1c;
	padding: 20px 15px;
}
.zl_tyxl_total table tr td a:hover{
    color: #0a76d6;
    font-weight: bold;
}
/*托运路线和报价-报价*/
.zl_bj_total table{
	border: solid 2px rgba(3,114,213,0.2);
}
.zl_bj_total table{
	width: 100%;
}
.zl_bj_total table th,
.zl_bj_total table td{	
	border: solid 2px rgba(3,114,213,0.2);
}
.zl_bj_total table th{
	background-color: rgba(3,114,213,0.2);
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #0372d5;
	padding: 18px 0;
}
.zl_bj_total table td{
	text-align: center;
	padding: 18px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}
.w206{
	width: 206px;
}
.w680{
	width: 680px;
}
.w278{
	width: 278px;
}
.w234{
	width: 234px;
}
.zl_bj_total table td:nth-child(2){
	padding: 18px 105px;
}
.zl_bj_total table td:last-child{
	padding: 0 25px;
}
/*搬家和行李托运*/
.zl_banjia{
	padding: 64px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.zl_banjia li{
	width: 297px;
	height: 70px;
	background-color: #eeeeee;
	font-size: 18px;
	line-height: 70px;
	color: #0372d5;
	text-align: center;
}
.zl_banjia li:hover{
	background-color: #0372d5;
	color: #ffffff;
}
.zl_service{
	width: 100%;
	height: auto;
	padding: 62px 0 113px;
	background-color: rgba(3,114,213,0.1);
}
.zl_service .con1400{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.zl_service1{
	width: 280px;
	height: 468px;
	background-color: #ffffff;
	border: solid 3px #0372d5;
	padding: 29px 0 0 0;
	text-align: center;
}
.zl_service1 h1{
	font-size: 20px;
	line-height: 1;
	color: #333333;
}
.zl_service1 h2{
	font-size: 14px;
	line-height: 1;
	color: #333333;
	padding: 10px 0 18px;
}
.zl_service1 div{
	width: 74px;
	height: 74px;
	margin: 0 auto 34px;
}
.zl_service1 div img{
	max-width: 100%;
}
.zl_service1 h6 a{
	display: block;
	width: 149px;
	height: 42px;
	border-radius: 5px;
	border: solid 1px #0372d5;
	font-size: 18px;
	line-height: 42px;
	color: #0c58a8;
	text-align: center;
	margin: 5px auto 0;
}
.zl_service2{
	width: 1056px;
}
.zl_service2 img{
	max-width: 100%;
}
.zl_rexian{
	width: 100%;
}
.zl_rexian img{
	max-width: 100%;
}
.zl_bzhcp{
	padding: 72px 0 79px;
}
.zl_bzhcp_ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.zl_bzhcp_ul li{
	width: 33.333%;
	text-align: center;
}
.zl_bzhcp_ul li div{
	width: 302px;
	height: 302px;
	margin: 0 auto 33px;
}
.zl_bzhcp_ul li h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zl_bzhcp_ul li h1:before{
	content: "";
	width: 6px;
	height: 31px;
	background-color: #0372d5;
	border-radius: 3px;
	margin-right: 10px;
}
.zl_bzhcp_ul li h1:after{
	content: "";
	width: 6px;
	height: 31px;
	background-color: #0372d5;
	border-radius: 3px;
	margin-left: 10px;
}
.zl_bzhcp_ul li h2{
	font-size: 18px;
	line-height: 1;
	color: #333333;
	padding: 30px 0 16px;
}
.zl_bzhcp_ul li p{
	font-size: 16px;
	line-height: 1.4;
	color: #999999;
}
.zl_title{
	text-align: center;
}
.zl_title h1{
	font-size: 36px;
	line-height: 1;
	color: #0473d5;
}
.zl_title span{
	width: 69px;
	height: 1px;
	background-color: #df6613;
	display: block;
	margin: 15px auto 12px;
}
.zl_title p{
	font-size: 18px;
	line-height: 1;
	color: #777777;
	opacity: 0.6;
}
.zl_car_ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 0 100px;
}
.zl_car_ul li{
	width: 305px;
	height: 206px;
	margin-top: 60px;
}
.zl_car_ul li img,
.zl_bzhcp_ul li div img{
	max-width: 100%;
}
.zl_car_ul li:last-child,
.zl_car_ul li:nth-last-child(2){
	height: auto;
	margin-top: 0;
}

/*服务项目 详情页*/
.zl_fwxm_xq{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.q1_left {
    width: 286px;
}
.q1_left h2 {
    height: 83px;
    background-color: #186bbf;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 83px;
    text-align: center;
}
.q1_left .qul {
    padding: 0 8px 15px;
    border: solid 2px #086dd2;
}
.q1_left .qul .qli {
    margin-top: 10px;
}
.q_twomenu {
    height: 60px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
}
.q_twomenu h3 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: 1px;
    color: #222222;
}
.q1_left .qul .qli.active .q_twomenu,
.q1_left .qul .qli:hover .q_twomenu {
    background-color: #086dd2;
}
.q1_left .qul .qli.active .q_twomenu h3,
.q1_left .qul .qli:hover .q_twomenu h3 {
    color: #ffffff;
}

.q_jjfa_right {
    width: calc(100% - 349px);
    height: auto;
}
.q_jjfa_right1 {
    width: 100%;
    height: 473px;
    background-color: #f5f5f5;
    padding: 26px 59px 26px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.q_jjfa_right1_right {
    width: 358px;
}
.q_jjfa_right1_right h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}
.q_jjfa_right1_right span {
    width: 32px;
    height: 1px;
    border: solid 1px #0372d5;
    margin: 18px 0 42px;
    display: block;
}
.q_jjfa_right_title {
    width: 100%;
    border-bottom: #ededed 1px solid;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #222222;
    padding-bottom: 19px;
    margin-top: 50px;
    position: relative;
}
.q_jjfa_right_title:before {
    content: "";
    width: 72px;
    height: 2px;
    background-color: #086dd2;
    position: absolute;
    bottom: 0;
}
.wj_bconLeft {
    width: 576px;
    height: 420px;
    overflow: hidden;
    padding-left: 50px;
    position: relative;
}
.wj_bconLeft .swiper-container {
    width: 100%;
    height: 100%;
    position: unset;
}
.wj_bconLeft .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wj_bconLeft .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
.wj_bconLeft .swiper-pagination-bullets {
    right: unset;
    left: 0;
}
.wj_bconLeft .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    margin: 15px 0;
    opacity: 1;
    background: url(../images/zl/dian.png) no-repeat center center;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.wj_bconLeft .swiper-pagination-bullet-active {
	background: url("../images/zl/dian_hover.png") no-repeat center center;
}
.q_jjfa_right1_right p {
    font-size: 16px;
	line-height: 1.8;
	color: #666666;
}

.q_jjfa_right2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.q_jjfa_right2 p {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    width: 366px;
}
.q_jjfa_right2_swiper {
    width: 620px;
}

.q_jjfa_right2_swiper .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.q_jjfa_right2_swiper .swiper-button-next,.q_jjfa_right2_swiper  .swiper-button-prev{
    width: 45px;
	height: 45px;
    background-size: 45px 45px;
    outline: none;
}
.q_jjfa_right2_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../images/zl/q_home_cpzx_swiper_icon2.png);
    left: 40px;
    transform: rotate(0deg);
		-ms-transform: rotate(0deg); 
		-moz-transform: rotate(0deg); 
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg); 
    background-size: contain;
}
.q_jjfa_right2_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../images/zl/q_home_cpzx_swiper_icon2.png);
    right: 40px;
    transform: rotate(180deg);
		-ms-transform: rotate(180deg); 
		-moz-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg); 
    background-size: contain;
}
.q_jjfa_right3{
	padding-top: 42px;
}
.q_jjfa_right3 p{
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
}


@media (min-width: 1367px) and (max-width: 1399px) {
	/*新闻列表*/
  .con1400 {
    width: 1300px;
  }
  .news_istop .news_body {
    width: 590px;
  }
  .news_contents .isorder .info_l {
    width: 470px;
  }
	.hf_rczp_total {
    padding: 60px 0;
}
/*车辆展示*/
.zl_clzs_total {
    padding: 60px 0 80px;
}
.zl_clzs_app1 li {
    width: 24%;
    height: 236px;
    margin-bottom: 20px;
}
.zl_clzs_app1 li:last-child, .zl_clzs_app1 li:nth-last-child(2) {
    width: 24%;
}
/*服务项目*/
.zl_fwxm_total {
    padding: 60px 0;
}
.zl_fwxm_ul {
    padding: 0px 0 30px;
}
.zl_fwxm_ul li {
    width: 32%;
    margin-bottom: 20px;
}
.zl_fwxm_ul li .zl_fwxm_img {
    height: 314px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text {
    height: 82px;
    padding: 17px 25px;
}
/*联系我们*/
.h_map .h_address {
    padding: 69px 100px 75px;
}
.zl_lxwm_total {
    padding: 60px 0;
}
/*托运路线和报价-托运线路*/
.zl_tyxl_total,
.zl_bj_total{
    padding: 60px 0;
}
/*搬家和行李托运*/
.zl_service2 {
    width: calc(100% - 310px);
    height: 438px;
}
.zl_service1 {
    height: 438px;
}
.zl_service {
    padding: 62px 0;
}
.zl_car_ul {
    padding: 0 0 60px;
}
.zl_car_ul li {
    margin-top: 30px;
}
/*服务项目 详情页*/
.q_jjfa_right1 {
    height: auto;
    padding: 26px 20px;
}
.wj_bconLeft {
    width: 530px;
    height: 383px;
}
.q_jjfa_right1_right {
    width: calc(100% - 550px);
}
.q_jjfa_right_title {
    margin-top: 40px;
}
.q_jjfa_right2 {
    margin-top: 25px;
}
.q_jjfa_right2_swiper {
    width: calc(100% - 366px);
}
.q_jjfa_right3 {
    padding-top: 30px;
}
}

@media (min-width: 1200px) and (max-width: 1366px) {
	/*新闻列表*/
  .con1400 {
    width: 1170px;
  }
  .news_istop .news_body {
    width: 490px;
  }
  .news_contents .isorder .info_l {
    width: 350px;
  }
	.hf_rczp_total {
    padding: 60px 0;
}
/*车辆展示*/
.zl_clzs_total {
    padding: 60px 0 80px;
}
.zl_clzs_app1 li {
    width: 24%;
    height: 212px;
    margin-bottom: 20px;
}
.zl_clzs_app1 li:last-child, .zl_clzs_app1 li:nth-last-child(2) {
    width: 24%;
}
/*服务项目*/
.zl_fwxm_total {
    padding: 60px 0;
}
.zl_fwxm_ul {
    padding: 0px 0 30px;
}
.zl_fwxm_ul li {
    width: 32%;
    margin-bottom: 20px;
}
.zl_fwxm_ul li .zl_fwxm_img {
    height: 280px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text {
    height: 82px;
    padding: 17px 25px;
}
/*联系我们*/
.h_map .h_address {
    padding: 69px 100px 75px;
}
.zl_lxwm_total {
    padding: 60px 0;
}
/*托运路线和报价-托运线路*/
.zl_tyxl_total,
.zl_bj_total{
    padding: 60px 0;
}
.zl_tyxl_total table {
    margin-bottom: 30px;
}

/*托运路线和报价-报价*/
.zl_bj_total table td:nth-child(2) {
    padding: 18px 60px;
}
/*搬家和行李托运*/
.zl_service2 {
    width: calc(100% - 310px);
    height: 380px;
}
.zl_service1 {
    height: 380px;
}
.zl_service {
    padding: 42px 0;
}
.zl_car_ul {
    padding: 0 0 40px;
}
.zl_car_ul li {
    margin-top: 20px;
    width: 24%;
    height: 189px;
}
.zl_banjia li {
    width: 24%;
    height: 50px;
    line-height: 50px;
}
.zl_banjia {
    padding: 40px 0;
}
.zl_service1 div {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}
.zl_bzhcp_ul li div {
    width: 260px;
    height: 260px;
    margin: 0 auto 20px;
}
.zl_bzhcp {
    padding: 25px 0 40px;
}
.zl_title h1 {
    font-size: 26px;
}
.zl_title p {
    font-size: 14px;
}
.zl_title span {
    margin: 10px auto;
}
/*服务项目 详情页*/
.q_jjfa_right1 {
    height: auto;
    padding: 26px 20px;
}
.wj_bconLeft {
    width: 480px;
    height: 343px;
}
.q_jjfa_right1_right {
    width: calc(100% - 500px);
}
.q_jjfa_right_title {
    margin-top: 30px;
}
.q_jjfa_right2 {
    margin-top: 25px;
}
.q_jjfa_right2_swiper {
    width: calc(100% - 366px);
}
.q_jjfa_right3 {
    padding-top: 20px;
}
.q_jjfa_right2_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}
.q_jjfa_right2_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
}
.q_jjfa_right2_swiper .swiper-button-next, .q_jjfa_right2_swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    outline: none;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*新闻列表*/
  .con1400 {
    width: 970px;
  }
  .news_istop .news_pic {
    width: 430px;
  }
  .news_istop .news_body {
    width: 380px;
  }
  .news_contents .isorder .news_infos {
    padding: 0 45px;
  }
  .news_contents .isorder .info_r {
    display: none;
  }
.hf_rczp_total {
    padding: 50px 0;
}
/*车辆展示*/
.zl_clzs_total {
    padding: 40px 0 60px;
}
.zl_clzs_app1 li {
    width: 24%;
    height: 176px;
    margin-bottom: 15px;
}
.zl_clzs_app1 li:last-child, .zl_clzs_app1 li:nth-last-child(2) {
    width: 24%;
}
/*服务项目*/
.zl_fwxm_total {
    padding: 40px 0;
}
.zl_fwxm_ul {
    padding: 0px 0 15px;
}
.zl_fwxm_ul li {
    width: 32%;
    margin-bottom: 15px;
}
.zl_fwxm_ul li .zl_fwxm_img {
    height: 234px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text {
    height: auto;
    padding: 15px 20px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text h3 {
    font-size: 18px;
    padding-bottom: 8px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text p {
    font-size: 14px;
}
/*联系我们*/
.h_map .h_address {
    padding: 40px 60px;
}
.h_map #map {
    width: 50%;
    height: 300px;
}
.zl_lxwm_total {
    padding: 40px 0;
}
/*托运路线和报价-托运线路*/
.zl_tyxl_total,
.zl_bj_total{
    padding: 40px 0;
}
.zl_tyxl_total table {
    margin-bottom: 30px;
}
/*托运路线和报价-报价*/
.zl_bj_total table td:nth-child(2) {
    padding: 12px 40px;
}
/*搬家和行李托运*/
.zl_service2 {
    width: calc(100% - 280px);
    height: 305px;
}
.zl_service1 {
    width: 250px;
    height: 305px;
    padding: 20px 0 0 0;
}
.zl_service1 h6 a {
    width: 130px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 14px auto 0;
}
.zl_service {
    padding: 30px 0;
}
.zl_service1 h1 {
    font-size: 18px;
}
.zl_service1 h2 {
    font-size: 12px;
    padding: 8px 0 12px;
}
.zl_car_ul {
    padding: 0 0 30px;
}
.zl_car_ul li {
    margin-top: 15px;
    width: 24%;
    height: 157px;
}
.zl_banjia li {
    width: 24%;
    height: 50px;
    line-height: 50px;
}
.zl_banjia {
    padding: 30px 0;
}
.zl_service1 div {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
.zl_bzhcp_ul li div {
    width: 230px;
    height: 230px;
    margin: 0 auto 20px;
}
.zl_bzhcp {
    padding: 15px 0 40px;
}
.zl_title h1 {
    font-size: 26px;
}
.zl_title p {
    font-size: 14px;
}
.zl_title span {
    margin: 10px auto;
}
.zl_bzhcp_ul li h2 {
    font-size: 18px;
    padding: 20px 0 10px;
}
.zl_bzhcp_ul li p {
    font-size: 14px;
    line-height: 1.4;
}

/*服务项目 详情页*/
.q1_left {
    width: 240px;
}
.q_jjfa_right {
    width: calc(100% - 270px);
}
.q1_left h2 {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
}
.q_twomenu {
    height: auto;
    padding: 10px 15px;
}
.q_twomenu h3 {
    font-size: 14px;
}
.wj_bconLeft {
    width: 400px;
    height: 279px;
}
.q_jjfa_right1_right {
    width: calc(100% - 424px);
}
.q_jjfa_right1 {
    height: auto;
    padding: 26px 20px;
}
.q_jjfa_right1_right span {
    margin: 8px 0;
}
.q_jjfa_right1_right p {
    font-size: 14px;
    line-height: 1.6;
}
.q_jjfa_right_title {
    margin-top: 30px;
}
.q_jjfa_right2 {
    margin-top: 20px;
}
.q_jjfa_right2 p {
    font-size: 14px;
    line-height: 1.5;
    width: 290px;
}
.q_jjfa_right2_swiper {
    width: calc(100% - 300px);
}
.q_jjfa_right3 {
    padding-top: 20px;
}
.q_jjfa_right3 p {
    font-size: 14px;
    line-height: 1.5;
}
.q_jjfa_right2_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}
.q_jjfa_right2_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
}
.q_jjfa_right2_swiper .swiper-button-next, .q_jjfa_right2_swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    outline: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	/*新闻列表*/
  .con1400 {
    width: 750px;
  }
  .news_istop {
    padding: 0;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
  }
  .news_istop .news_body span {
    display: none;
  }
.news_istop .news_pic {
    width: 380px;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
  .news_istop .news_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }
  .news_istop .news_body .news_tit {
    font-size: 16px;
  }
  .news_istop .news_body .news_bodys p {
    font-size: 12px;
  }
  .news_istop .news_body .news_head {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .news_istop .news_body .istop_more {
    display: none;
  }
  .news_contents .isorder .news_infos {
    padding: 0 45px;
  }
  .news_contents .isorder .info_r {
    display: none;
  }
  .news_contents {
    padding: 10vw 0 10vw;
  }
  .hf_rczp_total {
    padding: 40px 0;
}

/*车辆展示*/
.zl_clzs_total {
    padding: 30px 0 40px;
}
.zl_clzs_app1 li {
    width: 32%;
    height: 181px;
    margin-bottom: 12px;
}
.zl_clzs_app1 li:last-child, .zl_clzs_app1 li:nth-last-child(2) {
    width: 32%;
}
.zl_clzs_app1 {
    margin-bottom: 15px;
}
.zl_clzs_app1 li a div p {
    font-size: 14px;
}
/*服务项目*/
.zl_fwxm_total {
    padding: 30px 0;
}
.zl_fwxm_ul {
    padding: 0px 0 15px;
}
.zl_fwxm_ul li {
    width: 49%;
    margin-bottom: 10px;
}
.zl_fwxm_ul li .zl_fwxm_img {
    height: 277px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text {
    height: auto;
    padding: 10px 15px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text h3 {
    font-size: 16px;
    padding-bottom: 8px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text p {
    font-size: 12px;
}
/*联系我们*/
.h_map .h_address {
    padding: 20px 40px;
    width: 100%;
}
.h_map #map {
    width: 100%;
    height: 200px;
}
.zl_lxwm_total {
    padding: 30px 0;
}
.h_map.flex_c_b {
    flex-wrap: wrap;
}
.h_map .h_address h4 {
    font-size: 20px;
}
.h_map .h_address p {
    font-size: 14px;
}
.h_map .h_address div {
    padding-bottom: 20px;
    margin-bottom: 15px;
}
/*托运路线和报价-托运线路*/
.zl_tyxl_total,
.zl_bj_total{
    padding: 30px 0;
}
.zl_tyxl_total table {
    margin-bottom: 20px;
}
/*托运路线和报价-报价*/
.zl_bj_total table td:nth-child(2) {
    padding: 12px 40px;
}
.zl_bj_total table td:last-child {
    padding: 0 15px;
}
/*搬家和行李托运*/
.zl_service2 {
    width: calc(100% - 210px);
    height: 305px;
}
.zl_service1 {
    width: 200px;
    height: 305px;
    padding: 20px 0 0 0;
}
.zl_service2 img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
.zl_service1 h6 a {
    width: 130px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 14px auto 0;
}
.zl_service {
    padding: 20px 0;
}
.zl_service1 h1 {
    font-size: 18px;
}
.zl_service1 h2 {
    font-size: 12px;
    padding: 8px 0 12px;
}
.zl_car_ul {
    padding: 0 0 30px;
}
.zl_car_ul li {
    margin-top: 15px;
    width: 32%;
    height: 162px;
}
.zl_banjia li {
    width: 24%;
    height: 50px;
    line-height: 50px;
}
.zl_banjia {
    padding: 20px 0;
}
.zl_service1 div {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
.zl_bzhcp_ul li div {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
}
.zl_bzhcp {
    padding: 15px 0 40px;
}
.zl_title h1 {
    font-size: 26px;
}
.zl_title p {
    font-size: 14px;
}
.zl_title span {
    margin: 10px auto;
}
.zl_bzhcp_ul li h2 {
    font-size: 16px;
    padding: 15px 0 8px;
}
.zl_bzhcp_ul li p {
    font-size: 12px;
    line-height: 1.4;
}
.zl_bzhcp_ul li h1 {
    font-size: 18px;
}
/*服务项目 详情页*/
.q1_left {
    width: 240px;
}
.q_jjfa_right {
    width: calc(100% - 270px);
}
.q1_left h2 {
    height: 50px;
    font-size: 24px;
    line-height: 50px;
}
.q_twomenu {
    height: auto;
    padding: 10px 15px;
}
.q_twomenu h3 {
    font-size: 14px;
}
.wj_bconLeft {
    width: 100%;
    height: 279px;
}
.wj_bconLeft .swiper-slide img {
    width: 100%;
    height: 100%;
}
.q_jjfa_right1_right {
    width: 100%;
    margin-top: 15px;
}
.q_jjfa_right1 {
    height: auto;
    padding: 26px 20px;
}
.q_jjfa_right1_right span {
    margin: 8px 0;
}
.q_jjfa_right1_right p {
    font-size: 14px;
    line-height: 1.6;
}
.q_jjfa_right_title {
    margin-top: 20px;
}
.q_jjfa_right2 {
    margin-top: 15px;
}
.q_jjfa_right2 p {
    font-size: 14px;
    line-height: 1.5;
    width: 290px;
}
.q_jjfa_right2_swiper {
    width: 100%;
    margin-top: 10px;
}
.q_jjfa_right2 p {
    width: 100%;
}
.q_jjfa_right3 {
    padding-top: 20px;
}
.q_jjfa_right3 p {
    font-size: 14px;
    line-height: 1.5;
}
.q_jjfa_right2_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}
.q_jjfa_right2_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
}
.q_jjfa_right2_swiper .swiper-button-next, .q_jjfa_right2_swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    outline: none;
}
}

@media (max-width: 767px) {
	/*新闻列表*/
  .con1400 {
    width: 96%;
  }
  .news_istop {
    display: none;
  }
  .news_istop .news_body span {
    display: none;
  }
  .news_istop .news_pic {
    width: 380px;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news_istop .news_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
  }
  .news_istop .news_body .news_tit {
    font-size: 16px;
  }
  .news_istop .news_body .news_bodys p {
    font-size: 12px;
  }
  .news_istop .news_body .news_head {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .news_istop .news_body .istop_more {
    display: none;
  }
  .news_contents .isorder .news_infos {
    padding: 3vw;
  }
  .news_contents .isorder .info_r {
    display: none;
  }
  .news_contents {
    padding: 7vw 0 10vw;
  }
  .news_contents .isorder li {
    margin-top: 3vw;
    min-height: unset;
    max-height: unset;
  }
  .news_contents .isorder .info_l h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
/*面包屑*/

	.wj_p_tool {
		height: 40px;
		line-height: 40px;
		font-size: 12px
	}
	.wap_cateList {
		display: block;
		padding: 5px 0;
		border: 1px solid #eeeeee;
		width: 98%;
		margin: 10px auto;
		box-shadow: 0 2px 1px #eeeeee;
		background: #fefefe
	}
	.wap_cateList .wap_cateMain {
		padding: 0 10px;
		font-size: 15px;
		color: #555555;
		font-weight: bold
	}
	.wap_cateList .wap_cateMain em {
		font-size: 22px;
		font-weight: bold
	}
	.wap_cateList ul {
		display: none;
		border-top: 1px solid #eeeeee;
		margin-top: 2px
	}
	.wap_cateList ul li {
		line-height: 35px;
		font-size: 12px;
		padding: 0 10px;
	}
	.wap_cateList ul li a {
		display: block;
		padding: 0 15px
	}
	.wap_cateList ul li.hover {
		background: #1172b9;
		color: #ffffff
	}
	.h_cateNavList {
		display: none
	}
	.hf_rczp_total {
    padding: 20px 0;
}
.hf_rczp_total .news_title {
    font-size: 18px;
    line-height: 1.5;
}
.hf_rczp_total .news_detail_time {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 4px;
}
.hf_rczp_total .news_detail_body p {
    font-size: 12px;
    line-height: 1.5;
}
.hf_rczp_total .news_back {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 15px 0;
}
.hf_rczp_total .news_pages {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hf_rczp_total .news_pages a {
    width: 100%;
    text-align: left !important;
}
/*车辆展示*/
.zl_clzs_total {
    padding: 20px 0 20px;
}
.zl_clzs_app1 li {
    width: 49%;
    height: auto;
    margin-bottom: 10px;
}
.zl_clzs_app1 li:last-child, .zl_clzs_app1 li:nth-last-child(2) {
    width: 49%;
}
.zl_clzs_app1 {
    margin-bottom: 10px;
}
.zl_clzs_app1 li img {
    width: 100%;
}
.zl_clzs_app1 li a div p {
    font-size: 12px;
}
/*服务项目*/
.zl_fwxm_total {
    padding: 20px 0;
}
.zl_fwxm_ul {
    padding: 0px 0 10px;
}
.zl_fwxm_ul li {
    width: 100%;
    margin-bottom: 10px;
}
.zl_fwxm_ul li .zl_fwxm_img {
    height: auto;
}
.zl_fwxm_ul li .zl_fwxm_ul_text {
    height: auto;
    padding: 8px 12px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text h3 {
    font-size: 16px;
    padding-bottom: 8px;
}
.zl_fwxm_ul li .zl_fwxm_ul_text p {
    font-size: 12px;
}
/*联系我们*/
.h_map .h_address {
    padding: 20px;
    width: 100%;
}
.h_map #map {
    width: 100%;
    height: 200px;
}
.zl_lxwm_total {
    padding: 20px 0;
}
.h_map.flex_c_b {
    flex-wrap: wrap;
}
.h_map .h_address h4 {
    font-size: 18px;
}
.h_map .h_address p {
    font-size: 14px;
}
.h_map .h_address div {
    padding-bottom: 20px;
    margin-bottom: 15px;
}
/*托运路线和报价-托运线路*/
.zl_tyxl_total,
.zl_bj_total{
    padding: 20px 0;
}
.zl_tyxl_total table {
    margin-bottom: 15px;
}
.zl_tyxl_total table tr td:first-child {
    width: 100px;
    font-size: 14px;
    padding: 8px 0;
}
.zl_tyxl_total table tr td:last-child {
    width: calc(100% - 100px);
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 12px;
}
/*托运路线和报价-报价*/
.zl_bj_total table td:nth-child(2) {
    padding: 12px 20px;
}
.zl_bj_total table td:last-child {
    padding: 0 10px;
}
.zl_bj_total table th {
    font-size: 16px;
    padding: 15px 0;
}
.zl_bj_total table td {
    font-size: 12px;
}
.zl_bj_total .con1400{
    width: 96%;
    overflow: hidden;
    overflow-x: scroll;
    /*white-space: nowrap;*/
}
.zl_bj_total table {
    width: 767px;
}
/*搬家和行李托运*/
.zl_service2 {
    width: 100%;
    height: auto;
}
.zl_service1 {
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.zl_service2 img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
.zl_service1 h6 a {
    width: 130px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 14px auto 0;
}
.zl_bzhcp_ul li {
    width: 100%;
    margin-bottom: 15px;
}
.zl_service {
    padding: 20px 0;
}
.zl_service1 h1 {
    font-size: 18px;
}
.zl_service1 h2 {
    font-size: 12px;
    padding: 8px 0 12px;
}
.zl_car_ul {
    padding: 0 0 30px;
}
.zl_car_ul li {
    margin-top: 8px;
    width: 100%;
    height: auto;
}
.zl_banjia li {
    width: 49%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    font-size: 14px;
}
.zl_banjia {
    padding: 15px 0 5px;
}
.zl_service1 div {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
.zl_bzhcp_ul li div {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
}
.zl_bzhcp {
    padding: 15px 0;
}
.zl_title h1 {
    font-size: 24px;
}
.zl_title p {
    font-size: 12px;
}
.zl_title span {
    margin: 10px auto;
}
.zl_bzhcp_ul li h2 {
    font-size: 16px;
    padding: 15px 0 8px;
}
.zl_bzhcp_ul li p {
    font-size: 12px;
    line-height: 1.4;
}
.zl_bzhcp_ul li h1 {
    font-size: 18px;
}
.zl_car_ul li img, .zl_bzhcp_ul li div img {
    width: 100%;
}
/*服务项目 详情页*/
.q1_left {
    width: 100%;
}
.q1_left h2 {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}
.q_twomenu {
    height: auto;
    padding: 10px;
}
.q_twomenu h3 {
    font-size: 14px;
}
.q1_left .qul .qli {
    margin-top: 5px;
}
.q1_left .qul {
    padding: 0 5px 6px;
}
.q_jjfa_right {
    width: 100%;
    margin-top: 10px;
}
.q_jjfa_right1 {
    height: auto;
    padding: 10px;
}
.wj_bconLeft {
    width: 100%;
    height: 189px;
}
.q_jjfa_right1_right span {
    margin: 8px 0;
}
.q_jjfa_right1_right {
    width: 100%;
    margin-top: 10px;
}
.q_jjfa_right1_right h1 {
    font-size: 16px;
    line-height: 1;
}
.q_jjfa_right1_right p {
    font-size: 12px;
}
.q_jjfa_right_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 15px;
    margin-top: 20px;
}
.q_jjfa_right2 p {
    font-size: 12px;
    width: 100%;
}
.q_jjfa_right2 {
    margin-top: 10px;
}
.q_jjfa_right2_swiper {
    width: 100%;
    margin-top: 10px;
}
.q_jjfa_right2_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}
.q_jjfa_right2_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
}
.q_jjfa_right2_swiper .swiper-button-next, .q_jjfa_right2_swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    outline: none;
}
.q_jjfa_right3 p {
    font-size: 12px;
}
.q_jjfa_right3 {
    padding-top: 15px;
}
.q_jjfa_right2_swiper .swiper-slide img {
    width: 100%;
}
}

.search_contents {
    padding: 50px 0;
}
.search_lists li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    color: #666666;
}
.search_lists li a{
    max-width: 80%;
    padding-left: 15px;
    position: relative;
}
.search_lists li a::before{
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    display: inline-block;
    background: #666666;
    position: absolute;
    left: 0;
    top: 8px;
}