﻿body {
    background-color: #fafafa;
}

.topbar {
    background-color: #fff;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

/*导航样式*/
.header {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f5f5f5', Direction=180, Strength=13); /*for ie6,7,8*/
    background-color: #fff;
    -moz-box-shadow: 0 5px 13px #f5f5f5;
    -webkit-box-shadow: 0 5px 13px #f5f5f5;
    box-shadow: 0 5px 13px #f5f5f5;
    margin-bottom: 20px;
}

.nav {
    height: 100px;
}

.search {
    width: 662px;
    height: 46px;
    /*margin-left: 7px;*/
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
}
.search .text{
    display: inline-block;
    font-weight:normal;
    width: 139px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 28px;
}
.search .text .title{
    font-style: normal;
}

.search .cate_nav {
    display: none;
    width: 139px;
    background-color: #fff;
    cursor: pointer;
    padding: 10px 0;
    position: absolute;
    left: -1px;
    top: 44px;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    z-index: 999;
}

.search .line {
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #d4d4d4;
    position: absolute;
    left: 140px;
    top: 35px;
}

.search ul li {
    text-align: center;
    height: 30px;
    line-height: 30px;
    *line-height: 35px;
}

.search .down {
    display: inline-block;
    width: 12px;
    height: 6px;
    *height: 12px;
    position: absolute;
    top: 46px;
    left: 110px;
    background: url("../img/icon_xiala.png") no-repeat;
}

.search .close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 110px;
    *right: 100px;
    top: 50%;
    margin-top: -9px;
    background: url("../img/icon_clear.png") no-repeat;
    background-size: 16px 16px;
    display: none;
}

.logo {
    margin-top: 18px;
}

.search input {
    outline: none;
    border: none;
    width: 406px;
    height: 46px;
    padding-left: 165px;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    line-height: 46px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.search input::-ms-clear {
    display: none;
}

.search input::-webkit-input-placeholder {
    font-size: 14px;
    color: #bfbfbf;
}

.search input:-moz-placeholder {
    font-size: 14px;
    color: #bfbfbf;
}

.search input::-moz-placeholder {
    font-size: 14px;
    color: #bfbfbf;
}

.search input:-ms-input-placeholder {
    font-size: 14px;
    color: #bfbfbf;
}

.search button {
    outline: none;
    border: none;
    width: 90px;
    height: 48px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background-color: #f95e01;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.search button:hover {
    background-color: #ff7624;
}

.search span {
    position: absolute;
    top: 40px;
    left: 165px;
    color: #bfbfbf;
}

/*文本内容*/
.hotMainLeft ul {
    width: 100%;
    height: 110px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 2px 2px #e3e3e3;
    margin-bottom: 20px;
}

.hotMainLeft ul li {
    width: 11.11%;
    padding: 17px 0;
    float: left;
    /*position: relative;*/
}

.hotMainLeft ul li .m_icon {
    display: block;
    /*margin-bottom: 10px;*/
    transition: all 1s;
}
.hotMainLeft ul li .blue{
    display: block;
    width: 24px;
    height: 0px;
    background: url("../img/blue.png") no-repeat;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 1s;
}
.hotMainLeft ul li .red{
    display: block;
    width: 24px;
    height: 0px;
    background: url("../img/red.png") no-repeat;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.2s;
}
.hotMainLeft ul li .yellow{
    display: block;
    width: 24px;
    height: 0px;
    background: url("../img/yellow.png") no-repeat;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 1s;
}
.hotMainLeft ul li a:hover b{
    height: 6px;
}
.hotMainLeft ul li .m_icon:hover img{
    /*box-shadow: 1px 1px 2px 2px #1E9FFF;*/
transform: translateY(-5px);
}

.left {
    width: 150px;
    float: left;
    background-color: #fff;
    z-index: 999;
}

    .left ul li {
        width: 130px;
        height: 47px;
        padding-left: 20px;
        text-align: left;
        line-height: 48px;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
    }

.left ul li a {
    display: block;
}

.left .list {
    display: inline-block;
    margin-right: 16px;
}

.lanmuBox li {
    background-color: #fff;
    /*padding-bottom: 20px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f5f5f5', Direction=180, Strength=2); /*for ie6,7,8*/
    background-color: #fff;
    -moz-box-shadow: 1px 2px 2px #e3e3e3;
    -webkit-box-shadow: 1px 2px 2px #e3e3e3;
    box-shadow: 1px 2px 2px #e3e3e3;
    margin-bottom: 10px;
}

.lanmuBox h5 {
    color: #f95e01;
    line-height: 56px;
    padding: 0px 30px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

.lanmuBox .lanmuName img {
    margin-right: 10px;
    vertical-align: middle;
}

.lanmuBox .lanmuName .more{
    font-weight: normal;
    font-size: 14px;
}
.lanmuBox .lanmuCenter ul {
    width: 100%;
}

.lanmuBox .lanmuCenter .lanmuContent li {
    width: 90%;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: none;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.lanmuBox .lanmuCenter .lanmuContent li.last {
    border-bottom: none;
}

.lanmuBox .lanmuCenter ul li a {
    /*word-wrap: break-word;*/
    width: 17%;
    /*height: 30px;*/
    line-height: 30px;
    padding-left: 2%;
    display: inline-block;
    text-align: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.lanmuBox .lanmuCenter ul li a.first {
    color: #7f7f7f;
}

.lanmuBox dl {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.lanmuBox dl dd {
    width: 18%;
    float: left;
    padding-left: 2%;
}

.lanmuBox dl dd a {
    display: block;
    line-height: 40px;
    text-align: left;
}

.current {
    display: block;
}

.footer {
    background: #3d3d3d;
    margin-top: 50px;
}
