body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font: inherit;
  border: 0;
  outline: 0;
}

a {
  color: #333;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

input::-webkit-input-placeholder {
  color: #d8d8d8;
}

input::-moz-placeholder {
  color: #d8d8d8;
}

input:-moz-placeholder {
  color: #d8d8d8;
}

input:-ms-input-placeholder {
  color: #d8d8d8;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font: 14px/1.5 "Microsoft YaHei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, "STHeiTi", sans-serif;
  color: #333;
  min-width: 1200px;
  background-color: #F7FBFF;
  position: relative;
  z-index: 1;
}

.wrapper {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}

.banner-box {
  height: 606px;
  width: 100%;
  background: url("../images/banner.png") no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.banner-box .banner {
  width: 1200px;
  height: 606px;
  margin: 0 auto;
  position: relative;
}
.banner-box .banner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 66px;
}
.banner-box .banner .logo img {
  height: 36px;
  width: auto;
  margin-right: 30px;
}
.banner-box .banner .title {
  width: 710px;
  height: 190px;
  background: url("../images/banner-txt.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 34px;
}
.banner-box .banner .desc-part {
  width: 1200px;
}
.banner-box .banner .desc-part .desc-p {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  position: absolute;
}
.banner-box .banner .desc-part .desc-p.left {
  text-align: left;
  top: 455px;
  left: 40px;
}
.banner-box .banner .desc-part .desc-p.right {
  top: 487px;
  right: 40px;
  text-align: right;
}
.banner-box .banner .desc-part .desc-p.right em {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: #FEF3AB;
}

.body-box {
  position: relative;
  top: 606px;
}
.body-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1020px;
  margin: 30px auto 49px;
}
.body-box .tab-list .tab-item {
  width: 270px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.body-box .tab-list .tab-item:nth-child(1) {
  background-image: url(../images/tab1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.body-box .tab-list .tab-item:nth-child(2) {
  background-image: url(../images/tab2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.body-box .tab-list .tab-item:nth-child(3) {
  background-image: url(../images/tab3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.body-box .tab-list .tab-item:hover .content {
  color: #FFEABC;
}
.body-box .tab-list .tab-item .title {
  width: 90px;
  height: 46px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFB764), to(#E8D7AF));
  background-image: linear-gradient(90deg, #FFB764 0%, #E8D7AF 100%);
  border-radius: 28px;
  font-family: PingFang SC;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 46px;
  font-weight: 600;
  margin-left: 12px;
}
.body-box .tab-list .tab-item .content {
  font-family: PingFang SC;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  margin-left: 10px;
}
.body-box .tab-list .active .title {
  background: #FFB764;
}
.body-box .tab-list .active .content {
  color: #FFEABC;
}
.body-box .tab-list .active::before {
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 29px;
  height: 6px;
  background: #0F95FF;
  border-radius: 21px;
  position: absolute;
}
.body-box .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.body-box .title-wrapper img {
  width: 50px;
  height: 28px;
}
.body-box .title-wrapper img.r {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.body-box .title-wrapper .title {
  margin: 0 54px;
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #0048CE;
}
.body-box .course-list-box {
  width: 1200px;
  margin: 0 auto;
}
.body-box .course-list-box .list-container {
  width: 1200px;
  border-radius: 32px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.062745098);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.062745098);
  padding: 30px;
}
.body-box .course-list-box .list-container .courselist-box:not(:last-child) {
  margin-bottom: 80px;
}
.body-box .course-list-box .list-container .courselist-box.small {
  width: calc(50% - 10px);
  display: inline-block;
}
.body-box .course-list-box .list-container .courselist-box.small.small1 {
  margin-right: 20px;
}
.body-box .course-list-box .list-container .courselist-box .mode-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.body-box .course-list-box .list-container .courselist-box .mode-title .title {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #333;
}
.body-box .course-list-box .list-container .courselist-box .mode-title .more {
  width: 120px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #FF872E;
  text-align: center;
  line-height: 32px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  color: #0048CE;
  border: 1px solid #0048CE;
}
.body-box .course-list-box .list-container .courselist-box .mode-title .more:hover {
  color: rgba(0, 72, 206, 0.7843137255);
  border: 1px solid rgba(0, 72, 206, 0.7843137255);
}
.body-box .course-list-box .list-container .courselist-box .mode-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F7FBFF;
}
.body-box .course-list-box .list-container .courselist-box .mode-list .course-item {
  display: inline-block;
  width: 240px;
  height: 150px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 40px;
}
.body-box .course-list-box .list-container .courselist-box .mode-list .course-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.body-box .course-list-box .list-container .courselist-box .mode-list .course-item .hover-pic {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  text-align: center;
  line-height: 160px;
}
.body-box .course-list-box .list-container .courselist-box .mode-list .course-item .hover-pic img {
  width: 40px;
  height: 40px;
}
.body-box .course-list-box .list-container .courselist-box .mode-list .course-item:hover .hover-pic {
  display: block;
}
.body-box .course-list-box .list-container .courselist-box .mode-list .course-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.body-box .teacher-list-box {
  width: 1200px;
  margin: 0 auto;
}
.body-box .teacher-list-box .title-wrapper {
  margin-top: 90px;
  margin-bottom: 40px;
}
.body-box .teacher-list-box .teacher-list {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../images/teacher-bg.png) no-repeat;
  background-size: 980px 400px;
  background-position: 80px 10px;
}
.body-box .teacher-list-box .teacher-list img {
  width: 140px;
  height: 170px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 60px;
  margin-bottom: 60px;
}
.body-box .teacher-list-box .teacher-list img:nth-child(6n) {
  margin-right: 0;
}
.body-box .teacher-list-box .teacher-list img:nth-last-child(-n+6) {
  margin-bottom: 0;
}
.body-box .teacher-list-box .teacher-list img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.body-box .metting-box {
  width: 100%;
}
.body-box .metting-box .title-wrapper {
  width: 1200px;
  margin: 90px auto 40px;
}
.body-box .metting-box .metting-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.body-box .metting-box .metting-list a:first-child {
  margin-right: 60px;
}
.body-box .metting-box .metting-list img {
  width: 570px;
  height: 289px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.body-box .metting-box .metting-list img:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.body-box .metting-box .metting-list .bg {
  position: absolute;
  width: 100%;
  height: 140px;
  background: #0F95FF;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.body-box .good-comment-box {
  background: #fff;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 252px;
}
.body-box .good-comment-box .title-wrapper {
  width: 1200px;
  margin: 0 auto 82px;
}
.body-box .good-comment-box .good-comment-list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.body-box .good-comment-box .good-comment-list .swiper {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.body-box .good-comment-box .good-comment-list .swiper .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
}
.body-box .good-comment-box .good-comment-list .swiper .swiper-wrapper .swiper-slide {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #23345D;
  width: 320px !important;
  background: url(../images/icon.png) no-repeat;
  background-size: 121px 120px;
  background-position: 199px 80px;
}
.body-box .good-comment-box .good-comment-list .swiper .swiper-wrapper .swiper-slide .face-img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.body-box .good-comment-box .good-comment-list .swiper .swiper-wrapper .swiper-slide .desc {
  font-size: 16px;
  margin-top: 25px;
}
.body-box .good-comment-box .good-comment-list .swiper .swiper-wrapper .swiper-slide .from {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #666666;
  margin-top: 17px;
}
.body-box .good-comment-box .good-comment-list .swiper-button-prev,
.body-box .good-comment-box .good-comment-list .swiper-button-next {
  position: absolute;
  top: 97px;
  width: 24px;
  height: 46px;
  background-image: url(../images/swiper-btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.body-box .good-comment-box .good-comment-list .swiper-button-prev::after,
.body-box .good-comment-box .good-comment-list .swiper-button-next::after {
  display: none;
}
.body-box .good-comment-box .good-comment-list .swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.body-box .good-comment-box .good-comment-list .swiper-button-next {
  right: 0;
}
.body-box .good-comment-box .good-comment-list .swiper-button-disabled.swiper-button-prev, .body-box .good-comment-box .good-comment-list .swiper-button-disabled.swiper-button-next {
  background-image: url(../images/swiper-btn2.png);
}
.body-box .good-comment-box .good-comment-list .swiper-button-disabled.swiper-button-prev {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.body-box .good-comment-box .good-comment-list .swiper-button-disabled.swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.body-box .ser-wrap {
  width: 100%;
  height: 384px;
  background-color: #D7BC8B;
  position: relative;
}
.body-box .ser-wrap .use-wrap {
  width: 100%;
  position: absolute;
  z-index: 100;
  top: -97px;
}
.body-box .ser-wrap .use-wrap .use-list {
  width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.body-box .ser-wrap .use-wrap .use-list .use-card {
  width: 250px;
  height: 170px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), to(#FFF0DF));
  background-image: linear-gradient(180deg, #FFFFFF 50%, #FFF0DF 100%);
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.body-box .ser-wrap .use-wrap .use-list .use-card img {
  width: 111px;
  height: 98px;
}
.body-box .ser-wrap .use-wrap .use-list .use-card .title {
  font-family: PingFang SC;
  font-size: 18px;
  color: #B36015;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
}
.body-box .ser-wrap .ser-list {
  width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 140px;
  padding-top: 103px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.body-box .ser-wrap .ser-list .ser-item {
  width: 380px;
}
.body-box .ser-wrap .ser-list .ser-item .right div {
  font-family: PingFang SC;
  font-size: 13px;
  color: #9E7022;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 400;
}
.body-box .ser-wrap .ser-list .ser-item .open-btn {
  width: 226px;
  height: 66px;
  font-family: PingFang SC;
  font-size: 22.56px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  line-height: 66px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
  display: block;
}
.body-box .ser-wrap .ser-list .ser-item .open-btn:hover {
  color: #FFEFB9;
}
.body-box .ser-wrap .ser-list .personal .open-btn {
  background-size: 100% 100%;
  background-image: url(../images/vipbtn1.png);
}
.body-box .ser-wrap .ser-list .enterprise .open-btn {
  background-size: 100% 100%;
  background-image: url(../images/vipbtn2.png);
}
.body-box .side-nav {
  position: fixed;
  display: none;
  top: 20%;
  right: 0;
  z-index: 9999;
  width: 140px;
  height: 500px;
  background-image: url(../images/nav_bg.png);
  background-size: 100% 100%;
}
.body-box .side-nav .side-list {
  padding-top: 90px;
}
.body-box .side-nav .side-list .title {
  width: 140px;
  height: 38px;
  margin: 0 auto;
  font-family: PingFang SC;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  font-weight: 400;
  cursor: pointer;
}
.body-box .side-nav .side-list .title.active {
  background: #00D9FF;
  color: #0003C2;
  font-weight: 700;
}
.body-box .side-nav .side-take {
  width: 140px;
  height: 65px;
  background: #1271FF;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body-box .side-nav .side-take img {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 23px;
  height: 25px;
}
.body-box .side-nav .side-take .title {
  font-family: PingFang SC;
  font-size: 16px;
  color: #EFD399;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}
.body-box .side-nav .side-gzh {
  width: 100%;
}
.body-box .side-nav .side-gzh img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top: 16px;
}
.body-box .side-nav .side-gzh .title {
  font-family: PingFang SC;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 5px;
}
.body-box .side-nav .side-totop {
  font-family: PingFang SC;
  font-size: 16px;
  color: #B3CBFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}
.body-box .side-nav .side-totop:hover {
  color: #FFFFFF;
}/*# sourceMappingURL=index.css.map */