body,html,.gmgy-wrap{margin: 0;padding: 0;height: 100%;width: 100%;}
a{text-decoration: none;color: #000;}
/* header */
.gmgy-header {
  height: 37vh;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
  background: url(../img/tu1/banner.png) no-repeat;
  background-size: cover;
}
.gmgy-header .name {
  width: 25.5%;
  height: 20%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 3%;
  background: linear-gradient(-90deg, rgba(0, 114, 170, 0.8), rgba(120, 200, 239, 0.8));
  border-radius: 0 40px 0 0;
}
.gmgy-header .name .text {
  font-weight: bold;
  font-size: 0.32rem;
  color: #fff;
}

.gmgy-content {
  width: 62.5%;
  height: auto;
  margin: 0 auto;
}

/* more */

.more {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.more a{
  font-size: 0.18rem;
  color: #0c0c0c;
}
.more a:hover{
  color: #1db0f5;
}

/* lm */

.lm-container {
  width: 100%;
  min-height: calc(100% - 40vh);
  margin: 0vh auto 6vh;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 155px);
  gap: 16px;
}
.lm-container .lm-item {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  border-radius: 2px;
  display: inline-block;
}
.lm-container .lm-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-container .lm-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.lm-item-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.lm-item-2 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.lm-item-3 {
  grid-column: 4/5;
  grid-row: 1/2;
}
.lm-item-4 {
  grid-column: 3/4;
  grid-row: 2/3;
}
.lm-item-5 {
  grid-column: 4/5;
  grid-row: 2/3;
}
.lm-item-6 {
  grid-column: 1/2;
  grid-row: 3/4;
}
.lm-item-7 {
  grid-column: 1/2;
  grid-row: 4/5;
}
.lm-item-8 {
  grid-column: 2/4;
  grid-row: 3/5;
}
.lm-item-9 {
  grid-column: 4/5;
  grid-row: 3/5;
}
.lm-item-10 {
  grid-column: 1/2;
  grid-row: 5/7;
}
.lm-item-11 {
  grid-column: 2/3;
  grid-row: 5/6;
}
.lm-item-12 {
  grid-column: 2/3;
  grid-row: 6/7;
}
.lm-item-13 {
  grid-column: 3/5;
  grid-row: 5/7;
}

/* all */
.all-container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  align-content: start;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}
.all-container .gy-item {
  width: 100%;
  height: 2rem;
  transition: all 0.3s ease-in-out;
}
.all-container .gy-item:hover{
  transform: translateY(-5px);
}
.all-container .gy-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* detail */
.detail-container {
  width: 100%;
  height: auto;
}
.detail-container .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:0.20rem;
  padding: 0 0 0.3rem 0
}
.detail-container .title .text {
  font-size: 0.24rem;
  color: #333333;
}
.detail-container .title .time {
  font-size: 0.18rem;
  color: #0072AA;
}

.detail-container .content {
  width: 100%;
  height: 86vh;
  margin-bottom: 0.3rem;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 78%;
  width: 100%;
}
.gallery-top .swiper-slide {
  position: relative;
}
.gallery-top .swiper-slide .txt {
  width: 100%;
  height: 0.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.18rem;
  background: rgba(25,59,65,0.65);
  color: #fff;
  padding: 0.1rem 0.2rem;
  display: flex;
  align-items: center;
}
.thumb-box {
  width: 100%;
  height: 22%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gallery-thumbs {
  width: 82%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 2%;
}
.gallery-thumbs .swiper-wrapper{
  height: 100%;
  display: flex;
  align-items: center;
}

.gallery-thumbs .swiper-slide {
  height: 120px;
  opacity: .5;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.thumb-box .swiper-arrow{
  width: 0.54rem;
  height: 0.54rem;
  position: absolute;
}
.thumb-box .swiper-button-prev {
  background: url('../img/tu2/icon10.png') no-repeat;
  background-size: cover;
  left: 0%;
}
.thumb-box .swiper-button-next {
  background: url('../img/tu2/icon1001.png') no-repeat;
  background-size: cover;
  right: 0%;
}
/* page */
.pager {
    text-align: right;
}
.paging .page-curr {
    color: #fff;
    background: #9B0000;
    border: 1px solid #E6E6E6;
}
.paging a {
    margin-right: 10px;
    font-size: 16px;
    color: #1A1A1A;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}
.paging .next {
    width: 70px;
}
.paging .pre {
    width: 70px;
}

/* footer */
.gmgy-footer {
  width: 100%;
  height: 29.5vh;
  background: #0072AA;
  color: #fff;
}
.footer-top {
  height: 69.5%;
}
.footer-top .gmgy-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer-top .txt {
  font-size: 0.32rem;
  width: 40%;
}
.footer-top .social-icons {
  width: 60%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.footer-top .social-icons .icon-item {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer-top .social-icons .icon-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-top .social-icons .icon-item .qrcode {
  position: absolute;
  display: none;
  transition: all 0.3s ease-in-out;
  left: -0.6rem;
  top: 0.7rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.1rem;
  background: #fff;
  z-index: 2;
}
.footer-top .social-icons .icon-item .qrcode::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 15%;
  transform: translateX(-50%);
  
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.footer-top .social-icons .icon-item .qrcode img {
  width: 80%;
  height: 80%;
  object-fit: fill;
}
.footer-top .social-icons .icon-item.dy .qrcode img {
  width: 90%;
  height: 90%;
  object-fit: fill;
}
.footer-top .social-icons .icon-item:hover .qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gmgy-footer .line {
  width: 100%;
  height: 2px;
  background: #fff;
}

.footer-bottom {
  height: calc(100% - 69.5% - 2px);
}
.footer-bottom .gmgy-content {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1600px){
  .gmgy-header .name {
    width: 18%;
  }
  .gmgy-content {
    width: 80%;
  }
}
@media screen and (max-width: 800px){
  .gmgy-header {
    height: 200px;
  }
  .gmgy-header .name {
    width: 50%;
    height: 50px;
    padding-right: 10%;
  }
  .gmgy-header .name .text {
    font-size: 0.4rem;
  }
  .lm-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, 100px);
    gap: 16px;
  }
  .lm-item-1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .lm-item-2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .lm-item-3 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .lm-item-4 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .lm-item-5 {
    grid-column: 2/3;
    grid-row: 4/5;
  }
  .lm-item-6 {
    grid-column: 1/2;
    grid-row: 7/8;
  }
  .lm-item-7 {
    grid-column: 1/2;
    grid-row: 8/9;
  }
  .lm-item-8 {
    grid-column: 1/3;
    grid-row: 5/7;
  }
  .lm-item-9 {
    grid-column: 2/3;
    grid-row: 7/9;
  }
  .lm-item-10 {
    grid-column: 1/2;
    grid-row: 9/11;
  }
  .lm-item-11 {
    grid-column: 2/3;
    grid-row: 9/10;
  }
  .lm-item-12 {
    grid-column: 2/3;
    grid-row: 10/11;
  }
  .lm-item-13 {
    grid-column: 1/3;
    grid-row: 11/13;
  }


  .all-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .gmgy-footer {
    height: auto !important;
  }
  .footer-top {
    height: 260px;
  }
  .footer-top .gmgy-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .footer-top .txt {
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
  }
  .footer-top .social-icons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-top .social-icons .icon-item {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 1rem;
  }
  .footer-bottom {
    height: 80px;
  }
  .footer-bottom .gmgy-content {
    justify-content: center;
  }
}