@charset "utf-8";
.container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-top: 30px;
}
#imgContainer img {
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 2s ease-in-out;
}
.fadeIn {
  opacity: 0.7;
}
.fadeOut {
  opacity: 0;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate-img {
  animation: rotate 5s linear infinite;
}
.containert {
  padding-left: 1.2%;
  padding-right: 1.2%;
  width: 100%;
  margin: auto;
  max-width: 1280px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.boxt {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 32%;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 2px #e7e7e7;
}
.boxt img {
  cursor: pointer;
  position: relative;
  padding: 10px;
  border: 1px solid #CECECE;
  margin-top: 20px;
  height: auto;
}
.boxt p {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 28px;
}
.box {
  width: calc(25% - 20px);
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(217, 217, 217, 1.00);
  transition: transform 0.4s;
}
.box:hover {
  box-shadow: 0px 3px 3px 1px #ccc;
  transform: translateY(-2px);
  cursor: pointer;
}
.title {
  font-size: 18px;
  margin-bottom: 10px;
}
.description {
  font-size: 14px;
  color: #545454;
}
.button1 {
  margin-top: 20px;
  font-size: 14px;
  color: #fff; /* 深灰色 */
  background-color: #9B9B9B;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease; /* 平滑过渡 */
  width: 80px;
  border-radius: 5px;
}
.button1:hover {
  color: #000; /* 淡蓝色 */
  background: #F2F5FA; /* 淡蓝色 */
}
.xuanzhong {
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 30px;
  padding: 10px 20px;
  color: #3F3F3F;
  text-shadow: 0 1px 1px #ccc;
  border: 1px solid green;
  background-color: #fff;
}
.weixuan {
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 30px;
  padding: 10px 20px;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background: #75d554;
  border: none;
  background: -moz-linear-gradient(top, #75d554 0%, #57a93a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75d554), color-stop(100%, #57a93a));
  background: -webkit-linear-gradient(top, #75d554 0%, #57a93a 100%);
  background: -o-linear-gradient(top, #75d554 0%, #57a93a 100%);
  background: -ms-linear-gradient(top, #75d554 0%, #57a93a 100%);
  background: linear-gradient(top, #75d554 0%, #57a93a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75d554', endColorstr='#57a93a', GradientType=0);
  box-shadow: inset 0px 1px 0px #75d554;
  -webkit-box-shadow: inset 0px 1px 0px #75d554;
  -moz-box-shadow: inset 0px 1px 0px #75d554;
}
.juti {
  display: flex; /* 使用flex布局，左右两侧并排显示 */
  align-items: center; /* 垂直居中对齐 */
}
#jutixiang {
  background: #fff;
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 2px #e7e7e7;
}
#jutixiang .text {
  margin: 30px;
  width: 50%; /* 左侧宽度占50% */
  padding: 0 0 10px 50px; /* 添加padding留白 */
}
#jutixiang .image {
  width: 50%; /* 右侧宽度占50% */
  text-align: center; /* 图片居中显示 */
}
#jutixiang .image img {
  width: 80%;
  height: auto;
}
.kehuxiang {
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1280px;
  background: #fff;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 2px #e7e7e7;
}
.kehutu {
  margin: 30px 30px 30px 50px;
  width: 300px;
  height: 250px;
  border-radius: 50%; /* 设置为椭圆形 */
  padding: 30px;
  background-size: cover;
}
.kehuzi {
  flex: 1; /* 剩余宽度全部分配给文字区域 */
  padding: 30px;
  margin-left: 20px;
  position: relative;
}
.dihe {
  display: flex;
  width: 100%;
  max-width: 1280px;
  background: #fff;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 2px #e7e7e7;
}
.zixun {
  width: 50%;
  text-align: left;
  padding: 10px 20px 10px 50px;
  border-right: 1px dashed #ccc;
}
.daohang {
  width: 50%;
  text-align: left;
}
.beijing {
  border-bottom: 1px solid #fff;
  padding: 15px 10px;
}
.beijing:hover {
  background-color: #fff;
}
.boxt {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.boxt.visible {
  transform: translateY(0);
  opacity: 1;
}
.huang {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s ease-in-out;
  display: block;
}
.huang:hover {
  transform: scale(1.1);
  left: 20%; /* 确保在悬停时图像放大 */
  animation: shake 2s ease-in-out infinite; /* 增加动画时间使晃动更慢 */
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0) scale(1.1); /* 保持图像放大 */
  }
  25% {
    transform: translateX(-10px) scale(1.1); /* 增加晃动幅度，并保持放大状态 */
  }
  75% {
    transform: translateX(10px) scale(1.1); /* 同上 */
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(6deg);
  }
  70% {
    transform: rotate(-4deg);
  }
  90% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swinging {
  animation: swing 1s ease-in-out forwards; /* 你可以调整时间来改变摇晃的速度 */
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}