.strmainbox .newstrmain .tabs {
  padding: 0 12px;
  padding-bottom: 29px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.strmainbox .newstrmain .tabs li {
  color: #606060;
  position: relative;
  font-size: 15px;
  line-height: 23px;
  cursor: pointer;
}
.strmainbox .newstrmain .tabs li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #e40013;
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
  bottom: -10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
}
.strmainbox .newstrmain .tabs li.cur {
  color: #000;
  font-weight: bold;
}
.strmainbox .newstrmain .tabs li.cur::after {
  width: 28px;
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.strmainbox .newstrmain .contanier {
  display: none;
}
.strmainbox .newstrmain .contanier.tab3 .swiperbox {
  margin-bottom: 30px;
}
.strmainbox .newstrmain .contanier .img {
  margin-bottom: 20px;
}
.strmainbox .newstrmain .contanier .img .poster {
  cursor: pointer;
}
.strmainbox .newstrmain .contanier .img video {
  display: none;
  width: 100%;
  height: 100%;
}
.strmainbox .newstrmain .contanier .img p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  text-align: center;
}
.strmainbox .newstrmain .contanier .img3 img {
  width: 181px;
  margin: auto;
}
.strmainbox .newstrmain .contanier .img3 p {
  margin-top: 0;
}
.strmainbox .newstrmain .contanier .imgbox {
  text-align: center;
  margin-bottom: 20px;
}
.strmainbox .newstrmain .contanier .imgbox .img {
  display: inline-block;
  text-align: center;
  margin: 0 13px;
  vertical-align: middle;
}
.strmainbox .newstrmain .contanier .imgbox .img p {
  font-size: 12px;
  line-height: 18px;
  margin-top: -9px;
  color: #333;
}
.strmainbox .newstrmain .contanier .imgbox .img1 {
  width: 113px;
}
.strmainbox .newstrmain .contanier .imgbox .img2 {
  width: 160px;
}
.strmainbox .newstrmain .contanier .info {
  text-align: center;
  padding-bottom: 20px;
}
.strmainbox .newstrmain .contanier .info .tit {
  font-size: 15px;
  line-height: 23px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.strmainbox .newstrmain .contanier .info .tit::before, .strmainbox .newstrmain .contanier .info .tit::after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: -23px;
  background-color: #e40013;
}
.strmainbox .newstrmain .contanier .info .tit::after {
  left: auto;
  right: -23px;
}
.strmainbox .newstrmain .contanier .info p {
  font-size: 12px;
  line-height: 20px;
  color: #606060;
}
.strmainbox .newstrmain .contanier .swiperbox {
  background-color: #f0f0f0;
  margin-bottom: 9px;
}
.strmainbox .newstrmain .contanier .swiperbox .swiper-button-prev, .strmainbox .newstrmain .contanier .swiperbox .swiper-button-next {
  width: 7px;
  height: 10px;
  margin-top: -5px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  top: 89px;
}
.strmainbox .newstrmain .contanier .swiperbox .swiper-button-prev {
  left: 6px;
  background-image: ;
}
.strmainbox .newstrmain .contanier .swiperbox .swiper-button-next {
  right: 6px;
  background-image: ;
}
.strmainbox .newstrmain .contanier .swiperbox .swiper-pagination {
  bottom: 8px;
}
.strmainbox .newstrmain .contanier .swiperbox .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #f9f9f9;
  opacity: 1;
  margin: 0 4px;
}
.strmainbox .newstrmain .contanier .swiperbox .swiper-pagination .swiper-pagination-bullet-active {
  background: #e40013;
}
.strmainbox .newstrmain .contanier .swiperbox .text-container {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
.strmainbox .newstrmain .contanier .swiperbox .text-container .bigtit {
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 1px;
}
.strmainbox .newstrmain .contanier .swiperbox .text-container .dec {
  font-size: 12px;
  line-height: 18px;
  color: #606060;
}
.strmainbox .newstrmain .contanier.cur {
  display: block;
}

@media (min-width: 768px) {
  .strmainbox .newstrmain .tabs {
    display: block;
    text-align: center;
    padding-bottom: 36px;
  }
  .strmainbox .newstrmain .tabs li {
    display: inline-block;
    margin: 0 27.5px;
    color: #606060;
    position: relative;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
  }
  .strmainbox .newstrmain .tabs li::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #e40013;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
       -moz-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
         -o-transform: translatex(-50%);
            transform: translatex(-50%);
    bottom: -14px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
  }
  .strmainbox .newstrmain .tabs li.cur {
    color: #000;
    font-weight: bold;
  }
  .strmainbox .newstrmain .tabs li.cur::after {
    width: 28px;
    -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .strmainbox .newstrmain .contanier {
    display: none;
  }
  .strmainbox .newstrmain .contanier.tab3 .swiperbox {
    margin-bottom: 0px;
  }
  .strmainbox .newstrmain .contanier .img {
    margin-bottom: 24px;
  }
  .strmainbox .newstrmain .contanier .img:last-child {
    margin-bottom: 0;
  }
  .strmainbox .newstrmain .contanier .img .poster {
    cursor: pointer;
  }
  .strmainbox .newstrmain .contanier .img video {
    display: none;
    width: 100%;
    height: 100%;
  }
  .strmainbox .newstrmain .contanier .img p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    text-align: center;
  }
  .strmainbox .newstrmain .contanier .img3 img {
    width: 290px;
    margin: 20px auto 0px;
  }
  .strmainbox .newstrmain .contanier .img3 p {
    margin-top: 0;
  }
  .strmainbox .newstrmain .contanier .imgbox {
    text-align: center;
    margin-bottom: 0;
    margin-top: 35px;
  }
  .strmainbox .newstrmain .contanier .imgbox .img {
    display: inline-block;
    text-align: center;
    margin: 0 49px;
    vertical-align: middle;
  }
  .strmainbox .newstrmain .contanier .imgbox .img img {
    margin: auto;
  }
  .strmainbox .newstrmain .contanier .imgbox .img .img1 {
    width: 224px;
  }
  .strmainbox .newstrmain .contanier .imgbox .img .img2 {
    width: 289px;
  }
  .strmainbox .newstrmain .contanier .imgbox .img p {
    margin-top: 11px;
    font-size: 14px;
    line-height: 36px;
    color: #333;
  }
  .strmainbox .newstrmain .contanier .info {
    text-align: center;
    padding-bottom: 20px;
  }
  .strmainbox .newstrmain .contanier .info .tit {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
  }
  .strmainbox .newstrmain .contanier .info .tit::before, .strmainbox .newstrmain .contanier .info .tit::after {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: -26px;
    background-color: #e40013;
  }
  .strmainbox .newstrmain .contanier .info .tit::after {
    left: auto;
    right: -26px;
  }
  .strmainbox .newstrmain .contanier .info p {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
  }
  .strmainbox .newstrmain .contanier .swiperbox {
    background-color: #f0f0f0;
    margin-bottom: 10px;
  }
  .strmainbox .newstrmain .contanier .swiperbox #myswiper-three .swiper-button-prev {
    top: 30%;
    left: 20px;
  }
  .strmainbox .newstrmain .contanier .swiperbox #myswiper-three .swiper-button-next {
    top: 30%;
    right: 20px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .swiper-button-prev, .strmainbox .newstrmain .contanier .swiperbox .swiper-button-next {
    width: 14px;
    height: 21px;
    margin-top: -10.5px;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    top: 50%;
  }
  .strmainbox .newstrmain .contanier .swiperbox .swiper-button-prev {
    left: 26px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .swiper-button-next {
    right: 26px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .swiper-pagination {
    bottom: 17px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #f9f9f9;
    opacity: 1;
    margin: 0 8px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .swiper-pagination .swiper-pagination-bullet-active {
    background: #e40013;
  }
  .strmainbox .newstrmain .contanier .swiperbox .text-container {
    text-align: center;
    margin-top: 23px;
    margin-bottom: 50px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .text-container .bigtit {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 9px;
  }
  .strmainbox .newstrmain .contanier .swiperbox .text-container .dec {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
  }
  .strmainbox .newstrmain .contanier.cur {
    display: block;
  }
}