.banner-container {
  width: 100%;
  height: 720px;
  margin-top: -1px;
  text-align: center;
  background-color: #fff;
}

.banner-container-center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.banner-wrapper {
  max-width: 1920px;
  height: 720px;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.title {
  text-align: center;

  font-size: 45px;
  color: #000;
  padding: 100px 0 0;
  font-weight: bold;
}

.spit-hr {
  width: 50px;
  height: 1px;
  margin: 30px auto 50px;
  border-bottom: 2px solid #b4b4b7;
}

.safe-container .safe-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.safe-container .content {
  position: relative;
  height: 550px;
  /* border: 1px solid red; */
}

.safe-container .info-li {
  position: absolute;
  font-size: 18px;
  background-color: #f3faff;
  padding: 15px;
  width: 305px;
  line-height: 25px;
}


.safe-container .info-li:hover {
  background-color: #1A7CFF;
  color: #fff;
}

.safe-container .info-li:hover .text-yellow {
  color: #fff;
  font-weight: normal;
}


.text-yellow {
  color: #ff9900;
  font-weight: bold;
}

.safe-container .info-li:nth-child(1) {
  bottom: 145px;
  left: 0px;
}

.safe-container .info-li:nth-child(2) {
  bottom: 326px;
  left: 135px;
}

.safe-container .info-li:nth-child(3) {
  bottom: 455px;
  left: 353px;
}

.safe-container .info-li:nth-child(4) {
  bottom: 360px;
  right: 115px;
}

.safe-container .info-li:nth-child(5) {
  bottom: 200px;
  right: 43px;
}

.system-function-container {
  width: 100%;
  text-align: center;
  background-color: #f2f6fa;
  height: 800px;
}

.system-function-container .title {
  font-size: 45px;
  color: #000;
  font-weight: bold;
  padding: 0;
}

.system-function-wrapper {
  height: 750px;
  display: inline-block;
  width: 1200px;
  background-repeat: no-repeat;
  background-image: url('../image/enterprise/system-function.png');
  margin: 50px auto;
}



.collaborative-zone-container {
  width: 100%;
  margin: 0 auto;
  height: 500px;
  background-color: #fff;
}

.collaborative-zone {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
}

.collaborative-zone>.block-left {
  width: 570px;
  height: 370px;
  float: left;
  padding-left: 110px;
}

.collaborative-zone>.block-left .high-light {
  color: #FF9900;
}


.collaborative-zone>.block-right2 {
  width: 500px;
  height: 370px;
  float: left;
  margin-top: 80px;
  background-repeat: no-repeat;
  background-image: url("../image/enterprise/ai.png");
}

.collaborative-zone>.block-left .title {
  color: #001e93;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
}

.collaborative-zone>.block-left ul {
  list-style: inherit;
}

.collaborative-zone>.block-left ul li {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  width: 500px;
  line-height: 25px;
}


.intelligent-zone-container {
  width: 100%;
  margin: 0 auto;
  height: 500px;
  background-color: #f3faff;
}

.intelligent-zone {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
}

.intelligent-zone>.block-left {
  width: 700px;
  height: 370px;
  float: left;
}

.intelligent-zone>.block-left>.block-item {
  margin-left: 60px;
  height: 370px;
  width: 500px;
  background-repeat: no-repeat;
}

.intelligent-zone>.block-left>.block-item-2 {
  background-image: url("../image/enterprise/value.png");
  background-size: 500px 370px;
  margin-top: 70px;
}

.intelligent-zone>.block-left>.block-item-3 {
  background-image: url("../image/enterprise/cost.png");
  background-size: 500px 370px;
  margin-top: 70px;
}

.intelligent-zone>.block-right {
  width: 500px;
  height: 370px;
  float: left;
}


.intelligent-zone>.block-right .title {
  color: #001e93;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
}

.intelligent-zone>.block-right ul {
  list-style: inherit;
}

.intelligent-zone>.block-right ul li {
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
  line-height: 25px;
}



.collaborative-zone-container2 {
  width: 100%;
  margin: 0 auto;
  height: 500px;
  background-color: #fff;
}

.collaborative-zone2 {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
}

.collaborative-zone2>.block-left {
  width: 585px;
  height: 370px;
  float: left;
  padding-left: 110px;
}

.collaborative-zone2>.block-left .high-light {
  color: #FF9900;
}


.collaborative-zone2>.block-right2 {
  width: 500px;
  height: 370px;
  float: left;
  margin-top: 80px;
  background-repeat: no-repeat;
  background-image: url("../image/enterprise/manage.png");
}

.collaborative-zone2>.block-left .title {
  color: #001e93;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
}

.collaborative-zone2>.block-left ul {
  list-style: inherit;
}

.collaborative-zone2>.block-left ul li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  width: 450px;
  line-height: 25px;
}

.collaborative-zone2>.block-left ul li>div {
  font-weight: normal;
  margin: 8px 0;
}


.advantage-info {
  width: 100%;
  height: 745px;
  text-align: center;
  background-color: #fff;
}

.advantage-info-center {
  width: 1175px;
  margin: 0 auto;
  height: 100%;
  padding-top: 30px;
}

.advantage-info-li {
  float: left;
  width: 230px;
  height: 335px;
  background-color: #f3faff;
  padding: 0 15px;
  margin-left: 45px;
  border-radius: 15px;

}


.advantage-info-li:first-child {
  margin-left: 0px;
}

.advantage-info-li-bg {
  height: 148px;
  display: inline-block;
  width: 148px;
  background-repeat: no-repeat;
  margin-top: 35px;
}


.advantage-info-li-bg1 {
  background-image: url("../image/enterprise/cloud.png");
}

.advantage-info-li-bg2 {
  background-image: url("../image/enterprise/code.png");
}

.advantage-info-li-bg3 {
  background-image: url("../image/enterprise/en.png");
}

.advantage-info-li-bg4 {
  background-image: url("../image/enterprise/setting.png");
}

.advantage-info-li>p {
  font-size: 18px;
  font-weight: normal;
  color: #444;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1.5px;
}

.advantage-info .title {
  font-size: 55px;
  font-weight: bold;
  color: #000;
  text-align: center;

  display: inline-block;
  width: 100%;
  margin: 0;

}

.banner-ip-wrapper {
  width: 100%;
  height: 750px;
  margin-top: -1px;
  text-align: center;
  background-color: #fff;
}

.banner-ip-container {
  width: 100%;
  max-width: 1920px;
  height: 750px;
  margin-top: -1px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  background: url("../image/enterprise/bg.png");
  background-repeat: no-repeat;

}

.banner-ip-container-center {
  width: 1160px;
  height: 410px;
  margin: 0 auto;

  background: url("../image/enterprise/menu.png");
  background-repeat: no-repeat;
  background-size: 1160px 410px;
}

.banner-ip-container .title {
  color: #fff;
  text-align: center;
  padding-top: 50px;
}

.banner-ip-container .spit-hr {
  width: 50px;
  height: 1px;
  margin: 30px auto 50px;
  border-bottom: 2px solid #b4b4b7;
}



.safe-zone-container {
  width: 100%;
  margin: 0 auto;
  height: 550px;
  background-color: #fff;
}

.safe-zone-container .title {
  color: #000;
  text-align: center;
  padding-top: 50px;
}

.safe-zone-container .spit-hr {
  width: 50px;
  height: 1px;
  margin: 30px auto 50px;
  border-bottom: 2px solid #b4b4b7;
}


.safe-zone {
  width: 1200px;
  margin: 0 auto;
  height: 550px;
}

.safe-zone>.block-left {
  width: 600px;
  height: 370px;
  float: left;
}

.safe-zone>.block-left>.block-item {
  height: 370px;
  width: 550px;
  background-repeat: no-repeat;
}

.safe-zone>.block-left>.block-item-2 {
  background-image: url("../image/enterprise/service.png");
  background-size: 520px 300px;
}

.safe-zone>.block-right {
  width: 530px;
  height: 170px;
  float: left;
  background-color: #001e93;
  padding: 30px 35px;
  margin-top: 50px;
}


.safe-zone>.block-right .title {
  color: #001e93;
  font-size: 28px;
  font-weight: bold;
  text-align: left;

}

.safe-zone>.block-right ul {
  list-style: none;

}

.safe-zone>.block-right ul li {
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  padding-left: 35px;
  background-image: url("../image/enterprise/source.png");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position-y: 5px;
}


.free-get-info {
  width: 100%;
  height: 385px;
  text-align: center;
  background-color: #fff;
  margin-top: 50px;
}


.free-get-info-center {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}

.free-get-bg {
  height: 345px;
  display: inline-block;
  width: 1200px;
  background-repeat: no-repeat;
  background-image: url("../image/index/background/free-get-bg.jpg");
}

.free-get-info-center .title {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  margin-top: 70px;
  padding: 0;
}

.free-get-info-center .try {
  font-size: 26px;
  color: #FF9900;
  font-weight: normal;
  margin-top: 30px;
}

.free-get-info-center .fetch-online {
  line-height: 65px;
  height: 65px;
  width: 245px;
  font-size: 26px;
  border-radius: 50px;
  background-color: #0050C8;
  margin: 60px auto;
}

.free-get-info-center .fetch-online:hover {
  background-color: #0665f4;
  cursor: pointer;
}

.free-get-info-center .fetch-online a {
  color: #fff;
}

.free-get-info-center .fetch-online .triangle {
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent transparent #fff;
  position: relative;
  margin-top: -42px;
  margin-left: 195px;
}