h3{
    font-size: 20px;
}
li {
    list-style: none;
}
.ctrl ul {
    padding-left: 0;
    overflow: hidden;
    height: 200px;
}
.ctrl {
    min-height: 310px;
}
.ctrl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
li a {
    color: #00b7d3;
    line-height: 40px;
    font-size: 16px;
}
.tringle{
    color: #73777a;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
}
.tringle *{
    float: left;
}
.triangle_border_down{
    margin-top: 18px;
    margin-left: 5px;
    width:0;
    height:0;
    border-width:7px 7px 0;
    border-style:solid;
    border-color:#73777a transparent transparent;/*灰 透明 透明 */
    position:relative;
}
.triangle_border_up{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-top: 18px;
    margin-left: 5px;
    width:0;
    height:0;
    border-width:7px 7px 0;
    border-style:solid;
    border-color:#73777a transparent transparent;/*灰 透明 透明 */
    position:relative;
}
ul.autoHeight{
    height: auto;
}

a, a:hover{
    text-decoration: none;   
}

.pro-ctrl {
    padding: 12px 0;
}
.category-ctrl{
    cursor: pointer;
}
.search-con input, .search-con button[name=search]{
    height: 42px;
}
.prob-sub {
    line-height: 28px;
}
.parent-cate {
    line-height: 40px;
}

.header{background:url(../images/bg.jpg) no-repeat center;overflow:hidden;}
.head{width:1170px;margin:50px auto;}
.head .font{font-size:20px;color:#0df;}
.search{height:auto;background:rgba(0,0,0,0.4);overflow:hidden;}
.search .searchbox{width:1170px;margin:0 auto;height:100%;overflow: hidden;}

.search .searchbox .input-group{margin-top:28px;}
.searchbox .btn-default{background:#0df;color:#fff;border-color:#0df;}
.input-group .form-control{border-color:#0df;}
.btn-wrap .btn{border:0;border-bottom:1px solid #eee;border-right:1px solid #eee;}
.btn-wrap .btn:last-child{border-right:0;}
.btn-wrap .btn-success{background:transparent;color:#0df;border-bottom-color:#0df;}

.preview-ctrl, #content{position: relative;}

p.hot-search{
    text-align: center;
    display:table;
    margin:0 auto;
    padding:10px 0;
}
p.hot-search strong.HotSearching{
    cursor: pointer;
    color:#0df;
}
p.hot-search strong{
    float: left;
    color: #fff;
    padding:3px;
    font-size: 14px;
    margin:0 5px;
    font-weight: normal;
}