* {
  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-family: Microsoft YaHei, arial, sans-serif;
  font-size: 16px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#clear {
  clear: both;
  width: 0;
  height: 0;
  display: block;
}
body {
  width: 100%;
  min-width: 360px;
  background: #fff;
}
.public-title {
  width: 100%;
  height: 68px;
  background: #556270;
  color: white;
  text-align: center;
  line-height: 68px;
  font-size: 36px;
}
.public-title span {
  font-size: 36px;
  color: #fcd645;
}
.public-btn {
  width: 260px;
  height: 50px;
  border: 1px solid #6a3906;
  display: block;
  border-radius: 50px;
  color: #4C4C4C;
  text-align: center;
  line-height: 50px;
  margin: 100px auto 0;
  transition: 0.5s;
}
.public-btn:hover {
  background: #f57400;
  border: 1px solid #f57400;
  color: white;
}
.main {
  width: 959px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@keyframes left {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes right {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.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;
}
.phone-top {
  display: none;
  position: relative;
}
.phone-top .top-nav {
  width: 100%;
  height: 60px;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.phone-top .top-nav .logo {
  width: 203px;
  height: 25px;
  display: block;
  float: left;
  padding-left: 15px;
  margin-top: 15px;
}
.phone-top .top-nav .navicon {
  width: 26px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  background: url(imgnavicon.png) no-repeat;
}
.phone-top .top-nav .trangle {
  transition: 0.5s;
  transform: rotate(90deg);
}
.phone-top .sublist {
  display: none;
  width: 100%;
  height: 100%;
  background: #e11e3c;
  position: fixed;
  padding-top: 60px;
  z-index: 9998;
}
.phone-top .sublist .list {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.phone-top .sublist .list a {
  font-size: 16px;
  color: white;
}
.phone-top .sublist .list + .list {
  border-top: 1px solid #e03d54;
}
.banner {
  height: 600px;
  background: url(imgbanner.jpg) center no-repeat;
  overflow: hidden;
}
.banner .banner-middle {
  width: 1100px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
.banner .banner-middle .b-left {
  width: 790px;
  height: 479px;
  position: absolute;
  left: 149px;
  top: 66px;
  animation: left 0.6s linear;
}
.banner .banner-middle .b-right {
  width: 220px;
  height: 329px;
  position: absolute;
  right: 149px;
  top: 126px;
  animation: right 0.6s linear;
  animation-fill-mode: both;
}
.phone-banner {
  display: none;
  padding-top: 60px;
}
.change-warp .main .con .change {
  height: 300px;
  background: #f5f5f5;
}
.change-warp .main .con .change h3 {
  height: 62px;
  line-height: 62px;
  font-size: 24px;
  background: #59bbf1;
  text-align: center;
  color: white;
}
.change-warp .main .con .change .text {
  padding: 10px 0px;
  font-size: 16px;
  color: #262626;
  width: 85%;
  margin: 0 auto;
  line-height: 26px;
}
.change-warp .main .con .change .text1 {
  margin-top: 20px;
  border-bottom: 1px solid #cccccc;
}
.change-warp .main .con .change .c-btn {
  width: 160px;
  height: 36px;
  display: block;
  background: #9f9f9f;
  color: white;
  text-align: center;
  line-height: 36px;
  border-radius: 50px;
  margin: 20px auto 0;
  transition: 0.5s;
}
.change-warp .main .con .change .c-btn:hover {
  background: #59bbf1;
  transform: translateY(-5px);
  box-shadow: 0 5px 5px #cacaca;
}
.change-warp .main .con .vs {
  width: 126px;
  height: 147px;
  display: block;
  background: url(imgvs.png) no-repeat;
  background-size: 80%;
  margin-top: 90px;
  margin-left: 22px;
}
.change-warp .main .con .challenge h3 {
  background: #46b29a;
}
.info-warp .main .list {
  cursor: pointer;
  height: 200px;
  border: 1px solid #cccccc;
  border-top: 1px solid #ffc107;
  position: relative;
  transition: 0.5s;
}
.info-warp .main .list .wire {
  width: 0;
  height: 1px;
  background: #ffc107;
  position: absolute;
  top: 0px;
  left: 0;
  transition: 0.5s;
}
.info-warp .main .list .w2 {
  background: #59bbf1;
}
.info-warp .main .list .w3 {
  background: #46b29a;
}
.info-warp .main .list .w4 {
  background: #ec4c47;
}
.info-warp .main .list .icon {
  width: 62px;
  height: 62px;
  display: block;
  margin: 30px auto 10px;
  background: url(imgicon.png) 7px 8px no-repeat;
}
.info-warp .main .list .l-text {
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
}
.info-warp .main .list .list-btn {
  width: 107px;
  height: 30px;
  display: block;
  margin: 12px auto 0;
  border: 1px solid #cccccc;
  border-radius: 8px;
  color: #737373;
  line-height: 30px;
  text-align: center;
  transition: 0.5s;
}
.info-warp .main .list:hover {
  transform: translateY(-5px);
}
.info-warp .main .list:hover .wire {
  width: 100%;
}
.info-warp .main .list:hover .list-btn {
  background: #ebb001;
  color: white;
}
.info-warp .main .list:hover .l2 {
  background: #59bbf1;
}
.info-warp .main .list:hover .l3 {
  background: #46b29a;
}
.info-warp .main .list:hover .l4 {
  background: #ec4c47;
}
.info-warp .main .list1 {
  margin-bottom: 20px;
}
.info-warp .main .two {
  border-top: 1px solid #59bbf1;
}
.info-warp .main .two .icon {
  background: url(imgicon.png) -100px 8px no-repeat;
}
.info-warp .main .three {
  border-top: 1px solid #46b29a;
}
.info-warp .main .three .icon {
  background: url(imgicon.png) 5px -76px no-repeat;
}
.info-warp .main .four {
  border-top: 1px solid #ec4c47;
}
.info-warp .main .four .icon {
  background: url(imgicon.png) -100px -73px no-repeat;
}
.info-warp .main .five {
  border-top: 1px solid #ec4c47;
}
.info-warp .main .five .icon {
  background: url(imgicon.png) 9px -166px no-repeat;
}
.info-warp .main .six {
  border-top: 1px solid #46b29a;
}
.info-warp .main .six .icon {
  background: url(imgicon.png) -102px -168px no-repeat;
}
.info-warp .main .seven {
  border-top: 1px solid #59bbf1;
}
.info-warp .main .seven .icon {
  background: url(imgicon.png) 9px -254px no-repeat;
}
.info-warp .main .eight {
  border-top: 1px solid #ffc107;
}
.info-warp .main .eight .icon {
  background: url(imgicon.png) -102px -258px no-repeat;
}
.time-warp .main .time-list {
  width: 100%;
  height: 2px;
  background: #aaaaaa;
  margin-top: 80px;
  position: relative;
}
.time-warp .main .time-list li {
  float: left;
  width: 20px;
  height: 20px;
  background: #59bbf1;
  border-radius: 50px;
  margin-top: -10px;
  margin-left: 7%;
  margin-right: 5%;
  position: relative;
}
.time-warp .main .time-list li .top {
  position: absolute;
  top: -60px;
  left: -54px;
  width: 125px;
  font-size: 16px;
  text-align: center;
  color: #4c4c4c;
}
.time-warp .main .time-list li .down {
  position: absolute;
  top: 34px;
  left: -54px;
  width: 125px;
  font-size: 16px;
  text-align: center;
  color: #4c4c4c;
}
.time-warp .main .small-list {
  display: none;
}
.student-warp .main .stu-list {
  position: relative;
}
.student-warp .main .stu-list span {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 70%;
  margin-left: -37%;
  height: 50px;
  border: 1px solid #f57400;
  background: white;
  font-size: 20px;
  color: #F57400;
  text-align: center;
  line-height: 50px;
}
.student-warp .main .public-btn {
  margin-top: 80px;
}
.online-warp .main .online-text {
  color: #4C4C4C;
  line-height: 25px;
  font-size: 14px;
}
.online-warp .main .online-text .online-title {
  font-size: 20px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.online-warp .main .online-text .name {
  font-weight: bold;
}
.online-warp .main .buy {
  width: 112px;
  height: 36px;
  display: block;
  border: 1px solid #999999;
  border-radius: 5px;
  float: left;
  margin-right: 26px;
  color: #262626;
  text-align: center;
  line-height: 36px;
  margin-top: 20px;
  transition: 0.5s;
}
.online-warp .main .buy:hover {
  background: #f57400;
  border: 1px solid #F57400;
  color: white;
}
.video-warp .teacher {
  width: 333px;
  height: 501px;
  border: 1px solid #999999;
  float: right;
}
.video-warp .teacher .image {
  width: 165px;
  height: 165px;
  display: block;
  margin: 40px auto 0;
  background: url(imgteacher.png) no-repeat;
}
.video-warp .teacher .profile {
  font-size: 14px;
  color: #4C4C4C;
  line-height: 23px;
  text-align: center;
  padding: 20px 30px 30px;
}
.video-warp .teacher .profile .t-name {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
}
.video-warp .teacher .classbtn {
  width: 162px;
  height: 41px;
  display: block;
  background: #f57400;
  color: white;
  text-align: center;
  line-height: 41px;
  margin: 0 auto;
  border-radius: 8px;
  transition: 0.5s;
}
.video-warp .teacher .classbtn:hover {
  transform: translateY(-5px);
}
.video-warp .playvideo {
  float: right;
  width: 626px;
  height: 501px;
  background: url(imgvideo.jpg) no-repeat;
  position: relative;
  cursor: pointer;
}
.video-warp .playvideo .mask {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
}
.video-warp .playvideo .playbtn {
  width: 76px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 38%;
  transition: 0.5s;
  background: url(imgplay.png) no-repeat;
}
.video-warp .playvideo .playtext {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 54%;
  color: white;
  transition: 0.5s;
}
.video-warp .playvideo:hover .playbtn {
  top: 36%;
}
.video-warp .playvideo:hover .playtext {
  top: 56%;
}
.video-warp .activity {
  width: 100%;
  border: 1px solid #f57400;
  margin-top: 40px;
}
.video-warp .activity .a-info {
  width: 70%;
  float: left;
  padding-top: 28px;
  padding-left: 36px;
}
.video-warp .activity .a-info .a-title {
  font-size: 20px;
  color: #f57400;
  padding-left: 24px;
  position: relative;
}
.video-warp .activity .a-info .a-title:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  background: #f57400;
  top: 6px;
  left: 0;
  transform: rotate(45deg);
}
.video-warp .activity .a-info .a-text {
  color: #4C4C4C;
  line-height: 26px;
  padding-top: 10px;
}
.video-warp .activity .a-info .a-text span {
  color: #f57400;
}
.video-warp .activity .a-right {
  width: 28%;
  background: #f57400;
  float: right;
  margin-left: 2%;
}
.video-warp .activity .a-right .right-text {
  display: block;
  width: 100%;
  font-size: 28px;
  color: white;
  text-align: center;
  padding-top: 26px;
}
.video-warp .activity .a-right .num {
  width: 192px;
  height: 66px;
  display: block;
  margin: 15px auto 20px;
  background: url(img1000.png) no-repeat;
}
.video-warp .activity .a-right .public-btn {
  margin: 0;
  width: 60%;
  height: 40px;
  border: 1px solid white;
  margin: 0 auto 20px;
  font-size: 18px;
  color: white;
  line-height: 40px;
  transition: 0.5s;
}
.video-warp .activity .a-right .public-btn:hover {
  background: white;
  color: #f57400;
}
.study .main .studybox {
  width: 100%;
  height: 440px;
  position: relative;
}
.study .main .studybox .list {
  position: absolute;
  width: 288px;
  text-align: center;
}
.study .main .studybox .list .s-icon {
  width: 77px;
  height: 77px;
  display: block;
  margin: 0 auto;
  background: url(imgs1.png) no-repeat;
}
.study .main .studybox .list .s-title {
  font-size: 18px;
  color: #262626;
  padding-top: 17px;
  padding-bottom: 10px;
}
.study .main .studybox .list .s-text {
  color: #737373;
  line-height: 26px;
}
.study .main .studybox .one {
  left: 0;
  top: 0;
}
.study .main .studybox .two {
  right: 0;
  top: 0;
}
.study .main .studybox .two .s-icon {
  background-image: url(imgs2.png);
}
.study .main .studybox .three {
  left: 0;
  bottom: 0;
}
.study .main .studybox .three .s-icon {
  background-image: url(imgs3.png);
}
.study .main .studybox .four {
  right: 0;
  bottom: 0;
}
.study .main .studybox .four .s-icon {
  background-image: url(imgs4.png);
}
.study .main .studybox .middleimg {
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -152px;
}
.study .main .studybox .middleimg .middle {
  width: 305px;
  height: 260px;
  display: block;
  background: url(imgmiddleimg.png) no-repeat;
}
.study .main .studybox .middleimg span {
  font-size: 28px;
  color: #f57400;
  display: block;
  text-align: center;
  padding-top: 20px;
}
.study .main .chart {
  width: 100%;
  background: #46b29a;
  border-radius: 5px;
  margin-top: 40px;
}
.study .main .chart .chartlist dt {
  float: left;
  padding: 20px;
}
.study .main .chart .chartlist dd {
  text-align: center;
  color: white;
  float: left;
  padding-top: 70px;
}
.footer {
  background: #556270;
  border-top: 1px solid white;
}
.footer .copy-middle {
  border-top: 1px solid white;
  background: #556270;
  overflow: hidden;
}
.footer .copy-middle .footer-list {
  width: 770px;
  margin: 40px auto 0;
}
.footer .copy-middle .footer-list li {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  height: 16px;
  line-height: 16px;
}
.footer .copy-middle .footer-list li a {
  transition: 0.5s;
  color: white;
  padding-left: 6px;
}
.footer .copy-middle .footer-list li + li {
  border-left: 1px solid white;
}
.footer .copy-middle .footer-list li:hover a {
  transition: 0.5s;
  color: #625037;
}
.footer .copy-middle p {
  color: white;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}
.slide {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -100px;
}
.slide .s-list {
  width: 108px;
  height: 30px;
  background: #46B29A;
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 30px;
}
.slide .s-top {
  cursor: pointer;
}
.slide .close {
  cursor: pointer;
  width: 31px;
  height: 32px;
  display: block;
  background: url(imgclose.png) no-repeat;
  margin: 20px auto 0;
}
.open {
  z-index: 9997;
  width: 28px;
  height: 100px;
  background: #46B29A;
  color: white;
  cursor: pointer;
  text-align: center;
  padding-top: 5px;
  position: fixed;
  right: -28px;
  top: 50%;
  margin-top: -50px;
  z-index: 9999;
}
/*# sourceMappingURL=style.css.map */
