* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-family: Microsoft YaHei, arial, sans-serif;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
#clear {
  clear: both;
  width: 0;
  height: 0;
  display: block;
}
.pubtitle img {
  margin: 0 auto;
}
.btn {
  width: 145px;
  height: 42px;
  background: #1f9d81;
  color: white;
  text-align: center;
  line-height: 42px;
  margin-top: 20px;
  transition: 0.5s;
}
.btn:hover {
  background: #018a6c;
  transform: translateY(-2px);
  box-shadow: 0 2px 2px #008b49;
}
.pc-top {
  background: white;
}
.pc-top .t-middle {
  width: 1100px;
  height: 60px;
  margin: 0 auto;
  background: white;
}
.pc-top .t-middle .logo {
  float: left;
  width: 203px;
  height: 25px;
  display: block;
  margin-top: 15px;
}
.pc-top .t-middle .navlist {
  float: right;
}
.pc-top .t-middle .navlist .list {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
}
.pc-top .t-middle .navlist .list a {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #262626;
  transition: 0.5s;
}
.pc-top .t-middle .navlist .list a:hover {
  color: #e11e3c;
  transition: 0.5s;
}
.pc-top .t-middle .navlist .list + .list {
  border-left: 1px solid #737373;
}
@keyframes moveRight {
  0% {
    opacity: 0;
    left: 0px;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 890px;
  }
}
@keyframes moveRight {
  0% {
    opacity: 0;
    left: 0px;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 890px;
  }
}
@keyframes moveLeft {
  0% {
    opacity: 0;
    left: 890px;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes moveLeft {
  0% {
    opacity: 0;
    left: 890px;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes horizonal {
  16.65% {
    -webkit-transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes ani {
  0% {
    transform: scale(0.3);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.banner {
  height: 698px;
  background: url(../img/banner.jpg) center no-repeat;
}
.banner .banner-middle {
  width: 1200px;
  height: 698px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url(../img/banner-middle.jpg) center no-repeat;
}
.banner .banner-middle .b-y-1 {
  position: absolute;
  top: 190px;
  left: 80%;
  margin-left: -20px;
  -webkit-animation-name: moveRight;
  animation-duration: 15s;
  animation-delay: 0s;
  animation-name: moveRight;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.banner .banner-middle .b-y-2 {
  position: absolute;
  top: 190px;
  left: 0;
  -webkit-animation-name: moveLeft;
  animation-name: moveLeft;
  animation-duration: 15s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.banner .banner-middle .b-y-3 {
  position: absolute;
  top: 190px;
  right: 0;
  -webkit-animation-name: moveRight;
  animation-duration: 15s;
  animation-delay: 0s;
  animation-name: moveRight;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.banner .banner-middle .b-c {
  position: absolute;
  left: 50%;
  top: 170px;
  margin-left: -413px;
  animation: ani ease 1s;
}
.banner .banner-middle .fly {
  width: 631px;
  height: 112px;
  position: absolute;
  top: 100px;
  left: 312px;
  z-index: 2;
  background: url(../img/fly.png) no-repeat;
}
.banner .banner-middle .guide {
  width: 727px;
  height: 85px;
  position: absolute;
  left: 215px;
  top: 530px;
  background: url(../img/bannerguide.png) no-repeat;
}
.partone {
  height: 578px;
  background: #28be77;
}
.partone .p-middle {
  height: 578px;
  width: 1200px;
  background: #28be77;
  margin: 0 auto;
}
.partone .p-middle .title {
  width: 201px;
  height: 55px;
  background: #ffa636;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 55px;
  border-radius: 50px;
  margin: 0 auto;
}
.partone .p-middle .schedule {
  margin-top: 40px;
}
.partone .p-middle .schedule ul {
  margin-top: 32px;
  width: 295px;
  position: relative;
}
.partone .p-middle .schedule ul .wire {
  width: 2px;
  height: 264px;
  background: white;
  position: absolute;
  left: 7px;
  top: 6px;
}
.partone .p-middle .schedule ul li {
  margin-bottom: 30px;
  color: white;
  font-size: 18px;
}
.partone .p-middle .schedule ul li span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: white;
  border-radius: 50px;
  margin-right: 20px;
}
.partone .p-middle .post {
  width: 520px;
  margin-top: 40px;
  margin-left: 46px;
  margin-right: 53px;
}
.partone .p-middle .post .title {
  width: 301px;
}
.partone .p-middle .post .tab {
  margin-top: 36px;
}
.partone .p-middle .post .tab tr {
  margin-bottom: 20px;
}
.partone .p-middle .post .tab tr .bank {
  width: 110px;
  height: 40px;
  background: #1f9d81;
  color: white;
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #28be77;
}
.partone .p-middle .post .tab tr .time {
  width: 150px;
  height: 40px;
  background: white;
  color: #1F9D81;
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #28be77;
}
.partone .p-middle .hot {
  margin-top: 40px;
}
.partone .p-middle .hot .hotlist {
  margin-top: 32px;
}
.partone .p-middle .hot .hotlist li {
  margin-bottom: 14px;
  width: 285px;
  overflow: hidden;
}
.partone .p-middle .hot .hotlist li span {
  width: 8px;
  height: 8px;
  background: white;
  display: inline-block;
  margin-right: 8px;
  transition: all ease 0.2s;
  margin-bottom: 4px;
}
.partone .p-middle .hot .hotlist li a {
  color: white;
  font-size: 18px;
  width: 267px;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  transition: all ease 0.2s;
}
.partone .p-middle .hot .hotlist li:hover span {
  background: #023e31;
}
.partone .p-middle .hot .hotlist li:hover a {
  color: #023e31;
}
.partone .p-middle .hot .btn {
  width: 110px;
  margin-top: 56px;
}
.parttwo {
  padding-top: 80px;
  padding-bottom: 80px;
}
.parttwo .p-middle {
  width: 1200px;
  margin: 0 auto;
}
.parttwo .p-middle .tab-con {
  margin-top: 66px;
}
.parttwo .p-middle .tab-con .tabnav li {
  width: 400px;
  height: 70px;
  background: #e6e6e6;
  font-size: 22px;
  color: #333333;
  text-align: center;
  line-height: 70px;
  position: relative;
  cursor: pointer;
}
.parttwo .p-middle .tab-con .tabnav li span {
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #28be77;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.parttwo .p-middle .tab-con .tabnav li + li {
  border-left: 1px solid white;
}
.parttwo .p-middle .tab-con .tabnav li:hover {
  background: #28be77;
  color: white;
}
.parttwo .p-middle .tab-con .tabnav .cur {
  background: #28BE77;
  color: white;
}
.parttwo .p-middle .tab-con .tabnav .cur span {
  display: block;
}
.parttwo .p-middle .tab-con .down {
  width: 1200px;
  height: 654px;
  border: 2px solid #28be77;
}
.parttwo .p-middle .tab-con .down .d-one {
  display: none;
  width: 1200px;
  height: 654px;
}
.parttwo .p-middle .tab-con .down .d-one .left {
  width: 798px;
}
.parttwo .p-middle .tab-con .down .d-one .left .title {
  font-size: 24px;
  color: #28BE77;
  margin-top: 64px;
  margin-bottom: 77px;
  text-align: center;
}
.parttwo .p-middle .tab-con .down .d-one .left img {
  margin: 0 auto;
}
.parttwo .p-middle .tab-con .down .d-one .wire {
  height: 517px;
  border: 2px dashed #28BE77;
  margin-top: 34px;
}
.parttwo .p-middle .tab-con .down .d-one .right {
  width: 311px;
  margin-right: 50px;
}
.parttwo .p-middle .tab-con .down .d-one .right .section .title {
  font-size: 18px;
  color: white;
  width: 64px;
  height: 28px;
  background: #60a9db;
  display: block;
  text-align: center;
  line-height: 28px;
  margin-top: 90px;
  margin-bottom: 18px;
}
.parttwo .p-middle .tab-con .down .d-one .right .section .con {
  font-size: 16px;
  color: #333333;
  line-height: 27px;
}
.parttwo .p-middle .tab-con .down .d-one .right .section .con span {
  font-size: 16px;
  color: #28BE77;
  line-height: 27px;
}
.parttwo .p-middle .tab-con .down .d-one .right .sec2 .title {
  margin-top: 32px;
}
.parttwo .p-middle .tab-con .down .d-one .right .tip {
  font-size: 16px;
  color: #999999;
  margin-top: 60px;
}
.parttwo .p-middle .tab-con .down .d-one .right .tip span {
  width: 4px;
  height: 4px;
  background: #999999;
  display: inline-block;
  border-radius: 50px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.parttwo .p-middle .tab-con .down .d-two ul {
  margin-left: 70px;
}
.parttwo .p-middle .tab-con .down .d-two ul li {
  margin-top: 110px;
  width: 245px;
  height: 363px;
  background: url(../img/d-bg1.png) no-repeat;
}
.parttwo .p-middle .tab-con .down .d-two ul li p {
  padding: 80px 36px 0;
  width: 245px;
  height: 240px;
  line-height: 27px;
  color: white;
}
.parttwo .p-middle .tab-con .down .d-two ul li a {
  width: 245px;
  text-align: center;
  font-size: 18px;
  color: white;
  display: block;
  margin-top: 16px;
  color: #96f6ff;
  transition: 0.5s;
}
.parttwo .p-middle .tab-con .down .d-two ul li a:hover {
  transform: translateY(-4px);
}
.parttwo .p-middle .tab-con .down .d-two ul li + li {
  margin-left: 26px;
}
.parttwo .p-middle .tab-con .down .d-two ul .purple {
  background: url(../img/d-bg2.png) no-repeat;
}
.parttwo .p-middle .tab-con .down .d-two ul .purple a {
  color: #ededff;
}
.parttwo .p-middle .tab-con .down .d-three .left .table {
  margin-top: 50px;
  margin-left: 70px;
  border: 1px solid #333333;
}
.parttwo .p-middle .tab-con .down .d-three .left .table tr .name {
  width: 140px;
  height: 45px;
  border-right: 1px solid #333333;
}
.parttwo .p-middle .tab-con .down .d-three .left .table tr .business {
  width: 540px;
  height: 45px;
}
.parttwo .p-middle .tab-con .down .d-three .left .table tr th {
  font-size: 18px;
  font-weight: normal;
  color: white;
  background: #60a9db;
}
.parttwo .p-middle .tab-con .down .d-three .left .table tr td {
  font-size: 16px;
  color: #333333;
  text-align: center;
  border-top: 1px solid #333333;
}
.partthree {
  background: #28be77;
}
.partthree .p-middle {
  width: 1200px;
  margin: 0 auto;
  background: #28be77;
}
.partthree .p-middle .pubtitle {
  padding-top: 80px;
}
.partthree .p-middle .lecture {
  width: 263px;
  margin-left: 46px;
  margin-top: 40px;
}
.partthree .p-middle .lecture .title {
  width: 263px;
  height: 55px;
  background: #ffa636;
  border-radius: 50px;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  color: white;
}
.partthree .p-middle .lecture .timelist {
  position: relative;
}
.partthree .p-middle .lecture .timelist li {
  margin-top: 22px;
}
.partthree .p-middle .lecture .timelist li a {
  position: relative;
  display: inline-block;
  padding-left: 43px;
  color: white;
  line-height: 30px;
  font-size: 18px;
}
.partthree .p-middle .lecture .timelist li a span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50px;
  display: inline-block;
  left: 0;
  top: 8px;
}
.partthree .p-middle .lecture .timelist li a:hover {
  color: #023e31;
}
.partthree .p-middle .lecture .timelist .wire {
  width: 2px;
  height: 460px;
  background: white;
  position: absolute;
  left: 7px;
  top: 0;
}
.partthree .p-middle .info {
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: 50px;
}
.partthree .p-middle .info .up {
  width: 800px;
  height: 122px;
  border: 2px solid #0d7c46;
  color: white;
  line-height: 32px;
  padding: 10px;
}
.partthree .p-middle .info .down {
  margin-top: 30px;
}
.partthree .p-middle .info .down .tool {
  width: 280px;
  margin-left: 60px;
  overflow: hidden;
}
.partthree .p-middle .info .down .tool .title {
  font-size: 24px;
  color: white;
  width: 201px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50px;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
}
.partthree .p-middle .info .down .tool .t-list {
  margin-top: 20px;
  width: 290px;
}
.partthree .p-middle .info .down .tool .t-list li a {
  float: left;
  width: 135px;
  height: 135px;
  background: #178c53;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.partthree .p-middle .info .down .tool .t-list li a .icon {
  width: 58px;
  height: 61px;
  display: block;
  background: url(../img/t1-deafult.png) no-repeat;
  position: absolute;
  left: 46px;
  top: 28px;
  transition: 0.5s;
}
.partthree .p-middle .info .down .tool .t-list li a .icon2 {
  top: 34px;
  background: url(../img/t2-deafult.png) no-repeat;
}
.partthree .p-middle .info .down .tool .t-list li a .icon3 {
  top: 30px;
  background: url(../img/t3-deafult.png) no-repeat;
}
.partthree .p-middle .info .down .tool .t-list li a .icon4 {
  top: 34px;
  background: url(../img/t4-deafult.png) no-repeat;
}
.partthree .p-middle .info .down .tool .t-list li a .text {
  transition: 0.5s;
  width: 135px;
  display: inline-block;
  font-size: 15px;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.partthree .p-middle .info .down .tool .t-list li a:hover .icon {
  transform: translateY(-3px);
}
.partthree .p-middle .info .down .tool .t-list li a:hover .icon1 {
  background: url(../img/t1-hover.png) no-repeat;
}
.partthree .p-middle .info .down .tool .t-list li a:hover .icon2 {
  background: url(../img/t2-hover.png) no-repeat;
}
.partthree .p-middle .info .down .tool .t-list li a:hover .icon3 {
  background: url(../img/t3-hover.png) no-repeat;
}
.partthree .p-middle .info .down .tool .t-list li a:hover .icon4 {
  background: url(../img/t4-hover.png) no-repeat;
}
.partthree .p-middle .info .down .tool .t-list li a:hover .text {
  transform: translateY(3px);
  color: #2dfd4f;
}
.partthree .p-middle .info .down .ques {
  width: 360px;
}
.partthree .p-middle .info .down .ques ul {
  margin-top: 10px;
}
.partthree .p-middle .info .down .ques ul li {
  margin-bottom: 14px;
}
.partthree .p-middle .info .down .ques ul li a {
  position: relative;
  width: 356px;
  color: white;
  font-size: 16px;
  line-height: 24px;
  padding-left: 16px;
  display: block;
}
.partthree .p-middle .info .down .ques ul li a span {
  width: 8px;
  height: 8px;
  background: white;
  position: absolute;
  left: 0;
  top: 8px;
}
.partthree .p-middle .info .down .ques ul li a:hover {
  color: #023e31;
}
.partthree .p-middle .info .down .ques ul li a:hover span {
  background: #023e31;
}
.partthree .p-middle .info .down .ques .btn {
  background: #178c53;
}
.partfour .p-middle {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.partfour .p-middle .pubtitle img {
  padding-top: 80px;
}
.partfour .p-middle .title {
  font-size: 24px;
  color: #28be77;
  margin-bottom: 30px;
}
.partfour .p-middle .title span {
  width: 30px;
  height: 34px;
  display: block;
  float: left;
  margin-right: 10px;
  background: url(../img/leaf.png) no-repeat;
}
.partfour .p-middle .examcon {
  width: 560px;
  margin-top: 50px;
  margin-left: 30px;
}
.partfour .p-middle .examcon .section {
  margin-bottom: 10px;
}
.partfour .p-middle .examcon .section span {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 10px;
}
.partfour .p-middle .examcon .section p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.partfour .p-middle .examcon .section p i {
  display: inline-block;
  width: 1.5em;
}
.partfour .p-middle .examcon .section .data {
  margin-top: 30px;
  margin-left: 96px;
}
.partfour .p-middle .remarks {
  margin-top: 50px;
  margin-left: 70px;
}
.partfour .p-middle .remarks .r-tab .list li {
  width: 100px;
  height: 135px;
  background: #28be77;
  text-align: center;
  line-height: 130px;
  color: white;
  cursor: pointer;
}
.partfour .p-middle .remarks .r-tab .list .cur {
  background: #ffa636;
}
.partfour .p-middle .remarks .r-tab .list li + li {
  border-top: 2px solid white;
}
.partfour .p-middle .remarks .r-tab .r-info {
  width: 391px;
  height: 404px;
  border: 1px solid #28BE77;
}
.partfour .p-middle .remarks .r-tab .r-info .con {
  width: 391px;
  height: 404px;
  padding: 40px;
  display: none;
}
.partfour .p-middle .remarks .r-tab .r-info .con a {
  width: 294px;
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.partfour .p-middle .remarks .r-tab .r-info .con a:hover {
  color: #28be77;
}
.partfour .p-middle .remarks .r-tab .r-info .con a + a {
  margin-top: 35px;
}
.partfour .p-middle .remarks .btn {
  width: 322px;
  height: 40px;
  background: #fc6565;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  margin-top: 40px;
}
.partfour .p-middle .remarks .btn:hover {
  box-shadow: 0 2px 2px #980000;
}
.partfour .p-middle .remarks .angle {
  width: 226px;
  height: 154px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/angle.png) no-repeat;
}
.active-warp {
  margin-top: 60px;
  background: #28be77;
}
.active-warp .middle {
  width: 1200px;
  background: #28BE77;
  margin: 0 auto;
  overflow: hidden;
}
.active-warp .middle .active {
  margin-top: 60px;
}
.active-warp .middle .active ul {
  margin-left: 20px;
}
.active-warp .middle .active ul .courselist {
  width: 366px;
  height: 211px;
  margin-top: 30px;
  cursor: pointer;
  background: url(../img/a1.png) no-repeat;
}
.active-warp .middle .active ul .courselist .title {
  font-size: 24px;
  text-align: center;
  color: white;
  margin-top: 66px;
}
.active-warp .middle .active ul .courselist .profile {
  font-size: 15px;
  text-align: center;
  color: #96f6ff;
  margin-top: 24px;
}
.active-warp .middle .active ul .courselist .book {
  width: 105px;
  height: 40px;
  border-radius: 4px;
  background: #FC6565;
  display: block;
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 40px;
  margin: 20px auto 0;
  transition: 0.5s;
}
.active-warp .middle .active ul .courselist:hover .book {
  transform: translateY(-4px);
}
.active-warp .middle .active ul .courselist + .courselist {
  margin-left: 20px;
}
.active-warp .middle .active ul .list2 .title,
.active-warp .middle .active ul .list3 .title {
  margin-top: 50px;
}
.active-warp .middle .active ul .list2 .profile,
.active-warp .middle .active ul .list3 .profile {
  margin-top: 16px;
}
.active-warp .middle .active ul .list2 {
  background: url(../img/a2.png) no-repeat;
}
.active-warp .middle .active ul .list3 {
  background: url(../img/a3.png) no-repeat;
}
.active-warp .middle .active ul .list3 .title {
  font-size: 22px;
}
.active-warp .middle .active .address {
  width: 1025px;
  margin-left: 100px;
  margin-top: 36px;
  position: relative;
}
.active-warp .middle .active .address .title {
  width: 360px;
  height: 50px;
  color: white;
  float: left;
  line-height: 50px;
  padding-left: 5px;
  margin-right: 16px;
  margin-top: -5px;
  background: url(../img/addbg.png) no-repeat;
}
.active-warp .middle .active .address .add {
  float: left;
}
.active-warp .middle .active .address .add a {
  width: 105px;
  height: 40px;
  background: white;
  color: #05884a;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  margin-bottom: 24px;
  display: block;
  transition: 0.5s;
}
.active-warp .middle .active .address .add:hover a {
  background: #135c39;
  color: white;
}
.active-warp .middle .active .address .phone {
  float: left;
  line-height: 40px;
  font-size: 18px;
  color: #96ffec;
}
.active-warp .middle .welfare .w-con {
  width: 822px;
  height: 341px;
  margin: 30px auto 0;
  background: url(../img/mailbg.png) no-repeat;
}
.active-warp .middle .welfare .w-con .data {
  position: relative;
}
.active-warp .middle .welfare .w-con .data dl {
  margin-top: 55px;
  margin-left: 77px;
}
.active-warp .middle .welfare .w-con .data dl dt {
  font-size: 26px;
  color: #fc6565;
  margin-bottom: 24px;
}
.active-warp .middle .welfare .w-con .data dl dd {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
  margin-left: 10px;
}
.active-warp .middle .welfare .w-con .data dl dd span {
  width: 11px;
  height: 11px;
  background: #fc6565;
  display: inline-block;
  transform: rotate(45deg);
  margin-right: 9px;
}
.active-warp .middle .welfare .w-con .data .book {
  width: 105px;
  height: 40px;
  background: #fc6565;
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 40px;
  display: block;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 156px;
  cursor: pointer;
  transition: 0.5s;
}
.active-warp .middle .welfare .w-con .data .book:hover {
  animation: horizonal 1s ease-in-out both;
  animation-iteration-count: 1;
}
.active-warp .middle .welfare .w-con .data .icon {
  width: 95px;
  height: 95px;
  display: block;
  position: absolute;
  left: 30px;
  top: 210px;
  background: url(../img/ziliao.png) no-repeat;
}
.active-warp .middle .welfare .w-con .data .view {
  left: 20px;
  background: url(../img/view.png) no-repeat;
}
.active-warp .middle .welfare .w-con .data2 dl {
  margin-left: 36px;
}
.active-warp .middle .welfare .w-con .data2 dl dd {
  margin-left: 55px;
}
.active-warp .middle .welfare .w-con .wire {
  width: 2px;
  height: 257px;
  border: 2px dashed #5284b8;
  margin-left: 40px;
  margin-top: 36px;
}
.active-warp .middle .app {
  margin-top: 30px;
}
.active-warp .middle .app .app-con {
  margin-top: 36px;
}
.active-warp .middle .app .app-con .appbg {
  width: 328px;
  height: 399px;
  display: block;
  float: left;
  margin-left: 213px;
  background: url(../img/app.png) no-repeat;
}
.active-warp .middle .app .app-con .wechart {
  float: left;
  width: 340px;
  text-align: center;
  margin-left: 70px;
}
.active-warp .middle .app .app-con .wechart .title {
  font-size: 30px;
  color: white;
  margin-top: 40px;
}
.active-warp .middle .app .app-con .wechart .profile {
  font-size: 22px;
  color: white;
  margin-top: 18px;
}
.active-warp .middle .app .app-con .wechart dl {
  margin-top: 30px;
  overflow: hidden;
}
.active-warp .middle .app .app-con .wechart dl dt {
  float: left;
}
.active-warp .middle .app .app-con .wechart dl dd {
  margin-top: 67px;
  margin-left: 20px;
  color: white;
}
.active-warp .middle .scan .scanlist {
  margin-top: 34px;
  margin-left: 30px;
  padding-bottom: 156px;
}
.active-warp .middle .scan .scanlist li {
  float: left;
}
.active-warp .middle .scan .scanlist li p {
  text-align: center;
  margin-top: 24px;
  color: white;
}
.active-warp .middle .scan .scanlist li + li {
  margin-left: 72px;
}
.getinfo {
  width: 100%;
  height: 130px;
  background: rgba(23, 140, 83, 0.9);
  position: static;
  bottom: 0;
}
.getinfo .middle {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.getinfo .middle .title {
  text-align: center;
  margin-top: 15px;
  color: white;
  font-size: 28px;
}
.getinfo .middle .title span {
  font-size: 16px;
  padding-left: 10px;
}
.getinfo .middle .form {
  margin-top: 15px;
}
.getinfo .middle .form dl {
  float: left;
  margin-left: 30px;
}
.getinfo .middle .form dl dt {
  float: left;
  line-height: 40px;
  color: white;
  font-size: 20px;
}
.getinfo .middle .form dl dd {
  float: left;
}
.getinfo .middle .form dl dd .text {
  width: 218px;
  height: 40px;
  border: 1px solid #006333;
  font-size: 16px;
  padding-left: 10px;
}
.getinfo .middle .form .submit {
  width: 138px;
  height: 47px;
  margin-right: 20px;
  float: right;
  margin-top: -1px;
  font-size: 20px;
  color: #010101;
  background: url(../img/submitbg.png) no-repeat;
}
.getinfo .middle .form .submit:hover {
  animation: horizonal 1s ease-in-out both;
  animation-iteration-count: 1;
}
.book-info {
  display: none;
  width: 340px;
  height: 300px;
  background: white;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
  z-index: 9999;
  border-radius: 4px;
}
.book-info .bclose {
  width: 32px;
  height: 32px;
  background: url(../img/bclose.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.book-info .form dl {
  clear: both;
  margin-left: 26px;
  margin-top: 40px;
}
.book-info .form dl dt {
  float: left;
  line-height: 34px;
  color: black;
  font-size: 16px;
}
.book-info .form dl dt i {
  width: 16px;
  display: inline-block;
}
.book-info .form dl dd {
  float: left;
}
.book-info .form dl dd .text {
  margin-bottom: 10px;
  width: 218px;
  height: 34px;
  border: 1px solid #006333;
  font-size: 14px;
  padding-left: 10px;
}
.book-info .form .submit {
  width: 120px;
  height: 30px;
  font-size: 14px;
  border-radius: 4px;
  background: #28be77;
  color: white;
  margin-left: 125px;
  margin-top: 20px;
  cursor: pointer;
}
.welfarebook {
  display: none;
  width: 340px;
  height: 200px;
  background: white;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
  z-index: 9999;
  border-radius: 4px;
}
.welfarebook .title {
  width: 100%;
  height: 50px;
  background: #28be77;
  color: white;
  text-align: center;
  line-height: 50px;
}
.welfarebook .con {
  width: 100%;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 30px;
}
.welfarebook .w-close {
  width: 32px;
  height: 32px;
  background: url(../img/bclose.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 6px;
  cursor: pointer;
}
.popbg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.6;
  z-index: 999;
}
.slide {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -230px;
  z-index: 9997;
}
.slide .ball {
  width: 95px;
  height: 123px;
  margin: 0 auto;
  display: block;
  background: url(../img/ball.png) no-repeat;
  animation: updown .8s ease infinite 80ms alternate;
}
.slide ul {
  margin-top: 15px;
}
.slide ul li {
  margin-bottom: 1px;
}
.slide ul li a {
  width: 118px;
  height: 36px;
  line-height: 36px;
  display: block;
  font-size: 14px;
  color: white;
  background: #49b8bf;
  text-align: center;
  border: 1px solid white;
}
.slide .close {
  width: 41px;
  height: 42px;
  display: block;
  background: url(../img/close.png) no-repeat;
  margin: 20px auto 0;
  cursor: pointer;
}
.open {
  z-index: 9997;
  width: 28px;
  height: 100px;
  background: #49b8bf;
  color: white;
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
  position: fixed;
  right: -28px;
  top: 50%;
  margin-top: -50px;
  z-index: 9999;
}
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  100% {
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}
/*# sourceMappingURL=style.css.map */
