@import url(./networkSecurity.css);
.serviceContent {
  margin-top: 71px;
  width: 1200px;
  height: 550px;
  margin: auto;
}
.serviceContent .content {
  width: 100%;
  height: 391px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.serviceContent .content .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceContent .content .top div {
  width: 350px;
  height: 150px;
  border: 1px solid #7BBAFF;
  box-sizing: border-box;
  box-shadow: 8px 6px 5px #DFEBFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.serviceContent .content .top div::after{
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
}
.serviceContent .content .top div:nth-of-type(2)::after {
  background: url(../img/IT/query.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  top: -32px;
}
.serviceContent .content .top div:nth-of-type(3)::after {
  background: url(../img/IT/upgrade.png) 50% 50% no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  top: -30px;
}
.serviceContent .content .top div.inequable {
  border: none;
  box-shadow: none;
  border-radius: none;
}
.serviceContent .content .top div.inequable span {
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}
.serviceContent .content .top div span {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  display: block;
  width: 287px;
}
.serviceContent .content .last {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.serviceContent .content .last div {
  width: 252.5px;
  height: 150px;
  border: 1px solid #7BBAFF;
  box-sizing: border-box;
  box-shadow: 8px 6px 5px #DFEBFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.serviceContent .content .last div::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/IT/backups.png) 50% 50% no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  top: -32px;
}
.serviceContent .content .last div:nth-of-type(2)::after {
  
  background: url(../img/IT/framework.png) 50% 50% no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  top: -32px;
}
.serviceContent .content .last div:nth-of-type(3)::after {
 
  background: url(../img/IT/system.png) 50% 50% no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  top: -32px;
}
.serviceContent .content .last div:nth-of-type(4)::after {
  background: url(../img/IT/build.png) 50% 50% no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  top: -32px;
}
.serviceContent .content .last div span {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  display: block;
  width: 215px;
}
.summary .summaryBox {
  height: 680px;
  margin: unset;
  margin: 0 auto;
  padding-top: 36px !important;
  box-sizing: border-box;
}
.summary .summaryBox .privateImg img {
  display: block;
  width: 480px;
  height: 535px;
}
.summary .summaryBox .introduce {
  width: 500px;
  height: 480px;
  background: #FFFFFF;
  box-shadow: 8px 6px 5px 1px #DFEBFF;
  padding: 0 28px;
  margin: auto;
}
.summary .summaryBox .introduce .privateText li {
  height: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: unset !important;
}
.summary .summaryBox .introduce .privateText li::after {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 26px;
  background: url(../img/IT/host.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 18px;
}
.summary .summaryBox .introduce .privateText li:nth-of-type(2)::after {
  background: url(../img/IT/store.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.summary .summaryBox .introduce .privateText li:nth-of-type(3)::after {
  width: 26px;
  height: 19px;
  background: url(../img/IT/inter.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.summary .summaryBox .introduce .privateText li:nth-of-type(4)::after {
  width: 22px;
  height: 24px;
  background: url(../img/IT/securit.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.summary .summaryBox .introduce .privateText li:nth-of-type(5)::after {
  width: 18px;
  height: 22px;
  background: url(../img/IT/sql.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.summary .summaryBox .introduce .privateText li:nth-of-type(6)::after {
  width: 22px;
  height: 18px;
  background: url(../img/IT/middleware.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.summary .summaryBox .introduce .privateText li p {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.summary .summaryBox .introduce .privateText li span {
  color: #666666;
  font-size: 15px;
  line-height: 30px;
}
.operation {
  width: 1200px;
  height: 990px;
  margin: auto;
  position: relative;
  margin-top: 89px;
  margin-bottom: 100px;
}
.operation .process {
  width: 1100px;
  height: 856.5px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 78px;
}
.operation .process .processTop {
  width: 100%;
  height: 657px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation .process .processTop .left {
  width: 800px;
  height: 100%;
}
.operation .process .processTop .left .top {
  height: 410px;
}
.operation .process .processTop .left .top .topConfigure {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.operation .process .processTop .left .top .topConfigure::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -17px;
  right: 46%;
  width: 80px;
  height: 15px;
  background: url(../img/IT/stroke.png) 50% 50% no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
  transform: rotate(90deg);
}
.operation .process .processTop .left .top .topConfigure > li {
  width: 240px;
  height: 410px;
  background: #F5F9FF;
  border-radius: 8px;
  position: relative;
}
.operation .process .processTop .left .top .topConfigure > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 42%;
  right: -39px;
  width: 80px;
  height: 15px;
  background: url(../img/IT/stroke.png) 50% 50% no-repeat;
  background-color: #fff;
  background-size: 100% 100%;
}
.operation .process .processTop .left .top .topConfigure > li:nth-of-type(3)::before {
  top: 62%;
  right: -58px;
}
.operation .process .processTop .left .top .topConfigure > li .activity {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #F5F9FF;
}
.operation .process .processTop .left .top .topConfigure > li .activity .topping {
  margin-top: -53px;
}
.operation .process .processTop .left .top .topConfigure > li .activity li {
  width: 180px;
  height: 40px;
  line-height: 38px;
  background: #FFFFFF;
  border: 1px solid #78BAFF;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 14px auto;
  position: relative;
}
.operation .process .processTop .left .top .topConfigure p {
  background: #FFDFDF;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 18px;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
}
.operation .process .processTop .left .bottom {
  height: 193px;
  margin-top: 49px;
  position: relative;
}
.operation .process .processTop .left .bottom::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -59px;
  width: 80px;
  height: 15px;
  background: url(../img/IT/stroke.png) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.operation .process .processTop .left .bottom p {
  background: #CCEAFF;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  text-align: left;
}
.operation .process .processTop .left .bottom .activity .uk-padding-remove {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.operation .process .processTop .left .bottom .activity .uk-padding-remove li {
  width: 240px;
  height: 153px;
  background: #F5F9FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.operation .process .processTop .left .bottom .activity .uk-padding-remove li span {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 38px;
  background: #FFFFFF;
  border: 1px solid #78BAFF;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 8px auto;
}
.operation .process .processTop > .right {
  width: 240px;
  height: 100%;
  background: #F5F9FF;
  border-radius: 10px;
  position: relative;
}
.operation .process .processTop > .right::after {
  content: '';
  display: block;
  position: absolute;
  top: 35%;
  left: -58px;
  width: 80px;
  height: 15px;
  background: url(../img/IT/stroke.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.operation .process .processTop > .right p {
  height: 40px;
  line-height: 40px;
  background: #DEFFF9;
  padding-left: 30px;
  font-size: 18px;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
}
.operation .process .processTop > .right .activity {
  height: 617px;
  width: 100%;
  display: flex;
  position: relative;
  background: #F5F9FF;
  z-index: 5;
}
.operation .process .processTop > .right .activity ul {
  width: 180px;
  height: 176px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.operation .process .processTop > .right .activity ul li {
  background: #FFFFFF;
  border: 1px solid #78BAFF;
  box-sizing: border-box;
  border-radius: 8px;
  width: 180px;
  height: 40px;
  line-height: 38px;
}
.operation .process .processBottom {
  width: 100%;
  height: 140px;
  position: relative;
}
.operation .process .processBottom::after {
  content: '';
  display: block;
  position: absolute;
  top: -26px;
  right: 74px;
  width: 80px;
  height: 15px;
  background: url(../img/IT/stroke.png) 50% 50% no-repeat;
  background-size: 100% 100%;
  transform: rotate(-90deg);
}
.operation .process .processBottom p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #FFF1DC;
  padding-left: 30px !important;
  font-size: 18px;
  color: #333333;
  text-align: left;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.operation .process .processBottom .activity {
  height: 100px;
  background: #F5F9FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.operation .process .processBottom .activity li {
  width: 160px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #78BAFF;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFFFFF;
  margin: 0 9px;
}
.data {
  margin: 0 auto !important;
  height: 1300px;
  width: 1200px;
  padding-bottom: 88px !important;
  box-sizing: border-box;
}
.data h1 {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.data .banner {
  width: 100%;
  margin-top: 35px !important;
}
.data .banner img {
  width: 100%;
  height: 911px;
}
.data .data-tilte p {
  margin-top: 36px !important;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.data .data-tilte .data-list {
  margin: 0 auto !important;
  margin-top: 12px !important;
  width: 680px;
}
.data .data-tilte .data-list li {
  height: 32px;
  line-height: 32px;
  margin-bottom: 8px !important;
  text-align: left;
  display: flex;
  align-items: center;
}
.data .data-tilte .data-list li::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/it-facilities/yes.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 12px;
  margin-left: 26px;
}
.lan {
  height: 1040px;
  width: 1200px;
  padding: 0 !important;
  padding-top: 36px !important;
  box-sizing: border-box;
}
.lan .banner img {
  width: 100%;
  height: 700px;
}
.integrate {
  height: 100%;
  width: 100%;
}
.integrate .information {
  height: 1345px;
  width: 1200px;
  margin: 0 auto !important;
  padding: 88px 0 !important;
}
.integrate .information h1 {
  margin-top: 0px !important;
}
.integrate .information .seciton {
  width: 100%;
  
}
.integrate .information .seciton .secitonTab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto !important;
  margin-top: 44px !important;
}
.integrate .information .seciton .secitonTab li {
  width: 240px;
  height: 165px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 32px 0 !important;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.integrate .information .seciton .secitonTab li:hover p{
  color: #fff;
  transition: 0.2s linear;
}
.integrate .information .seciton .secitonTab li:hover::before{
  width: 100%;
  transition: 0.2s linear;
}
.integrate .information .seciton .secitonTab li::before {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  height: 100%;
  background: #008BF0;
  border-radius: 0px 0px 2px 2px;
  left: 0;
  top: 0;
}
.integrate .information .seciton .secitonTab li img {
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 50;
}
.integrate .information .seciton .secitonTab li p {
  margin-top: 12px !important;
  line-height: 32px;
  font-size: 20px !important;
  height: 32px;
  font-size: 14px;
  position: relative;
  z-index: 50;
}
.integrate .information .seciton .secitonList {
  width: 100%;
  height: calc(100% - 175px);
  position: relative;
}
.integrate .information .seciton .secitonList .modal {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  transition: all 0.3s linear;
}
.integrate .information .seciton .secitonList .modal.modal1 {
  left: 0;
  top: 0;
  opacity: 0.1;
  width: 560px;
  height: 272px;
  background: #0050CD;
}
.integrate .information .seciton .secitonList .modal.modal2 {
  left: 605px;
  top: 0;
  opacity: 0.1;
  width: 595px;
  height: 272px;
  background: #0050CD;
}
.integrate .information .seciton .secitonList .modal.modal3 {
  left: 0;
  top: 305px;
  opacity: 0.1;
  width: 100%;
  height: 272px;
  background: #0050CD;
}
.integrate .information .seciton .secitonList .modal.modal4 {
  left: 0;
  top: 608px;
  opacity: 0.1;
  width: 100%;
  height: 246px;
  background: #0050CD;
}
.integrate .information .seciton .secitonList li {
  background: #F5F9FF;
  border-radius: 2px;
  height: 258px;
  margin-top: 32px !important;
  float: left;
  padding: 20px 0 !important;
  box-sizing: border-box;
}
.integrate .information .seciton .secitonList li p {
  color: #008BF0;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.integrate .information .seciton .secitonList li span {
  width: 216px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #689CEF;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  background: #fff;
}
.integrate .information .seciton .secitonList li p {
  margin-top: 0 !important;
}
.integrate .information .seciton .secitonList .sortList {
  width: 560px;
  height: 272px;
  box-sizing: border-box;
}
.integrate .information .seciton .secitonList .sortList:nth-of-type(2) {
  width: 595px;
  float: right;
  padding: 51px 0 !important;
}
.integrate .information .seciton .secitonList .sortList:nth-of-type(2) span {
  width: 124px;
}
.integrate .information .seciton .secitonList .sortList .application {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 460px;
  height: 172px;
  margin: 0 auto !important;
  margin-top: 20px !important;
}
.integrate .information .seciton .secitonList .sortList .application span {
  width: 218px;
  box-sizing: border-box;
}
.integrate .information .seciton .secitonList .sortList .application span:nth-of-type(n+3) {
  margin-top: 24px;
}
.integrate .information .seciton .secitonList .sortList .data-source {
  width: 496px;
  height: 130px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
}
.integrate .information .seciton .secitonList .sortList .data-source span {
  width: 149px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}
.integrate .information .seciton .secitonList .sortList .data-source span:nth-of-type(n+4) {
  margin-top: 24px;
}
.integrate .information .seciton .secitonList .longList {
  width: 100%;
  height: 272px;
  box-sizing: border-box;
}
.integrate .information .seciton .secitonList .longList .data-source {
  width: 1045px;
  height: 172px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.integrate .information .seciton .secitonList .longList .data-source span:nth-of-type(n+5) {
  margin-top: 24px;
}
.integrate .information .seciton .secitonList .longList.big {
  height: 246px;
}
.integrate .information .seciton .secitonList .algorithm {
  width: 972px;
  margin: 0 auto;
  height: 143px;
  display: flex;
  margin-top: 28px;
  justify-content: space-between;
}
.integrate .information .seciton .secitonList .algorithm div {
  padding-top: 20px;
  box-sizing: border-box;
}
.integrate .information .seciton .secitonList .algorithm div div {
  display: flex;
  padding: 0 20px;
  padding-top: 22px;
  justify-content: space-between;
  box-sizing: border-box;
}
.integrate .information .seciton .secitonList .algorithm div div span {
  width: 151px;
  height: 52px;
  line-height: 52px;
}
.integrate .information .seciton .secitonList .algorithm .big-data {
  width: 550px;
  height: 100%;
  border-radius: 2px;
  border: 2px dashed #689CEF;
}
.integrate .information .seciton .secitonList .algorithm .small-data {
  width: 372px;
  height: 100%;
  border-radius: 2px;
  border: 2px dashed #689CEF;
}
.tabActive::before {
  width: 100% !important;
  transition: 0.2s linear;
}
.tabActive p {
  color: #fff !important;
  transition: 0.1s linear;
}
.bgcAcitve {
  width: 100%;
  height: 100%;
}
.bgcAcitve span {
  color: #0050CD !important;
}
