@charset 'UTF-8';

/**!
 * 首页
 * author: wangkai
 * date: 2019-03-09
 * editor: qianyuting
 * last edit date: 2021-10-18 
 */

/* main */

.floor1 {
    padding: 0 8px;
    height: 349px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

/* 公共标题样式 */

.cm-hd {
    height: 61px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}

.cm-tt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 60px;
    color: #333;
    border-bottom: 2px solid #548dd7;
}

.cm-tt-cn {
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
}

.cm-tt-en {
    line-height: 24px;
    color: #bababa;
    font-size: 13px;
}

/* 图片轮播 */

.slideBox {
    position: relative;
    overflow: hidden;
    margin-left: 204px;
    height: 448px;
}

.slideBox-hd {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    z-index: 1;
    overflow: hidden;
    height: 10px;
}

.slideBox-hd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.slideBox-hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url('../images/stag.png') no-repeat;
}

.slideBox-hd ul li.on {
    width: 29px;
    background-image: url('../images/stag_cur.png');
}

.slideBox-bd {
    position: relative;
    z-index: 0;
    height: 100%;
}

.slideBox-bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.slideBox-bd img {
    display: block;
    width: 100%;
    height: 448px;
}

/* 通知公告、工作动态 */

.notice {
    position: relative;
    padding-top: 12px;
    height: 202px;
    border-bottom: 1px dashed #c6c6c6;
    overflow: hidden;
}

.notice-hd {
    height: 29px;
    overflow: hidden;
}

.notice-tt {
    position: relative;
    float: left;
    margin-left: 3px;
    padding: 0 9px;
    height: 24px;
    line-height: 23px;
    font-size: 16px;
    color: #333;
}

.notice-tt i {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -4px;
    display: none;
    width: 8px;
    height: 3px;
    background: url('../images/tab_ico.png') center top no-repeat;
}

.notice-tt.active {
    color: #1a78cc;
    border-bottom: 2px solid #1a78cc;
}

.notice-tt.active i {
    display: block;
}

.notice-bd {
    height: 132px;
}

.more {
    position: absolute;
    top: 12px;
    right: 0;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.list {
    padding: 3px 0;
}

.list-node {
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    background: url('../images/dian.png') left center no-repeat;
}

.list-name {
    display: block;
    max-width: 100%;
    color: #333;
}

.list-time {
    color: #999;
}

.list-node:hover {
    background-image: url('../images/dian_cur.png');
}

.list-node:hover .list-name,
.list-node:hover .list-time {
    color: #1a78cc;
}

/* 登录 */

.syslogin {
    margin-top: 20px;
}

.syslogin-node {
    float: left;
    width: 88px;
    vertical-align: top;
    text-align: center;
}

.syslogin-name {
    display: inline-block;
    vertical-align: top;
    min-width: 54px;
    padding-top: 66px;
    height: 36px;
    line-height: 18px;
    color: #333;
    background-position: center top;
    background-repeat: no-repeat;
}

.syslogin-name.icon1 {
    background-image: url('../images/sys_icon1.png');
}

.syslogin-name.icon2 {
    background-image: url('../images/sys_icon2.png');
}

.syslogin-name.icon3 {
    background-image: url('../images/sys_icon3.png');
}

.syslogin-name:hover {
    color: #1167b7;
}

.syslogin-name.icon1:hover {
    background-image: url('../images/sys_icon1_h.png');
}

.syslogin-name.icon2:hover {
    background-image: url('../images/sys_icon2_h.png');
}

.syslogin-name.icon3:hover {
    background-image: url('../images/sys_icon3_h.png');
}

/* 系统 */

.system {
    position: relative;
    margin-top: 8px;
    width: 282px;
}

.system-item {
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url("../images/system_bg.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.system-item:nth-child(2) {
    background-image: url("../images/system_bg2.jpg");
}

.system-item a {
    color: #fff;
}

.system-item:last-child {
    margin-bottom: 0;
}

.system-item:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}

/* 今日交易 */

.trade {
    height: 134px;
}

.trade-node {
    float: left;
    margin-left: 90px;
    padding: 0 7px;
    width: 218px;
    height: 130px;
    vertical-align: top;
    background-repeat: no-repeat;
}

.trade-node:first-child {
    margin-left: 0;
}

.trade-node:last-child {
    float: right;
}

.trade-node:hover {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
}

.trade-node.icon1 {
    background: url('../images/trade_bg1.jpg');
}

.trade-node.icon2 {
    background: url('../images/trade_bg2.jpg');
}

.trade-node.icon3 {
    background: url('../images/trade_bg3.jpg');
}

.trade-node.icon4 {
    background: url('../images/trade_bg4.jpg');
}

.trade-node a {
    display: block;
}

.trade-hd {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.trade-bd {
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.trade-bd span {
    display: inline-block;
    vertical-align: top;
    margin: 8px 5px 0 5px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}

.trade-bd span:first-child {
    margin-top: 0;
    height: 58px;
    line-height: 58px;
    font-size: 32px;
    font-weight: bold;
}

/* 交易服务 */

.service {
    height: 172px;
    overflow: hidden;
}

.service ul {
    margin: -20px -90px 0 0;
}

.service-node {
    float: left;
    margin: 20px 90px 0 0;
    width: 555px;
    height: 105px;
    background-repeat: no-repeat;
}

.service-item {
    display: block;
    padding: 0 10px;
    height: 105px;
    line-height: 105px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

.service-name {
    display: inline-block;
    max-width: 100%;
    padding-left: 90px;
    background: left center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}

.service-node.icon1 {
    background-image: url('../images/service_bg1.jpg');
}

.service-node.icon1 .service-name {
    background-image: url("../images/service_icon1.png");
}

.service-node.icon2 {
    background-image: url('../images/service_bg2.jpg');
}

.service-node.icon2 .service-name {
    background-image: url("../images/service_icon2.png");
}

.service-item:hover {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
}