body{
	background:#f0f0f0;
}
/*最顶部*/
.headTop{
	background-color:#dddddd;
	height:26px;
	line-height:26px;
}
/*顶部*/
header{
	height:80px;
	background-color:#fff;
	position:relative;
	z-index:10000;
}
.logo{
	background:url(../images/logo.png) left center no-repeat;
	background-size:auto 34px;
	height:80px;
	width:300px;
}
/*导航*/
nav li{
	width:105px;
	position:relative;
	float:left;
}
.navTit{
	width:105px;
	height:77px;
	border-bottom:3px solid #fff;
	display:block;
	line-height:77px;
	font-size:15px;
	text-align:center;
}
.navBox{
	position:absolute;
	top:80px;
	left:0px;
	width:105px;
	z-index:1000;
	display:none;
}
.navBox a{
	display:block;
	width:100%;
	line-height:46px;
	background:#f7f8f9;
	text-align:center;
}
nav li.on .navTit{
	background:#f7f8f9;
	border-color:#e9121e;
	color:#e9121e;
}
nav li:hover .navBox{
	display:block;
}
nav li:hover .navTit{
	background:#f7f8f9;
	border-color:#e9121e;
	color:#e9121e;
}
/*轮播图*/
#banner{
	width:100% !important;
	z-index:1;
	position:relative;
}
#banner .bd{
	width:100% !important;
	z-index:1;
	height:auto;}
#banner .bd ul{
	width:100% !important;
	margin:0px;
}
#banner .bd ul li{
	width:100% !important;
	text-align:center;
}
#banner .bd ul li img{
	max-width:100%;
	margin:0px;
	display:inline-block;
	vertical-align:middle;
}
#banner .bd ul li a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
#banner .hd{
	position:absolute;
	bottom:8px;
	z-index:10;
	text-align:center;
	width:100%;
}
#banner .hd ul{
	width:100%;
	text-align:center;
}
#banner .hd li{
	display:inline-block;
	width:11px;
	text-align:center;
	height:11px;
	margin:0 8px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color:transparent;
	background:#fff;
	position:relative;
	behavior:url(PIE.htc);
}
#banner .hd li.on{
	background:#e9121e;
}
/*图标*/
#main{
	background:#fff;
}
.ind_icon{
	background:url(../images/iconbg.png) center bottom no-repeat;
	padding:18px 0px 38px;
	margin-bottom:10px;
}
.ind_icon li{
	float:left;
	width:239px;
	border-left:1px dashed #e9121e;
	line-height:68px;
	text-align:center;
	font-size:20px;
}
.ind_icon li:first-child{
	border-left:0px;
}
.ind_icon li a span{
	color:#e9121e;
	padding-left:30px;
}
/*首页标题*/
.indTit{
	border-bottom:1px solid #ddd;
	line-height:42px;
	margin-bottom:20px;
}
.indTit span{
	font-weight:bold;
	color:#e9121e;
	font-size:18px;
	letter-spacing:1px;
	border-bottom:3px solid #e9121e;
	position:relative;
	bottom:-2px;
	padding:0 8px;
}
.indTit a{
	color:#e9121e;
}
/*公司简介*/
.indAbout{
	width:440px;
}
.indAbout img{
	width:226px;
	height:170px;
	margin-right:15px;
	margin-bottom:0px;
}
.indAbout .cont{
	height:338px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.indAbout .cont p{
	font-size:14px;
	line-height:30px;
	color:#333333;
}
/*运输类别*/
.indSort{
	width:726px;
}
.indSort li{
	float:left;
	width:226px;
	background:#fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:0px 0px 6px #ddd;
	border-radius:6px;
	position:relative;
	behavior:url(PIE.htc);
	padding:32px 0px;
	margin-right:22px;
	margin-bottom:22px;
	text-align:center;
}
.indSort li img{
	height:40px;
}
.indSort li a{
	color:#e9121e;
	font-size:16px;
	margin-top:6px;
}
/*新闻中心*/
.indNews{
	margin-top:10px;
}
.newsList{
	margin-right:30px;
	width:380px;
}
.newsList dl{
	border:1px solid #ddd;
	background:#f7f8f9;
	margin-bottom:6px;
}
.newsList dl dt{
	width:378px;
	height:200px;
	overflow:hidden;
}
.newsList dl dd{
	line-height:60px;
	font-weight:bold;
	padding:0 10px;
	font-size:15px;
	text-align:center;
}
.newsList ul li{
	line-height:45px;
	border-bottom:1px dashed #ddd;
	font-size:14px;
	color:#555555;
	background:url(../images/dot.png) left center no-repeat;
	padding-left:16px;
}
.newsList ul li span.fl{
	width:272px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/*底部*/
footer{
	background:#ddd;		
	margin-top:30px;
	padding:25px 0px 10px;
}
footer dl{
	padding-right:100px;
	text-align:left;
}
footer dl dt{
	font-size:18px;
	color:#000;
	margin-bottom:10px;
}
footer dl dt a{
	color:#000;
}
footer dl dd a{
	display:block;
	line-height:26px;
}
footer .ewm{
	padding:0 100px 0 80px;
	text-align:center;
}
footer .ewm p{
	font-size:14px;
}
footer .ewm img{
	width:120px;
}
footer .tel{
	background:url(../images/footer1.png) left no-repeat;
	padding-left:53px;
	margin-top:30px;
}
footer .tel p{
	font-size:16px;
	color:#e9121e;
	font-style:italic;
}
footer .tel h1{
	font-size:26px;
	color:#e9121e;
	font-style:italic;
	font-weight:bold;
}
.footer2{
	border-top:1px solid #aaa;
	margin-top:20px;
	line-height:26px;
	padding-top:10px;
}
/**********************内页公共样式*************************/
.page{
	margin-top:-66px;
	position:relative;
	z-index:10000;
}
/*左边*/
.left{
	width:246px;
	background-color:#fff;
}
.menuTit{
	background-color:#f21421;
	color:#fff;
	font-size:22px;
	line-height:1.5;
	padding:25px 0px 25px 20px;
}
.menuTit p{
	font-size:16px;
	text-transform:uppercase;
}
.menuUl{
	padding:15px;
}
.menuUl li{
	border-bottom:1px dashed #ddd;
	line-height:50px;
	font-size:15px;
}
.menuUl li a{
	color:#555555;
	display:block;
}
.menuUl li.on a{
	color:#f21421;
	font-weight:bold;
	background:url(../images/menu1.png) right center no-repeat;
}
/*快捷通道*/
.quick .tit{
	padding-left:20px;
	background:#f21421;
	line-height:60px;
	color:#fff;
	font-size:20px;
}
.quick li{
	text-align:center;
	width:122px;
	border-right:1px solid #ddd;
	height:102px;
	border-bottom:1px solid #ddd;
	float:left;
	font-size:15px;
}
.quick li a{
	color:#f21421;
}
.quick li img{
	height:36px;
	margin-top:18px;
}
/*右边*/
.right{
	width:930px;
	background:#fff;
	min-height:700px;
}
/*面包屑导航*/
.breadmenu{
	height:18px;
	line-height:18px;
	background-color:#f0f0f0;
	padding:22px 20px;
}
.breadmenu .fl{
	border-left:4px solid #e9121e;
	padding-left:10px;
	color:#e9121e;
	font-size:16px;
}
.breadmenu .fr{
	font-size:14px;
}
.breadmenu .fr i{
	font-style:normal;
	margin:0 5px;
}
.pageBox{
	padding:20px;
}
/*****************公司简介*******************/
#about img{
	max-width:100%;
}
#about p{
	font-size:15px;
	line-height:2;
}
/*****************新闻中心*******************/
#news li{
	line-height:45px;
	border-bottom:1px dashed #ddd;
	background:url(../images/dot.png) left center no-repeat;
	padding-left:14px;
	font-size:15px;
}
#news li a .fl{
	width:750px;
}
.flip{
	margin-top:20px;
}
.flip a{
	line-height:30px;
	display:inline-block;
	border:1px solid #ddd;
	padding:0 10px;
}
.flip a.on{
	background:#e9121e;
	border-color:#e9121e;
	color:#fff;
}
/**********************新闻详情*******************************/
#news_del{
	padding-bottom:30px;
}
#news_del .title{
	padding-bottom:20px;
	padding-top:10px;
}
#news_del .title h1{
	font-size:20px;
	color:#000;
	margin-bottom:6px;
}
#news_del .title p{
	font-size:14px;
}
#news_del .title p span{
	margin:0 10px;
}
#news_del .cont img{
	max-width:100%;
	margin:8px 0px;
}
#news_del .cont p{
	line-height:2;
}
#news_del .cont{
	padding-bottom:20px;
}
.flip1{
	border-top:1px dashed #ddd;
	padding-top:10px;
}
.flip1 a{
	width:400px;
}
/*****************订单查询*******************/
#order1{
	width:700px;
	margin:0 auto;
}
#order1 form{
	border:1px solid #ddd;
	line-height:50px;
	position:relative;
}
#order1 span.fl{
	width:150px;
	text-align:center;
	font-size:16px;
}
#order1 input[type="text"]{
	width:380px;
	height:50px;
	border:none;
	border-left:1px dashed #ddd;
	padding-left:15px;
	font-size:16px;
	outline:none;
}
#order1 input[type="submit"]{
	position:absolute;
	right:0px;
	top:0px;
	background:#e9121e;
	color:#fff;
	border:none;
	outline:none;
	width:130px;
	height:50px;
	line-height:50px;
	font-size:16px;
}
.order1_end .title{
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:25px;
}
.order1_end li{
	background:url(../images/order1.png) left top no-repeat;
	padding:0px 0 20px 80px;
}
.order1_end li.on{
	background:url(../images/order2.png) left top no-repeat;
	color:#e9121e;
}
.order1_end li h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
}
.order1_end li p{
	font-size:14px;
	line-height:1.6;
}
/*我要寄件*/
#order2{
	width:800px;
	margin:0 auto;
}
#order2 .name{
	font-size:20px;
	line-height:40px;
}
#order2 .name span{
	font-weight:bold;
	font-size:30px;
	display:inline-block;
	vertical-align:top;
	line-height:40px;
	color:#e9121e;
	margin-right:10px;
}
#order2 .tip{
	background:#ddd;
	line-height:40px;
	padding:0 10px;
	margin:10px 0px;
}
#order2 .tip i{
	font-size:16px;
	color:#f00;
	font-style:normal;
	display:inline-block;
	vertical-align:middle;
	padding:0 5px;
}
#order2 input[type="submit"]{
	width:100%;
	line-height:52px;
	background:#e9121e;
	font-size:18px;
	border:none;
	outline:none;
	color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	position:relative;
	behavior:url(PIE.htc);
	margin-top:25px;
}
.orderRow{
	color:#333;
	line-height:55px;
}
.orderRow i{
	font-style:normal;
	color:#f00;
	margin-right:5px;
	line-height:36px;
}
.orderTip{
	display:inline-block;
	width:84px;
	text-align:center;
	text-align-last:justify;
	margin-right:10px;
}
.orderText input{
	width:360px;
	line-height:36px;
	height:36px;
}
.orderText select{
	width:125px;
	line-height:36px;
	height:36px;
	text-align:center;
	text-align-last: center;
	margin-right:4px;
}
.orderText select option{
	line-height:36px;
	text-align:center;
	text-align-last: center;
}
.orderRow1 .orderTip{
	display:inline-block;
	width:180px;
	text-align:center;
	text-align-last:justify;
	margin-right:10px;
}
.orderRow .middle{
	padding:0 10px;
	font-size:16px;
}
.kuaidi{
	width:760px;
	padding:20px;
	margin-bottom:15px;
	background:#f6f6f6;
}

.orderRow{
	background:#fff;
	position:relative;
	behavior:url(PIE.htc);
	margin-bottom:10px;
	padding:0 10px;
}
.orderRow input{
	width:100%;
	height:30px;
	line-height:30px;
	border:none;
	outline:none;
	font-size:15px;
}
/*********************价格查询*************************/
#order3{
	width:650px;
	margin:0 auto;
}
.order3_row{
	font-size:15px;
	line-height:55px;
	border-bottom:1px dashed #ddd;
}
.order3_row span.fl{
	margin-right:10px;
}
.order3_row select{
	width:120px;
	line-height:34px;
	height:34px;
	margin-top:10px;
	text-align:center;
	text-align-last:center;
	font-size:15px;
}
.order3_row i{
	display:inline-block;
	margin:0 10px;
	font-style:normal;
}
.order3_row input[type="text"]{
	height:34px;
	border:1px solid #aaa;
	padding:0 10px;
	font-size:15px;
	color:#000;
	width:200px;
	margin-right:10px;
}
.order3_price{
	font-size:15px;
	line-height:55px;
	border-bottom:1px dashed #ddd;
}
.order3_price span.fl{
	letter-spacing:2px;
}
.order3_price b{
	color:#e9121e;
	margin-left:16px;
	font-size:20px;
}
#order3 input[type="submit"]{
	margin-top:30px;
	width:260px;
	height:44px;
	border:none;
	background-color:#e9121e;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	font-size:18px;
	color:#fff;
	outline:none;
}
/*联系我们*/
#contact h1{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
#contact p{
	font-size:15px;
	line-height:2;
}







#case li {
    float: left;
    border: 1px solid #ddd;
    width: 423px;
    margin: 0 10px 20px;
    overflow: hidden;
    background: #fff;
}
#case li a {
    display: block;
    width: 100%;
    height: 100%;
}
#case li a .img {
    text-align: center;
    height: 300px;
    overflow: hidden;
	line-height:300px;
}
#case li a img {
    max-width: 100%;
    max-height: 100%;
	vertical-align:middle;
}
#case li a h1 {
    padding: 10px 10px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align:center;
}








	.mobile{position:fixed;
    right:0;bottom:100px;
    width: 300px;
    height:620px;
    background: url(../images/mobile_container.png) no-repeat;background-size:100%;z-index:15000;}
	.mobile iframe{height:460px;
		*display:none;
		display:none \9;
		
    position: absolute;
    width:260px;
    top:79px;
    left:20px;background:#fff;}
	.mobile>img{position: absolute;
    width:260px;
    top:79px;
    left:20px;display:none;
		*display:block;
		display:block \9;
		
	}












