/* S-= speakers2 */
.speakers2 {
  padding: 60px 0 100px;
  background-color: #f8f9fc;
}
@media (max-width: 750px) {
  .speakers2 {
    padding: 20px 0 40px;
  }
}
.speakers2 h2 {
  font-size: 44px;
  color: #3f3a39;
  text-transform: uppercase;
  margin-top: 5px;
  opacity: 1;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .speakers2 h2 {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .speakers2 h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.speakers2 ul {
  margin-right: -10px;
  margin-left: -10px;
}
.speakers2 ul li {
  padding: 0 10px 20px;
}
.speakers2-con {
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
}
.speakers2-con .img {
  max-width: 150px;
  margin: 0 auto;
}
.speakers2-con .img img {
  display: block;
  width: 90%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.speakers2-con .speakers2-text {
  padding-top: 20px;
}
.speakers2-con .speakers2-text h5 {
  font-family: 'LT_Bold';
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.speakers2-con .speakers2-text p {
  font-size: 14px;
  line-height: 22px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666;
}
.spk-col {
  float: left;
  width: 25%;
}
@media (max-width: 1600px) {
  .speakers2-con .img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .spk-col {
    width: 100%;
  }
  .speakers2-con .img img {
    width: 80%;
  }
  .speakers2-con {
    padding: 15px 10px;
  }
  .speakers2-con .img {
    float: left;
    width: 22%;
  }
  .speakers2-con .speakers2-text {
    float: left;
    width: 78%;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
  }
  .speakers2-con .speakers2-text h5 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
  }
  .speakers2-con .speakers2-text p {
    font-size: 12px;
  }
  .speakers2 li {
    padding: 0 0 20px;
  }
  .speakers2 .container {
    margin-bottom: -20px;
  }
  .speakers2 ul li {
    padding-bottom: 10px;
  }
}
.sp-shade.on {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.speaker-more {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.speaker-more ul {
  position: absolute;
  top: 50%;
  top: 15%\9;
  left: 50%;
  left: 30%\9;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0.02rem 0.02rem 0.25rem #dcdcdc;
          box-shadow: 0.02rem 0.02rem 0.25rem #dcdcdc;
}
.speaker-more li .speakers2-con {
  position: relative;
  text-align: left;
}
.speaker-more li .img {
  float: left;
}
.speaker-more li .speakers2-text {
  float: left;
  width: 70%;
}
.speaker-more ul li:hover img {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.speaker-more li i.iconfont {
  font-size: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #999;
}
.speaker-more ul li i.iconfont:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.speaker-more li {
  cursor: default !important;
}
.speakers2-con .speakers2-text p.h5p {
  padding-bottom: 20px;
  color: #000;
}
.speaker-more::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}
.speaker-more::-webkit-scrollbar-track {
  border-radius: 2em;
  background-color: #f5f5f5;
}
.speaker-more::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border-radius: 2em;
  background-color: #b2b2b2;
}
@media (max-width: 1366px) {
  .speaker-more ul {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .speaker-more ul {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .speaker-more {
    top: 49px;
    overflow: scroll;
  }
  .speaker-more ul {
    width: 100%;
    height: 100%;
  }
  .speakers2 .speaker-more ul li {
    padding: 0 !important;
  }
  .speaker-more .speakers2-con {
    padding: 0;
  }
  .speaker-more ul {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .speakers2 ul {
    margin-right: 0;
    margin-left: 0;
  }
  .speaker-more li i.iconfont {
    top: 8px;
    right: 3px;
  }
  .speaker-more li .speakers2-con {
    padding: 20px 0 60px 10px;
  }
}
/* 展开 */
.speakers2 .solution-expandBtn {
  margin-top: 10px;
  text-align: center;
}
.speakers2 .solution-expandBtn a {
  display: inline-block;
  cursor: pointer;
}
.speakers2 .solution-expandBtn .iconfont {
  font-size: 48px;
  line-height: 43px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #666;
}
.speakers2 .solution-expandBtn .iconfont:hover {
  color: #e50000;
}
.speakers2 .row {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.speakers2 .tab-con-solutions {
  overflow: hidden;
  /* max-height: 670px; */
  -webkit-transition: max-height 0.5s ease 0s;
  transition: max-height 0.5s ease 0s;
}
.solution .ebg-block {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  .solution .ebg-block {
    padding: 40px 0;
  }
}
.solution .ebg-block .ebg-title-h2 {
  font-size: 44px;
  color: #3f3a39;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .solution .ebg-block .ebg-title-h2 {
    font-size: 24px;
  }
}
.solution .ebg-module-solution-list .ebg-con .con .list ul li .box > a .text {
  padding: 30px;
}
.solution .ebg-module-solution-list .ebg-con .con .list ul li .box > a .text h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .solution .ebg-module-solution-list .ebg-con .con .list ul li .box > a .text h3 {
    font-size: 18px;
  }
}
/* E-= speakers2 */
