/*聚诚在线（jc128.net）安全--简单--易用*/
.about_us .team_introduction .content .wrap {
  height: auto;
}
.about_us .team_introduction .content .wrap .top_list .item .cover_box {
  width: auto;
  height: auto;
  transform: translateY(0);
  position: relative;
  height: 350px;
  overflow: initial;
}
.about_us .team_introduction .content .wrap .top_list .item .cover_box .cover {
  position: absolute;
  top: -25%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_us .team_introduction .content .wrap .bottom_list {
  transform: translateY(0);
}
.about_us .performance .head {
  text-align: center;
  padding-bottom: 15px;
}
.about_us .performance .head1{
    padding-bottom: 40px;
}
.about_us .performance .head .title {
  text-align: center;
}
.about_us .performance .head .lead {
  font-size: 20px;
  margin: 16px 0;
}
.about_us .performance .name {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.about_us .performance .wrap{
    margin-bottom: 10px;
}
.about_us .performance .list {
  margin-top: 25px;
}
.about_us .performance .list .item {
  margin: auto;
  width: 80%;
  /*min-height: 200px;*/
  background: #1B3069;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.famore{
    text-align: center;
}
.famore a{
    display: inline-block;
    width: 170px;
    height: 44px;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    background: #1B3069;
}
.about_us .performance .list .item .ht {
  font-size: 20px;
}
.about_us .performance .list .item .value {
  padding-top: 12px;
}
.about_us .performance .list .item .value .text {
  font-size: 16px;
}
.about_us .performance .list .item .value .num {
  font-size: 22px;
}
.about_us .performance .list .item .value .num p{
    display: inline-block;
}
.about_us .performance .list .item .lead {
  color: #fff;
}
.contact_us .main .address_explain {
  background: #fff;
  padding: 60px;
  margin-bottom: 50px;
}
.contact_us .main .address_explain .content .lead,
.contact_us .main .address_explain .content span,
.contact_us .main .address_explain .content p {
  white-space: pre-line;
  font-size: 18px;
  color: #000;
  line-height: 36px;
}
.contact_us .main .address_guide {
  background: #fff;
  padding: 60px;
  margin-bottom: 50px;
}
.contact_us .main .address_guide .address .content {
  padding-right: 30px;
}
.contact_us .main .address_guide .address .content .name {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.contact_us .main .address_guide .list {
  margin-top: 30px;
}
.contact_us .main .address_guide .list .item {
  margin-bottom: 30px;
}
.contact_us .main .address_guide .list .item .box {
  padding: 20px;
}
.contact_us .main .address_guide .list .item .cover_box {
  display: block;
  overflow: hidden;
}
.contact_us .main .address_guide .list .item .cover_box p{
    margin-top: 5px;
}
.contact_us .main .address_guide .list .item .cover_box .col-sm-6{
    padding: 0;
}
.contact_us .main .address_guide .list .item .cover_box .cover {
  height: 400px;
}
.contact_us .main .address_guide .list .item .content {
  /*height: 150px;*/
  padding-top: 12px;
}
.people .main .team_list .box .item {
  height: auto;
}
.people .main .team_list .box .item .cover_box {
  height: 265px;
}
.people .main .team_list .box .item .cover_box .cover {
  position: initial;
  top: 0;
  height: 100%;
  object-fit: contain;
}
.people .main .team_list .box .item .content {
  height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 969px) and (max-width: 1300px) {
  .people .main .team_list .box .item .content {
    padding: 10px 10px 10px 0;
    justify-content: center;
  }
  .people .main .team_list .box .item .content .title {
    font-size: 18px;
  }
  .people .main .team_list .box .item .content .desc {
    font-size: 16px;
  }
  .people .main .team_list .box .item .content .lead {
    font-size: 14px;
    line-height: 26px;
  }
  .people .main .team_list .box .item .content .link {
    margin-top: 10px;
    width: 100px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    background: #1B3069;
  }
}
@media screen and (max-width: 968px) {
  .about_us .performance .content .head .title {
    font-size: 24px;
  }
  .about_us .performance .content .wrap .list {
    margin-top: 30px;
  }
  .about_us .performance .content .wrap .list .box .item {
    padding: 20px;
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .about_us .team_introduction .content .wrap .top_list .item .cover_box {
    height: 350px;
  }
  .about_us .team_introduction .content .wrap .top_list .item .cover_box .cover {
    top: 0;
  }
  .about_us .performance .content .head {
    padding-bottom: 30px;
  }
  .about_us .performance .content .head .lead {
    font-size: 14px;
    line-height: 26px;
  }
  .about_us .performance .content .wrap {
    margin-bottom: 20px;
  }
  .about_us .performance .content .wrap .list {
    padding: 0 10px;
  }
  .about_us .performance .content .wrap .list .box {
    padding: 0 10px;
  }
  .about_us .performance .content .wrap .list .box .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .about_us .performance .content .wrap .list .box .item .ht {
    font-size: 24px;
  }
  .about_us .performance .content .wrap .list .box .item .value .text {
    font-size: 14px;
  }
  .about_us .performance .content .wrap .list .box .item .value .num {
    font-size: 20px;
  }
  .about_us .performance .content .wrap .list .box .item .lead {
    font-size: 14px;
    line-height: 26px;
  }
  .contact_us .main .address_explain {
    padding: 20px;
  }
  .contact_us .main .address_explain .content .name {
    font-size: 20px;
    line-height: 30px;
  }
  .contact_us .main .address_explain .content .lead {
    font-size: 14px;
    line-height: 28px;
  }
  .contact_us .main .address_explain .box:nth-child(2) {
    margin-top: 20px;
  }
  .contact_us .main .address_guide {
    padding: 20px;
  }
  .contact_us .main .address_guide .address .content .name {
    font-size: 20px;
    line-height: 30px;
  }
  .contact_us .main .address_guide .address .content .lead {
    font-size: 14px;
    line-height: 28px;
  }
  .contact_us .main .address_guide .address .box:nth-child(2) {
    margin-top: 20px;
  }
  .contact_us .main .address_guide .list .item {
    padding: 0;
    margin-bottom: 10px;
  }
  .contact_us .main .address_guide .list .item .box {
    box-shadow: none;
    padding: 10px;
  }
  .contact_us .main .address_guide .list .item .box .content {
    height: auto;
  }
  .people .main .team_list .box .item .cover_box {
    height: auto;
  }
  .people .main .team_list .box .item .content {
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .people .main .team_list .box .item .content .link {
    text-align: center;
  }
}
