/* ====== 投资理念 start ====== */
.fund_invest {
  overflow: hidden;
}

.fund_investIntro {
  width: 100%;
  overflow: hidden;
}
.fund_investImg {
  width: 440px;
  height: 300px;
  line-height: 300px;
  text-align: center;
}
.fund_investImg img {
  font-size: 0px;
  max-width: 440px;
  max-height: 300px;
  display: inline-block;
}
.fund_investContent {
  width: calc(100% - 500px);
  line-height: 36px;
  letter-spacing: 0px;
}
/* ====== 投资理念 end ====== */

/* ====== 产品体系 start ====== */
.fund_product {
  background-color: #f7f7f7;
}
.fund_product_1,
.fund_product_2 {
  width: 100%;
  height: 340px;
  overflow: hidden;
  margin-bottom: 40px;
}

.fund_product_1 {
  background: url(../images/fund_product_bg_1.png) 50% 50% no-repeat;
}
.fund_product_2 {
  background: url(../images/fund_product_bg_2.png) 50% 50% no-repeat;
}
.fund_product_3 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url(../images/fund_product_bg_3.png) 50% 50% no-repeat;
}
.fund_productTitle {
  background: url(../images/fund_producLine1.png) 50% 50% no-repeat;
}
.fund_productTitle2 {
  background: url(../images/fund_producLine2.png) 50% 50% no-repeat;
}

.fund_productTitle2,
.fund_productTitle {
  color: #ffffff;
  width: 330px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 60px auto;
}
.fund_productList > div {
  width: 144px;
}
.fund_productList > div + div {
  margin-left: 260px;
}
.fund_productList img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.fund_productList p {
  margin-top: 0px;
  color: #fff;
}
/* ====== 产品体系 end ====== */

/* ====== 风险控制 start ====== */
.fund_riskSlogn {
  color: #cea368;
  width: 100%;
  text-align: center;
}
.fund_riskContent {
  width: 100%;
  margin-top: 50px;
}
.fund_riskContent > div {
  width: 380px;
  height: 180px;
  background-color: #f7f7f7;
  padding: 50px 30px;
}
.fund_risk_1 > img {
  width: 75px;
  height: 77px;
}
.fund_risk_3 > div,
.fund_risk_1 > div {
  height: 77px;
  margin-left: 20px;
}
.fund_risk_2 > img {
  width: 84px;
  height: 83px;
}
.fund_risk_2 > div {
  height: 83px;
  margin-left: 20px;
}
.fund_risk_3 > img {
  width: 77px;
  height: 77px;
}

.fund_riskContent > div p {
  color: #333;
}
/* ====== 风险控制 end ====== */

@media (max-width: 767px) {
  .fund_riskContent > div,
  .fund_investContent,
  .fund_productTitle2,
  .fund_productTitle,
  .fund_investImg {
    width: 100%;
  }
  .fund_investImg {
    height: auto;
    line-height: 1;
  }
  .fund_riskContent,
  .fund_riskContent > div + div,
  .fund_productList p,
  .fund_investContent {
    margin-top: 20px;
  }
  .fund_productTitle2,
  .fund_productTitle {
    margin-top: 30px;
  }
  .fund_product_1,
  .fund_product_2 {
    margin-bottom: 20px;
  }
  .fund_productTitle2,
  .fund_productTitle {
    margin-bottom: 30px;
  }
  .fund_investImg > img {
    max-width: 100%;
    height: auto;
    max-height: inherit;
  }
  .fund_investContent {
    line-height: 28px;
  }

  .fund_productList > div + div {
    margin-left: 0px;
  }
  .fund_productList img {
    width: 60px;
    height: 60px;
  }
  .fund_product_1,
  .fund_product_2 {
    height: 220px;
  }

  .fund_productList > div {
    width: 33%;
  }
  .fund_riskContent.flex_spaceBetween {
    flex-wrap: wrap;
  }
}
