/**!
 * æ–°ç–†å…¬å…±èµ„æºäº¤æ˜“ä¸­-é¦–é¡µ
 * author: gaojian;
 * date:2018-11-27
 */

body {
    background: url("../images/bg.jpg") center top no-repeat;
}

.ewb-top {
    padding-bottom: 1px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    background: url('../images/top-line.png') left bottom repeat-x;
}

.ewb-top-l {
    float: left;
    padding-left: 22px;
    background: url("../images/wel_icon.png") 0 center no-repeat;
}


/* æ–°ç–†ç»´å¾å°”è‡ªæ²»åŒº */

a.ewb-top-loc {
    display: block;
    margin-top: 13px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 12px 0 29px;
    color: #fff;
    position: relative;
    background: url('../images/top_icon.png') 9px center no-repeat #00adef;
}

.ewb-garden-box {
    padding-top: 11px;
}

.ewb-address {
    padding: 8px 30px 10px 30px;
    background: #fff;
    box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
}

.ewb-address-mod {
    border-top: 1px dashed #d2d2d2;
    line-height: 25px;
    font-size: 14px;
}

.ewb-address-mod:first-child {
    border-top: 0;
}

.ewb-address-name {
    float: left;
    width: 102px;
    height: 25px;
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: bold;
    color: #333;
    padding-right: 8px;
    font-size: 15px;
}

.ewb-address-info {
    margin-left: 102px;
}

.ewb-address-item {
    float: left;
    height: 25px;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: 10px;
    vertical-align: top;
    margin: 6px 10px 10px 10px;
}

.ewb-address-item a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    color: #333;
}

.ewb-address-item a:hover {
    color: #1080cc;
}

.ewb-address-item.cur a {
    background: #00adef;
    color: #fff;
}


/* é¡¶éƒ¨å³ä¾§ */

.ewb-top-r {
    float: right;
}

.ewb-top-a {
    float: left;
}

.ewb-top-item {
    float: left;
}

.ewb-top-item>a {
    color: #fff;
    display: block;
    position: relative;
}

.ewb-top-item.first {
    padding: 0 20px;
    height: 36px;
    line-height: 28px;
    margin: 8px 33px 0;
    position: relative;
    min-width: 60px;
}

.ewb-top-item.ewb-rel {
    position: relative;
}

.ewb-top-item.first>a {
    padding-right: 23px;
    background: url('../images/bom_arrow.png') right center no-repeat;
}

.ewb-person-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 36px 20px 14px 14px;
    background: #fff;
    box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
    z-index: 999;
    min-width: 60px;
}

.ewb-top-item.first:hover>a {
    background-image: url('../images/bom_arrowh.png');
    color: #1080cc;
    font-weight: bold;
}

.ewb-top-item.first:hover {
    background: #fff;
}

.ewb-top-item.first>a {
    position: relative;
    z-index: 9999;
}

.ewb-top-item.first:hover .ewb-person-box {
    display: block;
}

.ewb-person-item {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-person-item a {
    color: #333;
}

.ewb-person-item a:hover {
    color: #0bb1f0;
}

.ewb-person-line {
    border-bottom: 1px dashed #ececec;
    height: 1px;
    margin: 7px 0;
}

.ewb-top-item>span {
    padding: 0 12px;
}


/* å¹³å°å¯¼èˆª */

.ewb-top-rel {
    position: relative;
}

.ewb-top-arrow {
    display: none;
    width: 21px;
    height: 11px;
    background: url('../images/top-arrow.png') no-repeat;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -11px;
    z-index: 99999;
}

.ewb-garden.shadow {
    box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
}

.ewb-garden {
    display: none;
    position: absolute;
    left: 70px;
    right: 70px;
    padding-top: 3px;
    top: 44px;
    z-index: 999;
}

.ewb-garden.ewb-spc {
    padding-top: 0;
}

.ewb-top-l-mod:hover .ewb-top-arrow {
    bottom: -12px;
}

.ewb-top-l-mod .ewb-garden {
    width: 1200px;
    left: 0;
    right: 0;
    top: 43px;
}

.ewb-top-l-mod:hover .ewb-garden,
.ewb-top-l-mod:hover .ewb-top-arrow,
.ewb-top-item:hover .ewb-top-arrow,
.ewb-top-item:hover .ewb-garden {
    display: block;
}

.ewb-garden-mod {
    background: #fff;
    padding-left: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    position: relative;
}

.ewb-grade-line {
    position: absolute;
    width: 1px;
    background: #e5e5e5;
    top: 20px;
    bottom: 30px;
}

.ewb-grade-line1 {
    left: 358px;
}

.ewb-garden-hd>h3 {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.ewb-wt316 {
    width: 316px;
    float: left;
}

.ewb-graden-item {
    width: 105px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-graden-item a {
    padding-left: 13px;
    color: #333;
    /* background: url('../images/info-icon2.jpg') left center no-repeat; */
}

.ewb-graden-item a:hover {
    color: #1080cc;
}

.ewb-wt220 {
    width: 220px;
    float: left;
}

.ewb-wt235 {
    width: 235px;
    float: left;
}

.ewb-wt110 {
    width: 110px;
    float: left;
}

.ewb-ml25 {
    margin-left: 25px;
}

.ewb-grade-line2 {
    left: 604px;
}

.ewb-grade-line3 {
    left: 870px;
}

.ewb-top-log {
    float: left;
    height: 25px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 13px;
    padding: 0 15px;
    margin: 7px 46px 0 32px;
}

.ewb-phone-mod p {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.ewb-top-log a {
    color: #fff;
}

.ewb-top-log span {
    padding: 0 8px;
}

.ewb-banner-top {
    height: 159px;
}

.ewb-top-search {
    float: left;
    width: 222px;
    height: 34px;
    margin-top: 5px;
    border-radius: 17px;
    position: relative;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 34px;
    line-height: 34px;
    color: #333;
    z-index: 1;
    cursor: text;
}

.ewb-reg-txt {
    display: block;
    float: left;
    width: 192px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    border: 0;
    padding: 0;
    outline: 0;
    text-indent: 10px;
    background: url('../images/input-bg.png') repeat;
    border-radius: 17px 0 0 17px;
}

.ewb-reg-txt:focus {
    background: #fff;
}

.ewb-top-search button {
    width: 44px;
    height: 34px;
    padding: 0;
    outline: 0;
    border: 0;
    border-radius: 17px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/search_icon.png') left center no-repeat;
    cursor: pointer;
}

.ewb-banner {
    height: 361px;
    position: relative;
}


/* nav */

.ewb-nav {
    padding-top: 13px;
}

.ewb-nav-list {
    margin-left: 8px;
}

.ewb-nav-list a {
    display: block;
    padding: 0 13px 0 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #fff;
}

.ewb-nav-list:first-child a {
    padding: 0 18px;
}

.ewb-nav-list:hover a,
.ewb-nav-list.cur a {
    background: #00adef;
    color: #fff;
}

/*.ewb-h420 {
    height: 418px;
}
*/
.ewb-col {
    border: 1px solid #dfebf8;
}

.ewb-col-hd {
    padding-top: 25px;
    height: 53px;
}

.ewb-col-hd h2 {
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 26px;
    color: #1080cc;
}

.ewb-col-hd p {
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.ewb-span7 .ewb-col-hd {
    background: url("../images/colhd1.jpg") center bottom no-repeat;
}

.ewb-span10 .ewb-col-hd {
    background: url("../images/colhd2.jpg") center bottom no-repeat;
}

.ewb-span12 .ewb-col-hd {
    background: url("../images/colhd3.jpg") center bottom no-repeat;
}


/* ä»Šæ—¥äº¤æ˜“ */

.ewb-trade {
    padding-top: 6px;
    height: 388px;
}

.tempWrap {
    padding: 0 15px 0 16px;
}

.ewb-trade-list {
    padding: 5px 9px;
    height: 86px;
}

.ewb-trade-title {
    height: 58px;
}

.ewb-trade-title a {
    display: block;
    line-height: 29px;
    color: #333;
}

.ewb-trade-date,
.ewb-trade-room {
    height: 28px;
    line-height: 28px;
    color: #999;
}

.ewb-trade-list:hover {
    color: #00adef;
    box-shadow: 0px 2px 9px 1px rgba(78, 120, 150, 0.4);
}

.ewb-trade-list:hover a {
    color: #00adef;
}

.ewb-trade-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #dbeaf9;
    font-weight: bold;
    color: #1080cc;
    text-align: center;
}


/* äº¤æ˜“ä¿¡æ¯ */

.ewb-info {
    padding-top: 17px;
}

.ewb-info-item {
    height: 284px;
    padding-left: 30px;
}

.ewb-info-list {
    width: 132px;
    height: 125px;
    margin: 0 15px 15px 0;
}

.ewb-info-list a {
    display: block;
    padding-top: 11px;
    height: 112px;
    text-align: center;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.ewb-info-list.item1 a {
    background-color: #e3f5ef;
    border: 1px solid #e3f5ef;
    color: #73b05e;
    background-image: url("../images/info_icon1.png");
}

.ewb-info-list.item2 a {
    background-color: #d7f2fb;
    border: 1px solid #d7f2fb;
    color: #00adef;
    background-image: url("../images/info_icon2.png");
}

.ewb-info-list.item3 a {
    background-color: #fae8dc;
    border: 1px solid #fae8dc;
    color: #d58958;
    background-image: url("../images/info_icon3.png");
}

.ewb-info-list.item4 a {
    background-color: #fae8dc;
    border: 1px solid #fae8dc;
    color: #d58958;
    background-image: url("../images/info_icon4.png");
}

.ewb-info-list.item5 a {
    background-color: #e3f5ef;
    border: 1px solid #e3f5ef;
    color: #73b05e;
    background-image: url("../images/info_icon5.png");
}

.ewb-info-list.item6 a {
    background-color: #d7f2fb;
    border: 1px solid #d7f2fb;
    color: #00adef;
    background-image: url("../images/info_icon6.png");
}

.ewb-info-list.item1 a:hover {
    border: 1px solid #92c580;
}

.ewb-info-list.item2 a:hover {
    border: 1px solid #00adef;
}

.ewb-info-list.item3 a:hover {
    border: 1px solid #d89064;
}

.ewb-info-list.item4 a:hover {
    border: 1px solid #d89064;
}

.ewb-info-list.item5 a:hover {
    border: 1px solid #92c580;
}

.ewb-info-list.item6 a:hover {
    border: 1px solid #00adef;
}

.ewb-info-title {
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
}

.ewb-info-p {
    height: 26px;
    line-height: 26px;
    color: #333;
}

.ewb-info-num {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fe5978;
}

.ewb-info-bartt {
    height: 40px;
    line-height: 40px;
    width: 111px;
    text-align: center;
    font-weight: bold;
    color: #1080cc;
    background: #dbeaf9;
}

.ewb-info-box {
    width: 319px;
    height: 30px;
    padding: 6px 0 4px 0;
    background: #eee;
}

.ewb-info-search {
    height: 40px;
    width: 54px;
    text-align: center;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #1080cc;
}

.ewb-info-search:hover {
    background: #00adef;
}

.ewb-input-tips {
    position: relative;
    z-index: 1;
    padding-left: 7px;
    width: 138px;
    height: 30px;
    background: #fff;
    margin-left: 10px;
}

.ewb-input-placeholder {
    position: absolute;
    top: 0;
    left: 7px;
    height: 30px;
    line-height: 30px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-input-box {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: 0 0;
}


/* äº¤æ˜“ç³»ç»Ÿ */

.ewb-system {
    padding: 8px 29px 0 30px;
}

.ewb-system a {
    display: block;
    height: 46px;
    padding: 24px 0 0 34px;
    margin-bottom: 15px;
}

.ewb-system-btn1 {
    background: url("../images/system_btn_1.jpg")
}

.ewb-system-btn2 {
    background: url("../images/system_btn_2.jpg")
}

.ewb-system-btn3 {
    background: url("../images/system_btn_3.jpg")
}

.ewb-system-btn4 {
    background: url("../images/system_btn_4.jpg")
}

.ewb-system-btn5 {
    background: url("../images/dzbhdl.png")
}

.ewb-system-btn1:hover {
    background: url("../images/system_btn_1_hover.jpg")
}

.ewb-system-btn2:hover {
    background: url("../images/system_btn_2_hover.jpg")
}

.ewb-system-btn3:hover {
    background: url("../images/system_btn_3_hover.jpg")
}

.ewb-system-btn4:hover {
    background: url("../images/system_btn_4_hover.jpg")
}
.ewb-system-btn5:hover {
    background: url("../images/dzbhdlh.png")
}


/* æ”¿åŠ¡å…¬å¼€ æœåŠ¡æŒ‡å— */

.ewb-h370 {
    height: 368px;
}

.ewb-col-bd {
    padding: 16px 30px 0;
}

.ewb-tab-hd {
    height: 25px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-tab {
    margin: 0 6px;
    display: inline-block;
}

.ewb-tab a {
    display: inline-block;
    padding: 0 18px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #fff;
    border-radius: 13px;
    font-size: 14px;
    font-weight: bold;
    color: #1080cc;
}

.ewb-tab.cur a {
    border: 1px solid #1080cc;
}

.ewb-tab-bd {
    padding-top: 8px;
}

.wb-data-item {
    background: url("../images/list_line.jpg") 0 repeat-y;
}

.wb-data-list {
    line-height: 36px;
    padding-left: 21px;
    background: url("../images/list.jpg") 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    margin-top: -36px;
}

.wb-data-list:hover {
    background: url("../images/listh.jpg") 0 50% no-repeat;
}

.wb-data-list:hover,
.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    color: #00adef;
}


/*2019-01-07*/

.ewb-tablogin {
    display: inline-block;
}

.ewb-tablogin a {
    display: inline-block;
    padding: 0 5px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #fff;
    border-radius: 13px;
    font-size: 14px;
    font-weight: bold;
    color: #1080cc;
}

.ewb-tablogin.cur a {
    border: 1px solid #1080cc;
}


/* 09-14 */

.banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 406px;
    width: 100% !important;
    min-width: 1200px !important;
}

.ewb-slider-ctag,
.ewb-slider-conbox {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.ewb-user-home {
    padding-left: 15px;
}


/* 2021-10-28 zsy */

.welcome {
    font-size: 12px;
    color: #fff;
}

.ewb-info {
    padding: 8px 28px 0;
}

.ewb-info .wb-data-infor {
    margin-right: 0;
}

.ewb-info .wb-data-list {
    line-height: 39px;
}

.trade-info {
    height: 400px;
    box-sizing: border-box;
}

.trade-info .ewb-col-hd {
    background: url("../images/col_hd3.png") center bottom 18px no-repeat;
}

.trade-tab {
    padding: 15px 20px 0;
}

.trade-hd {
    height: 33px;
    line-height: 33px;
    border-radius: 25px;
    background-color: #e9f2fa;
    overflow: hidden;
}

.trade-hdl {
    width: 12.5%;
    border-radius: 25px;
    text-align: center;
}

.trade-hdl a {
    display: block;
    font-size: 16px;
    color: #333;
}

.trade-hdl.cur {
    background-color: #1080cc;
}

.trade-hdl.cur a {
    color: #fff;
}

.tarde-bd {
    margin-top: 16px;
}

.advertise-box {
    height: 120px;
    overflow: hidden;
}

.advertise-slider {
    height: 100% !important;
}

.advertise-slide {
    display: block;
    height: 100%;
}

.advertise-slide img {
    width: 100%;
    height: 100%;
}

.notice-hd {
    width: 150px;
    height: 230px;
    background-color: #e9f2fa;
}

.notice-hdl {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-left: 24px;
}

.notice-hdl a {
    display: block;
    font-size: 16px;
    color: #333;
}

.notice-hdl.cur {
    background-color: #62b5ed;
}

.notice-hdl.cur:before {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #62b5ed;
}

.notice-hdl.cur a {
    color: #fff;
}

.notice-bd {
    margin-left: 180px;
}

.notice-item {
    height: 36px;
    line-height: 36px;
}

.notice-item a {
    width: calc(100% - 100px);
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice-item .state {
    color: #ef6451;
}

.notice-item .state.ongoing {
    color: #47ad23;
}

.notice-item .date {
    color: #999;
}

.notice-item:hover a,
.notice-item:hover .date {
    color: #00adef;
}

.check-more {
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
}

.check-more .more {
    font-size: 16px;
    color: #1080cc;
}