/* banner */
.banner {
  width: 100%;
  height: 100vh;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide > img {
  height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.banner .swiper-slide-active > img:nth-child(1) {
  animation: and_none1 10s linear 0s both;
}

.banner .swiper-pagination {
  bottom: 20px;
}

.banner .swiper-pagination span {
  opacity: 0.8;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #ffffff;
  transition: all 0.3s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
}

.ban {
  z-index: 15;
}

.ban img {
  position: absolute;
}

/* swiper-one */
.ban img {
  opacity: 0;
}

.ban1 img {
  left: 50%;
  transform: translate(-50%, 150px);
  transition: all 1.5s;
}

.b11 {
  top: 27.55%;
  transition-delay: 0.5s !important;
}

.b12 {
  top: calc(27.55% + 47px);
  transition-delay: 1s !important;
}

.b13 {
  top: calc(27.55% + 124px);
  transition-delay: 1.1s !important;
}

.b14 {
  top: calc(27.55% + 322px);
  transition-delay: 1.2s !important;
}

.b15 {
  top: calc(27.55% + 348px);
  transition-delay: 1.3s !important;
}

.swiper-slide-active .ban img {
  opacity: 1;
}

.swiper-slide-active .ban1 img {
  transform: translate(-50%, 0);
}

.ban2 img {
  transition: all 1s;
}

/* swiper-two */
.b21 {
  left: 18%;
  top: 28.16%;
  transition-delay: 1.5s !important;
  transform: scale(0.7, 0.7);
}

.b22 {
  left: calc(18% - 64px);
  top: calc(28.16% - 39px);
  transition-delay: 0.5s !important;
  transform: scale(0.7, 0.7);
}

.swiper-slide-active .ban2 img {
  transform: scale(1, 1);
}

/* swiper-three */
.ban3 img {
  animation-duration: 1.5s;
}

.b31 {
  left: 23.48%;
  top: 49.18%;
  animation-delay: 0.5s;
}

.b32 {
  left: calc(23.48% + 135px);
  top: calc(49.18% - 154px);
  animation-delay: 0.5s;
}

.b33 {
  left: calc(23.48% + 23px);
  top: calc(49.18% - 182px);
  animation-delay: 2s;
}

.b34 {
  left: calc(23.48% + 226px);
  top: calc(49.18% - 74px);
  animation-delay: 1s;
}

.b35 {
  left: calc(23.48% + 226px);
  top: calc(49.18% - 25px);
  animation-delay: 1.2s;
}

.b36 {
  left: calc(23.48% + 226px);
  top: calc(49.18% + 15px);
  animation-delay: 1.5s;
}

/* swiper-four */
.b41 {
  left: 15%;
  top: 29.79%;
  animation-delay: 0.5s;
}

.b42 {
  left: calc(15% + 39px);
  top: calc(29.79% - 10px);
  transition: all 1s;
  transition-delay: 1.5s;
  transform: scale(0.5);
}

.b43 {
  left: calc(15% + 212px);
  top: calc(29.79% + 321px);
  animation-delay: 2s;
}

.swiper-slide-active .b42 {
  transform: scale(1);
}

/* jqu-1 */
.jqu-1 {
  position: relative;
  height: 862px;
  background: url(../image/jqu-11.png) center top;
  background-attachment: fixed;
  overflow: hidden;
}

.jqu-1::before,
.jqu-1::after,
.jqu-11::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-attachment: fixed;
  background-position: center bottom;
  transition: all 1.5s;
  opacity: 0;
}

.jqu-1::before {
  transform: scale(1.5);
  /* border-radius: 50%; */
  background-image: url(../image/jqu-122.png);
}

.jqu-1::after {
  transform: scale(1.5);
  /* border-radius: 50%; */
  background-image: url(../image/jqu-133.png);
}

.jqu-1.two::before {
  opacity: 1;
  transform: scale(1);
  border-radius: 0;
}

.jqu-1.three::after {
  opacity: 1;
  transform: scale(1);
  border-radius: 0;
}

.jqu-11::after {
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.yun {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 25;
}

.jqu-12 {
  position: relative;
  z-index: 100;
}

.jqu12-lef {
  width: calc(95% - 650px);
}

.jqu12-rig {
  margin-top: 60px;
  width: 650px;
  max-width: 100%;
  height: 740px;
}

.jqu12-rig ul {
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}

.jqu12-rig ul li {
  width: 49.5%;
  height: 240px;
}

.jqu12-rig ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* border: 3px solid rgba(255,255,255,0.3); */
}

.jqu12-rig ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.jqu12-rig ul li.ac img {
  transform: scale(1.1);
}

.jqu12-rig ul li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: url(../image/jqu-14.png) center top;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 75px;
  transition: all 0.3s;
}

.jqu12-rig ul li a .det {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background: url(../image/jqu-13.png), linear-gradient(135deg, rgba(8, 191, 198, 0.7), rgba(21, 56, 119, 0.7));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.2rem;
  transition: all 0.5s;
  opacity: 0;
}

.jqu12-rig ul li.ac p {
  bottom: -64px;
}

.jqu12-rig ul li.ac a .det {
  transition-delay: 0.3s;
  opacity: 1;
}

.jqu12-rig ul li.ac a .det span {
  animation: fadeInUp 1s;
}

.jqu12-det {
  display: none;
  padding-top: 100px;
}

.jqu12-det.ac {
  display: block;
}

.jqu12-det .jqu1-bt {
  animation: fadeInUp 0.5s;
}

.jqu12-det > p {
  animation: fadeInUp 1s;
}

.jqu1-bt {
  padding-bottom: 30px;
}

.jqu1-bt::after {
  left: 0;
  bottom: 0;
  width: 15%;
  height: 4px;
  background: #ffffff;
}

.jqu1-bt span {
  font-size: 48px;
  color: #ffffff;
}

.jqu1-bt p {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2;
}

.jqu12-det > p {
  margin-top: 50px;
  color: #ffffff;
  font-size: 18px;
  text-align: justify;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.jqu12-det > p.vid {
  text-align: center;
}

.jqu12-det > p.vid a {
  margin-top: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}

.jqu12-det > p.vid a img {
  margin-top: 22px;
  margin-left: 5px;
}

.jqu12-det > p.vid a:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.jqu12-det > p.vid a:hover img {
  animation: bounceIn 0.5s;
}

/* jqu-2 */
.jqu-2 {
  height: 700px;
  background: url(../image/jqu2-bg.png) center bottom;
  background-attachment: fixed;
  padding-top: 60px;
}

.bt-1 {
  height: 56px;
  background: url(../image/jqubtbg-1.png) no-repeat center center;
  text-align: center;
  margin-bottom: 60px;
}

.bt-1:hover img {
  animation: rubberBand 0.5s;
}

.bt-1 img {
  margin-top: 8px;
}

.jqu2-qie a {
  width: 231px;
  height: 44px;
  line-height: 44px;
  background: url(../image/jqu2-1.png) no-repeat center center;
  background-size: 100% auto;
  font-size: 20px;
  color: #1178ae;
  margin: 0 10px;
}

.jqu2-qie a::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../image/jqu2-2.png) no-repeat center center;
  background-size: 100% auto;
  display: none;
}

.jqu2-qie a span {
  position: relative;
  z-index: 10;
}

.jqu2-qie a.ac {
  font-size: 24px;
  color: #ffffff;
  background: none;
}

.jqu2-qie a.ac::before {
  display: block;
  animation: bounceIn 0.5s;
}

.jqu2-2 {
  display: none;
  position: relative;
  height: 400px;
  margin-top: 30px;
}

.jqu2-2.ac {
  display: block;
  animation: fadeInUp 0.8s;
}

.jqu2-2 > a {
  top: 50%;
  left: -54px;
  transform: translateY(-50%);
}

.jqu2-2 > a.rig {
  left: auto;
  right: -54px;
}

#swipjq1 {
  padding: 10px 0;
}

#swipjq1 a {
  height: 100%;
  background: #ffffff;
}

#swipjq1 .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

#swipjq1 .img label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 56px;
  height: 56px;
  background: #ffb54b;
  text-align: center;
  color: #ffffff;
}

#swipjq1 .img label span {
  font-size: 24px;
  line-height: 1.5;
}

#swipjq1 .img label p {
  font-size: 12px;
}

#swipjq1 img {
  height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.8s;
}

#swipjq1 .det {
  width: 100%;
  height: 160px;
  padding: 25px;
}

#swipjq1 a:hover img {
  transform: translateX(-50%) scale(1.1);
}

#swipjq1 .det span {
  display: inline-block;
  line-height: 2;
  width: 100%;
  font-size: 22px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}

#swipjq1 .det p {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 16px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

#swipjq1 a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#swipjq1 a:hover .det span {
  font-weight: bold;
  color: #1178ae;
}

/* .jqu-3 */
.jqu-3 {
  height: 865px;
  background: url(../image/jqu3-bg.png) center bottom;
  background-attachment: fixed;
  padding-top: 60px;
}

.jqu3-1 {
  flex-wrap: wrap;
  align-content: space-between;
}

.jqu3-1 a {
  display: block;
  position: relative;
  overflow: hidden;
}

.jqu3-1 a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.jqu3-1 a:hover p {
  font-weight: bold;
}

.jqu3-1 a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../image/jqu3-8.png) center top;
  height: 63px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  padding: 0 10px;
}

.jqu3-1 a > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transition: all 0.8s;
  left: 50%;
  transform: translateX(-50%);
}

.jqu3-1 a:hover > img:first-child {
  transition: all 0.8s;
  transform: translateX(-50%) scale(1.1);
}

.jqu3-11 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 10px 10px;
}

.jqu3-11 a {
  height: 320px;
}

.jqu3-12 {
  width: 25%;
}

.jqu3-13 {
  width: 25%;
}

.jqu3-12 a,
.jqu3-13 a {
  width: 100%;
}

.jqu3-12 a:first-child {
  height: 390px;
}

.jqu3-12 a:last-child {
  height: 250px;
  margin-top: 10px;
}

.jqu3-13 a:first-child {
  height: 260px;
}

.jqu3-13 a:last-child {
  height: 380px;
  margin-top: 10px;
}

.jqu3-13 a:last-child img:nth-child(2),
.jqu3-13 a:last-child img:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  max-width: 90%;
}

.jqu3-13 a:last-child:hover img:nth-child(2) {
  transform: translate(-50%, -50%) rotate(360deg);
}

/* jqu-4 */
.jqu-4 {
  height: 700px;
  overflow: hidden;
  background: url(../image/jqu4-bg.png) center top;
  background-attachment: fixed;
}

.jqu4-1 {
  background: url(../image/jqu4-1.png) no-repeat center bottom;
  padding-top: 60px;
}

.bt-2 {
  background-image: url(../image/jqubtbg-2.png);
}

.jqu4-1 .bt-2 {
  margin-bottom: 40px;
}

.jqu4-2 {
  height: 483px;
  margin-top: 100px;
}

.jqu4-map {
  top: 0;
  right: 800px;
  width: calc(100% - 820px);
  height: 420px;
  background: url(../image/jqu4-map.png) no-repeat left top;
}

.jqu4-rig {
  width: 740px;
  padding-top: 60px;
}

.jqu4-rig > span {
  font-size: 36px;
  color: #ffffff;
}

.jqu4-qie {
  margin-top: 40px;
}

.jqu4-qie a {
  width: 120px;
  height: 120px;
  text-align: center;
  margin-right: 30px;
  position: relative;
}

.jqu4-qie a::before,
.jqu4-qie a::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: #08bfc6;
  transition: all 0.3s;
}

.jqu4-qie a::after {
  background: #ffb54b;
  opacity: 0;
  transform: scale(0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.jqu4-qie a .img {
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.jqu4-qie a p {
  position: relative;
  z-index: 10;
  font-size: 16px;
  color: #ffffff;
}

.jqu4-qie a.ac p {
  font-weight: bold;
}

.jqu4-qie a.ac::before {
  opacity: 0;
  transform: scale(0.7);
}

.jqu4-qie a.ac::after {
  opacity: 1;
  transform: scale(1);
}

.jqu4-qie a.ac img {
  animation: bounceIn 0.5s;
}

.jqu4-det {
  padding-top: 40px;
}

.jqu4-det .jqu4-3 {
  display: none;
}

.jqu4-det .jqu4-3.ac {
  display: block;
}

.jqu4-3 p {
  font-size: 18px;
  color: #ffffff;
  line-height: 2;
  overflow: hidden;
  animation: fadeInRight 0.8s;
}

.jqu4-3 p:nth-child(2) {
  animation: fadeInRight 1.2s;
}

.jqu4-3 p span {
  width: 90px;
  float: left;
  text-align: justify;
}

.jqu4-3 p span:nth-child(2) {
  width: calc(100% - 90px);
}

/* jqu-5 */
.jqu-5 {
  height: 636px;
  /* background: url(../image/jqu5-bg.png) center bottom; */
  background-attachment: fixed;
  padding-top: 60px;
  position: relative;
}

.jqu-5::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}

.jqu-5 .container {
  position: relative;
  z-index: 20;
}

.jqu-5 .bt-1 {
  margin-bottom: 60px;
}

.lygl-list {
  width: 100%;
  height: 400px;
}

.lygl-item {
  width: 248px;
  max-width: 19%;
  height: 100%;
}

.lygl-item a {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.lygl-item a::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(8, 191, 198, 0.6), rgba(21, 56, 119, 0.6));
  opacity: 0;
  z-index: 5;
  transition: all 0.5s;
  transform: scale(0.7);
}

.lygl-item a > img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.lygl-item a:hover {
  transform: translateY(-15px);
}

.lygl-item a:hover > img {
  transform: scale(1.1);
}

.gl-det {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
  padding: 13px 0;
  transition: all 0.5s;
  z-index: 10;
}

.gl-det * {
  transition: all 0.5s;
}

.gl-bt {
  width: 90px;
  padding-left: 22px;
  padding-top: 13px;
}

.gl-bt img {
  float: left;
}

.gl-bt img:nth-child(2) {
  margin-left: 10px;
}

.gl-icon {
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.gl-icon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}

.lygl-item a:hover .gl-det {
  width: 72.72%;
  height: 85%;
  background: rgba(8, 191, 198, 0.3);
  padding-top: 5px;
}

.lygl-item a:hover .gl-det::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.lygl-item a:hover .gl-det .gl-icon {
  bottom: 13px;
  /* background: transparent; */
}

.lygl-item a:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* jqu-6 */
.jqu-6 {
  /* height: 1072px; */
  background: url(../image/jqu6-bg.png) no-repeat center bottom;
  background-attachment: fixed;
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 45px;
}

.jqu-6 .bt-1 {
  margin-bottom: 40px;
}

.new-1 ul {
  width: 100%;
  margin-top: 30px;
}

.new-1 ul li {
  width: 100%;
  height: 81px;
}

.new-1 ul li a {
  width: 100%;
  height: 100%;
}

.new-1 ul li p {
  font-size: 1.125rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.new-1 ul li span {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  color: #333333;
  position: relative;
  overflow: hidden;
}

.new-1 ul li span::before {
  content: "";
  position: absolute;
  left: 97px;
  top: 60%;
  width: 100%;
  height: 1px;
  background: #b3dbd9;
}

.new-1 ul li span::after {
  content: "";
  position: absolute;
  left: 97px;
  top: 60%;
  width: 0;
  height: 1px;
  background: #038983;
  transition: all 0.5s;
}

.new-1 ul .on p {
  font-weight: 600;
  color: #038983;
}

.new-1 ul .on span::after {
  width: 100%;
}

.new-3 {
  width: 30.3%;
  height: 410px;
  float: right;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffb54b, #ea6344);
}

.new-3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, #ffb54b, #ea6344);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.new-3:hover::before {
  opacity: 1;
  z-index: 1;
}

.bt-3 {
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.bt-3 span {
  display: inline-block;
  width: 100%;
  background: url(../image/jqu61-bt.png) no-repeat center center;
  height: 44px;
  margin-top: 20px;
  font-size: 1.875rem;
  color: #fff;
  font-family: simsun;
  font-weight: 600;
  padding: 0 35px;
}

.new-3 ul,
.new-3 ul li {
  position: relative;
  z-index: 100;
  border-radius: 10px;
  padding: 0 10px;
}

.new-3 ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}

.new-3 ul li p {
  color: #ffffff;
  padding-left: 20px;
  background: url(../image/jqu61-ico.png) no-repeat left center;
}

.new-3 ul li span {
  color: #ffffff;
}

.new-3 ul li span::before {
  background: rgba(255, 255, 255, 0.3);
}

.new-3 ul li span::after {
  content: "";
  position: absolute;
  left: 97px;
  top: 60%;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: all 0.5s;
}

.new-3 ul li:hover p {
  font-weight: 600;
}

.new-3 ul li:hover span::after {
  width: 100%;
}

.jqu62 {
  width: 19.69%;
}

.jqu63 {
  width: 18.18%;
}

.jqu64 {
  width: 31.36%;
}

.jqu6-1 {
  flex-wrap: wrap;
}

.jqu6-1 a {
  display: block;
  position: relative;
  overflow: hidden;
}

.jqu6-1 a > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.jqu6-1 a:hover > img {
  transform: scale(1.2);
}

.jqu6-1 a .det {
  position: absolute;
  height: 205px;
  width: 260px;
  max-width: 100%;
}

.jqu6-1 a .det img:nth-child(1),
.jqu6-1 a .det img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  max-width: 90%;
  max-height: 90%;
}

.jqu6-1 a:hover .det img:nth-child(1) {
  transform: translate(-50%, -50%) rotate(360deg) scale(1.1);
}

.jqu62 a {
  width: 100%;
  height: 204px;
  background: url(../image/61.png) center center;
}

.jqu62 a:nth-child(2) {
  background: none;
  margin-top: 2px;
}

.jqu63 {
  height: 410px;
}

.jqu63 a {
  width: 100%;
  height: 100%;
}

.jqu63 a .det {
  width: 100%;
  height: 204px;
  background: rgba(17, 120, 174, 0.8);
  left: 0;
  bottom: 0;
}

.jqu65 a .det {
  width: 204px;
  height: 100%;
  background: rgba(241, 156, 33, 0.8);
  left: 0;
  bottom: 0;
}

.jqu65,
.jqu66 {
  width: 100%;
  height: 204px;
}

.jqu66 {
  margin-top: 2px;
}

.jqu65 a {
  height: 100%;
}

.jqu66 a {
  height: 100%;
  width: 49.75%;
}

.jqu66 a:last-child {
  background: url(../image/68.png);
}

#swiperjqu62 {
  height: 200px;
  margin-top: 20px;
}

#swiperjqu62 a {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#swiperjqu62 img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  height: 100%;
  transition: all 0.5s;
}

#swiperjqu62 a:hover img {
  transform: translateX(-50%) scale(1.1);
}

#swiperjqu62 .swiper-pagination {
  width: auto;
  left: auto;
  right: 10px;
}

#swiperjqu62 .swiper-pagination span {
  width: 13px;
  height: 13px;
  border-radius: 10px;
  background: #ffffff;
  opacity: 0.8;
}

#swiperjqu62 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}

/* icon */
#swiperjqu63 {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  height: 220px;
}

#swiperjqu63 a {
  width: 100%;
  height: 100%;
  text-align: center;
}

#swiperjqu63 .img {
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: all 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#swiperjqu63 img:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.5s;
}

#swiperjqu63 p {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
  transition: all 0.5s;
}

#swiperjqu63 .swiper-pagination {
  bottom: 0;
}

#swiperjqu63 .swiper-pagination span {
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 20px;
  background: #8e8c8a;
  transition: all 0.3s;
}

#swiperjqu63 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #1178ae;
}

#swiperjqu63 a:hover .img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#swiperjqu63 a:hover img:nth-child(1) {
  transform: translate(-50%, -50%) rotate(360deg);
}

#swiperjqu63 a:hover .img {
  animation: tada 1s;
}

#swiperjqu63 a:hover p {
  font-weight: bold;
  color: #09b7c2;
  animation: rubberBand 0.8s;
}

.ad-1 {
  width: 69.545%;
  display: grid;
  grid-template-columns: 65.35% auto;
  grid-template-rows: 204px 204px;
  gap: 2px 2px;
}
.ad-1 a {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.ad-1 a > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.ad-1 .det {
  z-index: 10;
  left: 0;
  top: 0;
}
.ad-1 a:nth-child(1) .det {
  height: 100%;
  background: rgba(17, 120, 174, 0.8);
}
.ad-1 a:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/3;
}
.ad-1 a:nth-child(2) .det {
  width: 100%;
  background: url(../image/61.png) center center/cover;
}
.ad-1 a:nth-child(3) .det {
  left: auto;
  right: 0;
  height: 100%;
  background: rgba(241, 156, 33, 0.8);
}

@media (max-width: 850px) {
  .ad-1 {
    width: 100%;
    grid-template-columns: 60% auto;
    grid-template-rows: 25vw 25vw;
  }
  .ad-1 .det img:nth-child(2) {
    max-width: 50% !important;
    max-height: 50% !important;
  }
  .ad-1 a:nth-child(1) .det {
    width: 40%;
  }
  .ad-1 a:nth-child(2) .det {
    height: 50%;
  }
  .ad-1 a:nth-child(3) .det {
    width: 40%;
  }
  .lygl-item:nth-child(3n-1):last-child {
    margin-right: 34%;
  }
  .jqu3-11 a {
    height: 40vw !important;
  }
}