@media screen and (max-width:768px) {
  .web-banner {
    display: none;
  }
  .mobile-banner img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width:768px) {
  .mobile-banner {
    display: none;
  }
  .web-banner img {
    width: 100%;
    height: auto;
  }
}

/*专家团队*/


@media screen and (max-width:768px) {
  #expert-team .web-banner {
    display: none;
  }
  #expert-team {
    width: 100% !important;
    margin: unset !important;
  }
}

@media screen and (min-width:768px) {
  .mobile-path {
    display: none;
  }
}

.expert-team .web-banner {
  margin-top: 123px;
}

.both-path .web-banner .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.both-path .web-banner .sub-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #6A6A6A;
  text-align: center;
}

#expert-team {
  position: relative;
  width: 1200px;
  margin: 60px auto 154px;
}
.expert-block1,.expert-block2,.expert-block3{
  position: relative;
}

#expert-team .web-banner .swiper-container {
  margin-top: 59px;
}

#expert-team .web-banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
      height: 700px;
  padding: 0 60px;
  /* background-color: #ccc; */
}

#expert-team .swiper-button-prev1 ,#expert-team .swiper-button-prev2,#expert-team .swiper-button-prev3{
  left: -30px;
  width: 46px;
  height: 46px;
  background: url(../images/icon-arrow-left-radius.png) center no-repeat;
  background-size: 100%;
  border-radius: 23px;
  outline: none;
}

.swiper-button-prev1:after,.swiper-button-prev2:after ,.swiper-button-prev3:after  {
  content: none;
}

#expert-team .swiper-button-next1,
#expert-team .swiper-button-next2,
#expert-team .swiper-button-next3,
#expert-team .swiper-button-prev1,
#expert-team .swiper-button-prev2,
#expert-team .swiper-button-prev3 {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

#expert-team .swiper-button-next1,#expert-team .swiper-button-next2,#expert-team .swiper-button-next3 {
  right: -30px;
  width: 46px;
  height: 46px;
  background: url(../images/icon-arrow-right-radius.png) center no-repeat;
  background-size: 100%;
  border-radius: 23px;
  outline: none;
}

.swiper-button-next1:after {
  content: none;
}


#expert-team .mobile-path .swiper-slide {
  display: flex;
  justify-content: center;
  width:2.18rem;
  /* background-color: #ccc; */
}

#expert-team .source-material {
  display:flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
    margin: 0 6px;
  /*margin-top: 50px;*/
  /*margin-left: 90px;*/
}
.expert-name{ font-weight: bold; font-size: 16px;}
#expert-team .source-material img {
  width: 150px;
  border-radius:50%;
  box-shadow:0 0 5px 5px #ccc;
  margin-bottom:30px;
  margin-top:10px;
  height: auto;
}

#expert-team .mobile-source-material{
  display:flex;
  flex-direction: column;
  width: 2.18rem;
}

#expert-team .mobile-source-material img {
  width: 100%;
  margin-bottom:.1rem;
  margin-top:.1rem;
  height: auto;
}

#expert-team .block-title{
  margin-top:70px;
  text-align:center;
      font-size: 22px;
    font-weight: bold;
}

#expert-team .png-content {
  width: 430px;
  padding: 60px 43px 43px;
  background-color: #F99574;
}

#expert-team .png-content .title {
  font-size: 35px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #F99574 !important;
  line-height: 30px;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  text-align: left !important;
}

#expert-team .png-content .content {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  margin-top: 30px;
}

#expert-team .m-expert-team {
  background-color: #fff;
}

#expert-team .mobile-path {
  padding: .2rem .51rem;
}

#expert-team .top-path {
  padding: .7rem .65rem;
}

#expert-team .top-path .tit {
  position: relative;
  height: .46rem;
  padding-left: .23rem;
}

#expert-team .top-path .tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .04rem;
  height: 100%;
  background-color: #F99574;
}

#expert-team .top-path .tit span:nth-child(1) {
  line-height: .46rem;
  font-size: .38rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

#expert-team .top-path .tit span:nth-child(2) {
  font-size: .21rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  margin-left: .2rem;
  vertical-align: bottom;
}

#expert-team .top-path .content {
  margin-top: .32rem;
  font-size: .19rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707070;
  margin-bottom: .41rem;
}

#expert-team .top-path .img img {
  width: 100%;
  height: auto;
}

#expert-team .top-path .more {
  width: 1.51rem;
  height: .48rem;
  line-height: .46rem;
  text-align: center;
  border: 1px solid #666666;
  font-size: .21rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #626166;
  margin: .26rem auto 0;
}


#expert-team .mobile-path {
  padding:0;
  background:#fff;
}

#expert-team .mobile-path .tit-box{
  padding: .6rem 0; 
}


#expert-team .expert-block4,#expert-team .expert-block5,#expert-team .expert-block6{
  padding:.3rem 0 .5rem;
  background:#f2f2f2;
  position: relative;
  margin-bottom: 1rem;
}

#expert-team .expert-block4::after,#expert-team .expert-block5::after,#expert-team .expert-block6::after{
  content: '';
  position: absolute;
  bottom: 0.2rem;
  left:0.35rem;
  width: 6.73rem;
  height: 0.01rem;
  background: #E6E6E6;
}

#expert-team .mobile-path .tit {
  font-size: .33rem;
  font-weight: bold;
  color: #4F5354;
  text-align: center;
}

#expert-team .mobile-path .sub-tit {
  position: relative;
  font-size: .28rem;
  color: #CDCDCD;
  text-align: center;
}

.mobile-path .expert-name{
  font-size:.28rem;
  color:#333;
}

.mobile-path .expert-description{
  font-size:.21rem;
  color:#999999;
  height:.6rem;
}

#expert-team .mobile-path .sub-tit::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 40%;
  width: 20%;
  height: 1px;
  background: #F18B5B;
}
