﻿/**!
 * ÃƒÂ¦Ã‚Â³Ã‚Â°ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â°ÃƒÂ¥Ã‚Â¸Ã¢â‚¬Å¡ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ¨Ã‚ÂµÃ¢â‚¬Å¾ÃƒÂ¦Ã‚ÂºÃ‚ÂÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¦Ã‹Å“Ã¢â‚¬Å“ÃƒÂ§Ã‚Â½Ã¢â‚¬Ëœ
 * author: qianyuting;
 * date: 2020-12-09
 * modify date: 2020-12-15
 */

.ewb-mt30 {
	margin-top: 30px;
}

/*ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã¢â€šÂ¬Ã‚ÂÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­*/

.ewb-slider {
    position: relative;
    margin-right: 18px;
    height: 287px;
}

.ewb-slider .owl-carousel {
    position: relative;
    width: 100%;
    height: 287px;
    overflow: hidden;
}

.ewb-slider .owl-carousel .item {
    display: block;
    width: 100%;
}

.ewb-slider .owl-carousel img {
    display: block;
    width: 100%;
    height: 287px;
}

.ewb-slider .owl-carousel .item-name {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 22px 0 148px;
    height: 55px;
    line-height: 32px;
    color: #fff;
    background: url('../images/mask_bg.png') repeat;
}

.ewb-slider .owl-carousel .owl-dots {
    position: absolute;
    z-index: 100;
    right: 22px;
    bottom: 10px;
}

.ewb-slider .owl-carousel button.owl-dot {
    float: left;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    background: url('../images/dot.png') no-repeat;
}

.ewb-slider .owl-carousel button.owl-dot.active {
    background-image: url('../images/dot_cur.png');
}

.ewb-owl-date {
    position: absolute;
    z-index: 200;
    bottom: 4px;
    left: 26px;
    width: 78px;
    height: 46px;
    background: url('../images/owl_date_bg.png') no-repeat;
}

.ewb-owl-date span {
    display: block;
    margin-top: -10px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.ewb-owl-date span:first-child {
    margin-top: 0;
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

/*ÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ§Ã¢â‚¬Â°Ã‹â€ padÃƒÂ¥Ã‚ÂÃ…Â ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹*/

@media (max-width: 979px) {
    .ewb-slider {
        margin-right: 0;
    }

    .ewb-slider,
    .ewb-slider .owl-carousel,
    .ewb-slider .owl-carousel img {
        height: auto;
    }
}

/*ÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ§Ã¢â‚¬Â°Ã‹â€ ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â«Ã‚Â¯*/

@media (max-width: 480px) {

    .ewb-slider .owl-carousel .item-name,
    .ewb-slider .ewb-pages {
        font-size: 14px;
    }
}

/* ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã¢â€šÂ¬Ã‚ÂÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¯ */

.ewb-dynamic-wrap {
    margin-left: -12px;
    height: 287px;
    border: 1px solid #e5e5e5;
}

.ewb-dynamic-hd {
    height: 34px;
    border-top: 1px solid #09348c;
}

.ewb-dynamic-tt {
    position: relative;
    float: left;
    margin-left: 28px;
    padding: 0 22px 0 16px;
    height: 33px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.ewb-dynamic-tt:first-child {
    margin-left: 0;
    padding: 0 16px 0 22px;
}

.ewb-dynamic-tt.current {
    font-weight: bold;
    color: #fff;
    background-color: #09348c;
}

.ewb-dynamic-tt i {
    position: absolute;
    top: 0;
    right: -27px;
    display: none;
    width: 27px;
    height: 33px;
    background: url('../images/dynamic_tt_ico1.png') no-repeat;
}

.ewb-dynamic-tt.current i {
    display: block;
}

.ewb-dynamic-bd {
    padding: 4px 20px 0 20px;
}

.ewb-dynamic-node {
    height: 43px;
    line-height: 42px;
    border-top: 1px dashed #dcdcdc;
    vertical-align: top;
}

.ewb-dynamic-node:first-child {
    height: 42px;
    border-top: 0;
}

.ewb-dynamic-name {
    float: left;
    max-width: 75%;
    padding-left: 18px;
    color: #666;
    background: url('../images/dian.png') left center no-repeat;
    box-sizing: border-box;
}

.ewb-dynamic-name:hover {
    color: #ff9000;
    background-image: url('../images/dian_yellow.png');
}

.ewb-dynamic-date {
    float: right;
    color: #999;
}

/* ÃƒÂ¦Ã‹Å“Ã‚Â¾ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¥Ã‚Â¤Ã…Â¡ */

.ewb-list-more {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

.ewb-list-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.ewb-list-more a i {
    position: absolute;
    top: 50%;
    width: 111px;
    height: 1px;
    background-repeat: no-repeat;
}

.ewb-list-more a i.left {
    left: -123px;
    background-image: url('../images/more_line_l.png');
}

.ewb-list-more a i.right {
    right: -123px;
    background-image: url('../images/more_line_r.png');
}

/* ÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ§Ã¢â‚¬Â°Ã‹â€ padÃƒÂ¥Ã‚ÂÃ…Â ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ */

@media (max-width: 979px) {
    .ewb-dynamic-wrap {
        margin-left: 0;
    }
}

/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â«Ã‚Â¯ */

@media (max-width: 767px) {
    .ewb-dynamic-tt {
        margin-left: 0;
    }

    .ewb-dynamic-tt i {
        display: none !important;
    }

    .ewb-dynamic-bd {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ewb-dynamic-node {
        padding-left: 12px;
    }

    .ewb-dynamic-name {
        font-size: 13px;
        max-width: 68%;
    }

    .ewb-dynamic-date {
        font-size: 12px;
    }
}

/* ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ÃƒÂ¤Ã‚ÂºÃ…â€™ */

.ewb-half {
	width: 50%;
	height: 150px;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã…Â¸Ã‚Â¥ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬ËœÃ…Â  */

.ewb-notice {
	margin-right: 15px;
}

.ewb-notice-hd {
	padding-top: 30px;
	height: 149px;
	font-size: 0;
	-webkit-text-size-adjust:none;
	text-align: center;
	background: url("../images/notice_bg1.jpg") no-repeat;
}

.ewb-notice-hd a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 16px;
	width: 50px;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.ewb-notice-bd {
	margin-left: 50px;
	padding: 10px 20px;
	height: 149px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-left: 0;
}

.ewb-notice-h {
    display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.ewb-notice-h:hover {
    color: #ff9000;
    cursor: pointer;
}

.ewb-notice-info {
	height: 75px;
	overflow: hidden;
}

.ewb-notice-p {
	line-height: 25px;
	color: #666;
}

.ewb-notice-p.indent { 
	text-indent: 2em;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ ÃƒÂ¦Ã…Â Ã‚Â¥ */

.ewb-bulletin {
	margin-left: 15px;
}

.ewb-bulletin .ewb-notice-hd {
	background: url("../images/notice_bg2.jpg") no-repeat;
}

.ewb-bulletin .ewb-notice-hd a {
	line-height: 22px;
}

.ewb-banner {
	display: block;
}

.ewb-banner img {
	vertical-align: top;
}

/* ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â° */

.ewb-system {
	margin-top: 30px;
	padding-top: 19px;
	height: 487px;
	background: url("../images/system_bg.jpg") center top no-repeat;
}

.ewb-column {
    height: 86px;
    text-align: center;
    overflow: hidden;
}

.ewb-column-tt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    height: 86px;
    line-height: 84px;
    font-size: 26px;
    font-weight: bold;
    color: #4d4d4d;
	    cursor: default;
}
.ewb-trade .ewb-column-tt {
    cursor: pointer;
}
.ewb-column-tt i {
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    width: 220px;
    height: 13px;
}

.ewb-column-tt i.left {
    left: -220px;
    background: url('../images/column_ico_1.png') right center no-repeat;
}

.ewb-column-tt i.right {
    right: -220px;
    background: url('../images/column_ico_r.png') left center no-repeat;
}

/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â«Ã‚Â¯ */

@media (max-width: 767px) {
    .ewb-column {
        margin: 0 12px;
    }

    .ewb-column-tt {
        padding: 0 20px;
        font-size: 22px;
    }
}


.ewb-system-bd {
	padding: 5px 46px 0;
}

.ewb-system-item {
	width: 20%;
	height: 187px;
	text-align: center;
}

.ewb-system-item a {
	display: inline-block;
}

.ewb-system-item a:hover {
	font-weight: bold;
	transform: translate(0,-10px);
}

.ewb-system-icon  {
    display: block;
    margin: 0 auto;
	width: 100px;
    height: 100px;
    border-radius: 50%;
}

.ewb-system-item a:hover .ewb-system-icon  {
    box-shadow: 3px 3px 10px rgba(102,102,102,0.4);
}

.ewb-system-icon.icon1 {
	background: url("../images/system_icon1.png") no-repeat;
}

.ewb-system-icon.icon2 {
	background: url("../images/system_icon2.png") no-repeat;
}

.ewb-system-icon.icon3 {
	background: url("../images/system_icon3.png") no-repeat;
}

.ewb-system-icon.icon4 {
	background: url("../images/system_icon4.png") no-repeat;
}

.ewb-system-icon.icon5 {
	background: url("../images/system_icon5.png") no-repeat;
}

.ewb-system-icon.icon6 {
	background: url("../images/system_icon6.png") no-repeat;
}

.ewb-system-icon.icon7 {
	background: url("../images/system_icon7.png") no-repeat;
}

.ewb-system-icon.icon8 {
	background: url("../images/system_icon8.png") no-repeat;
}

.ewb-system-icon.icon9 {
	background: url("../images/system_icon9.png") no-repeat;
}

.ewb-system-icon.icon10 {
	background: url("../images/system_icon10.png") no-repeat;
}

.ewb-system-item span {
	height: 59px;
	line-height: 59px;
	font-size: 18px;
	color: #333;
}

/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â«Ã‚Â¯ */

@media (max-width: 767px) {
	.ewb-mt30 {
		margin-top: 20px;
	}
	.ewb-half {
		margin-top: 20px;
		width: 100%;
	}
	.ewb-half:first-child {
		margin-top: 0;
	}
	.ewb-notice {
		margin-right: 0;
	}
	.ewb-bulletin {
		margin-left: 0;
	}
	.ewb-system {
		margin-top: 20px;
		padding-top: 19px;
		height: auto;
		background: url("../images/system_bg.jpg") center top no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
    .ewb-system-item {
    	width: 50%;
	}
}

/* ÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¦Ã‹Å“Ã¢â‚¬Å“ */

.ewb-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.ewb-trade {
    padding-bottom: 50px;
}

.ewb-trade-hd {
    height: 44px;
}

.ewb-trade-hd ul {
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-trade-tab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 14px;
}

.ewb-trade-tab a {
    display: block;
    width: 130px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #c9c9c9;
    border-radius: 22px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
}

.ewb-trade-tab i {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: none;
    margin-left: -5.5px;
    width: 11px;
    height: 10px;
    background: url('../images/tab_jt.png') no-repeat;
}

.ewb-trade-tab.current a {
    font-weight: bold;
    color: #fff;
    border: 2px solid #09348c;
    background-color: #09348c;
}

.ewb-trade-tab.current i {
    display: block;
}

.ewb-trade-bd {
    position: relative;
    padding: 0 0 0 174px;
    height: 357px;
    overflow: hidden;
}

.ewb-sub-tab {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 175px;
    height: 357px;
    background: url('../images/trade_sub_bg.jpg') center bottom no-repeat;
}

.ewb-sub-tab ul {
    padding: 20px 15px 0 15px;
}

.ewb-stab-node {
    margin-top: 8px;
    vertical-align: top;
}

.ewb-stab-node:first-child {
    margin-top: 0;
}

.ewb-stab-node a {
    display: block;
	padding-right: 17px;
    height: 38px;
    line-height: 37px;
    text-align: right;
    font-size: 16px;
	border-radius: 19px;
    color: #fff;
}

.ewb-stab-node a.current {
    font-weight: bold;
    color: #09348c;
    background-color: #fff;
}

.ewb-trade-wrap {
    padding: 0 20px 0 24px;
}

.ewb-trade-list {
    height: 266px;
}

.ewb-trade-node {
    height: 38px;
    line-height: 38px;
}

.ewb-trade-name {
    float: left;
	padding-left: 13px;
    max-width: 75%;
	background: url("../images/item_icon.png") left center no-repeat; 
    color: #666;
}

.ewb-trade-level {
    color: #09348c;
}

.ewb-trade-date {
    float: right;
    color: #999999;
}

.ewb-trade-wrap .ewb-list-more {
    margin-top: 4px;
}

.ewb-trade-node:hover .ewb-trade-name,
.ewb-trade-node:hover .ewb-trade-date {
    color: #09348c;
}

/* ÃƒÂ¥Ã…â€œÃ‚Â°ÃƒÂ¥Ã…â€™Ã‚Âº */

.ewb-trade-areas {
    height: 40px;
    line-height: 38px;
    border-bottom: 2px solid #ececec;
    cursor: pointer;
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.ewb-trade-area {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    padding: 0 15px;
    margin-right: 50px;
    font-size: 15px;
}

.ewb-trade-area:last-child {
    margin-right: 0;
}

.ewb-trade-area.current,
.ewb-trade-area:hover {
    color: #09348c;
    border-bottom: 2px solid #09348c;
}

.ewb-third-tab-wrap {
    padding: 10px 498px 0 0;
}

/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¥ÃƒÂ¥Ã…â€œÃ‚ÂºÃƒÂ©Ã‚Â¡Ã‚Â¹ÃƒÂ§Ã¢â‚¬ÂºÃ‚Â® */

.ewb-items {
    position: absolute;
    top: 40px;
    right: 0;
    width: 498px;
    height: 315px;
    background: url('../images/items_line.png') left center no-repeat;
}

.ewb-items-hd {
    padding-top: 20px;
    height: 80px;
}

.ewb-items-count {
    float: left;
    width: 33.33333333333%;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-items-number,
.ewb-count-name {
    display: inline-block;
    vertical-align: top;
}

.ewb-items-number {
    position: relative;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #09348c;
}

#turnoverAmount {
    color: #ff9000;
}

.add-number {
    position: absolute;
    top: -15px;
    left: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #fe4242;
}

.ewb-count-name {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.ewb-chart-name {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ewb-items-chart {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

/* 1200ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¨Ã‚Â¾Ã‚Â¨ÃƒÂ§Ã…Â½Ã¢â‚¬Â¡ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ */

@media (max-width: 1199px) {
    .ewb-trade-bd {
        padding: 0 0 0 147px;
    }

    .ewb-sub-tab {
        width: 148px;
    }

    .ewb-sub-tab ul {
        padding: 20px 10px 0 10px;
        white-space: nowrap;
        overflow-y: auto;
    }

    .ewb-stab-node a {
        font-size: 14px;
    }

    .ewb-items {
        width: 420px;
    }

    .ewb-items-number {
        font-size: 20px;
    }

    .ewb-trade-areas {
        left: 168px;
    }

    .ewb-trade-area {
        margin-right: 35px;
        padding: 0 10px;
    }

    .ewb-third-tab-wrap {
        padding: 10px 430px 0 0;
    }
}

/* ÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ§Ã¢â‚¬Â°Ã‹â€ padÃƒÂ¥Ã‚ÂÃ…Â ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ */

@media (max-width: 979px) {
    .ewb-trade {
        background: #daeefd;
    }

    .ewb-trade-hd {
        height: 34px;
    }

    .ewb-trade-tab {
        margin: 0 6px;
    }

    .ewb-trade-tab a {
        width: auto;
        padding: 0 14px;
        height: 34px;
        line-height: 32px;
    }

    .ewb-trade-bd {
        padding: 0;
        height: auto;
    }

    .ewb-trade-area {
        margin-right: 10px;
        padding: 0 6px;
    }

    .ewb-items {
        position: static;
        width: 100%;
        margin-top: 50px;
    }

    .ewb-trade-wrap {
        padding-left: 160px;
        height: 357px;
        border-bottom: 1px solid #e5e5e5;
    }

    .ewb-third-tab-wrap {
        padding: 10px 0 0 0;
    }
}

/* ÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ§Ã¢â‚¬Â°Ã‹â€ padÃƒÂ¥Ã‚ÂÃ…Â ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ */

@media (max-width: 767px) {
    .ewb-trade-hd {
        height: auto;
    }

    .ewb-trade-hd ul {
        padding: 1px 0 0 1px;
    }

    .ewb-trade-tab {
        float: left;
        margin: -1px 0 0 -1px;
        width: 33.333333333333333333%;
    }

    .ewb-trade-tab a {
        border-radius: 0;
        padding: 0;
        font-size: 14px;
    }

    .ewb-trade-tab.current i {
        display: none;
    }

    .ewb-sub-tab {
        position: static;
        width: 100%;
        height: auto;
        background: none;
    }

    .ewb-sub-tab ul {
        padding-top: 10px;
        font-size: 0;
        -webkit-text-size-adjust: none;
    }

    .ewb-stab-node {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        padding: 0;
        margin-top: 0;
    }

    .ewb-stab-node a {
        height: 28px;
        line-height: 28px;
        color: #666;
    }

    .ewb-trade-wrap {
        padding: 50px 10px 0 10px;
    }

    .ewb-trade-name {
        font-size: 13px;
        max-width: 70%;
    }

    .ewb-trade-date {
        font-size: 12px;
    }

    .ewb-trade-areas {
        left: 10px;
        right: 10px;
        top: 40px;
    }

    .ewb-trade-area {
       font-size: 14px;
    }

    .ewb-items,
    .ewb-items-hd {
        height: auto;
    }

    .ewb-items-count {
        width: 50%;
    }

    .ewb-items-count:nth-child(3) {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .ewb-chart-box {
        overflow: auto;
    }

    .ewb-items-chart {
        width: 100%;
    }
}

/* ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â°ÃƒÂ¦Ã‚ÂÃ‚Â® */

.ewb-data {
	padding-top: 20px;
    padding-bottom: 50px;
    background-color: #e7f2fd;
}

.ewb-data-wrap {
    position: relative;
    padding-left: 173px;
    height: 374px;
}

.ewb-data-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 173px;
}

.ewb-type-node {
    height: 186px;
    vertical-align: top;
    background: url('../images/data_type_bg.jpg') left bottom no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-type-node.current {
    background: #fff;
    border-left: 3px solid #09348c;
}

.ewb-type-name {
    display: inline-block;
    vertical-align: middle;
    height: 90px;
    padding-top: 48px;
    line-height: 42px;
    font-size: 22px;
    color: #fff;
    background-position: center 10px;
    background-repeat: no-repeat;
}

.ewb-type-node i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.ewb-type-name.icon1 {
    background-image: url('../images/data_icon1.png');
}

.ewb-type-name.icon2 {
    background-image: url('../images/data_icon2.png');
}

.ewb-type-node.current .ewb-type-name {
    color: #09348c;
}

.ewb-type-node.current .ewb-type-name.icon1 {
    background-image: url('../images/data_icon1h.png');
}

.ewb-type-node.current .ewb-type-name.icon2 {
    background-image: url('../images/data_icon2h.png');
}

.ewb-data-left {
	float: left;
	width: 472px;
}

.ewb-count {
	padding-top: 22px;
	width: 220px;
}

.ewb-count-hd {
	padding: 16px 0 0 24px;
    width: 160px;
    height: 100px;
    margin: 0 0 65px 30px;    
	background: url("../images/sum_bg.jpg") no-repeat;
}

.ewb-count-hd p {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
}

.ewb-count-hd .ewb-count-total {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #09348c;
}

.ewb-area-list {
    margin-top: 5px;
}

.ewb-area-node {
    position: relative;
    padding: 0 0 0 84px;
    height: 48px;
    vertical-align: top;
}

.ewb-area-name {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-right: 9px;
    width: 84px;
    text-align: right;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-area-name span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px;
    color: #666666;
}

.ewb-area-name i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.ewb-area-progress {
    padding: 15px 0;
    height: 48px;
}

.ewb-area-percentage {
    position: relative;
    width: 0;
    height: 14px;
    background-color: #819df5;
}

.ewb-percentage-num {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 18px;
    line-height: 18px;
    text-align: right;
}

.ewb-map {
    width: 250px;
    height: 374px;
}

.ewb-type-count {
    float: left;
    width: 530px;
}

.ewb-type-chart {
    width: 100%;
    height: 186px;
    overflow: hidden;
}

.bar {
    width: 100%;
    height: 186px;
    overflow: hidden;
}

/* 1200ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¨Ã‚Â¾Ã‚Â¨ÃƒÂ§Ã…Â½Ã¢â‚¬Â¡ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ */

@media (max-width: 1199px) {
    .ewb-data-wrap {
        height: 746px;
    }
    .ewb-type-node {
        height: 372px;
        background: #09348c;
    }
    .ewb-type-node.current {
        background: #fff;
        border-top: 1px solid #09348c;
        border-left: 0;
    }
	.ewb-data-left {
		width: 100%;
	}
    .ewb-map,
    .ewb-count {
        margin-left: 0;
        width: 50%;
    }
	.ewb-area-list {
		float: none;
		width: auto;
	}
    .ewb-type-count {
        width: 100%;
    }
	
}

/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â«Ã‚Â¯ */

@media (max-width: 767px) {
    .ewb-data-wrap {
        padding-left: 0;
        height: auto;
    }
    .ewb-data-type {
        position: static;
        width: 100%;
    }
    .ewb-data-type ul {
        overflow: hidden;
    }
    .ewb-type-node {
        float: left;
        width: 50%;
        height: 42px;
        line-height: 42px;
    }
    .ewb-type-name {
        padding: 0 0 0 26px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        background-position: left center;
        background-size: 18px 18px;
    }
    .ewb-map,
    .ewb-count {
        width: 100%;
    }
    .ewb-type-chart {
        height: 220px;
    }
    .ewb-type-chart:first-child {
        height: 340px;
    }
}


/* 20190703 */

.ewb-area-list {
    margin-top: -8px;
}

.ewb-area-node {
    height: 30px;
}

.ewb-area-name span {
    font-size: 12px;
}

.ewb-area-progress {
    padding: 8px 0;
    height: 30px;
}

.ewb-percentage-num {
    right: -30px;
    font-size: 12px;
}

/* 20220106 */

/* ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ */

.ewb-slider,
.ewb-slider .owl-carousel,
.ewb-slider .owl-carousel img {
    height: 300px;
}

/* ÃƒÂ¥Ã‚Â·Ã‚Â¥ÃƒÂ¤Ã‚Â½Ã…â€œÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã¢â€šÂ¬Ã‚Â */

.ewb-dynamic-wrap {
    height: 300px;
}

.ewb-dynamic-hd {
    height: 47px;
}

.ewb-dynamic-tt {
    height: 46px;
    line-height: 46px;
    font-size: 22px;
}

.ewb-dynamic-tt.current {
    background-color: #01479d;
}

.ewb-dynamic-tt i {
    right: -36px;
    width: 36px;
    height: 46px;
}

.ewb-dynamic-node {
    font-size: 18px;
}

.ewb-list-more a {
    font-size: 16px;
}

.ewb-dynamic-name:hover {
    color: #01479d;
    background-image: url("../images/dian_h.png");
}

.ewb-dynamic-name:hover + .ewb-dynamic-date {
    color: #01479d;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã…Â¸Ã‚Â¥ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬ËœÃ…Â ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã…Â Ã…Â¾ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹ÃƒÂ¦Ã…â€™Ã¢â‚¬Â¡ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ */

.ewb-half {
    height: auto;
}

.ewb-notice-hd {
    height: 265px;
    padding-top: 76px;
    background: #01479d;
}

.ewb-bulletin .ewb-notice-hd {
    background: #01479d;
}

.ewb-notice-hd a,
.ewb-bulletin .ewb-notice-hd a {
    line-height: 28px;
    font-size: 22px;
    font-weight: 600;
}

.ewb-notice-bd {
    height: 265px;
}

/* ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ¥Ã…Â Ã…Â¾ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹ */

.handle {
    position: relative;
    min-height: 122px;
    padding: 12px 20px 12px 10px;
    background-color: #f3f8fd;
    box-sizing: border-box;
}

.handle-tit {
    position: absolute;
    top: 12px;
    left: 10px;
    bottom: 12px;
    width: 100px;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #01479d;
    text-align: center;
}

.handle-tit-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-sizing: border-box;
}

.handle-cont {
    margin-left: 120px;
}

.handle .ewb-list-more {
    margin-top: 24px;
}

.handle .ewb-list-more a {
    color: #666;
}

.handle .ewb-list-more a i.left {
    background-image: url("../images/more_line_l_dark.png");
}

.handle .ewb-list-more a i.right {
    background-image: url("../images/more_line_r_dark.png");
}

.link-list {
    margin: -30px 0 0 -24px;
}

.link-item {
    width: 16.66%;
    padding: 30px 0 0 24px;
    box-sizing: border-box;
}

.link-card {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 20px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(109,171,224,0.1);
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.link-card:hover {
    color: #fff;
    background-color: #01479d;
    box-shadow: 0 0 10px rgba(9,92,140,0.2);
}

/* ÃƒÂ§Ã¢â‚¬ÂÃ‚ÂµÃƒÂ¥Ã‚Â­Ã‚ÂÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¦Ã‹Å“Ã¢â‚¬Å“ÃƒÂ¦Ã…â€œÃ‚ÂÃƒÂ¥Ã…Â Ã‚Â¡ */

.service {
    min-height: 535px;
    padding: 25px 0 50px;
    background: #e7f2fd url("../images/service_bg.png") center bottom no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}

.service .ewb-column {
    margin-bottom: 18px;
}

.service .link-card {
    height: 65px;
    line-height: 65px;
}

.service .link-item:nth-child(21n+7),
.service .link-item:nth-child(21n+8),
.service .link-item:nth-child(21n+9),
.service .link-item:nth-child(21n+10),
.service .link-item:nth-child(21n+11) {
    width: 20%;
}

.service .link-item:nth-child(21n+18),
.service .link-item:nth-child(21n+19),
.service .link-item:nth-child(21n+20),
.service .link-item:nth-child(21n+21) {
    width: 25%;
}

/* ÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¦Ã‹Å“Ã¢â‚¬Å“ÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¯ */

.ewb-trade {
    padding: 25px 0;
}

.ewb-trade-hd {
    height: auto;
}

.ewb-trade-tab {
    /* margin: 0 12px 30px; */
    margin: 0 21px 30px;
}

.ewb-trade-tab a {
    width: auto;
    min-width: 160px;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    border: 1px solid #b5d6f6;
    border-radius: 0;
    font-size: 20px;
    color: #333;
}

.ewb-trade-tab.current a {
    font-weight: 600;
    border: 1px solid #01479d;
    background-color: #01479d;
    box-shadow: 0 3px 10px rgba(9, 52, 140, 0.2);
}

.ewb-trade-bd {
    height: 390px;
}

.ewb-sub-tab {
    height: 390px;
    background: #01479d;
}

.ewb-sub-tab ul {
    padding: 40px 0;
}

.ewb-stab-node {
    margin-top: 0;
}

.ewb-stab-node a {
    display: block;
    padding: 0 30px 0 10px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-radius: 0;
    border-left: 3px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-stab-node a.current {
    font-weight: normal;
    color: #09348c;
    background-color: #fff;
    border-left: 3px solid #0565da;
}

.ewb-trade-wrap {
    padding: 5px 20px;
}

.ewb-trade-areas {
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ececec;
}

.ewb-trade-area,
.ewb-trade-area.ewb-trade-tab {
    width: auto;
    height: 50px;
    line-height: 48px;
    padding: 0 7px;
    margin: 0 36px 0 0;
    font-size: 20px;
}

.ewb-trade-area:last-child,
.ewb-trade-area.ewb-trade-tab:last-child {
    margin-right: 0;
}

.ewb-third-tab-wrap {
    padding-right: 0;
}

.ewb-trade-node {
    font-size: 18px;
}

.ewb-trade-wrap .ewb-list-more {
    margin-top: 20px;
}

/* ÃƒÂ§Ã¢â‚¬ÂÃ‚ÂµÃƒÂ¥Ã‚Â­Ã‚ÂÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¦Ã‹Å“Ã¢â‚¬Å“ÃƒÂ¦Ã…â€œÃ‚ÂÃƒÂ¥Ã…Â Ã‚Â¡ */

.branch-center {
    min-height: 230px;
    padding: 22px 0 50px;
    background-color: #eef5fc;
    box-sizing: border-box;
}

.branch-center .ewb-column {
    margin-bottom: 12px;
}

.branch-center .link-card {
    height: 60px;
    line-height: 60px;
}

/* 1200ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¨Ã‚Â¾Ã‚Â¨ÃƒÂ§Ã…Â½Ã¢â‚¬Â¡ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ */

@media (max-width: 1199px) {
    .link-item {
        width: 33.33% !important;
    }

    .ewb-sub-tab {
        width: 148px;
    }

    .ewb-trade-tab {
        margin-bottom: 20px;
    }

    .ewb-trade-area,
    .ewb-trade-area.ewb-trade-tab {
        margin-right: 25px;
    }
}

/*  980ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¨Ã‚Â¾Ã‚Â¨ÃƒÂ§Ã…Â½Ã¢â‚¬Â¡ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ */

@media (max-width: 979px) {
    .ewb-trade-wrap {
        height: 390px;
        padding-left: 160px;
    }

    .ewb-trade-bd {
        height: auto;
    }
}

/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ§Ã‚Â«Ã‚Â¯ */

@media (max-width: 767px) {
    .ewb-notice-bd {
        padding: 10px;
    }

    .ewb-dynamic-node {
        padding-left: 0;
    }

    .handle {
        padding: 10px;
    }

    .handle-tit {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        line-height: 40px;
        font-size: 18px;
    }

    .handle-tit-text {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 0 10px;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .handle-cont {
        margin: 10px 0 0;
    }

    .link-list {
        margin: -10px 0 0 -10px;
    }

    .link-item {
        width: 50% !important;
        padding: 10px 0 0 10px;
    }

    .link-card {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px;
    }

    .ewb-sub-tab {
        width: 100%;
        height: auto;
        background: none;
    }

    .ewb-sub-tab ul {
        padding: 0 10px;
        border-bottom: 1px solid #ececec;
    }

    .ewb-stab-node a {
        line-height: 47px;
        font-size: 14px;
        padding: 0 10px;
        border-bottom: 1px solid transparent;
    }

    .ewb-stab-node a.current {
        border-left: 0;
        border-bottom: 1px solid #09348c;
    }

    .ewb-trade-hd {
        margin-bottom: 20px;
    }

    .ewb-trade-tab {
        margin: -1px 0 0 -1px;
        width: 50%;
    }

    .ewb-trade-tab a {
        font-size: 16px;
    }

    .ewb-trade-tab a {
        width: auto;
        min-width: auto;
    }

    .ewb-trade-wrap {
        padding: 0 10px;
    }

    .ewb-trade-area,
    .ewb-trade-area.ewb-trade-tab {
        margin-right: 10px;
        font-size: 14px;
    }
}