.ewb-com {
  padding: 27px;
}

.ewb-menu {
  float: left;
  width: 240px;
}

.ewb-menu-hd {
  height: 84px;
  padding: 17px 5px 0 17px;
  background: url("../images/menu_hd_bg.jpg") no-repeat;
}

.ewb-menu-ch {
  line-height: 30px;
  color: #fff;
  font-size: 22px;
}

.ewb-menu-en {
  font-size: 12px;
  text-transform: uppercase;
  color: #a8bfe8;
}

.wb-tree {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.wb-tree-items,
.wb-tree-item {
  cursor: pointer;
}

.wb-tree-node {
  display: block;
  line-height: 66px;
  height: 68px;
  padding: 0 16px;
  background: #fafafa;
  border-bottom: 2px solid #e5e9ed;
}

.wb-tree-items:last-child .wb-tree-node {
  border-bottom: 2px solid #fafafa;
}

.wb-tree-iconr {
  float: right;
  width: 15px;
  height: 17px;
  margin-top: 25px;
  background: url("../images/wblistr.png") no-repeat;
}

.wb-tree-tt {
  display: block;
  font-size: 16px;
  color: #232323;
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wb-tree-sub {
  display: none;
  padding: 8px 17px;
}

.wb-sub-node > a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 16px;
  color: #232323;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/menu_list_img.jpg") left center no-repeat;
}

.wb-sub-node > a:hover,
.wb-sub-node > a.current {
  color: #0f67d2;
  background-image: url("../images/menu_list_imgh.jpg");
}

.wb-tree-items.current .wb-tree-node {
  background: #f3f3f3;
}

.wb-tree-items.current.hasChild .wb-tree-node {
  border-bottom: 2px solid #f3f3f3;
}

.wb-tree-items.current .wb-tree-tt {
  color: #0f67d2;
  font-family: "SourceHanSansCN-Medium";
}

.wb-tree-items.current .wb-tree-iconr {
  background: url("../images/wblistrh2.png") no-repeat;
}

.wb-tree-items.hasChild.current .wb-tree-iconr {
  background: url("../images/wblistrh.png") no-repeat;
}

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

.insurance {
  width: 888px;
  background-color: #f1f9fe;
}
.insurance-top {
  height: 137px;
  background: url("../images/insurance/insurance_top.png") center no-repeat;
  position: relative;
}
.insurance-top-txt {
  position: absolute;
  left: 50px;
  top: 49px;
}
.insurance-top-logo {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
}
.insurance-intro {
  position: relative;
  margin-bottom: 21px;
}
.insurance-intro-txt {
  position: absolute;
  right: 20px;
  top: 26px;
}
.insurance-intro-txt::before {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 8px 8px 8px 0px;
  background-color: #97b9fc;
  background: linear-gradient(to left, #97b9fc, #fff 100%);
  z-index: 0;
}
.insurance-intro-txt > p {
  position: relative;
  background-color: #fff;
  background: linear-gradient(115deg, rgb(255, 255, 255) 0%, rgb(249, 252, 255) 100%);
  width: 672px;
  padding: 14px 20px;
  border-radius: 8px 8px 8px 0px;
  font-size: 15px;
  z-index: 1;
}
.insurance-advantage {
  width: 100%;
}
.insurance-contact {
  height: 95px;
  background: url("../images/insurance/insurance_slogan_pic.png") center no-repeat;
  margin-top: 20px;
}
.insurance-contact-wechat {
  margin: 10px 0 0 45px;
}
.insurance-contact-wechat p {
  text-align: center;
  font-size: 13px;
  font-weight: 750;
  line-height: 20px;
}
.insurance-contact-location {
  padding: 0 13px;
  margin: 7px 15px 0 0;
  width: 416px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.insurance-contact-tel {
  background: url("../images/insurance/insurance_tel.png") left 4px center no-repeat;
  height: 40px;
  line-height: 40px;
  color: #DC1800;
  font-weight: 750;
  font-size: 24px;
  padding-left: 37px;
  margin-right: 10px;
}
.insurance-contact-time {
  line-height: 40px;
  height: 40px;
  color: rgba(26, 39, 60, 0.6);
  font-size: 12px;
  font-weight: 550;
}
.insurance-contact-time span {
  margin-left: 4px;
  color: #1A273C;
}
.insurance-contact-solution {
  height: 40px;
}
.insurance-contact-address {
  padding-left: 22px;
  color: #1A273C;
  line-height: 21px;
  background: url("../images/insurance/insurance_location.png") left 4px top 4px no-repeat;
}