body{
    background-color: #f7f7f7;
}
html{
    font-size: 10px;
}
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}
ul { list-style: none; }
img { border-style: none; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }
sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
mark { background: #ff0; }

a, a:hover, a:visited, a:link, a:active {
    text-decoration:none;
    color:#000;
}
input{
    border: none;
    appearance:none;
    -moz-appearance:none;
    outline:none;//input标签聚焦不出现默认边框:
-webkit-appearance: none;//用于IOS下移除原生样式
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
::-moz-placeholder { /* Mozilla Firefox 19+ */  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
input:-ms-input-placeholder{  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
input::-webkit-input-placeholder{  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }

ul, ol {
    　　margin: 0;
    　　padding: 0;
    　　list-style: n;
}
img {
    vertical-align: top;
    border:none;
}
em,strong {
    　　font-style: normal;
    　　font-weight: normal;
}
.button{
    border:0;
    outline:none;
    -webkit-appearance: none;//用于IOS下移除原生样式
}
select {
    border: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

.clearfix {#zoom:1;}
.clearfix:after {content:""; display:block; visibility:hidden; height:0; font-size:0; clear:both;}

.text-danger {color:#ef3863 !important;}
.list-container {width:1200px; margin:0 auto;}
.line-list {min-height:400px; padding-top:20px;}
.line-list>li {float:left; width:33.3%; padding:15px; box-sizing:border-box;}
.line-item {background-color:#fff; padding:20px; height:163px; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,.15); cursor:pointer;}
.line-item:hover {box-shadow:0 0 10px rgba(255, 85, 20, .3);}
.line-item .line-title {margin-bottom:8px;}
.line-item .line-title .meta-title {float:left;}
.line-item .line-title .meta-title .company {font-size:18px; display:block; width:110px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.line-item .line-title .meta-title .area {color:#999; display:block; width:120px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.line-item .line-title .meta-title.arrow {background:url(../img/arrow.png) no-repeat right bottom; padding:10px 15px 1px 4px; font-size:12px; color:#999; margin:0 10px;}
.text-group .text-label {color:#999;}
.text-group .text-val {color:#666;}
.text-center {text-align:center;}
.btn-more {background-color:#2e6da4; color:#fff !important; padding:10px 26px; border-radius:100px; margin-bottom:100px;}
.btn-more:hover {background-color:#387ebb; color:#fff; text-decoration:none;}

#banner-line {background:url(../img/banner-line.jpg) no-repeat center center; height:500px;}
#banner-driver {background:url(../img/banner-driver.jpg) no-repeat center center; height:500px;}
#banner-line .carousel-inner, #banner-driver .carousel-inner {display:table; width:100%; height:500px;}
#banner-line .carousel-inner .item, #banner-driver .carousel-inner .item {display:table-cell; height:500px; vertical-align:middle; text-align:center; color:#fff; font-size:42px;}

.line-board {padding:20px;}
.line-board .text-group2 {box-sizing:border-box; padding:5px 0;}
.text-group2 .text-label {color:#666; width:8em; display:inline-block; text-align:right;}
.line-list2>li {margin-bottom:20px;}
.line-list2 .line-item {padding:30px; height:auto;}
.line-list2 .line-title .meta-title .company, .line-list2 .line-title .meta-title .area {display:inline-block; width:auto; margin-right:10px;}
.line-list2 .line-title .meta-title.arrow {padding-top:0;}
.line-list2 .text-group {width:200px; float:left;}

.drivers-list {}
.drivers-list>li {width:20%; box-sizing:border-box; padding:10px; float:left;}
.driver-item {background-color:#fff; padding:20px; height:120px; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,.15); cursor:pointer;}
.driver-item:hover {box-shadow:0 0 10px rgba(0,0,0,.2);}
.driver-item .item-title .name {font-size:18px; margin-right:10px;}
.driver-item .item-title .phone {color:#999;}
.driver-item .item-info {padding-top:8px;}