
.items-apply-block {
  height: 400px;
  background-color: #373D41;
}
.main-wrap {
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}
.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.items-apply .item {
  flex: 1;
  text-align: center;
  position: relative;
  height: 400px;
  background: no-repeat center;
  background-image: none;
  background-size: auto auto;
  background-size: 100% auto;
}
.items-apply .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.items-apply .item {
  text-align: center;
}
.items-apply .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.items-apply .item .img-block {
  position: relative;
  margin-top: 120px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.img-block {
  margin: 0 auto;
  margin-top: 0px;
  display: block;
}
.img-block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.items-apply .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
.items-apply .item-title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.items-apply .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.items-apply .item-p-block {
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  opacity: 0;
  margin-top: 10px;
}
.items-apply .item-p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
.items-apply .item {
  text-align: center;
}
v
.main-wrap {
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
}
.item {
  flex: 1;
  text-align: center;
  position: relative;
  height: 390px;
  background: no-repeat center;
  background-size:cover
}
.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.items-apply-block {
  height: 390px;
  background-color: #fff;
  width:100%;min-width:1280px;
}
.item-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
.item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background-color: rgba(0, 0, 0, .6);*/
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.item:hover:before {
  background-color: rgba(29, 106, 197, .9);
}
.item-1 {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022123021022525274/cms/image/2e1e5678-1c5e-41da-9b63-4b0479c9ce1d.jpg?d=1678760055858);
}
.item-5 {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022123021022525274/cms/image/f3ede05f-fd0e-4327-8dba-32c50202e7db.jpg?d=1678760069055);
}
.item-3 {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022123021022525274/cms/image/ed3110b3-1d82-4b82-9579-8b27a9176873.jpg?d=1678760083041);
}
.item-4 {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022123021022525274/cms/image/1a0a02f6-cecd-4d10-bb42-6b99c8cf055d.jpg?d=1678760092904g);
}
.item-title:before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.item:hover .item-title:before {
  opacity: 0;
  margin-bottom: 0;
}
.item .img-block {
  position: relative;
  margin-top: 120px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.item:hover .img-block {
  margin-top: 96px;
}
.item-p-block {
  position: relative;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  opacity: 0;
  margin-top: 10px;
}
.item:hover .item-p-block {
  display: block;
  opacity: 1;
  margin-top: 0;
}
.items-case .flex-row {
  justify-content: space-between;
  margin-top: -1px;
}
.items-case .item {
  height: 90px;
  margin: 0;
  flex: 1;
  margin-left: -1px;
  position: relative;
  border: 1px solid #eee;
  transition: all .3s ease;
}
.items-case .item:hover {
  z-index: 1;
  border-color: #b92822;
}
.items-case .item a {
  display: block;
  height: 100%;
}
.items-case .item img {
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.items-case .item .img-b {
  opacity: 0;
  visibility: hidden;
}
.items-case .item:hover .img-a {
  opacity: 0;
  visibility: hidden;
}
.items-case .item:hover .img-b {
  opacity: 1;
  visibility: visible;
}
.items-note {
  height: 100px;
  background: url(../../images/index/img-itms-note-bg.png) no-repeat center bottom;
  padding: 90px 0 0;
}
.items-note .item-p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.item-p {
  color: #fff;
  font-size: 16px;
  line-height: 10px !important;
  margin-bottom: 0px !important;
  TEXT-DECORATION: none !important;
}
.item-p {
  color: #fff;
  font-size: 16px;
  line-height: 28px !important;
  margin-bottom: 0px !important;
  TEXT-DECORATION: none !important;
}
.hover-img:hover > img, .hover-img:active > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -transform: scale(1.1);
}
.hover-img > img, .hover-img:hover > img, .hover-img:active > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
.term-content {
  width: 100%;
  height:  12vw;
  float: left;
}
.term-content {
  float: left;
  width: 20%;
  height: 12vw;
  position: relative;
}
.hover-img {
  overflow: hidden;
  float: left;
}
.term-content img {
  float: left;
  width: 100%;
  height: 12vw;
  position: relative;
}
.term-content img {
  width: 100%;
  float: left;
  height: 12vw;
}
.term-list{
  width: 100%;
  height: 300PX;
  PVERFLOW:HIDDEN;
  POSITION:ABSOLUTE;
  Z-INDEX:1001;
  float: left;
}
.text{
  width: 100%;
  height: 300PX;
  PVERFLOW:HIDDEN;
  POSITION:ABSOLUTE;
  Z-INDEX:1001;
  float: left;
}
