/* CSS Document */
/*common*/
.witSafe .title p {
  font-size: 45px;
  color: #000000;
  line-height: 1.1;
  margin-left: 0px;
  margin-bottom: 40px;
}
.witSafe .title p span {
  color: #B2B2B2;
  font-size: 16px;
  margin-left: 8px;
}
/* CSS Document */
.tabslide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tabslide .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tabslide .bg img {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}

.tabslide .bg img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tabslide .tab_02 {
  width: 100%;
  height: 88.6%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.tabslide .tab_02 .tab02_c {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: center;
}

.tabslide .tab_02 .tab02_c img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  padding: 0px;
  object-fit: contain;
}

.tabslide .tab_01 {
  width: 100%;
  height: 11.4%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.tabslide .tab_01 i {
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.tabslide .tab_01 i.i1 {
  left: 0px;
}

.tabslide .tab_01 i.i2 {
  right: 0px;
}

.tabslide .tab_01 span {
  display: inline-block;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  color: #000;
  font-size: 28px;
}

.tabslide .tab_01 span img {
  display: none;
  height: 40px;
  width: auto;
  margin: 0px;
  margin-right: 20px;
}

.tabslide .tab_01 i.active span img {
  display: block;
}