.banner {
  padding: 130px 0;
  background-image: url(../image/oneuba/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
}
.bannerContent {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px 50px 20px;
  color: #fff;
}
.bannerTitle {
  margin-top: 50px;
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 600;
}
.bannerRemark {
  font-size: 17px;
  line-height: 24px;
}

.systemWebBox {
  background-color: #fff;
}
.systemWeb {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.systemWebTitle {
  font-size: 32px;
  margin: 30px 0 20px;
  text-align: center;
  font-weight: 600;
}
.systemWebRemark {
  margin-bottom: 80px;
  font-size: 17px;
  text-align: center;
  color: #808080;
}
.systemWebItemImg {
  text-align: center;
  margin: 50px 0;
}
.systemWebItemImg img {
  width: 80%;
}
.systemWebItem {
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.systemWebItemLeft {
  margin-right: 30px;
}
.systemWebItemLeft > img {
  width: 50px;
}
.systemWebItemTitle {
  font-size: 19px;
  margin-bottom: 15px;
}
.systemWebItemRemark {
  font-size: 15px;
  line-height: 24px;
  color: #808080;
}
.softStandBox {
  padding: 50px 0 100px;
}
.softStand {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
  color: #000;
  display: flex;
  justify-content: center;
}
.softStandTitle {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 50px 0;
}
.softStandRemark {
  max-width: 1430px;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 17px;
}
.softStandCircle {
  position: relative;
  text-align: center;
}
.softStandCircle > img {
  width: 500px;
}
.softStandItem {
  position: absolute;
  width: 70%;
}
.softStandItem:nth-child(1) {
  top: 45px;
  left: 47px;
  transform: translate(-100%, -50%);
  text-align: right;
}
.softStandItem:nth-child(2) {
  top: 45px;
  right: 47px;
  transform: translate(100%, -50%);
  text-align: left;
}
.softStandItem:nth-child(3) {
  top: 50%;
  left: 15px;
  transform: translate(-110%, -50%);
  text-align: right;
}
.softStandItem:nth-child(4) {
  top: 50%;
  right: 15px;
  transform: translate(110%, -50%);
  text-align: left;
}
.softStandItem:nth-child(5) {
  top: 90%;
  left: 47px;
  transform: translate(-100%, -50%);
  text-align: right;
}
.softStandItem:nth-child(6) {
  top: 90%;
  right: 47px;
  transform: translate(100%, -50%);
  text-align: left;
}
.softStandItemTitle {
  font-size: 17px;
  margin-bottom: 10px;
}
.softStandItemRemark {
  color: #787d89;
  font-size: 15px;
}

.tabControlModuleBox {
  background-color: #f7f9fc;
}
.tabControlModule,
.solvePlan,.fileSafe,.encryptPolicy {
  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: 50px;
  font-size: 17px;
  color: #808080;
  text-align: center;
}
.tabControlTab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 3px solid #e6e6e6;
}
.tabControlTabItem {
  /* flex: 1; */
  padding: 20px 0;
  font-size: 17px;
  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: 40px;
  margin-bottom: 10px;
}
.tabControlTabItemActive > span {
  border-bottom: 3px solid #0267e4;
  color: #000;
}
.tabControlContent {
  display: none;
  padding: 50px 0 0px;
}
.tabControlContentLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tabControlContentRight {
  text-align: right;
  position: relative;
}
.tabControlContentRight > img {
  width: 90%;
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.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;
}

/* ----------------------alarm---------------------------*/
.alarm {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.haru-alarmRemoveBox {
  position: relative;
  width: 100%;
  /* height: 300px; */
  padding-bottom: 70%;
  overflow: hidden;
  margin-bottom: 50px;
}
.haru-alarmRemoveBox::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255,255,255, 0) 8%,rgba(135, 199, 243,0) 40%,rgba(255,255,255, 0) 92%,rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}
.alarmLeftInfo {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.alarmLeftInfoTitle {
  font-size: 32px;
  font-weight: 600;
}
.alarmLeftInfoRemark {
  color: #808080;
  padding: 20px 20% 70px 0;
  line-height: 24px;
    /* font-weight: 300; */
  font-size: 17px;
}
.alarmLeftContentTitle {
  font-size: 19px;
  margin: 15px 0 15px;
}
.alarmLeftInfoIcon {
  width: 30px;
}
.alarmLeftContentContent {
  color: #808080;
  line-height: 24px;
  padding-right: 20%;
    /* font-weight: 300; */
  font-size: 15px;
}
.alarmInfo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 24%;
  width: 75%;
  z-index: 0;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 5px 3px 10px 1px #eee;
  font-size: 13px;
}
.alarmLeftIcon {
  width: 28%;
  height: 100%;
  /* padding-left: 30%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.activeAlarm .alarmLeftIcon {
  width: 26%;
}
.alarmLeftIcon img {
  width: 80%;
}
.alarmInfo1 {
  top: 0%;
}
.alarmInfo1 .alarmLeftIcon {
  background-color: #4d93f6;
} 
.alarmInfo2 {
  top: 30%;
}
.alarmInfo2 .alarmLeftIcon {
  background-color: #64d2a2;
} 
.alarmInfo3 {
  top: 60%;
}
.alarmInfo3 .alarmLeftIcon {
  background-color: #f3be4f;
} 
.alarmInfo4 {
  top: 90%;
}
.alarmInfo4 .alarmLeftIcon {
  background-color: #4d93f6;
} 
.alarmInfo5 {
  top: 120%;
}
.alarmInfo5 .alarmLeftIcon {
  background-color: #64d2a2;
}
.alarmInfo6 {
  top: 150%;
}
.alarmInfo6 .alarmLeftIcon {
  background-color: #f3be4f;
} 
.activeAlarm {
  width: 90%;
  z-index: 1;
  box-shadow: 5px 8px 20px 1px #eee;
  height: 28%;
}
.alarmRightText {
  height: 100%;
  width: 100%;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.alarmRightTextTitle {
  margin-bottom: 5px;
}
.alarmRightTextContent {
  color: #808080;
  font-weight: 200;
}

/* ----------------------workAssess---------------------------*/
.workAssessBox {
  background-color: #f7f9fc;
}
.workAssess {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 80px 50px 50px;
}
.workTop {
  text-align: center;
}
.workTop .workTopTitle {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}
.workTop .workTopRemark {
  color: #808080;
  margin-bottom: 50px;
  font-size: 17px;
    /* font-weight: 300; */
}
.WorkTwoContent .workTwoTitle {
  color: #3d67d9;
  font-size: 21px;
  margin-bottom: 15px;
}
.WorkTwoContent .workSixItem {
  border-bottom: 1px solid #f0f3f5;
  margin-bottom: 70px;
  padding: 0 40px 40px 0;
}
.WorkTwoContent .workSixItem::after {
  content: '';
  width: 10%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2e70da;
}
.WorkTwoContent .workSixItem .workSixItemIcon {
  width: 60px;
}
.WorkTwoContent .workSixItem .workSixItemTitle {
  margin: 10px 0 15px;
  font-size: 19px;
}
.WorkTwoContent .workSixItem .workSixItemContent {
  color: #808080;
  line-height: 24px;
  font-size: 15px;
    /* font-weight: 300; */
  padding-bottom: 10px;
}

/* ----------------------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/cbreBg.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;
}