* {
  margin: 0;
  padding: 0;
}
.max_div {
  width: 100%;
  height: 100%;
  position: relative;
}
.max_div #dowebok {
  animation-delay: 1s;
  animation-duration: 12s;
  animation-iteration-count: 1;
}
.max_div .banner {
  width: 100%;
  height: 660px;
  background: url("/image/zeren.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.max_div .banner .container {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}
.max_div .banner .content {
  width: 100%;
  height: 200px;
  margin-bottom: 70px;
  margin-top: 180px;
  text-align: center;
}
.max_div .banner .content p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 4px;
}
.max_div .banner .content .zi {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 42px;
  margin-bottom: 24px;
}
.max_div .center {
  width: 100%;
  height: 1250px;
  background: url(/image/shzr.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* .max_div .center .container {
  width: 100%;
  height: 100%;
}
.max_div .center .container .content {
  width: 100%;
  height: 100%;
}
.max_div .center .container .content p {
  width: 100%;
  margin-top: 70px;
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.max_div .center .container .content .bottom {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.max_div .center .container .content .bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.max_div .center .container .content .bottom ul li {
  width: 29%;
  list-style: none;
}
.max_div .center .container .content .bottom ul li .imgs {
  width: 100%;
  height: 50%;
  margin-bottom: 30px;
}
.max_div .center .container .content .bottom ul li .imgs img {
  width: 100%;
  height: 100%;
}
.max_div .center .container .content .bottom ul li .time {
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}
.max_div .center .container .content .bottom ul li .xian {
  width: 140px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 8px;
  margin-bottom: 12px;
}
.max_div .center .container .content .bottom ul li .shuom {
  letter-spacing: 2px;
  height: 66px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
} */
.max_div .shzr {
  width: 100%;
  height: 1090px;
  background: #1F1F1F;
}
.max_div .shzr .container {
  width: 100%;
  height: 100%;
}
.max_div .shzr .container .content {
  width: 100%;
  margin-top: 120px;
}
.max_div .shzr .container .content .tou {
  width: 100%;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.max_div .shzr .container .content .font {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 26px;
  margin-bottom: 46px;
}
.max_div .shzr .container .content .imgs {
  width: 100%;
  margin-bottom: 40px;
}
.max_div .shzr .container .content .imgs img {
  width: 100%;
  height: 100%;
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.dowebok1 {
  /*width:200px;*/
  /*height:200px;*/
  background: url("/image/lxwmbanner.png");
  /*background-size:200px 200px;*/
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: 1;
  /*动画播放的次数*/
  -webkit-animation-duration: 2s;
  /*动画所花费的时间*/
}
@keyframes scaleDraw2 {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: translateY(400px);
  }
  100% {
    transform: translateY(0px);
  }
}
.dowebok2 {
  /*width:200px;*/
  /*height:200px;*/
  background: url("/image/lxwmbanner.png");
  /*background-size:200px 200px;*/
  -webkit-animation-name: scaleDraw2;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: 1;
  /*动画播放的次数*/
  -webkit-animation-duration: 2s;
  /*动画所花费的时间*/
}
.point {
  width: 1px;
  height: 100px;
  opacity: 0.49;
  border: 1px dashed #FFFFFF;
  margin: auto;
}
.doublePoint {
  width: 20px;
  height: 20px;
  background: url('/image/fyyjt.png');
  transform: rotate(90deg);
  margin-top: 0.8%;
  margin-left: 49%;
}
.doublePoint2 {
  width: 20px;
  height: 20px;
  background: url('/image/fyyjt.png');
  transform: rotate(90deg);
  margin-top: -2%;
  margin-left: 49%;
}
@media screen and (max-width: 1440px) {
  .doublePoint {
    width: 20px;
    height: 20px;
    background: url('/image/fyyjt.png');
    transform: rotate(90deg);
    margin-top: 1%;
    margin-left: 48.6%;
  }
  .doublePoint2 {
    width: 20px;
    height: 20px;
    background: url('/image/fyyjt.png');
    transform: rotate(90deg);
    margin-top: -1.8%;
    margin-left: 48.6%;
  }
}
.bounceup {
  animation: bounceInUp 0.6s;
  -moz-animation: bounceInUp 0.6s;
  /* Firefox */
  -webkit-animation: bounceInUp 0.6s;
  /* Safari and Chrome */
  -o-animation: bounceInUp 0.6s;
  /* Opera */
  visibility: visible;
}
.bounceups {
  animation: bounceInUp 1.2s;
  -moz-animation: bounceInUp 1.2s;
  /* Firefox */
  -webkit-animation: bounceInUp 1.2s;
  /* Safari and Chrome */
  -o-animation: bounceInUp 1.2s;
  /* Opera */
  visibility: visible;
}
.bounceups1 {
  animation: bounceInUp 1.8s;
  -moz-animation: bounceInUp 1.8s;
  /* Firefox */
  -webkit-animation: bounceInUp 1.8s;
  /* Safari and Chrome */
  -o-animation: bounceInUp 1.8s;
  /* Opera */
  visibility: visible;
}
#HZimgOne{
  width: 50%;
  height: 100%;
  background: url(/image/pexels-fauxels-3184430.png) no-repeat;
	background-size: 100% 100%;
}
#HZimgTwo{
  width: 50%;
  height: 100%;
  background: url(/image/pexels-laura-tancredi-7078666.png) no-repeat;
	background-size: 100% 100%;
}
#HZimgThree{
  width: 50%;
  height: 100%;
  background: url(/image/kym-mackinnon-Q3kRCXKVf4k-unsplash.png) no-repeat;
	background-size: 100% 100%;
}


@media(max-width: 768px){
.max_div .banner{height:auto;    background-size: cover;}
#liOne{height:auto !important;  flex-wrap: wrap;}
#liOne .right{width:100% !important;}
#HZimgOne{height:20rem;background-size: cover;width: 100%;}
#liTwo{height:auto !important;  flex-wrap: wrap;}
#liTwo .right{width:100% !important;}
#HZimgTwo{height:20rem;background-size: cover;width: 100%;}
#liThere{height:auto !important;  flex-wrap: wrap;}
#liThere .right{width:100% !important;}
#HZimgThree{height:20rem;background-size: cover;width: 100%;}
}


















/*# sourceMappingURL=social.css.map */