@import url(datum-security.css);
.integrate {
  height: 100%;
  width: 100%;
}
.integrate .information {
  height: 874px;
  width: 1200px;
  margin: 0 auto !important;
  padding: 88px 0 !important;
} 
.integrate .information h1 {
  margin-top: 0px !important;
}
.integrate .information .seciton {
  width: 100%;
  height: calc(100% - 100px);
}
.integrate .information .seciton .secitonTab {
  width: 700px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto !important;
  margin-top: 44px !important;
}
.integrate .information .seciton .secitonTab li {
  width: 152px;
  height: 110px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 16px 0 !important;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  
}
.integrate .information .seciton .secitonTab li:hover::before{
  width: 100%;
  transition: all 0.3s;
}
.integrate .information .seciton .secitonTab li:hover p{
    color: #008BF0;
}
.integrate .information .seciton .secitonTab li::before {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  height: 4px;
  background: #008BF0;
  border-radius: 0px 0px 2px 2px;
  bottom: 0;
}
.integrate .information .seciton .secitonTab li img {
  width: 48px;
  height: 48px;
}
.integrate .information .seciton .secitonTab li p {
  margin-top: 9px !important;
  line-height: 22px;
  height: 22px;
  font-size: 14px;
}
.integrate .information .seciton .article {
  width: 100%;
}
.integrate .information .seciton .article .articleBox .articleList {
  width: 936px;
  height: 60px;
  margin: 40px auto !important;
  color: #333333;
  display: flex;
  font-size: 16px;
}
.integrate .information .seciton .article .articleBox .articleList:nth-of-type(2n) span {
  background: url(../img/build/des-labheader.png) no-repeat;
  background-size: 100% 100%;
}
.integrate .information .seciton .article .articleBox .articleList:nth-of-type(2n) .articleListBox {
  background: url(../img/build/des-longLab.png) no-repeat;
  background-size: 100% 100%;
}
.integrate .information .seciton .article .articleBox .articleList:nth-of-type(2n+1) span {
  background: url(../img/build/lab-header.png) no-repeat;
  background-size: 100% 100%;
}
.integrate .information .seciton .article .articleBox .articleList:nth-of-type(2n+1) .articleListBox {
  background: url(../img/build/log-lab.png) no-repeat;
  background-size: 100% 100%;
}
.integrate .information .seciton .article .articleBox .articleList span {
  color: #008BF0;
  display: block;
  height: 60px;
  width: 132px;
  line-height: 60px;
}
.integrate .information .seciton .article .articleBox .articleList .articleListBox {
  width: calc(100% - 132px);
  height: 100%;
}
.integrate .information .seciton .article .articleBox .articleList .articleListBox .articleItem {
  display: flex;
  width: 676px;
  height: 100%;
  justify-content: space-between;
  margin-left: 40px !important;
}
.integrate .information .seciton .article .articleBox .articleList .articleListBox .articleItem li {
  height: 60px;
  line-height: 60px;
  text-align: left;
}
.integrate .information .seciton .article .articleBox .articleList .articleListBox .articleItem li:nth-of-type(1) {
  width: 288px;
}
.integrate .information .seciton .article .articleBox .articleList .articleListBox .articleItem .uk-actice {
  line-height: unset;
  text-align: left;
  width: 190px;
}
.integrate .information .seciton .article .articleBox .articleList .articleListBox .articleItem .uk-actice p {
  margin-top: 0 !important;
}
.integrate .information .seciton .article .articleBox .articleList .articleListBox .articleItem .uk-actice i {
  font-style: normal;
  font-size: 12px;
}
.data {
  margin: 0 auto !important;
  height: 756px;
  width: 1200px;
  box-sizing: border-box;
}
.data h1 {
  padding-top: 36px !important;
}
.data .banner {
  margin: 0 auto;
  margin-top: 40px;
  box-sizing: border-box;
}
.data .banner img {
  width: 640px;
  height: 580px;
}
.data .banner .right {
  height: 100%;
  background: unset;
  display: flex;
  align-items: center;
}
.data .banner .right .rightContent {
  background: #fff;
  width: 320px;
  height: 400px;
  border-radius: 2px;
  padding: 20px;
  box-sizing: border-box;
}
.data .banner .right .rightContent img {
  width: 280px;
  height: 180px;
}
.data .banner .right .rightContent p {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin-top: 20px !important;
  margin-bottom: 16px !important;
  text-align: left;
}
.data .banner .right .rightContent p b {
  color: #008BF0;
}
.data .banner .right .rightContent .rightList li {
  text-align: left;
  height: 32px;
  line-height: 32px;
  margin-bottom: 8px !important;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
}
.data .banner .right .rightContent .rightList li::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/build/icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}
.MSS {
  height: 960px;
  width: 1200px;
  margin: 0 auto !important;
}
.MSS .banner {
  margin: 0 auto;
  margin-top: 38px;
}
.MSS .banner img {
  width: 1000px;
  height: 662px;
}
.tabActive::before {
  width: 100% !important;
  transition: 0.2s linear;
}
.table {
  color: #1D5FAC;
  font-weight: bold;
}
.table p {
  color: #1D5FAC !important;
  font-weight: bold;
}
.table b {
  color: #1D5FAC;
  font-weight: bold;
}
