﻿/**!
 * author: gaoli;
 * date:2018-2-13
 */


/* 正文 */
/* banner */

.ewb-banner {
    position: relative;
    height: 500px;
    background: url('../images/banner.jpg') no-repeat center top;
}

.ewb-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.ewb-banner-wrap {
    position: relative;
}

.ewb-banner-box {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 564px;
}

.ewb-banner-item {
    position: absolute;
    width: 148px;
    height: 148px;
}

.ewb-banner-item.item1 {
    top: 180px;
    left: 0px;
}

.ewb-banner-item.item2 {
    top: 94px;
    left: 77px;
}

.ewb-banner-item.item3 {
    position: relative;
    top: 180px;
    left: 155px;
}

.ewb-banner-item.item4 {
    top: 94px;
    left: 234px;
}

.ewb-banner-item.item5 {
    top: 180px;
    left: 312px;
}

.ewb-banner-hover {
    display: none;
    position: absolute;
    top: 88px;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    z-index: 99999;
}

.ewb-banner-item.item3:hover .ewb-banner-hover {
    display: block;
}

.ewb-banner-item2.item6 {
    float: left;
    width: 122px;
    height: 122px;
}

.ewb-banner-item2.item7 {
    float: left;
    width: 122px;
    height: 122px;
    margin-left: 35px;
}

.ewb-banner-item.z200 {
    z-index: 200;
}

.ewb-banner-item:hover {
    z-index: 100;
}

.map {
    outline: 0;
}

area {
    outline: 0;
}

/* tool */
.ewb-tool {
    position: absolute;
    top: 0px;
    right: 0;
    width: 90px;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #aba8a9;
    background-color: #fff;
}


.ewb-tool ul li {
    padding: 7px 0;
    border-top: 1px solid #d7d7d7;
}

.ewb-tool ul li:first-child {
    border-top: none;
}

.ewb-tool-link {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 6px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center 15px;
    cursor: pointer;
}

.ewb-tool-link:hover {
    color: #f30404;
    background-color: #fae5e5;
}

.ewb-tool-link.link1 {
    background-image: url(../images/tool_icon1.png);
}

.ewb-tool-link.link2 {
    background-image: url(../images/tool_icon2.png);
}

.ewb-tool-link.link3 {
    background-image: url(../images/tool_icon3.png);
}

.ewb-tool-link.link1:hover {
    background-image: url(../images/tool_icon1h.png);
}

.ewb-tool-link.link2:hover {
    background-image: url(../images/tool_icon2h.png);
}

.ewb-tool-link.link3:hover {
    background-image: url(../images/tool_icon3h.png);
}
.ewb-tool-link.link4 {
    background-image: url(../images/tool_icon4.png);
}
.ewb-tool-link.link4:hover {
    background-image: url(../images/tool_icon4h.png);
}


/*phone*/
@media(max-width: 767px) {
    .ewb-banner {
        height: auto;
        padding-top: 10px;
        background: none;
    }

    .ewb-banner>img {
        height: 290px;
        width: 100%;
    }

    .ewb-banner-wrap {
        text-align: center;
    }

    .ewb-banner-box {
        position: static;
        display: inline-block;
        text-align: center;
        font-size: 0;
        width: 296px;
    }

    .ewb-tool {
        position: static;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
    }

    .ewb-banner-item {
        position: static;
        width: 98px;
        height: 99px;
        display: inline-block;
    }

    .ewb-banner-item.item3 {
        top: 0;
        left: 0;
    }

    .ewb-banner-hover {
        top: 60px;
        margin-left: -101px;
        width: 202px;
    }

    .ewb-banner-item2.item6 {
        width: 98px;
        height: 99px;
    }

    .ewb-banner-item2.item7 {
        width: 98px;
        height: 99px;
        margin-left: 5px;
    }

    .ewb-tool ul li {
        float: left;
        width: 33.3333%;
        border-top: none;
        border-left: 1px solid #d7d7d7;
    }

    .ewb-tool ul li:first-child {
        border-left: none;
    }

    .ewb-tool-link {
        line-height: 14px;
        font-size: 14px;
        padding-top: 30px;
        padding-bottom: 4px;
        background-position: center 3px;
        background-size: 26px;
    }

}


/* ipad */
@media (min-width: 768px) and (max-width: 1199px) {
    .ewb-banner {
        background: url('../images/banner_pad.jpg') left top no-repeat;
    }

    .ewb-banner-box {
        left: 50%;
        margin-left: -258.5px;
    }
}

/* 弹窗 */
/* 中心信息 */
.ewb-layer {
    padding: 7px 30px 0;
    background-color: #fff;
}

.ewb-layer-hd {
    height: 46px;
    border-bottom: 1px solid #d7d7d7;
}

.ewb-layer-tt {
    float: left;
    line-height: 44px;
    font-size: 20px;
    padding: 0 6px;
    color: #c30d23;
    border-bottom: 2px solid #c30d23;
}

.ewb-layer-more {
    float: right;
    color: #dc3c50;
    padding: 0 10px 0 12px;
    height: 22px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #dc3c50;
    border-radius: 15px;
}

.ewb-layer-more:hover {
    background-color: #fff3f4;
}

.ewb-layer-bd {
    height: 310px;
    overflow: hidden;
}

.ewb-center .ewb-layer-bd {
    overflow-y: auto;
}

/* 图片轮播 */
.ewb-layer-l {
    position: relative;
    float: left;
    width: 368px;
    overflow-y: auto;
}

.owl-carousel .item {
    display: block;
}

.owl-carousel img {
    display: block;
    width: 100%;
    height: 284px;

}

.owl-carousel {
    position: relative;
}

/* 文字介绍 */
.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    text-indent: 10px;
    padding-right: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/mask-bg.png") repeat;
}


/* 分页按钮 */
.wb-slider-switcher {
    position: absolute;
    right: 7px;
    bottom: 10px;
    height: 18px;
    z-index: 99;
}

.wb-slider-stag {
    float: left;
    font-size: 12px;
    margin-right: 3px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
    border: 0;
    outline: 0;
}

.wb-slider-stag.active {
    background: #ff8202;
}

/* 列表 */
.ewb-layer-r {
    height: 284px;
    margin-left: 388px;
    overflow: hidden;
}


/* 通知公告 */

.ewb-public .wb-data-item {
    padding-top: 17.5px
}

/* 今日交易 */
.ewb-layer-thead {
    margin-top: 10px;
}

.ewb-layer-thead,
.ewb-layer-today table {
    width: 100%;
    table-layout: fixed;
}

.ewb-layer-thead tr th {
    height: 38px;
    color: #515151;
    text-align: center;
    background-color: #faeaea;
}

.ewb-th1 {
    width: 50%;
}

.ewb-th2 {
    width: 30%;
}

.ewb-layer-today table tr td {
    text-align: center;
    font-size: 15px;
    height: 32px;
    color: #464646;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-layer-today table tr:first-child td {
    padding-top: 3px;
}

.ewb-layer-today table tr .ewb-th1 {
    text-align: left;
    text-indent: 10px;
}

.ewb-layer-today .ewb-th1>a {
    display: block;
    color: #464646;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-layer-today .ewb-th1>a:hover {
    color: #c30d23;
}

/* phone */
@media(max-width: 767px) {
    .owl-carousel img {
        height: auto;
    }

    .ewb-layer-tt {
        font-size: 14px;
    }

    .ewb-layer-l {
        float: none;
        width: 100%;
    }

    .ewb-layer-r {
        margin-left: 0;
        height: auto;
    }

    .ewb-layer-today table tr th,
    .ewb-layer-today table tr td {
        font-size: 14px;
    }

    .ewb-layer-thead,
    .ewb-layer-wrap,
    .ewb-layer-today table {
        width: 767px;
    }
}


/* 分中心 */
.ewb-city {
    margin-top: 30px;
}

.ewb-city-items {
    margin: 0 -18px;
}

.ewb-city-items>li {
    float: left;
    width: 14.2857%;

}

.ewb-city-link {
    position: relative;
    display: block;
    margin: 0 18px;
    border-radius: 10px;
    overflow: hidden;
}

.ewb-city-link>img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.ewb-city-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    padding: 7px 0 10px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url('../images/mask-bg.png') repeat;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}

.ewb-city-mask>p {
    line-height: 28px
}

.ewb-city-mask>i {
    display: block;
    width: 50px;
    height: 3px;
    margin: 5px auto 0 auto;
    background: #fff;
}

.ewb-city-link:hover .ewb-city-mask {
    height: 100%;

}

.ewb-city-link:hover .ewb-city-mask>p {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -14px;

}

.ewb-city-link:hover .ewb-city-mask>i {
    display: none;
}

/* phone */
@media(max-width: 767px) {
    .ewb-city {
        margin-top: 0;
    }

    .ewb-city-items {
        margin: 0 -4px;
    }

    .ewb-city-items>li {
        width: 33.33333%;
        margin-top: 10px;
    }

    .ewb-city-link {
        margin: 0 4px;
    }

    .ewb-city-mask {
        height: 47px;
        padding: 3px 0 10px 0;
        font-size: 14px;
    }

    .ewb-city-mask>i {
        margin-top: 3px;
    }

}


/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-city {
        margin-top: 0;
    }

    .ewb-city-items>li {
        width: 20%;
        margin-top: 10px;
    }

}


/* 20210717 */
.ewb-banner-box {
    left: 640px;
}

.ewb-banner-item.item1 {
    top: 148px;
    left: 164px;
}

.ewb-banner-item.item2 {
    top: 66px;
    left: 83px;
}

.ewb-banner-item.item3 {
    top: 230px;
    left: 83px;
}

.ewb-banner-item.item4 {
    top: 148px;
    left: 0;
}

.ewb-banner-hover {
    top: 15px;
    width: 430px;
    margin-left: -215px;
    z-index: -1;
}

.ewb-banner-item2.item7 {
    float: right;
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-banner-box {
        left: auto;
        right: 300px;
    }
}

/* phone */
@media(max-width: 767px) {
    .ewb-banner-wrap {
        height: 292px;
        padding-top: 220px;
    }

    .ewb-banner-box {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 200px;
    }

    .ewb-banner-item {
        position: absolute;
    }

    .ewb-banner-item.item2 {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .ewb-banner-item.item3 {
        top: 100px;
        left: 0;
    }

    .ewb-banner-item.item4 {
        left: 0;
        top: 49px;
    }

    .ewb-banner-item.item1 {
        left: auto;
        right: 0;
        top: 49px;
    }

    .ewb-banner-hover {
        top: 48px;
        width: 203px;
        margin-left: -100px;
    }

}

/* 20220105 */
.notice {
    box-sizing: border-box;
    padding: 13px 0;
    height: 56px;
    margin-top: -2px;
    font-size: 14px;
    background-color: #fff3f4;
}

.notice-hd {
    position: relative;
    width: 118px;
    height: 30px;
}

.notice-hd>span {
    display: block;
    width: 97px;
    height: 30px;
    background: url("../images/notice_tt.png") no-repeat;
}

.notice-hd:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #e8949d;
}

.notice-swiper {
    height: 30px;
    margin-left: 20px;
    width: calc(100% - 228px);
    overflow: hidden;
}

.notice-list {
    white-space: nowrap;
}

.notice-item {
    display: inline-block;
    max-width: 435px;
    padding-left: 23px;
    box-sizing: border-box;
    padding-right: 80px;
    background: url("../images/notice_ico.png") no-repeat left center;
    vertical-align: top;
}

.notice-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-more {
    color: #333;
    line-height: 30px;
    letter-spacing: -2px;
}
