body {
  background-color: rgba(165, 15, 39, 1);
}

#banner{
  width: 100%;
}
#banner .img-block {
  position: relative;
}
#banner .img-block img {
  width: 100%;
  min-height: 500px;
}
#banner .img-block .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 72.5vw;
  min-width: 1170px;
  height: 100%;

}
#banner .img-block .video video {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
#banner .img-block .video:hover .icon {
  opacity: 1;
}
#banner .icon {
  position: absolute;
  transition: 0.5s opacity;
  background-color: red;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  opacity: 0;
}
#banner .sound {
  background: url('../images/sound.svg');
  background-size: 100% 100%;
}
#banner .sound-close {
  background: url('../images/sound-close.svg');
  background-size: 100% 100%;
}
/* index data start */
.index-data{
  margin: 10px auto;
  width: 1170px;
  background-color: #fff;
  overflow: hidden;
}
.data-title{
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
}
.data-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #4A4A4A;
}
.data-title h2 span {
  display: inline-block;
  margin: 0 8px;
  height: 14px;
  width: 20px;
}
.data-title p {
  color: #969696;
  font-size: 12px;
  font-weight: bold;
}
.index-data .container {
  width: 1170px;
  text-align: center;
}
.index-data .container ul {
  margin-bottom: 0px;
}
.index-data .container .index-box {
  display: inline-block;
  margin-top: 10px;
  margin-left: 44px;
  height: 50px;
  width: 166px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(243, 158, 38, 0.47);
  border-radius: 6px;
}
.index-data .container .index-box.active {
  box-shadow: 0px 3px 8px 4px rgba(243, 158, 38, 1);
}
.index-data .container .index-box a {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  line-height: 50px;
}
.index-data .index-content {
  margin-top: 17px;
  width: 1170px;
}

.index-data .index-charts {
  float: left;
  width: 790px;
  height: 357px;
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: 12px;
  overflow: hidden;
}
.index-data .index-table {
  float: right;
  margin-bottom: 40px;
  padding: 23px 1px 50px 20px;
  width: 365px;
  height: 361px;
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: 12px;
  /* background: red; */
}
.index-data .index-table .index-box {
  position: relative;
  float: left;
  width: 150px;
  height: 116px;
  margin-top: 28px;
  margin-right: 22px;
}
.index-data .index-table .index-box .box-content {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 80%;
  height: 60px;
}
.index-data .index-table .index-box .box-content .value {
  float: left;
  font-size: 25px;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 42px;
}
.index-data .index-table .index-box .box-content .up {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  width: 16px;
  height: 18px;
  background: url('../images/up.svg');
}
.index-data .index-table .index-box .box-content .style-color {
  color: #FF0E06;;
}
.index-data .index-table .index-box .box-content .down {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  width: 16px;
  height: 18px;
  background: url('../images/down.svg');
}
.index-data .index-table .index-box .box-content .name {
  clear: both;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 20px;
}
/* index reviews start */
.index-reviews {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.index-reviews .reviews-content {
  width: 1170px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.reviews-content .index-table {
  float: left;
  width: 717px;
  height: 436px;
  padding: 24px 51px 24px 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(31, 122, 235, 0.2);
  border-radius: 4px;
}
.reviews-content .index-table li {
  clear: both;
  position: relative;
  height: 54px;
  width: 100%;
  border-bottom: 1px solid #ECECECFF;
}
.reviews-content .index-table li i {
  display: block;
  float: left;
  margin-top: 15px;
  width: 21px;
  height: 23px;
}
.reviews-content .index-table li i img {
  width: 100%;
}
.reviews-content .index-table li a {
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  max-width: 400px;
  height: 54px;
  line-height: 54px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reviews-content .index-table li span {
  display: block;
  float: left;
  margin-left: 12px;
  height: 28px;
  margin-top: 13px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: rgba(255, 151, 3, 0.1);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #FF9703;
  line-height: 28px;
}
.reviews-content .index-table li .reviews-time {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #939393;
  line-height: 54px;
}
.reviews-content .index-img {
  float: left;
  width: 438px;
  height: 443px;
}
.reviews-content .index-img img {
  width: 100%;
}
/* latest news start */
.latest-news {
  margin: 0 auto;
  margin-top: 10px;
  width: 1170px;
  background-color: #FFFCFA;
  padding-bottom: 30px;
  overflow: hidden;
}
.latest-news .news-content {
  width: 100%;
  padding: 0px 0px 28px 19px;
}
.latest-news .news-content .latest-img {
  float: left;
  width: 580px;
  height: 293px;
}
/* 小于3条数据 */
.latest-news .news-content .latest-img .only-img {
  position: relative;
  width: 580px;
  height: 293px;
  overflow: hidden;
}
.latest-news .news-content .latest-img .only-img img {
  width: 100%;
  height: 100%;
}
.latest-news .news-content .latest-img .only-img span {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20%;
  font-size: 16px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.62);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
}
/* 大于3条数据 */
.latest-news .news-content .latest-img li {
  position: relative;
  float: left;
  width: 33.3%;
  height: 146.5px;
  padding: 7.5px 0;
}

.latest-news .news-content .latest-img li img {
  height: 100%;
  width: 100%;
}
.latest-news .news-content .latest-img li:nth-child(1) {
  width: 66.6%;
  height: 293px;
  padding-right: 13px;
}
.latest-news .news-content .latest-img li span {
  display: block;
  position: absolute;
  bottom: 7.5px;
  left: 0px;
  width: 100%;
  height: 30%;
  font-size: 16px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.62);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
}
.latest-news .news-content .latest-img li:nth-child(1) span {
  height: 20%;
  width: calc(100% - 13px);
  font-size: 18px;
  line-height: 59px;
  text-align: center;
}
.latest-news .news-content .news-list {
  float: right;
  margin-right: 20px;
  width: 500px;
  /* height: 303px; */
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(31, 122, 235, 0.2);
  border-radius: 4px;
}
.latest-news .news-content .news-list li {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #575757;
  padding: 0px 11px 0px 10px;
  font-weight: 500;
}
.latest-news .news-content .news-list li span {
  display: inline-block;
  float: right;
}
.latest-news .news-content .news-list li a {
  display: block;
  width: 75%;
  height: 100%; 
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
/* Sample enterprise start */

.sample-enterprise {
  margin: 0 auto;
  margin-top: 10px;
  width: 1170px;
  background-color: #fff;
  overflow: hidden;
}
.sample-enterprise .sample-content {
  width: 100%;
  height: 306px;
  margin-top: 32px;
  background: url(../images/Sample-img.png) no-repeat;
  background-size: 100% 100%;
}
.sample-enterprise .sample-conten .swiper-wrapper{
  margin-top: 65px;
  height: 176px;
  width: 265px;
}
.sample-enterprise .sample-content .sample-swiper {
  max-width: 1171px;
}
.sample-enterprise .sample-content .swiper-container {
  top:65px
}
.sample-enterprise .sample-content .swiper-slide {
  height: 176px;
  width: 265px;
}
.sample-enterprise .sample-content .swiper-slide img {
  width: 100%;
  height: 100%;
}
.sample-enterprise .swiper-button-next, .swiper-button-prev {
  height: 29px;
  width: 29px;
}
.sample-enterprise .swiper-button-next {
  right: 0px;
  background: url('../images/icon-right.png') no-repeat;
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
}
.sample-enterprise .swiper-button-prev {
  left: 0px;
  background: url('../images/icon-left.png') no-repeat;
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
}

@media screen and (max-width: 1170px){
  .banner-part{
    margin: 0 auto;
    width: 1170px;
  }
  #banner {
    width: 1170px;
  }
  .index-data,.index-reviews,.latest-news,.index-reviews,.sample-enterprise {
    margin: 0 30px;
    padding: 0 5px;
    margin-top: 10px;
    width: 1100px;
  }

  .index-data .index-charts {
    width: 700px;
  }

  .index-data .index-table {
    float: left;
  }
  .latest-news .news-content .news-list {
    width: 400px;
  }
  .latest-news {
    padding-bottom: 20px;
  }
  .reviews-content .index-table{
    width: 650px;
  }
  .index-reviews .index-img {
    width: 400px;
  }
}

