
/* 联系我们 */
.md13756.md-contact_us {
  width: 100%;
  padding: 1.5rem 0;
}
.md13756.md-contact_us .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13756.md-contact_us .cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #eeeeee;
}
.md13756.md-contact_us .item {
  display: block;
  cursor: pointer;
  width: 50%;
  position: relative;
  padding: 0.35rem 0.6rem 0.2rem;
}
.md13756.md-contact_us .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all ease 0.5s;
  height: 0.1rem;
  background-color: #e31d23;
}
.md13756.md-contact_us .titles {
  width: 100%;
  margin-bottom: 0.35rem;
  padding-bottom: 0.2rem;
  color: #111111;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #e6e6e6;
}
.md13756.md-contact_us .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.md13756.md-contact_us .one {
  display: flex;
  align-items: center;
  min-width: 49.2%;
  margin-bottom: 0.25rem;
}
.md13756.md-contact_us .icon {
  width: 0.4rem;
  height: 0.2rem;
  line-height: 0.2rem;
}
.md13756.md-contact_us .icon img {
  max-width: 100%;
  max-height: 100%;
}
.md13756.md-contact_us .text {
  flex: 1;
  color: #111111;
  line-height: 1.5;
}
.md13756.md-contact_us .item.active {
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.06);
}
.md13756.md-contact_us .item.active:after {
  width: 100%;
}
.md13756.md-contact_us .mapbox {
  width: 100%;
  position: relative;
}
.md13756.md-contact_us .map {
  transition: all ease 0.5s;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32.8125%;
}
.md13756.md-contact_us .map.show {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.md13756.md-contact_us .map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 750px) {
  .md13756.md-contact_us .item {
    width: 100%;
    padding: 0.35rem 0.3rem 0.2rem;
  }
}
/* 新闻 */
.md13756.md-search {
  width: 100%;
}
.md13756.md-search .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13756.md-search .top {
  width: 100%;
  padding: 0.2rem 0 0.15rem;
  background-color: #f7f8fa;
}
.md13756.md-search .nav {
  width: 100%;
  margin-bottom: 0.55rem;
}
.md13756.md-search .nav .nav-cont {
  font-size: 0;
}
.md13756.md-search .nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  color: #777777;
}
.md13756.md-search .nav .nav-item:after {
  content: "-";
  margin: 0 0.05rem;
}
.md13756.md-search .nav .nav-item:last-child:after {
  display: none;
}
.md13756.md-search .nav .nav-item:nth-child(1):before {
  content: "";
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 0.15rem;
  width: 1em;
  height: 1.7em;
  background-image: url("../images/icon2-b.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13756.md-search .search {
  position: relative;
  width: 4.6rem;
  max-width: 100%;
  margin-bottom: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  padding-right: 0.6rem;
}
.md13756.md-search .search .input {
  display: block;
  border: none;
  width: 100%;
  height: 0.46rem;
  color: #333;
  padding: 0 0.2rem;
}
.md13756.md-search .search .submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  border: none;
  background-color: #fff;
  width: 0.58rem;
  height: 100%;
  background-image: url("../images/icon11.png");
  background-size: 1.12em auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13756.md-search .titles {
  width: 100%;
  font-weight: bold;
  color: #111111;
  margin-bottom: 0.15rem;
  line-height: 1.2;
}
.md13756.md-search .nub {
  width: 100%;
  color: #111111;
  line-height: 1.6;
}
.md13756.md-search .nub span {
  color: #e31d23;
}
.md13756.md-search .bototm {
  width: 100%;
  padding: 0.4rem 0 0.85rem;
}
.md13756.md-search .list {
  width: 100%;
  padding-bottom: 1rem;
}
.md13756.md-search .item {
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.md13756.md-search .lt {
  width: 4rem;
}
.md13756.md-search .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 0.1rem;
}
.md13756.md-search .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all ease 0.5s;
}
.md13756.md-search .rt {
  width: calc(100% - 4.85rem);
}
.md13756.md-search .name {
  width: 100%;
  max-width: 20em;
  margin-bottom: 0.32rem;
  color: #111111;
  font-weight: bold;
  line-height: 1.25;
  height: 2.5em;
}
.md13756.md-search .time {
  width: 100%;
  color: #111111;
  line-height: 1.6;
}
.md13756.md-search .item:hover .img img {
  transform: scale(1.05);
}
.md13756.md-search .item:hover .name {
  color: #e31d23;
}

@media (max-width: 500px) {
  .md13756.md-search .lt {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .md13756.md-search .rt {
    width: 100%;
  }
}


/* 投资者关系-公告  投资者关系-股本申请表*/
.md13756.md-investor_notice {
  width: 100%;
  padding: 0.95rem 0 0.55rem;
}
.md13756.md-investor_notice .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13756.md-investor_notice .selectbox {
  width: 100%;
  position: relative;
  z-index: 8;
}
.md13756.md-investor_notice .select-tip {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 0.3rem;
  border-bottom: 1px solid #666666;
}
.md13756.md-investor_notice .select-tip:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 0.15rem;
  height: 100%;
  background-image: url("../images/icon12.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13756.md-investor_notice .select-cur {
  display: block;
  width: 100%;
  height: 0.75rem;
  line-height: 0.75rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md13756.md-investor_notice .select-cur span {
  color: #ff0000;
}
.md13756.md-investor_notice .select-sub {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.md13756.md-investor_notice .select-cont {
  width: 100%;
  max-height: 180px;
  overflow: auto;
}
.md13756.md-investor_notice .select-item {
  display: block;
  cursor: pointer;
  width: 100%;
  line-height: 1.6;
  padding: 0.1rem 0.15rem 0.1rem 0.3rem;
  color: #666666;
}
.md13756.md-investor_notice .select-item:hover {
  background-color: #e31d23 !important;
  color: #fff;
}
.md13756.md-investor_notice .select-item.select {
  background-color: #f5f5f5;
}
.md13756.md-investor_notice .selectbox.show {
  z-index: 28;
}
.md13756.md-investor_notice .selectbox.show .select-sub {
  visibility: visible;
  z-index: 98;
  opacity: 1;
  transition: all ease 0.5s;
}
.md13756.md-investor_notice .selectbox.active .select-cur {
  color: #333;
}
.md13756.md-investor_notice .titles {
  width: 100%;
  text-align: center;
  margin-bottom: 0.65rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.md13756.md-investor_notice .top {
  width: 100%;
  margin-bottom: 0.1rem;
  background-color: #fbfbfb;
  border-radius: 0.08rem;
  padding: 0.45rem 0.5rem 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.md13756.md-investor_notice .top .one {
  width: 2.6rem;
  margin-bottom: 0.3rem;
}
.md13756.md-investor_notice .top .input {
  margin-bottom: 0.3rem;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #666666;
  color: #333;
  width: 4.4rem;
  height: 0.75rem;
}
.md13756.md-investor_notice .top .submit {
  margin-bottom: 0.3rem;
  display: block;
  border: none;
  cursor: pointer;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background-color: #444444;
  background-image: url("../images/icon19.png");
  background-size: 0.25rem auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13756.md-investor_notice .list {
  width: 100%;
  padding-bottom: 0.8rem;
}
.md13756.md-investor_notice .item {
  display: block;
  width: 100%;
  padding: 0.45rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.md13756.md-investor_notice .item .time {
  width: 100%;
  margin-bottom: 0.05rem;
  color: #999999;
  line-height: 1.5;
}
.md13756.md-investor_notice .item .time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  height: 1em;
}
.md13756.md-investor_notice .item .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.md13756.md-investor_notice .item .lt {
  flex: 1;
  padding-right: 0.9rem;
}
.md13756.md-investor_notice .item .name {
  cursor: pointer;
  width: 100%;
  color: #111111;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.md13756.md-investor_notice .item .rt {
  font-size: 0;
  display: flex;
  align-items: center;
}
.md13756.md-investor_notice .item .buttom {
  display: block;
  cursor: pointer;
  margin-right: 0.15rem;
  min-width: 0.98rem;
  padding: 0 0.15rem;
  text-align: center;
  border: solid 1px #333333;
  border-radius: 0.2rem;
}
.md13756.md-investor_notice .item .buttom:last-child {
  margin-right: 0;
}
.md13756.md-investor_notice .item .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.08rem;
}
.md13756.md-investor_notice .item .icon1 {
  display: block;
}
.md13756.md-investor_notice .item .icon1 img {
  height: 0.87em;
}
.md13756.md-investor_notice .item .icon2 {
  display: none;
}
.md13756.md-investor_notice .item .icon2 img {
  height: 0.87em;
}
.md13756.md-investor_notice .item .text {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  line-height: 0.4rem;
}
.md13756.md-investor_notice .item .buttom:hover {
  background-color: #444444;
  border: solid 1px #444444;
}
.md13756.md-investor_notice .item .buttom:hover .icon1 {
  display: none;
}
.md13756.md-investor_notice .item .buttom:hover .icon2 {
  display: block;
}
.md13756.md-investor_notice .item .buttom:hover .text {
  color: #ffffff;
}
.md13756.md-investor_notice .item:hover .name {
  text-decoration: underline;
  color: #181818;
}

@media (max-width: 750px) {
  .md13756.md-investor_notice .top {
    padding: 0.45rem 0.3rem 0.3rem;
  }
  .md13756.md-investor_notice .top .one {
    width: calc(50% - 0.15rem);
  }
  .md13756.md-investor_notice .top .input {
    width: calc(100% - 1rem);
  }
  .md13756.md-investor_notice .item .lt {
    flex: none;
    padding-right: 0;
    width: 100%;
  }
  .md13756.md-investor_notice .item .buttom {
    margin-top: 0.15rem;
    border-radius: 0.3rem;
    padding: 0 0.25rem;
  }
  .md13756.md-investor_notice .item .text {
    line-height: 0.6rem;
  }
}
