.mCSB_scrollTools {
  width: 6px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 1.6rem;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #004a92;
  width: 4px;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #004a92;
}
.environment {
  padding: 3.5rem 0 14.4rem;
  overflow: hidden;
}
.environment .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.environment .con .environment-list {
  margin-top: 3rem;
  margin-bottom: 10rem;
}
.environment .con .environment-list ul li {
  float: left;
  width: 47.2%;
}
.environment .con .environment-list ul li:first-child {
  margin-right: 5.6%;
}
.environment .con .environment-list ul li .tu {
  height: 0;
  padding-bottom: 67%;
  overflow: hidden;
}
.environment .con .environment-list ul li .tu img {
  width: 100%;
}
.environment .con .environment-list ul li h2 {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004da1;
}
.environment .con .environment-list ul li p {
  margin-top: 0.8rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}
.environment .con .environment-list ul li p span {
  color: #004da1;
}
.environment .con .environment-bottom {
  padding: 4.5rem 12.5rem 5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.environment .con .environment-bottom h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004da1;
  display: inline-block;
  position: relative;
}
.environment .con .environment-bottom h2:before {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../img/social/environment/sign_01.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.environment .con .environment-bottom p {
  margin-top: 3rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}
.manage {
  padding: 3rem 0 6rem;
  background: #f4f4f4;
  overflow: hidden;
}
.manage .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004da1;
}
.manage .con .manage-list {
  margin-top: 3rem;
}
.manage .con .manage-list ul li {
  float: left;
  width: 31.9%;
}
.manage .con .manage-list ul li:not(:nth-child(3n)) {
  margin-right: 2.15%;
}
.manage .con .manage-list ul li .tu {
  height: 0;
  padding-bottom: 62%;
  overflow: hidden;
}
.manage .con .manage-list ul li .tu img {
  width: 100%;
}
.manage .con .manage-list ul li .bottom {
  background: #fff;
  padding: 2rem 2.2rem;
}
.manage .con .manage-list ul li .bottom h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #004da1;
  margin-bottom: 1rem;
}
.manage .con .manage-list ul li .bottom p {
  font-size: 0.9rem;
  color: #666;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  height: 14.4em;
}
.manage .con .manage-middle {
  margin-top: 1.5rem;
}
.manage .con .manage-middle ul li {
  float: left;
  width: 48.9%;
}
.manage .con .manage-middle ul li:not(:nth-child(even)) {
  margin-right: 2.2%;
}
.manage .con .manage-middle ul li .tu {
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}
.manage .con .manage-middle ul li .tu img {
  width: 100%;
}
.manage .con .manage-middle ul li .bottom {
  background: #fff;
  padding: 1.8rem 2rem 2.2rem;
}
.manage .con .manage-middle ul li .bottom h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #004da1;
  margin-bottom: 1.4rem;
}
.manage .con .manage-middle ul li .bottom .text {
  height: 10rem;
  overflow: auto;
}
.manage .con .manage-middle ul li .bottom .text p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.manage .con .manage-bottom {
  position: relative;
  margin-top: 1.5rem;
}
.manage .con .manage-bottom .left {
  position: absolute;
  width: 32%;
  height: 100%;
  left: 0;
  top: 0;
}
.manage .con .manage-bottom .left ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.manage .con .manage-bottom .left ul li {
  background: #fff;
  height: 47%;
  padding: 1.6rem 2rem;
}
.manage .con .manage-bottom .left ul li h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #004da1;
  margin-bottom: 1.4rem;
}
.manage .con .manage-bottom .left ul li p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
  text-align: justify;
}
.manage .con .manage-bottom .right {
  float: right;
  width: 66%;
}
.manage .con .manage-bottom .right .tu {
  height: 0;
  padding-bottom: 30%;
  overflow: hidden;
}
.manage .con .manage-bottom .right .tu img {
  width: 100%;
}
.manage .con .manage-bottom .right .text {
  background: #fff;
  padding: 1.6rem 2rem 3rem;
}
.manage .con .manage-bottom .right .text h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #004da1;
}
.manage .con .manage-bottom .right .text h3 {
  font-size: 0.9rem;
  color: #666;
  font-weight: bold;
  margin: 1.4rem 0 1.2rem;
}
.manage .con .manage-bottom .right .text ul li {
  margin-top: 0.4rem;
}
.manage .con .manage-bottom .right .text ul li .sign {
  float: left;
  width: 1rem;
  height: 1rem;
  background: url(../img/social/environment/sign_03.png) no-repeat;
  background-size: cover;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  padding-left: 0.15rem;
  position: relative;
  top: 0.4rem;
}
.manage .con .manage-bottom .right .text ul li p {
  overflow: hidden;
  padding-left: 0.6rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
}
.honor {
  padding: 4rem 0;
  overflow: hidden;
}
.honor .con .title {
  text-align: center;
}
.honor .con .title h2 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.honor .con .title h2:before {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../img/social/environment/sign_01.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.honor .con .title h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 3rem;
}
.honor .con .honor-list {
  position: relative;
  margin-top: 5rem;
  padding: 0 5rem;
}
.honor .con .honor-list .swiper-container {
  padding: 0 1rem;
}
.honor .con .honor-list .swiper-container .swiper-slide .top h3 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.2rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .swiper-container .swiper-slide .top .box {
  position: relative;
  left: 0.5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .swiper-container .swiper-slide .top .box .yuan {
  float: left;
  width: 1rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 50%;
}
.honor .con .honor-list .swiper-container .swiper-slide .top .box .xian {
  float: right;
  width: calc(100% - 1rem);
  height: 2px;
  background: #fff;
  margin-top: 0.5rem;
}
.honor .con .honor-list .swiper-container .swiper-slide.active .top h3 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  left: 1rem;
}
.honor .con .honor-list .swiper-container .swiper-slide.active .top .box .yuan {
  background: #fff;
}
.honor .con .honor-list .swiper-button-prev {
  top: 1rem;
  margin-top: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid #fff;
  background: none;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .swiper-button-prev:hover {
  background: #fff;
}
.honor .con .honor-list .swiper-button-prev:hover:before {
  color: #777;
}
.honor .con .honor-list .swiper-button-next {
  top: 1rem;
  margin-top: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid #fff;
  background: none;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 2.8rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.honor .con .honor-list .swiper-button-next:hover {
  background: #fff;
}
.honor .con .honor-list .swiper-button-next:hover:before {
  color: #777;
}
.honor .con .honor-bottom {
  padding: 0 5rem;
}
.honor .con .honor-bottom .swiper-container {
  padding: 0 1rem;
  overflow: inherit;
}
.honor .con .honor-bottom .swiper-container .swiper-slide .text {
  background: #fff;
  margin-top: 2rem;
  padding: 1.6rem 2rem 2rem;
  width: 20rem;
  position: relative;
  left: -9.4rem;
  display: none;
}
.honor .con .honor-bottom .swiper-container .swiper-slide .text:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -7px;
}
.honor .con .honor-bottom .swiper-container .swiper-slide .text h2 {
  font-size: 2.4rem;
  font-family: Met-Bold;
  color: #004da1;
}
.honor .con .honor-bottom .swiper-container .swiper-slide .text p {
  font-size: 0.9rem;
  color: #004da1;
  line-height: 1.8;
  text-align: justify;
  margin-top: 0.5rem;
}
.honor .con .honor-bottom .swiper-container .swiper-slide.active .text {
  display: block;
}
.honor .con .technology {
  margin-top: 6rem;
}
.honor .con .technology h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
.honor .con .technology ul li {
  float: left;
  width: 44.5%;
  margin-top: 1rem;
}
.honor .con .technology ul li:not(:nth-child(even)) {
  margin-right: 11%;
}
.honor .con .technology ul li p {
  padding-left: 2rem;
  position: relative;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.8;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.honor .con .technology ul li p:before {
  content: '';
  width: 1.3rem;
  height: 1.4rem;
  background: url(../img/social/environment/sign_02.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .honor .con .honor-list .swiper-container .swiper-slide.active .top h3 {
    left: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .environment {
    padding: 30px 0 40px;
  }
  .environment .con .title h2 {
    font-size: 18px;
  }
  .environment .con .environment-list {
    margin: 0 0 20px;
  }
  .environment .con .environment-list ul li {
    width: 100%;
    margin-top: 20px;
  }
  .environment .con .environment-list ul li:first-child {
    margin-right: 0;
  }
  .environment .con .environment-list ul li h2 {
    margin-top: 14px;
    font-size: 16px;
  }
  .environment .con .environment-list ul li p {
    margin-top: 6px;
    font-size: 14px;
  }
  .environment .con .environment-bottom {
    padding: 20px;
    margin-top: 20px;
  }
  .environment .con .environment-bottom h2 {
    font-size: 16px;
  }
  .environment .con .environment-bottom p {
    font-size: 14px;
  }
  .manage {
    padding: 30px 0;
  }
  .manage .con .title h2 {
    font-size: 18px;
  }
  .manage .con .manage-list {
    margin-top: 10px;
  }
  .manage .con .manage-list ul li {
    width: 100%;
    margin-top: 10px;
  }
  .manage .con .manage-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .manage .con .manage-list ul li .bottom {
    padding: 20px;
  }
  .manage .con .manage-list ul li .bottom h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .manage .con .manage-list ul li .bottom p {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: inherit;
    text-align: justify;
  }
  .manage .con .manage-middle {
    margin-top: 0;
  }
  .manage .con .manage-middle ul li {
    width: 100%;
    margin-top: 10px;
  }
  .manage .con .manage-middle ul li:not(:nth-child(even)) {
    margin-right: 0;
  }
  .manage .con .manage-middle ul li .bottom {
    padding: 20px;
  }
  .manage .con .manage-middle ul li .bottom h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .manage .con .manage-middle ul li .bottom .text {
    height: auto;
  }
  .manage .con .manage-middle ul li .bottom .text p {
    font-size: 14px;
  }
  .manage .con .manage-bottom {
    margin-top: 0;
  }
  .manage .con .manage-bottom .left {
    width: 100%;
    position: relative;
  }
  .manage .con .manage-bottom .left ul li {
    height: auto;
    padding: 20px;
    margin-top: 10px;
  }
  .manage .con .manage-bottom .left ul li h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .manage .con .manage-bottom .left ul li p {
    font-size: 14px;
  }
  .manage .con .manage-bottom .right {
    width: 100%;
    margin-top: 10px;
  }
  .manage .con .manage-bottom .right .text {
    padding: 20px;
  }
  .manage .con .manage-bottom .right .text h2 {
    font-size: 16px;
  }
  .manage .con .manage-bottom .right .text h3 {
    font-size: 14px;
    margin: 10px 0;
  }
  .manage .con .manage-bottom .right .text ul li {
    margin-top: 6px;
  }
  .manage .con .manage-bottom .right .text ul li .sign {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 16px;
    padding-left: 3px;
    top: 5px;
  }
  .manage .con .manage-bottom .right .text ul li p {
    font-size: 14px;
    margin-left: 10px;
  }
  .honor {
    padding: 30px 0;
  }
  .honor .con .title h2 {
    font-size: 18px;
  }
  .honor .con .title h3 {
    font-size: 14px;
    margin-top: 30px;
  }
  .honor .con .honor-list {
    margin-top: 40px;
  }
  .honor .con .honor-list .swiper-container .swiper-slide .top h3 {
    font-size: 14px;
  }
  .honor .con .honor-list .swiper-container .swiper-slide.active .top h3 {
    left: 6px;
  }
  .honor .con .honor-bottom .swiper-container .swiper-slide.active .text {
    width: 260px;
    left: -98px;
    padding: 14px 20px 20px;
  }
  .honor .con .honor-bottom .swiper-container .swiper-slide.active .text:before {
    margin-left: -34px;
  }
  .honor .con .honor-bottom .swiper-container .swiper-slide.active .text h2 {
    font-size: 22px;
  }
  .honor .con .honor-bottom .swiper-container .swiper-slide.active .text p {
    font-size: 14px;
  }
  .honor .con .technology {
    margin-top: 40px;
  }
  .honor .con .technology h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .honor .con .technology ul li {
    width: 100%;
    margin-top: 10px;
  }
  .honor .con .technology ul li:not(:nth-child(even)) {
    margin-right: 0;
  }
  .honor .con .technology ul li p {
    padding-left: 24px;
    font-size: 14px;
  }
  .honor .con .technology ul li p:before {
    top: 4px;
  }
}
/*# sourceMappingURL=social_environment.css.map */