/* 投资者关系 */
.row-invest {
  padding: 0.88rem 0 1.2rem;
}
.ul-invest {
  overflow: hidden;
  margin: 0 -0.08rem;
}
.ul-invest li {
  float: left;
  width: 50%;
  padding: 0 0.08rem;
  margin-bottom: 0.26rem;
  box-sizing: border-box;
}
.ul-invest .con {
  display: block;
  position: relative;
}
.ul-invest .con::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2.94rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/new01/bg1.png);
  content: "";
}
.ul-invest .pic {
  padding-top: 63%;
  position: relative;
  overflow: hidden;
}
.ul-invest .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.ul-invest .con:hover .pic img {
  transform: scale(1.06);
}
.ul-invest .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.4rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.ul-invest .tit {
  font-size: 0.36rem;
  color: #ffffff;
  position: relative;
}
.ul-invest .tit::after {
  width: 0.52rem;
  height: 0.05rem;
  content: "";
  left: 0;
  top: -0.18rem;
  position: absolute;
  background-color: #e50012;
}
.ul-invest .btn {
  width: 1.82rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.ul-invest .btn:hover {
  background-color: #9193a3;
}
.m-invest {
  position: relative;
}
.m-invest .bg {
  display: block;
  width: 100%;
}
.m-invest .txt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 49.5%;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0.18rem;
  padding: 2.15rem 0.5rem 0;
  color: #525252;
  box-sizing: border-box;
}

.m-invest .tit {
  font-size: 0.36rem;
  color: #111;
  position: relative;
  margin-bottom: 0.4rem;
}
.m-invest .tit::after {
  width: 0.52rem;
  height: 0.05rem;
  content: "";
  left: 0;
  top: -0.18rem;
  position: absolute;
  background-color: #e50012;
}
.m-invest .desc{
	line-height: 2.4;
}
.m-newab{
  overflow: hidden;
  margin-bottom: 0.78rem;
}
.m-newab .left{
  float: left;
  width: 6.65rem;
  margin-right: 0.68rem;
}
.m-newab .videobox{
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}
.m-newab .videobox .bg{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.m-newab .videobox .play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/new01/play.png);
  cursor: pointer;
  width: 0.72rem;
  height: 0.72rem;
}
.m-newab .right-box{
  overflow: hidden;
  font-size: 0.16rem;
  line-height: 1.75;
}
@media only screen and (max-width: 1199px){}
@media only screen and (max-width: 959px){}
@media only screen and (max-width: 750px){
  .ul-invest{
    margin: 0;
  }
  .ul-invest li{
    float: none;
    width: 100%;
    padding: 0;
  }
  .ul-invest .btn{
    font-size: 0.22rem;
    height: 0.5rem;
    width: 1.6rem;
  }
  .m-invest .txt{
    position: relative;
    left: auto;
    width: 100%;
    padding: 0.5rem 0 0;
    font-size: 0.28rem;
  }
  .m-invest .desc{
    line-height: 1.6;
  }
  .m-invest .tit{
    margin-bottom: 0.1rem;
  }
  .m-newab .left{
    float: none;
    width: 100%;
    margin: 0  0 0.4rem;
  }
  .m-newab .right-box{
    font-size: 0.28rem;
    line-height: 1.6;
  }
}
