.about-company {
  padding: 50px 200px 20px 90px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 48px;
  display: block;
}
.organization-img {
  width: 700px;
  height: 700px;
  margin: 20px auto 0;
}
.member-companies {
  min-height: 937px;
  background-image: url("/template/huabang/pc/img/main-company-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
.member-companies .company-type {
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.member-companies .company-type .type-item {
  position: relative;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.member-companies .company-type .type-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.member-companies .company-type .type-item:hover .triangle-img {
  display: block;
}
.member-companies .company-type .type-item:nth-of-type(1) {
  top: 50px;
}
.member-companies .company-type .type-item:nth-of-type(2) {
  top: 70px;
}
.member-companies .company-type .type-item:nth-of-type(3) {
  top: 150px;
}
.member-companies .company-type .type-item:nth-of-type(4) {
  top: 170px;
}
.member-companies .company-type .type-item:nth-of-type(5) {
  top: 150px;
}
.member-companies .company-type .type-item .type-img {
  background-color: #fff;
  width: 150px;
  height: 150px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.member-companies .company-type .type-item .type-img .type-name {
  height: 44px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 44px;
  color: #ffffff;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.member-companies .company-type .type-item .triangle-img {
  width: 25px;
  height: 19px;
  position: relative;
  top: 10px;
  margin: auto;
  display: none;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.member-companies .company-type .type-item-active {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.member-companies .company-type .type-item-active .triangle-img {
  display: block;
}
.member-companies .company-swiper {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 0 100px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: none;
}
.member-companies .company-swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  /*-webkit-justify-content: space-between;*/
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-image: url("/template/huabang/pc/img/compane_bg.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.member-companies .company-swiper .col {
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 10px;
}
.col-type{
    width: 25%;
    height: 100%;
        margin-left: 100px;
    margin-top: 40px;
}
.col-type-content{
width: 91%;
    box-sizing: border-box;
    margin: auto;
    padding: 20px 10px;
    background: #3c93ff;
    border-radius: 5px;
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.member-companies .company-swiper .company-item {
  width: 90%;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 10px;
  background: #f4f4f4;
  border-radius: 5px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  height: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}
.member-companies .company-swiper .company-prev {
  width: 73px;
  height: 73px;
  background: #3c93ff;
  text-align: center;
  line-height: 73px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 99;
  cursor: pointer;
}
.member-companies .company-swiper .company-prev img {
  width: 15px;
  height: 17px;
}
.member-companies .company-swiper .company-next {
  width: 73px;
  height: 73px;
  background: #3c93ff;
  text-align: center;
  line-height: 73px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 160px;
  z-index: 99;
  cursor: pointer;
}
.member-companies .company-swiper .company-next img {
  width: 15px;
  height: 17px;
}
.member-companies .company-swiper .company-disabled {
  background-color: #B1B1B1;
}
.menu-body .page-container2 {
  position: relative;
  height: 100%;
  padding-bottom: 0;
}
.menu-body .page-container2 .page2-subhead {
  margin-top: 20px;
}
.menu-body .page-container2 .page2-body {
  margin-top: 30px;
}
.menu-body .page-container2 .page2-body .step-container {
  height: 529px;
  overflow-y: scroll !important;
  overflow-x: hidden;
  scrollbar-width: none;
}
.menu-body .page-container2 .page2-body .step-container::-webkit-scrollbar {
  display: none;
}
.menu-body .page-container2 .page2-body .step-container1 .swiper-slide-canvas .first-text {
  font-size: 36px;
}
.menu-body .page-container2 .page2-body .step-container1 .swiper-slide-canvas .desc-text {
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu-body .page-container2 .page2-body .footprint {
  height: auto;
  margin-left: 0;
}
.menu-body .page-container2 .page2-body .footprint1 .wRollArea {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  margin: -40px auto 0;
}
.menu-body .page-container2 .intro_swiper {
  width: 100%;
  background: url('/template/huabang/pc/img/mini_year_swiper/bg.png') no-repeat;
  background-size: 100% 100%;
  display: none;
}
.menu-body .page-container2 .introduction_swiper {
  width: 100%;
}
.menu-body .page-container2 .mini-swiper {
  height: 150px;
}
.menu-body .page-container2 .mini-swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.menu-body .page-container2 .mini-thumb-swiper {
  height: 100px;
  width: 80%;
  background: url('/template/huabang/pc/img/mini_year_swiper/time_points.png') no-repeat;
  background-size: 100% auto;
  background-position: 0 70px;
}
.menu-body .page-container2 .mini-thumb-swiper .swiper-slide {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.menu-body .page-container2 .mini-thumb-swiper .swiper-slide span {
  margin: auto;
}
.menu-body .page-container2 .mini-thumb-swiper .swiper-slide.swiper-slide-active {
  color: #3c93ff;
  font-size: 18px;
}
.menu-body .page-container2 .mini-thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  color: #3c93ff;
  font-size: 18px;
}
.menu-body .page-container2 .introduction_box {
  cursor: pointer;
  -webkit-transition: all .3s;
          transition: all .3s;
  color: #fff;
}
.menu-body .page-container2 .introduction_text {
  font-size: 14px;
  letter-spacing: 1px;
  width: 70%;
  margin: auto;
  line-height: 20px;
  text-align: center;
}
.menu-body .page-container2 .serviceFlow_prev,
.menu-body .page-container2 .serviceFlow_next {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 999999;
}
.menu-body .page-container2 .serviceFlow_prev:focus,
.menu-body .page-container2 .serviceFlow_next:focus,
.menu-body .page-container2 .serviceFlow_prev:hover,
.menu-body .page-container2 .serviceFlow_next:hover {
  outline: 0;
  border: 0;
}
.menu-body .page-container2 .serviceFlow_prev {
  left: 2%;
}
.menu-body .page-container2 .serviceFlow_next {
  right: 2%;
}
.menu-body .page-container2 .time-points-img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .menu-body .member-companies .company-type {
    height: 315px;
  }
  .menu-body .member-companies .company-swiper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .menu-body .page-container2 .page2-body .footprint1 .footprint-out {
    top: 0;
  }
  .member-companies .company-type {
    height: 240px;
  }
  .member-companies .company-swiper {
    margin-top: 190px;
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 1280px) {
  .menu-body .member-companies .company-swiper .company-item {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .menu-body .step-container1 {
    display: none;
  }
  .menu-body .footprint {
    display: none;
  }
  .menu-body .page-container2 {
    background-image: none;
  }
  .menu-body .page-container2 .intro_swiper {
    display: block;
  }
  .menu-body .member-companies .company-swiper {
    margin-top: 0;
  }
.col-type{
    margin-left: 15px!important;
    margin-top: -40px!important;
    margin-bottom: 20px;
}
  .menu-body .member-companies .company-type .type-item:nth-of-type(1) {
    top: -32px;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(2) {
    top: 12px;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(3) {
    top: 38px;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(4) {
    top: 22px;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(5) {
    top: 12px;
  }
  .menu-body .member-companies .company-type .type-item .type-img {
    width: 90px;
    height: 90px;
  }
  .menu-body .member-companies .company-type .type-item .type-img .type-name {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
  }
  .menu-body .member-companies .company-type .type-item .triangle-img {
    width: 15px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .menu-body .member-companies {
    min-height: 300px;
  }
  .menu-body .member-companies .company-type {
    height: 100px;
    padding-top: 90px;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(1) {
    top: -10px;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(2) {
    top: 0;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(3) {
    top: 30px;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(4) {
    top: 50px;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(5) {
    top: 30px;
  }
  .menu-body .member-companies .company-swiper {
    margin-top: 70px;
    padding: 0 30px 0 5px;
  }
  .col-type{
      margin-left: 0!important;
  }
  .menu-body .member-companies .company-swiper .company-item {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .menu-body .member-companies .company-swiper .company-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 102;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-body .member-companies .company-swiper .company-prev img {
    margin: auto;
  }
  .menu-body .member-companies .company-swiper .company-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 102;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-body .member-companies .company-swiper .company-next img {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .member-companies .company-type .type-item .triangle-img {
    top: 0;
  }
  .menu-body .member-companies .company-type {
    height: auto;
    padding-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .menu-body .member-companies .company-type .type-item {
    width: 33.333%;
    position: inherit;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .menu-body .member-companies .company-type .type-item .type-img {
    height: 80px;
    width: 80px;
  }
  .menu-body .member-companies .company-type .type-item .type-img .type-name {
    height: 20px;
    line-height: 20px;
  }
  .menu-body .member-companies .company-type .type-item .type-img .triangle-img {
    top: 0;
  }
  .menu-body .member-companies .company-type .type-item:hover {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(1) {
    position: inherit;
    top: 0;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(2) {
    position: inherit;
    top: 0;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(3) {
    position: inherit;
    top: 0;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(4) {
    position: inherit;
    top: 0;
  }
  .menu-body .member-companies .company-type .type-item:nth-of-type(5) {
    position: inherit;
    top: 0;
  }
  .menu-body .member-companies .company-swiper {
    margin-top: 20px;
    padding: 0 5px;
  }
  .menu-body .member-companies .company-swiper .col {
    width: 50%;
  }
  .col-type{
     width: 50%;
      margin-top: 20px!important;
  }
  .menu-body .member-companies .company-swiper .company-item {
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
}
@media screen and (max-width: 320px) {
  .menu-body .member-companies .company-swiper {
    margin-top: 50px;
  }
  .menu-body .member-companies .company-swiper .col {
    width: 50%;
  }
  .col-type{
  width: 50%;
  margin-top: 20px!important;
      
  }
  .menu-body .member-companies .company-swiper .company-item {
    padding: 10px 0;
  }
}
<!--0.00012612342834473-->