#md{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}
#md_img:hover{
  transform: scale(1.05);
}
#md_img{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 54%;
  transition: all .3s ease-in-out;
}
#md img{
  width: 30%;
}
#mds{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 4%;
}
#mds img{
  width: 45%;
}
#mds .x2{
  text-align: center;
  transition: all .3s ease-in-out;
}
#mds h1{
  padding-top: 13%;
  font-size: 1.3vw;
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  color: #010101;
  line-height: 1.5vw;
}
#mds .x2:hover{
  transform: scale(1.05);
}
#mds .x2:hover h1{
  color: #63c3d4;
}
#md1:hover img{
  content:url('/uploads/allimg/index/1_.png');
}
#md2:hover img{
  content:url('/uploads/allimg/index/2_.png');
}
#md3:hover img{
  content:url('/uploads/allimg/index/3_.png');
}
#md4:hover img{
  content:url('/uploads/allimg/index/4_.png');
}
#md5:hover img{
  content:url('/uploads/allimg/index/5_.png');
}
.kw_tit{
  background: #4FC5D5;
  padding: 3%;
  text-align: center
}
.kw_tit h1{
  font-size: 2vw;
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 2.5vw;
}
.z_img{
  padding: 5%;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.z_img img{
  width: 60%;
}

#md,#mds,#z_img {
  opacity: 0;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}
#md.visible,#mds.visible,#z_img.visible  {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
/* #z_img{
  position: relative;
  
  overflow: hidden;
}
#z_img .overlay1 {
  background-color: #fff;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 0;
  top: 0;
}
#z_img .overlay2 {
  background-color: #fff;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 33.3333%;
  top: 0;
}
#z_img .overlay3 {
  background-color: #fff;
  position: absolute;
  width: 33.3333%;
  height: 100%;
  left: 66.6666%;
  top: 0;
} */
.kw{
  overflow: hidden;width: 300%;
	white-space: nowrap;position: relative;
}
.z_img_left .x1,.z_img_right .x1 {
  margin-left: 0.5%;
  white-space: nowrap;
  color: var(--color-dark);
  text-transform: uppercase;
  display: block;
  transform-origin: left center;
  transition: opacity 0.2s ease-in-out 0s;
  animation: loopCursorNormal 35s linear;
  animation-iteration-count: infinite;
  width: 5%;
}
.z_img_left .x1 h1,.z_img_right  .x1 h1{
  font-size: 1vw;
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  color: #616161;
  line-height: 1.5vw;
  text-align: center;
  padding-top: 8%;
}
.x2_img{

  display: flex;
 
  border-radius: 17px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 22vw;
}
.x2_img img{
  width: 100%;
}
.z_img_right .x1 {
  margin-left: 0.5%;
  white-space: nowrap;
  color: var(--color-dark);
  text-transform: uppercase;
  display: block;
  transform-origin: left center;
  transition: opacity 0.2s ease-in-out 0s;
  animation: loopCursorNormal_r 35s linear;
  animation-iteration-count: infinite;
}
@keyframes loopCursorNormal { 
  0% { transform: translateX(0%); }
  100% {transform: translateX(-600%); } 
}
@keyframes loopCursorNormal_r { 
  0% { transform: translateX(-600%); }
  100% {transform: translateX(0%); } 
}
#view{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
    margin-bottom: 6%;
}
.view{
  padding: 1%;
  width: 20%;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 38px;
}
.view:hover{
  border: 1px solid #4FC5D5;
}
.view:hover a{
 color: #4FC5D5;
}
.view a{
  font-size: 1.2vw;
  font-family: HarmonyOS Sans SC;
  font-weight: 900;
  color: #000000;
}
.kw .x1:hover h1{
  color: #4FC5D5;
}

.kw .x1:hover .x2_img{
  border: 1px solid #4FC5D5;
}

.fish{
  max-width: 100%;
}