﻿@charset "utf-8";
.inbanner {
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
    position:
    relative;
    background: url(../images/inbanner_about.jpg) no-repeat;
    background-position: center;
    height: 100px;
    background-size: cover;
    position: relative;
}
.inbanner_serv {background-image: url(../images/inbanner_serv.jpg);}
.inbanner_news {background-image: url(../images/inbanner_news.jpg);}
.inbanner_track {background-image: url(../images/inbanner_track.jpg);}
.inbanner_help {background-image: url(../images/inbanner_help.jpg);}
.inbanner_about {background-image: url(../images/inbanner_about.jpg);}

/* innav */
.innav {margin: 0 auto 10px auto;padding: 0 2%;position: relative;z-index: 2;overflow-x: auto;overflow-y: hidden;border-bottom: 1px solid #eee;}
.innav:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    /* background-color: #e5e5e5; */
}
.innav ul { width: auto; white-space: nowrap; }
.innav li {display: block;float: left;width: 33.33%;margin: 0.5% 0%;text-align: center;border: 1px solid #ddd;border-right:none;}
.innav li:nth-child(3n+3) { border-right: 1px solid #ddd; }
.innav li.on {/* border-color: #022245; */background-color: #ff0000!important;border-color: #ff0000;}
.innav li a {color: #666;display: block;width: 100%;height: 38px;font-size: 13px;line-height: 38px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 0.1%;/* background-color: #15100d!important; *//* box-shadow: 0 2px 7px 0 rgba(5,34,97,.1); *//* border: 1px solid #ddd; */border-right: 0px;background: url(../images/li_san.png) right center no-repeat;position: relative;}
.innav li a:before {
	
    content: "";
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    top: 13px;
    right: 6px;
    color: #666;
    font-size: 18px;
    background: url(../images/innav_jian.png) no-repeat 0 -8px;
    width: 14px;
    height: 11px;
    display:none;
}
.innav li.on a {/* background: #ff0000!important; */color: #fff;/* border: 0; */}
.innav li.on a:before {
  background-position:-39px -8px;
}
.inmain {background: #fff;padding: 0 10px;font-size: 14px;color: #444;line-height: 2em;/* overflow: hidden; */margin: 0 auto;width: 96%;}
.page-name { font-size: 14px; line-height: 20px; margin-bottom: 10px; font-weight: bold; }
/*滑动导航*/
.swiper1 {
	width: 100%;
}

.swiper1 .swiper-slide {
	width: 33%;
	text-align: center;
	font-size: 14px;
	height: 58px;
	/* Center slide text vertically */
	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;
	cursor: pointer;
}

.swiper1 .selected {
	/* background-color: #ff0000; */
	/* color: #ff0000; */
	/* font-weight: bold; */
}
/*.swiper1 .selected:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #ff0000;
    width: 59%;
}*/

.swiper1 .selected a{
	background-color: #fff;
	padding: 8px 16px;
	color: #ff0000;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	border-radius: 50px;
}

.swiper2 {
	width: 100%;
}
.swiper2 .swiper-slide {
	height: calc(100vh - 50px);
	background-color: #ccc;
	color: #fff;
	text-align: center;
	box-sizing: border-box !important;
	overflow-x: hidden !important;
}


/*查询*/
.query{
		max-width:1033px;
		margin:0 auto;
		padding-top: 10px;
	}
	.query_kuang{
		border-radius: 5px;
		overflow:
		hidden;
		width: 100%;
		border-radius: 50px;
		box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
	}
	.query_kuang input{
		float:left;
	}
	.query_kuang_left{
		height: 36px;
		padding: 0 16px;
		/* border: 1px solid #ff0000; */
		border-radius: 5px 0 0 5px;
		outline: none;
	}
	.query_kuang_right{
		border:0;
		color:
		white;
		text-indent: -999999px;
		width: 50px;
		height: 36px;
		background: #251919 url(../images/search-btn.png) center center no-repeat;
		background-size: 18px;
		border-radius: 0 50px 50px 0;
	}
	.query > h1{
		font-size:14px;
		font-weight:
		normal;
		margin: 20px 0 10px 0;
		margin-top:30px;
		text-align: center;
		border-bottom: 4px solid #f1f1f1;
		padding-bottom: 10px;
	}
	.query > h1 span{
		color: #d92628;
		font-weight: bold;
	}
	@media(min-width: 320px){
		.query_kuang{width: 100%;}
		.query_kuang_left{width: calc(100% - 50px);}
	}
	.query ul{
		padding-bottom:20px;
		border-top: none;
		border-radius: 10px;
		overflow: hidden;
	}
	.query ul li{
		font-size:14px;
		padding: 5px 10px;
		border-bottom: 1px solid #f1f1f1;
		position: relative;
	}
	.query ul li:last-child:before,.query ul li:last-child:after{ display:none;}
	.query ul li span{
		font-size:12px;
		color:#999;
	}
	.query .query_cur{
		color: #ff0000;
	}
	@media(max-width:1920px){
		.footer{position:absolute;width:100%;bottom:0;}
	}

/* 标签页 */
.tab-box { margin-bottom: 20px; }
.tab-box .abgne_tab { width: 100%; clear: left; }
.tab-box .abgne_tab ul.tabs { margin: 0 auto; margin-bottom: 10px;/* padding: 0 10px; */ }
.tab-box .abgne_tab ul.tabs li { float: left; line-height: 30px; position: relative; }
.tab-box .abgne_tab ul.tabs li a { display: block; text-align: center; text-decoration: none; padding: 6px 18px; height: 100%; font-size: 14px; color: #251919; }
.tab-box .abgne_tab ul.tabs li.active a, .tab-box .abgne_tab ul.tabs li:hover a { background: #ff0000;/*主色*/ color: #fff; }
.tab-box .abgne_tab ul.tabs li:after { content: ' '; display: none; width: 0; height: 0; /*主色*/ position: absolute; border-top: 6px solid #ff0000; border-left: 6px solid transparent; border-right: 6px solid transparent; bottom: -5px; left: 50%; margin-left: -5px; }
.tab-box .abgne_tab ul.tabs li.active:after { display: block; }
.tab-box .abgne_tab .tab_container { clear: both; }
.tab-box .abgne_tab .tab_container .tab_content { display: none; padding: 10px 0; background: #fff; }
.tab-box .abgne_tab .tab_container .table.col50 { width: 580px !important;/* margin: 0 9px 20px 9px !important; */ float: left; }
.tab_content .table {margin-bottom: 20px;}
.tab_content .table tr:nth-of-type(odd) { width: 121px;background-color: #f8f8f8;}
.tab_content .table tr:nth-of-type(even) {background: #ffffff;}
.tab_content .table tr td {border:0;}
.tab_content .table tr td:nth-of-type(odd) {border-right:1px solid #c4c5d2;}
/* website */
.logistics-website { position: relative; }
.logistics-website h3 { height: 50px; font-size: 14px; color: #251919; line-height: 50px; font-weight: normal; }
.logistics-website li { display: inline-block; padding: 0 10px; margin-bottom: 10px; }
.logistics-website li:nth-child(5n+5) { margin-right: 0; }
.logistics-website li:hover p { background: #ff0000; color: #fff }
.logistics-website p { height: 20px; width: 100%; text-align: center; font-size: 12px; color: #666; line-height: 20px;/* background: #f2f2f2; */ }
.logistics-website a { display: block; cursor: pointer; text-decoration: none; border: 1px solid #d8d8d8; }

/* 计算结果 */
.qudao-result { margin-top: 20px; }

/* newsul */
.newsul li { position: relative; width: 100%; margin-bottom: 20px; border-bottom: 1px solid #ddd; padding-bottom: 20px }
.newsul li a { display: block; }
.newsul li .tit { display: block; width: 100%; font-size: 14px; line-height: 18px; height: 18px; color: #251919; border-left: 6px solid #ccc; padding-left: 8px; }
.newsul li:nth-child(1) .tit { border-left-color: #ff0000; }
.newsul li:nth-child(2) .tit { border-left-color: rgb(255, 168, 83); }
.newsul li:nth-child(3) .tit { border-left-color: #ffc58c; }
.newsul li .date { display: block; width: 100%; height: 16px; line-height: 14px; font-size: 12px; color: #77c0f7; margin: 8px 0; }
.newsul li .intro { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 20px; font-size: 12px; color: #888; }

/*新闻分页*/
#turn_page { text-align: center; line-height: 30px; }
#turn_page .page_button { padding: 0 10px; font-size: 14px; border: 1px solid #e9e9e9; display: inline-block; color: #555; margin: 4px; text-decoration: none; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#turn_page .page_item { width: 48px; font-size: 14px; border: 1px solid #e9e9e9; display: inline-block; color: #555; margin: 4px; text-decoration: none; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#turn_page .page_item_current { width: 48px; font-size: 14px; border: 1px solid #ff0000; display: inline-block; color: #fff; background: #ff0000; margin: 0 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#turn_page a:hover { text-decoration: underline; }


/* news */
.newslist li:last-child{border-bottom:none;}
.newslist {position: relative;width: 100%;/* padding: 12px 10px; *//* padding-top: 0; */}
.newslist li {position: relative;width: 100%;font-size: 12px;line-height: 20px;padding: 10px;/* margin: 5px 0 5px 0; *//* background-color: red; *//* border-radius: 5px; */border-bottom: solid 1px #f8f8f8;}
.news-box .newslist li img {
    border-radius: 10px;
    margin-bottom: 2px;
}
.newslist li:after {position: absolute;content:">";font-family: fangsong;right: 10px;top: 13px;font-size: 14px;color: #999;}
.newslist li .tit {display: block;width: 100%;font-size: 14px;color: #251919;line-height: 26px;/* font-weight: bold; */max-width: calc(100% - 20px);}
.newslist li .tit:before {content:"· ";color: #ff0000;font-weight: bold;}
.newslist li p {color: #999;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
/* news end*/
/*新闻详情*/
.news_detail { width: 100%; }
.global_editor_content {padding: 10px;overflow: hidden;/* border-bottom: 1px solid #e5e5e5; */}
.news_detail .ad { width: 275px; }
.news_detail h2 {font-size: 20px;color: #202020;text-align: center;font-weight: bold;/* margin-bottom: 20px; */}
.news_detail .param {text-align: center;line-height: 36px;padding: 4px 0;/* border-top: 3px solid #f5f5f5; */border-bottom: 1px solid #eee;/* margin-bottom: 5px; */}
.news_detail .param.share {
    /* background: #fafafa; */
    border-bottom: 1px solid #eee;
}
.news_detail .param.share>div{
	padding: 0 12px;
}
.news_detail .param * {font-size: 12px;color: #747373;}
.news_detail .near {/* border-bottom: 1px solid #ff0000; */background-color: #fafafa;padding: 8px 12px;}
.news_detail .near a{display:block;color: #999;}
.news_detail .near label {color: #251919;}


/*新闻分页*/
.pagination {text-align: center;line-height: 26px;}
.pagination a:nth-child(1), .pagination a:nth-child(2), .pagination a:nth-last-child(2), .pagination a:last-child{padding: 0 10px;font-size: 14px;border: 1px solid #e9e9e9;display: inline-block;color: #555;text-decoration: none;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 5px;margin: 10px 0;}
.pagination .number {width: 26px;font-size: 12px;border: 1px solid #e9e9e9;display: inline-block;color: #555;margin: 0px;text-decoration: none;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 5px;}
.pagination .number.current {width: 26px;font-size: 12px;border: 1px solid #ff0000;display: inline-block;color: #fff;background: #ff0000;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 5px;box-shadow: 0 2px 10px rgb(0 0 0 / 10%);}
.pagination a:hover { text-decoration: underline; }

/* track */
.trackw { width: 100%; margin-top: 10px; padding-bottom: 30px; border-bottom: 1px solid #16741c; }
.track_f { position: relative; padding-right: 130px; }
.track_f .track_text { position: relative; width: 100%; height: 40px; border: 1px solid #ccc; background: #fff; line-height: 30px; padding: 0 20px; font-size: 14px; color: #251919; border-radius: 4px; overflow: hidden; }
.track_f .track_submit { position: absolute; right: 0; top: 0; margin-left: 14px; width: 124px; height: 40px; line-height: 40px; font-size: 16px; border-radius: 4px; background-color: #167e1c; color: #fff; text-align: center; }
.track_f .track_submit:hover { background-color: #0ba113; }
.track_tip { color: #f60; font-size: 14px; line-height: 24px; }
.queryContext { width: 100%; z-index: 4; font-size: 16px; }
.result-top {/* height: 43px; *//* background-color: #fafafa; *//* border: 1px solid #ddd; */border-bottom: none;}
.result-top span, .result-top a {font-size: 14px;}
.result-top .col1 { width: 124px; text-align: center; font-weight: bold; border-right: 1px solid #ddd; color: #251919; }
.result-top .col2 { width: 123px; text-align: center; font-weight: bold; color: #251919; }
.result-info2 { border: 1px solid #ddd; width: 100%; border-bottom: 0; }
.result-info2 td { padding: 10px; color: #000; border-bottom: 1px solid #d8d8d8; background-color: #fbfbfb; font-size: 12px; padding: 6px; line-height: 18px; }
.result-info2 .row1 { width: 100px; text-align: right; }
.result-info2 .status { width: 40px; background: url("../images/ico_status.gif") -50px center no-repeat #fbfbfb; }
.result-info2 .status-first { background: url("../images/ico_status.gif") 0px center no-repeat #fbfbfb; }
.result-info2 .status-check { background: url("../images/ico_status.gif") -150px center no-repeat #fbfbfb; }

/* priceform */
.priceform { width: 100%; }
.priceform .form-group { position: relative; width: 100%; margin-bottom: 10px; }
.priceform .input-group { position: relative; width: 100%; padding-left: 80px; }
.priceform .input-group.col50 {width: 90%;float: left;}
.priceform .input-group.col30 { width: 33.33333%; float: left; }
.priceform .input-group #length,.priceform .input-group #width,.priceform .input-group #height{
	width: 33%;
	float: left;
}
.priceform .input-group #length,.priceform .input-group #width{
	margin-right: 0.5%;
}
.priceform .input-group.spaninput { padding-right: 30px; }
.priceform .input-group.spaninput.big_spaninput { padding-right: 160px; }
.priceform label, .priceform span {position: absolute;left: 0;top: 0;width: 80px;height: 34px;line-height: 34px;color: #000;text-align: left;font-size: 13px;}
.priceform span { left: auto; right: 0; width: 30px; text-align: left; padding-left: 4px; }
.priceform .input-group.spaninput.big_spaninput span { width: 160px; }
.priceform .input-group.spaninput.big_spaninput span img { display: inline-block; vertical-align: middle; }
.priceform .form-control {position: relative;display: block;width: 100%;height: 34px;border: 1px solid #eaeaea;padding: 0 10px;line-height: 24px;background-color: #fff;border-radius: 50px;outline: none;}
.priceform .form-btn {display: block;width: 120px;height: 34px;line-height: 34px;background: #ff0000;color: #fff;margin-left: 80px;text-align: center;font-size: 14px;margin: 0 auto;border-radius: 50px;}
.priceform .form-btn.form-btn2 {  background: #f2f2f2; color: #000; }
.priceform .form-link {float: left;font-size: 12px;line-height: 34px;padding: 0 10px;color: #ff0000;}
.priceform .input-group.col30 { padding-left: 30px; }
.priceform .input-group.col30 label { width: 30px; }
.price-table-box{
	/* background-color: #f7f7f7; */
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.price-table {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.price-table tr {
	font-size: 14px;
	line-height: 30px;
	width: 100%;
}

.price-table tr td:nth-of-type(odd) {
	width: 121px;
}

.price-table tr td:nth-of-type(even) {
	color: #787878;
}


/*仓库*/
.canku_di li{
	width:70px;
	height:30px;
	float:left;
	margin:10px 10px;
	text-align:center;
	line-height:30px;
	font-size:14px;
}
.canku_di .canku_cur{
	background-color:#ff0000;
	color:white;
}
.canku_biao{
	width:calc(100% - 20px);
	text-align:center;
	margin:10px 10px;
}
.canku_biao th{
	font-weight:normal;
	border:1px solid #e5e5e5;
	padding:4px 0;
	background-color: #ffeef2;
}
.canku_biao td{
	width:50%;
	padding:4px 0;
	border:1px solid #e5e5e5;
}
.canku{
	max-width: 100%;
	margin:0 auto;
	margin-bottom:20px;
}



















/*track*/
.result-list {
    position: relative;
    z-index: 1;
    /* width: 90%; */
    margin: 13px auto;
}
.search_btn {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #fff;
    background: #ff0000;
    border: 0;
    font-family: microsoft yahei;
    border-radius: 4px;
    cursor: pointer;
    opacity:1;
}
.search_box .search_btn:hover {
    opacity:0.8;
}
.result-list .result-item {
    background: #fff;
    color: #131313;
    /* margin-bottom: 20px; */
    position: relative;
}

.result-list .result-item .result-top {
    padding: 0 12px;
    padding-top: 2px;
    position: relative;
    border-bottom: 2px solid #eee;
    /* background-color: #1c1c1c; */
    color: #000;
    font-weight: bold;
    }
.result-list .result-item .result-top .numbers {
    display: block;
    /* width: 520px; */
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    /* margin-bottom: 30px; */
    margin: 0;
    text-align: center;
}
.result-list .result-item .result-top .result-static {
    position: absolute;
    right: 11px;
    top: 7px;
    text-align: right;
    font-size: 16px;
}
.result-list .result-item .result-top .result-static em.static-text {
    font-size: 16px;
    line-height: 26px;
}
.result-list .result-item .result-top .result-static.static-4 .static-text {
    color: #ff0000;
}
.branch-list {
    padding-top: 10px;
    border-top: 0;
}

.result-list .result-item .branch-list .branch-item {
    padding-left: 32px;
    position: relative;
    padding-bottom: 10px;
    padding-right: 8px;
    display: none;
}
.result-list .result-item .branch-list .branch-item.first {
    display: block;
    font-weight: 700;
    color: #251919;
}
.result-list .result-item .branch-list .branch-item.show {
    display: block;
}
.result-list .result-item .branch-list .branch-item.first .branch-circle {
    width: 40px;
    height: 17px;
    line-height: 17px;
    background: #ff0000;
    color: #fff;
    left: 0;
    top: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 12px;
}
.result-list .result-item .branch-list .branch-item .branch-line {
    display: block;
    width: 1px;
    height: 90%;
    /* background: #ccc; */
    position: absolute;
    left: 17px;
    top: 20px;
    /* z-index: 1; */
}
.result-list .result-item .branch-list .branch-item:last-child .branch-line {
    display: block;
    width: 1px;
    height: 0;
    background: #ccc;
    position: absolute;
    left: 19.5px;
    top: 20px;
    z-index: 1;
}
.result-list .result-item .branch-list .branch-item .branch-text {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.result-list .result-item .branch-list .branch-item:first-child .branch-text{
	/* font-weight:bold; */
	color:#000;
}
.result-list .result-item .branch-list .branch-item .branch-text a{
	color: #ff0000;
}
.result-list .result-item .branch-list .branch-item .branch-time {
    font-size: 12px;
    color: #a1a1a1;
    line-height: 22px;
    font-weight: normal;
}
.result-list .result-item .branch-list .branch-item .branch-circle {
    display: block;
    /* background-color: rgba(195, 13, 35, 0.3); */
    width: 14px;
    height: 14px;
    padding: 6px;
    background: #fff;
    /* border: 1px solid #ff0000; */
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}
.result-list .result-item .branch-list .branch-item:first-child .branch-circle {
    display: block;
    background-color: rgba(255, 0, 0, 0.3);
    width: 6px;
    height: 6px;
    padding: 6px;
    border-radius: 100%;
    position: absolute;
    left: 11px;
    top: 5px;
    z-index: 2;
}
.result-list .result-item .branch-list .branch-item .branch-circle em {
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    top: 4px;
}
.result-list .result-item .branch-list .branch-item:first-child .branch-circle em {
    display: block;
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 3px;
}
.express-cont.price .price-result .result-item-list div {
    line-height: 88px;
    text-align: center;
}
.express-cont.price .price-result .ship_a {
    display: block;
    width: 135px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #231815;
    cursor: pointer;
    margin: 0px auto 0;
    border-radius: 100px;
}



/*help*/
.qamain { width: 100%; }
.qarside { width: 318px; }
.qarside .imgb { width: 100%; padding-bottom: 30px; }
.qarside .imgb img { width: 100%; height: auto; }
.qamain .b {margin-top: 10px;/* border: 2px solid #eee; */width: 100%;/* padding: 0 15px; */box-shadow: 0 3px 10px rgb(0 0 0 / 5%);border-radius: 10px;}
.qamain .b:hover { border-color: #eee; }
.qamain .b.on {/* border: 2px solid #eee; */}
.qamain .b .q {    /*! margin-bottom: 10px; */cursor: pointer;line-height: 22px;font-size: 14px;padding-left: 10px;color: #000;/* background-color: #fafafa; *//* border-bottom: 1px solid #eee; */padding: 10px;}
.qamain .b .q .q-num {width: 19px;height: 22px;color: #fff;font-weight: bold;background: #ff0000;display: inline-block;text-align: center;border-radius: 9px;margin-right: 10px;}
.qamain .b.on .q {/* color: #fff; */font-weight: bold;}
.qamain .b .a {display: none;padding: 5px 12px;border-top: 1px solid #eee;/* border-top: 0; */font-size: 14px;line-height: 24px;color: #666;}
.qamain .b .a p{margin:0;}
.qamain .b .q:hover span.txt { color: #116fd3; }