﻿ /*右侧css*/
 .ewb-func{
      position: fixed;
      z-index: 99;
      top: 112px;
      right: 10px;
      width: 80px;
      background: url(../images/func_bg.png) repeat;
    }

    .ewb-func-items>li{
      position: relative;
      margin: 0 auto;
      width: 70px;
      border-bottom: 1px dashed #8895b5;
    }

    .ewb-func-items>li.last-func{
      border-bottom: 0
    }

    .closeCustom{
      color: #fff;
      height: 40px;
      line-height: 40px;
      text-align: center;
      cursor: pointer;
    }

    .ewb-func-lk{
      margin-left: -5px;
      padding-top: 39px;
      display: block;
      width: 80px;
      height: 32px;
      line-height: 32px;
      color: #fff;
      text-align: center;
    }

    .ewb-func-lk.bg01{
      background: url(../images/func01.png) center 9px no-repeat;
    }

    .ewb-func-lk.bg02{
      background: url(../images/func02.png) center 9px no-repeat;
    }

    .ewb-func-lk.bg03{
      background: url(../images/func03.png) center 11px no-repeat;
    }

    .ewb-func-lk.bg04{
      background: url(../images/func04.png) center 10px no-repeat;
    }

    .ewb-func-lk.bg05{
      background: url(../images/func05.png) center 11px no-repeat;
    }
    .ewb-func-lk.bg06{
      background: url(../images/func06.png) center 11px no-repeat;
    }

    .ewb-func-lk:hover{
      background-color: #23a5e8;
    }

    .ewb-func-show{
      position: absolute;
      z-index: 10;
      top: 0;
      right: 80px;
      display: none;
    }

    .ewb-func-items>li:hover{
      width: 80px;
    }

    .ewb-func-items>li:hover .ewb-func-lk{
      margin-left: 0;
    }

    .ewb-func-items>li:hover .ewb-func-show{
      display: block;
    }

    .func-code{
      margin-top: -15px;
    }
    /* sea */
.ewb-sea-wp{
  *width: 246px;
  padding: 0 17px;
  height: 71px;
  background-color: #fff;
  overflow: hidden;
}

.ewb-sea{
  margin-top: 17px;
  width: 244px;
  height: 36px;
  border: 1px solid #cacaca;
}

.ewb-sea-inp{
  padding: 0 10px;
  width: 180px;
  color: #999;
  height: 36px;
  line-height: 36px;
  outline: 0;
  border: 0;
}

.ewb-sea-btn{
  width: 38px;
  height: 36px;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: url(../images/sea_btn.png) center no-repeat;
}