.investorRelations {
  position: relative;
  background: #fff;
}
.investorRelations .investorRelationsDiv {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: 70px auto 0;
}
.investorRelations .investorRelationsDiv .left {
  width: 282px;
}
.investorRelations .investorRelationsDiv .left .menuDiv {
  width: 100%;
  cursor: pointer;
}
.investorRelations .investorRelationsDiv .left .menuDiv > .title {
  color: #000;
  font-size: 20px;
  height: 80px;
  display: flex;
  flex-direction: row;
  padding-left: 42px;
  align-items: center;
}
.investorRelations .investorRelationsDiv .left .menuDiv > .title span {
  display: inline-block;
  background: url("../images/investorRelations/arrow.png") no-repeat;
  background-size: 100% 100%;
  height: 24px;
  width: 24px;
  margin-left: auto;
  margin-right: 28px;
  transition: transform 0.3s;
  transform: rotate(-90deg);
}
.investorRelations .investorRelationsDiv .left .menuDiv .childDiv {
  height: 0;
  overflow: hidden;
  transition: height 1s ease-in-out;
}
.investorRelations .investorRelationsDiv .left .menuDiv .childDiv .title {
  height: 70px;
  color: #D8D8D8;
  text-indent: 62px;
  line-height: 70px;
  font-size: 18px;
}
.investorRelations .investorRelationsDiv .left .menuDiv .childDiv .title.active {
  color: #000;
}
.investorRelations .investorRelationsDiv .left .menuDiv > .title.active {
  font-size: 22px;
  font-weight: 800;
  background: #D8D8D8;
  position: relative;
}
.investorRelations .investorRelationsDiv .left .menuDiv > .title.active span {
  transform: rotate(0deg);
}
.investorRelations .investorRelationsDiv .left .menuDiv > .title.active + .childDiv {
  height: auto;
}
.investorRelations .investorRelationsDiv .left .menuDiv > .title.active::before {
  content: "";
  background: url("../images/investorRelations/meunBack.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 19.93px;
  width: 8px;
  height: 39.86px;
}
.investorRelations .investorRelationsDiv .right {
  flex: 1;
  margin-left: 100px;
}
.investorRelations .investorRelationsDiv .right .module > .title {
  font-size: 46px;
}
.investorRelations .investorRelationsDiv .right .module > .moduleContent {
  margin-top: 60px;
  overflow: hidden;
}
.investorRelations .investorRelationsDiv .right .module > .moduleContent > .title {
  font-size: 34px;
  float: left;
}
.investorRelations .investorRelationsDiv .right .module > .moduleContent .sundry {
  float: right;
  display: flex;
  flex-direction: row;
  color: #D8D8D8;
  align-items: center;
}
.investorRelations .investorRelationsDiv .right .module > .moduleContent .sundry .button {
  height: 40px;
  width: 120px;
  border-radius: 4px;
  opacity: 1;
  box-sizing: border-box;
  border: 0.5px solid rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  text-align: right;
  color: #000000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.investorRelations .investorRelationsDiv .right .module > .moduleContent .sundry .button span {
  width: 15.97px;
  height: 15.95px;
  display: inline-block;
  background: url("../images/investorRelations/rl.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 3px;
}
.investorRelations .investorRelationsDiv .right .module .content {
  margin-top: 115px;
}
.investorRelations .investorRelationsDiv .right .module .content .card {
  background: #EDEDED;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 49%;
  height: 159.46px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-indent: 30px;
  margin-bottom: 20px;
}
.investorRelations .investorRelationsDiv .right .module .content .card div {
  font-size: 18px;
}
.investorRelations .investorRelationsDiv .right .module .content .card div:nth-child(1) {
  font-size: 22px;
  font-weight: 800;
}
.investorRelations .investorRelationsDiv .right .module .content .listCard {
  border-bottom: 1px solid #D8D8D8;
  width: 100%;
  padding-bottom: 13px;
}
.investorRelations .investorRelationsDiv .right .module .content .listCard div {
  margin-top: 13px;
}
.investorRelations .investorRelationsDiv .right .module .content .listCard div:nth-child(1) {
  font-size: 16px;
  color: #D8D8D8;
}
.investorRelations .investorRelationsDiv .right .module .content .listCard div:nth-child(2) {
  font-size: 22px;
  display: flex;
  flex-direction: row;
  align-items: self-end;
  cursor: pointer;
  align-items: start;
}
.investorRelations .investorRelationsDiv .right .module .content .listCard div:nth-child(2) span {
  display: inline-block;
  min-width: 19px;
  height: 23px;
  background: url("../images/investorRelations/pdf.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}
.investorRelations .investorRelationsDiv .right .module .content .listCard div:nth-child(3) {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: self-end;
  cursor: pointer;
}
.investorRelations .investorRelationsDiv .right .module .content .listCard div:nth-child(3) span {
  display: inline-block;
  width: 19px;
  height: 23px;
  background: url("../images/investorRelations/pdf.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}
.investorRelations .investorRelationsDiv .right .module .content .ul {
  width: 32%;
  cursor: pointer;
  margin-bottom: 45px;
}
.investorRelations .investorRelationsDiv .right .module .content .ul div:nth-child(1) {
  /* height: 400px; */
  overflow: hidden;
}
.investorRelations .investorRelationsDiv .right .module .content .ul div:nth-child(1) img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s;
}
.investorRelations .investorRelationsDiv .right .module .content .ul div:nth-child(1) img:hover {
  transform: scale(1.2);
}
.investorRelations .investorRelationsDiv .right .module .content .ul div:nth-child(2) {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
.investorRelations .investorRelationsDiv .right .module .content .ul1 {
  width: 32%;
  margin-bottom: 20px;
}
.investorRelations .investorRelationsDiv .right .module .content .ul1 > div:nth-child(1) {
  /* height: 400px; */
  overflow: hidden;
}
.investorRelations .investorRelationsDiv .right .module .content .ul1 > div:nth-child(1) img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s;
}
.investorRelations .investorRelationsDiv .right .module .content .ul1 > div:nth-child(1) img:hover {
  transform: scale(1.2);
}
.investorRelations .investorRelationsDiv .right .module .content .ul1 > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  align-items: center;
}
.investorRelations .investorRelationsDiv .right .module .content .ul1 > div:nth-child(2) div:nth-child(1) {
  font-size: 20px;
}
.investorRelations .investorRelationsDiv .right .module .content .ul1 > div:nth-child(2) div:nth-child(2) {
  height: 16px;
  width: 16px;
  background: url("../images/investorRelations/xia.png") no-repeat;
  background-size: 100% 100%;
  margin-left: auto;
  cursor: pointer;
}
.investorRelations .investorRelationsDiv .right .module .content .ul1 > div:nth-child(2) div:nth-child(3) {
  font-size: 16px;
  cursor: pointer;
}
.investorRelations .investorRelationsDiv .right .module .content .lxus {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.investorRelations .investorRelationsDiv .right .module .content .lxus div:nth-child(1) {
  height: 24px;
  width: 24px;
  background: url("../images/investorRelations/eml.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.investorRelations .investorRelationsDiv .right .module .content .bz {
  font-size: 16px;
  color: #E9EAEC;
}
.investorRelations .mobile .card {
  height: 7rem !important;
  text-indent: 0rem !important;
  padding-left: 1rem !important;
}
.investorRelations .mobile .investorRelationsDiv .right .module .content .card div {
  font-size: 0.8rem !important;
}
.investorRelations .mobile .investorRelationsDiv .right .module .content .card div:nth-child(1) {
  font-size: 1rem !important;
}
.investorRelations .mobile .investorRelationsDiv .right .module .content .listCard div:nth-child(1) {
  font-size: 1rem !important;
}
.investorRelations .mobile .investorRelationsDiv .right .module .content .listCard div:nth-child(2) {
  font-size: 1.2rem !important;
}
.investorRelations .mobile .investorRelationsDiv .right .module .content .listCard div:nth-child(3) {
  font-size: 1rem !important;
}
.investorRelations .mobile .investorRelationsDiv .right .module .content .ul div:nth-child(1) {
  height: auto !important;
}
.investorRelations .mobile .investorRelationsDiv .right .module .content .ul div:nth-child(2) {
  font-size: 1rem;
}/*# sourceMappingURL=investorRelations.css.map */

.date {
  height: 45px;
  width: 146px;
  background: url(../images/investorRelations/date.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}