.title_en {
  font-size: 0.15625rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f1eff1;
  margin-top: 0.2604166666666667rem;
}

.title_cn {
  font-size: 0.125rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0063fb;
}


.swiper_Img {
  width: 3.390625rem;
  display: inline-block;
  position: relative;
  max-height: 100%;
}

.swiper_Img .pc-slide {
  width: 100%;
}

.view .swiper-container {
  height: 2.25rem;
  width: 3.390625rem;
  margin: 0;
}

.view:hover .arrow {
  display: block;
}

.view .arrow {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -0.18229166666666666rem;
  width: 0.3645833333333333rem;
  height: 0.3645833333333333rem;
  z-index: 10;
}

.view .arrow-left {
  background: url("../img/left_one_icon.png") no-repeat center;
  background-size: 0.328125rem 0.328125rem;
  left: 0.052083333333333336rem;
}

.view .arrow-right {
  background: url("../img/right_one_icon.png") no-repeat center;
  background-size: 0.328125rem 0.328125rem;
  right: 0.052083333333333336rem;
}

.preview {
  padding: 0 0.15625rem;
  width: 100%;
  margin-top: 0.052083333333333336rem;
  position: absolute;
  bottom: 0;
  z-index: 999;
  white-space: nowrap;
  text-align: center;
  background: rgba(0.3, 0.3, 0.3, 0.5);
}

.preview .swiper-slide {
  padding: 0 0.0625rem;
  width: 23%;
  height: 100%;
}

.preview_Img {
  display: inline-block;
  width: 1.7708333333333333rem;
  overflow: hidden;
}

.preview_Img .preview-msg li {
  font-size: 0.08333333333333333rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.15625rem;

}

.preview_Img .preview-msg li:not(:first-child) {
  display: none;
}


.preview_Img .tranImg {
  /* transform: translateX(-110px); */
  transition: all .3s;
}

.preview .arrow {
  position: relative;
  width: 0.15625rem;
  height: 0.14583333333333334rem;
  z-index: 10;
  top: -0.10416666666666667rem
}

.preview .arrow-left {
  background: url("../img/left_two_icon.png") no-repeat center;
  background-size: 0.1875rem 0.1875rem;
}

.preview .arrow-right {
  background: url("../img/right_two_icon.png") no-repeat center;
  background-size: 0.1875rem 0.1875rem;
}

.preview img {
  padding: 1px;
  cursor: pointer;
}

.tranImg a img{
  border: 1px solid transparent;
  padding: 0;
  border-radius: 5px;
}
.tranImg .active-nav img {
  padding: 0;
  border: 1px solid #FCAB20;
  border-radius: 5px;
}
@media screen and (max-width: 1025px) {
.preview {
    padding: 5px 15px;
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    white-space: nowrap;
    text-align: center;
    background: rgba(0.3, 0.3, 0.3, 0.5);
    box-sizing: border-box;
}
.preview_Img {
    display: inline-block;
    width: 240px;
    overflow: hidden;
}
.preview .arrow {
    position: relative;
    width: 36px;
    height: 36px;
    z-index: 10;
    top: -14px;
    box-sizing: border-box;
}
.preview .arrow-left {
    background: url(../img/left_two_icon.png) no-repeat center;
    background-size: 36px 36px;
}
.preview .arrow-right {
    background: url(../img/right_two_icon.png) no-repeat center;
    background-size: 36px 36px;
}
.preview_Img .preview-msg li {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.swiper_Img {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    
}
.swiper_Img .pc-slide {
    width: 100%;
    position: relative;
}
.title_en {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f1eff1;
    margin-top: 15px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 25px;
}
.title_cn {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0063fb;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}
}