@charset "UTF-8";
/* THEME */
.company-profile-outside {
  padding: 50px 0 54px;
}
.company-profile-main-title {
  float: left;
  width: 447px;
  height: 383px;
  margin: 10px 0 0;
  padding: 128px 45px 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../../image/aboutUs/bg_about.png);
}
.company-profile-title-zh {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  font-weight: bold;
}
.company-profile-title-en {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.company-profile-details {
  float: right;
  width: calc(100% - 490px);
}
.company-profile-details-logo {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.company-profile-details-logo > img {
  max-width: 100%;
}
.company-profile-main-part {
  float: left;
  padding: 23px 20px 22px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 30px;
  color: #00859b;
  background-color: rgba(0, 133, 155, 0.1);
  border-left: 6px solid #00859b;
}
.company-profile-sec-part {
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
}
.about-us-part-two-outside {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../../image/aboutUs/bg_zuanjia.png);
}
.about-us-part-two-outside .bjx-home-part-index {
  padding: 57px 0 50px;
}
.about-us-block-two-title {
  position: relative;
  width: 100%;
  min-height: 62px;
  padding: 4px 0 20px;
  margin: 0 0 32px;
  line-height: 39px;
  font-size: 28px;
  font-weight: 400;
  color: #1a6779;
}
.about-us-block-two-title > span {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.about-us-block-two-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background-color: #f17d00;
}
.about-us-part-two-body .about-us-main-picture {
  float: right;
  max-width: 481px;
  width: 50%;
}
.about-us-part-two-body .about-us-main-picture > img {
  float: left;
  max-width: 100%;
}
.about-us-part-two-body .about-us-main-text {
  float: left;
  width: calc(50% - 20px);
}
.about-us-part-two-body .about-us-main-text .text-box {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about-us-part-three-outside {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../../image/aboutUs/bg_linian.png);
}
.about-us-part-three-outside .bjx-home-part-index {
  padding: 50px 0 58px;
  overflow: hidden;
}
.about-us-block-three-title {
  width: 100%;
  margin: 0 0 40px;
}
.about-us-block-three-title > span {
  display: block;
  margin: 0 0 14px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #0095ae;
}
.about-us-block-three-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  margin: 0 auto;
  background-color: #f17d00;
}
.philosophy-item-list {
  width: calc(100% + ((100% / 3) - 306px));
  margin: 0 calc(0px - (((100% / 3) - 306px) / 2));
}
.philosophy-item-list .list-item {
  float: left;
  width: 306px;
  height: 140px;
  margin: 0 calc(((100% / 3) - 306px) / 2);
  background-position: center 40px;
  background-repeat: no-repeat;
  background-size: 100% auto ;
  background-image: url(../../image/aboutUs/maisui.png);
}
.philosophy-item-list .list-item .item-icon {
  width: 100%;
  height: 60px;
  margin: 0 0 10px;
  line-height: 60px;
  text-align: center;
}
.philosophy-item-list .list-item .item-icon > img {
  vertical-align: middle;
}
.philosophy-item-list .list-item .item-title {
  width: 100%;
  margin: 0 0 11px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #0095ae;
  text-align: center;
}
.philosophy-item-list .list-item .item-text {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .company-profile-outside {
    padding: 30px 0 34px;
  }
  .company-profile-main-title {
    width: 100%;
    padding: 0;
    background: none;
    position: relative;
    min-height: 62px;
    height: auto;
    padding: 3px 0 20px;
    margin: 0 0 30px;
    line-height: 39px;
    font-size: 28px;
    font-weight: 400;
    color: #1a6779;
  }
  .company-profile-main-title .company-profile-title-zh {
    display: inline;
    float: none;
    width: auto;
    margin: 0 10px 0 0;
    font-size: 28px;
    font-weight: bold;
    color: #333;
  }
  .company-profile-main-title .company-profile-title-en {
    display: inline;
    float: none;
    width: auto;
    font-size: 16px;
    color: #0095ae;
  }
  .company-profile-main-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 60px;
    height: 6px;
    background-color: #f17d00;
  }
  .company-profile-details {
    width: 100%;
  }
  .about-us-part-two-body .about-us-main-picture {
    max-width: 250px;
    padding: 80px 0 0;
  }
  .about-us-part-two-body .about-us-main-text {
    width: calc(100% - 270px);
  }
  .philosophy-item-list {
    width: 100%;
    margin: 0;
  }
  .philosophy-item-list .list-item {
    float: left;
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 950px) {
  .about-us-part-three-outside .bjx-home-part-index {
    padding: 40px 0 0;
  }
  .philosophy-item-list .list-item {
    width: calc(100% - 20px);
    margin: 0 10px 40px;
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-part-two-body .about-us-main-picture {
    display: none;
  }
  .about-us-part-two-body .about-us-main-text {
    width: 100%;
  }
}
