﻿@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  }

body, button, input, select, textarea {
  font: 12px/1.5 arial,tahoma,\5b8b\4f53;
}

body {
  background: #FFF;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, i {
  font-style: normal;
}

fieldset, img {
  border: 0;
}

ul, ol, li {
  list-style: none;
}

button, input, select, textarea {
  font-size: 100%;
  outline: 0;
    }

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0;
}

  a:hover {
    color: #F60;
    text-decoration: underline;
  }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0;
  display:block;
}

.hide {
  display: none;
}

.boundcolor {
  color: #aeabab;
}
.no-clr{
    color:#aeabab!important;
}
/*****菜单头部和尾部******/
.top {
  height: 5px;
  line-height: 5px;
  background: #f6f6f6;
  width: 100%;
  position: fixed;
  z-index: 255;
  top: 79px;
  text-align: center;
}


#header {
  height: 80px;
  line-height: 80px;
  background: #00a5a5;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0px;
  text-align: center;
}

.logo {
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  letter-spacing: 3px;
  margin-left: 50px;
  float: left;
}

  .logo a {
    color: #FFF;
    text-decoration: none;
  }

.Index {
  line-height: 80px;
  font-size: 16px;
  float: left;
  margin-left: 20px;
}

  .Index a {
    color: #FFF;
    text-decoration: none;
  }

.navigation {
  float: right;
  margin: 5px 10px 0 208px;
  color: #fff;
  font-size: 14px;
}

  .navigation ul li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-left: 10px;
  }

    .navigation ul li a {
      color: #fff;
    }

      .navigation ul li a:hover {
        color: #32323a;
      }



/*****主体部分******/
#content {
  background-color: #F6F6F6;
  width: 100%;
  top: 80px;
  position: absolute;
  z-index: 10;
  bottom: 316px;
  overflow: hidden;
  left: 872px;
}
/**左侧菜单***/
.left_menu {
  float: left;
  width: 300px;
  background: #32323a;
  position: absolute;
  top: 3px;
  left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 0px;
}

  .left_menu ul li {
    width: 230px;
    display: inline;
    padding-bottom: 20px;
    height:40px;
  }

.list-item div {
  width: 230px;
  padding-left: 80px;
  text-decoration: none;
  font-size: 14px;
  color: #f5f5f5;
  line-height: 40px;
  display: block;
}

.left_menu ul li .list-item div a {
  text-decoration: none;
  font-size: 14px;
  color: #f5f5f5;
}

.left_menu ul li a.noline {
  border-bottom: none;
}

.left_menu ul li a:hover {
  color: #fff;
}

.left_menu ul li a .selected:hover {
  color: #fff;
}

.left_menu ul li h4 {
  cursor: pointer;
  background: url(../image/bg1.png) no-repeat 270px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #f5f5f5;
  display: block;
  line-height: 15px;
  height: 15px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 20px;
}

.left_menu ul li .noline {
  border-bottom: none;
}

.selected {
  background-position: 270px -40px;
  background-color: #00a5a5;
}

.left_menu li .list-item {
  position: relative;
  zoom: 1;
  background: #11b6b6;
  overflow: hidden;
}

.left_menu h4 span {
  display: block;
  float: left;
  width: 20px;
  height: 26px;
  margin-right: 10px;
  padding-right: 10px;
  background-repeat: no-repeat;
  margin-top: -5px;
  margin-left: 50px;
}

.M1 span {
  background: url(../image/ioc.png) 0 -6px;
}

.M2 span {
  background: url(../image/ioc.png) -36px -6px;
}

.M3 span {
  background: url(../image/ioc.png) -72px -6px;
}

.M4 span {
  background: url(../image/ioc.png) -36px -40px;
}

.M5 span {
  background: url(../image/ioc.png) -72px -40px;
}

.M6 span {
  background: url(../image/ioc.png) -1px -40px;
}

.M7 span {
  background: url(../image/ioc.png) -1px -70px;
}

.M8 span {
  background: url(../image/ioc.png) -36px -70px;
}

.M9 span {
  background: url(../image/ioc.png) -72px -70px;
}

.M10 span {
  background: url(../image/ioc.png) -3px -105px;
}
/***右侧内容****/
.m-right {
  margin-left: 300px;
  height: 100%;
  height: 850px !important;
}

.right-nav {
  height: 40px;
  border-bottom: 1px solid #d1d1d1;
  background: #f6f6f6;
}

  .right-nav ul {
    height: 50px;
  }

  .right-nav li {
    float: left;
    margin-left: 5px;
    line-height: 40px;
    color: #464646;
    font-size: 14px;
  }

    .right-nav li img {
      position: relative;
      top: 17px;
      left: 15px;
    }

    .right-nav li a {
      color: #464646;
    }

      .right-nav li a:hover {
        color: #00a5a5;
        text-decoration: underline;
      }
/*搜索*/
.b-foot-p{
 height:150px;
 width:1190px;
 margin:0px auto;

}
.b-foot-title{
      height:30px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    background-color:#0b6092 ;
}
.b-foot-con{
  height:136px;
}
.b-foot-con-up{
  height:40px;
}
.b-foot-con-down{
  height:auto;
}
.b-foot-con-up-c
{
  margin:0px auto;
  width:800px;
  height:40px;
  text-align:center;
  line-height:40px;
}
.f-w-n label{
    font-weight:normal
}
#chkClass label{
    font-weight:normal
}
.b-foot-con-down-c{
  margin:0px auto;
  width:800px;
  height:40px;
  text-align:center;
  line-height:40px;
}
.b-foot-input{
  width:300px;
  height:32px;
  line-height:32px;
  padding-left:5px;
  border:1px solid #aaa;
}
.name-color{
  color:#00a5a5;
}

/*点击复制背景改变-客户编号*/
.show-message-cusno.zeroclipboard-is-hover { background-color: #eee; }
.show-message-cusno.zeroclipboard-is-active { background-color: #aaa; }

/*点击复制背景改变-货源编号*/
.show-message-agent.zeroclipboard-is-hover { background-color: #eee; }
.show-message-agent.zeroclipboard-is-active { background-color: #aaa; }
