/* 底部 */
ol, ul, li {
    list-style: none;
    vertical-align: top;
}
.clears::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.footer2 {
    background: #21242c;
    box-sizing: border-box;
}

.footer2 .footer_top .footer_logo {
    height: 29px;
    padding-bottom: 36px;
}

.footer2 .footer_top .footer_logo h2 {
    width: 101px;
    height: 100%;
    line-height: 29px;
    text-align: center;
    background: #606060;
    font-size: 14px;
    color: rgba(225, 225, 225, .6);
    float: left;
    position: relative;
}

.footer2 .footer_top .footer_logo h2:before {
    content: '';
    position: absolute;
    right: -4px;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid #606060;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    z-index: 7;
}

.footer2 .footer_top .footer_logo ul {
    float: left;
}

.footer2 .footer_top .footer_logo ul li {
    float: left;
    margin-left: 36px;
}

.footer2 .footer_top .footer_logo ul li img {
    display: block;
    opacity: .7;
}

.footer2 .footer_top .footer_logo ul li img:hover {
    opacity: 1;
}

.footer2 .footer_top .footer_yqlj {
    padding: 12px 0 18px;
}

.footer2 .footer_top .footer_yqlj .inner {
    width: 1200px;
    margin: 0 auto;
}

.footer2 .footer_top .footer_yqlj ol {
    height: 42px;
    border-bottom: 1px #323640 solid;
}

.footer2 .footer_top .footer_yqlj ol li {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #9c9c9c;
    margin-right: 42px;
    cursor: pointer;
}

.footer2 .footer_top .footer_yqlj ol li.cur {
    border-bottom: 3px #e9152e solid;
    color: #e9152e;
}

.footer2 .footer_top .footer_yqlj ul {
    border-bottom: 1px #323640 solid;
}

.footer2 .footer_top .footer_yqlj ul li {
    padding: 18px 0;
    display: none;
    overflow: hidden;
}

.footer2 .footer_top .footer_yqlj ul li.cur {
    display: block;
}

.footer2 .footer_top .footer_yqlj a {
    font-size: 12px;
    color: #949494;
    margin-right: 8px;
    line-height: 26px;
    float: left;
}

.footer2 .footer_top .footer_yqlj a:hover {
    color: #fff;
}

.footer2 .footer_top .footer_ch {
    padding: 5px 0 40px;
}

.footer2 .footer_top .footer_ch ol {
    float: left;
    padding-top: 10px;
}

.footer2 .footer_top .footer_ch ol li {
    width: 140px;
    float: left;
    margin-right: 34px;
}

.footer2 .footer_top .footer_ch ol h2 {
    font-size: 16px;
    color: #bfbfbf;
    padding-bottom: 6px;
}

.footer2 .footer_top .footer_ch ol p a {
    font-size: 14px;
    color: #848484;
    float: left;
    width: 100%;
    line-height: 24px;
}

.footer2 .footer_top .footer_ch ol p a:hover {
    color: #fff;
}

.footer2 .footer_top .footer_ch ul {
    float: right;
    width: 660px;
    margin-top: 18px;
}

.footer2 .footer_top .footer_ch ul li {
    float: left;
    width: 113px;
    margin-right: 44px;
}


.footer2 .footer_top .footer_ch ul li .kefu {
    width: 95px;
    height: 95px;
}

.footer2 .footer_top .footer_ch ul li img {
    display: block;
    margin: 0 auto 8px;
}

.footer2 .footer_top .footer_ch ul li p {
    font-size: 14px;
    color: #c0c0c0;
    text-align: center;
}

.footer2 .footer_bot {
    background: #21242c;
    padding: 20px 0 32px;
}

.footer2 .footer_bot p {
    font-size: 14px;
    text-align: center;
    color: #474747;
    margin-bottom: 5px;
}

.footer2 .footer_bot p a {
    color: #656464;
    margin: 0 8px
}

.footer2 .footer_bot .footbq {
    color: #656464;
}

.footer2 .footer_bot .foot_ch p {
    color: #656464;
}


.footer2 .foot_ch h3 {
    padding-bottom: 15px;
    font-size: 16px;
    color: #e7e7e7;
}

.footer2 .footer_top .footer_ewm {
    background: #262933;
}

.footer2 .footer_top .footer_ewm .inner {
    width: 1200px;
    margin: 0 auto;
    overflow: visible;
    height: 100%;
    position: relative;
}

.footer2 .footer_top .footer_ch ul li.logobot img {
    margin: 25px 0 0 53px;
}
.clears {
    zoom: 1;
}