.root-box .progra-item  .progra:hover .info-text{
  display: block;
  width: 214px;
  height: 214px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0,.5);
  backdrop-filter: blur(2px);
  border-radius: 5px;
  color:#fff;
}
.root-box .progra-item  .progra .info-text{
  display: none;
}
.root-box .progra-item  .progra .info-text > span{
  display: inline-block;
  margin: 14px;
}
.root-box .progra-item .progra img{
  width: 100%;
}
.root-box .progra-item .progra{
  width: 214px;
  height: 214px;
  position: relative;
}
.root-box .datacang .data-item .right > div{
  width: 642px;
  margin-bottom: 30px;
}
.root-box .datacang .data-item .right > div > span{
  color: #000;
  font-weight: bold;
}
.root-box .mar-top-60{
  margin-top: 60px;
}
.root-box .word-item .left{
  width: 642px;
}
.root-box .word-item .left > div{
  margin-bottom: 30px;
}
.root-box .word-item .left > div > span{
  color: #000;
  font-weight: bold;
}
.root-box .word-box{
  padding: 50px 0;
  background-image: url(./imgs/wordBG.png);
  background-size: cover;
  background-repeat: round;
}
.root-box .more-banner{
  width: 100%;
  height: 630px;
}
.root-box .songda-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.root-box .songda-item{
  margin-top: 60px;
  display: flex;
}
.root-box .songda-item .songda-item-1{
  display: none;
}
.root-box .songda-item > div:nth-child(2){
  margin: 0 50px;
}
.root-box .songda:hover  .songda-item-1{
  display:flex;
}
.root-box .songda:hover  .item1-tiltle{
  display:none;
}
.root-box .songda{
  width: 350px;
  height: 350px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 12px 1px rgba(76,142,238,0.1608);
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
  cursor: pointer;
}
.root-box .songda .q-left{
  width: 104px;
  height: 88px;
  position: absolute;
  top: -45px;
  left: -51px;
  z-index: -1;
}
.root-box .songda .q-right{
  width: 104px;
  height: 88px;
  position: absolute;
  bottom: -50px;
  right: 0px;
  z-index: -1;
}
.root-box .songda h3{
  font-size: 24px;
  font-weight: 500;
}
.root-box .sognda-subline {
  display: inline-block;
  width: 60px;
  height: 5px;
  margin: 10px 0 30px 0;
  background-color:#FFBF0E;
}
.root-box .sognda-title{
  margin: 3px !important;
  font-size: 24px;
  font-weight: 500;
  color: #10A0E9;
}
.root-box .titleI{
  display: flex;
  align-items: center;
  color: #10A0E9;
}
.root-box .title-left{
  display: inline-block;
  width: 134px;
  height: 2px;
  margin-right: 10px;
  background-image: linear-gradient(to left, #62C0F1 , #FAFDFF);
}
.root-box .title-right{
  display: inline-block;
  width: 134px;
  height: 2px;
  margin-left: 10px;
  background-image: linear-gradient(to right, #62C0F1 , #FAFDFF);
}
.root-box .line-height-30{
  line-height: 30px;
}
.root-box .font-14{
  font-size: 14px;
  font-weight: 400;
  color:#8C8C8C;
}
.root-box .padding-370{
  padding: 50px 370px;
}
.root-box .root-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.root-box .dis-row{
  display: flex;
}
.root-box .dis-col{
  display: flex;
  flex-direction: column;
}
.root-box .dis-row-center{
  display: flex;
  justify-content: center;
}
.root-box .dis-align-center{
  align-items: center;
}
.root-box .dis-wrap{
  flex-wrap: wrap;
}
.root-box .dis-jus-start{
  justify-content: start;
}