/* .btn{
    padding: 14px 50px;
    margin-top: 50px;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #2F8AF1;
    line-height: 16px;
    border: 1px solid #2F8AF1;
    border-radius: 5px;
    cursor: pointer;
  } */
body,
html {
  overflow-x: hidden;
  /* font-size: 12px; */
  /* min-width: 320px; */
  width: 100%;
  font-size: 16px !important;
  margin: 0 auto;
}

h6 {
  height: 25px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;

}

/* .container .videoplay {
  position: absolute;
  width: 63px;
  height: 63px;
  left: 24%;
  top: 45%;
  margin: auto;

}

.container .videoplayr {
  position: absolute;
  width: 63px;
  height: 63px;
  left: 72%;
  top: 45%;
  margin: auto;

}

.gdbox {
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}

.gdbox h6 {
  margin-top: 75px;
}

.blue-print {
  background: #F5F8FB;
}

.blue-print .b-box {
  display: flex;
  justify-content: space-between;
  padding: 67px 0;
  margin: 0 auto;
}

.blue-print .b-box img:first-child {
  width: 635px;
  height: 365px;
}

.blue-print .b-box h6 {
  margin-top: 65px;
}

.p-txt {
  margin-top: 46px;
  width: 575px;
  height: 104px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 30px;
}

.dw-solution {
  background: #F5F8FB;
}

.dw-solution .dwbox {
  display: flex;
  padding: 73px 0 157px 0;
}

.dw-solution .dwbox h6 {
  margin-top: 89px;
}

.platform .platform-box {
  display: flex;
  justify-content: space-between;
  padding: 138px 0 167px 0;
}

.platform .platform-box h6 {
  margin-top: 27px;
} */

.jssp>ul {
  display: flex;
  justify-content: space-between;
  margin-top: 108px;

}

.content {
  margin: 0 auto;
  width: 1200px;
}

.content ul li {
  width: 375px;
  border: none;
}

.content .jssp>ul li .video {
  position: relative;
  width: 375px;
  font-size: 0;
  cursor: pointer;
}

.content .jssp>ul li .video a img:first-child {
  position: absolute;
  /* background-color: red; */
  width: 375px;
  height: 227px;
}

.content .jssp>ul li .play {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 156px;
  margin-top: 82px;
  width: 63px;
  height: 63px;
}

.content .jssp>ul li .play {}

.content .jssp>ul li p {
  margin-top: 27px;
  height: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 19px;
  text-align: center;
}
.news-bar .bar {
  box-shadow: 0px 3px 19px 0px rgb(15 75 156 / 8%);
  position: sticky;
  top: 0;
  z-index: 11;
  background: #fff;
  height: 81px;
}
.news-bar .bar ul {
  display: flex;
  margin: 0 20px;
}
.news-bar .bar ul li {
  /* padding: 28px 0; */
  padding: 30px 0;
  margin-right: 87px;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #9B9B9B;
  line-height: 16px;
}
.news-bar .bar ul li span {
  cursor: pointer;
}