body {
  background-color: white;
}
.main{
  background-color: white;
}
.main .content .header_box {
  position: relative;
}
.main .content .header_box .header_cover_box {
  position: absolute;
  bottom: 0;
  background-color: rgba(54, 54, 54, 0.5);
  color: white;
}
.main .content .header_box .header_cover_box a {
  color: white;
}
.main .content .olNavBox {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 3vw;
  padding-top: 3vw;
  display: flex;
  justify-content: center;
}
.main .content .olNavBox .olNav {
  display: flex;
  justify-content: space-around;
  width: 100%;
  min-width: 1200px;
}
.main .content .olNavBox .olNav li {
  width: 8.6%;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  text-align: center;
  font-family: SourceHanSansSC-regular;
  font-size: 20px;
  cursor: pointer;
}
.main .content .olNavBox .olNav li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #565656;
}
.main .content .olNavBox .olNav .pitch_on {
  background-color: #cf0008;
  text-align: center;
  border: 1px solid #ffffff;
  position: relative;
}
.main .content .olNavBox .olNav .pitch_on a{
  color: #fff;
}
.main .content .olNavBox .olNav .pitch_on::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url('/static/index/img/characteristic_service_navlogo.png');
  background-size: 100%, 100%;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%);
}
.main .content .olNavBox .olNav_phone {
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 10px;
}
.main .content .olNavBox .olNav_phone li {
  flex: 1;
  background-color: #ebebeb;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .content .olNavBox .olNav_phone .pitch_on {
  background-color: #cf0008;
  color: #f2f2f2;
}
.main .content .olNavBox .olNav_phone .pitch_on a {
  color: white;
}
.main .content .company_box .data_01 {
  background: linear-gradient(0deg, #b1d6f3 -60%, #ffffff 100%);
}
.main .content .company_box .data_01 .team_member_header h5 {
  font-size: 36px;
  font-weight: 600;
  color: #4c9ad5;
}
.main .content .company_box .data_01 .member_title h5 {
  position: relative;
  color: #3eacff;
  font-size: 28px;
}
.main .content .company_box .data_01 .member_title h5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 1em;
  height: 3px;
  background-color: #4c9ad5;
}
.main .content .company_box .data_01 .member_title span {
  font-size: 20px;
  color: #3eacff;
}
.main .content .company_box .data_01 .second_title p {
  text-indent: 2em;
  color: #363636;
  font-size: 20px;
  font-weight: 600;
}
.main .content .company_box .data_01 .cont p {
  text-indent: 2em;
  color: #101010;
  font-size: 18px;
}
.main .content .company_box .data_02 .row_item:nth-child(2n) {
  display: flex;
  flex-direction: row;
}
.main .content .company_box .data_02 .row_item:nth-child(2n+1) {
  display: flex;
  flex-direction: row-reverse;
}
.main .content .company_box .data_02 .row_item .member_title h5 {
  position: relative;
  color: #3eacff;
  font-size: 28px;
}
.main .content .company_box .data_02 .row_item .member_title h5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 1em;
  height: 3px;
  background-color: #4c9ad5;
}
.main .content .company_box .data_02 .row_item .member_title span {
  font-size: 20px;
  color: #3eacff;
}
.main .content .company_box .data_02 .row_item .second_title p {
  text-indent: 2em;
  color: #363636;
  font-size: 20px;
  font-weight: 600;
}
.main .content .company_box .data_02 .row_item .cont p {
  text-indent: 2em;
  color: #101010;
  font-size: 18px;
}
.main .content .company_box .data_03 .swiper_row {
  position: relative;
}
.main .content .company_box .data_03 .row_item:nth-child(2n) {
  display: flex;
  flex-direction: row;
}
.main .content .company_box .data_03 .row_item:nth-child(2n+1) {
  display: flex;
  flex-direction: row-reverse;
}
.main .content .company_box .data_03 .row_item .member_title h5 {
  position: relative;
  color: #3eacff;
  font-size: 28px;
}
.main .content .company_box .data_03 .row_item .member_title h5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 1em;
  height: 3px;
  background-color: #4c9ad5;
}
.main .content .company_box .data_03 .row_item .member_title span {
  font-size: 20px;
  color: #3eacff;
}
.main .content .company_box .data_03 .row_item .second_title p {
  text-indent: 2em;
  color: #363636;
  font-size: 20px;
  font-weight: 600;
}
.main .content .company_box .data_03 .row_item .cont p {
  text-indent: 2em;
  color: #101010;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .main .data_01 .team_member_header h5 {
    font-size: 28px!important;
  }
  .main .data_01 .second_title p,
  .main .data_01 .cont p {
    font-size: 14px!important;
  }
}
@media screen and (max-width: 768px) {
  .main .data_03 .swiper-button-prev {
    left: 0;
  }
  .main .data_03 .swiper-button-next {
    right: 0;
  }
  .main .olNavBox {
    padding: 6vw 0!important;
  }
}
