.container footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container footer .footer_bottom .fb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#nav_active {
  color: #fefefe;
}

#router_active {
  color: #707070;
}

.w {
  width: 62.5vw;
  height: 100%;
  margin: 0 auto;
}

.container {
  height: 100vh;
  background: #f2f2f2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  width: 100%;
}

.container header {
  width: 100%;
  height: calc(3.906vw + 3.125vw + 2.604vw);
}

.container header .logo {
  height: 3.906vw;
  background-color: #fff;
  line-height: 3.906vw;
}

.container header nav {
  width: 100%;
  height: 3.125vw;
  background-color: #35383a;
}

.container header nav ul {
  width: calc(calc(31.823vw / 5) * 6);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container header nav ul li {
  float: left;
  font-size: 14px;
  color: #9e9e9e;
}

.container header .router {
  width: 100%;
  height: 2.604vw;
  background-color: #fcfcfc;
}

.container header .router ul {
  width: calc(calc(31.823vw / 5) * 3);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container header .router ul li {
  float: left;
  font-size: 14px;
  color: #bebebe;
}

.container header .router ul {
  width: calc(calc(31.823vw / 5) * 2);
}

.container main {
  background-color: #f2f2f2;
  padding-top: 1.563vw;
  padding-bottom: 5vw;
}

.container main h1 {
  width: 100%;
  height: 126px;
  line-height: 86px;
  background-color: #fff;
  padding: 20px 5.208vw 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container main h1 span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background-color: #ececec;
}

.container main .list {
  background-color: #fff;
  padding-bottom: 30px;
}

.container main .list .list_item:not(:last-of-type) {
  margin-bottom: 4.74vw;
}

.container main .list .list_item {
  width: 100%;
  height: 17.344vw;
  overflow: hidden;
  padding: 0 5.208vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container main .list .list_item .senior_img {
  width: 17.448vw;
  height: 17.344vw;
  float: left;
}

.container main .list .list_item .info {
  width: 30.99vw;
  height: 100%;
  float: right;
  position: relative;
}

.container main .list .list_item .info .info_t {
  width: 100%;
}

.container main .list .list_item .info .info_t .info_t_l {
  margin-right: 3.75vw;
  float: left;
}

.container main .list .list_item .info .info_t .info_t_l .name {
  font-size: 28px;
  color: #4c4c4c;
}

.container main .list .list_item .info .info_t .info_t_l .position {
  font-size: 18px;
  color: #999999;
}

.container main .list .list_item .info .info_t .info_t_r {
  font-size: 16px;
  color: #4c4c4c;
  float: left;
}

.container main .list .list_item .info .info_t .info_t_r ul {
  padding-top: 5px;
  color: #fff;
}

.container main .list .list_item .info .info_t .info_t_r ul li {
  color: #4c4c4c;
  font-size: 1.2vw;
}

.container main .list .list_item .info .info_t .info_t_r ul li::before {
  content: "";
  display: inline-block;
  width: 0.208vw;
  height: 0.208vw;
  background-color: #d8d8d8;
  border-radius: 50%;
  margin-right: 0.417vw;
  vertical-align: middle;
}

.container main .list .list_item .info .info_b {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1vw;
  color: #aeaeae;
}

.container main .list .reserve .senior_img {
  float: right;
}

.container main .list .reserve .info {
  float: left;
}

.container main .list .reserve .info .info_t {
  width: 100%;
}

.container main .list .reserve .info .info_t .info_t_l {
  margin-right: 0;
  margin-left: 3.75vw;
  float: right;
}

.container main .list .reserve .info .info_t .info_t_r {
  float: right;
}

.container main .list .reserve .info .info_t .info_t_r ul {
  padding-top: 5px;
  text-align: right;
  color: #fff;
}

.container main .list .reserve .info .info_t .info_t_r ul li {
  color: #4c4c4c;
}

.container main .list .reserve .info .info_t .info_t_r ul li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  background-color: none;
  border-radius: none;
  margin-right: 0;
  vertical-align: middle;
}

.container main .list .reserve .info .info_t .info_t_r ul li::after {
  content: "";
  display: inline-block;
  width: 0.208vw;
  height: 0.208vw;
  background-color: #d8d8d8;
  border-radius: 50%;
  margin-left: 0.417vw;
  vertical-align: middle;
}

.container footer {
  width: 100%;
  height: 16.823vw;
  background-color: #292a2f;
}

.container footer .footer_top {
  width: 100%;
  height: 5.885vw;
  border-bottom: 1px solid #76777a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container footer .footer_bottom {
  height: calc(100% - 5.885vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container footer .footer_bottom .fb_content {
  width: 71.927vw;
  height: 100%;
}

.container footer .footer_bottom .fb_content .corporate_information {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666666;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_left a {
  color: inherit;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #cecece;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right a {
  color: inherit;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat {
  -ms-flex-preferred-size: 1.51vw;
      flex-basis: 1.51vw;
  height: 1.302vw;
  position: relative;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat .wechat_icon {
  width: 100%;
  height: 100%;
  background: url("../../images/public/wechat.png") no-repeat;
  background-size: cover;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat .erwma {
  width: 6.25vw;
  height: 6.25vw;
  background-color: #fff;
  border: 8px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat .erwma::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 0.573vw;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat:hover .erwma {
  display: block;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat:hover .wechat_icon {
  background: url("../../images/public/wechat_active.png") no-repeat;
  background-size: cover;
}

.container footer .footer_bottom .fb_content .cut-off {
  width: 100%;
  height: 1px;
  background-color: #333333;
}

.container footer .footer_bottom .fb_content .mark {
  font-size: 12px;
  color: #666666;
}
/*# sourceMappingURL=ab_team.css.map */