﻿/**!
 * 首页
 * author: wangkai;
 */

/* main */

/* 公共边框样式 */

.ewb-box {
	border: 1px solid #bfdcff;
	background-color: #fff;
}
.ewb-box1 {
	border: 1px solid #bfdcff;
	    background: url(../images/dqjy.png) no-repeat right bottom;
	background-color: #fff;
}
/* 公共层高样式 */

.ewb-layer {
	height: 305px;
	overflow: hidden;
	position: relative;
}

/* 公共标题样式 */

.ewb-cm-hd {
	margin: -1px -1px 0 -1px;
	height: 42px;
	background: url('../images/tt_bg.png') right no-repeat #31a0ff;
}

.ewb-cm-tt {
	float: left;
	margin: 8px 0 0 18px;
	padding: 0 20px;
	height: 26px;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
}

.ewb-cm-tt:first-child {
	margin-left: 10px;
}

.ewb-cm-tt.current {
	border-radius: 13px;
	color: #31a0ff;
	background-color: #fff;
	box-shadow: 0px 4px 2px #298af5;
}

/* 公共列表样式 */

.ewb-list {
	padding: 4px 14px 0 14px;
}

.ewb-list-node {
	padding-left: 15px;
	height: 36px;
	line-height: 35px;
	vertical-align: top;
	background: url('../images/dian.png') left center no-repeat;
}

.ewb-list-name {
	float: left;
	max-width: 75%;
	color: #333;
}

.ewb-list-date {
	float: right;
	color: #666;
}

/* 图片轮播 */

.wb-slider {
    position: relative;
    overflow: hidden;
    width: 435px;
    height: 302px;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    position: relative;
}

.wb-slider-ctag img {
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("../images/mask_bg.png") repeat-x;
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 5px;
    bottom: 15px;
    height: 10px;
}

.wb-slider-stag {
    float: left;
    margin-right: 10px;
    height: 10px;
    width: 10px;
    background: url('../images/stag.png') no-repeat;
    cursor: pointer;
}

.wb-slider-stag.cur {
	width: 40px;
	background: url('../images/stag_active.png') no-repeat;
}

/* 通知公告 */

.ewb-notice {
	height: 300px;
}

.ewb-notice .ewb-list-node:hover .ewb-list-name,
.ewb-notice .ewb-list-node:hover .ewb-list-date {
	color: #ffab00;
}

/* 三个入口 */

.ewb-entrance li {
	margin-top: 16px;
	height: 90px;
	vertical-align: top;
}

.ewb-entrance li:first-child {
	margin-top: 0;
}

.ewb-entrance li a {
	display: block;
	height: 90px;
}

.ewb-entrance-icon1 {
	background: url('../images/entrance_icon1.jpg') no-repeat;
}

.ewb-entrance-icon2 {
	background: url('../images/entrance_icon2.jpg') no-repeat;
}

.ewb-entrance-icon3 {
	background: url('../images/entrance_icon3.jpg') no-repeat;
}

.ewb-entrance-icon1:hover {
	background: url('../images/entrance_icon1_cur.jpg') no-repeat;
}

.ewb-entrance-icon2:hover {
	background: url('../images/entrance_icon2_cur.jpg') no-repeat;
}

.ewb-entrance-icon3:hover {
	background: url('../images/entrance_icon3_cur.jpg') no-repeat;
}

/* 交易 */

.ewb-trade {
	margin-top: 24px;
	padding: 34px 0;
	background: url('../images/trade_bg.jpg') repeat;
}

.ewb-tab {
	float: left;
	width: 197px;
}

.ewb-tab-node {
	margin-top: 1px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	position: relative;
}

.ewb-tab-node:first-child {
	margin-top: 0;
}

.ewb-tab-node .ewb-tab-jt {
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -5px;
	display: none;
	width: 6px;
	height: 10px;
	background: url('../images/tab_jt.png') no-repeat;
}

.ewb-tab-name {
	display: block;
	padding-left: 57px;
	width: 140px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.ewb-tab-name.icon1 {
	background: url('../images/tab_icon1.png') 35px center no-repeat #31a0ff;
}

.ewb-tab-name.icon2 {
	background: url('../images/tab_icon2.png') 35px center no-repeat #31a0ff;
}

.ewb-tab-name.icon3 {
	background: url('../images/tab_icon3.png') 35px center no-repeat #31a0ff;
}

.ewb-tab-name.icon4 {
	background: url('../images/tab_icon4.png') 35px center no-repeat #31a0ff;
}

.ewb-tab-name.icon5 {
	background: url('../images/tab_icon5.png') 35px center no-repeat #31a0ff;
}

.ewb-tab-name.icon6 {
	background: url('../images/tab_icon6.png') 35px center no-repeat #31a0ff;
}

.ewb-tab-node.current .ewb-tab-jt {
	display: block;
}

.ewb-tab-node.current .ewb-tab-name {
	font-weight: bold;
	background-color: #ffab00;
}

.ewb-trade-bd {
	float: left;
	margin: 11px 0 0 30px;
	width: 952px;
	    height: 293px;
}

.ewb-sub-tab {
	height: 28px;
	border-bottom: 1px solid #bfdcff;
}

.ewb-stab-name {
	float: left;
	margin-left: 30px;
	padding: 0 22px;
	height: 26px;
	line-height: 25px;
	color: #333;
}

.ewb-stab-name:first-child {
	margin-left: 0;
}

.ewb-stab-name.current {
	font-weight: bold;
	border-bottom: 3px solid #1492ff;
}

.ewb-trade-bd .ewb-list {
	margin: 0 -10px;
	padding: 7px 0 0 0;
}

.ewb-trade-bd .ewb-list-node {
	padding: 0 10px 0 24px;
	background: url('../images/dian.png') 10px center no-repeat;
}

.ewb-trade-bd .ewb-list-node:hover {
	background-color: #fef8e9;
}

.ewb-trade-bd .ewb-list .ewb-list-name {
	color: #666;
}

.ewb-trade-bd .ewb-list .ewb-list-name span {
	margin-right: 5px;
}

.ewb-cl1 {
	color: #31a0ff;
}

.ewb-cl2 {
	color: #ffab00;
}

.ewb-cl3 {
	color: #ff5d24;
}

/* 今日交易 */

.ewb-trade-today {
	padding: 1px 0 0 2px;
	overflow: hidden;
}

.ewb-num-node {
	float: left;
	margin: 20px 0 0 16px;
	padding: 4px 6px 8px 6px;
	width: 255px;
	height: 92px;
	background: url('../images/num_bg.png') no-repeat;
}

.ewb-num-type {
	float: left;
	width: 100px;
	height: 92px;
}

.ewb-num-node.icon1 .ewb-num-type {
	background: url('../images/num_icon1.png') center center no-repeat #fac34b;
}

.ewb-num-node.icon2 .ewb-num-type {
	background: url('../images/num_icon2.png') center center no-repeat #61ca8b;
}

.ewb-num-node.icon3 .ewb-num-type {
	background: url('../images/num_icon3.png') center center no-repeat #f89082;
}

.ewb-num-node.icon4 .ewb-num-type {
	background: url('../images/num_icon4.png') center center no-repeat #5fbeef;
}

.ewb-num-content {
	float: left;
	padding-top: 10px;
	width: 155px;
	text-align: center;
}

.ewb-num-content span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.ewb-num-content span:first-child {
	height: 48px;
	line-height: 47px;
	font-size: 50px;
	font-weight: bold;
}

.ewb-num-node.icon1 .ewb-num-content span:first-child {
	color: #fac34b;
}

.ewb-num-node.icon2 .ewb-num-content span:first-child {
	color: #61ca8b;
}

.ewb-num-node.icon3 .ewb-num-content span:first-child {
	color: #f89082;
}

.ewb-num-node.icon4 .ewb-num-content span:first-child {
	color: #5fbeef;
}

.ewb-chart {
	width: 586px;
	height: 264px;
}

/* 友情链接 */

.ewb-friendlink {
	height: 38px;
}

.ewb-sel {
	width: 384px;
	height: 38px;
	line-height: 37px;
	padding-right: 80px;
	text-align: center;
	border: 1px solid #bfdcff;
	color: #666;
	background-color: #f2fbff;
}

.chosen-container {
	font-size: 14px;
	z-index:9999;
}

.chosen-container-single .chosen-single {
	height: 38px;
	padding: 0;
	border: 1px solid #bfdcff;
	box-shadow: none;
	background-color: #f2fbff;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #bfdcff;
}

.chosen-container-single .chosen-single span {
	margin-right: 80px;
	height: 36px;
	line-height: 35px;
	text-align: center;
	color: #666;
}

.chosen-container-single .chosen-single div {
	width: 46px;
}

.chosen-container-single .chosen-single div b {
	background: url("../images/chosen_sprite.png") left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background: url("../images/chosen_sprite_cur.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	padding-top: 0;
	border-radius: 0;
	border: 1px solid #bfdcff;
	border-bottom: 0;
}

.chosen-container .chosen-results {
	margin: 0;
	padding: 4px 4px;
	color: #666;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #31a0ff;	
}