.navBox {
    width: 100%;
    height: 73px;
    background: #f7faf8;
  }
  
  .navList {
    width: 1200px;
    height: 73px;
  
    margin: auto;
    display: flex;
    align-items: center;
  }
  
  .navItem {
    margin-right: 50px;
    width: 64px;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
  }
  
  .navItem1 {
    margin-right: 50px;
    cursor: pointer;
    width: 64px;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #00A462;
  }
  
  .navBottomLine {
    width: 28px;
    height: 3px;
    background: #00A462;
    margin: auto;
    margin-top: 10px;
  }
  .detail {
    width: 1200px;
    margin: auto;
    display: flex;
  }
  
  .detailLeft {
    width: 850px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
  .detailLeft>img{
    margin-top: 20px;
  }
  
  .detailRight {
    width: 330px;
    margin-left: 20px;
  }
  
  .Navigation {
    width: 80px;
    height: 20px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-top: 40px;
  }
  
  .NavigationLine {
    width: 330px;
    height: 2px;
    background: #F5F5F5;
    margin-top: 12px;
    position: relative;
  }
  
  .NavigationLineGreen {
    width: 80px;
    height: 4px;
    background: #00A462;
    position: absolute;
    top: -1px;
    left: 0;
  }
  
  .timeBox {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  
  .timeBox>img {
    width: 14px;
    height: 14px;
  }
  
  .time {
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin-left: 10px;
  }
  
  .timeDetail {
    width: 244px;
    height: 20px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #00A462;
    line-height: 20px;
    margin: 10px 0 0 24px;
  }
  
  .timeBox>.timeBoxAddress {
    width: 12px;
    height: 15px;
  }
  
  .address {
    width: 185px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    margin: 10px 0 0 24px;
  }
  
  .iconBox {
    width: 330px;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .iconItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .expertIcon {
    width: 50px;
    height: 50px;
  }
  
  .expertText {
    width: 48px;
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 12px;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  .ul {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .li {
    margin-right: 10px;
  }
  
  .banner {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 37px;
  }
  
  .banner img {
    width: 100%;
    display: block;
  }
  
  .banner .page {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  
  .banner .page ul {
    float: right;
  }
  
  .item1 {
    position: relative;
  }
  
  .item1 .ul {
    height: 6px;
    position: absolute;
    right: 0px;
    bottom: 10px;
  }
  
  .current {
    color: #ff6700;
  }
  
  .selectDot {
    width: 6px;
    height: 6px;
    background: #00A462;
    border-radius: 50%;
  }
  
  .selectDot1 {
    width: 6px;
    height: 6px;
    background: #00A462;
    opacity: 0.4;
    border-radius: 50%;
  
  }
  
  .selectDotNew {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
  
  }
  
  .selectDotNew1 {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.4;
  }
  
  .banner {
    display: flex;
  }
  
  .swiperRight {
    width: 185px;
    margin-left: 13px;
  }
  
  .detail {
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
  }
  
  .swipername {
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
    font-weight: bold;
  }
  
  .swiperposition {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin: 15px 0 20px 0;
  }
  
  .swiperdetail {
    width: 185px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .swiperdetail1 {
    width: 330px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 5px;
  }
  
  .newsLine {
    width: 330px;
    height: 1px;
    background: #EBEBEB;
    margin-top: 16px;
    margin-bottom: 24px;
  }
  
  .num {
    width: 16px;
    height: 16px;
    background: #F1F1F1;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 16px;
    text-align: center;
  }
  
  .newsItem {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  
  .newsItemRight {
    width: 298px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 8px;
  }
  .swiperBox {
    display: flex;
    margin-top: 28px;
}

.swiperImg {
    width: 130px;
    height: 158px;
    background: #EEEEEE;
}

.rightBox {
    padding-top: 10px;
    margin-left: 20px;
}

.name {
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    color: #333333;
    line-height: 18px;
}

.title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 14px;
    margin: 15px 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 18px;
}

.swiper-pagination {
    bottom: 0px !important;
    left: 19% !important;
}

.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background: #00A462 !important;
    /* opacity: 0.4 !important; */
}

.swiper-pagination-bullet-active {
    width: 6px !important;
    height: 6px !important;
    background: #00C473 !important;
}