﻿@charset "utf-8";

/* 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: 31.33%;margin: 0 1% 2% 1%;}
.innav li:nth-child(4+4n) { border-right: 1px solid #ddd; }
.innav li.on { border-color: #0c6de3; }
.innav li a {display: block;width: 100%;height: 38px;font-size: 13px;color: #444;line-height: 38px;text-align: center;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);}
.innav li.on a { background: #0c6de3; color: #fff; }
.inmain {background: #fff;padding: 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;
		padding-top: 10px;
	}
	.query_kuang{
		border-radius:3px;
		overflow:hidden;
		width:560px;
	}
	.query_kuang input{
		float:left;
	}
	.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: #0c6de3;
		color:white;
	}
	.query > h1{
		font-size:14px;
		font-weight:normal;
		margin:20px 0;
		margin-top:30px;
	}
	.query > h1 span{
		color: #0c6de3;
	}
	@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;
	}
	.query ul li span{
		font-size:12px;
		color:#999;
	}
	.query .query_cur{
		color: #0c6de3;
	}
	@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: #0c6de3;/*主色*/ color: #fff; }
.tab-box .abgne_tab ul.tabs li:after { content: ' '; display: none; width: 0; height: 0; /*主色*/ position: absolute; border-top: 6px solid #0c6de3; 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: #0c6de3; 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: #333; border-left: 6px solid #ccc; padding-left: 8px; }
.newsul li:nth-child(1) .tit { border-left-color: #0c6de3; }
.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 #0c6de3; display: inline-block; color: #fff; background: #0c6de3; 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 */
.newslist {position: relative;width: 100%;}

.newslist li {position: relative;width: 100%;font-size: 12px;line-height: 38px;padding: 0 84px 0 38px;margin: 0 0 10px 0;background-color: #f1f1f1;}
.newslist li:before { content: ''; position: absolute; left: 18px; top: 50%; margin-top: -2px; width: 8px; height: 2px; background: #aaa; border-radius: 50%; }
.newslist li .tit { display: block; width: 100%; font-size: 13px; color: #444; }
.newslist li:nth-child(2n) { background: #f1f1f1; }
.newslist li .tit:hover { color: #0c6de3; }
.newslist li .time { position: absolute; top: 0; right: 0; width: 80px; height: 100%; text-align: center; color: #888; }
/*新闻详情*/
.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: #0c6de3; }


/*新闻分页*/
.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 #0c6de3;display: inline-block;color: #fff;background: #0c6de3;-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: #0c6de3; 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; }

/* 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("../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: 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 #0c6de3;padding: 0 10px;line-height: 24px;background-color: #fff;}
.priceform .form-btn {display: block;width: 200px;height: 34px;line-height: 34px;background: #0c6de3;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: #0c6de3;}
.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;
	}



