.slideBox {
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 100px;
  z-index: 1;
  margin-right: -51px;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 4px;
  line-height: 4px;
  text-align: center;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
  border-radius: 4px;
}

.slideBox .hd ul li.on {
  background-color: #ffffff;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

.slideBox li img {
  width: 100%;
  vertical-align: bottom;
}

.experience .wrap {
  position: relative;
}

.experience-content {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 140px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 6px #e2e2e2;
  -webkit-box-shadow: 0 2px 6px #e2e2e2;
  box-shadow: 0 2px 6px #e2e2e2;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px 0 0 40px;
}

.experience-title {
  font-size: 16px;
  color: #0d9cec;
  margin-bottom: 32px;
}

.wire {
  display: inline-block;
  width: 3px;
  height: 24px;
  background-color: #ff0000;
  vertical-align: middle;
}

.experience-title span {
  vertical-align: middle;
  margin-left: 4px;
}

.experience-message {
  padding-left: 194px;
}

.experience-message input[type="text"] {
  width: 286px;
  font-size: 14px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #cccccc;
  outline: none;
  padding-bottom: 12px;
  margin-right: 40px;
}

.experience-message a {
  display: inline-block;
  width: 140px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  background-color: #0d9cec;
  text-align: center;
  border-radius: 21px;
}

.experience-message a:hover {
  opacity: .7;
}

.top-list {
  padding-top: 156px;
  margin-bottom: 100px;
}

.top-list ul {
  overflow: hidden;
}

.top-list li {
  width: 20%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.top-list p {
  font-size: 18px;
  margin: 10px 0 15px 0;
  font-weight: bold;
}

.top-list span {
  font-size: 14px;
  color: #333333;
}

.title {
  text-align: center;
  font-size: 30px;
}

.yellow-line {
  display: block;
  margin: 15px auto 0 auto;
  width: 60px;
  height: 3px;
  background-color: #f9c202;
}

.body-img {
  margin: 80px 0;
  text-align: center;
}

.body-list {
  padding: 80px 0;
}

.bg {
  background-color: #f9f9f9;
}

.body-list ul {
  overflow: hidden;
  margin-top: 50px;
  padding: 0 74px;
}

.body-list li {
  width: 25%;
  float: left;
  margin-bottom: 15px;
}

.body-list-content {
  width: 248px;
  height: 195px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 80px 30px;
  overflow: hidden;
}

.body-list-icon {
  position: absolute;
  top: 10px;
  left: 30px;
}

.body-list-content h2 {
  position: absolute;
  top: 32px;
  left: 76px;
  font-size: 20px;
  color: #0d9cec;
}

.body-list-content span {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.show {
  padding: 90px 0 45px 0;
  text-align: center;
  overflow: hidden;
}

.show-img {
  margin: 50px 0 20px 0;
}

.show-btn {
  width: 185px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  background-color: #0d9cec;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.show-btn a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.show-btn img {
  margin: 2px 0 0 2px;
  transform: translate(0, 1px);
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
}

.show-btn:hover {
  opacity: .8;
}

.show-btn:hover img {
  transform: translate(6px, 1px);
  -webkit-transform: translate(6px, 1px);
  -moz-transform: translate(6px, 1px);
  -o-transform: translate(6px, 1px);
  -ms-transform: translate(6px, 1px);
}

.module {
  background-color: #e7f2fc;
  padding: 65px 0;
}

.module-content {
  margin-top: 50px;
  overflow: hidden;
}

.module-img {
  width: 600px;
  text-align: center;
}

.module-font {
  width: 600px;
  box-sizing: border-box;
  padding: 30px 40px;
}

.module-font li {
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}

.module-font h2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.module-font p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 4px;
}

.module-font img {
  position: absolute;
  top: 5px;
  left: 0;
}

.advantage {
  padding: 75px 0;
}

.advantage ul {
  margin-top: 40px;
  overflow: hidden;
}

.advantage li {
  float: left;
  width: 33.333%;
}

.advantage-content {
  width: 202px;
  height: 224px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.advantage-content h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.advantage-content p {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

/* 行业 */
.industry{
    padding: 80px 0;
}
.industry .title{
    margin-bottom: 50px;
}
.industry-content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.industry-content ul li {
  width: 24%;
  margin-bottom: 20px;
  box-shadow: rgba(49, 83, 212, 0.1) 0px 10px 30px 0px;
  background: url(../images/baidi.png);
  overflow: hidden;
}
.industry-content ul li:hover{
    background: url(../images/landi.png);
}
.industry-content ul li img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.industry-content ul li:hover img {
    width: 100%;
    transform: scale(1.08);
}
.industry-content ul li .text-box {
  padding: 30px 20px;

}
.industry-content ul li:hover .text-box{
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.industry-content ul li .text-box h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.industry-content ul li .text-box p {
  font-size: 18px;
  color: #888;
}
.industry-content ul li:hover .text-box p{
    color: #fff;
}
/* 试听 */
.audition {
  background: #fff;
  padding: 70px 0 50px;
}

.audition .title {
  color: #333;
  margin-bottom: 20px;
}

.audition ul {
  overflow: hidden;
  margin-top: 30;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audition li {
  float: unset;
  padding: 1.5vw 10px 1.5vw;
}

.audio-box {
  width: 100%;
  color: #333;
}

.audio-box.other {
  text-align: center;
  margin: 0 auto;
}

.audio-box h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.audio-box p {
  margin-bottom: 10px;
  font-size: 15px;
}

/* .audition li:nth-child(2n) .audio-box{
    float: right;
}
.audition li:nth-child(2n) .audio-box h3{
    text-align: right;
} */
.audio-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.audio-content-img {
  padding-top: 30px;
}

.audition li .audio-box audio {
  width: 100%;
  height: 40px;
}

.audition-content {
  width: 100%;
  height: 315px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  overflow: hidden;
}

.audition-content-top {
  height: 94px;
  overflow: hidden;
}

.audition-content-top img {
  width: 100%;
}

.audition-content h2 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin: 15px 4px 12px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audition-content p {
  width: 100%;
  height: 100px;
  font-size: 12px;
  color: #666666;
  box-sizing: border-box;
  padding: 0 24px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.audiojs {
  width: 234px !important;
  margin: 10px auto 0 auto;
  box-shadow: none !important;
  background-image: none !important;
}

.audiojs .play-pause {
  width: 38px !important;
}

.audiojs .scrubber {
  width: 80px !important;
}

.serve {
  background-color: #e7f2fc;
  padding: 70px 0 60px 0;
  text-align: center;
}

.serve-list {
  margin: 60px 0 75px 0;
  position: relative;
}

.serve-list ul {
  overflow: hidden;
}

.serve-list li {
  float: left;
  width: 33.333%;
}

.serve-list h2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 10px 0 15px 0;
}

.serve-list p {
  font-size: 18px;
  color: #038fdc;
  margin-bottom: 12px;
}

.serve-list span {
  font-size: 14px;
  color: #666666;
}

.arrows {
  position: absolute;
  top: 46px;
  left: 30%;
}

.arrows:nth-child(2) {
  left: 63.5%;
}

@media (max-width:1200px) {
  .audio-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .audio-content-img {
    display: none;
  }

  .audio-box h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .audio-box p {
    margin-bottom: 10px;
    font-size: 13px;
  }
    .top-list ul {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }  
  .industry-content ul li{
      width: 49%;
  }
    .industry-content ul li .text-box {
        padding: 15px 10px;
    }  
}