﻿
.swiper-wrapper {
  height: auto !important;
}
body .banner {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: relative;
}
body .banner img {
  width: 100%;
}
body .banner .swiper-pagination {
  bottom: 78px;
}
body .banner .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background: #666666;
  opacity: 1;
  display: inline-block;
  border-radius: 0px;
  margin-left: 27px;
  bottom: -30px;
}
body .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #dbbe89;
}
body .tab {
  width: 100%;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  cursor: pointer;
}
body .tab .title-tab {
  margin-top: -60px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}
body .tab .title-tab ul {
  z-index: 9;
  position: absolute;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  top: -60px;
}
body .tab .title-tab ul li {
  float: left;
  width: 50%;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
body .tab .title-tab ul li:first-child {
  text-align: left;
}
body .tab .title-tab ul li:first-child.active {
  color: #dbbe89;
}
body .tab .title-tab ul li:last-child {
  text-align: right;
}
body .tab .title-tab ul li:last-child.active {
  color: #dbbe89;
}
body .tab .pic-tab ul {
  position: absolute;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  top: -60px;
  z-index: 8;
}
body .tab .pic-tab ul li {
  width: calc(50% + 10px);
  height: 60px;
  transition: all 0.4s ease-in-out;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
body .tab .pic-tab ul li:first-child {
  background: url(../img/b106f9722da518065f39e80ec61d4fe6.png) no-repeat right;
  margin-left: -10px;
}
body .tab .pic-tab ul li:first-child.active {
  background: url(../img/4265490a2663c9f319fbe7f2f1e96e35.png) no-repeat right;
}
body .tab .pic-tab ul li:last-child {
  width: calc(50% + 11px);
  background: url(../img/565e735f2683f679f881f31aa61b9750.png) no-repeat left;
  margin-left: -11px;
}
body .tab .pic-tab ul li:last-child.active {
  width: calc(50% + 11px);
  background: url(../img/a6fb1cc23d2e3f53a81660e657b1c1e4.png) no-repeat left;
}
body .tab .sign-godown {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  text-align: center;
  height: 100px;
  position: absolute;
}
body .tab .sign-godown img {
  width: 95px;
  animation: godown 1s forwards steps(4, end) infinite;
}
body .unique {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0px auto;
}
body .unique ul {
  width: 100%;
}
body .unique ul li {
  width: 20%;
  float: left;
  text-align: center;
  margin-right: 6.66%;
}
body .unique ul li:last-child {
  margin-right: 0px;
}
body .unique ul li .img-box {
  width: 100%;
  max-width: 180px;
  position: relative;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
}
body .unique ul li .img-box img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
body .unique ul li .img-box img.img-animation {
  transform: scale(1);
}
body .unique ul li .img-box .img-line {
  width: 164px;
  height: 164px;
  position: absolute;
  top: 8px;
  left: 8px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  border-radius: 50%;
  transform: rotate(25deg);
}
body .unique ul li .img-box .img-line:hover {
  width: 180px;
  height: 180px;
  left: 0px;
  top: 0px;
}
body .unique ul li .p1 {
  font-size: 0.95rem;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 180px;
  margin-top: 5px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
}
body .unique ul li .p2{
  width: 100%;
  display: inline-block;
  color: #999;
  font-size: 0.8rem;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .unique ul li:first-child .img-line {
  border-bottom: none !important;
}
body .unique ul li:nth-child(2) .img-box img {
  transition-delay: 0.1s;
}
body .unique ul li:nth-child(2) .img-line {
  border-left: none !important;
}
body .unique ul li:nth-child(3) .img-box img {
  transition-delay: 0.2s;
}
body .unique ul li:nth-child(3) .img-line {
  border-top: none !important;
}
body .unique ul li:nth-child(4) .img-box img {
  transition-delay: 0.3s;
}
body .unique ul li:nth-child(4) .img-line {
  border-right: none !important;
}
body .unique ul::after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
}
body .platform-box {
  margin-top: 160px;
  width: 100%;
  position: relative;
  background: #f3f3f3;
  height: 400px;
}
body .platform-box .platform {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}
body .platform-box .platform .p-left {
  width: 50%;
  float: left;
  position: relative;
}
body .platform-box .platform .p-left .phone {
  position: absolute;
  top: -105px;
  width: 263px;
  height: 490px;
  opacity: 0;
  left: -390px;
  transition: all 0.8s ease-in-out;
}
body .platform-box .platform .p-left .phone img {
  margin-left: -20px;
}
body .platform-box .platform .p-left .phone:hover {
  top: -115px;
}
body .platform-box .platform .p-left .bubble {
  width: calc(100% - 263px);
  margin-left: 0px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
body .platform-box .platform .p-left .bubble ul li {
  width: auto;
  max-width: 186px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 3px 4px #ccc;
  padding: 10px 25px;
  font-size: 1.2rem;
  display: inline-block;
  color: #333;
  position: relative;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
body .platform-box .platform .p-left .bubble ul li:nth-child(2n) {
  margin-left: 80px;
}
body .platform-box .platform .p-left .bubble ul li:nth-child(2n):hover {
  margin-left: 40px;
}
body .platform-box .platform .p-left .bubble ul li:hover {
  margin-left: 80px;
}
body .platform-box .platform .p-left .bubble ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  width: 0px;
  height: 0px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
body .platform-box .platform .p-left-company {
  width: 70%;
  position: relative;
}
body .platform-box .platform .p-left-company .company {
  position: absolute;
  top: -65px;
  width: 750x;
  height: 450px;
  opacity: 0;
  left: -690px;
  transition: all 0.8s ease-in-out;
}
body .platform-box .platform .p-left-company .company img {
  width: 100%;
}
body .platform-box .platform .p-left-company .company:hover {
  top: -55px;
}
body .platform-box .platform .p-left-company .bubble-company {
  position: absolute;
  top: 0px;
  left: 0px;
}
body .platform-box .platform .p-left-company .bubble-company ul li {
  position: absolute;
  width: auto;
  max-width: 145px;
  white-space: nowrap;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 3px 4px #ccc;
  padding: 10px 25px;
  font-size: 1rem;
  display: inline-block;
  color: #333;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
}
body .platform-box .platform .p-left-company .bubble-company ul li:nth-child(1) {
  left: 10px;
  top: 0px;
}
body .platform-box .platform .p-left-company .bubble-company ul li:nth-child(3) {
  left: 0px;
  top: 0px;
}
body .platform-box .platform .p-left-company .bubble-company ul li:nth-child(2) {
  left: 540px;
  top: 0px;
}
body .platform-box .platform .p-left-company .bubble-company ul li:nth-child(4) {
  left: 530px;
  top: 0px;
}
body .platform-box .platform .p-left-company .bubble-company ul li:nth-child(1)::before,
body .platform-box .platform .p-left-company .bubble-company ul li:nth-child(3)::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 100%;
  width: 0px;
  height: 0px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
body .platform-box .platform .p-left-company .bubble-company ul li:nth-child(2n)::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  width: 0px;
  height: 0px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
body .platform-box .platform .p-right {
  width: 50%;
  float: right;
  margin-top: 200px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transition-delay: 0.4s;
}
body .platform-box .platform .p-right .title {
  margin-top: 60px;
  text-align: right;
}
body .platform-box .platform .p-right .title h4 {
  font-size: 1.8rem;
  color: #333;
  font-weight: normal;
}
body .platform-box .platform .p-right .title span {
  color: #999;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
}
body .platform-box .platform .p-right .title .line {
  width: 117px;
  height: 1px;
  background: #ccc;
  float: right;
  margin-top: 18px;
}
body .platform-box .platform .p-right .p-right-content {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  text-align: right;
  margin-top: 36px;
}
body .platform-box .platform .p-right-company {
  width: 30%;
}
body .platform-box .platform-animation .bubble-company ul li {
  opacity: 1 !important;
}
body .platform-box .platform-animation .bubble-company ul li:nth-child(1) {
  left: 10px !important;
  top: 85px !important;
}
body .platform-box .platform-animation .bubble-company ul li:nth-child(1):hover {
  left: 40px !important;
}
body .platform-box .platform-animation .bubble-company ul li:nth-child(3) {
  left: 0px !important;
  top: 205px !important;
}
body .platform-box .platform-animation .bubble-company ul li:nth-child(3):hover {
  left: 40px !important;
}
body .platform-box .platform-animation .bubble-company ul li:nth-child(2) {
  left: 540px !important;
  top: 90px !important;
}
body .platform-box .platform-animation .bubble-company ul li:nth-child(2):hover {
  left: 500px !important;
}
body .platform-box .platform-animation .bubble-company ul li:nth-child(4) {
  left: 530px !important;
  top: 250px !important;
}
body .platform-box .platform-animation .bubble-company ul li:nth-child(4):hover {
  left: 510px !important;
}
body .platform-box .platform-animation .company {
  left: 0px !important;
  opacity: 1 !important;
}
body .platform-box .platform-animation .phone {
  left: 0px !important;
  opacity: 1 !important;
}
body .platform-box .platform-animation .bubble {
  margin-left: 263px !important;
  opacity: 1 !important;
}
body .platform-box .platform-animation .p-right {
  margin-top: 0px;
  opacity: 1;
}
body .student-share {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 75px;
}
body .student-share .title h4 {
  font-size: 1.8rem;
  color: #333;
  font-weight: normal;
}
body .student-share .title span {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
body .student-share .title .more {
  float: right;
  font-size: 16px;
  margin-top: -20px;
  width: auto;
  cursor: pointer;
}
body .student-share .title .more a{
  color:#333;
  transition: all 0.4s ease-in-out;
}
body .student-share .title .more:hover a{
  color: #dbbe89;
}
body .student-share .share-content .item {
  width: 360px;
  float: left;
  margin-right: 60px;
  margin-top: 50px;
  cursor: pointer;
}
body .student-share .share-content .item .line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: relative;
}
body .student-share .share-content .item .line .line-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background: #999;
  transition: all 0.4s ease-in-out;
}
body .student-share .share-content .item .img-box {
  width: 100%;
  height: 128px;
  overflow: hidden;
  margin-top: 30px;
}
body .student-share .share-content .item .img-box img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
body .student-share .share-content .item p.title {
  width: 100%;
  color: #333;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
body .student-share .share-content .item  span {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
body .student-share .share-content .item  span.con {
  color: #999;
  line-height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .student-share .share-content .item .detail {
  margin-top: 40px;
}
body .student-share .share-content .item .detail span {
  color: #999;
  font-size: 14px;
  float: left;
}
body .student-share .share-content .item .detail span em {
  opacity: 0;
  font-style: normal;
  color: #dbbe89;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
body .student-share .share-content .item .detail .time {
  float: right;
  font-size: 20px; margin-top:-10px; color:#333;
  font-family: "瀹嬩綋";
}
body .student-share .share-content .item .detail .time em {
  font-size: 12px;
  font-style: normal;color:#333;
}
body .student-share .share-content .item:nth-child(3n) {
  margin-right: 0px;
}
body .student-share .share-content .item:nth-child(1) .img-box,
body .student-share .share-content .item:nth-child(3) .img-box {
  display: none;
}
body .student-share .share-content .item:nth-child(4),
body .student-share .share-content .item:nth-child(6) {
  margin-top: -70px;
}
body .student-share .share-content .item:hover .line .line-mask {
  width: 100%;
}
body .student-share .share-content .item:hover .detail span {
  color: #dbbe89;
}
body .student-share .share-content .item:hover .detail span em {
  margin-left: 20px;
  opacity: 1;
}
body .student-share .share-content .item:hover p.title {
  color: #dbbe89;
}
body .student-share .share-content .item:hover img {
  transform: scale(1.2);
}
body .student-share .share-content::after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
}
body .data-show {
  width: 100%;
  margin-top: 80px;
  background: url(/webimages/lectureroom/shuzi.jpg) no-repeat #3f3f3f center;
  height: 200px;
}
body .data-show .data-content {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
}
body .customer-box {
  width: 100%;
  background: #f3f3f3;
  height: 160px;
}
body .customer-box .customer {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  white-space: nowrap;
  padding: 0px 40px;
  height: 160px;
  padding-top: 55px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
body .customer-box .customer .pre {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 9;
}
body .customer-box .customer .next {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 9;
}
body .customer-box .customer ul li {
  width: 180px;
  display: inline-block;
  height: 40px;
  position: relative;
  margin-right: 15px;
}
body .customer-box .customer ul li .img {
  position: absolute;
  top: 0px;
  left: 0px;
}
body .customer-box .customer ul li .img img {
  opacity: 1;
  width: 180px;
  transition: all 0.4s ease-in-out;
}
body .customer-box .customer ul li .img-mask {
  position: absolute;
  top: 0px;
  left: 0px;
}
body .customer-box .customer ul li .img-mask img {
  opacity: 0;
  width: 180px;
  transition: all 0.4s ease-in-out;
}
body .customer-box .customer ul li:hover .img img {
  opacity: 0;
}
body .customer-box .customer ul li:hover .img-mask img {
  opacity: 1;
}
@keyframes godown {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 0px;
  }
}
body .footer{
  background:#fff !important;
}
body .copyright-box {
  background:#f3f3f3 !important;
}