.container{

}

.slider{
  height: 560px;
  background: #eee;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
}
.swiper-slide a{
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide a img{
  height: auto;
  min-width: 100%;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color:#fff;
  opacity: 1;
  background: rgba(256, 256, 256, .5);
}
.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  line-height: 12px;
  color:#fff;
  background: rgba(256, 256, 256, 1);
}

.banner{
  width: 100%;
  height: 724px;
  -webkit-background-size: cover;
  background-size: cover;
}
.module-banner-desc{
  position: absolute;
  right:76px;
  top:190px;
  font-size:62px;
  font-weight:bold;
  color:rgba(255,255,255,1);
  line-height:100px;
}
.module-box{
  padding-top: 58px;
  padding-bottom: 100px;
}

.module-desc-title {
  text-align: center;
}
.module-desc-title {
  font-size: 32px;
  font-weight: bold;
  color: #262526;
  line-height: 56px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.module-desc-title:after{
  content: ' ';
  display: block;
  position: absolute;
  width: 102px;
  height: 12px;
  background: #A6BFF9;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  z-index: -1;
}
.content {
  display: flex;
  align-items: center;
}

.module-desc{
  margin-top: 25px;
  width: 564px;
  font-size: 20px;
  font-weight: 500;
  color: #262526;
  line-height: 40px;
  position: relative;
  z-index:1;
}
.module-desc-notes{
  padding-top: 80px;
  padding-bottom: 65px;
  position: relative;
  z-index:3;
}
.module-box-img{
  padding-top: 42px;
  flex-basis: 508px;
  height: 355px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  padding-right: 42px;
}
.module-box-img img{
  width: 508px;
  height: 355px;
  object-fit: contain;
}

/** 客户证言 */
.module-box-kehuzhengyan {
  background: #F8F9FC;
  padding-bottom: 65px;
}
.module-box-kehuzhengyan .module-desc-notes {
  padding-bottom: 0;
}
.module-box-kehuzhengyan .module-desc-notes {
  padding-top: 18px;
}

.customer-box{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.customer-box >div{
  width: 380px;
  height: 234px;
  box-shadow: 0px 2px 30px 0px #E7E9EE;
  border: 1px solid #E7E9EE;

  flex-shrink: 0;
  padding: 30px;
  margin-right: 30px;
  background: #FFFFFF url("../images/icon_yinghao.png") no-repeat bottom 0 right 20px;
  -webkit-background-size: 94px 80px;
  background-size: 94px 80px;
  box-sizing: border-box;
}
.customer-box >div:last-child{
  margin-right: 0;
}
.customer-box > div > .customer-title{
  position: relative;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 600;
  color: #1F1F1F;
  display: block;
  padding-bottom: 10px;
}
.customer-box > div > p{
  /*flex-shrink: 0;*/
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 2em;
}

/** 实现影视行业数据价值 */
.module-box-shujujiazhi {

}
.module-box-shujujiazhi .content {
  position: relative;
  padding-top: 42px;
}
.module-box-shujujiazhi .content .module-box-img {
  position: absolute;
  z-index: 0;
  width: 1022px;
  height: 405px;
  right: 0;
  top: 0;
}

/*第二个模块*/
.module2-content-desc{
  width: 690px;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.09);
  font-size: 18px;
  font-weight: 500;
  color: #262526;
  line-height: 34px;
  margin-top: 64px;
  margin-bottom: 83px;
  box-sizing: border-box;
  padding: 46px 33px;
  position: relative;
  z-index: 2;
}
.module2-content-desc > div{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 58px;
  height: 34px;
  margin-bottom: 11px;
}
.module2-content-desc > div:last-of-type{
  margin-bottom: 0;
}
.module2-content-desc > div:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 1px;
  width: 32px;
  height: 32px;
  background: url("../images/icon_data1.png?v=1704958309726") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.module2-content-desc > div.module2-content-li2:before {
  background-image: url("../images/icon_data2.png?v=1704958309726");
}
.module2-content-desc > div.module2-content-li3:before {
  background-image: url("../images/icon_data3.png?v=1704958309726");
}
.module2-content-desc > div.module2-content-li4:before {
  background-image: url("../images/icon_data4.png?v=1704958309726");
}


/** 正片有效播放 */
.module-box-youxiaobofang {

}
.module-box-youxiaobofang .content {
  position: relative;
  display: flex;
  padding-top: 42px;
}

.module-box-youxiaobofang .content .module-box-img {
  position: absolute;
  z-index: 0;
  width: 611px;
  height: 430px;
  left: 0;
  top: 0;
}
.module3-content-desc{
  width: 675px;
  height: 332px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(23,38,63,0.06);
  font-size: 18px;
  font-weight: 400;
  color: #262526;
  line-height: 30px;
  margin: 49px 24px 49px auto;
  box-sizing: border-box;
  padding: 48px 65px;
  position: relative;
  z-index: 2;
}
.module3-content-desc:after {
  content: ' ';
  position: absolute;
  right: -24px;
  top: 19px;
  width: 24px;
  height: 294px;
  background: #336FF7;
  box-shadow: 0px 4px 16px 0px rgba(23,38,63,0.06);
}

.module-desc-title2{
  font-size: 26px;
  color: #262526;
  line-height: 1;
}
.module-desc-notes2 {
  padding-top: 24px;
}
.module-desc-notes2 > p{
  font-size: 18px;
  font-weight: 400;
  color: #262526;
  line-height: 30px;
  padding-left: 16px;
  position: relative;
}
.module-desc-notes2 > p:before{
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #336DF4;
  border-radius: 50%;
}

.module3-content .module3-img{
  width:799px;
  height:541px;
  border-radius:50px;
  background: lightsteelblue;
  position: absolute;
  right: 50%;
  top: 0;
}
.module3-content .module3-img:after{
  content: ' ';
  display: block;
  width:120%;
  height:100%;
  background:linear-gradient(0deg,rgba(13,167,253,1) 0%,rgba(19,220,250,1) 100%);
  position: absolute;
  top:30px;
  right: -30px;
}
.module3-content .module3-img img{
  display: block;
  width:100%;
  position: relative;
  z-index:2;
}

/** 客户证言 */
.module-box-hangyerenke {
  background: linear-gradient( 196deg, rgba(71, 122, 240, 0.18) 0%, rgba(89,137,250,0.18) 100%);
}

