.el-carousel__indicators--horizontal {
  bottom: 20px !important;
  width: 500px;
}
.el-carousel__button {
  width: 40px !important;
}
.homePage .main {
  position: relative;
  width: 100%;
  height: 900px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.homePage .main .introduction {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-328px);
}
.homePage .main .introduction .gif {
  width: 90%;
  height: 655px;
  background: url(http://39.129.16.49:5001/static/cdn_img/web/homeMain/img-gif2.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 91px;
}
.homePage .main .introduction .gif .inLeft {
  width: 735px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 110px;
  text-align: left;
  margin-top: 231px;
}
.homePage .main .introduction .gif .inLeft .names {
  margin-bottom: 26px;
  /** 文本1 */
  font-size: 60px;
  font-weight: 600;
  color: #ffffff;
  vertical-align: top;
}
.homePage .main .introduction .gif .inLeft p {
  /** 文本1 */
  height: 184px;
  font-size: 32px;
  font-weight: 400;
  line-height: 57px;
  color: #ffffff;
  vertical-align: top;
}
.homePage .main .introduction .gif .inLeft .pic {
  width: 149px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 120px;
  border: 1px solid #ffffff !important;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border: none;
}
.homePage .main .introduction .gif .inLeft .pic:hover {
  background-color: #e65225;
  border: none !important;
}
.homePage .main .introduction img {
  height: 100%;
  width: 100%;
}
.homePage .midst {
  width: 100%;
  height: 505px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homePage .midst .midstClick {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  background: #00487d;
}
.homePage .midst .midstClick .mainPlate {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homePage .midst .midstClick .mainPlate .imagePlate {
  width: 200px;
  height: 200px;
}
.homePage .midst .midstClick .mainPlate .imagePlate img {
  width: 100%;
  height: 100%;
}
.homePage .midst .midstClick .mainPlate .title {
  margin: 30px 0 20px 0;
  /** 文本1 */
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.homePage .midst .midstClick .mainPlate .conten {
  width: 318px;
  height: 66px;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  text-align: justify;
}
.homePage .midst .midstClick:hover {
  background-color: #005597;
}
.homePage .succeed {
  position: relative;
  width: 100%;
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0 35px 0;
}
.homePage .succeed .prevHide {
  display: none;
}
.homePage .succeed .tip {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 300px;
  height: 427px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding-left: 35px;
  visibility: hidden;
  z-index: 999;
}
.homePage .succeed .tip .TipTitle {
  width: 229px;
  /** 文本1 */
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  vertical-align: top;
}
.homePage .succeed .tip .TipContent {
  width: 229px;
  margin: 29px 0 44px 0;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  text-align: left;
}
.homePage .succeed .tip .detailImg {
  width: 48px !important;
  height: 48px !important;
}
.homePage .succeed .swiper-slide .tip {
  opacity: 1;
}
.homePage .succeed .swiper-slide:hover .tip {
  visibility: visible;
}
.homePage .succeed .box {
  width: 333px;
  display: table;
}
.homePage .succeed .box .title {
  width: 430px;
  height: 41px;
  /** 文本1 */
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  z-index: 999;
}
.homePage .succeed .box .bg {
  width: 430px;
  height: 41px;
  margin-top: -14px;
}
.homePage .succeed .box .bg img {
  width: 100%;
  height: 100%;
}
.homePage .dynamic {
  width: 100%;
  height: 490px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  background: #0c234a;
}
.homePage .dynamic .title {
  /** 文本1 */
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}
.homePage .dynamic img {
  width: 430px;
  height: 41px;
  margin-top: -25px;
  margin-bottom: 40px;
}
.homePage .dynamic .demo {
  display: flex;
  /* margin-right: 16px; */
  /* margin-top: 47px; */
}
.homePage .dynamic .bottonPic {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 389px;
  height: 492px;
  margin-bottom: 5px;
  /* margin-right: 46px; */
}
.homePage .dynamic .bottonPic .box1 {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homePage .dynamic .bottonPic .box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homePage .dynamic .bottonPic .box3 {
  width: 329px;
  position: absolute;
  top: 0x;
  left: 20px;
  z-index: 9999999;
}
.homePage .dynamic .bottonPic .box3 .time {
  position: absolute;
  top: 25px;
  left: 0;
  /** 文本1 */
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}
.homePage .dynamic .bottonPic .box3 .topic {
  position: absolute;
  top: 70px;
  left: 0px;
  /** 文本1 */
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
.homePage .dynamic .bottonPic .box3 .content {
  width: 349px;
  height: 82px;
  /** 文本1 */
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 120px 20px 0 0;
}
.homePage .dynamic .bottonPic .box3 .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 23px;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 48px;
}
.homePage .dynamic .bottonPic .box3 .more a {
  width: 100%;
  height: 100%;
  /** 文本1 */
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.homePage .dynamic .bottonPic .box3 .more:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ff9966 !important;
}
.homePage .dynamic .bottonPic .box3 .more:hover a {
  color: #ff9966 !important;
}
.homePage .dynamic .bottonPic .box3 .more:hover .box1 {
  background: url(http://39.129.16.49:5001/static/cdn_img/web/homeMain/img-mask1.png);
}
.homePage .co {
  width: 100%;
  height: 446px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.homePage .co .title {
  /** 文本1 */
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}
.homePage .co .coImg1 {
  width: 1199px;
  height: 119px;
  margin-top: 30px;
}
.homePage .co .coImg1 img {
  width: 100%;
  height: 100%;
}
