.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%;
}

.integrated-container {
  width: 1200px;
  margin: 0 auto;
}

.integrated-container .title {
  text-align: center;

  font-size: 45px;
  color: #000;
  padding: 100px 0 0;
  font-weight: bold;
}

.integrated-container .spit-hr {
  width: 50px;
  height: 1px;
  margin: 30px auto 70px;
  border-bottom: 2px solid #b4b4b7;
}

.integrated-container .block-item {
  height: 380px;
  width: 570px;
  background-repeat: no-repeat;
  background-image: url(../image/university/university-sys.png);
}

.integrated-container .block-right li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 18px;
  position: relative;
  width: 580px;
  height: 70px;
  background-color: #f3faff;
  padding: 0 57px 0 55px;
  margin-bottom: 20px;
}

.integrated-container .block-right li:hover {
  background-color: #1a7cff;
  color: #fff;
}

.integrated-container .block-right {
  margin-left: 31px;
}

.integrated-container .block-right li::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/university/tick.png) no-repeat center;
  left: 20px;
}


.integrated-container .block-right li:hover:before {
  background: url(../image/university/tick-active.png) no-repeat center;
}

.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-top: 0;
}

.system-function-wrapper {
  height: 750px;
  display: inline-block;
  width: 1200px;
  background-repeat: no-repeat;
  background-image: url("../image/university/system-function.png");
  margin: 50px auto;
  background-position: center;
}

.safeguard-container,
.value-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  height: 720px;
  background-repeat: no-repeat;
  background-image: url("../image/university/build.png");
}

.safeguard-center,
.value-center,
.service-center {
  width: 1230px;
  margin: 0 auto;
  height: 100%;
}

.safeguard-center .title,
.value-center .title,
.service-center .title {
  font-size: 45px;
  color: #fff;
  padding: 50px 0 0;
  font-weight: bold;
}

.safeguard-center .spit-hr,
.value-center .spit-hr,
.service-center .spit-hr {
  width: 50px;
  height: 1px;
  margin: 30px auto 50px;
  border-bottom: 2px solid #fff;
}

.safeguard-container ul {
  flex-wrap: wrap;
}

.safeguard-container ul li {
  box-sizing: border-box;
  flex: 0 0 230px;
  height: 200px;
  padding: 95px 20px 0 20px;
  margin: 0 20px 20px 0;
  background-color: #001e93;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  background-repeat: no-repeat;

  background-position: center 23px;
}

.safeguard-container li:nth-child(5n) {
  margin-right: 0;
}

.safeguard-container li:hover {
  background-color: #0050c8;
  font-size: 17px;
}

.safeguard-container li:nth-child(1) {
  background-size: 42px 46px;
  background-image: url(../image/university/value1.png);
}

.safeguard-container li:nth-child(2) {
  background-size: 41px 41px;
  background-image: url(../image/university/value2.png);
}

.safeguard-container li:nth-child(3) {
  background-size: 56px 35px;
  background-image: url(../image/university/value3.png);
}

.safeguard-container li:nth-child(4) {
  background-size: 35px 35px;
  background-image: url(../image/university/value4.png);
}

.safeguard-container li:nth-child(5) {
  background-size: 49px 48px;
  background-image: url(../image/university/value5.png);
}

.safeguard-container li:nth-child(6) {
  background-size: 51px 42px;
  background-image: url(../image/university/value6.png);
}

.safeguard-container li:nth-child(7) {
  background-size: 49px 49px;
  background-image: url(../image/university/value7.png);
}

.safeguard-container li:nth-child(8) {
  background-size: 41px 41px;
  background-image: url(../image/university/value8.png);
}

.safeguard-container li:nth-child(9) {
  background-size: 39px 54px;
  background-image: url(../image/university/value9.png);
}

.safeguard-container li:nth-child(10) {
  background-size: 37px 37px;
  background-image: url(../image/university/value10.png);
}

.safeguard-container li:nth-child(1):hover {
  background-image: url(../image/university/value1-active.png);
}

.safeguard-container li:nth-child(2):hover {
  background-image: url(../image/university/value2-active.png);
}

.safeguard-container li:nth-child(3):hover {
  background-image: url(../image/university/value3-active.png);
}

.safeguard-container li:nth-child(4):hover {
  background-image: url(../image/university/value4-active.png);
}

.safeguard-container li:nth-child(5):hover {
  background-image: url(../image/university/value5-active.png);
}

.safeguard-container li:nth-child(6):hover {
  background-image: url(../image/university/value6-active.png);
}

.safeguard-container li:nth-child(7):hover {
  background-image: url(../image/university/value7-active.png);
}

.safeguard-container li:nth-child(8):hover {
  background-image: url(../image/university/value8-active.png);
}

.safeguard-container li:nth-child(9):hover {
  background-image: url(../image/university/value9-active.png);
}

.safeguard-container li:nth-child(10):hover {
  background-image: url(../image/university/value10-active.png);
}

.value-container .menu {
  margin-left: 50px;
  height: 419px;
  background: url(../image/university/menu.png) no-repeat center;
}

.value-container {
  background-image: url("../image/university/wave.png");
}

.service-container {
  text-align: center;
}

.service-center .title {
  color: #000;
  padding: 90px 0 0;
}

.service-center .spit-hr {
  border-bottom: 2px solid #b4b4b7;

}

.introduce {
  height: 545px;
  margin-bottom: 100px;
  background: url("../image/university/safe.png") no-repeat center;
}

.introduce ul {
  padding-top: 30px;
}

.introduce li {
  display: flex;
  width: 400px;
  flex-direction: column;
  margin-bottom: 35px;
}

.introduce .left li {
  align-items: end;
}

.introduce .desc {
  width: 100%;
  box-sizing: border-box;
  line-height: 25px;
  height: 82px;
  background-color: #f3faff;
  font-size: 18px;
  padding: 20px;
}

.introduce .left .desc {
  text-align: right;
}

.introduce .right .desc {
  text-align: left;
}

.introduce .tag {
  background-color: #001e93;
  border-radius: 30px;
  width: 155px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 20px;
}

.introduce .tag:hover {
  background-color: #0050C8;

}

.introduce .left,
.introduce .right {
  flex: 1;
}

.introduce .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.introduce .left li {
  margin-right: 100px;
}

.introduce .right li {
  margin-left: 90px;
}

.introduce .left li:nth-child(2) {
  position: relative;
  right: 90px;
}

.introduce .right li:nth-child(2) {
  position: relative;
  left: 90px;
}

.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;
}

.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;
}