.bgColor1{
  background: #f7f7f7;
}
.index-hCon{
  width: 100%;
  margin: 0 auto;
}
.hCon-item{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}
.hCon-item .h-tit{
  font-size: 28px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin: 20px 0;
}
.con-width{
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}
.hCon-item .item-data{
  margin-top: 40px;
}
.hCon-item .item-data .item-img{
  float: left;
  width: 40%;
}
.hCon-item .item-data .item-img img{
  display: block;
  width: 100%;
}
.hCon-item .item-data .item-txt{
  float: left;
  width: 50%;
  padding: 0 0 0 5%;
}
.hCon-item .item-data .item-txt p{
  font-size: 16px;
  color: #303030;
  line-height: 30px;
  padding-left: 18px;
  margin-top: 20px;
  background: url("../../images/r-icon06.png") no-repeat left 12px;
}
.hCon-item .item-data .item-txt p span{
  display: block;
  color: #2f2f2f;
}
.hCon-item .item-data .item-txt a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  margin-right: 20px;
  margin-top: 30px;
  background: url("../../images/r-bg01.png") repeat center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
}
.hCon-item .item-data .item-txt a span{
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  background: url("../../images/r-icon04.png") no-repeat center;
}

.hCon-item .item-data .programme-list{
  width: 100%;
}
.hCon-item .item-data .programme-list .item-al{
  width: 32.33%;
  float: left;
  text-align: center;
  margin-right: 1.5%;
  padding-bottom: 20px;
  background: #fff;
}
.hCon-item .item-data .programme-list .item-al:last-child{
  margin-right: 0;
}
.hCon-item .item-data .programme-list .item-al>a{
  display: block;
  width: 100%;
}

.programme-list .item-al .al-img{
  position: relative;
  overflow: hidden;
}
.programme-list .item-al .al-img a>img{
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.hCon-item .item-data .programme-list .item-al:hover .al-img a>img{
  transform: scale(1.15);
}
.programme-list .item-al .al-img span{
  display: inline-block;
  width: 90px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -45px;
}
.programme-list .item-al h2{
  font-size: 24px;
  color: #333;
  margin-top: 28px;
}
.programme-list .item-al p{
  display: block;
  font-size: 16px;
  color: #999;
  margin-top: 10px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.programme-list .item-al p a{
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin: 0 6px;
}
.programme-list .item-al p a:hover{
  color: #e10032;
}
/*5-25  修改*/
.case-list{
  width: 100%;
  margin-top: 30px;
}
.case-list .item-case{
  width: 32.33%;
  float: left;
  text-align: center;
  margin-right: 1.5%;
  padding-bottom: 20px;
  
}
.case-list .item-case:hover .case-img p{
  bottom: 0;
  transition: all 0.5s;
}
.case-list .item-case:last-child{
  margin-right: 0;
}
.case-list .item-case .case-img{
  width: 100%;
  position: relative;
  overflow: hidden;
  background:#fff;
}
.case-list .item-case .case-img .case-img-wrap{
  overflow:hidden;
}
.case-list .item-case .case-img .case-img-wrap img{
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.case-list .item-case .case-img .case-img-wrap:hover img{
  transform: scale(1.15);
}
.case-list .item-case .case-img p{
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: -62px;*/
  width: 90%;
  padding: 14px 5%;
  text-align: left;
  overflow: hidden;
  transition: all 0.5s;
}
.case-list .item-case .case-img p span.case-p-tit{
  display: block;
  font-size: 20px;
  color: #333;
  word-break:keep-all;         
  white-space:nowrap;
  overflow:hidden; 
  text-overflow:ellipsis;
}
.case-list .item-case .case-img p span.case-p-txt{
  display: block;
  font-size: 16px;
  color: #999;
  margin-top: 10px;
  word-break:keep-all;         
  white-space:nowrap;            
  overflow:hidden;                 
  text-overflow:ellipsis;   
}
.case-list .item-case .case-img p a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  background: url(../../images/r-bg01.png) repeat center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
}
.case-list .item-case .case-img p a span{
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  background: url(../../images/r-icon04.png) no-repeat center;
}
.case-list .item-case .moreCaseBtn{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  background: url(../../images/r-bg01.png) repeat center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
}
.case-list .item-case .moreCaseBtn span{
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  background: url(../../images/r-icon04.png) no-repeat center;
}

/*5-25  修改  end*/

.product-con{
  width: 100%;
  /*display: table;*/
}
.product-con .product-item{
  float: left;
  width: 31.33%;
  margin: 0 1%;
  /*display: table-cell;*/
}
.product-con .product-item:nth-child(4){
  float: none;
}
.product-con .product-item .product-item-img{
  width: 100%;
  min-height: 180px;
  display: table;
}
.product-con .product-item .product-item-img span{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.product-con .product-item .product-item-img span img{
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.product-con .product-item h2{
  font-size: 24px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.product-con .product-item p{
  font-size: 16px;
  color: #999;
  line-height: 28px;
  text-align: center;
  max-width: 80%;
  margin: 10px auto 0;
}
.product-con .product-item ul{
  max-width: 80%;
  margin: 20px auto 0;
}
.product-con .product-item ul li{
  margin: 10px 0;
}
.product-con .product-item ul li a{
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding-left: 16px;
  background: url("../../images/r-icon06.png") no-repeat left top 6px;
}
.product-con .product-item ul li a:hover{
  color: #ea1032;
  background: url("../../images/r-icon05.png") no-repeat left top 6px;
}

.relevant-video{
  width: 100%;
  margin-top: 40px;
}
.relevant-video .re-video-item{
  width: 380px;
  /*height: 232px;*/
  float: left;
  margin-right: 15px;
  background: #fff;
}
.relevant-video .re-video-item:last-child{
  margin-right: 0;
}
.relevant-video .re-video-item a{
  display: block;
  width: 100%;
  height: 100%;
}
.relevant-video .re-video-item a .re-video-item-img{
  display: block;
  width: 100%;
  height: 232px;
  position: relative;
}
.relevant-video .re-video-item a img{
  display: block;
  width: 100%;
  height: 100%;
}
.relevant-video .re-video-item a .videoBtn{
  display: inline-block;
  width: 61px;
  height: 61px;
  background: url("../../images/r-videoBtn.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30.5px;
  margin-left: -30.5px;
  z-index: 9;
}
.relevant-video .re-video-item a .video-bg{
  display: none;
  width: 100%;
  height: 100%;
  background: url("../../images/r-bg02.png") repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.relevant-video .re-video-item a:hover .video-bg{
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/r-bg02.png") repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.relevant-video .re-video-item a:hover .video-bg .t{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  width: 90%;
  padding: 14px 5%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relevant-video .re-video-item a span.t{
  display: block;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 12px 10px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relevant-video .re-video-item a:hover span.t{
  color: #ea1032;
}
.relevant-video-moreBtn{
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.relevant-video-moreBtn a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  background: url("../../images/r-bg01.png") repeat center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
}
.relevant-video-moreBtn a span{
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  background: url("../../images/r-icon04.png") no-repeat center;
}
.product-wrap{
  width: 100%;
}
.product-wrap .product-item-news{
  float: left;
  width: 46%;
  padding-right: 4%;
}
.product-wrap .product-item-news h2{
  font-size: 28px;
  font-weight: normal;
  color: #333;
  margin: 20px 0;
}
.product-wrap .product-item-news .newslist{
  width: 100%;
}
.product-wrap .product-item-news .newslist .newslist-item{
  width: 100%;
  margin-bottom: 14px;
}
.product-item-news .lookMore{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  background: url(../../images/r-bg01.png) repeat center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
}
.product-item-news .lookMore span{
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  background: url(../../images/r-icon04.png) no-repeat center;
}
.newslist-item .newslist-item-data{
  float: left;
  width: 12%;
  text-align: center;
}
.newslist-item .newslist-item-data .days{
  font-size: 34px;
  color: #000;
}
.newslist-item .newslist-item-data .years{
  display: inline-block;
  font-size: 12px;
  color: #a3a3a3;
  margin-top: -6px;
}
.newslist-item .newslist-item-txt{
  float: left;
  width: 88%;
}
.newslist-item .newslist-item-txt p{
  width: 100%;
  line-height: 34px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist-item .newslist-item-txt p a{
  font-size: 16px;
  color: #333;
}
.newslist-item .newslist-item-txt p a:hover{
  color: #e81132;
}
.newslist-item .newslist-item-txt span{
  width: 100%;
  display: inline-block;
  line-height: 28px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist-item .newslist-item-txt span a{
  font-size: 14px;
  color: #999;
}

.product-wrap .product-item-data{
  float: left;
  width: 50%;
}
.product-wrap .product-item-data h2{
  font-size: 28px;
  font-weight: normal;
  color: #333;
  margin: 20px 0;
}
.product-wrap .product-item-data ul li{
  position: relative;
  margin-bottom: 16px;
}
.product-wrap .product-item-data ul li p{
  width: 86%;
  float: left;
}
.product-wrap .product-item-data ul li p .a-txt{
  display: inline-block;
  width: 70%;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("../../images/r-icon06.png") no-repeat left center;
}
.product-wrap .product-item-data ul li p .a-txt:hover{
  color: #ea1032;
  background: url("../../images/r-icon05.png") no-repeat left center;
}
.product-wrap .product-item-data ul li p span{
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #999;
}
.product-wrap .product-item-data ul li .a-load{
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #e81132;
  padding-right: 20px;
  background: url("../../images/r-icon07.png") no-repeat right center;
}
.product-wrap .product-item-data .lookMore{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  background: url(../../images/r-bg01.png) repeat center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
}
.product-wrap .product-item-data .lookMore span{
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 10px;
  background: url(../../images/r-icon04.png) no-repeat center;
}


@media screen and (max-width: 1200px){
  .con-width{
    max-width: 970px;
  }
}
  .relevant-video .re-video-item{
    width: 32.33%;
    height: auto;
    margin-right: 1.5%;
  }
@media screen and (max-width: 1024px){
  .con-width{
    max-width: 768px;
  }
  .hCon-item .item-data .item-img{
    float: none;
    width: 100%;
  }
  .hCon-item .item-data .item-txt{
    float: none;
    width: 100%;
  }
  .hCon-item .h-tit{
    font-size: 28px;
  }
  .hCon-item .item-data .item-txt p{
    font-size: 14px;
    line-height: 24px;
  }
  .programme-list .item-al h2{
    font-size: 18px;
  }
  .programme-list .item-al span{
    font-size: 14px;
  }
  .product-con .product-item h2{
    font-size: 20px;
    margin-top: 10px;
  }
  .product-wrap .product-item-news h2,
  .product-wrap .product-item-data h2{
    font-size: 28px;
  }
  .product-wrap .product-item-data ul li p .a-txt,
  .product-wrap .product-item-data ul li p span,
  .product-wrap .product-item-data ul li .a-load{
    font-size: 14px;
  }
  
  /*2021-01-27*/
  .newslist-item .newslist-item-data{
	  width:20%;
  }
  .newslist-item .newslist-item-txt{
	  width:80%;
  }
}
@media screen and (max-width: 768px){
  .hCon-item .item-data .programme-list .item-al{
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .case-list .item-case{
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .product-con .product-item{
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .relevant-video .re-video-item{
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .product-wrap .product-item-news{
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .product-wrap .product-item-data{
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .case-list .item-case .case-img p{
    width: 90%;
    padding: 5%;
  }
  .case-list .item-case .case-img p span.case-p-txt{
    margin-top: 2px;
  }
  .product-con .product-item:nth-child(4){
    float: left;
  }
}
@media screen and (max-width: 480px){
  .hCon-item .item-data .programme-list .item-al{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .case-list .item-case{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .product-con .product-item{
    width: 100%;
  }
  .product-con .product-item .product-item-img{
    min-height: inherit;
    margin-bottom: 20px;
  }
  .relevant-video .re-video-item{
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.videoMore{
 text-align: center;
 margin-top: 20px;
}

.videoMore a{
 padding: 10px 30px;
 display: inline-block;
 font-size: 14px;
 color: #fff;
 background: url(../../images/r-bg01.png) repeat center;
 border-radius: 30px;
}


#success-cases .item-note {
  font-size: 17px;
  line-height: 29px;
  padding: 16px 18px 24px;
  text-align: left;
}

#success-cases .item-note .note-title {
  min-height: 0;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  height: auto;
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#success-cases .note-subtitle {
  height: auto;
  position: relative;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#success-cases .note-subtitle .feature-list {
  color: #333;
  padding-left: 5%;
  display: block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#success-cases .note-subtitle .feature-list:before {
  position: absolute;
  content: "●";
  left: 0;
  font-size: 12px;
  transform: scale(0.7);
}