﻿@charset "utf-8";
/* inbanner */
.inbanner { position: relative; height: auto; background: #aaa; padding: 40px 0; background: no-repeat center center; background-size: 100% auto; }
.inbanner.serv { background-image: url(../images/inbanner/serv.jpg); }
.inbanner.cserv { background-image: url(../images/inbanner/cserv.jpg); }
.inbanner.news { background-image: url(../images/inbanner/news.jpg); }
.inbanner.contact { background-image: url(../images/inbanner/contact.jpg); }
.inbanner.liuc { background-image: url(../images/inbanner/liuc.jpg); }
.inbanner h1 { font-size: 18px; line-height: 20px; color: #fff; text-align: center; }

/* innav */
.innav { position: relative; width: 100%;	/* height: 38px; */ background: #fff; z-index: 2; margin-bottom: 10px; overflow-x: auto; overflow-y: hidden;	/* padding: 0 10px; */ }
.innav ul { width: auto; white-space: nowrap; }
.innav li { display: block; float: left; width: 23%; margin: 4px 1%;}
.innav li:nth-child(4+4n) { border-right: 1px solid #ddd; }
.innav li.on { border-color: #0060ab; }
.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%;  border-radius: 6px; background-color: #e9e9e9;}
.innav li.on a { background: #0060ab; color: #fff; }
.inmain { background: #fff; padding: 20px 20px; font-size: 14px; color: #444; line-height: 2em; overflow: hidden; }
.page-name { font-size: 14px; line-height: 20px; margin-bottom: 10px; font-weight: bold; }

/* 标签页 */
.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: #0060ab;/*主色*/ color: #fff; }
.tab-box .abgne_tab ul.tabs li:after { content: ' '; display: none; width: 0; height: 0; /*主色*/ position: absolute; border-top: 6px solid #0060ab; 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: #1268bb; 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: #0060ab; }
.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 #0060ab; display: inline-block; color: #fff; background: #0060ab; 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; }

.pagination a{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;}
.pagination .current{width: 48px; font-size: 14px; border: 1px solid #0060ab; display: inline-block; color: #fff; background: #0060ab; margin: 0 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.pagination .number{width: 48px; font-size: 14px; border: 1px solid #e9e9e9; display: inline-block; margin: 4px; text-decoration: none; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.pagination .current a{color:white}
/* newslist */
.newslist { position: relative; width: 100%; border-top: 6px solid #f1f1f1; }

.newslist li { position: relative; width: 100%; font-size: 12px; line-height: 38px; padding: 0 84px 0 38px; margin: 10px 0; }
.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: #0060ab; }
.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: #0060ab; }
/*新闻分页*/
#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 #0060ab; display: inline-block; color: #fff; background: #0060ab; 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; }
/* 常见问题 */
.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: #0060ab; 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 { 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; }

/*查询-分类*/
.inmain .cha_co{ width: 48%; float: left; text-align: center; border: 1px solid #c4d5e2; margin: 1%; padding: 2%;}
.inmain .cha_co h4{ font-size: 18px; font-weight: bold;}
.input-group .input-label{ font-size: 14px; font-weight: bold;}
/*公司网点*/
.input-group .form-control { width: 240px; height: 35px; background: #0060ab; color: #fff; padding: 0 8px; font-size: 14px; line-height: 35px; border: 1px solid #0060ab; border-radius: 2px; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.input-group .form-control option{ color: #fff;}

/* 案例 */

.case-m .b{
	float: left;
	width: 48%;
	margin: 0 1%;
	background-color: #fff;
	border: 1px solid #bbb;
	
	margin-bottom: 12px;
}
.case-m .b:hover{
	background-color: #0060ab;
}
	.case-m .b .img{
		width: 90%;
		height: 140px;
		margin: 10px;
		border: 1px solid #bbb;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.case-m .b:hover .img{
		background-size: 110% 110%;
		border-color: #fff;
	}
	.case-m .b .title{
		
		line-height: 20px;
		padding-bottom: 8px;
		height: 28px;
		font-size: 13px;
		color: #333;
		margin: 0 12px;
		border-bottom: 1px solid #bbb;
	}
	.case-m .b:hover .title{
		color: #fff;
		border-color: #999;
	}
	.case-m .b .date{
		
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #666;
		padding: 0 12px;
	}
	.case-m .b:hover .date{
		color: #fff;
	}

/*.query_kuang_left{ 
position: relative;
display: block;
width: 60%;
height: 34px;
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
border: 1px solid #ff7e00;
    border-right-color: rgb(255, 126, 0);
    border-right-style: solid;
    border-right-width: 1px;
padding: 0 10px;
line-height: 24px;
border-right: 0;}

.query_kuang_right{
position: absolute;
right: 0;
top: 0;
width: 100px;
height: 34px;
line-height: 34px;
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
background: #ff7e00;
color: #fff;
}*/







