
.esgR_right .swiper-slide{
padding:5px;
background:rgb(255, 243, 221);
border-radius:25px;
}
.esgR_right .swiper-slide img{
border-radius:25px;
}
.section-banner {
  height: 100vh;
  overflow: hidden;
  display:none;
}
.section-banner .indexBannerSwiper {
  position: relative;
}
.section-banner .indexBannerSwiper .kpImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.section-banner .swiper-pagination {
  width: auto !important;
  height: 40px;
  background-color: rgba(194, 153, 75, 0.3);
  bottom: 40px !important;
  left: 260px !important;
  border-radius: 99px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  z-index: 9;
}
.section-banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  transition: linear 0.15s;
  width: 60px;
  height: 6px;
  border-radius: 99px !important;
  background-color: rgba(255, 255, 255, 0.5);
}
.section-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c2994b;
}
.section-banner .indexBannerSwiper {
  height: 100%;
}
.section-banner .swiper-button-next,
.section-banner .swiper-button-prev {
  transition: linear 0.3s;
}
.section-banner .swiper-button-next::after,
.section-banner .swiper-button-prev::after {
  color: #fff !important;
}
.section-banner .swiper-button-next {
  right: -60px;
}
.section-banner .swiper-button-prev {
  left: -60px;
}
.section-banner:hover .swiper-button-next {
  right: 60px;
}
.section-banner:hover .swiper-button-prev {
  left: 60px;
}


.section-banner .swiper-slide {
  position: relative;
}
.section-banner .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-banner .swiper-slide .index_bannerInfo {
  position: absolute;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 1px;
  top: 50%;
  left: 167px;
  font-weight: bold;
  transform: translateY(-50%);
}
.moreBtn {
  width: 147px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
}
.moreBtn img {
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 7px;
}
.moreBtn.other {
  color: #c2994b;
  border: 2px solid #c2994b;
}
.moreBtn.white {
  color: #fff;
  border: 2px solid #fff;
}
.moreBtn.green {
  color: #666c36;
  border: 2px solid #666c36;
}
.whoText {
  color: #c2994b;
  font-size: 60px;
  text-transform: uppercase;
}
.whoText span {
  font-weight: bold;
  display: block;
}
main {
  width: 100%;
  background: url('../images/bg1.png') no-repeat;
  background-size: 100% 100%;
  padding: 150px 0;
}
main .whoSection {
  
  /* padding-left: 260px; */
  
  background: url('../images/img4.png') no-repeat;
  background-size: 100% auto;
 
}

main .whoFlex{
  display: flex;
  align-items: center;
   justify-content:space-between;
}
main .whoSection .whoLeft {
  /* flex: 1; */
  width:55.7%;
}
main .whoSection .whoLeft .whoMess {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8;
  margin-top: 20px;
}
main .whoSection .whoLeft .whoList {
  margin-bottom: 52px;
}
main .whoSection .whoLeft .whoList .whoRow {
  padding-left: 20px;
  list-style: disc !important;
}
main .whoSection .whoLeft .whoList .whoRow li {
  color: #c2994b;
  font-size: 16px;
}
main .whoSection .whoLeft .whoList .whoRow li span {
  font-weight: bold;
  font-size: 30px;
}
main .whoSection .whoLeft .whoList .whoRow li::marker {
  color: #c2994b;
}
main .whoSection .whoRight {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  width:41.5%;
  height:360px;
}
main .whoSection .whoRight .poster {
  width:100%;
  height:100%;
  object-fit: cover;
  display: block;
}
main .whoSection .whoRight .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
}
main .mainSection {
  margin-top: 100px;
}
main .mainSection .scopeList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
main .mainSection .scopeList .scopeItem {
  width: 18%;
  padding: 30px 25px 38px 40px;
  border-radius: 25px;
  margin-right: 2.5%;
  cursor: pointer;
  border: 5px solid #f2f2f2;
  position: relative;
}
main .mainSection .scopeList .scopeItem:nth-child(5n) {
  margin-right: 0;
}
main .mainSection .scopeList .scopeItem .scopeBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
main .mainSection .scopeList .scopeItem .scopeBg img {
  width: 100%;
  height: 100%;
}
main .mainSection .scopeList .scopeItem .scopeBg .danImg {
  position: absolute;
  z-index: 3;
}
main .mainSection .scopeList .scopeItem .scopeBg .danimgWeigth {
  position: absolute;
  z-index: 2;
}
main .mainSection .scopeList .scopeItem .zindexTop {
  position: relative;
  z-index: 5;
}
main .mainSection .scopeList .scopeItem:hover {
  border-color: transparent;
}
main .mainSection .scopeList .scopeItem:hover .scopeBg {
  display: block;
}
main .mainSection .scopeList .scopeItem:hover .normalImg {
  display: none;
}
main .mainSection .scopeList .scopeItem:hover .hoverImg {
  display: block;
}
main .mainSection .scopeList .scopeItem:hover .scopeText {
  color: #fff;
}
main .mainSection .scopeList .scopeItem.active .scopeBg {
  display: block;
}
main .mainSection .scopeList .scopeItem.active .normalImg {
  display: none;
}
main .mainSection .scopeList .scopeItem.active .hoverImg {
  display: block;
}
main .mainSection .scopeList .scopeItem.active .scopeText {
  color: #fff;
}
main .mainSection .scopeList .scopeItem.active::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 14px;
  background: url('../images/jt.png') no-repeat;
  background-size: 100% 100%;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

main .mainSection .scopeList .scopeItem.active:nth-child(2)::after {
  background: url('../images/jt-z.png') no-repeat;
}
main .mainSection .scopeList .scopeItem.active:nth-child(3)::after {
  background: url('../images/jt-l.png') no-repeat;
}
main .mainSection .scopeList .scopeItem.active:nth-child(4)::after {
  background: url('../images/jt-g.png') no-repeat;
}
main .mainSection .scopeList .scopeItem.active:nth-child(5)::after {
  background: url('../images/jt-h.png') no-repeat;
}

main .mainSection .scopeList .scopeText {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
main .mainSection .scopeList .scopeImg {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
}
main .mainSection .scopeList .scopeImg img {
  width: 100%;
  height: 100%;
}
main .mainSection .scopeList .scopeImg .hoverImg {
  display: none;
}
main .mainSection .scopeShowBox {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}
main .mainSection .scopeShowBox .swiper-slide {
  position: relative;
  height: 600px;
}
main .mainSection .scopeShowBox .swiper-slide .imgScope {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .mainSection .scopeShowBox .swiper-slide .imgScopeImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
main .mainSection .scopeShowBox .swiper-slide .scopeInfo {
  position: absolute;
  bottom: 108px;
  left: 80px;
  z-index: 9;
}
main .mainSection .scopeShowBox .swiper-slide .scopeInfo .ico {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
}
main .mainSection .scopeShowBox .swiper-slide .scopeInfo .scopeTitle {
  color: #fff;
  font-size: 22px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
main .mainSection .scopeShowBox .swiper-slide .scopeInfo .scopeDesc {
  width: 472px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 48px;
}
main .newCenterSection {
  margin-top: 100px;
overflow:hidden;
}
main .newCenterSection .newSwiperWrap {
  margin-top: 40px;
}
main .newCenterSection .indexNewSwiepr {
  overflow: visible;
}
main .newCenterSection .indexNewSwiepr .swiper-slide {
  width: 32%;
  background-color: #fff;
}
main .newCenterSection .indexNewSwiepr .swiper-slide:hover img {
  transform: scale(1.1);
}
main .newCenterSection .indexNewSwiepr .swiper-slide .newImgbox {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
main .newCenterSection .indexNewSwiepr .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: linear 0.25s;
}
main .newCenterSection .indexNewSwiepr .swiper-slide .newInfo {
  padding: 30px 30px 50px 30px;
}
main .newCenterSection .indexNewSwiepr .swiper-slide .newInfo .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  height:100px;
}
main .newCenterSection .indexNewSwiepr .swiper-slide .newInfo .desc {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
main .newCenterSection .indexNewSwiepr .swiper-slide .newInfo .jtmany {
  width: 34px;
  height: 20px;
  display: block;
  margin-top: 30px;
}
main .newCenterSection .newSwiper_btnbox {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
main .newCenterSection .newSwiper_btnbox .btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin-right: 30px;
  cursor: pointer;
}
main .newCenterSection .newSwiper_btnbox .btn:hover {
  background-color: #c2994b;
}
main .newCenterSection .newSwiper_btnbox .btn img {
  width: 14px;
  height: 28px;
}
.esgSection {
  background: url('../images/lv-1.png') no-repeat;
  background-size: 100% 100%;
}
.esgSection .esgContent {
  background: url('../images/lv-2.png') no-repeat;
  padding: 100px 0;
  background-size: 100% 100%;
}
.esgSection .esgFlex {
  display: flex;
}
.esgSection .esgFlex .esgLeft {
  padding-top: 80px;
}
.esgSection .esgFlex .esgRight {
  flex: 1;
  border-radius: 25px;
  background: url('../images/esg2.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 100px;
  padding: 140px 90px 112px 100px;
  box-sizing: border-box;
}
.esgSection .esgFlex .esgRight .esgRightContent {
  display: flex;
  justify-content: space-between;
}
.esgSection .esgFlex .esgRight .esgRightContent .esgMb {
  width: 100%;
  height: 100%;
}
.esgSection .esgFlex .esgRight .esgRightContent .esgR_title {
  color: #c2d528;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 46px;
}
.esgSection .esgFlex .esgRight .esgRightContent .esgR_desc {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
}
.esgSection .esgFlex .esgRight .esgRightContent .esgR_btn {
  display: flex;
  margin-top: 115px;
}
.esgSection .esgFlex .esgRight .esgRightContent .esgR_btn a {
  margin-right: 30px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 12px 20px;
  color: #fff3dd;
  display: flex;
  align-items: center;
  border: 2px solid #c2d528;
  font-weight: bold;
}
.esgSection .esgFlex .esgRight .esgRightContent .esgR_btn a img {
  display: block;
  margin-right: 10px;
}
.esgSection .esgFlex .esgRight .esgRightContent .esgR_btn a:last-child {
  margin-right: 0;
}
.esgSection .whoText {
  font-size: 40px;
  color: #666c36;
  margin-bottom: 100px;
}
.esgSection .whoText span {
  margin-top: 20px;
  color: #666c36;
  font-size: 40px;
}
.esgSection .esgR_right {
  position: relative;
}
.esgSection .esgR_right .swiper-button-prev {
  left: -45px !important;
}
.esgSection .esgR_right .swiper-button-prev::after {
  color: #fff;
}
.esgSection .esgR_right .swiper-button-next {
  right: -45px;
}
.esgSection .esgR_right .swiper-button-next::after {
  color: #fff;
}

.esgSection .esgR_right  .swiper-button-lock{
   display:block;
}
.esgSection .esgSwiper {
  width: 246px;
}
.esgSection .esgSwiper .swiper-slide {
  width: 100%;
  height: 368px;
}
.esgSection .esgSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mapContent {
  padding: 100px;
  background-color: #fefaee;
}

@media screen and (max-width: 1700px) {
   main .whoSection{
     padding-left:10%;
   }
  
}

@media screen and (max-width: 1600px) {
   main .whoSection{
     padding-left:5%;
   }
  
}

@media screen and (max-width: 1024px) {
main .whoSection{
padding-left:0 !important;
}
  .w1400 {
    width: 100% !important;
  }
  .whoText {
    font-size: 26px !important;
  }
  .whoText span {
    font-size: 20px !important;
  }
  .section-banner {
    height: auto !important;
  }
  .section-banner .swiper-button-next,
  .section-banner .swiper-button-prev {
    display: none;
  }
  .section-banner .index_bannerInfo {
    font-size: 18px !important;
    left: 15px !important;
    z-index: 10;
  }
  .mainSection {
    margin-top: 30px !important;
  }
  main {
    padding: 20px 15px !important;
  }
  main .whoLeft {
    margin-right: 0 !important;
  }
  main .whoRow li {
    margin-bottom: 15px;
  }
  main .whoRow span {
    font-size: 18px !important;
  }
  main .whoRight {
    margin-top: 30px;
    border-radius: 0 !important;
  }
  main .whoRight .poster {
    width: 100% !important;
    height: auto !important;
  }
  main .whoRight .play {
    width: 50px !important;
    height: 50px !important;
  }
  main .whoFlex  {
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
  main .whoSection .whoLeft,
  main .whoSection .whoRight {
    width: 100%;
    height:auto;
  }
  main .whoSection .whoMess {
    font-size: 16px !important;
  }
  .scopeList {
    justify-content: space-between;
  }
  .scopeList .scopeItem {
    width: 49% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .scopeList .scopeItem .scopeText {
    font-size: 16px !important;
  }
  .scopeSwiper .scopeInfo {
    left: 15px !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }
  .scopeSwiper .scopeInfo .scopeDesc,
  .scopeSwiper .scopeInfo .scopeTitle {
    font-size: 16px !important;
  }
  .scopeSwiper .scopeInfo .scopeDesc {
    width: auto !important;
  }
  .scopeSwiper .swiper-slide {
    height: 450px !important;
  }
  .scopeSwiper .imgScope {
    object-fit: cover;
  }
  .moreBtn {
    height: 44px !important;
    font-size: 14px !important;
  }
  .newInfo {
    padding: 15px !important;
  }
  .newInfo .title {
    font-size: 16px !important;
  }
  .newInfo .desc {
    margin-top: 15px !important;
  }
  .newInfo .jtmany {
    width: 17px !important;
    height: 10px !important;
  }
  .newSwiper_btnbox .left,
  .newSwiper_btnbox .right {
    width: 30px !important;
    height: 30px !important;
  }
  .newSwiper_btnbox .left img,
  .newSwiper_btnbox .right img {
    width: 7px !important;
    height: 14px !important;
  }
  .esgContent {
    padding: 0 !important;
  }
  .esgContent .esgFlex {
    flex-wrap: wrap;
  }
  .esgContent .esgFlex .esgLeft {
    padding: 30px 15px !important;
  }
  .esgContent .esgFlex .esgLeft .whoText {
    margin-bottom: 30px !important;
  }
  .esgContent .esgFlex .esgLeft,
  .esgContent .esgFlex .esgRight {
    width: 100%;
  }
  .esgContent .esgFlex .esgRight {
    margin-left: 0 !important;
    padding: 30px 15px !important;
  }
  .esgContent .esgFlex .esgRight .esgRightContent {
    flex-wrap: wrap;
  }
  .esgContent .esgFlex .esgRight .esgRightContent .esgR_left,
  .esgContent .esgFlex .esgRight .esgRightContent .esgR_right {
    width: 100% !important;
  }
  .esgR_title,
  .esgR_desc {
    font-size: 18px !important;
  }
  .esgR_title {
    margin-bottom: 15px !important;
  }
  .esgR_btn {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
  }
  .esgR_btn a {
    font-size: 14px !important;
  }
  .esgSection .esgR_right .swiper-button-prev {
    left: 0 !important;
  }
  .esgSection .esgR_right .swiper-button-next {
    right: 0 !important;
  }
  .mapContent {
    padding: 30px 15px !important;
  }
  .indexBannerSwiper .swiper-pagination {
    display: none;
  }
}
