.banner {
  padding: 130px 0;
  background-image: url(../image/onedlp/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
}
.bannerContent {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 20px 50px ;
  color: #fff;
}
.bannerTitle {
  margin-top: 50px;
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 600;
}
.bannerRemark {
  font-size: 17px;
  line-height: 24px;
}
.screenopsBox {
  background-color: #f7f9fc;
}
.screenops {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.screenopsTitle {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 100px;
}
.screenopsRemark {
  max-width: 1430px;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 17px;
}
.screenopsItem {
  margin-bottom: 80px;
  text-align: center;
}
.screenopsItemImg {
  text-align: center;
}
.screenopsItemImg img {
  width: 40px;
}
.screenopsItemTitle {
  font-size: 19px;
  margin: 20px 0;
}
.screenopsItemRemark {
  font-size: 15px;
  padding: 0 10%;
  color: #808080;
  line-height: 24px;
}

.tabControlModuleBox {
  background-color: #f7f9fc;
}
.tabControlModule {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.tabControlModuleTitle {
  font-size: 32px;
  font-weight: 600;
  margin: 50px 0 20px;
  text-align: center;
}
.tabControlModuleRemark {
  margin-bottom: 100px;
  font-size: 17px;
  text-align: center;
  color: #808080;
}
.tabControlTab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #e6e6e6;
}
.tabControlTabItem {
  /* flex: 1; */
  padding: 20px 0;
  font-size: 19px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  color: #808080;
}
.tabControlTabItem > span {
  display: inline-block;
  height: calc(100% + 20px);
  vertical-align: middle;
  /* display: flex;
    align-items: center; */
}
.tabControlTabItem > span > img {
  width: 25px;
  margin-right: 10px;
}
.tabControlTabItemActive {
  border-bottom: 2px solid #0267e4;
  color: #333;
  margin-bottom: -2px;
}
.tabControlContent {
  display: none;
  padding: 50px 0 0px;
}
.tabControlContentLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tabControlContentRight {
  text-align: right;
}
.tabControlContentRight > img {
  width: 90%;
}
.tabControlContentTitle {
  font-size: 24px;
  margin-bottom: 30px;
}
.tabControlContentRemark {
  margin: 10px 0 10px;
  line-height: 24px;
  color: #b1b1b1;
  padding-right: 20%;
  font-size: 15px;
}
.tabControlContentItem {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.tabControlContentItem > img {
  width: 20px;
  margin-right: 15px;
}
.tabControlContentMore {
  display: inline-block;
  margin-top: 32px;
  border: 1px solid #92c7fc;
  color: #51a7fd;
  padding: 6px 24px;
  border-radius: 5px;
}
.tabControlContentMore:hover,
.tabControlContentMore:active {
  color: #51a7fd;
  border: 1px solid #92c7fc;
  cursor: pointer;
}

.sensitive {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.sensitiveTitle {
  font-size: 32px;
  text-align: center;
  padding: 30px 0 15px;
  font-weight: 600;
}
.sensitiveWorkWayTitle {
  font-size: 29px;
  text-align: center;
  padding: 0px 0 20px;
}
.sensitiveWorkWay {
  margin: 50px 0;
}
.sensitiveRemark {
  text-align: center;
  color: #808080;
  font-size: 17px;
  /* font-weight: 300; */
}
.sensitiveRow {
  padding: 100px 0 50px;
}
.sensitiveColLeft {
  margin-bottom: 50px;
  display: flex;
  flex: 1;
}
.sensitiveLeftInfoBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sensitiveLeftInfoCenter {
  margin: 60px 0;
}
.sensitiveLeftInfoTitle {
  font-size: 19px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.sensitiveLeftInfoTitle > img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.sensitiveLeftInfoContent {
  font-size: 15px;
  color: #808080;
  margin: 0 10% 0 60px;
  line-height: 24px;
  /* font-weight: 300; */
}

.sensitiveColRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.rowDotted,
.colDotted {
  position: absolute;
  /* border-bottom: 1px dashed #cacaca; */
  top: 0;
  left: 0;
  z-index: 3;
}
.rowDotted {
  width: calc(80% - 30px);
  height: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 50%,
    rgba(203, 214, 241, 1) 50%,
    rgba(203, 214, 241, 1) 100%
  );
  background-size: 20px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.colDotted {
  height: 100%;
  width: 50%;
  border-bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 50%,
    rgba(203, 214, 241, 1) 50%,
    rgba(203, 214, 241, 1) 100%
  );
  background-size: 1px 20px;
  background-position: right;
  background-repeat: repeat-y;
  /* border-right: 1px dashed #cacaca; */
}
.sensitivebigBox {
  width: 80%;
  padding-bottom: 80%;
  position: relative;
  border: 2px solid #ccdeff;
  border-radius: 50%;
  box-sizing: border-box;
}
.haru-sensitiveMask {
  width: calc(50% + 2px);
  padding-bottom: calc(50% + 2px);
  border-top-left-radius: 100%;
  background: linear-gradient(
    215deg,
    rgba(135, 199, 243, 0.9),
    rgba(135, 199, 243, 0) 80%
  );
  transform-origin: right bottom;
  transform: translate(-1px);
  position: absolute;
  top: 50;
  left: 50;
  z-index: 3;
}
.haru-sensitiveCenterFile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 35%;
  padding-bottom: calc(35%);
  background: linear-gradient(to right, #5b9af1, #ade3da);
  z-index: 5;
  overflow: hidden;
}
.haru-sensitiveCenterFile::after {
  content: "";
  width: 85%;
  height: 85%;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
}
@keyframes lightMove {
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.haru-sensitiveCenterFile .sensitiveCenterBox {
  position: absolute;
  width: 60%;
  padding-bottom: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  z-index: 10;
}
.haru-sensitiveCenterFile .sensitiveCenterImg {
  position: absolute;
  width: 85%;
  height: 85%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: sensitiveCenterImgOpacity 3600ms linear infinite;
}
.sensitiveCenterText {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #4983e3;
  font-weight: 600;
  width: 100%;
  text-align: center;
  animation: sensitiveCenterImgOpacity 3600ms linear infinite;
}
@keyframes sensitiveCenterImgOpacity {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sensitiveGoonieBox {
  width: 100%;
  height: 100%;
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
}
.sensitiveGoonie > div {
  animation: sensitiveCenterFontOpacity 3600ms linear infinite;
}
.sensitiveGoonie > div:nth-child(2) {
  animation: sensitiveCenterFontOpacity 3600ms 500ms linear infinite;
}
.sensitiveGoonie > div:nth-child(3) {
  animation: sensitiveCenterFontOpacity 3600ms 1000ms linear infinite;
}
.sensitiveGoonie > div:nth-child(4) {
  animation: sensitiveCenterFontOpacity 3600ms 1500ms linear infinite;
}
@keyframes sensitiveCenterFontOpacity {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
.sensitiveGoonieNoneShow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sensitiveGoonieNoneShow > div {
  opacity: 0;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  border-radius: 45px;
  z-index: 6;
}
.sensitiveGoonie1 > div {
  background-color: #22bdfa;
}
.sensitiveGoonie2 > div {
  background-color: #ff8b85;
}
.sensitiveGoonie3 > div {
  background-color: #00be98;
}
.sensitiveGoonie4 > div {
  background-color: #fc8bbf;
}
.sensitiveGoonie5 > div {
  background-color: #0c4ad8;
}
.sensitiveGoonie6 > div {
  background-color: #417de2;
}
.sensitiveGoonie7 > div {
  background-color: #a7a9ac;
}
.sensitiveGoonie8 > div {
  background-color: #ffb600;
}
.centerThreeBorders {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(203, 214, 241, 1);
  width: 90%;
  height: 90%;
  background-color: #e3ecf9;
  z-index: 1;
}
.centerThreeBorders::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(203, 214, 241, 1);
  width: 93%;
  height: 93%;
}
.centerWhiteBox {
  width: 55%;
  height: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid rgba(203, 214, 241, 1);
  border-radius: 50%;
  z-index: 1;
}




.workScene {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 80px 50px 50px;
}
.workSceneTitle {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.workSceneRemark,.sideTabControlModuleRemark {
  color: #808080;
  margin-bottom: 100px;
  font-size: 17px;
  text-align: center;
}
.workSceneItem {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #eef0f3;
  margin-bottom: 50px;
}
.workSceneItemIcon {
  margin-right: 10%;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #dfe5ea;
}
.workSceneItemIcon > img {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.workSceneItemText {
  flex: 1;
}
.workSceneItemTitle {
  font-size: 19px;
  margin: 0px 0 15px;
}
.workSceneItemContent {
  color: #808080;
  line-height: 24px;
  font-size: 15px;
  /* font-weight: 300; */
  padding-right: 20%;
}



.sideTabControlModuleBox {
  background-color: #f7f9fc;
  padding: 0 0 50px;
}
.sideTabControlModule {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.sideTabControlModuleBottom {
  /* box-shadow: 0 3px 30px 5px rgb(140 152 164 / 25%); */
  padding: 30px;
}
.sideTabControlModuleTitle {
  font-size: 32px;
  text-align: center;
  margin: 50px 0 20px;
  font-weight: 600;
}
.sideControlTab {
  box-sizing: border-box;
  /* position: fixed; */
}
.sideControlTabItem {
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  color: #666666;
  cursor: pointer;
  font-size: 19px;
  border-left: 5px solid transparent;
}
.sideControlTabItemActive {
  color: #2c68e1;
  border-left: 5px solid #2c68e1;
  background-color: #f2f2f2;
}
.sideControlContent {
  display: none;
}

.sideControlItem {
  margin-bottom: 50px;
}
.sideControlItemTitle {
  font-size: 19px;
  color: #000;
  margin: 15px 0px;
  display: flex;
  align-items: center;
}
.sideControlItemTitle img {
  width: 30px;
  margin-right: 20px;
}
.sideControlItemRemark {
  font-size: 15px;
  line-height: 24px;
  padding-right: 10%;
  color: #808080;
}

/* ----------------------clientCaseBox---------------------------*/
.clientCase {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 100px 50px 50px;
}
.clientCaseTab {
  margin: auto;
}
.clientCaseTabFlex {
  display: flex;
}
.clientCaseTabItem {
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}
.clientCaseTabItem > img {
  width: 80%;
}
.clientCaseContent {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 30px 1px #ccc;
  border-radius: 10px;
  min-height: 367px;
  margin: auto;
  background-image: url(../image/newLogo/treeBg.jpg);
  background-size: cover;
  background-position: center right;
}
.clientCaseContent > ul {
  position: absolute;
  width: 500%;
  top: 0;
  left: 0;
  height: 100%;
}
.clientCaseContent > ul > li {
  float: left;
  width: 20%;
  height: 100%;
  position: relative;
}
.clientCaseContent > ul > li > img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.clientCaseContent > ul > li > .clientCaseContentItem {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  align-items: center;
}
.clientCaseContentItemText,
.clientCaseContentItemImg {
  flex: 1;
}
.clientCaseContentItemText {
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  /* font-weight: 300; */
}
.clientCaseContentItemImg {
  text-align: center;
}
.clientCaseContentItemImg > img {
  width: 40%;
  margin-left: 15%;
}
.clientCaseFourBox {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.clientCaseFourItem {
  width: 30px;
  height: 2px;
  border-radius: 3px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 2px;
}