.banner-nav {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 7.5%;
  padding-right: 2.5%;
  z-index: 9;
}

.banner-nav .iconfont {
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}


.nav-list {
  position: relative;
  display: flex;
  max-width: 1130px;
  overflow-x: hidden;
}

.nav-list .nav-item {
  padding: 0 30px;
  cursor: pointer;
}

.nav-list .nav-item.active>a,
.nav-list .nav-item.hover-active>a {
  border: 1px solid #E1CC8B;
  background-color: rgba(0, 0, 0, .2);
}

.nav-list .nav-item.active>a .nav-text,
.nav-list .nav-item.hover-active>a .nav-text {
  color: #E1CC8B
}

.nav-list .nav-item:not(.active) .nav-img-active {
  display: none;
}


.nav-list .nav-item.active .nav-img {
  display: none;
}

.nav-list .nav-item>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 128px;
  height: 124px;
  transition: all .3s linear;
}

.nav-list .nav-item .nav-img,
.nav-list .nav-item .nav-img-active {
  display: block;
  margin-top: 20px;
}


.nav-list .nav-item .nav-text {
  margin-bottom: 15px;
  font-size: 18px;

  color: #FFFFFF;
  transition: all .3s linear;
}

.content-container {
  margin-top: 40px;
  margin-bottom: 80px;
}

.content-container .left {
  position: relative;
  flex-shrink: 0;
  width: 316px;
}

.content-container .right {}

.content-l,
.content-r {
  /* width: 50%; */
}

.content-l {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2% 3%;
}

.content-l .desc {
  flex: 1;
  font-size: 18px;

  font-weight: 400;
  color: #090C10;
  line-height: 1.8;
}

.content-l .icons {
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-around;
}

.content-l .icon {
  flex-shrink: 0;
  max-width: 220px;
  text-align: center;
  padding: 0 2%;
}

.content-l .icon p:nth-of-type(1) {
  white-space: nowrap;
}

.content-l .icon:last-child {
  margin-right: 0;
}

.icons .icon:hover img {
  animation: swing .5s linear;
}

.icons .icon:hover p {
  transform: translateY(-5px) scale(.95);
}

.icons .icon img {
  display: inline-block;
  width: 56px;
  height: auto;
}

.icons .icon p {
  margin-top: 15px;
  font-size: 18px;

  font-weight: 400;
  color: #2C2C2C;
  line-height: 1;
  transition: all .3s linear;
}

.icons .icon p:nth-of-type(2) {
  margin-top: 6px !important;
  font-size: 12px;

  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

/* .icons .icon p {
  width: 147px;
  height: 58px;
  font-size: 14px;
  
  font-weight: 400;
  color: #666666;
  line-height: 22px;
} */

.content-container .left .left-icon {
  display: inline-block;
  margin-top: 75px;
  padding: 7px 30px;
  border: 1px solid #C6C6C6;
  border-radius: 66px;
  font-size: 0;
}

.left-icon .iconfont {
  font-size: 20px;
  line-height: 1;
  color: #666666;
}

.content-container .left::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  height: calc(100% - 150px);
  width: 1px;
  background-color: #D7D7D7;
}

.content-container .left .title {
  margin-top: 5%;
  font-size: 38px;

  font-weight: 400;
  color: #090C10;
  line-height: 1.8;
}

.page-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	padding: clamp(30px,3.5vw,60px) 0 clamp(15px,2vw,40px) 0;
}

.page-info .title {
  font-size: clamp(22px,1.8vw,34px);
  font-weight: 600;
  color: #090C10;
  line-height: 1.5;
}
.pbtm{
	padding-bottom: clamp(50px,9vw,160px);
}
.page-info .desc {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.page-content {
  position: relative;
  padding-top: 25vw;
  padding-bottom: 20vw;
  margin-bottom: 150px;
}

.page-content img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-content-bottom {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.page-content-top {}

.before {
  position: absolute;
  top: 19%;
  left: 0%;
  display: inline-flex;
  width: 148px;
  z-index: 99;
}

.current {
  position: absolute;
  top: 19%;
  left: 30%;
  display: inline-flex;
  width: 148px;
  z-index: 98;
}

.after {
  position: absolute;
  top: 19%;
  left:60%;
  display: inline-flex;
  width: 148px;
  z-index: 97;
}

.after>ul {
  top: 50% !important;
  transform: translateY(-50%);
}

.after .t::after {
  height: 10vw;
}

.current .t::after {
  height: 20vw;
}

.before>ul,
.current>ul,
.after>ul {
  position: absolute;
  top: -20px;
  left: calc(100% + 20px);
  display: inline-block;
}

.after>ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 450px;
}

.before ul li,
.current ul li,
.after ul li {
  margin-bottom: 12px;
  margin-right: 12px;
}

.before>ul li a,
.current>ul li a,
.after>ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  padding: 6px 0;
  width: 132px;
  font-size: 16px;
  border-radius: 6px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  background-color: #eee;
  border: 1px solid transparent;
  transition: all .3s linear;
}

.before ul li a img,
.current ul li a img,
.after ul li a img {
  margin-left: 10px;
  width: 10px;
  height: auto;
  transition: all .3s ease-in-out;
}


.t {
  position: relative;
  display: inline-block;
  padding: 6px 10px;
  font-size: 18px;
  border-radius: 6px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #0D683F;
}

.t::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0D683F;
}

.t::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  transform: translateX(-50%);
  width: 1px;
  height: 10vw;
  background-color: #0D683F;
}



.page-content-top>.top-img {
  display: none;
}



.page-content-top img,
.page-content-bottom img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-content-top {
  top: 0;
}

.page-content-bottom {
  bottom: 0;
}

@media (max-width: 480px) {
  .page-content {
    margin-bottom: 40px;
  }
}

.image-wrap {
  overflow: hidden;
  transition: all .3s linear;
}

.image-wrap img {
  transition: all .3s linear;
}

.image-wrap:hover img {
  transform: scale(1.05);
}

.image-wrap:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.service-box1,
.service-box2,
.service-box3 {
  position: relative;
  display: flex;
}

.service-box1 .left,
.service-box1 .right,
.service-box2 .left,
.service-box2 .right,
.service-box3 .left,
.service-box3 .right {
  width: 50%;
}

.service-box1 .right {
  padding-left: 6%;
  padding-right: 12%;
}

.service-box1 .right::after,
.service-box2 .left::after,
.service-box3 .left::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-top: 11%;
  background-color: #0D683F;
  animation: fadeInRight .3s linear;
  animation-delay: .5s;
}


.service-box1 .right .title,
.service-box2 .left .title,
.service-box3 .left .title {
  font-size: 24px;
  font-weight: 600;
  color: #0D683F;
  line-height: 1.5;
}

.service-box1 .right .text,
.service-box2 .left .text,
.service-box3 .left .text {
  margin-top: 20px;
  font-size: 18px;

  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  text-align: justify;

}

@media (max-width: 1800px) {

  .service-box1 .right .title,
  .service-box2 .left .title,
  .service-box3 .left .title {
    font-size: 20px;
  }

  .service-box1 .right .text,
  .service-box2 .left .text,
  .service-box3 .left .text {
    margin-top: 20px;
    font-size: 15px;
  }
}

.service-box2 .left,
.service-box3 .left {
  padding-left: 12%;
  padding-right: 6%;
}

.service-content .service-box1:nth-child(1) .right {
  margin-top: 3%;
}

.service-content .service-box1:nth-child(3) .right::after {
  margin-top: 6% !important;
}

.service-content .service-box1:nth-child(3) .right,
.service-content .service-box1:nth-child(5) .right {
  margin-top: 4.5%;
}

.service-box2 .left,
.service-box3 .left {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 4.5%;
}

.service-box1 .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8%;
  bottom: -10%;
  width: 45%;
  background-color: #F4F4F4;
  z-index: -1;
}

.service-box2 .right img {
  box-shadow: 2px 2px 24px 4px rgba(0, 0, 0, 0.5);
}

.service-box2 .right::before {
  content: "";
  position: absolute;
  top: -8%;
  bottom: -10%;
  right: 0;
  width: 45%;
  background: linear-gradient(to right, #0D683F, #469470);
  z-index: -1;
}

.service-box3 .right::before {
  content: "";
  position: absolute;
  top: -6%;
  bottom: -12%;
  right: 0;
  width: 45%;
  background: linear-gradient(to right, #D9BA6A, #EACA77, #DDC278, #C2A24E);
  z-index: -1;
}

@media (max-width: 1800px) {
  .content-l .desc {
    font-size: 16px;
  }

  .icons .icon {
    flex: 1;
  }
}

@media (max-width: 1700px) {

  .content-r .image-wrap img {
    width: 500px;
    object-fit: cover;
  }

  .content-container .left {
    width: 15%;
  }
}

@media (max-width: 1600px) {
  .nav-list {
    width: 940px;
  }

  .page-info .desc {
    font-size: 16px;
  }

  .service-box1 .right .text,
  .service-box2 .left .text,
  .service-box3 .left .text {
    font-size: 16px;
  }

  .content-container .left {
    width: 16%;
  }
}

@media (max-width: 1400px) {
  .nav-list {
    max-width: 752px;
  }

  .service-box1 .left::before,
  .service-box2 .right::before,
  .service-box3 .right::before {
    top: -4%;
    bottom: -8%;
  }

  .content-r .image-wrap img {
    width: auto;
    max-width: 450px;
    height: 400px;
    object-fit: cover;
  }

  .content-container .left .title {
    font-size: 30px;
  }

  .content-l .desc {
    font-size: 16px;
  }

  .icons .icon {
    /* margin-right: 2%; */
  }

  .icon p:nth-of-type(2) {
    font-size: 12px;
  }

  .icon p {
    /* font-size: 12px !important; */
  }

}

@media (max-width: 1200px) {
  .nav-list {
    max-width: 564px;
  }

  .content-l .desc {
    font-size: 13px;
  }

  .content-container {
    margin: 30px 0;
  }

  .flex-box {
    flex-direction: column;
  }

  .content-container .left::after {
    display: none;
  }

  .left .left-icon {
    margin-top: 20px !important;
  }

  .content-container .right {
    margin-top: 30px;
  }

  .content-l,
  .content-r {
    width: 100%;
  }

  .content-l .desc {
    font-size: 20px;
    line-height: 1.8;
  }

  .content-l .icons {
    margin-top: 30px;
    justify-content: space-evenly;
  }

  .icons .icon p {
    /* font-size: 14px !important; */
  }

  .content-r img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    height: auto;
  }
}

@media (max-width: 992px) {

  .content-r .image-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .content-l {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-list {
    max-width: 440px;
  }

  .nav-list .nav-item {
    padding: 0 15px;
  }

  .nav-list .nav-item a {
    width: 80px;
    height: 80px;
  }

  .nav-list .nav-item a img {
    margin-top: 0 !important;
    width: 50px;
    height: auto;
  }

  .nav-item .nav-text {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }

  .page-info .desc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-box1 {
    flex-direction: column;
  }

  .service-box1 .left,
  .service-box1 .right {
    width: 100%;
  }

  .service-box1 .left::before {
    display: none;
  }

  .service-box1 .right {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-box1 .right::after {
    display: none;
  }

  .service-box2,
  .service-box3 {
    flex-direction: column-reverse;
  }

  .service-box2 .left,
  .service-box2 .right {
    width: 100%;
  }

  .service-box3 .left,
  .service-box3 .right {
    width: 100%;
  }

  .service-box2 .right::before,
  .service-box3 .right::before {
    display: none;
  }

  .service-box2 .left,
  .service-box3 .left {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-box2 .left::after,
  .service-box3 .left::after {
    display: none;
  }

  .service-box2 .right img {
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  .content-l {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-container {
    margin: 15px 0;
  }

  .content-container .left {
    padding: 0 15px;
    width: 100%;
  }

  .left .left-icon {
    padding: 2px 12px !important;
  }

  .left .left-icon .iconfont {
    font-size: 14px;
  }

  .content-container .left .title {
    font-size: 16px;
  }

  .content-container .right {
    margin-top: 15px;
  }

  .content-l .desc {
    font-size: 14px;
  }

  .content-l .icons .icon img {
    width: 30px;
  }

  .content-l .icons .icon {
    margin-right: 0;
  }

  .content-l .icons .icon p {
    font-size: 12px !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .content-r {
    margin-top: 15px;
  }

  .banner-nav {
    display: none;
  }

  .page-info .desc {
    margin-top: 15px;
    text-align: justify;
    font-size: 12px;
  }

  .service-box1 .right .title,
  .service-box2 .left .title,
  .service-box3 .left .title {
    font-size: 16px;
  }

  .service-box1 .right .text,
  .service-box2 .left .text,
  .service-box3 .left .text {
    margin-top: 15px;
    font-size: 12px;
  }
}

.content {
  padding-bottom: 100px;
}

.img-list {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
}

.img-list .img {
  position: relative;
  overflow: hidden;
}


.img-list .img span {
  position: absolute;
  bottom: 22px;
  left: 22px;
  width: 100%;
  font-size: 18px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  z-index: 9;
}


.img-list .img-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 48px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  background: linear-gradient(0deg, #E8C172 0%, #FFD88A 100%);
}

.img-list .img-title::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  width: 90%;
  height: 61px;
  transform: translate(-50%, 0);
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  white-space: nowrap;
}


.img-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s linear;
}

.img-wrap:hover img {
  transform: scale(1.05);
}

.grid-box {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-template-rows: 323px auto 323px;
  gap: 20px;
}

.grid-box2 {
  grid-column: 1 / span 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: 278px 159px;
  gap: 20px;
}

.grid-box2 .grid-text {
  grid-column: 1 / span 3;
  grid-row: 2;
}

.grid-text {
  display: flex;
  align-items: center;
  padding-left: 28px;
  padding-right: 102px;
  background-image: url(../images/grid-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-text,
.grid-text p {
  font-size: 18px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
}

.grid-box .grid-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.grid-box .grid-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.grid-box .grid-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.grid-box .grid-item:nth-child(4) {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.grid-box .grid-item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.grid-box .grid-item:nth-child(6) {
  grid-column: 1;
  grid-row: 3;
}

.grid-box .grid-item:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}

.grid-box .grid-item:nth-child(8) {
  grid-column: 3;
  grid-row: 3;
}

@media (max-width: 992px) {
  .content {
    padding-bottom: 50px;
  }

  .img-list .img span {
    bottom: 10px;
    left: 10px;
    font-size: 13px;
  }

  .grid-box {
    grid-template-rows: repeat(3, auto);
    gap: 6px
  }

  .img-list .img-title::after {
    top: 30%;
    width: 90%;
    height: 20px;
    transform: translate(-50%, -50%);
    background-size: cover;
  }

  .grid-box2 {
    gap: 6px
  }
}

@media (max-width: 480px) {
  .content {
    padding-bottom: 20px;
  }

  .img-list .img span {
    left: 6px;
    bottom: 6px;
    font-size: 12px;
  }

  .grid-box {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(4, auto);
  }

  .grid-box .grid-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .grid-box .grid-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .grid-box .grid-item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .grid-box .grid-item:nth-child(4) {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .grid-box .grid-item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .grid-box .grid-item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }

  .grid-box .grid-item:nth-child(7) {
    grid-column: 1;
    grid-row: 4;
  }

  .grid-box .grid-item:nth-child(8) {
    grid-column: 2;
    grid-row: 4;
  }

  .img-list .img-title {
    font-size: 20px;
  }

  .grid-box,
  .grid-box2 {
    gap: 4px;
  }

  .grid-box2 {
    grid-template-rows: repeat(2, auto);
  }

  .grid-text,
  .grid-text p {
    font-size: 12px;
    padding: 15px;
  }

}


.content-wrap .list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 110px;
}

.content-wrap .list .item {
  position: relative;
  margin: 0 10px;
}

.content-wrap .list .item .t {
  width: 80%;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px 16px 0px 0px;
  background: linear-gradient(90deg, #0D9975, #0D683F);
  text-align: center;
  font-size: 24px;

  font-weight: 400;
  color: #FFFFFF;
  line-height: 52px;
}

.content-wrap .list .item .in {
  position: absolute;
  top: 70px;
  left: 15px;
}

.content-wrap .item .in .idx {
  font-size: 72px;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-style: italic;
  color: #0D683F;
  line-height: 54px;
  opacity: 0.2;
}

.content-wrap .item .in .dc {
  margin-top: 20px;
  padding: 0 30px;
  font-size: 18px;

  font-weight: 400;
  color: #090C10;
  line-height: 32px;
}

@media (min-width: 1920px) {
  .image-wrap img {
    width: 100% !important;
  }
}

@media (max-width: 1600px) {

  .service-box1 .right,
  .service-box2 .left,
  .service-box3 .left {
    margin-top: 6%;
    padding-top: 0 !important;
  }

  .service-box1 .right {
    padding-left: 5%;
    padding-right: 30px;
  }

  .service-box2 .left,
  .service-box3 .left {
    padding-left: 30px;
    padding-right: 5%;
  }

  .service-box1 .left img,
  .service-box2 .right img {
    min-height: 350px;
    object-fit: cover;
  }
}

@media (max-width: 1400px) {

  .service-box1 .right,
  .service-box2 .left,
  .service-box3 .left {
    margin-top: 4%;
  }

  .content-wrap .list .item .t {
    font-size: 18px;
  }

  .content-wrap .item .in .dc {
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  .page-info {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }


}

@media (max-width: 1200px) {
  .content-wrap .item .in .idx {
    font-size: 60px;
  }

  .content-wrap .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .content-wrap .list .item {
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {

  .page-info {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .service-box1 img,
  .service-box2 img,
  .service-box3 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto !important;
    object-fit: cover;
  }

  .service-box1 .right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-box3 .left,
  .service-box2 .left {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .content-wrap .list {
    margin-bottom: 30px;
  }

  .content-wrap .list .item {
    width: 47%;
  }

  .content-wrap .list .item .t {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .content-wrap .list .item .in {
    top: 45px;
  }

  .content-wrap .item .in .idx {
    font-size: 40px;
    line-height: 1;
  }

  .content-wrap .item .in .dc {
    margin-top: 10px;
    padding: 0 6px;
    font-size: 12px;
  }
}


.map-wrap {
  margin-bottom: 140px;
  padding: 0 15px;
}

.map-wrap .map {
  position: relative;
}

.map-wrap .map>img {
  /* animation: mapRotateEffect 60s linear infinite; */
}

.map-wrap .map-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.map-wrap .map-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.96%;
  height: 12.96%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(63, 63, 63, 0.13);
  transition: all .3s linear;
}

.map-wrap .map-icon:hover {
  transform: scale(1.05);
}

.map-wrap .map-icon:hover.l-t span {
  transform: translateY(-50%) translateX(10px);
}

.map-wrap .map-icon:hover.r-t span {
  transform: translateY(-50%) translateX(-10px);
}

.map-wrap .map-icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.map-wrap .map-icon span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 24px;

  font-weight: 400;
  color: #090C10;
  line-height: 1;
  transition: all .3s linear;
}

.map-wrap .map-icon.l-t span {
  right: calc(100% + 16px);
}

.map-wrap .map-icon.r-t span {
  left: calc(100% + 16px);
}

.map-wrap .map-icon:nth-of-type(1) {
  top: 1.88%;
  left: 15.9%;
}

.map-wrap .map-icon:nth-of-type(2) {
  top: 20.02%;
  left: 15.55%;
}

.map-wrap .map-icon:nth-of-type(3) {
  top: 34.63%;
  left: 51.71%;
}

.map-wrap .map-icon:nth-of-type(4) {
  top: 50.06%;
  left: 33.57%;
}

.map-wrap .map-icon:nth-of-type(5) {
  top: 55.12%;
  left: 65.84%;
}

@media (max-width: 992px) {
  .map-wrap {
    margin: 40px 0;
  }

  .map-wrap .map-icon span {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .map-wrap {
    margin: 30px 0;
  }

  .map-wrap .map-icon span {
    font-size: 12px;
  }

  .map-wrap .map-icon img {
    width: 50%;
  }

  .map-wrap .map-icon.l-t span {
    right: calc(100% + 6px);
  }

  .map-wrap .map-icon.r-t span {
    left: calc(100% + 6px);
    transform: rotate();
  }
}

.img-box {
  position: relative;
  margin-bottom: 50px;
}

.img-text {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 992px) {
  .img-text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .img-text {
    font-size: 14px;
  }
}

.img-case {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img-case>img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.img-case .on {
  opacity: 1;
}

.img-box .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-box .hov1 {
  position: absolute;
  top: 14%;
  right: 21%;
  width: 21%;
  height: 8%;
}

.hover-box .hov2 {
  position: absolute;
  top: 43%;
  right: 20%;
  width: 15%;
  height: 8%;
}

.hover-box .hov3 {
  position: absolute;
  top: 73%;
  right: 25%;
  width: 18%;
  height: 8%;
}

.hover-box .hov4 {
  position: absolute;
  top: 73%;
  left: 23%;
  width: 20%;
  height: 8%;
}

.hover-box .hov5 {
  position: absolute;
  top: 43%;
  left: 19%;
  width: 16%;
  height: 8%;
}

.hover-box .hov6 {
  position: absolute;
  top: 14%;
  left: 26%;
  width: 16%;
  height: 8%;
}

.background {
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
}

.background .background-img {
  position: absolute;
  top: -120px;
  bottom: 0;
}

.background-img>img {
  display: block;
  height: 100%;
  width: auto;
}

.chain {
  position: relative;
  animation: shake 3s linear infinite;
  z-index: 9;
}

.before .panel-group,
.current .panel-group,
.after .panel-group {
  position: absolute;
  top: -20px;
  left: calc(100% + 20px);
  display: inline-block;
}

.current .panel-group {
  top: 50% !important;
  transform: translateY(-50%);
}

.after .panel-group {
  top: 50% !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 500px;
}

.panel {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  margin-right:12px;
  box-shadow: none;
  background-color: transparent;
}

.panel-heading {
  padding: 0;
}

.panel .panel-title a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  min-width: 180px;
  padding: 5px 10px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all .3s ease-in;
}

.panel .panel-title a:hover {
  box-shadow: 0px 3px 4px 0px rgba(63, 63, 63, 0.05);
}

.panel .panel-title:hover a {
  border: 1px solid #0D683F;
  color: #0D683F;
}

.panel .panel-title a[aria-expanded="true"] {
  border: 1px solid #0D683F !important;
  color: #0D683F !important;
}

.panel .panel-title a[aria-expanded="true"] em,
.panel .panel-title a[aria-expanded="true"] i {
  transform: rotate(90deg);
}

.panel-title a i,
.panel-title a em {
  margin-left: 10px;
  font-size: 12px;
  transition: all .5s ease-in-out;
}

.panel:hover .panel-body {
  /* display: block; */
}

.panel-body {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  min-width: 100px;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  transition: all .3s linear;
  z-index: 99;
}

.panel-body::after {
  content: "";
  display: none;
  position: absolute;
  top: 10px;
  left: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
}

.panel-body p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
}

.panel-body p::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0D683F;
}

@media (max-width: 1800px) {
  .after .panel-group {
    height: 410px;
  }
}


@media (max-width: 1400px) {
  .after .panel-group {
    height: 400px;
  }

  .t {
    font-size: 16px;
    padding: 4px 14px;
  }

  .before .panel-title a,
  .current .panel-title a,
  .after .panel-title a {
    font-size: 14px;
  }

  .panel-body p {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .current {
    left: 34%;
  }

  .after .panel-group {
    height: 260px;
  }

  .t {
    font-size: 12px;
    padding: 2px 12px;
  }

  .before .panel-title a,
  .current .panel-title a,
  .after .panel-title a {
    font-size: 12px;
    width: 100px;
  }
}

@media (max-width: 992px) {

  .before .panel-title a,
  .current .panel-title a,
  .after .panel-title a {
    font-size: 12px;
    width: 100px;
  }

  .before {
    left: 0;
  }

  .before .t::after {
    height: 7vw;
  }

  .current {
    left: 30%;
  }

  .after .t::after {
    height: 7vw;
  }
}

@media (max-width: 480px) {

  .before,
  .current,
  .after {
    display: none;
  }

  .page-content-top>.top-img {
    display: block;
  }

  .page-content-top {
    position: absolute;
  }
}

/* 全生命周期安全环保管理指南 */
.section {
  margin-top: 60px;
}

.section .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  font-size: 30px;
  color: #0D683F;
  line-height: 1.8;
}

.section-title img {
  display: inline-block;
  margin-left: 30px;
  width: 15px;
  height: auto;
  object-fit: cover;
}

.section-subtitle {
  margin-bottom: 50px;
  margin-left: -14px;
  font-size: 22px;
  color: #2C2C2C;
  line-height: 1.8;
}

.flex-group {
  display: flex;
  flex-wrap: wrap;
}

.flex-group .cell {
  position: relative;
  padding-left: 40px;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #090C10;
  line-height: 1.8;
}

.cell::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #3B8061;
}

.flex-group .cell:nth-child(2n) p {
  max-width: 100%;
}

.cell p {
  max-width: 560px;
}

.cell p em {
  color: #DDC278;
  font-style: normal;
}

.tip-wrap {}

.tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #AC861E;
  border-radius: 6px;
  background-color: rgba(172, 134, 30, .1);
  overflow: hidden;
}

.tip::before {
  content: '\ff0a';
  position: absolute;
  top: calc(50% - 6px);
  left: 18px;
  transform: translate(-50%, 0);
  margin-right: 10px;
  font-size: 22px;
  line-height: 1;
}

.cell-card {
  width: 408px;
  height: 360px;
  padding: 44px 44px 0 44px;
  border: 1px solid #E4E4E4;
  background-color: #F7F7F7;
}

.cell-card img {
  display: block;
  width: auto;
  height: 49px;
  margin-bottom: 28px;
}

.cell-card p {
  font-size: 16px;
  font-weight: 400;
  color: #090C10;
  line-height: 1.8;
}

.w-50 {
  width: 50%;
}

.main {
  background-image: url(/Resources/default/images/bg.png);
  background-size: cover;
}

.main .container,.page-info {
  padding-left: 12%;
  padding-right: 12%;
}

@media (max-width: 1600px) {
  .main .container,.page-info {
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}


@media (max-width: 1400px) {
  .cell p {
    max-width: 450px;
  }

  .cell-card {
    width: 30%;
  }

  .cell-card p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .section {
    margin-top: 40px;
  }

  .section .section-title {
    margin-bottom: 40px;
    font-size: 26px;
  }

  .flex-group .cell {
    margin-bottom: 40px;
  }

  .md-100 {
    width: 100%;
  }

  .cell p {
    max-width: 100%;
  }

  .cell-card {
    padding: 20px 20px 0 20px;
    height: 315px;
  }

  .cell-card img {
    height: 35px;
  }
}

@media (max-width: 480px) {
  .section {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section .section-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .section-title img {
    width: 8px;
  }

  .section-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .flex-group .cell {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .tip {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 12px;
  }

  .cell-card {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .cell-card p {
    font-size: 12px;
  }
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  25% {
    transform: translate3d(0, -5px, 0);
    opacity: 1;
  }

  50% {
    transform: translate3d(0, 0, 0);
  }

  75% {
    transform: translate3d(0, 5px, 0);
    opacity: .7;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}


@keyframes mapRotateEffect {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}