@charset "UTF-8";
/* 行高  字体大小  行数 是否计算为max-height */
.w1440 {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 44px;
  height: 44px;
  margin: 5px;
  line-height: 1;
  border-radius: 50%;
  background-color: #fff;
  color: #57b558;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.com-pag .cp_a:hover, .com-pag .cp_a.on {
  color: #fff;
  background-color: #57b558;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-color: #fff;
  color: #57b558;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14% auto;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 17.3913043478%;
  height: 30.4347826087%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: #57b558;
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .cp_te {
  min-width: 6.25em;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag svg {
  width: 1em;
  height: 1em;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 900px) {
  .com-pag .cp_a {
    margin: 0.05rem;
  }
  .com-pag .cp_te {
    min-width: 4em;
  }
}

.m-pag.bgfff .cp_a {
  background-color: #fff;
}
.m-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.m-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.m-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.m-pag .cp_a {
  width: 48px;
  height: 48px;
  margin: 0 4px;
  line-height: 1;
  border-radius: 50%;
  background-color: #fff;
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.m-pag .cp_a:hover, .m-pag .cp_a.on {
  color: #fff;
  background-color: #57b558;
}
.m-pag .cp_num:hover, .m-pag .cp_num.on {
  background-color: #57b558;
  color: #fff;
}
.m-pag .cp_btn {
  color: #ccc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.m-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.m-pag .cp_btn svg {
  width: 16.6666666667%;
  height: 29.1666666667%;
}
.m-pag .cp_btn:hover {
  background-color: #57b558;
}
.m-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.m-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.m-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.m-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.m-pag .cp_te {
  min-width: 6.25em;
}
.m-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.m-pag svg {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 900px) {
  .m-pag .cp_a {
    margin: 0.05rem;
  }
  .m-pag .cp_te {
    min-width: 4em;
  }
}

.md-process-1 {
  padding-top: 86px;
  padding-bottom: 30px;
  position: relative;
  background-image: url(../images/prc-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.md-process-1 .ul {
  justify-content: center;
  margin-top: 105px;
}
.md-process-1 .li {
  width: 248px;
  margin-bottom: 70px;
  margin-right: 69px;
  position: relative;
}
.md-process-1 .li::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-process-1 .li:nth-child(4n) {
  margin-right: 0;
}
.md-process-1 .li:nth-child(4n)::after {
  display: none;
}
.md-process-1 .li:last-child::after {
  display: none;
}
.md-process-1 .dd {
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  text-align: center;
  height: 100%;
  padding: 44px 20px 38px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.md-process-1 .dd::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #57b558;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-process-1 .dd .icon {
  height: 94px;
}
.md-process-1 .dd .ii {
  max-height: 94px;
}
.md-process-1 .dd .text {
  margin-top: 36px;
}
.md-process-1 .dd .title {
  line-height: calc(26 / 18);
  color: #666;
}

/* 评价机构 */
.md-agency-1 {
  background-color: #f7f7f7;
  position: relative;
  padding-top: 86px;
  padding-bottom: 70px;
}
.md-agency-1 .ul {
  margin-top: 44px;
}
.md-agency-1 .li {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.md-agency-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md-agency-1 .dd {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  padding-bottom: 60px;
  overflow: hidden;
}
.md-agency-1 .dd::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #57b558;
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  transition: 0.5s;
}
.md-agency-1 .dd:hover::before {
  top: 0;
}
.md-agency-1 .dd:hover .text {
  filter: brightness(0) invert(1);
}
.md-agency-1 .dd:hover .btn {
  opacity: 1;
}
.md-agency-1 .text {
  transition: 0.5s;
}
.md-agency-1 .title {
  color: #000;
  line-height: 30px;
  min-height: 60px;
}
.md-agency-1 .tlist {
  margin-top: 10px;
}
.md-agency-1 .ti {
  color: #666;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.md-agency-1 .ti:last-child {
  margin-bottom: 0;
}
.md-agency-1 .ti .tic {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  margin-right: 10px;
}
.md-agency-1 .btns {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.md-agency-1 .btns .btn {
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 0;
}
.md-agency-1 .btns .ic {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #57b558;
  background-color: #fff;
  flex-shrink: 0;
  margin-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-agency-1 .btns svg {
  width: 10px;
  height: 10px;
}

.md-news-1 {
  position: relative;
  padding: 100px 0;
  background-color: #f7f7f7;
  background-image: url(../images/prc-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.md-news-1 .lines {
  width: 100%;
  height: 280px;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  pointer-events: none;
}
.md-news-1 .c-pic {
  width: 570px;
}
.md-news-1 .img {
  border-radius: 12px;
  overflow: hidden;
}
.md-news-1 .text {
  width: 550px;
}
.md-news-1 .tbox {
  width: 100%;
}
.md-news-1 .content {
  line-height: calc(26 / 16);
  color: #666;
  margin-top: 29px;
}
.md-news-1 .btns {
  margin-top: 54px;
}
.md-news-1 .more {
  display: inline-block;
  line-height: 50px;
  padding: 0 50px;
  background-color: #57b558;
  color: #fff;
  border-radius: 8px;
  transition: 0.5s;
}
.md-news-1 .more:hover {
  transform: translateY(-6px);
}
.md-news-2 {
  position: relative;
  padding-top: 86px;
  padding-bottom: 100px;
}
.md-news-2 .ul {
  margin-top: 44px;
  margin-bottom: 60px;
}
.md-news-2 .li:nth-child(2n-1) .dd {
  background-color: #f7f7f7;
}
.md-news-2 .li:nth-child(2n) .dd {
  box-shadow: 0 0 0 1px inset #eee;
}
.md-news-2 .dd {
  padding: 21px 30px;
}
.md-news-2 .dd:hover .title {
  color: #57b558;
}
.md-news-2 .title {
  color: #111;
  position: relative;
  transition: 0.5s;
}
.md-news-2 .title::before {
  content: "• ";
  color: #57b558;
}
.md-news-2 .time {
  flex-shrink: 0;
  margin-left: 0.2rem;
  color: #999;
  display: flex;
  align-items: center;
}
.md-news-2 .time svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.md-news-11 {
  position: relative;
  padding-top: 94px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}
.md-news-11 .det-top {
  padding-bottom: 25px;
  position: relative;
  z-index: 50;
}
.md-news-11 .det-top .back {
  transition: 0.5s;
}
.md-news-11 .det-top .back:hover {
  color: var(--active);
}
.md-news-11 .det-top .back svg {
  width: 1em;
  height: 1em;
  color: var(--active);
}
.md-news-11 .det-top .h1 {
  line-height: 1.25;
}
.md-news-11 .det-top .info {
  margin-top: 32px;
}
.md-news-11 .det-top .time {
  margin-right: 0.36rem;
}
.md-news-11 .det-top .shares {
  margin-left: 50px;
}
.md-news-11 .det-top .shares .sp {
  margin-right: 20px;
}
.md-news-11 .det-top .shares .si {
  position: relative;
  margin-right: 30px;
}
.md-news-11 .det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-news-11 .det-top .shares .si:last-child {
  margin-right: 0;
}
.md-news-11 .det-top .shares .hd {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.md-news-11 .det-top .shares .hd::before {
  display: none;
}
.md-news-11 .det-top .shares .hi {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-news-11 .det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.2rem;
  z-index: 30;
  transition: 0.3s;
}
.md-news-11 .det-top .shares .bd .bbox {
  padding: 0.1rem;
  position: relative;
  background-color: #fff;
  font-size: 0;
}
.md-news-11 .det-top .shares .bd img {
  display: block;
  width: 1.1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .md-news-11 .det-top .info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.1rem 0;
  }
}
.md-news-11 .det-cen {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 40px;
  padding-bottom: 58px;
  line-height: calc(30 / 16);
}
.md-news-11 .det-bot {
  padding-top: 52px;
}
.md-news-11 .det-bot .ua {
  line-height: calc(34 / 16);
  transition: 0.5s;
}
.md-news-11 .det-bot .ua span {
  color: #333;
}
.md-news-11 .det-bot .ua:hover {
  color: #57b558;
}
.md-news-11 .det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 17px 25px;
  background-color: #57b558;
  color: #fff;
  border-radius: 100px;
  transition: 0.5s;
}
.md-news-11 .det-bot .db_btn:hover {
  transform: translateY(-6px);
}
.md-news-11 .det-bot .db_btn svg {
  width: 1em;
  height: 1em;
  margin-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .md-news-11 .det-bot {
    flex-wrap: wrap;
  }
  .md-news-11 .det-bot .det_ul {
    width: 100%;
    max-width: 100%;
  }
  .md-news-11 .det-bot li {
    width: 100%;
    max-width: none;
    margin: 5px 0;
  }
  .md-news-11 .det-bot .db_btn {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 900px) {
  .md-news-11 .box-left {
    width: 100%;
  }
  .md-news-11 .box-right {
    width: 100%;
    padding-top: 0.5rem;
  }
  .md-news-11 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .md-news-11 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-news-11 .cr-list {
    padding-left: 0;
    padding-top: 0;
  }
  .md-news-11 .cr-tit {
    padding-left: 1em;
  }
  .md-news-11 .cr-tit::before {
    left: 0;
  }
}
.md-news-11 .files {
  margin-top: 58px;
}
.md-news-11 .btn {
  display: inline-flex;
  align-items: center;
  color: #57b558;
  border-radius: 100px;
  border: solid 1px #57b558;
  padding: 16px 25px;
  line-height: 1;
  transition: 0.5s;
}
.md-news-11 .btn:hover {
  background-color: #57b558;
  color: #fff;
}
.md-news-11 .btn:hover .mic {
  filter: brightness(0) invert(1);
}
.md-news-11 .btn .mic {
  width: 1em;
  height: 1em;
  background-image: url(../images/news11-0.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 35px;
  transition: 0.5s;
}

.md-news-12 {
  position: relative;
  padding-top: 88px;
  padding-bottom: 100px;
}
.md-news-12 .swiper {
  margin-top: 36px;
}
.md-news-12 .sw {
  height: auto;
  background-color: #f4f4f6;
  border-radius: 16px;
  overflow: hidden;
}
.md-news-12 .sw:hover .img {
  transform: scale(1.1);
}
.md-news-12 .sw:hover .title {
  color: #57b558;
}
.md-news-12 .f-pic {
  overflow: hidden;
}
.md-news-12 .img {
  padding-top: calc( 248 / 373 * 100%);
  transition: 0.5s;
}
.md-news-12 .img img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-news-12 .text {
  padding: 27px 30px 30px;
}
.md-news-12 .title {
  color: #222;
  line-height: calc(24 / 18);
  height: calc(24em / 18 * 2);
  transition: 0.5s;
}
.md-news-12 .time {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.md-news-12 .time svg {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  color: #57b558;
}

.f-pic {
  position: relative;
}

.c-img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.md-carbon-introduction-1 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.md-carbon-introduction-1 .flex-box {
  position: relative;
  z-index: 2;
}
.md-carbon-introduction-1 .box-left {
  width: 570px;
}
.md-carbon-introduction-1 .box-right {
  width: 550px;
}
.md-carbon-introduction-1 .img {
  position: relative;
  padding-top: calc( 520 / 570 * 100%);
  border-radius: 20px;
  overflow: hidden;
}
.md-carbon-introduction-1 .content {
  line-height: calc(26 / 16);
  color: #666;
}
.md-carbon-introduction-1 .c11 {
  margin-top: 30px;
}
.md-carbon-introduction-1 .type {
  margin-top: 36px;
}
.md-carbon-introduction-1 .c12 {
  margin-top: 18px;
}
.md-carbon-introduction-1 .lines {
  width: 100%;
  height: 280px;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  pointer-events: none;
}

.md-carbon-introduction-2 {
  padding: 120px 0;
  color: #fff;
  box-sizing: border-box;
}
.md-carbon-introduction-2 .text {
  width: 460px;
}
.md-carbon-introduction-2 .imgs {
  width: 600px;
}
.md-carbon-introduction-2 .line {
  width: 36px;
  height: 4px;
  background-color: #fff;
  margin-top: 14px;
  margin-bottom: 36px;
}
.md-carbon-introduction-2 .content {
  line-height: calc(32 / 18);
}
.md-carbon-introduction-2 .img {
  padding-top: calc( 520 / 600 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.md-carbon-introduction-3 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 86px;
  padding-bottom: 100px;
}
.md-carbon-introduction-3 .swiper {
  margin-top: 34px;
  position: relative;
}
.md-carbon-introduction-3 .sw {
  background-color: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
}
.md-carbon-introduction-3 .sw:hover .img img {
  transform: scale(1.1);
}
.md-carbon-introduction-3 .sw:hover .title {
  color: #57b558;
}
.md-carbon-introduction-3 .img {
  position: relative;
  padding-top: calc( 240 / 380 * 100%);
  overflow: hidden;
}
.md-carbon-introduction-3 .bot {
  padding: 28px 30px;
}
.md-carbon-introduction-3 .title {
  line-height: calc(24 / 18);
  height: calc(24em / 18 * 2);
  transition: 0.5s;
}
.md-carbon-introduction-3 .intro {
  line-height: calc(24 / 14);
  height: calc(24em / 14 * 2);
  margin-top: 10px;
}
.md-carbon-introduction-3 .time {
  margin-top: 20px;
}
.md-carbon-introduction-3 .time svg {
  width: 18px;
  height: 18px;
  margin-right: 9px;
  color: #57b558;
}
.md-carbon-introduction-3 .sbtn {
  width: 54px;
  height: 54px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  top: calc(50% - 27px);
}
.md-carbon-introduction-3 .sbtn:hover {
  background-color: #57b558;
}
.md-carbon-introduction-3 .sbtn svg {
  width: 16px;
  height: 16px;
}
.md-carbon-introduction-3 .prev {
  right: calc(100% + 60px);
}
.md-carbon-introduction-3 .next {
  left: calc(100% + 60px);
}
.md-carbon-introduction-3 .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.md-carbon-introduction-3 .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #f0f0f0;
  margin: 0 10px;
  opacity: 1;
  transition: 0.5s;
}
.md-carbon-introduction-3 .swiper-pagination-bullet-active {
  background-color: #57b558;
}

.md-carbon-gd-0 {
  position: relative;
  min-height: 50px 0;
}
.md-carbon-gd-0 .flex-box {
  min-height: 680px;
}
.md-carbon-gd-0 .text {
  width: 540px;
}
.md-carbon-gd-0 .intro {
  line-height: 2;
  margin-top: 22px;
}
.md-carbon-gd-0 .list {
  width: 290px;
}
.md-carbon-gd-0 .list .li {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 54px;
}
.md-carbon-gd-0 .list .li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.md-carbon-gd-0 .list .d11 {
  line-height: 1;
}
.md-carbon-gd-0 .list .d11 span {
  font-size: 3em;
  font-weight: bold;
}
.md-carbon-gd-0 .list .d12 {
  margin-top: 7px;
}
.md-carbon-gd-0 .list .ic {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-carbon-gd-0 .btns {
  position: absolute;
  left: 0%;
  bottom: 40px;
  width: 100%;
  font-size: 0;
}
.md-carbon-gd-0 .back {
  display: inline-block;
  padding: 0 48px;
  line-height: 50px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px inset #fff;
  transition: 0.5s;
}
.md-carbon-gd-0 .back:hover {
  background-color: #57b558;
  box-shadow: 0 0 0 1px inset #57b558;
}

.md-carbon-gd-1 {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.md-carbon-gd-1 .my-select {
  width: 240px;
}
.md-carbon-gd-1 .ul {
  margin-top: 43px;
  margin-bottom: 35px;
  position: relative;
}
.md-carbon-gd-1 .li {
  width: calc(384 / 1200 * 100%);
  margin-right: calc(24 / 1200 * 100%);
}
.md-carbon-gd-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md-carbon-gd-1 .li {
  margin-bottom: 24px;
}
.md-carbon-gd-1 .dd {
  background-color: #fff;
  height: 100%;
  padding: 27px 30px 36px;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.md-carbon-gd-1 .dd:hover .d-text {
  filter: brightness(0) invert(1);
}
.md-carbon-gd-1 .dd:hover::before {
  top: 0;
}
.md-carbon-gd-1 .dd::before {
  content: "";
  position: absolute;
  left: 0%;
  top: calc(100% - 4px);
  width: 100%;
  height: 100%;
  background-color: #57b558;
  transition: 0.5s;
}
.md-carbon-gd-1 .dd .d-text {
  transition: 0.5s;
}
.md-carbon-gd-1 .dd .no i {
  width: 18px;
  height: 18px;
  background-image: url(../images/cg1-0.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.md-carbon-gd-1 .dd .title {
  line-height: 1.6;
  min-height: 4.8em;
  margin-top: 15px;
  color: #333;
}
.md-carbon-gd-1 .dd .intro {
  line-height: 2;
  margin-top: 27px;
}
.md-carbon-gd-1 .dd .time {
  margin-top: 27px;
}
.md-carbon-gd-1 .lines {
  width: 100%;
  height: 560px;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -190px;
  pointer-events: none;
  z-index: 0;
}
.md-carbon-gd-1 .cp_a {
  background-color: transparent;
}
.md-carbon-gd-1 .cp_btn {
  color: #ccc;
}
.md-carbon-gd-1 .cp_btn:hover {
  color: #57b558;
  background-color: transparent !important;
}

.md-carbon-gd-2 {
  min-height: 880px;
  box-sizing: border-box;
  padding-top: 48px;
}
.md-carbon-gd-2 .swiper {
  position: relative;
  margin-top: 35px;
}
.md-carbon-gd-2 .sw {
  text-align: center;
}
.md-carbon-gd-2 .sbtn {
  width: 54px;
  height: 54px;
  color: #57b558;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  z-index: 30;
  position: absolute;
  top: calc(50% - 27px);
}
.md-carbon-gd-2 .sbtn:hover {
  background-color: #57b558;
  color: #fff;
}
.md-carbon-gd-2 .sbtn svg {
  width: 16px;
  height: 16px;
}
.md-carbon-gd-2 .prev {
  left: 0;
}
.md-carbon-gd-2 .next {
  right: 0;
}
.md-carbon-gd-2 .swiper-pagination {
  position: static;
}
.md-carbon-gd-2 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  margin: 0 4px;
  opacity: 1;
  transition: 0.5s;
}
.md-carbon-gd-2 .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #57b558;
}

.md-carbon-gd-3 {
  background-color: #f7f7f7;
  padding-top: 84px;
  padding-bottom: 70px;
}
.md-carbon-gd-3 .ul {
  margin-top: 44px;
}
.md-carbon-gd-3 .li {
  width: 585px;
  margin-bottom: 30px;
}
.md-carbon-gd-3 .dd {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.md-carbon-gd-3 .dd:hover::before {
  top: 0;
}
.md-carbon-gd-3 .dd:hover .te {
  color: #fff;
}
.md-carbon-gd-3 .dd:hover .icon {
  filter: brightness(0) invert(1);
}
.md-carbon-gd-3 .dd::before {
  content: "";
  position: absolute;
  left: 0%;
  top: calc(100% - 3px);
  width: 100%;
  height: 100%;
  background-color: #57b558;
  background-image: url(../images/cg3-b.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: 0.5s;
}
.md-carbon-gd-3 .te {
  padding-right: 20px;
  position: relative;
  transition: 0.5s;
}
.md-carbon-gd-3 .icon {
  width: 44px;
  flex-shrink: 0;
  position: relative;
}
.md-carbon-gd-3 .ic {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

.my-select {
  height: 60px;
  position: relative;
  border-radius: 0.5em;
  background-color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}
.my-select .m-arrow {
  content: "";
  width: 0.75em;
  height: 0.5em;
  position: absolute;
  right: 30px;
  top: calc(50% - 0.25em);
  background-image: url(../images/arrow1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.my-select .cur {
  line-height: 60px;
}
.my-select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.md-specifications-1 {
  position: relative;
  padding-top: 86px;
  padding-top: 0;
  padding-bottom: 100px;
}
.md-specifications-1 .my-select {
  width: 240px;
  border: 1px solid #e0e0e0;
}
.md-specifications-1 .form {
  margin-top: 24px;
}
.md-specifications-1 .form .inp {
  width: 300px;
  position: relative;
}
.md-specifications-1 .form .ip {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  background-color: #fff;
  padding-right: 50px;
  border-radius: 6px;
  border: none;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.md-specifications-1 .form .submit {
  width: 18px;
  height: 18px;
  padding: 0;
  background-color: #fff;
  color: #9e9e9e;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  position: absolute;
  right: 30px;
  top: calc(50% - 9px);
}
.md-specifications-1 .form .submit svg {
  width: 18px;
  height: 18px;
}
.md-specifications-1 .tab {
  margin-bottom: 60px;
  margin-top: 40px;
}
.md-specifications-1 table {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
}
.md-specifications-1 thead {
  background-color: #0068ab;
}
.md-specifications-1 thead td {
  color: #fff;
  font-size: 18px;
}
.md-specifications-1 tbody {
  border: solid 1px #f1f1f1;
}
.md-specifications-1 tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.md-specifications-1 td {
  line-height: calc(22 / 14);
  padding: 0 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #333;
}
.md-specifications-1 td:nth-child(1) {
  width: 100px;
  text-align: center;
}
.md-specifications-1 td:nth-child(2) {
  width: 230px;
}
.md-specifications-1 td:nth-child(3) {
  width: 340px;
}
.md-specifications-1 td:nth-child(4) {
  width: 270px;
}
.md-specifications-1 td:nth-child(5) {
  width: 140px;
}
.md-specifications-1 td:nth-child(6) {
  width: 100px;
}
.md-specifications-1 td:last-child {
  text-align: center;
}
/* .md-specifications-1 tr:nth-child(2n-1) .download {
  background-image: url(../images/load-1.png);
}
.md-specifications-1 tr:nth-child(2n) .download {
  background-image: url(../images/load-2.png);
} */
 .md-specifications-1 tr .download.no-file {
  background-image: url(../images/load-2.png);
}
.md-specifications-1 .download {
  width: 21px;
  height: 20px;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
    background-image: url(../images/load-1.png);
}

.md-certified-0 {
  position: relative;
  z-index: 40;
}
.md-certified-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md-certified-0 .cb_ban {
  position: relative;
}
.md-certified-0 .cb_bg {
  min-height: 620px;
}
.md-certified-0 .cb_bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-certified-0 .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.25;
}
.md-certified-0 .form {
  margin-top: 50px;
}
.md-certified-0 .form .fitem {
  width: 320px;
}
.md-certified-0 .form .ft {
  color: #fff;
  margin-bottom: 16px;
}
.md-certified-0 .form .ip {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 6px;
  padding: 0 14px;
  border: none;
}
.md-certified-0 .form .fbtns {
  margin-top: 80px;
}
.md-certified-0 .form .button {
  width: 160px;
  height: 50px;
  border-radius: 6px;
  border: none;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.5s;
}
.md-certified-0 .form .button:hover {
  transform: translateY(-10px);
}
.md-certified-0 .form .submit {
  background-color: #57b558;
  color: #fff;
}
.md-certified-0 .form .reset {
  color: #57b558;
  background-color: #fff;
}
.md-certified-0 .btns {
  position: absolute;
  left: 0%;
  bottom: 40px;
  width: 100%;
  font-size: 0;
}
.md-certified-0 .back {
  display: inline-block;
  padding: 0 48px;
  line-height: 50px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px inset #fff;
  transition: 0.5s;
}
.md-certified-0 .back:hover {
  background-color: #57b558;
  box-shadow: 0 0 0 1px inset #57b558;
}

.md-certified-1 {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}
.md-certified-1 .my-select {
  width: 240px;
}
.md-certified-1 .tab {
  margin-bottom: 60px;
  margin-top: 50px;
}
.md-certified-1 table {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
}
.md-certified-1 thead {
  background-color: #57b558;
}
.md-certified-1 thead td {
  color: #fff;
  font-size: 18px;
}
.md-certified-1 tbody {
  border: solid 1px #f1f1f1;
}
.md-certified-1 tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.md-certified-1 td {
  line-height: calc(22 / 14);
  padding: 0 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #333;
}
.md-certified-1 td:nth-child(1) {
  width: 100px;
  text-align: center;
}
.md-certified-1 td:nth-child(2) {
  width: 230px;
}
.md-certified-1 td:nth-child(3) {
  width: 280px;
}
.md-certified-1 td:nth-child(4) {
  width: 200px;
}
.md-certified-1 td:nth-child(5) {
  width: 240px;
}
.md-certified-1 td:nth-child(6) {
  width: 180px;
}
.md-footer {
  position: relative;
  color: #fff;
  background-color: #57b558;
}

.md-footer-1 .fbox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.md-footer-1 .list {
  gap: 10px;
  padding: 42px 0 46px;
}
.md-footer-1 .li .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
}
.md-footer-1 .li .ic {
  width: 17px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.md-footer-2 .fbox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.md-footer-2 .links {
  padding: 27px 0;
}
.md-footer-2 .links a {
  margin-right: 1em;
  color: #fff;
}

.md-footer-3 .flex-box {
  padding: 27px 0;
}
.md-footer-3 a {
  color: #fff;
}

.md-com-banner {
  position: relative;
  z-index: 40;
}
.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 14.4rem;
  max-width: 92%;
}
.md-com-banner .cb_ban {
  position: relative;
}
.md-com-banner .cb_bg {
  min-height: 620px;
}
.md-com-banner .cb_bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 48.5%;
  transform: translateY(-50%);
  z-index: 10;
  line-height: 1.25;
}
.md-com-banner .d2 {
  margin-top: 0.1rem;
}
.md-com-banner .form1 {
  width: 900px;
  margin: 0 auto;
  margin-top: 54px;
}
.md-com-banner .form1 .ip {
  width: 720px;
  height: 75px;
  background-color: #ffffff;
  border-radius: 8px 0px 0px 8px;
  padding: 0 40px;
  border: none;
}
.md-com-banner .form1 .submit {
  width: 180px;
  height: 75px;
  background-color: #57b558;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-com-banner .form1 .submit i {
  width: 19px;
  height: 19px;
  background-image: url(../images/mag.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 11px;
}
.md-com-banner .btns {
  position: absolute;
  left: 0%;
  bottom: 40px;
  width: 100%;
  font-size: 0;
}
.md-com-banner .back {
  display: inline-block;
  padding: 0 48px;
  line-height: 50px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px inset #fff;
  transition: 0.5s;
}
.md-com-banner .back:hover {
  background-color: #57b558;
  box-shadow: 0 0 0 1px inset #57b558;
}

.md-com-breadnav {
  z-index: 30;
  box-shadow: 0 -1px 0 0 inset rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.md-com-breadnav .bn-swiper {
  max-width: 80%;
}
.md-com-breadnav .bn-swiper .cta {
  display: block;
  line-height: 90px;
  position: relative;
  width: auto;
  margin-right: 20px;
  white-space: nowrap;
  transition: color 0.5s;
}
.md-com-breadnav .bn-swiper .cta:hover {
  color: #57b558;
}
.md-com-breadnav .bn-swiper .cta.on {
  color: #57b558;
}
.md-com-breadnav .bn-swiper .cta.on::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #57b558;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-com-breadnav .bn-swiper .cta:last-child {
  margin-right: 0;
}
.md-com-breadnav .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  line-height: 90px;
}
.md-com-breadnav .zone-nav .icon {
  margin-right: 14px;
  display: inline-flex;
  align-items: center;
  color: #57b558;
}
.md-com-breadnav .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.md-com-breadnav .zone-nav .sp1 {
  position: relative;
  margin: 0 0.25em;
}
.md-com-breadnav .zone-nav .z_a {
  position: relative;
  transition: 0.3s;
}
.md-com-breadnav .zone-nav .z_a.on, .md-com-breadnav .zone-nav .z_a:hover {
  color: #57b558;
}
@media (max-width: 900px) {
  .md-com-breadnav .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

#header {
  z-index: 50;
}

.navBar .nav .m {
  position: static;
}

.head-m .layout {
  position: static !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.head-m .layout .logo {
  position: relative;
  height: 50px;
}
.head-m .layout .logo img {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
}
.head-m .layout .form {
  margin-top: 0;
}

.navBar {
  position: static;
  right: 0;
  top: 50px;
  z-index: 30;
  color: #333;
  width: 100%;
  float: right;
  display: flex;
  justify-content: flex-end;
}
.navBar .nav {
  margin: 0;
  position: static;
}
.navBar .m:hover .head-sub {
  display: block;
}

.head-sub {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  display: none;
}
.head-sub::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.hs-cont {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.hs-cont .ul2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 0 50px;
}
.hs-cont .li2 {
  width: 273px;
  margin-right: 50px;
  margin-bottom: 8px;
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
}
.hs-cont .li2:nth-child(3n) {
  margin-right: 0;
}
.hs-cont .a2 {
  display: block;
  position: relative;
  padding: 16px;
}
.hs-cont .a2:hover {
  color: #57b558;
  box-shadow: 0 -1px 0 0 inset #57b558;
}
.hs-cont .a2::before {
  width: 6px;
  height: 6px;
  background-color: #57b558;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.r-box .arse-ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding-left: 24px;
  padding-right: 40px;
}

.pop-ul1 {
  margin-top: 22px;
}
.pop-ul1 .li {
  width: 243px;
  margin-right: 20px;
  margin-bottom: 25px;
}
.pop-ul1 .li:nth-child(3n) {
  margin-right: 0;
}
.pop-ul1 .dd {
  display: block;
}
.pop-ul1 .dd .img {
  position: relative;
  padding-top: calc( 180 / 243 * 100%);
  overflow: hidden;
}
.pop-ul1 .dd .text {
  margin-top: 14px;
  color: #333333;
}

.pop-ul2 .li {
  padding: 40px 0;
  border-bottom: 1px solid #d1d1d1;
}
.pop-ul2 .dd:hover .title {
  color: #57b558;
}
.pop-ul2 .dd:hover .img img {
  transform: scale(1.1);
}
.pop-ul2 .dd .imgs {
  width: 340px;
}
.pop-ul2 .dd .img {
  position: relative;
  padding-top: 242px;
  overflow: hidden;
}
.pop-ul2 .dd .text {
  width: 380px;
}
.pop-ul2 .dd .title {
  font-weight: bold;
  color: #333333;
}
.pop-ul2 .dd .intro {
  line-height: calc(26 / 14);
  color: #666;
  margin-top: 20px;
}
.pop-ul2 .dd .info {
  margin-top: 20px;
}
.pop-ul2 .dd .time {
  display: inline-flex;
  align-items: center;
}
.pop-ul2 .dd .tic {
  width: 14px;
  height: 14px;
  background-image: url(../images/time.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}
.pop-ul2 .dd .btn {
  box-shadow: 0 0 0 1px inset #666;
  padding: 8px 12px;
}

.l-box .i-ul li {
  width: 212px;
}

.l-box .i-ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.r-box .b-ul li {
  height: auto;
}

.r-box .b-ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.new-ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.l-box .n-ul li a{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.m-pag2 .cp_a {
  width: 2.5em;
  height: 2.5em;
  border-radius: 0;
  box-shadow: 0 0 0 1px inset #c8c8c8;
}
.m-pag2 .cp_a:hover, .m-pag2 .cp_a.on {
  background-color: #0068ab !important;
  box-shadow: 0 0 0 1px inset #0068ab !important;
}
.m-pag2 .m_btn {
  width: auto;
  padding: 0 1em;
}

.txtScroll-left  .hd .prev.disabled,
.txtScroll-left  .hd .next.disabled {
  pointer-events: none;  /* 禁止点击 */
  opacity: 0.4;
  cursor: default;
}