.pcb-navbar {
  height: 56px;
  width: 100%;
  background-color: #313131;
  border-bottom: 1px solid #aaa;
}
.pcb-navbar .container {
  width: 1030px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.pcb-navbar .logo {
  width: 148px;
  height: 52px;
  line-height: 52px;
  outline: 0 none;
  text-align: left;
  float: left;
}
.pcb-navbar .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.pcb-navbar .logo a img {
  width: 100%;
  height: 100%;
}

/*导航栏菜单 start*/
.pcb-navbar .menu {
  width: 800px;
  height: 56px;
  float: left;
  margin-top: 0px;
  margin-left: 20px;
}
.pcb-navbar ul {
  width: 100%;
  height: 56px;
}
.pcb-navbar li {
  height: 56px;
  float: left;
  text-align: center;
  position: relative;
}
.pcb-navbar li > .first-split {
  border-right: 1px solid #4b4b4b;
  height: 32px;
  position: relative;
  top: 12px;
  display: block;
  float: left;
}
.pcb-navbar li > .end-split {
  border-left: 1px solid #000;
  height: 32px;
  position: relative;
  top: 12px;
  display: block;
  float: right;
}
.pcb-navbar li > a {
  color: #fff;
  font-size: 15px;
  padding: 0px 20px;
  height: 32px;
  position: relative;
  top: 12px;
  display: inline-block;
  line-height: 32px;
  border-left: 1px solid #000;
  border-right: 1px solid #4b4b4b;
}
.pcb-navbar li:hover > a {
  color: #aaa;
}
.pcb-navbar .sub-menu {
  position: absolute;
  display: block;
  width: 240px;
  top: 54px;
  background: #383838;
  display: none;
  z-index: 100;
}
.pcb-navbar .sub-menu.selected {
  display: block;
}
.pcb-navbar dl {
  padding-bottom: 10px;
}
.pcb-navbar dl dd {
  height: 35px;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  overflow: hidden;
}
.pcb-navbar dl dd a {
  height: 35px;
  color: #aaa;
  line-height: 35px;
}
.pcb-navbar dl dd:hover,
.pcb-navbar dl dd.current {
  background: #108413;
}
.pcb-navbar dl dd:hover a,
.pcb-navbar dl dd.current a {
  color: #fff;
}

.pcb-navbar .menu-arrow {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
/*导航栏菜单 end*/

/*主题内容start*/
#wrapper {
  width: 1030px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.pcb-main-container {
  border: 1px solid #bbb;
  padding: 10px 0px 20px 10px;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
#wrapper .left-container {
  min-height: 400px;
  width: 260px;
  float: left;
}
#wrapper .right-container {
  min-height: 600px;
  width: 735px;
  float: right;
}
/*顶部路径公用start*/
#wrapper .path {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  padding: 0px 15px;
}
#wrapper .path .name {
  color: #1e8a74;
}
#wrapper .path .split {
  margin: 0px 10px;
  color: #aaa;
}
#wrapper .path .name:hover {
  color: #13584a;
}
/*顶部路径公用end*/

/*左侧树 start*/
.box-container {
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left-width: 0px;
  border-right-width: 0px;
  position: relative;
}
.box-container .header {
  height: 50px;
  line-height: 50px;
  background: #ddd;
  padding-left: 10px;
  font-weight: bold;
  color: #666;
  position: relative;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
}
.box-container .box-arrow {
  display: block;
  width: 14px;
  height: 14px;
  top: 18px;
  right: 14px;
  cursor: pointer;
  position: absolute;
  background: url(../images/arrow.png) -14px 0px no-repeat;
}
.box-container .box-item.open .box-arrow {
  background: url(../images/arrow.png) 0px 0px no-repeat;
}
.box-container .box-item .container {
  display: none;
}
.box-container .box-item.open .container {
  display: block;
}
.box-container .container {
  padding: 0px 0px;
  width: 100%;
}
.box-container .container ul {
  width: 100%;
}
.box-container li {
  height: 40px;
  cursor: pointer;
}
.box-container li a {
  height: 40px;
  padding-left: 30px;
  line-height: 40px;
  color: #32411f;
  font-size: 14px;
}
.box-container li:hover,
.box-container li.current {
  background: #2baf75;
}
.box-container li:hover a,
.box-container li.current a {
  color: #fff;
}
/*拓展*/
body,
html {
  background: #f6f6f6;
}
.order-online {
  width: 1200px;
  margin: 20px auto;
}
.order-online > div.title {
  height: 50px;
  font-size: 24px;
  line-height: 50px;
}
.order-online .main-content .left-content {
  width: 786px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 20px;
  margin-right: 15px;
  background: #fff;
  min-height: 600px;
}
.order-online .main-content .right-content {
  width: 394px;
  min-height: 400px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 28px;
  position: relative;
  background: #fff;
}
/**/
