/*  關於萬通保險 */
.strengthWitness_bottom {
  margin-top: 32px;
}

.strengthWitness_bottom .strengthWitness_bottom_remark {
  color: #7f8c8d;
  font-size: 12px;
}

.bannerTitle .title {
  font-size: 48px !important;
}

.aboutYF {
  margin-top: 80px;
}
 
#aboutYF .portlet,
#different .portlet {
  margin: 80px auto 0 !important;

}

#aboutYF .portlet:last-child {
  margin: 0 auto !important;
}

#StrengthWitness .portlet {
  padding: 75px 0 80px;
  background: #F9F9FB;
}

.aboutYF .aboutYF_content {
  display: flex;
  flex-direction: row;
}

.aboutYF .aboutYF_content .aboutYF_content_left {
  width: 50%;
  font-family: 'Rubik Regular';
  font-size: 36px;
  line-height: 100%;
  color: #002F6C;
  margin-right: 40px;
}

.aboutYF .aboutYF_content .aboutYF_content_right {
  width: 50%;
  font-family: 'Rubik Regular';
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

/* 服务范围 */
.services {
  margin-top: 80px;
}

.services .services_content {
  display: flex;
  flex-direction: row;
}

.services .services_content .services_content_left {
  width: 50%;
  margin-right: 40px;
}

.services .services_content .services_content_left img {
  width: 100%;
  border-radius: 8px;
}

.services .services_content .services_content_right {
  width: 50%;
}

.services .services_content .services_content_right .right_title {
  font-family: 'Rubik Regular';
  font-size: 36px;
  line-height: 100%;
  color: #002F6C;
  margin-bottom: 27px;
}

.services .services_content .services_content_right .right_content {
  font-family: 'Rubik Regular';
  font-size: 18px;
  line-height: 28px;
  color: #333;
}

/* 投资能力 */
.investment {
  margin-top: 80px;
}

.investment .investment_content {
  display: flex;
  flex-direction: row;
}

.investment .investment_content .investment_content_right {
  width: 50%;
}

.investment .investment_content .investment_content_right img {
  width: 100%;
  border-radius: 8px;
}

.investment .investment_content .investment_content_left {
  width: 50%;
  margin-right: 40px;
}

.investment .investment_content .investment_content_left .left_title {
  font-family: 'Rubik Regular';
  font-size: 36px;
  line-height: 100%;
  color: #002F6C;
  margin-bottom: 47px;
}

.investment .investment_content .investment_content_left .left_content {
  font-family: 'Rubik Regular';
  font-size: 18px;
  line-height: 28px;
  color: #333;
}

/*  進一步了解Invesurance */
.buttonInvesurance button {
  min-width: 230px;
  height: 44px;
  padding: 10px 16px 13px 21px;
  border-radius: 4px;
  border: 1px solid rgba(0, 185, 242, 1);
  background: rgba(0, 185, 242, 1);
  font-family: 'Rubik Bolder';
  font-size: 18px;
  line-height: 100%;
  color: rgba(252, 252, 252, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 90px;
}

/*  實力見證 */
.strengthWitness {
  margin-top: 75px;
  margin-bottom: 80px;
}

.strengthWitness .strengthWitness_title {
  margin-bottom: 62px;
  font-family: 'Rubik Regular';
  font-size: 36px;
  line-height: 100%;
  color: #002F6C;
}

.strengthWitness .strengthWitness_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 创建3列 */
  gap: 32px;
  /* 设置间距 */
}

.strengthWitness .strengthWitness_content .strengthWitness_box {
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  background: #fff;
}

.strengthWitness .strengthWitness_content .strengthWitness_box .box_title {
  font-family: 'Rubik Regular';
  font-size: 72px;
  line-height: 100%;
  color: #002F6C;
  margin: 24px 22px 60px 22px;
}

.strengthWitness .strengthWitness_content .strengthWitness_box .box_text {
  font-family: 'Rubik Regular';
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin: 0 22px 51px 22px;
}

.different_box:first-child img {
  border-radius: 8px 0px 0px 8px;
}

.different_box:last-child img {
  border-radius: 0px 8px 8px 0px;
}

/*  我們因何不同 */
.different {
  margin-top: 80px;
}

.different .different_title {
  margin-bottom: 62px;
  font-family: 'Rubik Regular';
  font-size: 36px;
  line-height: 100%;
  color: #002F6C;
}

.different .different_content {
  display: flex;
  border-radius: 8px;
}

.different_box {
  position: relative;
  width: 316px;
  height: 342px; 


}

.different_box .box_title {
  position: relative;
  z-index: 2;
  font-family: 'Rubik Regular';
  font-size: 24px;
  line-height: 100%;
  color: #002F6C;
  margin-top: 20px;
  margin-left: 12px;
}

@media screen and (max-width: 953px) {
  .bannerTitle .title {
    font-size: 18px !important;
  }

  /* 在图片上添加透明蒙层 */
  .different_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    /* 透明黑色蒙层，可以根据需要调整透明度 */
    z-index: 2;
    border-radius: 8px;

  }

  .button_more button {
    font-size: 16px !important;
  }

  .button_more button img {
    width: 20px;
  }

  .more .more_title {
    margin-bottom: 0 !important;
  }

  .different_box_swiper .box_title {
    font-size: 18px !important;
  }

  .different .different_title {
    padding-top: 0 !important;
  }

  .more_M .swiper2 .feature-frame-main .box_title {
    font-size: 20px !important;
  }
}


@media screen and (min-width: 953px) {
  .different_box:hover {
    position: relative;
    width: auto;
    min-width: 560px;
    max-width: 560px;
    /* height: 342px; */
    background-color: rgba(0, 0, 0, 0.5);
    /* 添加透明背景 */

  }

  /* 適配 */
  /* .different_box:hover ~ .different_box{
    position: relative;
    width: auto;
    height: 342px;
    flex-shrink: 0;
} */

  .different_box:hover .box_contnet {
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'Rubik Regular';
    font-size: 18px;
    /* //line-height: 120%; */
    line-height: 24px;

    color: #fff;
    padding: 40px 12px 0px;

  }
}

.different_box .img1 {
  display: block;
}

.different_box .img2 {
  display: none;
}

/* .different_box:hover .img1 {
  display: none;
} */

.different_box:hover .img2 {
  display: block;
}

.different_box .box_contnet {
  display: none;
  width: 100%
}

.different_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
  object-fit: cover;
  object-position: left;
}


.different_box .box_title {
  position: relative;
  z-index: 2;
  font-family: 'Rubik Regular';
  font-size: 24px;
  line-height: 100%;
  color: #002F6C;
  margin-top: 20px;
  margin-left: 12px;
}

.different_box .box_text {
  position: relative;
  z-index: 2;
  font-family: 'Rubik Regular';
  font-size: 13px;
  line-height: 100%;
  color: #002F6C;
  margin-top: 13px;
  margin-left: 12px;
}

/*  了解更多 */
.more {
  margin-top: 80px;
  margin-bottom: 80px;
}

.more .more_title {
  margin-bottom: 62px;
  font-family: 'Rubik Regular';
  font-size: 36px;
  line-height: 100%;
  color: #002F6C;
}

.more .more_content {
  display: flex;
  gap: 19px;
}

.more_box {
  position: relative;
  width: 360px;
  height: 200px;
  border-radius: 8px;
  cursor: pointer;
}

.more_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  /* 防止图片遮挡交互 */
  border-radius: 8px;
}

.more_box .box_title {
  position: relative;
  z-index: 2;
  font-family: 'Rubik Regular';
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 24px;
  margin-left: 12px;
}

/*  了解更多button */
.button_more {
  display: flex;
  justify-content: center;
  gap: 84px;
  background: #F9F9FB;
  width: 100% !important;
  margin-top: 80px !important;
}

.button_more button {
  min-width: 258px;
  height: 60px;
  padding: 16px 22px;
  border-radius: 4px;
  border: 1px solid rgba(0, 185, 242, 1);
  background: rgba(0, 185, 242, 1);
  font-family: 'Rubik Bolder';
  font-size: 18px;
  line-height: 28px;
  color: rgba(252, 252, 252, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 105px;
  margin-bottom: 105px;
}

.button_more button a {

  font-family: 'Rubik Bolder';
  font-size: 18px;

  color: rgba(252, 252, 252, 1);
  /* //display: inline-flex;
  //align-items: center;
  //justify-content: center; */

}

@media screen and (max-width: 953px) {
.different_box .box_text {

    min-height: 25px;
}
.different_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
  object-fit: fill;
  object-position: left;
}
  .different_box.different_box_swiper .img2 {
    /* //height:200px; */
    border-radius: 8px;
  }

  #aboutYF .portlet {
    margin: 0 auto !important;
  }

  #different .portlet {
    margin: 0 auto !important;
    background: #F9F9FB;
    overflow: hidden;
  }

  #StrengthWitness .portlet {
    padding: 0;
  }

  .more.more_M {
    padding-top: 24px;
  }

  .more .more_title {
    text-align: center;
    font-family: Rubik Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .more_box .box_title {
    padding-top: 18px;
    margin-bottom: 0;
  }

  /*  關於萬通保險 */
  .aboutYF {
    margin-top: 32px !important;
  }

  .aboutYF .aboutYF_content {
    display: flex;
    flex-direction: column;
  }

  .aboutYF .aboutYF_content .aboutYF_content_left {
    width: 100%;
    font-family: Rubik Regular;
    font-size: 18px;
    line-height: 28px;
    color: #002F6C;
    margin-bottom: 12px;
  }

  .aboutYF .aboutYF_content .aboutYF_content_right {
    width: 100%;
    font-family: Rubik Regular;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  /* 服务范围 */
  .services {
    margin-top: 16px !important;
  }

  .services .services_content {
    display: flex;
    flex-direction: column-reverse;
  }

  .services .services_content .services_content_left {
    width: 100%;
  }

  .services .services_content .services_content_left img {
    width: 100%;
    border-radius: 8px;
  }

  .services .services_content .services_content_right {
    width: 100%;
    margin-bottom: 12px;
  }

  .services .services_content .services_content_right .right_title {
    font-family: Rubik Regular;
    font-size: 18px;
    line-height: 28px;
    color: #002F6C;
    margin-bottom: 12px;
  }

  .services .services_content .services_content_right .right_content {
    font-family: Rubik Regular;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  /* 投资能力 */
  .investment {
    margin-top: 16px !important;
  }

  .investment .investment_content {
    display: flex;
    flex-direction: column;
  }

  .investment .investment_content .investment_content_right {
    width: 100%;
  }

  .investment .investment_content .investment_content_right img {
    width: 100%;
    border-radius: 8px;
  }

  .investment .investment_content .investment_content_left {
    width: 100%;
    margin-bottom: 12px;
  }

  .investment .investment_content .investment_content_left .left_title {
    font-family: Rubik Regular;
    font-size: 18px;
    line-height: 28px;
    color: #002F6C;
    margin-bottom: 12px;
  }

  .investment .investment_content .investment_content_left .left_content {
    font-family: Rubik Regular;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  /*  進一步了解Invesurance */
  .buttonInvesurance button {
    width: 100%;
    height: 44px;
    padding: 10px 16px 10px 16px;
    border-radius: 4px;
    border: 1px solid rgba(0, 185, 242, 1);
    background: rgba(0, 185, 242, 1);
    font-family: 'Rubik Bolder';
    font-size: 16px;
    line-height: 24px;
    color: rgba(252, 252, 252, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 32px;
  }

  /*  實力見證 */
  .strengthWitness {
    margin-top: 16px;
    /* margin-bottom: 80px; */
  }

  .strengthWitness .strengthWitness_title {
    margin-bottom: 16px;
    font-family: Rubik Regular;
    font-size: 24px;
    line-height: 32px;
    color: #002F6C;
    text-align: center;
    padding-top: 16px;
  }

  .strengthWitness .strengthWitness_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .strengthWitness .strengthWitness_content .strengthWitness_box {
    width: 100%;
    height: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    background: rgba(255, 255, 255);
  }

  .strengthWitness .strengthWitness_content .strengthWitness_box .box_title {
    font-family: Rubik Regular;
    font-size: 24px;
    line-height: 32px;
    color: #002F6C;
    margin: 15px 15px 8px 15px;
  }

  .strengthWitness .strengthWitness_content .strengthWitness_box .box_text {
    font-family: Rubik Regular;
    font-size: 11px;
    line-height: 15px;
    color: #333;
    margin: 0 15px 15px 15px;
  }

  /*  我們因何不同 */
  .different .different_title {
    margin: 24px auto 24px;
    color: #002F6C;
    text-align: center;
    font-family: Rubik Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 48px;
    background: #F9F9FB;
  }

}

@media screen and (min-width: 953px) and (max-width: 1400px) {
  .different .different_content .different_box:hover .box_contnet {
    width: auto
  }

  /* 適配 */
  /* .different_box {
    position: relative;
    width: auto;
    height: 342px;
    flex-shrink: 0;
}
 .different_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  z-index: 1;
  pointer-events: none;
   object-fit: none; 
  object-position: -200px 0; 
} */
}

@media screen and (min-width: 1400px) {
  .different .different_content .different_box {
    position: relative;
    width: 100%;
    height: 342px;
  }

  .more .more_content {
    display: flex;
    gap: 19px;
    height: 275px;
  }

  .more_box {
    position: relative;
    width: 33%;
    border-radius: 8px;
  }

  .more_box img {
    height: auto;
  }

  .different .different_content .different_box:hover .box_contnet {
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'Rubik Regular';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 20px 12px 0px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 3500px) {
  .different .different_content .different_box:hover {
    position: relative;
    width: 560px;
    height: 342px;
  }

  .more .more_content {
    display: flex;
    gap: 19px;
    /* height: 342px; */
  }

  .different .different_content .different_box:hover .box_contnet {
    width: 100%;
  }
}

@media screen and (min-width: 3500px) {
  .more .more_content {
    display: flex;
    gap: 19px;
    height: 776px;
  }

  .different .different_content .different_box:hover {
    position: relative;
    width: 100%;
  }

  .different .different_content .different_box {
    position: relative;
    width: 100%;
    height: 800px;
  }

  .different .different_content .different_box:hover .box_contnet {
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'Rubik Regular';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 20px 12px 0px;
    width: 100%;
  }
}

@media screen and (min-width: 6000px) {
  .more .more_content {
    display: flex;
    gap: 19px;
    height: 1100px;
  }
}

@media (max-width: 953px) {

  /* 我们因何不同 */
  .different_box_swiper .box_title {
    font-size: 18px !important;
  }

  .different .different_title {
    padding-top: 0 !important;
  }

  /* -- */
  /* 了解更多 */
  .button_more {
    gap: 0px;
    flex-direction: column;
    padding: 38px 14px 22px;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
  }

  .button_more button {
    margin-top: 16px;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 185, 242, 1);
    background: rgba(0, 185, 242, 1);
    font-family: 'Rubik Bolder';
    font-size: 16px;
    line-height: 24px;
    color: rgba(252, 252, 252, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .button_more button a {

    font-family: 'Rubik Bolder';
    font-size: 16px;
    line-height: 24px;

    color: rgba(252, 252, 252, 1);
  }

  .swiper-pagination-bullet-active {
    background: #00B9F2 !important;
  }

  .swiper-pagination.swiper-pagination-clickable.wiper-pagination-bullets span {
    margin: 0 3px !important;
  }
}