/* --------------

	   ui_pilot.css:导航定位
	   author: ywwei@wisedu.com

 ------------ */
.ui_pilot{
    width: 100%;
    margin: 0 auto;
    position: relative
}

/*导航菜单列表*/
.pilot-tags {
    width: 100%;
    height: 50px;
    font: normal 16px/50px "Microsoft YaHei";
    background-color: #eee;
    position: absolute;
    z-index: 2
}

.pilot-tags li {
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.pilot-tags .hover {
    color: #f60
}

.pilot-tags .active {
    background-color: #f60;
    color: #fff;
}

/*导航内容快*/
.pilot-cons {
    border-bottom: #ccc 1px solid;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%
}

.pilot-con {
    border: #ccc 1px solid;
    border-top: #f60 2px solid;
    zoom: 1;
    border-bottom: none;
}

.pilot-con:after {
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    clear: both
}

.pilot-con-tit {
    padding: 0 10px;
    margin: 0;
    font: normal 16px/40px "Microsoft YaHei";
    border-bottom: #ccc 1px solid;
    background-color: #f4f4f4
}

.pilot-con-wrap {
    padding: 10px
}

/*导航详细标签列表*/
.pilot-dl-list {
    height: 20px;
    margin-right: 10px;
    padding-right: 5px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    width: 31%;
    overflow: hidden;
    float: left;
    margin-bottom: 10px
}

.pilot-dl-list a {
    color: #666;
    text-decoration: none
}

.pilot-dl-list a:hover {
    color: #f60
}

.pilot-dl-list dt {
    font-weight: bold;
    float: left;
    padding-right: 5px
}

.pilot-dl-list dd {
    float: left;
    padding: 0 5px;
    word-break: normal
}

