@media screen and (max-width: 991px) {
  body {
    width: 991px;
    overflow-x: auto;
  }

  .banner {
    height: 198px;
  }
}

@media screen and (min-width: 991px) {
  .banner {
    height: 20vw;
  }
}

.banner {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.tabs {
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.tabs > .tab-item {
  font-size: 15px;
  line-height: 100%;
  color: #332d2c;
  padding: 8px;
  background-color: transparent;
}

.tabs > .tab-item:hover {
  color: #fefefe;
  background-color: #0b60a9;
  cursor: pointer;
}

.tabs > .tab-item.active {
  color: #fefefe;
  background-color: #0b60a9;
}

.tabs > .tab-item:not(:last-child) {
  margin-right: 30px;
}

.about-section {
  display: none;
}

.about-section.active {
  display: flex;
}

.company-desc {
  width: 100%;
  align-items: center;
  justify-content: center;
  /*background-image: url("../img/company-desc-bg.png");*/
  background-position: bottom;
  background-size: cover;
}

.company-desc > .company-desc-content {
  /* width: 1040px; */
  padding-bottom: 173px;
}

.company-desc > .company-desc-content > p {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #332d2c;
  text-indent: 2em;
}

@media screen and (max-width: 991px){
  .company-desc-photos{
    padding-bottom: 100px;
  }
  .company-desc-photos > div.flex {
    width: 220px;
  }

  .company-desc-photos > div.flex > img{
    height: 167px;
  }
  .company-desc-photos .flex:nth-child(2) {
    margin: 0 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
  .company-desc-photos{
    padding-bottom: 200px;
  }
  .company-desc-photos > div.flex {
    width: 300px;
  }

  .company-desc-photos > div.flex > img{
    height: 227px;
  }
  .company-desc-photos .flex:nth-child(2) {
    margin: 0 25px;
  }
}

@media screen and (min-width: 1200px) {
    .company-desc-photos {
        padding-bottom: 300px;
    }

        .company-desc-photos > div.flex {
            max-width: 1079px;
        }

            .company-desc-photos > div.flex > img {
                max-height: 372px;
            }
}

.company-desc > .company-desc-content > .company-desc-photos {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.company-desc-photos > div.flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #8b8b8b;
}

.company-desc-photos > div.flex > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 18px;
}
.company-desc-photos .flex:nth-child(2) {
  margin: 0 34px;
}

.company-culture {
  padding-bottom: 50px;
}

/* .company-culture > .content > .first,
.company-culture > .content > .third,
.company-culture > .content > .second {
  padding: 0 0.2px;
} */

.company-culture > .content > .first > .title > p:first-child,
.company-culture > .content > .third > .title > p:first-child,
.company-culture > .content > .second > .title > p:first-child {
  font-size: 14px;
  line-height: 26px;
  color: #0B60A8;
  font-weight: bold;
}

.company-culture > .content > .first > .title > p:last-child,
.company-culture > .content > .third > .title > p:last-child,
.company-culture > .content > .second > .title > p:last-child {
  padding-left: 45px;
  font-size: 12px;
  line-height: 28px;
  color: #0B60A8;
  position: relative;
}

.company-culture > .content > .first > .title > p:last-child::after,
.company-culture > .content > .third > .title > p:last-child::after,
.company-culture > .content > .second > .title > p:last-child::after {
  content: "";
  position: absolute;
  top: 13.5px;
  left: 0;
  width: 33px;
  height: 1px;
  background-color: #0B60A8;
}

.company-culture > .content > .first > .content {
  padding: 20px 0 40px;
  align-items: center;
  justify-content: space-between;
}

.company-culture > .content > .first > .content > img {
  width: 280px;
  height: auto;
}

.company-culture > .content > .first > .content > div > p {
  font-size: 12px;
  line-height: 24px;
  color: #5f5d5d;
}

.company-culture > .content > .third > .content {
  padding-top: 60px;
  padding-right: 40px;
  align-items: center;
  justify-content: flex-start;
}

.company-culture > .content > .third > .content > img{
  width: 100%;
  height: auto;
}

/* .company-culture > .content > .third > .content > p {
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.company-culture > .content > .third > .content > p > img {
  width: 68px;
  height: 15.5px;
  margin-right: 20px;
}

.company-culture > .content > .third > .content > p > span {
  font-size: 12px;
  line-height: 18px;
  color: #5f5d5d;
} */

.company-culture > .content > .second > .header,
.company-culture > .content > .third > .header {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #B6B6B7;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 18px;
  margin: 50px 0 30px;
}

.company-culture > .content > .second > .header > .bold,
.company-culture > .content > .third > .header > .bold{
  font-size: 16px;
  line-height: 20px;
  color: #332C2B;
  font-weight: bold;
  margin-right: 20px;
}

.company-culture > .content > .second > .content{
  align-items: flex-end;
  justify-content: space-between;
}

.company-culture > .content > .second > .content > .main > .heading {
  font-size: 14px;
  line-height: 16px;
  color: #474443;
  margin-bottom: 15px;
  padding-top: 30px;
}

.company-culture > .content > .second > .content > .main > img {
  width: auto;
  height: 41px;
  display: block;
  margin-bottom: 15px;
}

.company-culture > .content > .second > .content > .main > .desc {
  font-size: 12px;
  line-height: 26px;
  color: #5f5d5d;
  text-indent: 2em;
}

.company-culture > .content > .second > .content > .side {
  width: auto;
  height: 280px;
  margin-left: 30px;
}

.classic-case {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0;
}

.classic-case > div.flex {
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 40px;
}

.classic-case > div.flex > img {
  width: 600px;
  height: auto;
}

.classic-case > div.flex > span {
  width: 5em;
  text-align: left;
  margin-right: 40px;
}

.team-style {
  flex-direction: column;
  padding-bottom: 50px;
}

.team-style > h1.flex {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0;
}

.team-style > h1.flex > img {
  width: auto;
  height: 50px;
  margin-right: 1vw;
}

.team-style > h1.flex > span {
  font-size: 20px;
  line-height: 24px;
  color: #332c2b;
  font-weight: bold;
}

@media screen and (max-width: 991px){
  .team-style > .picture-wall{
    zoom: .66;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
  .team-style > .picture-wall{
    zoom: .8;
  }
}

@media screen and (min-width: 1200px){
  .team-style > .picture-wall{
    zoom: 1;
  }
}

.team-style > .picture-wall{
  width: 1090px;
  height: 570px;
  padding: 0 15px;
}

.team-style > .picture-wall > img {
  width: 320px;
}

.team-style > .picture-wall > ul.flex{
  width: 730px;
  height: 570px;
}
.team-style > .picture-wall > ul.flex > li:first-child{
  height: 320px;
}

.team-style > .picture-wall > ul.flex > li:first-child > img:first-child{
  width: 480px;
}

.team-style > .picture-wall > ul.flex > li:first-child > img:last-child{
  width: 240px;
}

.team-style > .picture-wall > ul.flex > li:last-child{
  height: 240px;
}

.team-style > .picture-wall > ul.flex > li:last-child > img{
  width: 240px;
}

.team-style > .picture-wall{
  align-items: flex-start;
  justify-content: space-between;
}

.team-style > .picture-wall img {
  object-fit: cover;
  object-position: center;
}

.team-style > .picture-wall > img{
  height: 100%;
}

.team-style > .picture-wall > ul.flex {
  height: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.team-style > .picture-wall > ul.flex > li:first-child {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.team-style > .picture-wall > ul.flex > li:last-child {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.team-style > .picture-wall > ul.flex > li:first-child > img:first-child,
.team-style > .picture-wall > ul.flex > li:first-child > img:last-child{
  height: 100%;
}

.team-style > .picture-wall > ul.flex > li:last-child > img {
  height: 100%;
}
.top-img{
  background-color: #8bccef;
}
.w1400{
  width: 1400px;
  margin: 0 auto;
}
.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-box .flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.number-box{
  margin-top:45px;
  margin-bottom:45px;
  text-align: center;
  color:#e7e7e7;
  font-size: 12px;
}
.number-box .num{
  position: relative;
  color:#ef6820;
  font-size: 32px;
  font-weight: 500;
}
.number-box .tag{
  color:#ef6820;
  font-size: 20px;
  font-weight: 500;
  vertical-align: top;
}
.top-img2{
  width: 100%;
  padding: 50px 0;
  background-color: #f7f7f7;
}
.top-img2 .banner{
  height: 580px;
}
.company-desc-photos{
  max-width: 1044px;
  margin: 0 auto;
}
.bot-bg {
    background: url(../img/company-desc-bg2.jpg) center 140px no-repeat;
    background-size: 1920px 708px;
}
.title-top {font-size:24px;}