@charset "UTF-8";
/*
 * description: 子页公用
 * autor: qianyuitng
 * date: 2022-05-18
 */
body {
  background-color: #F4F8FB;
}

/* subpage-banner */
.subpage-banner {
  height: 525px;
  color: #fff;
  background: url("../images/subpage_banner.jpg") center center no-repeat;
  background-size: auto 100%;
}

.subpage-banner-cont {
  padding-top: 140px;
}

.subpage-name {
  margin-top: 125px;
  line-height: 68px;
  font-size: 68px;
  font-family: "YouSheBiaoTiHei";
}

.subpage-name-vertical {
  position: relative;
  line-height: 68px;
  font-size: 68px;
  margin-top: -18px;
  font-family: "YouSheBiaoTiHei";
  color: transparent;
  transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.subpage-name-vertical:before {
  position: absolute;
  content: attr(text);
  color: rgba(114, 176, 251, 0.9);
  -webkit-mask: -webkit-gradient(linear, left bottom, left top, from(rgba(114, 176, 251, 0.9)), to(transparent));
  -webkit-mask: linear-gradient(to top, rgba(114, 176, 251, 0.9), transparent);
  z-index: 2;
}

/* 面包屑 */
.location {
  padding-left: 23px;
  line-height: 56px;
  font-size: 16px;
  background: url("../images/local_ico.png") left center no-repeat;
}

.location a {
  color: #333;
}

.location span {
  color: #1F96F8;
}

/* 左侧垂直菜单导航 */
.left-nav {
  width: 232px;
}

.left-nav-tit {
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  font-weight: 600;
  color: #1F96F8;
  background: url("../images/left_nav_titbg.png") center bottom no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.left-nav-tit-icon {
  display: inline-block;
  margin: -3px 5px 0 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 53, 106, 0.2);
          box-shadow: 0 4px 16px rgba(0, 53, 106, 0.2);
  vertical-align: middle;
}

.wb-tree {
  margin-top: 5px;
}

.wb-tree-items {
  margin-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #E7EEFA;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.wb-tree-items:last-child {
  margin-bottom: 0;
}

.wb-tree-node {
  position: relative;
  height: 85px;
  line-height: 85px;
  padding: 0 40px 0 40px;
  font-size: 20px;
  font-weight: 600;
  background: #F3F5F8;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F5F8), to(#fff));
  background: linear-gradient(to bottom, #F3F5F8, #fff);
  background: -moz-linear-gradient(top, #F3F5F8, #fff);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.wb-tree-node:after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: url("../images/tree_r_ico.png") center center no-repeat;
}

.wb-tree-tt {
  display: inline-block;
  max-width: 100%;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #333;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wb-tree-node:hover:after {
  background-image: url("../images/tree_r_icoh.png");
}

.wb-tree-node:hover .wb-tree-tt {
  color: #1F96F8;
}

.wb-tree-node.icon-engineering .wb-tree-tt {
  background-image: url("../images/engineering_ico.png");
}

.wb-tree-node.icon-goods .wb-tree-tt {
  background-image: url("../images/goods_ico.png");
}

.wb-tree-node.icon-service .wb-tree-tt {
  background-image: url("../images/service_ico.png");
}

.wb-tree-node.icon-shop .wb-tree-tt {
  background-image: url("../images/shop_ico.png");
}

.wb-tree-node.icon-other .wb-tree-tt {
  background-image: url("../images/other_ico.png");
}

.wb-tree-node.icon-problem .wb-tree-tt {
  background-image: url("../images/problem_ico.png");
}

.wb-tree-node.icon-load .wb-tree-tt {
  background-image: url("../images/load_ico.png");
}

.wb-tree-node.icon-work .wb-tree-tt {
  background-image: url("../images/work_ico.png");
}

.wb-tree-node.icon-notice .wb-tree-tt {
  background-image: url("../images/notice_ico.png");
}

.wb-tree-node.icon-info .wb-tree-tt {
  background-image: url("../images/info_ico.png");
}

.wb-tree-node.icon-policy .wb-tree-tt {
  background-image: url("../images/policy_ico.png");
}

.wb-tree-subs {
  display: none;
  padding: 16px 0;
}

.wb-tree-sub .wb-tree-item {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
}

.wb-tree-sub .wb-tree-item a {
  display: block;
  padding: 0 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.wb-tree-sub .wb-tree-item.current a {
  color: #1F96F8;
}

.wb-tree-sub .wb-tree-item:hover a {
  color: #1F96F8;
}

.wb-tree-items.hasChild .wb-tree-node:after {
  background-image: url("../images/tree_down_ico.png");
}

.wb-tree-items.hasChild .wb-tree-node:hover:after {
  background-image: url("../images/tree_down_icoh.png");
}

.wb-tree-items.current .wb-tree-node:after {
  background-image: url("../images/tree_r_icoh.png");
}

.wb-tree-items.current .wb-tree-node .wb-tree-tt {
  color: #1F96F8;
}

.wb-tree-items.current.hasChild .wb-tree-node:after {
  background-image: url("../images/tree_up_icoh.png");
}

.wb-tree-items.current .wb-tree-subs {
  display: block;
}

/* 右侧 */
.right-wrap {
  width: calc(100% - 250px);
  padding: 20px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 右侧头部 */
.label {
  border-bottom: 1px solid rgba(22, 100, 255, 0.2);
  padding: 18px 0 22px 0;
}

.label-name {
  width: 106px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  font-size: 16px;
  color: #181818;
}

.label-items {
  width: calc(100% - 114px);
}

.label-item {
  margin-left: 15px;
  border-radius: 5px;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #181818;
  cursor: pointer;
}

.label-item:first-child {
  margin-left: 0;
}

.label-item.active {
  color: #fff;
  background: #4a87ff;
}

.label-custom {
  margin: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #181818;
}

.label-laydate {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  padding: 0 28px 0 7px;
  width: 95px;
  height: 30px;
  background: url("../images/laydate_icon.png") 109px no-repeat;
}

.label-laydate:first-child {
  margin-right: 15px;
}

.label-laydate::-webkit-input-placeholder {
  color: #d6d6d6;
}

.label-laydate::-moz-placeholder {
  color: #d6d6d6;
}

.label-laydate:-moz-placeholder {
  color: #d6d6d6;
}

.label-laydate:-ms-input-placeholder {
  color: #d6d6d6;
}

.label-line {
  margin-top: 16px;
}

.label-search {
  margin-left: 8px;
  border-radius: 5px;
  border: 1px solid #4a87ff;
  overflow: hidden;
}

.label-input {
  padding-left: 10px;
  width: 147px;
  height: 30px;
}

.label-input::-webkit-input-placeholder {
  font-weight: 200;
  color: #181818;
}

.label-input::-moz-placeholder {
  font-weight: 200;
  color: #181818;
}

.label-input:-moz-placeholder {
  font-weight: 200;
  color: #181818;
}

.label-input:-ms-input-placeholder {
  font-weight: 200;
  color: #181818;
}

.label-btn {
  width: 53px;
  height: 30px;
  background: url("../images/see_ico.png") center no-repeat;
  cursor: pointer;
}

.label-sure, .label-reset {
  border-radius: 5px;
  width: 72px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.label-sure {
  margin-left: 23px;
  background: #ff9a3d;
}

.label-reset {
  margin-left: 9px;
  background: #4a87ff;
}
