@import url(networkSecurity.css);
.stress {
  height: 870px;
  width: 1200px;
  margin: 0 auto;
  padding: 88px 0px !important;
  box-sizing: border-box;
}
.stress .banner {
  margin: 0 auto !important;
  position: relative;
  margin-top: 80px !important;
  box-sizing: border-box;
}
.stress .banner img {
  width: 450px;
  height: 430px;
}
.stress .banner p {
  position: absolute;
  color: #008BF0;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.stress .banner p span {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  font-weight: 400;
  margin-top: 16px;
}
.stress .banner p.one {
  top: -85px;
  left: 200px;
  border: 2px solid #008BF0;
  border-radius: 2px;
  padding: 12px 16px;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
  color: #008BF0;
  font-weight: bold;
  font-size: 24px;
}
.stress .banner p.tow {
  top: 200px;
  left: -24px;
}
.stress .banner p.tow span {
  width: 160px;
}
.stress .banner p.three {
  top: 200px;
  right: -130px;
}
.stress .banner p.three span {
  width: 160px;
}
.stress .banner p.four {
  bottom: -20px;
  right: 180px;
}
.data {
  margin: 0 auto;
  height: 962px;
  width: 1200px;
  box-sizing: border-box;
}
.data h1 {
  padding-top: 36px !important;
}
.data .banner {
  margin: 0 auto;
  margin-top: 38px;
}
.data .banner img {
  width: 1000px;
  height: 780px;
}
.netWork {
  height: 720px;
}
.netWork .product p {
  color: #777D8C;
  font-size: 14px;
  line-height: 28px;
}
.netWork .productBox {
  width: 290px;
  height: 340px;
  padding: 0 16px;
  padding-top: 20px;
  box-sizing: border-box;
}
.netWork .productBox img {
  width: 80px;
  height: 80px;
}
.netWork .productBox p:nth-of-type(2) {
  width: 260px;
}
.integrate {
  height: 770px;
  width: 100%;
  margin: 0 auto !important;
}
.integrate .tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 744px;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
}
.integrate .tab::before {
  position: absolute;
  content: '';
  display: block;
  bottom: -1.5px;
  width: 100%;
  height: 2px;
  left: 0;
  background: #D9ECFF;
}
.integrate .tab li {
  box-sizing: border-box;
  position: relative;
}
.integrate .tab li a {
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  padding: 8px 0 !important;
  box-sizing: border-box;
}
.integrate .titleBkg {
  width: 1000px;
  height: 54px;
  line-height: 54px;
  background: #689CEF;
  margin: 0 auto;
  margin-top: 32px;
}
.integrate .titleBkg span {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.integrate .titleBkg.bottom {
  background: #E3EEFD;
}
.integrate .titleBkg.bottom span {
  color: #333333;
  font-weight: 400;
}
.integrate .tabBox {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 84px;
}
.integrate .tabBox .tabList {
  width: 225px;
  height: 235px;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.integrate .tabBox .tabList::before {
  content: '';
  width: 40px;
  height: 60px;
  display: block;
  background: url(../img/datum-security/arrow-up.png) no-repeat;
  top: -73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-size: 100% 100%;
}
.integrate .tabBox .title {
  height: 48px;
  line-height: 48px;
  width: 100%;
  background: #E3EEFD;
  margin-top: 0 !important;
  position: relative;
}
.integrate .tabBox .title span {
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.integrate .tabBox .title::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #689CEF !important;
  transition: 0.3s linear;
}
.integrate .tabBox .tabListItem {
  width: 160px;
  height: 160px;
  box-sizing: border-box;
  margin: 12px auto !important;
}
.integrate .tabBox .tabListItem li {
  color: #444444;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  text-align: left;
  position: relative;
  padding-left: 20px !important;
}
.integrate .tabBox .tabListItem li::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 8px !important;
  border-radius: 50%;
  background: #000;
}
.integrate .uk-light .uk-tab > .uk-active > a {
  color: #008BF0;
  border-color: #008BF0;
  border-bottom: solid;
}
.uk-light .uk-tab>*>a:hover{
  color: #008BF0;
}
.MSS {
  height: 960px;
  width: 1200px;
  margin: 0 auto;
}uk-grid
.MSS .banner {
  margin: 0 auto;
  margin-top: 38px;
}
.MSS .banner img {
  width: 1000px;
  height: 662px;
}
.tabActive li {
  color: #008BF0 !important;
}
.tabActive li::before {
  background: #008BF0 !important;
  transition: 0.2s linear;
}
.tabActive p {
  position: relative;
}
.tabActive p span {
  position: relative;
  color: #fff !important;
  z-index: 4;
}
.tabActive p::before {
  width: 100% !important;
  z-index: 1;
}
