.Banner .swiper-container {
  height: 5.55rem;
}

.Banner-swiper-prev,
.Banner-swiper-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 96px;
  margin-top: -48px;
  border-radius: 8px;
  background: rgba(0, 0, 0, .275) no-repeat 0 50%;
  z-index:10;
}

.Banner-swiper-prev {
  left: 10px;
  background-image: url("../images/arrow-left.png");
}
.Banner-swiper-next {
  right: 10px;
  background-image: url("../images/arrow-right.png");
}

.Banner-item {
  width: 100%;
  background-size: cover;
  background-position: 50% 0;
}

.Banner-content {
  margin-top: 209px;
}

.Banner-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.Banner-content img{width:100%;height:100%;position:absolute;top:50%;left:0;transform: translateY(-50%);/*object-fit:cover;*/}

.Banner-itemDesc,
.Banner-itemButton {
  z-index: 1;
  position: relative;
}
.Banner-itemDesc {
  display: block;
  width: 50%;
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  color: #fff;
}

.Banner-itemButton {
  display: block;
  width: 280px;
  height: 70px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background: linear-gradient(-90deg, #e50e0e 0%, #990505 100%);
}

.Icon-arrowRight {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background: url("arrow_right@2x.png") no-repeat 0 0;
  background: url("arrow_right.png") no-repeat 0 0 \9;
  background-size: 20px 20px;
}

.Banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 30px;
	width:100%;
	text-align:center;
  z-index:10;
}

.Banner .swiper-pagination-bullet {width: 50px; height: 5px; opacity: 1; background: rgba(255,255,255,0.3); margin-left:10px!important; margin-right: 10px; border-radius:0;} 
.Banner .swiper-pagination-bullet-active {background: rgba(255,255,255,1)!important; } 


.News .swiper-container {
  height: 282px;
}

.News-header,
.Health-header {
  position: relative;
  margin-bottom: 20px;
}

.News-headerTitle,
.Health-headerTitle {
  position: relative;
  height: 40px;
  margin: 0;
}

.News-headerTitle {
  background: url("../images/news.png") no-repeat 0 0;
}

.Health-headerTitle {
  background: url("../images/health.png") no-repeat 0 0;
}

.News-headerTitle:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d02007;
}

.News-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.News-navLink {
  cursor: pointer;
  position: relative;
  float: left;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #2a2a2a;
}

.News-navLink.is-active {
  font-weight: bold;
  color: #d12108;;
}

.News-navLink.is-active:after {
  background-color: #d22008;
}

.News-body {
  clear: both;
}

/*.News-content {
  display: none;
  opacity: 0;
  transition: .2s all ease;
}

.News-content.is-active {
  display: block;
  opacity: 1;
}*/

.News-swiper-prev,
.News-swiper-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5) none no-repeat 50% 50%;
  background-size: 32px;
  z-index:10;
}

.News-swiper-prev {
  left: 0;
  background-image: url("../images/arrow-left.png");
}

.News-swiper-next {
  right: 0;
  background-image: url("../images/arrow-right.png");
}

.News-box {
  display: block;
  height: 280px;
  padding: 20px;
  border: 1px solid #eee;
}

.News-imageContainer {
  overflow: hidden;
  height: 180px;
  margin-bottom: 18px;
}

.News-image {
  display: block;
  width: 100%;
  min-height: 180px;
  margin: 0 auto;
}

.News-title {
  overflow: hidden;
  max-height: 48px;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  color: #2a2a2a;
}

.News-text {
  overflow: hidden;
  max-height: 76px;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  text-overflow: ellipsis;
  color: #aaa;
}

.News-text p {
  margin: 0;
  line-height: 1.6 !important;
}

.Recommend {
  background: url("../images/tj.png") no-repeat 50% 0;
  background-size: contain;
}

.Recommend-header {
  margin-bottom: 30px;
}

.Recommend-title {
  width: 312px;
  height: 55px;
  margin: 0 auto;
  background: url("recomend-title.png") no-repeat 0 0 \9;
  background: url("recomend-title@3x.png") no-repeat 0 0;
  background-size: 312px 55px;
}

.Recommend-body {
  margin: 0 -30px;
}

.Recommend-imageContainer {
  overflow: hidden;
  display: block;
  max-height: 350px;
}

.Recommend-imageContainer--first {
  margin-bottom: 30px;
}

.Recommend-image {
  display: block;
  width: 100%;
}

.Health .Ad-imageContainer {
  /* margin-top: -50px; */
}

.stock {
  line-height: 19px;
  color: #fff;
}

.stock p {
  margin: 0;
}

.stock .stock-title {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 21px;
}

.stock .stock-desc {
  opacity: .8;
  margin-bottom: 10px;
  font-size: 14px;
}

.stock .stock-code {
  margin-bottom: 8px;
  font-size: 14px;
}

.stock .stock-line {
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.stock .stock-info {
  height: 42px;
  margin-bottom: 16px;
  white-space: nowrap;
  line-height: 42px;
}

.stock .stock-info span {
  display: inline-block;
  vertical-align: middle;
}

.stock .stock-price {
  font-size: 24px;
}

.stock .stock-rise,
.stock .stock-fall {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.stock .stock-rise {
  background-image: url("../images/stock_up.png");
}

.stock .stock-fall {
  background-image: url("../images/stock_down.png");
}

.Phone-Box{ display:none;}



@media (max-width: 768px) {
    .IconSearch input{ top: 0;}
    .PC-Box{ display:none;}
    .Phone-Box{ display:block;}
  .Banner .swiper-container {
    height: 260px;
  }

  .Banner-swiper-prev,
  .Banner-swiper-next {
    width: 24px;
    height: 48px;
    margin-top: -24px;
    border-radius: 4px;
    background-size: 24px 24px;
  }

  .Banner-content {
    margin: 73px 8% 0;
  }

  .Banner-itemDesc {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .Banner-itemButton {
    width: 140px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .Banner .swiper-pagination {
    bottom: 15px;
  }

  .Banner .swiper-pagination-bullet {
    width: 30px;
	margin-left:5px!important; margin-right: 5px;
  }

  .Icon-arrowRight {
    vertical-align: middle;
  }

  .News-header,
  .Health-header,
  .News-body {
    padding: 0 15px;
  }

  .News-headerTitle,
  .Health-headerTitle {
    margin: 0 0 10px;
    height: 32px;
    background-size: auto 32px;
  }

  .News-headerTitle {
    background-image: url("../images/news@2x.png");
  }

  .News-swiper-prev,
  .News-swiper-next {
    top: 40%;
    width: 24px;
    height: 24px;
    background-size: 16px;
  }

  .Health-headerTitle {
    background-image: url("../images/health@2x.png");
  }

  .Health .Ad-imageContainer {
    margin-top: -52px;
  }

  .Health .Ad-image {
    height: 288px;
    max-width: max-content;
  }

  .News-navLink:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;;
  }

  .News-nav {
    position: static;
    margin: 0 0 20px;
  }

  .News-navLink {
    width: 25%;
    padding: 8px;
    font-size: 14px;
    text-align: center;
  }

  .News-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .Recommend {
    background: url("tj@2x.png") no-repeat 50% 0;
    background-size: contain;
  }

  .Recommend-body {
    margin: 0 -15px;
  }

  .Recommend-body .col-sm-6 .Recommend-imageContainer {
    margin-bottom: 30px;
  }	

  .Recommend-body .col-sm-6:last-child .Recommend-imageContainer {
    margin-bottom: 0;
  }

  .Ad-imageContainer {
    margin: 0 15px;
  }
}
