/********************* 首页 **********************/
#homePage {
  width: 100%;
}

.home-bg {
  width: 100%;
  position: relative;
}

.top-left-brand {
  position: absolute;
  display: flex;
  width: 206px;
  height: 50px;
  top: 25px;
  left: 5%;
}

.phone-img {
  position: absolute;
  top: 16.19%;
  left: 16.15%;
  width: 17.6%;
  border-radius: 5px;
}
/* 标题部分 */
.title-wrap {
  position: absolute;
  top: 28.6%;
  left: 46.14%;
}

.title-wrap .title-text {
  font-size: 144px;
  font-family: FZLTDHK--GBK1-0, FZLTDHK--GBK1;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 29px;
  position: relative;
}
.title-wrap .title-text span {
  position: relative;
  z-index: 1;
}
.title-wrap .title-text::after {
  content: " ";
  width: 100%;
  height: 10%;
  background: #ffd609;
  position: absolute;
  left: 0;
  bottom: 0%;
}
/* 标题说明 */
.title-desc {
  margin-top: 11px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.title-desc div {
  font-size: 44px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}

.feature-box {
  position: absolute;
  top: 60%;
  left: 40%;
  display: flex;
}

.feature-box .feature-item {
  display: flex;
  align-items: center;
  font-size: 33px;
}
.feature-box .feature-item img {
  width: 20%;
  margin-right: 5%;
}
.feature-box .feature-item div {
  display: flex;
  flex-direction: column;
  font-size: 100%;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffe700;
}
.feature-box .feature-item div .small {
  font-size: 70%;
}
/* 公司简介 */
.layout-column {
  width: 100%;
  padding-top: 2.5%;
  padding-bottom: 3.75%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.layout-column .layout-column-title {
  width: 27.3%;
}
.layout-column .layout-column-cont {
  margin-top: 21px;
  width: 50%;
  min-width: 675px;
  font-size: 17px;
}
.layout-column .layout-column-cont .company-info {
  font-size: 100%;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}
.company-partner {
  margin-top: 21px;
  width: 100%;
  display: flex;
}
.company-partner div {
  margin-right: 80px;
  font-size: 100%;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 2;
}
/* 保险信息 */
.insurance-info {
  background: #f2f2f2;
}
.insurance-info .card-box {
  width: 100%;
  display: flex;
  font-size: 100%;
}
.insurance-info .card-box .card-item {
  width: 50%;
  box-sizing: border-box;
  padding: 3.2% 4.25%;
  padding-bottom: 8.3%;
}
.insurance-info .card-box .card-item:nth-child(1) {
  background: #fafafa;
  color: #000000;
  line-height: 2;
}
.insurance-info .card-box .card-item:nth-child(2) {
  background: #ffffff;
  color: #333333;
  line-height: 2;
}
.insurance-info .company {
  margin-bottom: 21px;
}
.insurance-info .message-list {
  margin-bottom: 54px;
}
.insurance-info .message-list span {
  color: #3B1E86;
}
.insurance-info .search-way {
  color: #999999;
}
/* 媒介查询 */
@media screen and (max-width: 2200px) {
  .title-wrap .title-text {
    font-size: 158px;
  }
  .title-desc div {
    font-size: 48px;
  }
  .feature-box .feature-item {
    font-size: 36px;
  }
  .layout-column .layout-column-cont {
    font-size: 18px;
  }
}

@media screen and (max-width: 2000px) {
  .title-wrap .title-text {
    font-size: 144px;
  }
  .title-desc div {
    font-size: 44px;
  }
  .feature-box .feature-item {
    font-size: 33px;
  }
  .layout-column .layout-column-cont {
    font-size: 17px;
  }
}

@media screen and (max-width: 1800px) {
  .title-wrap .title-text {
    font-size: 130px;
  }
  .title-desc div {
    font-size: 40px;
  }
  .feature-box .feature-item {
    font-size: 30px;
  }
  .layout-column .layout-column-cont {
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px) {
  .title-wrap .title-text {
    font-size: 115px;
  }
  .title-desc div {
    font-size: 36px;
  }
  .layout-column .layout-column-cont {
    font-size: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .title-wrap .title-text {
    font-size: 100px;
  }
  .title-desc div {
    font-size: 32px;
  }
  .feature-box .feature-item {
    font-size: 27px;
  }
  .layout-column .layout-column-cont {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .title-wrap .title-text {
    font-size: 85px;
  }
  .title-desc div {
    font-size: 28px;
  }
  .feature-box .feature-item {
    font-size: 24px;
  }
  .layout-column .layout-column-cont {
    font-size: 13px;
  }
}
