@charset "UTF-8";
html, body, .wrapper {
  height: 100%;
}

body {
  background-color: #fff;
}

.mainbody span,
.mainbody a,
.mainbody input {
  display: inline-block;
}

.header {
  min-width: 1200px;
  height: 76px;
  line-height: 76px;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  position: relative;
}
.header .mainbody {
  position: relative;
}
.header .nav_con {
  height: 76px;
  padding-left: 20px;
  position: relative;
}
.header .nav_con .logo {
  margin-top: 15px;
}
.header .nav_con ul {
  height: 76px;
  margin-left: 50px;
}
.header .nav_con ul li {
  float: left;
  width: 115px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.header .nav_con ul li i {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #666;
  vertical-align: middle;
  position: absolute;
  top: 36px;
  left: -1px;
}
.header .nav_con ul li a {
  padding-bottom: 5px;
  line-height: 20px;
}
.header .nav_con ul li:hover > a {
  color: #508edb;
  padding-bottom: 5px;
  border-bottom: 2px solid #508edb;
}
.header .nav_con ul li.act a {
  border-bottom: 2px solid #508edb;
}
.header .nav_con .nav_welcome {
  padding: 10px;
  position: relative;
  height: 34px;
  vertical-align: top;
  line-height: 20px;
  margin-top: 20px;
  color: #666;
  cursor: pointer;
  border: #fff 1px solid;
}
.header .nav_con .nav_welcome:hover {
  border-color: #ddd;
}
.header .nav_con .nav_welcome:hover .logout {
  display: block;
}
.header .nav_con .nav_welcome:hover.no-wrap {
  border-color: transparent;
}
.header .nav_con .nav_welcome a {
  color: #666;
}
.header .nav_con .nav_welcome a:hover {
  color: #508edb;
}
.header .nav_con .nav_welcome i {
  display: inline-block;
  width: 0;
  height: 0;
  border: #666 5px solid;
  border-color: #666 transparent transparent transparent;
  position: relative;
  margin-left: 10px;
  top: 3px;
}
.header .nav_con .nav_welcome i:after {
  position: absolute;
  top: -6px;
  left: -5px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border: #fff 5px solid;
  border-color: #fff transparent transparent transparent;
}
.header .nav_con .nav_welcome .logout {
  display: none;
  position: absolute;
  bottom: 3px;
  right: 30px;
  color: #666;
}

.bodyheader {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  min-width: 1200px;
  background-color: #4bb3fc;
}
.bodyheader ul li {
  width: 180px;
  text-align: center;
}
.bodyheader ul li.act {
  background-color: #3a97d8;
}
.bodyheader ul li a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.maincon {
  border: #ddd 1px solid;
  border-top: none;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

.side {
  width: 179px;
  min-height: 700px;
  box-sizing: border-box;
  background-color: #fff;
  border-right: #ddd 1px solid;
}
.side .side-nav .side-nav-item {
  height: 70px;
  line-height: 70px;
  padding-left: 28px;
  font-size: 0;
  cursor: pointer;
}
.side .side-nav .side-nav-item span {
  font-size: 14px;
}
.side .side-nav .side-nav-item .item-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.side .side-nav .side-nav-item .item-icon:after {
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.side .side-nav .side-nav-item.current-nav, .side .side-nav .side-nav-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.side .side-nav .side-nav-item.current-nav:before, .side .side-nav .side-nav-item:hover:before {
  position: absolute;
  left: 0;
  content: "";
  height: 100%;
  width: 4px;
  background: linear-gradient(#bf7afb, #81cbff);
}
.side .side-nav .side-nav-item.current-nav:after, .side .side-nav .side-nav-item:hover:after {
  position: absolute;
  right: -6px;
  content: "";
  height: 10px;
  width: 10px;
  border-left: #ddd 1px solid;
  border-top: #ddd 1px solid;
  background-color: #f5f5f5;
  transform: rotate(-45deg);
  top: 30px;
}
.side .side-nav .side-nav-item.product_mgt .item-icon, .side .side-nav .side-nav-item.online_mgt .item-icon {
  background-color: #feb749;
  box-shadow: 0 0 8px rgba(254, 183, 73, 0.35);
}
.side .side-nav .side-nav-item.recruitment_mgt .item-icon, .side .side-nav .side-nav-item.clinic_mgt .item-icon {
  background-color: #6d97fc;
  box-shadow: 0 0 8px rgba(109, 151, 252, 0.35);
}
.side .side-nav .side-nav-item.purchase_mgt .item-icon, .side .side-nav .side-nav-item.doctor_mgt .item-icon, .side .side-nav .side-nav-item.account_mgt .item-icon {
  background-color: #bf7afb;
  box-shadow: 0 0 8px rgba(191, 122, 251, 0.35);
}
.side .side-nav .side-nav-item.market_mgt .item-icon, .side .side-nav .side-nav-item.message_mgt .item-icon {
  background-color: #fc5b5e;
  box-shadow: 0 0 8px rgba(252, 91, 94, 0.35);
}
.side .side-nav .side-nav-item.server_mgt .item-icon, .side .side-nav .side-nav-item.upgrade_mgt .item-icon {
  background-color: #59cd5f;
  box-shadow: 0 0 8px rgba(89, 205, 95, 0.35);
}

.contentbody {
  padding: 15px 20px 20px 19px;
  border-top: #ddd 1px solid;
}

.nav_tab {
  overflow: hidden;
  margin-bottom: 15px;
}
.nav_tab li {
  float: left;
  width: 130px;
  line-height: 38px;
  color: #666;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.nav_tab li:after {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  right: 1px;
  width: 1px;
  height: 14px;
  background-color: #666;
}
.nav_tab li.current_tab {
  color: #508edb;
}
.nav_tab li.current_tab span {
  border-bottom: #508edb 1px solid;
}

.nav_content {
  background-color: #fff;
  width: 980px;
}

/*底部footer*/
.footer {
  min-width: 1200px;
  background: #f8f8f8;
}

.partner {
  background: #f8f8f8;
  height: 104px;
  line-height: 104px;
  margin-top: 45px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.partner .partisan {
  font-size: 18px;
  color: #000;
  margin-right: 25px;
  float: left;
}

.partner-box {
  float: left;
}

.partner ul li {
  float: left;
  width: 124px;
  height: 40px;
  margin: 32px 6px 32px 0;
  overflow: hidden;
}

.about-us {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 12px;
}

.copy-link li {
  float: left;
  width: 200px;
  text-align: left;
}

.copy-link li span {
  display: block;
  font-weight: bold;
  color: #555555;
  margin: 10px 0;
}

.copy-link li a {
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 26px;
}

.copy-link li a:hover {
  color: #508edb;
}

.copyright {
  color: #888888;
  font-size: 12px;
  text-align: center;
  line-height: 46px;
}

