
/* 首页-banner */
.md13730.md-home_banner {
  width: 100%;
  position: relative;
}
.md13730.md-home_banner .swiper {
  width: 100%;
}
.md13730.md-home_banner .item {
  width: 100%;
}
.md13730.md-home_banner .link {
  display: block;
  position: relative;
  width: 100%;
}
.md13730.md-home_banner .media-ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.md13730.md-home_banner .media-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md13730.md-home_banner .media-ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md13730.md-home_banner .text {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 16rem;
  max-width: 92%;
  padding-left: 0.74rem;
}
.md13730.md-home_banner .text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0.55rem;
  height: 0.97rem;
  background-image: url("../images/icon22.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13730.md-home_banner .titles {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 750px) {
  .md13730.md-home_banner .text {
    bottom: 0.5rem;
  }
}
/* 首页-新闻中心 */
.md13730.md-home_news {
  width: 100%;
  background-color: #f7f8fa;
  padding: 1.15rem 0 0.8rem;
}
.md13730.md-home_news .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13730.md-home_news .titles {
  width: 100%;
  padding-bottom: 0.45rem;
  font-weight: bold;
  color: #111111;
  line-height: 1.2;
}
.md13730.md-home_news .cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md13730.md-home_news .left {
  width: 56.25%;
  margin-bottom: 0.4rem;
}
.md13730.md-home_news .item {
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  margin-bottom: 0.65rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md13730.md-home_news .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 106.9444444444%;
}
.md13730.md-home_news .item .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;
}
.md13730.md-home_news .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.45rem 0.5rem;
}
.md13730.md-home_news .item .time {
  width: 100%;
  margin-bottom: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.md13730.md-home_news .item .name {
  width: 100%;
  color: #ffffff;
  line-height: 1.25;
}
.md13730.md-home_news .item:hover .img img {
  transform: scale(1.05);
}
.md13730.md-home_news .more {
  transition: all ease 0.5s;
  display: inline-block;
  cursor: pointer;
  padding: 0 0.43rem;
  color: #ffffff;
  line-height: 2.55;
  background-color: #181818;
  border-radius: 0.1rem;
}
.md13730.md-home_news .more:hover {
  background-color: #e31d23;
}
.md13730.md-home_news .right {
  width: 40%;
}
.md13730.md-home_news .one {
  display: block;
  cursor: pointer;
  margin-bottom: 0.4rem;
  width: 100%;
  border-radius: 0.06rem;
  overflow: hidden;
  background-color: #fff;
}
.md13730.md-home_news .one .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 55.859375%;
}
.md13730.md-home_news .one .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;
}
.md13730.md-home_news .one .text {
  width: 100%;
  position: relative;
  padding: 0.25rem 0.3rem 0.95rem;
}
.md13730.md-home_news .one .text:after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: 0.3rem;
  width: 0.09rem;
  height: 0.15rem;
  background-image: url("../images/icon23.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13730.md-home_news .one .name {
  transition: all ease 0.5s;
  width: 100%;
  margin-bottom: 0.15rem;
  color: #111111;
  line-height: 1.35;
}
.md13730.md-home_news .one .time {
  width: 100%;
  color: #666666;
  line-height: 1.6;
}
.md13730.md-home_news .one:hover .img img {
  transform: scale(1.05);
}
.md13730.md-home_news .one:hover .name {
  color: #e31d23;
}
.md13730.md-home_news .one:hover .text:after {
  background-image: url("../images/icon23-b.png");
}

@media (max-width: 750px) {
  .md13730.md-home_news .left {
    width: 100%;
  }
  .md13730.md-home_news .right {
    width: 100%;
  }
}

/*  首页-数据*/
.md13731.md-home_information {
  width: 100%;
  padding: 0.7rem 0;
}
.md13731.md-home_information .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13731.md-home_information .cont {
  width: calc(100% + 0.04rem);
  display: flex;
  flex-wrap: wrap;
}
.md13731.md-home_information .item {
  flex: 1;
  position: relative;
  overflow: hidden;
  margin: 0.02rem;
  background-color: #f2f5fa;
  border-radius: 0.1rem;
}
.md13731.md-home_information .icon {
  position: absolute;
  bottom: 0;
  right: 0.2rem;
}
.md13731.md-home_information .icon img {
  max-width: 0.86rem;
  max-height: 0.76rem;
}
.md13731.md-home_information .text {
  position: relative;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.3rem 0.3rem;
}
.md13731.md-home_information .name {
  width: 100%;
  margin-bottom: 0.45rem;
  color: #777777;
  line-height: 1.6;
}
.md13731.md-home_information .box {
  width: 100%;
}
.md13731.md-home_information .nub {
  display: inline;
  margin-right: 0.04rem;
  color: #222222;
  line-height: 1;
  font-weight: bold;
}
.md13731.md-home_information .unit {
  display: inline;
  color: #222222;
  line-height: 1;
}

@media (max-width: 750px) {
  .md13731.md-home_information .item {
    width: calc(50% - 0.04rem);
    flex: none;
  }
}

/* 首页-关于我们 */
.md13732.md-home_about_us{width:100%;padding:1.05rem 0 1.36rem}
.md13732.md-home_about_us .layout{margin-left:auto;margin-right:auto;width:12.8rem;max-width:92%}
.md13732.md-home_about_us .top{width:100%;padding-bottom:0.75rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
.md13732.md-home_about_us .left{width:45.31%;margin-bottom:0.6rem}
.md13732.md-home_about_us .left .titles{width:100%;margin-bottom:0.18rem;color:#111111;line-height:1.6;font-weight:normal}
.md13732.md-home_about_us .left .subtitle{width:100%;margin-bottom:0.2rem;color:#111111;font-weight:bold;line-height:1.2}
.md13732.md-home_about_us .left .intro{width:100%;margin-bottom:0.35rem;color:#777777;line-height:1.4}
.md13732.md-home_about_us .left .more{transition:all ease 0.5s;display:inline-block;cursor:pointer;padding:0 0.43rem;color:#ffffff;line-height:2.55;background-color:#181818;border-radius:0.1rem}
.md13732.md-home_about_us .left .more:hover{background-color:#e31d23}
.md13732.md-home_about_us .right{width:42.96%;display:flex;flex-wrap:wrap;justify-content:space-between}
.md13732.md-home_about_us .item{width:calc(59% - 0.3rem);margin-bottom:0.6rem;display:flex;flex-wrap:wrap;align-content:space-between;padding-left:0.16rem;border-left:1px solid #dddddd}
.md13732.md-home_about_us .item:nth-child(2n){width:41%}
.md13732.md-home_about_us .tip{width:100%;margin-bottom:0.2rem;color:#777777;line-height:1.25}
.md13732.md-home_about_us .box{width:100%}
.md13732.md-home_about_us .nub{color:#111111;line-height:1;font-weight:bold}
.md13732.md-home_about_us .item:nth-child(3) .nub{font-size:0.93em}
.md13732.md-home_about_us .bottom{position:relative;width:100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.md13732.md-home_about_us .one{display:block;cursor:pointer;position:relative;width:calc(50% - .15rem);margin-bottom:0.28rem;border-radius:0.06rem;overflow:hidden}
.md13732.md-home_about_us .one .img{width:100%;position:relative;overflow:hidden;padding-top:62.9392971246%}
.md13732.md-home_about_us .one .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}
.md13732.md-home_about_us .one .text{position:absolute;top:50%;left:0;transform:translate(0,-50%);width:100%;text-align:center;padding:.15rem 0.3rem;max-height: 100%;overflow: auto;}
.md13732.md-home_about_us .one .icon{width:100%}
.md13732.md-home_about_us .one .icon img{height:0.38rem}
.md13732.md-home_about_us .one .name{width:100%;margin-top:0.15rem;color:#ffffff;line-height:1.4;font-weight:bold}
.md13732.md-home_about_us .one .intro{display:none;margin:0.1rem auto 0;color:rgba(255,255,255,0.6);line-height:1.7} 
.md13732.md-home_about_us .one:hover .img img{transform:scale(1.05)}
.md13732.md-home_about_us .one:hover .intro{display:block}
@media (max-width:750px){
.md13732.md-home_about_us .left{width:100%}
.md13732.md-home_about_us .right{width:100%}  
.md13732.md-home_about_us .one{width: 100%;}
.md13732.md-home_about_us .one .intro{display:block}
}

/* 首页-新闻中心 */
.md13733.md-home_news{width:100%;background-color:#f7f8fa;padding:1.15rem 0 0.8rem}
.md13733.md-home_news .layout{margin-left:auto;margin-right:auto;width:12.8rem;max-width:92%}
.md13733.md-home_news .titles{width:100%;padding-bottom:0.45rem;font-weight:bold;color:#111111;line-height:1.2}
.md13733.md-home_news .cont{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}
.md13733.md-home_news .left{width:56.25%;margin-bottom:0.4rem}
.md13733.md-home_news .item{display:block;cursor:pointer;position:relative;width:100%;margin-bottom:0.65rem;border-radius:0.1rem;overflow:hidden}
.md13733.md-home_news .item .img{width:100%;position:relative;overflow:hidden;padding-top:106.9444444444%}
.md13733.md-home_news .item .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}
.md13733.md-home_news .item .text{position:absolute;bottom:0;left:0;width:100%;padding:0.45rem 0.5rem}
.md13733.md-home_news .item .time{width:100%;margin-bottom:0.18rem;color:rgba(255,255,255,0.8);line-height:1.6}
.md13733.md-home_news .item .name{width:100%;color:#ffffff;line-height:1.25}
.md13733.md-home_news .item:hover .img img{transform:scale(1.05)}
.md13733.md-home_news .more{transition:all ease 0.5s;display:inline-block;cursor:pointer;padding:0 0.43rem;color:#ffffff;line-height:2.55;background-color:#181818;border-radius:0.1rem}
.md13733.md-home_news .more:hover{background-color:#e31d23}
.md13733.md-home_news .right{width:40%}
.md13733.md-home_news .one{display:block;cursor:pointer;margin-bottom:0.4rem;width:100%;border-radius:0.06rem;overflow:hidden;background-color:#fff}
.md13733.md-home_news .one .img{width:100%;position:relative;overflow:hidden;padding-top:55.859375%}
.md13733.md-home_news .one .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}
.md13733.md-home_news .one .text{width:100%;position:relative;padding:.35rem 0.3rem} 
.md13733.md-home_news .one .name{transition:all ease 0.5s;width:100%;margin-bottom:0.15rem;color:#111111;line-height:1.35}
.md13733.md-home_news .one .time{width:100%;color:#666666;line-height:1.6}
.md13733.md-home_news .one:hover .img img{transform:scale(1.05)}
.md13733.md-home_news .one:hover .name{color:#e31d23}
.md13733.md-home_news .one:hover .text:after{background-image:url("../images/icon23-b.png")}
@media (max-width:750px){.md13733.md-home_news .left{width:100%}
.md13733.md-home_news .right{width:100%}
}

/* 首页-股东背景 */
.md13734.md-home_shareholder{width:100%;padding:1.4rem 0 1.4rem}
.md13734.md-home_shareholder .layout{margin-left:auto;margin-right:auto;width:12.8rem;max-width:92%}
.md13734.md-home_shareholder .titles{width:100%;text-align:center;padding-bottom:0.55rem;font-weight:bold;color:#111111;line-height:1.2}
.md13734.md-home_shareholder .cont{display:flex;flex-wrap:wrap;width:100%}
.md13734.md-home_shareholder .item{display:block;position:relative;cursor:pointer;width: 32.08%;margin-right: 1.87%;margin-bottom:0.24rem;border-radius:0.1rem;overflow:hidden}
.md13734.md-home_shareholder .item:nth-child(3n){margin-right: 0;}
.md13734.md-home_shareholder .img{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
.md13734.md-home_shareholder .img img{transition:all ease 0.5s;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}
.md13734.md-home_shareholder .img .img1{opacity:1;z-index:1;visibility:visible}
.md13734.md-home_shareholder .img .img2{opacity:0;z-index:-1;visibility:hidden}
.md13734.md-home_shareholder .text{position:relative;z-index:8;width:100%;height:100%;padding:0.4rem 0.4rem 0.35rem;min-height:2.65rem;display:flex;flex-wrap:wrap;align-content:space-between}
.md13734.md-home_shareholder .text:after{content:"";position:absolute;bottom:0;right:0;width:0.58rem;height:0.58rem;background-color:#fff;background-image:url("../images/icon23.png");background-size:0.09rem auto;background-position:center center;background-repeat:no-repeat}
.md13734.md-home_shareholder .top{width:100%}
.md13734.md-home_shareholder .logo{width:100%;position:relative;height:0.34rem;line-height:0.34rem}
.md13734.md-home_shareholder .logo .img1{opacity:1;z-index:1;visibility:visible;transition:all ease 0.5s;vertical-align:middle;position:relative;top:0;left:0;max-width:100%;max-height:100%}
.md13734.md-home_shareholder .logo .img2{opacity:0;z-index:-1;visibility:hidden;transition:all ease 0.5s;vertical-align:middle;position:absolute;top:0;left:0;max-width:100%;max-height:100%}
.md13734.md-home_shareholder .intro{opacity:0;margin-top:0.12rem;width:100%;color:#ffffff;line-height:1.5;letter-spacing:0.02rem}
.md13734.md-home_shareholder .bottom{width:100%}
.md13734.md-home_shareholder .name{width:100%;color:#666666;line-height:1.6}
.md13734.md-home_shareholder .item:hover .img .img1{opacity:0;z-index:-1;visibility:hidden}
.md13734.md-home_shareholder .item:hover .img .img2{opacity:1;z-index:1;visibility:visible}
.md13734.md-home_shareholder .item:hover .logo .img1{opacity:0;z-index:-1;visibility:hidden;position:absolute}
.md13734.md-home_shareholder .item:hover .logo .img2{opacity:1;z-index:1;visibility:visible;position:relative}
.md13734.md-home_shareholder .item:hover .intro{opacity:1}
.md13734.md-home_shareholder .item:hover .bottom{opacity:0}
.md13734.md-home_shareholder .item:hover .text:after{background-color:#e31d23;background-image:url("../images/icon23-c.png")}
@media(min-width: 750px) {
   .md13734.md-home_shareholder.four .item{width: 49.06%;}
   .md13734.md-home_shareholder.four .item:nth-child(3n){margin-right: 1.87%;}
   .md13734.md-home_shareholder.four .item:nth-child(2n){margin-right: 0;}
}
@media (max-width:750px){
.md13734.md-home_shareholder .item{width:100%}
}

/* 首页-投资者关系 */
.md13735.md-home_investor {
  position: relative;
  background-image: url("../images/home_investor1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13735.md-home_investor:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/home_investor2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13735.md-home_investor .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13735.md-home_investor .layout {
  width: 16rem;
}
.md13735.md-home_investor .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 18;
  width: 100%;
}
.md13735.md-home_investor .left {
  width: 58.75%;
  padding: 1.5rem 0 1.35rem;
}
.md13735.md-home_investor .titles {
  width: 100%;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}
.md13735.md-home_investor .img {
  width: 100%;
  margin-bottom: 0.7rem;
}
.md13735.md-home_investor .img img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.md13735.md-home_investor .more {
  transition: all ease 0.5s;
  display: inline-block;
  cursor: pointer;
  padding: 0 0.43rem;
  color: #ffffff;
  line-height: 2.55;
  background-color: #181818;
  border-radius: 0.1rem;
}
.md13735.md-home_investor .more:hover {
  background-color: #e31d23;
}
.md13735.md-home_investor .right {
  width: 30.3125%;
  padding: 2.8rem 0 1.35rem;
}
.md13735.md-home_investor .subtitle {
  width: 100%;
  margin-bottom: 0.17rem;
  color: #ffffff;
  line-height: 1.5;
}
.md13735.md-home_investor .intro {
  width: 100%;
  margin-bottom: 0.45rem;
  color: #ffffff;
  line-height: 1.1;
  font-weight: bold;
}
.md13735.md-home_investor .intro span {
  color: #2eff90;
}
.md13735.md-home_investor .list {
  width: 100%;
}
.md13735.md-home_investor .item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.md13735.md-home_investor .item:last-child {
  border-bottom: none;
}
.md13735.md-home_investor .name {
  width: 100%;
  margin-bottom: 0.1rem;
  color: #ffffff;
  line-height: 1.5;
}
.md13735.md-home_investor .time {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

@media (max-width: 750px) {
  .md13735.md-home_investor:after {
    display: none;
  }
  .md13735.md-home_investor .left {
    width: 100%;
    padding: 0.5rem 0;
  }
  .md13735.md-home_investor .right {
    width: 100%;
    padding: 0.5rem 0;
  }
}

/* 首页- ESG 报告*/
.md13736.md-home_esg {
  width: 100%;
  background-color: #f7f8fa;
  padding: 1.5rem 0;
}
.md13736.md-home_esg .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13736.md-home_esg .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.md13736.md-home_esg .left {
  width: 55.46%;
}
.md13736.md-home_esg .titles {
  width: 100%;
  margin-bottom: 0.55rem;
  color: #111111;
  line-height: 1.2;
  font-weight: bold;
}
.md13736.md-home_esg .more {
  transition: all ease 0.5s;
  display: inline-block;
  cursor: pointer;
  padding: 0 0.43rem;
  color: #ffffff;
  line-height: 2.55;
  background-color: #181818;
  border-radius: 0.1rem;
}
.md13736.md-home_esg .more:hover {
  background-color: #e31d23;
}
.md13736.md-home_esg .list {
  width: 100%;
  padding-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md13736.md-home_esg .item {
  display: block;
  width: calc(50% - 0.05rem);
  padding: 0.25rem 0.3rem;
  margin-bottom: 0.1rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.md13736.md-home_esg .item .icon {
  width: 100%;
  margin-bottom: 0.1rem;
}
.md13736.md-home_esg .item .icon img {
  vertical-align: middle;
  width: 0.18rem;
}
.md13736.md-home_esg .item .name {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #111111;
  line-height: 1.5;
  font-weight: bold;
}
.md13736.md-home_esg .item .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.md13736.md-home_esg .item .time {
  margin-right: 0.35rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.7;
}
.md13736.md-home_esg .item .download {
  display: block;
  cursor: pointer;
}
.md13736.md-home_esg .item .download .img1 {
  display: block;
}
.md13736.md-home_esg .item .download .img1 img {
  height: 1.14em;
  vertical-align: middle;
}
.md13736.md-home_esg .item .download .img2 {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.md13736.md-home_esg .item .download .img2 img {
  height: 1.14em;
  vertical-align: middle;
}
.md13736.md-home_esg .item .download:hover .img1 {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.md13736.md-home_esg .item .download:hover .img2 {
  position: relative;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.md13736.md-home_esg .item:hover .name {
  color: #e31d23;
}
.md13736.md-home_esg .right {
  width: 41.09%;
}
.md13736.md-home_esg .swiper {
  width: 100%;
  position: relative;
  border-radius: 0.1rem;
}
.md13736.md-home_esg .one {
  display: block;
  position: relative;
  width: 100%;
}
.md13736.md-home_esg .one .link {
  display: block;
  cursor: pointer;
  width: 100%;
}
.md13736.md-home_esg .one .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 136.8821292776%;
}
.md13736.md-home_esg .one .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;
}
.md13736.md-home_esg .one .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.8rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.md13736.md-home_esg .one .icon {
  width: 0.18rem;
  line-height: 1.7em;
}
.md13736.md-home_esg .one .icon img {
  vertical-align: middle;
  width: 100%;
}
.md13736.md-home_esg .one .rt {
  width: calc(100% - 0.37rem);
}
.md13736.md-home_esg .one .name {
  width: 100%;
  margin-bottom: 0.12rem;
  color: #ffffff;
  line-height: 1.7;
  font-weight: bold;
}
.md13736.md-home_esg .one .time {
  width: 100%;
  color: #ffffff;
  line-height: 1.7;
}
.md13736.md-home_esg .one .link:hover .img img {
  transform: scale(1.05);
}
.md13736.md-home_esg .swiper-pagination {
  position: absolute;
  bottom: 0.13rem;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.md13736.md-home_esg .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  margin: 0.03rem;
  opacity: 0.4;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #ffffff;
}
.md13736.md-home_esg .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 750px) {
  .md13736.md-home_esg .left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .md13736.md-home_esg .right {
    width: 100%;
  }
}

/* 首页-合作伙伴 */
.md13737.md-home_partner {
  width: 100%;
  padding: 1.05rem 0 0.5rem;
  margin-bottom: 0.4rem;
  min-height: 6.6rem;
  background-color: #031a2a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.md13737.md-home_partner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13737.md-home_partner .layout {
  width: 9.9rem;
}
.md13737.md-home_partner .titles {
  width: 100%;
  padding-bottom: 0.45rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
}
.md13737.md-home_partner .cont {
  width: 100%;
  position: relative;
}
.md13737.md-home_partner .swiper {
  width: 100%;
}
.md13737.md-home_partner .swiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.md13737.md-home_partner .item {
  width: 25%;
  height: auto;
}
.md13737.md-home_partner .link {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 1.05rem;
  line-height: 1.05rem;
}
.md13737.md-home_partner .img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 1.05rem;
  line-height: 1.05rem;
  text-align: center;
}
.md13737.md-home_partner .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  max-height: 70%;
  transform: scale(1);
  transition: all ease 0.5s;
}
.md13737.md-home_partner .link:hover .img img {
  transform: scale(1.05);
}
.md13737.md-home_partner .swiper-pagination {
  position: static;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.5rem;
}
.md13737.md-home_partner .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  margin: 0.03rem;
  opacity: 0.4;
  width: 0.3rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background-color: #ffffff;
}
.md13737.md-home_partner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 750px) {
  .md13737.md-home_partner .item {
    width: 33.33%;
  }
}
