

/* innav */
.innav {position: relative;width: 96%;/* height: 38px; */background: #fff;z-index: 2;margin: 10px auto;overflow-x: auto;overflow-y: hidden;/* padding: 0 10px; */}
.innav ul { width: auto; white-space: nowrap; }
.innav li {display: block;float: left;width: 32.33%;margin: 0 0.5% 1% 0.5%;}
.innav li:nth-child(4+4n) { border-right: 1px solid #ddd; }
.innav li.on { border-color: #f14668; }
.innav li a {display: block;width: 100%;height: 38px;font-size: 13px;color: #444;line-height: 38px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 0.1%;background-color: #fff;/* box-shadow: 0 2px 7px 0 rgba(5,34,97,.1); */border: 1px solid #ddd;background: url(http://m.xiapi56.com/content/images/li_san.png) right center no-repeat;position: relative;padding-left: 10%;}
.innav li a:before {
    content: "";
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    top: 13px;
    right: 6px;
    color: #666;
    font-size: 18px;
    background: url(../image/innav_jian.png) no-repeat 0 -8px;
    width: 14px;
    height: 11px;
    display: block;
}
.innav li.on a {background: #f14668;color: #fff;border: 0;background-image: -moz-linear-gradient(-51deg, #f14668 0%, #038dd4 99%);background-image: -webkit-linear-gradient(-51deg, #f14668 0%, #038dd4 99%);background-image: -ms-linear-gradient(-51deg, #f14668 0%, #038dd4 99%);}
.innav li.on a:before {
  background-position:-39px -8px;
}
.inmain {background: #fff;padding: 0 0 10px 0;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; }


/*查询*/
.query{
		max-width:1033px;
		margin:0 auto;
	}
	.query_kuang{
		border-radius:3px;
		overflow:hidden;
		width:560px;
	}
	.query_kuang input{
		float:left;
		border-radius: 5px 0 0 5px;
	}
	.query_kuang_left{
		border:0;
		width:500px;
		height: 40px;
		padding-left: 20px;
		background-color:#eee;
	}
	.query_kuang_right{
		border:0;
		width: 56px;
		height: 40px;
		background-color: #f14668;
		color:white;
		border-radius: 0 5px 5px 0 !important;
	}
	.query > h1{
		font-size:14px;
		font-weight:normal;
		margin: 20px 0 0 0;
		margin-top: 20px;
		background-color: #f7f7f7;
		text-align: center;
		position: relative;
		line-height: 38px;
	}
	.query > h1 em{
	position:absolute;
	border: 5px solid transparent;
	border-top-color: #999;
	right: 14%;
	top: 16px;
	}
	.query > h1 span{
		color: #f14668;
	}
	@media(max-width:650px){
		.query_kuang{width: 100%;}
		.query_kuang_left{width:calc(100% - 60px);}
	}
	.query ul{
		padding-bottom:20px;
	}
	.query ul li{
		font-size:14px;
		padding:10px 0;
		border-bottom: 1px solid #f1f1f1;
	}
	.query ul li:first-child{ border-top:1px solid #f1f1f1;}
	.query ul li span{
		font-size:12px;
		color:#999;
	}
	.query .query_cur{
		color: #f14668;
	}
	@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: #333; }
.tab-box .abgne_tab ul.tabs li.active a, .tab-box .abgne_tab ul.tabs li:hover a { background: #f14668;/*主色*/ color: #fff; }
.tab-box .abgne_tab ul.tabs li:after { content: ' '; display: none; width: 0; height: 0; /*主色*/ position: absolute; border-top: 6px solid #f14668; 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; }

/* website */
.logistics-website { position: relative; }
.logistics-website h3 { height: 50px; font-size: 14px; color: #333; line-height: 50px; font-weight: normal; }
.logistics-website ul { }
.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 { }
.logistics-website li:hover p { background: #f14668; 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; }


/*新闻分页*/
#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 #f14668; display: inline-block; color: #fff; background: #f14668; 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; }

/* newslist */
.met-news-list ul.met-page-ajax {
    padding: 0px;
    list-style: none;
}
.met-news-list ul.met-page-ajax li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f2f5;
}
.met-news-list ul.met-page-ajax li h4 {
    font-size: 16px;
    margin: 0 0 20px;
    margin-bottom: 5px;
}
.met-news-list ul.met-page-ajax li p.des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #76838f;
    line-height: 20px;
}
.met-news-list ul.met-page-ajax li p.info {
    margin-bottom: 0px;
    font-size: 12px;
    color: #a3afb7;
}
.met-news-list ul.met-page-ajax li p.info span{ padding-left:16px; background:url(../image/date.png) no-repeat left;}


/*新闻详情*/
.news_detail { width: 100%; }
.global_editor_content { padding: 10px; overflow: hidden; }
.news_detail .ad { width: 275px; }
.news_detail h2 { font-size: 20px; color: #202020; text-align: center; font-weight: normal; margin-bottom: 20px; }
.news_detail .param {line-height: 36px; padding: 4px 0; border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; margin-bottom: 20px; }
.news_detail .param * { font-size: 12px; color: #747373; }
.news_detail .param .date }
.news_detail .param .bdsharebuttonbox { }
.news_detail .near { border-top: 1px solid #e5e5e5; padding: 15px 0; }
.news_detail .near .row { display: block; font-size: 14px; width: 100%; line-height: 34px; color: #535353; }
.news_detail .near .row label { color: #f14668; }


/*新闻分页*/
.pagination { text-align: center; line-height: 30px; }
.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: 4px;margin: 10px 0;}
.pagination .number {width: 30px;font-size: 14px;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: 4px;}
.pagination .number.current {width: 30px;font-size: 14px;border: 1px solid #f14668;display: inline-block;color: #fff;background: #f14668;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.pagination a:hover { text-decoration: underline; }

/* 常见问题 */
.qamain { font-size: 15px; color: #666; }
.qamain .b { border-bottom: 1px dotted #ddd; }
.qamain .b .q { padding-bottom: 10px; cursor: pointer; padding-top: 10px; }
.qamain .b .q .count { display: inline-block; background: #f14668; color: #fff; height: 20px; padding: 0 4px; text-align: center; line-height: 20px; margin-right: 3px; border-radius: 3px; }
.qamain .b .q span.txt { color: #333; font-size: 12px; }
.qamain .b .a {display: none;padding-bottom: 30px;font-size: 14px;padding-left: 40px;line-height: 30px;color: #888;position: relative;}
.qamain .b .q em {
    display: inline-block;
    background-color: #f14668;
    height: 20px;
    color: #fff;
    line-height: 19px;
    padding: 0 5px;
    border-radius: 3px;
    margin-right: 10px;
    width: 22px;
    text-align: center;
}
.qamain .b .a em {
    display: inline-block;
    background-color: #ddd;
    height: 20px;
    color: #fff;
    line-height: 19px;
    padding: 0 5px;
    border-radius: 3px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 22px;
    text-align: center;
}
/* 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: #333; 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: #fbfbfb; border: 1px solid #ddd; border-bottom: none; }
.result-top span, .result-top a { display: inline-block; height: 43px; line-height: 43px; vertical-align: middle; font-size: 14px; }
.result-top .col1 { width: 124px; text-align: center; font-weight: bold; border-right: 1px solid #ddd; color: #333; }
.result-top .col2 { width: 123px; text-align: center; font-weight: bold; color: #333; }
.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("../image/ico_status.gif") -50px center no-repeat #fbfbfb; }
.result-info2 .status-first { background: url("../image/ico_status.gif") 0px center no-repeat #fbfbfb; }
.result-info2 .status-check { background: url("../image/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: 50%; float: left; }
.priceform .input-group.col30 { width: 33.33333%; float: left; }
.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: #333; text-align: right; font-size: 12px; }
.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 #f14668;padding: 0 10px;line-height: 24px;background-color: #fff;}
.priceform .form-btn {display: block;width: 200px;height: 34px;line-height: 34px;background: #f14668;color: #fff;margin-left: 80px;text-align: center;font-size: 14px;margin: 0 auto;}
.priceform .form-btn.form-btn2 {  background: #f2f2f2; color: #000; }
.priceform .form-link {float: left;font-size: 12px;line-height: 34px;padding: 0 10px;color: #f14668;}
.priceform .input-group.col30 { padding-left: 30px; }
.priceform .input-group.col30 label { width: 30px; }



/*仓库*/
.canku_di{
		
	}
	.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:#00cccc;
		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;
		font-size:;
		border:1px solid #e5e5e5;
	}
	.canku{
		max-width: 100%;
		margin:0 auto;
		margin-bottom:20px;
	}



