.w ul {
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
  padding-right: 0px;
  width: 560px;
}
.mask_1130{
  
}
.w ul li a {
  text-decoration: none;
  color: white;
  display: block;
  height: 60px;
  line-height: 62px;
}

.zhishidian {
  position: absolute;
  margin-top: 480px;
  left: 50%;
  margin-left: -50px;
  z-index: 9999;
}

.zhishidian ul div {
  list-style: none;
  float: left;
  margin-left: 15px;
  height: 4px;
  padding: 10px 0px;
  border-radius: 2px;
}

.zhishidian ul div li {
  list-style: none;
  float: left;
  background-color: #999;
  width: 15px;
  height: 4px;
  border-radius: 2px;
}

.zhishidian ul div:nth-child(1) li {
  float: left;
  margin-left: 15px;
  background-color: #fff;
  width: 45px;
  height: 4px;
  border-radius: 2px;
}

.w ul li a:hover {
  color: #4068f7;
  border-bottom: 2px solid #4068f7;
}

#body .banner {
  height: 605px;
  background-image: url(../banner/1-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 45px;
}
#body .banner .button {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#body .banner>ul {
  width: 1192px;
  height: 43px;
  position: absolute;
  top: 628px;
  left: 50%;
  background-color: #4347a0;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#body .banner>ul p {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 149px;
  height: 43px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.4) 29.07%,
      rgba(230, 232, 251, 0) 158.14%);
  animation: p steps(8) 16s infinite;
}

@keyframes p {
  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(1192px);
  }
}

#body .banner>ul li {
  width: 149px;
  height: 43px;
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-size: 15px;
  text-align: center;
  line-height: 43px;
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: bold;
}

/* s */

#body .banner .button a {
  display: block;
  width: 110px;
  height: 40px;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  margin-top: 362px;
  margin-left: 29px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.25) inset,
    0px 0px 4px rgba(255, 255, 255, 0.25);
}

#body .banner .button a:nth-child(2) {
  margin-left: 39px;
}

#body .partner {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 120px;
}

#body .partner .title {
  margin-bottom: 80px;
}

#body .partner p:nth-child(1) {
  width: 160px;
  height: 60px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 40px;
  margin: 0 auto;
}

#body .partner p:nth-child(2) {
  width: 258px;
  height: 24px;
  color: rgba(68, 68, 68, 1);
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  margin: 0 auto;
}

#body .partner .partnerList {
  width: 1206px;
  height: 674px;
}

#body .partner .partnerList ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

#body .partner .partnerList ul li {
  width: 222px;
  height: 126px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}

.marginList {
  margin-top: 11px;
}

#show {
  position: relative;
  top: 1px;
}

#header .w ul #show>.showBOX {
  width: 578px;
  height: 440px;
  border-radius: 5px;
  background: rgba(250, 251, 255, 1);
  position: absolute;
  top: 65px;
  left: 0px;
  display: flex;
  justify-content: space-between;
}

#header .w ul #show .showBOX>.Bleft {
  width: 289px;
  height: 440px;
  border-radius: 5px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(245, 249, 255, 1);
  padding-top: 27px;
  padding-left: 49px;
}

#header .w ul #show .showBOX>.Bleft .list {
  display: block;
  margin-bottom: 22px;
}

#header .w ul #show .showBOX>.Bleft .list:hover {
  color: #4068f7;
}

#header .w ul #show .showBOX>.Bleft .list .listTOP {
  height: 24px;
  display: flex;
}

#header .w ul #show .showBOX>.Bleft .list .listTOP>img {
  margin-top: 2px;
  width: 20px;
  height: 20px;
}

#header .w ul #show .showBOX>.Bleft .list .listTOP>p {
  height: 24px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}

#header .w ul #show .showBOX>.Bleft>.list>p {
  height: 21px;
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-size: 14px;
  margin-left: 24px;
}

#header .w ul #show .showBOX>.Bright {
  width: 289px;
  height: 440px;
  border-radius: 5px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  padding-top: 27px;
  padding-left: 49px;
}

#header .w ul #show .showBOX>.Bright>.list {
  margin-bottom: 22px;
}

#header .w ul #show .showBOX>.Bright>.list .listTOP {
  height: 24px;
  display: flex;
}

#header .w ul #show .showBOX>.Bright .list .listTOP>img {
  margin-top: 2px;
  width: 20px;
  height: 20px;
}

#header .w ul #show .showBOX>.Bright .list .listTOP>p {
  height: 24px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
}

#header .w ul #show .showBOX>.Bright>.list>p {
  height: 21px;
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-size: 14px;
  margin-left: 24px;
}

.Btitle {
  width: 36px;
  height: 27px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 11px;
}

/* 产品矩阵板块开始 */
#body .matrix {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 120px;
}

#body .matrix .title {
  width: 336px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#body .matrix .title p:nth-child(1) {
  width: 160px;
  height: 60px;
  color: rgba(0, 0, 0, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 40px;
  margin: 0 auto;
}

#body .matrix .title p:nth-child(2) {
  width: 336px;
  height: 24px;
  color: rgba(68, 68, 68, 1);
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  margin: 0 auto;
}

#body .matrix .matrixBox {
  width: 1200px;
  height: 550px;
  display: flex;
}

#body .matrix .matrixBox>.left:hover {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}

#body .matrix .matrixBox>.left {
  width: 289px;
  height: 550px;
  border-radius: 10px;
  box-sizing: border-box;
  backdrop-filter: blur(19px);
  padding-top: 20px;
  padding-left: 30px;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(8, 23, 77, 0.2);
}

#body .matrix .matrixBox>.left .imgtit {
  height: 35px;
  line-height: 35px;
  display: flex;
  margin-bottom: 22px;
}

#body .matrix .matrixBox>.left .imgtit img {
  width: 35px;
  height: 35px;
}

#body .matrix .matrixBox>.left .imgtit p {
  height: 33px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
  margin-left: 9px;
}

#body .matrix .matrixBox>.left ul {
  width: 235px;
  height: 282px;
  margin-left: 36px;
  margin-bottom: 56px;
}

#body .matrix .matrixBox>.left ul li {
  height: 33px;
  line-height: 33px;
  margin-bottom: 18px;
}

#body .matrix .matrixBox>.left .icon {
  margin-left: 17px;
  height: 52px;
  display: flex;
  margin-bottom: 38px;
}

#body .matrix .matrixBox>.left .icon .iconBox {
  margin-right: 12px;
}

#body .matrix .matrixBox>.left .icon .iconBox img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  transform: rotateZ(90deg);
}

#body .matrix .matrixBox>.left .aclass {
  display: flex;
  width: 289px;
  height: 45px;
  box-shadow: 0px -1px 3px rgba(193, 199, 206, 0.1);
  margin-left: -30px;
}

#body .matrix .matrixBox>.left .aclass a {
  text-decoration: none;
  line-height: 45px;
  text-align: center;
}

#body .matrix .matrixBox>.left .aclass a:nth-child(1) {
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 16px;
  margin-left: 24px;
  margin-right: 114px;
}

#body .matrix .matrixBox>.left .aclass a:nth-child(2) {
  color: rgba(64, 104, 247, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
}

#body .matrix .matrixBox>.right {
  margin-left: 26px;
}

#body .matrix .matrixBox>.right .rightBox {
  display: flex;
}

#body .matrix .matrixBox>.right .rightBox .RightB:hover {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}

#body .matrix .matrixBox>.right .rightBox .RightB {
  width: 430px;
  height: 260px;
  border-radius: 10px;
  box-sizing: border-box;
  backdrop-filter: blur(19px);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(8, 23, 77, 0.2);
}

#body .matrix .matrixBox>.right .rightBox .RightB>.title {
  display: flex;
  height: 35px;
  line-height: 35px;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 15px;
}

#body .matrix .matrixBox>.right .rightBox .RightB>.title>img {
  width: 35px;
  height: 35px;
  display: block;
}

#body .matrix .matrixBox>.right .rightBox .RightB>.title>p {
  margin-left: 9px;
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 24px;
}

#body .matrix .matrixBox>.right .rightBox .RightB>ul {
  margin-left: 45px;
  margin-bottom: 50px;
}

#body .matrix .matrixBox>.right .rightBox .RightB>ul li {
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  line-height: 197.500002%;
  letter-spacing: 1.2%;
}

#body .matrix .matrixBox>.right .rightBox .RightB>.rightA {
  width: 430px;
  height: 46px;
  display: flex;
  line-height: 45px;
}

#body .matrix .matrixBox>.right .rightBox .RightB>.rightA a {
  text-decoration: none;
}

#body .matrix .matrixBox>.right .rightBox .RightB>.rightA a:nth-child(1) {
  color: rgba(102, 102, 102, 1);
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 16px;
  margin-left: 25px;
  margin-right: 256px;
}

#body .matrix .matrixBox>.right .rightBox .RightB>.rightA a:nth-child(2) {
  color: rgba(64, 104, 247, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
}

#body .matrix>.matrixBox .right .rightBox .RightB .RightBgi {
  background-image: url(../images/index/bgi.png);
  width: 304px;
  height: 240px;
  position: absolute;
  top: 20px;
  left: 126px;
  z-index: -1;
  display: none;
}

/* 产品矩阵板块结束 */
/* 解决方案开始 */
#body .solution {
  margin-bottom: 120px;
}

#body .solution .title {
  width: 384px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#body .solution .title p:nth-child(1) {
  color: rgba(0, 0, 0, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 40px;
  height: 60px;
  text-align: center;
}

#body .solution .title p:nth-child(2) {
  height: 24px;
  color: rgba(102, 102, 102, 1);
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
}

#body .solution .solutionbox {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 700px;
  height: 682px;
  /* background: url(../images/index/场景_Property_1_场景\(1\).png); */

}

.solutionbox .j_hover:nth-child(1) {
  position: absolute;
  display: block;
  top: 0;
  width: 700px;
  height: 682px;
  background: url(../images/index/changjing.png);
  background-size: 100%;
}

.solutionbox .j_hover:nth-child(2) {
  position: absolute;
  display: none;
  top: 0;
  width: 700px;
  height: 682px;
  background: url(../images/index/hangye.png);
  background-size: 100%;
}

.solutionbox .hot_hover:nth-child(3) {
  position: absolute;
  bottom: 100;
  right: 0;
  width: 350px;
  height: 650px;
}

.solutionbox .hot_hover:nth-child(4) {
  position: absolute;
  bottom: 100;
  left: 0;
  width: 350px;
  height: 650px;
}

#body .solution .solutionbox div:first-child:hover .solutionbox {
  background: url(../images/index/hangye.png);
}

.flex {
  display: flex;
}

#body .solution .solutionbox img {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}

/* #body .solution .solutionbox img:hover {
  content: url(../images/index/行业_Property_1_行业\(1\).png);
} */

/* 解决方案结束 */
/* 产品优势开始 */
#body .product {
  margin-bottom: 120px;
}

#body .product .title {
  width: 272px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#body .product .title p:nth-child(1) {
  color: rgba(0, 0, 0, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 40px;
  height: 60px;
  text-align: center;
}

#body .product .title p:nth-child(2) {
  color: rgba(102, 102, 102, 1);
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  height: 24px;
  text-align: center;
}

#body .product ul {
  list-style: none;
  width: 754px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}

#body .product ul li {
  width: 70px;
  height: 110px;
}

.color {
  background-color: #4068f7;
  color: #4068f7;
}

#body .product ul {
  width: 754px;
  height: 110px;
}

#body .product ul li {
  position: relative;
}

#body .product ul li:nth-child(1) .img {
  width: 70px;
  height: 70px;
  background-image: url(../images/index/ksxz.png);
  border-radius: 4px;
  background-position: -14px -5px;
  opacity: 0;
}

#body .product ul li:nth-child(2) .img {
  width: 70px;
  height: 70px;
  background-image: url(../images/index/wdxz.png);
  border-radius: 4px;
  background-position: -14px -5px;
  opacity: 0;
}

#body .product ul li:nth-child(3) .img {
  width: 70px;
  height: 70px;
  background-image: url(../images/index/aqxz.png);
  border-radius: 4px;
  background-position: -14px -5px;
  opacity: 0;
}

#body .product ul li:nth-child(4) .img {
  width: 70px;
  height: 70px;
  background-image: url(../images/index/znxz.png);
  border-radius: 4px;
  background-position: -14px -5px;
  opacity: 0;
}

#body .product ul li>img {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 50px;
  height: 50px;
}

#body .product ul li i {
  display: block;
  height: 33px;
  color: rgba(64, 104, 247, 1);
  font-family: YouSheBiaoTiHei;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  line-height: 33px;
  text-align: center;
}

#body .product .productList {
  width: 1111px;
  height: 415px;
  border-radius: 10px;
  border: 3px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: linear-gradient(180deg,
      rgba(245, 248, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  box-shadow: 3px 4px 10px rgba(6, 33, 130, 0.15);
  margin: 0 auto;
}

#body .product .productList .show>.box {
  display: none;
}

#body .product .productList .show>.box .boxList {
  display: flex;
}

#body .product .productList .show>.box .boxList {
  display: flex;
  width: 1111px;
  height: 415px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 17px;
}

#body .product .productList .show>.box .boxList>dl {
  /* width: 217px; */
  margin-left: 120px;
  margin-top: 160px;
}

#body .product .productList .show>.box .boxList>dl li {
  margin-bottom: 15px;
}

.boxImg {
  width: 222px;
  height: 216px;
  margin-left: 253px;
  margin-top: 108px;
  margin-right: 170px;
}

/* 产品优势结束 */
/* 欧畅云6年直播领域深耕开始 */
#body .liveBegin {
  width: 100%;
  aspect-ratio: 1920/470;
  background-image: url(../images/index/bggggg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 120px;
}

#body .liveBegin .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1270px;
  height: 295px;
  border-radius: 20px;
  border: 2px solid rgba(94, 99, 117, 1);
  box-sizing: border-box;
  background-image: url(../images/index/mblbg.png);
  backdrop-filter: blur(13px);
  padding-top: 55px;
}

#body .liveBegin .mask>.title {
  height: 38px;
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 53px;
}

#body .liveBegin .mask>.maskList {
  width: 872px;
  height: 79px;
  margin: 0 auto;
}

#body .liveBegin .mask>.maskList>ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#body .liveBegin .mask>.maskList>ul li {
  height: 79px;
}

#body .liveBegin .mask>.maskList>ul li p {
  color: white;
}

#body .liveBegin .mask>.maskList>ul li p strong {
  color: rgba(255, 255, 255, 1);
  font-family: SourceHanSansCN-Heavy;
  font-size: 30px;
}

#body .liveBegin .mask>.maskList>ul li p:nth-child(1) {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

#body .liveBegin .mask>.maskList>ul li p:nth-child(2) {
  width: 64px;
  height: 24px;
  color: rgba(255, 255, 255, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

/* 欧畅云6年直播领域深耕结束 */
/* 品牌实力开始 */
#body .trademark {
  margin-bottom: 120px;
}

#body .trademark .title {
  height: 84px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#body .trademark .title p:nth-child(1) {
  width: 160px;
  height: 60px;
  color: rgba(0, 0, 0, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 40px;
  margin: 0 auto;
}

#body .trademark .title p:nth-child(2) {
  text-align: center;
  height: 24px;
  color: rgba(102, 102, 102, 1);
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
}

#body .trademark .trademarkList {
  display: flex;
  width: 1161px;
  height: 440px;
  margin: 0 auto;
  padding-left: 6px;
}

#body .trademark .trademarkList>ul {
  list-style: none;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#body .trademark .trademarkList>ul li {
  width: 378px;
  height: 136px;
  border-radius: 5px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
}


#body .trademark .trademarkList>ul li .liBox {
  display: flex;
  width: 178px;
  height: 60px;
  margin: auto;
  margin-top: 37px;
  padding-left: 19px;
  line-height: 60px;
  opacity: 1;
}

#body .trademark .trademarkList>ul li:first-child .liBox div {
  margin-top: 5px;
  width: 50px;
  height: 50px;
  background-image: url(../images/index/zzrz.png);
  background-size: 100%;
}

#body .trademark .trademarkList>ul li:nth-child(2) .liBox div {
  margin-top: 5px;
  width: 50px;
  height: 50px;
  background-image: url(../images/index/qyjs-1.png);
  background-size: 100%;
}

#body .trademark .trademarkList>ul li:nth-child(3) .liBox div {
  margin-top: 5px;
  width: 50px;
  height: 50px;
  background-image: url(../images/index/yzsh-1.png);
  background-size: 100%;
}
.trademarkList>ul li .liBox p {
  width: 80px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 10px;
}

.liBoxBGC {
  background-color: rgba(64, 104, 247, 1);
}

#body .trademark .trademarkList .trademark_con {
  margin-left: 13px;
  padding-top: 36px;
  width: 763px;
  height: 440px;
  border-radius: 10px;
  border: 1px solid rgba(219, 229, 255, 1);
  box-sizing: border-box;
  background: rgba(250, 251, 255, 1);
}

#body .trademark .trademarkList .trademark_con .trademarkitem {
  display: none;
}

#body .trademark .trademarkList .trademark_con .trademarkitem>ul {
  margin-left: 89px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#body .trademark .trademarkList .trademark_con .trademarkitem>ul li {
  width: 586px;
  height: 74px;
  margin-bottom: 24px;
}

#body .trademark .trademarkList .trademark_con .trademarkitem>ul li .trademarkitemList {
  height: 40px;
  line-height: 40px;
  display: flex;
}

#body .trademark .trademarkList .trademark_con .trademarkitem>ul li .trademarkitemList img {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}

#body .trademark .trademarkList .trademark_con .trademarkitem>ul li .trademarkitemList p {
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

#body .trademark .trademarkList .trademark_con .trademarkitem>ul li>p {
  color: rgba(51, 51, 51, 1);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 7.5%;
  margin-left: 52px;
}

/* 品牌实力结束 */