﻿body {
    background: #fff;
}

.xmt-header {
    width: 100%;
    height: 457px;
    background: url(/images/xmt_header.jpg) top center no-repeat;
}

.xmt-header-con {
    width: 1200px;
    height: 198px;
    margin: 0 auto;
    padding-top: 259px;
}

.xmt-header-ewm {
    float: left;
    width: 340px;
    height: 164px;
    padding: 10px 0;
    background: #fff;
    margin-bottom: 14px;
}

.xmt-header-ewm li {
    float: left;
    width: 140px;
    height: 164px;
    margin-left: 20px;
}

.xmt-header-ewm li img {
    width: 140px;
    height: 140px;
}

.xmt-header-ewm li p {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.xmt-header-tab {
    float: right;
    width: 608px;
    height: 93px;
    margin-top: 105px;
}

.xmt-header-tab li {
    margin-left: 10px;
    width: 294px;
    height: 93px;
    text-align: center;
    background: url(/images/xmt_tab_nor.png) no-repeat;
    float: left;
    cursor: pointer;
}

.xmt-header-tab li.active {
    background: url(/images/xmt_tab_cur.png) no-repeat;
}

.xmt-header-tab li span {
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.xmt-main {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
}

.xmt-main .xmt-con {
    display: none;
}

.xmt-main .active {
    display: block;
}

.xmt-con .hd {
    height: 50px;
    background: #E7EAED;
    margin-top: 25px;
    text-align: center;
}

.xmt-con .hd span {
    font-size: 24px;
    font-weight: bold;
    color: #50607E;
    line-height: 50px;
}

.weibo-list {
    margin-left: -57px;
}

.weibo-list li {
    width: 152px;
    height: 212px;
    overflow: hidden;
    float: left;
    margin: 30px 0 0 57px;
    text-align: center;
}

.weibo-list li img {
    width: 140px;
    height: 140px;
    padding: 5px;
    border: 1px solid #ddd;
}

.weibo-list li span {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.weixin-list {
    margin-left: -57px;
}

.weixin-list li {
    position: relative;
    height: 212px;
    float: left;
    margin: 30px 0 0 57px;
}

.weixin-logo {
    width: 152px;
    height: 212px;
    overflow: hidden;
}

.weixin-logo img {
    width: 140px;
    height: 140px;
    padding: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.weixin-logo p {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.weixin-ewm {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
    height: 212px;
    z-index: 100;
    cursor: default;
}

.weixin-ewm .ewm-img {
    width: 152px;
    height: 152px;
    overflow: hidden;
}

.weixin-ewm img {
    width: 140px;
    height: 140px;
    padding: 5px;
    border: 1px solid #ddd;

}

.weixin-ewm p {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.lmfooter {
    background: #fff;
    border-top: 2px solid #CC0000;
    margin-top: 20px;
}

.footlist a {
    color: #000;
}

.footnav, .footnav a {
    color: #000;
}