.banner {
  padding: 130px 0;
  background-image: url(../image/oneuem/banner.jpg);
  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: #f7f9fc;
}
.systemWeb {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.systemWebLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.systemWebRight {
  text-align: right;
  padding: 50px 0 100px;
}
.systemWebRight > img {
  width: 80%;
}
.systemWebTitle {
  font-size: 32px;
  margin: 0px 0 20px;
  font-weight: 600;
}
.systemWebRemark {
  margin-bottom: 50px;
  font-size: 17px;
  color: #808080;
}
.systemWebItem {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 1px rgba(204, 204, 204, 0.3);
}
.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 20px;
}
.softStandRemark {
  max-width: 1430px;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 17px;
  color: #808080;
}
.softStandCircle {
  position: relative;
  text-align: center;
}
.softStandCircle > img {
  width: 530px;
}
.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: 19px;
  margin-bottom: 10px;
}
.softStandItemRemark {
  color: #787d89;
  font-size: 15px;
  color: #808080;
}

.tabControlModuleBox {
  background-color: #f7f9fc;
}
.tabControlModule,
.solvePlan,.fileSafe,.encryptPolicy {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.tabControlModuleTitle {
  font-size: 30px;
  font-weight: 600;
  margin: 50px 0 20px;
}
.tabControlModuleRemark {
  margin-bottom: 50px;
  font-size: 17px;
  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;
}

.itmoney {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.itmoneyTitle {
  font-size: 32px;
  font-weight: 600;
  margin: 50px 0 20px;
}
.itmoneyRemark {
  font-size: 17px;
  color: #808080;
  margin-bottom: 50px;
}
.itmoneyLeft {
  padding-top: 50px;
}
.itmoneyItem {
  margin-bottom: 30px;
}
.itmoneyItemTitle {
  font-size: 19px;
  margin-bottom: 20px;
}

.itmoneyItemTitle img {
  width: 30px;
  margin-right: 15px;
}
.itmoneyItemRemark {
  font-size: 15px;
  padding-right: 20%;
  color: #808080;
}

.opstoolBox {
  background-color: #f7f9fc;
}
.opstool {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.opstoolTitle {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 50px 0 20px;
}
.opstoolRemark {
  max-width: 1430px;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 17px;
  color: #808080;
}
.opstoolItem {
  margin-bottom: 80px;
  text-align: center;
}
.opstoolItemImg img {
  width: 40px;
}
.opstoolItemTitle {
  font-size: 19px;
  margin: 20px 0;
}
.opstoolItemRemark {
  font-size: 15px;
  padding: 0 10%;
  color: #808080;
  line-height: 24px;
}
/* ----------------------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/lingkeBg.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;
}