@charset 'UTF-8';

/**!
 * 首页
 * author: wangkai;
 * date: 2019-03-09
 */

/* main */

.ewb-floor {
  margin-left: -24px;
}

/* 公共标题样式 */

.ewb-cm-hd {
  height: 61px;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}

.ewb-cm-tt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 60px;
  border-bottom: 2px solid #548dd7;
}

.ewb-cm-tt img {
  vertical-align: top;
  height: 60px;
}

/* 图片轮播 */

.slideBox {
  position: relative;
  overflow: hidden;
  margin: 0 20px 0 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;
}

/* 网上查询平台 */

.ewb-syslogin-list {
  padding-bottom: 5px;
}

.ewb-syslogin-node {
  margin-top: 10px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #bcd6f8;
}

.ewb-syslogin-node:first-child {
  margin-top: 0;
}

.ewb-syslogin-name {
  display: block;
  height: 46px;
  padding-left: 105px;
  color: #108cff;
  font-size: 20px;
  font-weight: bold;
  background-color: #eff6ff;
  background-repeat: no-repeat;
  background-position: 46px 10px;
}
.ewb-syslogin-name.icon1 {
  background-image: url("../images/pt_icon1.png");
}
.ewb-syslogin-name.icon2 {
  background-image: url("../images/pt_icon2.png");
}
.ewb-syslogin-name.icon3 {
  background-image: url("../images/pt_icon3.png");
}
.ewb-syslogin-name.icon4 {
  background-image: url("../images/pt_icon4.png");
}
.ewb-syslogin-node:hover {
  border: 1px solid #75abf1;
  cursor: pointer;
}

/* 监督平台 */

.ewb-control-items > li {
  float: left;
  width: 139px;
  margin-top: 10px;
}
.ewb-control-item {
  display: block;
  height: 63px;
  line-height: 63px;
  padding-left: 55px;
  color: #fff;
}
.ewb-control-item.icon1 {
  background: url("../images/pt1.jpg") no-repeat;
}
.ewb-control-item.icon2 {
  background: url("../images/pt2.jpg") no-repeat;
}
.ewb-control-item.icon3 {
  background: url("../images/pt3.jpg") no-repeat;
}
.ewb-control-item.icon4 {
  background: url("../images/pt4.jpg") no-repeat;
}
.ewb-control-item.icon5 {
  background: url("../images/pt5.jpg") no-repeat;
}
.ewb-control-item.icon6 {
  background: url("../images/pt6.jpg") no-repeat;
}
.ewb-control-item:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}
/* 今日交易 */

.ewb-trade {
  height: 116px;
  margin-top: 40px;
  padding-bottom: 27px;
}

.ewb-trade-node {
  float: left;
  margin-left: 156px;
  padding: 0 7px;
  width: 169px;
  height: 116px;
  vertical-align: top;
  background-repeat: no-repeat;
}

.ewb-trade-node:first-child {
  margin-left: 0;
}

.ewb-trade-node:last-child {
  float: right;
}

.ewb-trade-node.icon1 {
  background: url("../images/trade_bg1.png");
}

.ewb-trade-node.icon2 {
  background: url("../images/trade_bg2.png");
}

.ewb-trade-node.icon3 {
  background: url("../images/trade_bg3.png");
}

.ewb-trade-node.icon4 {
  background: url("../images/trade_bg4.png");
}

.ewb-trade-hd {
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.ewb-trade-node.icon1 .ewb-trade-hd {
  border-bottom: 1px solid #2777e3;
}

.ewb-trade-node.icon2 .ewb-trade-hd {
  border-bottom: 1px solid #ed6947;
}

.ewb-trade-node.icon3 .ewb-trade-hd {
  border-bottom: 1px solid #15acb2;
}

.ewb-trade-node.icon4 .ewb-trade-hd {
  border-bottom: 1px solid #52bd22;
}

.ewb-trade-bd {
  padding-top: 17px;
  height: 34px;
  text-align: center;
}
.ewb-trade-bd p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ewb-trade-bd span {
  float: left;
  margin: 12px 0 0 8px;
  height: 22px;
  line-height: 22px;
  color: #fff;
}

.ewb-trade-bd span:first-child {
  margin-top: 0;
  height: 34px;
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
}

/* 交易服务 */

.ewb-service {
  margin-top: 40px;
  overflow: hidden;
}

.ewb-service ul {
  margin: -20px -150px 78px 0;
}

.ewb-service-node {
  float: left;
  margin: 20px 20px 0 60px;
  width: 120px;
  height: 162px;
  vertical-align: top;
}
.ewb-service-item {
  display: block;
  height: 162px;
}

.ewb-service-name {
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 15px;
  color: #333;
}

.ewb-service-icon {
  width: 120px;
  height: 120px;
  border-radius: 26px;
  vertical-align: top;
}

.ewb-service-item:hover .ewb-service-icon {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.3);
}

.ewb-service-item:hover .ewb-service-name {
  color: #1a78cc;
}




/* 20190711修改 */
.ewb-service ul {
  margin-bottom: 0;
}
.ewb-trade-node {
  margin-left: 142px;
}
.ewb-trade-node:first-child {
  margin-left: 36px;
}
.ewb-trade-node:last-child {
  float: left;
}
.ewb-trade-node.icon5 {
  background: url("../images/trade_bg5.png");
}
.ewb-trade-node.icon5 .ewb-trade-hd {
  border-bottom: 1px solid #598bfa;
}
.ewb-trade-bd {
  text-align: center;
}
/* 交易数据 */
.ewb-left {
  float: left;
  width: 763px;
  margin-top: 64px;
}
.ewb-num-all {
  float: left;
  margin-left: 45px;
}
.ewb-num-all p {
  line-height: 41px;
  font-size: 20px;
  margin-right: 20px;
}

.ewb-num-text {
  height: 41px;
  background: url("../images/num_bg.jpg") left center repeat-x;
}

.ewb-num-text li {
  width: 28px;
  height: 41px;
  background: url("../images/num.png") no-repeat;
  float: left;
  margin-right: 3px;
}

.ewb-map {
  margin: 0 90px 0 48px;
  width: 625px;
  height: 493px;
  position: relative;
}

.ewb-map-chart {
  height: 493px;
}

.ewb-map-shad {
  width: 625px;
  height: 493px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.ewb-map-shad img {
  vertical-align: top;
}

/* 右边 */
.ewb-right {
  float: left;
  width: 437px;
  margin-top: 69px;
}

.ewb-go {
  width: 388px;
}

.ewb-go-hd {
  height: 32px;
  border: 1px solid #498ad6;
  border-radius: 16px;
}

.ewb-go-items {
  margin-left: -1px;
  margin-right: -1px;
}

.ewb-go-item {
  width: 33.33%;
  text-align: center;
}

.ewb-go-item > a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.ewb-go-item.current > a {
  color: #fff;
  background-color: #498ad6;
}

/* table */
.ewb-map-table {
  margin-top: 54px;
  font-size: 16px;
}

.ewb-map-table table {
  font-size: 16px;
  table-layout: fixed;
}
.ewb-map-table thead {
  background: #61a7f9;
}

.ewb-map-table tbody {
  border: 1px solid #deeefd;
  border-top: 0;
}

.ewb-map-table thead td {
  height: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.ewb-map-table tbody td {
  height: 50px;
  text-align: center;
  color: #666;
}

.ewb-even {
  background: #f4f8fc;
}

#footer {
  margin-top: 77px;
}

.ewb-floor1 {
    margin-left: -24px;
    padding: 0 12px;
    height: 448px;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
}

/* 通知公告、工作动态 */



.ewb-notice {
    position: relative;
    padding-top: 12px;
    height: 163px;
    border-bottom: 1px dashed #c6c6c6;
    overflow: hidden;
}

.ewb-notice-hd {
    height: 29px;
    overflow: hidden;
}

.ewb-notice-tt {
    position: relative;
    float: left;
    margin-left: 14px;
    padding: 0 9px;
    height: 24px;
    line-height: 23px;
    font-size: 16px;
    color: #333;
}

.ewb-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;
}

.ewb-notice-tt.current {
    color: #1a78cc;
    border-bottom: 2px solid #1a78cc;
}

.ewb-notice-tt.current i {
    display: block;
}

.ewb-notice-bd {
    height: 132px;
}

.ewb-more {
    position: absolute;
    top: 12px;
    right: 0;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.ewb-list {
    padding: 2px 3px;
}

.ewb-list-node {
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    background: url('../images/dian.png') left center no-repeat;
}

.ewb-list-name {
    display: block;
    max-width: 100%;
    color: #333;
}

.ewb-list-node:hover {
    background-image: url('../images/dian_cur.png');
}

.ewb-list-node:hover .ewb-list-name {
    color: #ff9600;
}

.ewb-syslogin-tt {
    float: left;
    margin-left: 6px;
    padding-left: 25px;
    font-size: 16px;
    color: #1a78cc;
    background: url('../images/syslogin_ico.png') left center no-repeat;
}

.ewb-notice {
    position: relative;
    padding-top: 12px;
    height: 163px;
    border-bottom: 1px dashed #c6c6c6;
    overflow: hidden;
}
.ewb-syslogin-hd {
    height: 30px;
    line-height: 30px;
}

