#home {
  box-sizing: content-box;
}
.the-top {
  width: 100%;
  height: 450px;
  position: relative;
}
.the-top .swiper-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #363C40;
  overflow: hidden;
}
.the-top .swiper-con .the-slide {
  display: none;
  overflow: hidden;
}
.the-top .swiper-con .the-slide .swiper-img {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: calc(50% - 960px);
  margin-right: calc(50% - 960px);
  width: 1920px;
  height: 450px;
  z-index: 0;
  animation: slowIn 1.5s cubic-bezier(0, 0, 0.25, 1) 0s 1;
}
    .the-top .swiper-con .the-slide .swiper-img img {
        width: 100%;
        height: 100%;
    }
.the-top .swiper-con .the-slide .banner-con {
  position: relative;
  z-index: 1;
  animation: slowIn 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s 1;
  width: 90%;
  max-width: 1240px;
  margin: 80px auto 0;
  height: calc(100% - 80px);
  padding: 0 20px;
}
.the-top .swiper-con .the-slide .banner-con:after {
  content: '';
  display: block;
  clear: both;
}
.the-top .swiper-con .the-slide .banner-con .banner-left {
  margin-left: 18%;
  float: left;
  margin-top: 70px;
  height: calc(100% - 70px);
  padding-bottom: 5px;
}
.the-top .swiper-con .the-slide .banner-con .banner-left .banner-text {
  margin-bottom: 50px;
  max-width: 500px;
}
.the-top .swiper-con .the-slide .banner-con .banner-left .banner-text p {
  color: #fff;
}
.the-top .swiper-con .the-slide .banner-con .banner-left .banner-text p:nth-child(1) {
  font-size: 38px;
  margin-bottom: 25px;
}
.the-top .swiper-con .the-slide .banner-con .banner-left .banner-text p:nth-child(2) {
  font-size: 18px;
}
.the-top .swiper-con .the-slide .banner-con .banner-left .know-more {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #029bfc;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.the-top .swiper-con .the-slide .banner-con .banner-left .know-more .icon-arrow {
  margin-left: 12px;
  color: #fff;
}
.the-top .swiper-con .the-slide .banner-con .banner-left .know-more a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.the-top .swiper-con .the-slide .banner-con .banner-left .know-more:hover {
  box-shadow: 0 3px 12px rgba(255, 255, 255, 0.35);
}
.the-top .swiper-con .the-slide .banner-con .banner-right {
  float: right;
  width: 300px;
  height: 300px;
  padding: 20px 0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}
.the-top .swiper-con .the-slide .banner-con .banner-right:before,
.the-top .swiper-con .the-slide .banner-con .banner-right:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #838386;
}
.the-top .swiper-con .the-slide .banner-con .banner-right:before {
  top: 20px;
}
.the-top .swiper-con .the-slide .banner-con .banner-right:after {
  bottom: 20px;
}
.the-top .swiper-con .the-slide .banner-con .banner-right .right-con {
  width: calc(100% - 35px);
  padding: 19px 19px 0 16px;
  height: 80px;
  white-space: nowrap;
  position: relative;
}
.the-top .swiper-con .the-slide .banner-con .banner-right .right-con span {
  white-space: normal;
  margin-top: 8px;
  float: left;
  width: 165px;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  vertical-align: top;
}
.the-top .swiper-con .the-slide .banner-con .banner-right .right-con .img-con {
  float: left;
  width: 100px;
  height: 60px;
  overflow: hidden;
}
.the-top .swiper-con .the-slide .banner-con .banner-right .right-con .img-con img {
  width: 100%;
  height: 100%;
}
.the-top .swiper-con .the-slide .banner-con .banner-right .right-con .img-con img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.the-top .swiper-con .the-slide .banner-con .banner-right .right-con.is-active {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.the-top .swiper-con .the-slide .banner-con .banner-right .right-con.is-active:before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 25px;
  top: 40px;
  background-color: #fff;
}
.the-top .swiper-con .the-slide .banner-con .banner-right .right-con a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.the-top .swiper-con .the-slide .banner-con .img-right {
  float: right;
  position: relative;
}
.the-top .swiper-con .the-slide .banner-con .img-right img {
  width: 305px;
  height: 308px;
}
.the-top .swiper-con .the-slide .banner-con .img-right .lighter {
  position: absolute;
  left: 0;
  top: 0;
  animation: lighter 0.2s infinite;
}
.the-top .swiper-con .pagination {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  text-align: center;
}
.the-top .swiper-con .pagination .pagination-bullet {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 4px;
  background-color: #9d9da0;
  border-radius: 0;
  cursor: pointer;
}
.the-top .swiper-con .pagination .pagination-bullet:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
.the-top .swiper-con .pagination .bullet-active:before {
  width: 100%;
  background-color: #fff;
  -webkit-transition: width 6s;
  -moz-transition: width 6s;
  -ms-transition: width 6s;
  -o-transition: width 6s;
  transition: width 6s;
}
.the-top .swiper-con .pagination .click-active {
  background-color: #fff;
}
.home-con {
  text-align: center;
  padding-top: 39px;
}
.home-con .the-map {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.home-con .the-map .the-title {
  margin-bottom: 33px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-con .the-map .the-title .unionpay-img {
  width: 123px;
  height: 33px;
  margin-bottom: 5px;
}
.home-con .the-map .the-title .unionpay-name {
  font-size: 16px;
  color: #333333;
}
.home-con .the-map .the-title .yard-title {
  height: 76px;
  line-height: 76px;
  font-size: 24px;
  color: #111111;
  position: relative;
}
.home-con .the-map .the-title .yard-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background-color: #111111;
}
.home-con .the-map .schoolyard {
  background-color: #f5f5f5;
}
.home-con .the-map .schoolyard .yard-con {
  width: 80%;
  max-width: 1360px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.home-con .the-map .schoolyard .yard-con:after {
  content: '';
  display: block;
  clear: both;
}
.home-con .the-map .schoolyard .yard-con .swiper-container {
  float: left;
  width: 48%;
  margin-top: 100px;
  height: 480px;
  overflow: hidden;
  position: relative;
}
.home-con .the-map .schoolyard .yard-con .swiper-container:after {
  content: '';
  display: block;
  clear: both;
}
.home-con .the-map .schoolyard .yard-con .swiper-container .swiper-slide {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: -132px;
  height: auto;
  margin-left: 0;
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  /* Firefox 4 */
  -webkit-transition-timing-function: linear;
  /* Safari 和 Chrome */
  -o-transition-timing-function: linear;
  /* Opera */
}
.home-con .the-map .schoolyard .yard-con .swiper-container .swiper-slide:after {
  content: '';
  display: block;
  clear: both;
}
.home-con .the-map .schoolyard .yard-con .swiper-container .swiper-slide .left-con {
  margin-right: 20px;
  float: left;
  display: inline-block;
  height: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  position: relative;
  padding-right: 13px;
  margin-left: 10px;
}
.home-con .the-map .schoolyard .yard-con .swiper-container .swiper-slide .left-con img {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 13px 10px 13px 17px;
}
.home-con .the-map .schoolyard .yard-con .swiper-container .swiper-slide .left-con .left-detail {
  vertical-align: top;
  display: inline-block;
  color: #111111;
  font-size: 14px;
  height: 70px;
  line-height: 70px;
}
.home-con .the-map .schoolyard .yard-con .the-left {
  float: left;
  width: 400px;
  margin-top: 100px;
}
.home-con .the-map .schoolyard .yard-con .the-left:after {
  content: '';
  display: block;
  clear: both;
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con {
  float: right;
  display: inline-block;
  height: 70px;
  border: solid 1px #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  padding-right: 13px;
  margin-left: 10px;
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con:after {
  content: '';
  position: absolute;
  right: 0;
  margin-right: -24px;
  top: 21px;
  width: 22px;
  height: 10px;
  border-top: solid 1px #cecece;
  background-color: #f5f5f5;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con:before {
  content: '';
  position: absolute;
  right: 0;
  margin-right: -20px;
  top: 16px;
  width: 20px;
  height: 10px;
  border-top: solid 1px #cecece;
  background-color: #fff;
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con img {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 8px 10px 8px 17px;
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con .left-detail {
  display: inline-block;
  max-width: 309px;
  vertical-align: top;
  margin-top: 16px;
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con .left-detail .ellipsis1 {
  line-height: 32px;
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con .left-detail p {
  text-align: left;
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con .left-detail p:nth-child(1) {
  color: #111111;
  font-size: 14px;
  margin-bottom: 7px;
}
.home-con .the-map .schoolyard .yard-con .the-left .left-con .left-detail p:nth-child(2) {
  font-size: 12px;
  color: #888888;
}
.home-con .the-map .schoolyard .yard-con .map-right {
  float: right;
  height: 0;
  width: 50%;
  padding-bottom: 47.72%;
  max-width: 689px;
  position: relative;
  margin-top: 60px;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area {
  font-size: 14px;
  color: #111111;
  position: absolute;
  width: 5%;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area > span {
  position: relative;
  z-index: 103;
  display: inline-block;
  border-radius: 50%;
  white-space: nowrap;
  cursor: pointer;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area .xb:before {
  content: '';
  position: absolute;
  left: 120%;
  top: 0;
  width: 40%;
  height: 100%;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area .yard-detail {
  text-align: left;
  background-color: #fff;
  position: absolute;
  width: 250px;
  padding: 0 15px 0 15px;
  z-index: 105;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #e9e9e9;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area .yard-detail .detail-title {
  font-size: 14px;
  margin-top: 15px;
  color: #333333;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area .yard-detail .detail-title span {
  color: #029bfc;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area .yard-detail .detail-con {
  margin: 15px 0 20px;
  word-break: break-all;
  word-wrap: break-word;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area .yard-detail .detail-con span {
  line-height: 20px;
  font-size: 12px;
  color: #111111;
  white-space: nowrap;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area .yard-detail > a {
  display: none;
  border: none;
  outline: none;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #029bfc;
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .area-center {
  font-size: 16px;
  color: #111111;
  position: absolute;
  font-weight: bold;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .map-bg-con img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area {
  top: 60%;
  left: 50%;
  position: absolute;
  width: 11px;
  height: 11px;
  z-index: 101;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00cdec;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-one,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-two,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-three {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-one:before,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-two:before,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-three:before,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-one:after,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-two:after,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-three:after,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .point-area:before,
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .point-area:after {
  opacity: 0;
  position: absolute;
  border: 2px solid #00cdec;
  left: -200px;
  top: -200px;
  width: 400px;
  height: 400px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation-duration: 10000ms;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: ripple;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .point-area:before {
  animation-delay: 1000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .point-area:after {
  animation-delay: 2000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-one:before {
  animation-delay: 3000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-one:after {
  animation-delay: 4000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-two:before {
  animation-delay: 5000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-two:after {
  animation-delay: 6000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-three:before {
  animation-delay: 7000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-three:after {
  animation-delay: 8000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-four:before {
  animation-delay: 9000ms;
}
.home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-four:after {
  animation-delay: 10000ms;
}
.home-con .third-part {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transform: rotate(0.1);
  -moz-transform: rotate(0.1);
  -ms-transform: rotate(0.1);
  -o-transform: rotate(0.1);
  transform: rotate(0.1);
}
.home-con .third-part .third-img {
  width: 100%;
  height: 0;
  padding-bottom: 58.333333%;
  position: relative;
}
.home-con .third-part .third-img .third-content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-con .third-part .third-img .third-content img {
  display: block;
}
.home-con .third-part .third-img .third-content .line {
  width: 35.92%;
  height: 1.714%;
  position: absolute;
  left: 32.04%;
  top: 46.85%;
  background-color: #c8ebff;
}
.home-con .third-part .third-img .third-content .left-circle,
.home-con .third-part .third-img .third-content .right-circle {
  position: absolute;
  width: 32%;
  top: 19.7%;
}
.home-con .third-part .third-img .third-content .left-circle {
  left: 8.25%;
}
.home-con .third-part .third-img .third-content .right-circle {
  right: 8.25%;
}
.home-con .third-part .third-img .third-content .left-center {
  position: absolute;
  width: 25.75%;
  top: 24.57%;
}
.home-con .third-part .third-img .third-content .right-center {
  position: absolute;
  width: 25.75%;
  top: 24.57%;
}
.home-con .third-part .third-img .third-content .left-center {
  left: 11.25%;
}
.home-con .third-part .third-img .third-content .right-center {
  right: 11.25%;
}
.home-con .third-part .third-img .third-content .part-1,
.home-con .third-part .third-img .third-content .part-2,
.home-con .third-part .third-img .third-content .part-3,
.home-con .third-part .third-img .third-content .part-4,
.home-con .third-part .third-img .third-content .part-5,
.home-con .third-part .third-img .third-content .right-part-1,
.home-con .third-part .third-img .third-content .right-part-2,
.home-con .third-part .third-img .third-content .right-part-3,
.home-con .third-part .third-img .third-content .right-part-4 {
  width: 6.3%;
  position: absolute;
}
.home-con .third-part .third-img .third-content .part-1 {
  left: 10.16%;
  top: 19.57%;
}
.home-con .third-part .third-img .third-content .part-2 {
  left: 32.5%;
  top: 19.57%;
}
.home-con .third-part .third-img .third-content .part-3 {
  left: 35.42%;
  top: 51.42%;
}
.home-con .third-part .third-img .third-content .part-4 {
  left: 18.83%;
  top: 68.28%;
}
.home-con .third-part .third-img .third-content .part-5 {
  left: 4.5%;
  top: 42.28%;
}
.home-con .third-part .third-img .third-content .right-part-1 {
  right: 32.17%;
  top: 20.286%;
}
.home-con .third-part .third-img .third-content .right-part-2 {
  right: 7.583%;
  top: 26.14%;
}
.home-con .third-part .third-img .third-content .right-part-3 {
  right: 12.5%;
  top: 64.71%;
}
.home-con .third-part .third-img .third-content .right-part-4 {
  right: 36.08%;
  top: 55.57%;
}
.home-con .third-part .third-img .third-content .img-3,
.home-con .third-part .third-img .third-content .img-4,
.home-con .third-part .third-img .third-content .right-img-1,
.home-con .third-part .third-img .third-content .right-img-2,
.home-con .third-part .third-img .third-content .right-img-3,
.home-con .third-part .third-img .third-content .right-img-4 {
  position: absolute;
  width: 5.33%;
}
.home-con .third-part .third-img .third-content .img-1,
.home-con .third-part .third-img .third-content .img-2,
.home-con .third-part .third-img .third-content .img-5 {
  position: absolute;
  width: 2.667%;
}
.home-con .third-part .third-img .third-content .img-center {
  position: absolute;
  width: 6.833%;
  left: 20.85%;
  top: 53.86%;
}
.home-con .third-part .third-img .third-content .right-img-center {
  position: absolute;
  width: 14.33%;
  right: 16.9%;
  top: 53.5%;
}
.home-con .third-part .third-img .third-content .img-1 {
  left: 5.17%;
  top: 23.42%;
}
.home-con .third-part .third-img .third-content .img-2 {
  left: 40.58%;
  top: 23.42%;
}
.home-con .third-part .third-img .third-content .img-3 {
  left: 42.5%;
  top: 55%;
}
.home-con .third-part .third-img .third-content .img-4 {
  left: 12.5%;
  top: 74.28%;
}
.home-con .third-part .third-img .third-content .img-5 {
  left: 0.85%;
  top: 47.14%;
}
.home-con .third-part .third-img .third-content .right-img-1 {
  right: 39.17%;
  top: 24%;
}
.home-con .third-part .third-img .third-content .right-img-2 {
  right: 1.3%;
  top: 30.86%;
}
.home-con .third-part .third-img .third-content .right-img-3 {
  right: 5.9%;
  top: 69.71%;
}
.home-con .third-part .third-img .third-content .right-img-4 {
  right: 43.08%;
  top: 60.71%;
}
.home-con .third-part .third-img .move-third {
  opacity: 1;
}
.home-con .third-part .third-img .move-third .line {
  animation: drawLine 6.3s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .left-center {
  animation: appearIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .right-center {
  animation: appearIn1 3.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .part-1 {
  animation: appearInDelay 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .part-2 {
  animation: appearInDelay 2s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .part-3 {
  animation: appearInDelay 2.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .part-4 {
  animation: appearInDelay 1s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .part-5 {
  animation: appearInDelay 1.25s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .right-part-1 {
  animation: appearInDelay 6s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .right-part-2 {
  animation: appearInDelay 6.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .right-part-3 {
  animation: appearInDelay 7s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .right-part-4 {
  animation: appearInDelay 5.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .right-img-1,
.home-con .third-part .third-img .move-third .right-img-2,
.home-con .third-part .third-img .move-third .right-img-3,
.home-con .third-part .third-img .move-third .right-img-4,
.home-con .third-part .third-img .move-third .right-img-center,
.home-con .third-part .third-img .move-third .right-circle {
  animation: appearInDelay3 6s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
.home-con .third-part .third-img .move-third .img-1,
.home-con .third-part .third-img .move-third .img-2,
.home-con .third-part .third-img .move-third .img-3,
.home-con .third-part .third-img .move-third .img-4,
.home-con .third-part .third-img .move-third .img-5,
.home-con .third-part .third-img .move-third .img-center,
.home-con .third-part .third-img .move-third .left-circle {
  animation: appearInDelay2 3s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
    .home-con .third-part .same-description {
        max-width: 1000px;
        /*margin: 0 auto;*/
    }
.home-con .third-part .same-description > div {
  white-space: nowrap;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.home-con .third-part > img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .home-con .third-part {
    max-width: 1000px;
  }
  .home-con .third-part .same-description,
  .home-con .third-part .same-description1 {
    /*margin-bottom: 35px;*/
  }
  .home-con .third-part .same-description:nth-child(3n),
  .home-con .third-part .same-description1:nth-child(3n) {
    margin-top: -25px;
  }
}
.home-con .example {
  background-color: #f5f5f5;
  padding: 60px 0;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
.home-con .example .example-con {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-bottom: 39.06%;
  height: 0;
}
.home-con .example .example-con:after {
  content: '';
  display: block;
  clear: both;
}
.home-con .example .example-con .example-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.home-con .example .example-con .example-container .example-bg {
  overflow: hidden;
  width: 25%;
  height: 100%;
  float: left;
  background-size: 100% 100%;
  position: relative;
}
.home-con .example .example-con .example-container .example-bg:nth-child(1) {
  background-image: url('../img/yardBg-01.png');
}
.home-con .example .example-con .example-container .example-bg:nth-child(1) .icon-one:before {
  content: '\e90b';
}
.home-con .example .example-con .example-container .example-bg:nth-child(2) {
  background-image: url('../img/yardBg-02.png');
}
.home-con .example .example-con .example-container .example-bg:nth-child(2) .icon-one:before {
  content: '\e90d';
}
.home-con .example .example-con .example-container .example-bg:nth-child(3) {
  background-image: url('../img/yardBg-03.png');
}
.home-con .example .example-con .example-container .example-bg:nth-child(3) .icon-one:before {
  content: '\e90c';
}
.home-con .example .example-con .example-container .example-bg:nth-child(4) {
  background-image: url('../img/yardBg-04.png');
}
.home-con .example .example-con .example-container .example-bg:nth-child(4) .icon-one:before {
  content: '\e90a';
}
.home-con .example .example-con .example-container .example-bg .example-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -20px;
  z-index: 10;
  text-align: center;
}
.home-con .example .example-con .example-container .example-bg .example-detail .icon-one,
.home-con .example .example-con .example-container .example-bg .example-detail .icon-two,
.home-con .example .example-con .example-container .example-bg .example-detail .icon-three,
.home-con .example .example-con .example-container .example-bg .example-detail .icon-four {
  display: inline-block;
  font-size: 60px;
  color: #fff;
  margin-top: 165px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-con .example .example-con .example-container .example-bg .example-detail .icon-one:after,
.home-con .example .example-con .example-container .example-bg .example-detail .icon-two:after,
.home-con .example .example-con .example-container .example-bg .example-detail .icon-three:after,
.home-con .example .example-con .example-container .example-bg .example-detail .icon-four:after {
  opacity: 1;
  content: '';
  position: absolute;
  top: 88px;
  left: 18px;
  width: 24px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-con .example .example-con .example-container .example-bg .example-detail .example-title {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 22px;
  color: #fff;
  margin: 57px auto 0;
  max-width: 70%;
  text-align: center;
}
.home-con .example .example-con .example-container .example-bg .example-detail .example-content {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  max-width: 74%;
  margin: 55px auto;
  height: 110px;
  overflow-y: auto;
}
.home-con .example .example-con .example-container .example-bg .example-detail .example-content p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  text-align: left;
}
.home-con .example .example-con .example-container .example-bg .example-detail .view-detail {
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  width: 140px;
  height: 40px;
  border: solid 1px #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
}
.home-con .example .example-con .example-container .hover-style:after {
  opacity: 0.7;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #029bfc;
}
.home-con .example .example-con .example-container .hover-style .example-detail {
  position: relative;
}
.home-con .example .example-con .example-container .hover-style .example-detail .icon-one,
.home-con .example .example-con .example-container .hover-style .example-detail .icon-two,
.home-con .example .example-con .example-container .hover-style .example-detail .icon-three,
.home-con .example .example-con .example-container .hover-style .example-detail .icon-four {
  margin-top: 75px;
}
.home-con .example .example-con .example-container .hover-style .example-detail .icon-one:after,
.home-con .example .example-con .example-container .hover-style .example-detail .icon-two:after,
.home-con .example .example-con .example-container .hover-style .example-detail .icon-three:after,
.home-con .example .example-con .example-container .hover-style .example-detail .icon-four:after {
  opacity: 0;
}
.home-con .example .example-con .example-container .hover-style .example-detail .example-title {
  margin-top: 22px;
}
.home-con .example .example-con .example-container .hover-style .example-detail .example-content {
  opacity: 1;
  margin: 15px auto;
}
.home-con .example .example-con .example-container .hover-style .example-detail .view-detail {
  opacity: 1;
}
.home-con .example .view-more {
  margin-top: 45px;
  display: inline-block;
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #029bfc;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 999999;
}
.home-con .example .view-more .icon-arrow {
  margin-left: 22px;
}
.home-con .example .view-more a {
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.home-con .bank {
  padding: 60px 0 55px;
  position: relative;
}
.home-con .bank .bank-list {
  max-width: 1280px;
  margin: 0 auto;
}
.home-con .bank .bank-list:after {
  content: '';
  display: block;
  clear: both;
}
.home-con .bank .bank-list .bank-logo {
  width: 245px;
  float: left;
  height: 130px;
  line-height: 130px;
  margin: -5px 5px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-con .bank .bank-list .bank-logo img {
  margin: auto;
  display: inline-block;
}
.home-con .bank .bank-list .bank-logo:hover {
  box-shadow: 1px 0 5px #f1f1f1, -1px 0 5px #f1f1f1, 0 1px 5px #f1f1f1, 0 -1px 5px #f1f1f1;
}
@media screen and (max-width: 1600px) {
  .home-con .map-titles {
    position: absolute;
    right: 22%;
    bottom: -10%;
  }
  .home-con .bank .bank-list {
    width: 1020px;
  }
}
@media screen and (max-width: 1280px) {
  .home-con .map-titles {
    position: absolute;
    right: 18%;
    bottom: -20%;
  }
  .home-con .bank .bank-list {
    width: 765px;
  }
}
.home-con .same-title,
.home-con .same-title1 {
  font-size: 24px;
  color: #111111;
  margin-bottom: 20px;
}
.home-con .same-description,
.home-con .same-description1 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 65px;
}
.home-con .same-description:nth-child(3n),
.home-con .same-description1:nth-child(3n) {
  margin-top: -55px;
}
.map-titles {
  position: absolute;
  right: 25%;
  bottom: -8%;
}
@media screen and (max-width: 700px) {
    .the-top .swiper-con .the-slide .swiper-img img {
        margin-left: 14%
    }

    .home-con .third-part .same-description {
        max-width: 700px;
        text-align: left;
        line-height: 1.8;
    }
  .map-titles {
    width: 106%;
    position: absolute;
    right: -3% !important;
    bottom: -12% !important;
  }
  .home-con .example .example-con .example-container .hover-style:after {
    opacity: 1;
    width: 0;
    height: 0;
  }
  .the-top .swiper-con .the-slide .banner-con .banner-left {
    margin: 0;
    float: none;
  }
  .the-top .swiper-con .the-slide .banner-con .banner-left .banner-text {
    width: 100%;
  }
  .the-top .swiper-con .the-slide .banner-con .banner-left .banner-text p {
    overflow: visible;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    text-align: center;
  }
  .the-top .swiper-con .the-slide .banner-con .banner-left .banner-text P:nth-child(1) {
    font-size: 28px;
  }
  .the-top .swiper-con .the-slide .banner-con .banner-left .banner-text P:nth-child(2) {
    font-size: 18px;
  }
  .the-top .swiper-con .the-slide .banner-con .banner-left .know-more {
    margin: 0 auto;
  }
  .home-con .the-map .the-title .unionpay-name {
    font-size: 12px;
  }
  .home-con .the-map .the-title .yard-title {
    font-size: 16px;
  }
  .home-con .the-map .schoolyard {
    padding-bottom: 30px;
  }
  .home-con .the-map .schoolyard .yard-con {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box;
  }
  .home-con .the-map .schoolyard .yard-con .swiper-container {
    width: 92%;
    padding-top: 72px;
    height: 92%;
    margin: 20px 4%;
  }
  .home-con .the-map .schoolyard .yard-con .swiper-container .swiper-slide .left-con .left-detail {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
  }
  .home-con .the-map .schoolyard .yard-con .map-right {
    width: 100%;
    height: 160px;
  }
  .home-con .the-map .schoolyard .yard-con .map-right .area > span {
    font-size: 12px;
  }
  .home-con .the-map .schoolyard .yard-con .map-right .the-right {
    top: -50px;
  }
  .home-con .the-map .schoolyard .area700box {
    display: block !important;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .home-con .the-map .schoolyard .area700box .area700 {
    width: 2660px;
    display: flex;
  }
  .home-con .the-map .schoolyard .area700box .area700 .yard-detail {
    margin-left: 10px;
    background: #fff;
    width: 300px;
    height: 140px;
    padding: 20px 10px;
    text-align: left;
  }
  .home-con .the-map .schoolyard .area700box .area700 .yard-detail .detail-title {
    font-size: 16px;
  }
  .home-con .the-map .schoolyard .area700box .area700 .yard-detail .detail-con {
    margin: 20px 0px;
    line-height: 1.8;
    font-size: 12px;
  }
  .home-con .the-map .schoolyard .area700box .area700 .yard-detail a {
    display: none;
    width: 100px;
    height: 32px;
    background: #029bfc;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
  }
  .home-con .the-map .schoolyard .area700box::-webkit-scrollbar {
    display: none;
  }
  .home-con .same-title {
    font-size: 16px;
  }
  .home-con .same-title1 {
    font-size: 16px;
  }
  /*.home-con .third-part .same-description {
    font-size: 12px;
    margin: 0 auto;
  }*/
  .home-con .third-part .same-description > div {
    white-space: nowrap;
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
  /*.home-con .same-description1 {
    font-size: 12px;
  }*/
  .home-con .example {
    width: 100%;
    padding: 40px 10px;
    box-sizing: border-box;
  }
  .home-con .example .example-con {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
  .home-con .example .example-con .example-container {
    width: 1300px;
    display: flex;
    justify-content: space-between;
  }
  .home-con .example .example-con .example-container .example-bg {
    width: 300px;
    background-size: auto;
  }
  .home-con .example .example-con .example-container .example-bg .example-detail .example-title {
    font-size: 16px;
    margin-top: 16px;
  }
  .home-con .example .example-con .example-container .example-bg .example-detail .example-content {
    display: none;
  }
  .home-con .example .example-con .example-container .example-bg .example-detail .view-detail {
    display: none;
  }
  .home-con .example .example-con::-webkit-scrollbar {
    display: none;
  }
  .home-con .bank {
    padding: 60px 0px 0px 0px;
  }    
  .home-con .bank .bank-list {
    width:360px;
  }/*
  .home-con .bank .bank-list {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }*/
  .home-con .bank .bank-list .bankbox {
  /*  flex-flow: wrap;
    width: 1000px;*/
  }
  .home-con .bank .bank-list .bankbox .bank-logo {
    /*width: 190px;*/
    width: 110px;
    height: 70px;
  }
  .home-con .bank .bank-list::-webkit-scrollbar {
    width: 10px;
    height: 2px;
  }
  .home-con .bank .bank-list::-webkit-scrollbar-thumb {
    background: #029bfc;
  }
  .the-top .swiper-con .the-slide .banner-con .banner-right {
    display: none;
  }
  .home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-one:before,
  .home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-two:before,
  .home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-three:before,
  .home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-one:after,
  .home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-two:after,
  .home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .circle-three:after,
  .home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .point-area:before,
  .home-con .the-map .schoolyard .yard-con .map-right .the-right .point-area .point-area:after {
    left: -96px;
    top: -96px;
    width: 200px;
    height: 200px;
  }
  .home-con .example .example-con .example-container .example-bg .example-detail .icon-one:after,
  .home-con .example .example-con .example-container .example-bg .example-detail .icon-two:after,
  .home-con .example .example-con .example-container .example-bg .example-detail .icon-three:after,
  .home-con .example .example-con .example-container .example-bg .example-detail .icon-four:after {
    height: 0;
  }
  .home-con .example .example-con .example-container .example-bg .example-detail .icon-one,
  .home-con .example .example-con .example-container .example-bg .example-detail .icon-two,
  .home-con .example .example-con .example-container .example-bg .example-detail .icon-three,
  .home-con .example .example-con .example-container .example-bg .example-detail .icon-four {
    margin-top: 38px;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}
@-o-keyframes ripple {
  0% {
    opacity: 0;
    -o-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.icon-arrow:before {
  content: '\e909';
}
.view-more:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}
@-webkit-keyframes lighter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes lighter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes lighter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lighter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.the-fade-in {
  animation: slowIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes popIn {
  0% {
    -moz-transform: scale(1);
  }
  35% {
    -moz-transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes popIn {
  0% {
    -o-transform: scale(1);
  }
  35% {
    -o-transform: scale(1.3);
  }
  70% {
    -o-transform: scale(1);
  }
}
@keyframes popIn {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.stopAnimation:before,
.stopAnimation:after {
  animation-play-state: paused;
}
#home > div {
  overflow: hidden !important;
}
@-webkit-keyframes appearIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes appearIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes appearIn {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes appearIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes appearInDelay {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes appearInDelay {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes appearInDelay {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes appearInDelay {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes appearIn1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes appearIn1 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  85% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes appearIn1 {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  85% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes appearIn1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  85% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes appearInDelay1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  70% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes appearInDelay1 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  70% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes appearInDelay1 {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  70% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes appearInDelay1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  70% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes appearInDelay2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes appearInDelay2 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  66% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes appearInDelay2 {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  66% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes appearInDelay2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  66% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes appearInDelay3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  83% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-moz-keyframes appearInDelay3 {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  83% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
  }
}
@-o-keyframes appearInDelay3 {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  83% {
    opacity: 0;
    -o-transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
  }
}
@keyframes appearInDelay3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  83% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes drawLine {
  0% {
    width: 0;
  }
  95% {
    width: 0;
  }
  100% {
    width: 35.92%;
  }
}
@-moz-keyframes drawLine {
  0% {
    width: 0;
  }
  95% {
    width: 0;
  }
  100% {
    width: 35.92%;
  }
}
@-o-keyframes drawLine {
  0% {
    width: 0;
  }
  95% {
    width: 0;
  }
  100% {
    width: 35.92%;
  }
}
@keyframes drawLine {
  0% {
    width: 0;
  }
  95% {
    width: 0;
  }
  100% {
    width: 35.92%;
  }
}
