.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 main {
  background-color: #f2f2f2;
  padding-top: 1.536vw;
  padding-bottom: 6.875vw;
}

.container main .banner {
  margin-bottom: 0.938px;
}

.container main .content_center {
  margin-top: 0.938vw;
  width: 100%;
}

.container main .content_center .list {
  float: left;
  width: 41.667vw;
  background-color: #fff;
  padding-bottom: 1.771vw;
}

.container main .content_center .list .title {
  height: 2.917vw;
  font-size: 16px;
  color: #333333;
  padding-left: 1.146vw;
  border: 1px solid #f6f6f6;
  line-height: 2.917vw;
}

.container main .content_center .list ul {
  padding-top: 0.885vw;
}

.container main .content_center .list ul .item {
  width: 100%;
  height: calc(86px + 1.246vw);
  padding: 0 1.146vw 1.146vw 1.146vw;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container main .content_center .list ul .item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container main .content_center .list ul .item .item_img {
  width: 130px;
  margin-right: 10px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: 0.2vw;
}

.container main .content_center .list ul .item .item_img img {
  width: 100%;
  height: 100%;
}

.container main .content_center .list ul .item .introduce {
  width: calc(100% - 130px);
  height: 100%;
  overflow: hidden;
}

.container main .content_center .list ul .item .introduce .item_title {
  font-size: 14px;
  color: #444444;
  margin-bottom: 5px;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.container main .content_center .list ul .item .introduce p {
  font-size: 12px;
  color: #929292;
  width: 100%;
  position: relative;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.container main .content_center .list .loader {
  display: block;
  width: 39.063vw;
  height: 2.083vw;
  line-height: 2.083vw;
  font-size: 14px;
  color: #929292;
  text-align: center;
  outline: none;
  margin: 2.083vw 0 1.042vw;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  margin: 0 auto;
}

.container main .content_center aside {
  width: 19.792vw;
  float: right;
}

.container main .content_center aside .cat {
  width: 100%;
  height: 11.198vw;
  margin-bottom: 1.042vw;
}

.container main .content_center aside .cat_com {
  width: 19.792vw;
  padding: 1.615vw 1.771vw 2.083vw;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.042vw;
}

.container main .content_center aside .cat_com .title {
  font-size: 16px;
  color: #3c3c3c;
  margin-bottom: 1.771vw;
}

.container main .content_center aside .cat_com p {
  width: 16.25vw;
  font-size: 12px;
  color: #999999;
  margin-bottom: 2.996vw;
}

.container main .content_center aside .cat_com .erwma {
  width: 2.188vw;
  height: 2.188vw;
  background: url("../../images/consultation_img/con_erwma.png");
  background-size: cover;
  position: relative;
  margin-left: 100%;
  -webkit-transform: translateX(-2.188vw);
          transform: translateX(-2.188vw);
}

.container main .content_center aside .cat_com .erwma .erwma_active {
  width: 6.25vw;
  height: 6.25vw;
  background-color: #fff;
  border: 8px;
  position: absolute;
  bottom: 3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.container main .content_center aside .cat_com .erwma .erwma_active::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 main .content_center aside .cat_com .erwma:hover .erwma_active {
  display: block;
}

.container main .content_center aside .brand {
  width: 19.792vw;
  height: 21.823vw;
  padding: 1.719vw 1.771vw 2.031vw 1.615vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.container main .content_center aside .brand .title {
  font-size: 16px;
  color: #3c3c3c;
  margin-bottom: 1.7vw;
}

.container main .content_center aside .brand .brand_box {
  width: 16.53vw;
  height: 15.783vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container main .content_center aside .brand .brand_box div {
  width: 4.063vw;
  height: 4.063vw;
  border-radius: 50%;
}

.container main .content_center aside .brand .brand_box div:not(:nth-of-type(3n)) {
  margin-right: 1.927vw;
}

.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=con_yoga.css.map */