.carousel-indicators {
  bottom: 0;
}
.item img {
  width: 100%;
  opacity:0;
}
.prouct-container {
  margin-bottom: 90px;
}
.product-title {
  font-size: 20px;
  margin-top: 30px;
}
.col-lg-2 {
  padding: 0;
}
.product-item {
  margin-top: 50px;
}
.product-item img {
  width: 80%;
  cursor: pointer;
  border-radius: 50%;
}

.technology-container img{
  width: 100%;
}

.plan-container {
  margin-top: 30px;
}
.plan-item {
  width: 100%;
  height: 146px;
  margin-top: 20px;
  padding:0 5px 0 5px;
  overflow: hidden;
}
.plan-item img {
  width: 100%;
  height: 100%;
  transition: all 1s ease;
  cursor:pointer;
}
.plan-item img:hover {
  transform: scale(1.2, 1.2);
}
.news-container{
  background-color: #f7f7f7;
  padding-bottom: 150px;
}
.news_con {
  margin-bottom: 20px;
}
#news_con_left {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
#news_con_left img {
  width: 100%;
}
#news_con_right {
  background-color: #f1f1f1;
  padding-left: 70px;
  padding-right: 80px;
}
.news-wrapper {
  padding-top: 10px;
  margin-left: 16px;
}
.news-title {
  font-size: 20px;
  margin-top: 60px;
}
.news-brief {
  font-size: 12px;
  margin-top: 16px;
}

.list-content {
  width: 100%;
  height: 270px;
  margin: 30px auto;
  background-color: #f1f1f1;
  padding-left: 20px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.list-time {
  width: 90px;
  height: 90px;
  padding: 5px;
  position: absolute;
  margin-top: -20px;
  background-color: #646464;
}
.list-month {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.list-year {
  color: #a5a5a5;
  float: right;
  margin-right: 8px;
}
.list-title {
  padding-top: 100px;
  font-size: 15px;
  font-weight: bold;
}
.list-info {
  margin-top: 16px;
  margin-right: 15px;
  font-size: 10px;
  color: #656565;
  line-height: 1.5;
  letter-spacing: 1px;
}
.list-more {
  clear: both;
  font-size: 14px;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .carousel-inner {
    width: 100vw;
    height: calc(100vw / 3.49 );
    box-sizing: content-box;
  }
  .plan-item {
    width: 60vw;
    height: calc(60vw / 1.5);
    margin: 10px auto;
    padding:0 10px 0 10px;
    overflow: hidden;
  }
}
.carousel-inner .item{
	background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}