/*in.css*/
body{
	background: #fff;
}
.inmain{
	padding-bottom: 20px;
	padding-top: 20px;
}
.inbanner{
	height: 200px;
	width: 100%;
}
	.inbanner.i-serv{ background: url(../images/inbanner/serv.jpg) center center no-repeat; }
	.inbanner.i-about{ background: url(../images/inbanner/about.jpg) center center no-repeat; }
	.inbanner.i-contact{ background: url(../images/inbanner/contact.jpg) center center no-repeat; }
	.inbanner.i-news{ background: url(../images/inbanner/news.jpg) center center no-repeat; }
	.inbanner.i-xuzhi{ background: url(../images/inbanner/xuzhi.jpg) center center no-repeat; }
.innav{
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	background: #040308;
}
.innav .w{
	/*! padding-left: 280px; */
}
.inmain .lside{
	width: 260px;
	/*! background: #f2f2f2; */
	position: relative;
	z-index: 2;
	/*! margin-top: -106px; */
}
.lside .lhead{
	width: 100%;
	/*! height: 106px; */
	padding: 16px 14px;
	background: #040308;
	color: #fff;
	margin-bottom: 5px;
}
	.lside .lhead .h1{
		font-size: 20px;
		/*! font-weight: bold; */
		line-height: 22px;
		display: block;
		padding-bottom: 10px;
	}
	.lside .lhead .h2{
		font-size: 18px;
		line-height: 24px;
	}
.lside .typeul{
	width: 100%;
}
	.lside .typeul li{
		position: relative;
		height: auto;
		margin-bottom: 5px;
	}
	.lside .typeul li a{
		position: relative;
		display: block;
		height: 46px;
		width: 100%;
		line-height: 42px;
		color: #333;
		text-align: center;
		font-size: 16px;
		/*! background-color: #ddd; */
		border: 2px solid #ddd;
	}
		.lside .typeul li.on a,.lside .typeul li:hover a{
			color: #333;
			border-color: #d9271d;
		}
	.lside .typeul li.on li{
		color: #333;
		border-color: #eee;
	}
		.lside .typeul li a:after{
			display: block;
			content:'';
			position: absolute;
			font-weight: 34px;
			font-weight: bold;
			right: 20px;
			top: 12px;
			width: 20px;
			height: 20px;
			background: url(../images/in/servli.png) no-repeat left center;
		}
		.lside .typeul li:hover a:after,.lside .typeul li.on a:after{
			background-image: url(../images/in/servli-on.png)
		}
		.lside .typeul li li a:after{
			display: none;
		}
		.lside .typeul li ul{
			display: none;
			position: absolute;
			width: 200px;
			left: 260px;
			top: 0;
			background: #f2f2f2;
		}
		.lside .typeul li:hover ul{
			display: block;
		}
		.lside .typeul li  ul li{
			margin-bottom: 0;
		}
		.lside .typeul li:hover li a,.lside .typeul li li a{
			text-align: left;
			padding-left: 20px;
			color: #fff;
			background: #d9271d;
		}	
			.lside .typeul li li:hover a{
				color: #fff;
				background: #416000;
			}
.lside .limg{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}

.lside .lcon{
	width: 100%;
	padding: 20px 9px 12px 9px;
	color: #fff;
	background: #d9271d;
	/*! border: 1px solid #fff; */
}
	.lside .lcon li{
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.lside .lcon li .icon{
		margin-top: -9px;
	}
	.lside .lcon li span.p{
		width: 208px;
		margin-left: 10px;
	}

.inmain .rside{
	width: 920px;
}
.rside .rhead {
	font-weight: bold;
	font-size: 18px;
	color: #040308;
	margin-bottom: 10px;
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #ccc;
	text-indent: 30px;
	background: url(../images/path_bg.jpg) no-repeat left center;
	padding-left: 30px;
	line-height: 46px;
	height: 46px;
}
.rbody{
	width: 920px;
	/*! padding-top: 20px; */
	overflow: hidden;
}
/* 服务列表 */
.servul{
	width: 950px;
}
.servul li{
	float: left;
	width: 221px;
	margin-right: 12px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	cursor: pointer;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.servul li:hover{
	background-color: #d9271d;
	color: #fff;
}
.servul li .img{
	width: 100%;
	height: 145px;
	overflow: hidden;
	background-position: center center;
	background-size: 110% 110%;
}
.servul li:hover .img{
	background-size: 100% 100%;
}
.servul li .name{
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*! font-weight: bold; */
	font-size: 12px;
	text-align: center;
}
.artcon{
	padding: 10px;
	font-size:14px;
	line-height:1.8;
}
.artcon img{max-width:100%;border:5px solid #eee;border-radius: 15px;text-shadow:5px 5px #999;margin:10px;}
/* 关于我们页 */
.about{
	
}
.about .ab-head{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.about .ab-body{
	/*padding: 14px;*/
	overflow: hidden;
}
/* 相册 */
.slider {
	height: 128px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 30px;
}
.sliderbox {
	position: relative;
}
.sliderbox li a{
	position: relative;
	width: 200px;
	display: block;
	height: 128px;
	overflow: hidden;
	padding: 10px;
}
	.sliderbox li a img{
		width: 100%;
		height: 100%;
	}
	.sliderbox li a .pic-name{
		position: absolute;
		bottom: -100%;
		left: 10px;
		width: 180px;
		height: 40px;
		padding: 10px;
		background: rgba(0,0,0,0.5);
		color: #fff;
		font-size: 14px;
		text-align: center;
		line-height: 20px;
	}
	.sliderbox li a:hover .pic-name{
		bottom: 10px;
	}
/*必须加这句css,否则向左右，上下滚动时会没有效果*/
.slidernav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 0;
	*word-spacing: -1px;
}
.slidernav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
	margin-left: 10px;
	letter-spacing: normal;
	word-spacing: normal;
}
.slidernav li a {
	width: 16px;
	padding: 2px 4px;
	height: 12px;
	background: #fff;
	color: #000;
	text-align: center;
}
.slidernav li.current a {
	background: #3B8DD1;
	color: #fff;
}
@media screen and (-webkit-min-device-antio:0) {
	.slidernav {
		letter-spacing: -5px;
	}
}
.slider .prev, .slider .next {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	width: 21px;
	height: 61px;
	left: 0;
	background: url(../images/index/ft_icons.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.slider .next {
	right: 0;
	left: auto;
	background-position: 0 -61px;
}
/* 自助服务-查价 */
.qudao-form{
    position: relative;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 70px;
    padding: 20px;
    /*! border: 1px solid #ddd; */
}
.qudao-form:after{
    /*content:"";*/
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 30px;
    line-height: 30px;
    font-family: 'Arial';
    text-align: center;
    background: url(../images/in/qudao-down-icon.png) no-repeat center center;
}
.qudao-form .form-inline .form-group .input-group .form-control{
    width: 170px;
}
.qudao-form .form-inline .form-group .input-group .form-control.short{
    width: 80px;
}
/* 常见问题 */
.askul{
	width: 100%;
}
.askul li{
	width: 100%;
	height: 51px;
	line-height: 50px;
	padding-left: 30px;
	border-bottom: 1px solid #eee;
	background: url(../images/in/askli.png) left center no-repeat;
}
.askul li a{
	width: 100%;
	height: 100%;
	color: #666;
	font-size: 14px;
}
/* 文章页 */
.article{
	padding: 20px 10px;
	border: 1px solid #eee;
}
.article .a-title{
	padding-bottom: 10px;
	text-align: center;
}
.article .a-title .h1{
	width: 100%;
	line-height: 28px;
	font-size: 20px;
	margin-bottom: 14px;
	color: #d9271d;
	font-weight: bold;
}
.article .a-title .info{
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.article .a-title .info em{
	margin-right: 18px;
}
.article .a-dd{
	padding: 10px;
	background: #f5f5f5;
	color: #666;
	font-size: 13px;
	line-height: 1.6em;
	border-radius: 4px ;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.article .a-body{
	padding: 10px;
}

.page_control{
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.page_control .button{
	width: 66px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	padding: 0;
	text-align: center;
	margin-top: -18px;
	background: #fff;
	border-radius: 0;
}
.page_control .page_go{
	width: 100%;
	font-size: 12px;
}
.page_control .page_go a{
	line-height: 33px;
	font-size: 13px;
}
/* 块状分页样式 */
.page {
    text-align: center;
    font-size: 14px;
    display: block;
    clear: both;
    height: 31px;
    line-height: 30px;
    margin-top: 18px;
}
.page a {
    margin: 0 1px 0 0;
    padding: 6px 10px;
    background: #f1f1f1;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd;
}
.page a:hover{
	text-decoration:  underline;
}
.page a.active {
    background: #d9271d;
    border-color: #d9271d !important;
    color: #fff !important;
}
/* 新闻列表页 */
.newsul li{
	width: 100%;
	padding: 18px 10px;
	border-bottom: 1px dotted #bbb;
	cursor: pointer;
}
.newsul li:hover{
	background: #d9271d;
}
	.newsul .img{
		width: 114px;
		height: 90px;
		overflow: hidden;
		background-position: center center;
		background-size: 110% 110%;
		background-repeat: no-repeat;
		border: 2px solid transparent;
	}
	.newsul .img:hover{
		background-size: 100% 100%;
		border-color: #d9271d;
	}
	.newsul .txt-b{
		width: 750px;
		height: 90px;
	}
	.newsul li .title{
		width: 100%;
		height: 36px;
		line-height: 36px;
		color: #333;
		font-size: 14px;
	}
	.newsul li .txt{
		width: 100%;
		height: 40px;
		line-height: 20px;
		color: #666;
		font-size: 12px;
		overflow: hidden;
	}
	.newsul li:hover .title,.newsul li:hover .title .main-color,.newsul li:hover .txt{
		color: #fff !important;
	}
/* 相册页 */
.xc .tag-btn{
	padding: 0 12px;
	background: #bbb;
	color: #fff;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
}
	.xc .tag-btn:hover,.xc .tag-btn.on{
		background: #c5261c;
	}
.xc .tag-body{
	width: 100%;
	/*! height: 360px; */
	position: relative;
}
.xc .tag-body .tag-content{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
	.xc .tag-body .tag-content.on{
		display: block;
	}
.picul{
	width: 100%;
}
.picul li{
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #ccc;
	cursor: pointer;
}
.picul li img{
	width: 100%;
	height: 100%;
}
.picul li:hover img{
	width: 104%;
	height: 104%;
}
.picul li .name{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
}
.picul li:hover .name{
	background: rgba(197,38,28,.4);
}
/* 遮蔽层样式 */
.body_cover {
	height: 100%;
	width: 100%;
	z-index: 3;
	background: #000;
	opacity: .3;
	filter: opacity(30);
	position: fixed;
	top: 0;
	left: 0;
}
/* 弹出框样式 */
.pic_show{
	position: fixed;
	z-index: 4;
	top: -100%;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 70px;
	font-size: 14px;
	line-height: 2em;
	color: #333;
	border: 1px solid #eee;
}
	.pic_show .close_show{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		font-size: 12px;
		padding: 0;
		line-height: 40px;
		text-align: center;
	}
		.pic_show .content{
			width: 100%;
			height: auto;
			min-height: 200px;
			max-height: 500px;
			overflow-y: auto; 
			text-align: center;
		}
		.pic_show .content img{
			max-width: 100%;
		}
		.pic_show .content .name{
			width: 100%;
			height: 50px;
			line-height: 50px;
			font-size: 16px;
			color: #333;
		}
	.pic_show .pic-btn{
		position: absolute;
		top: 50%;
		margin-top: -45px;
		width: 50px;
		height: 90px;
		cursor: pointer;
	}
	.pic_show .pic-btn.prev-btn{
		background: url(../images/prev.png) no-repeat center center #eee;
		left: 10px;
		border-radius: 90px 4px 4px 90px;
	}
	.pic_show .pic-btn.next-btn{
		background: url(../images/next.png) no-repeat center center #eee;
		right: 10px;
		border-radius:  4px 90px 90px 4px;
	}
	.pic_show .pic-btn:hover{
		background-color: #ddd;
	}
/* 联系 */
.map-wrap{
	width: 100%;
	height: 400px;
}
.con-wrap{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.con-wrap .head{
	position: relative;
	background: #c5261c;
	height: 40px;
	width: 100px;
	font-size: 16px;
	padding-left: 20px;
	color: #fff;
	line-height: 40px;
	margin-left: -10px;
}
	.con-wrap .head:before{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 20px solid #c5261c;
		border-bottom: 20px solid transparent;
		border-top: 20px solid transparent;
		top: 0;
		right: -20px;
	}
.con-wrap .con-row{
	margin-top: 20px;
	width: 100%;
}
.con-wrap .con-row .con-h{
	float: left;
	width: 20%;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #c5261c;
}
	.con-wrap .con-row .con-h img{
		margin-right: 10px;
		vertical-align: -4px;
	}
.con-wrap .con-row .con-b{
	float: left;
	width: 80%;
	padding-left: 14px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.con-wrap .con-row .con-b li{
	position: relative;
}
	.con-wrap .con-row .con-b li:before{
		content: '';
		position: absolute;
		width: 6px;
		height: 6px;
		top: 12px;
		left: -12px;
		background: #999;
	}
/* 案例 */
.case-m{
	width: 912.5px;
}
.case-m .b{
	float: left;
	width: 210px;
	margin-right: 12.5px;
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: 1px 0 0 #bbb;
	margin-bottom: 12px;
}
.case-m .b:hover{
	background-color: #c5261c;
}
	.case-m .b .img{
		width: 188px;
		height: 156px;
		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{
		width: 186px;
		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: #ef8686;
	}
	.case-m .b .date{
		width: 186px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #666;
		padding: 0 12px;
	}
	.case-m .b:hover .date{
		color: #fff;
	}
/*留言*/
.jianyi form{
	width: 100%;
	padding: 20px;
}
.jianyi input{
	width: 300px;
	height: 32px;
	border: 1px solid #888;
	background: #fff;
	font-size: 15px;
	line-height: 38px;
	padding: 0 14px;
	color: #777;
	margin-top: 10px;
	border-radius: 2px;
}
.jianyi form .button-group{
	width: 300px;
	margin: 20px auto;
}
.jianyi input[type="submit"],.jianyi input[type="reset"]{
	width: 122px;
	height: 36px;
	line-height: 34px;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 4px;
}
.jianyi input[name="name"]{
	width:200px;
}
.jianyi textarea{
	width: 500px;
	height: 102px;
	border: 1px solid #888;
	background: #fff;
	font-size: 15px;
	line-height: 38px;
	padding: 0 14px;
	color: #777;
	margin-top: 10px;
	border-radius: 4px;
}
.jianyi form span{
	display: inline-block;
	width: 300px;
	padding-top: 18px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
}
input[type="text"]:focus, select:active, textarea:focus{
	border-color: #d9271d;
}
/*运单查询*/

.search-box {
    position: relative;
    z-index: 5;
    width: 590px;
    font-size: 0px;
    line-height: 22px;
    display: block;
    overflow: hidden;
    height: 44px;
    margin: auto;
    margin-top: 20px;
}

.input-box {
    display: block;
    line-height: 22px;
}

.search-box .inp-metro {
    display: inline-block;
    text-indent: 0px;
    padding: 9px 0px;
    width: 464px;
    /*widows: 100%;*/
    height: 44px;
    line-height: 24px;
    vertical-align: middle;
    color: #333;
    margin: 0px;
    font-size: 16px;
    border: 1px solid #d9271d;
    -webkit-appearance: textfield;
    text-indent: 8px;
}

.search-box .btn-query {
    margin: 0px;
    position: relative;
    display: inline-block;
    width: 126px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-indent: 6px;
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
    border: none;
    outline: none;
    background: url("../images/search-ico.png") 8px -5px no-repeat #d9271d;
    text-align: center;
}

.search-box a.btn-query:hover {
    text-decoration: none;
	opacity:.8;
}

.container {
    width: 90%;
    position: relative;
    left: 5%;
    /*right:-5%;*/
}

.notfind-icon {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    color: #ff7f02;
    border-bottom: 1px dashed #ddd;
    background: url(../images/ico_auto.png) 42% -115px no-repeat;
    padding-left: 0;
}

.search-content {
    min-height: 600px;
    width: 610px;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    margin: auto;
    text-align: center;
    /*				background: url(../images/bg_new.png) center center no-repeat;*/
    /*margin-top: 160px;*/
}

.notfind {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}

.track-wrap a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    blur: expression(this.blur());
}

.notfind .notfind-body {
    padding: 10px 20px;
    border: 1px solid #dfdfdf;
    background-color: #fbfbfb;
    margin-top: 10px;
    line-height: 22px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: auto;
}

.select-com {
    margin-bottom: 20px;
    /*padding-left: 7px;*/
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.select-node {
    position: relative;
    padding-right:15px;
    font-size:17px;
}
    .select-node a {
    color:#448ef3;
    }
.result-top {
    margin-top: 10px;
    width: 100%;
    height: 43px;
    background-color: #fbfbfb;
    border: 1px solid #90bfff;
    border-bottom: none;
}

    .result-top .col1 {
        margin-left: -6px;
        width: 170px;
        text-align: center;
        font-weight: bold;
        border-right: 1px solid #ddd;
        color: #333;
    }

    .result-top .col2 {
        width: 498px;
        text-align: center;
        font-weight: bold;
        color: #333;
    }


    .result-top span, .result-top a {
        display: inline-block;
        height: 43px;
        line-height: 43px;
        vertical-align: middle;
        font-size: 14px;
    }

#select-data {
    z-index: 4;
    display: block;
    margin-top: 10px;
    position: relative;
}
.result-info2 { border:1px solid #ddd; width:100%; }
.result-info2 td { padding:10px; color:#000; border-bottom:1px solid #d8d8d8; background-color:#fbfbfb; font-size:12px;  text-align:left;}
.result-info2 .status { width:34px; 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 }
.result-info2 .status-wait { background:url("../images/ico_status.gif") -100px center no-repeat #fbfbfb; }
.result-info2 .last td { color:#FF8c00; border-bottom:none; background-color:#ffffff }
.result-info2 .row1 { width:140px; text-align:right; }

.error-tip {
    display: block;
    padding: 8px;
    line-height: 24px;
    background-color: #FFFAE2;
    border: 1px solid #F5E190;
    margin-top: 10px;
    font-size: 12px;
}

.error-tip-close {
    display: block;
    float: right;
    width: 17px;
    height: 17px;
    margin-top: -3px;
    margin-right: -3px;
}



.qudao-form{
    position: relative;
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 70px;
    padding: 10px;
    border: 1px solid #ddd;
}
.qudao-form:after{
    content:"";
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 30px;
    line-height: 30px;
    font-family: 'Arial';
    text-align: center;
    background: url(../images/cha/qudao-down-icon.png) no-repeat center center;
}
.qudao-form .form-inline .form-group .input-group .form-control{
    width: 170px;
}
.qudao-form .form-inline .form-group .input-group .form-control.short{
    width: 90px;
}
/* 专线 */
.newslist { position: relative; width: 50%; border-top: 6px solid #f1f1f1; float: left;}
.newslist:after { content: ''; position: absolute; top: 0; right: 80px; display: block; width: 4px; height: 12px; background: #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; }