.bg5 .bg5_title {
  position: absolute;
  top: 16%;
  left: 10%;
  height: 10%;
  width: 20%;
  display: none;
}
.bg5 .bg5_title .white_title div {
  font-size: 36px;
  color: white;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
}
.bg5 .bg5_title .white_title span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.bg5 .bg5_title .black_title {
  color: #354063;
  font-size: 30px;
  position: absolute;
  top: -10%;
  left: -10%;
}
.bg5 .indexBgTitleActive {
  animation: indexBgTitleActive 0.3s;
  -webkit-animation: indexBgTitleActive 0.3s;
  -moz-animation: indexBgTitleActive 0.3s;
  -o-animation: indexBgTitleActive 0.3s;
}
@keyframes indexBgTitleActive {
  0% {
    top: 110%;
  }
  100% {
    top: 20%;
  }
}
.bg5 .sectionBgActive4 {
  animation: jumpfive 0.3s linear;
}
@keyframes jumpfive {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
.bg5 .bg4_content {
  height: 50%;
  width: 80%;
  position: relative;
  left: 5%;
  top: 50%;
  transform: translate(0%, -50%);
  color: white;
  display: none;
}
.bg5 .bg4_content .bg5_contentPub {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg5 .bg4_content .bg5ConPub {
  width: 320px;
  height: 350px;
}
.bg5 .bg4_content .bg5ConPub img {
  height: 63px;
  width: 53px;
  margin-top: 23px;
  margin-bottom: 17px;
}
.bg5 .bg4_content .bg5ConPub .title {
  color: #1E1E1E;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 3px solid #4B68F5;
}
.bg5 .bg4_content .bg5_con {
  padding: 0 53px;
  color: black;
  font-size: 11px;
  margin-top: 24px;
}
.bg5 .bg4_content .bg5_content_box {
  width: 119px;
  height: 36px;
  position: absolute;
  bottom: 10%;
  margin-top: 20px;
  --background: linear-gradient(270deg, #384bbb, #3275d7);
  --text: #fff;
  --font-size: 11px;
  --duration: 0.5s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(39, 94, 254, 0.5);
  line-height: var(--font-size);
  border-radius: 24px;
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: 0.5px;
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(var(--y));
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.bg5 .bg4_content .bg5_content_box div {
  display: flex;
  justify-content: center;
}
.bg5 .bg4_content .bg5_content_box div span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
}
.bg5 .bg4_content .bg5_content_box div span:nth-child(1) {
  --d: 0.05s;
}
.bg5 .bg4_content .bg5_content_box div span:nth-child(2) {
  --d: 0.1s;
}
.bg5 .bg4_content .bg5_content_box div span:nth-child(3) {
  --d: 0.15s;
}
.bg5 .bg4_content .bg5_content_box div span:nth-child(4) {
  --d: 0.2s;
}
.bg5 .bg4_content .bg5_content_box:hover {
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, 0.2);
}
.bg5 .bg4_content .bg5_content_box:hover div span {
  animation: buttontan var(--duration) linear var(--d);
}
@keyframes buttontan {
  40% {
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
  60% {
    transform: translateY(var(--move));
    -webkit-transform: translateY(var(--move));
    -moz-transform: translateY(var(--move));
    -ms-transform: translateY(var(--move));
    -o-transform: translateY(var(--move));
  }
}
.bg5 .bg4_content .bg5_contentbigtitleImg_sm {
  height: 60px !important;
  width: 60px !important;
}
.bg5 .bg4_content .bg5_con_box .bg5_contentPub .bg5_contentbigtitleImg {
  height: 82px;
  width: 80px;
  margin-bottom: 20px;
}
.bg5 .bg4_content .bg5_con_box .bg5ConPub {
  position: absolute;
  z-index: 10;
  background: url(../img/bg5_baidi.png) no-repeat;
  background-size: cover;
  display: none;
  border-radius: 10px;
}
.bg5 .bg4_content .bg5_con_box .bg5ConPub .bg5_content_textBox {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}
.bg5 .bg4_content .bg5_con_box .bg5ConPub .bg5_content_textBox .bg5_content_text_title {
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.bg5 .bg4_content .bg5_con_box:nth-child(1) {
  position: absolute;
  top: 30%;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg5 .bg4_content .bg5_con_box:nth-child(2) {
  position: absolute;
  left: 30%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg5 .bg4_content .bg5_con_box:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg5 .bg4_content .bg5_con_box:nth-child(4) {
  position: absolute;
  left: 70%;
  top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg5 .bg4_content .bg5_con_box:nth-child(5) {
  position: absolute;
  left: 85%;
  top: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg5 .bg5_button {
  width: 132px;
  height: 40px;
  z-index: 1;
  position: absolute;
  top: 88%;
  right: 15%;
  --background: linear-gradient(270deg, #384bbb, #3275d7);
  --text: #fff;
  --font-size: 18px;
  --duration: 0.5s;
  --move-hover: -4px;
  --shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(39, 94, 254, 0.5);
  font-family: "Roboto";
  line-height: 40px;
  border-radius: 24px;
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  letter-spacing: 0.5px;
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(var(--y));
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.bg5 .bg5_button div {
  display: flex;
  justify-content: center;
}
.bg5 .bg5_button div span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
}
.bg5 .bg5_button div span:nth-child(1) {
  --d: 0.05s;
}
.bg5 .bg5_button div span:nth-child(2) {
  --d: 0.1s;
}
.bg5 .bg5_button div span:nth-child(3) {
  --d: 0.15s;
}
.bg5 .bg5_button div span:nth-child(4) {
  --d: 0.2s;
}
.bg5 .bg5_button:hover {
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, 0.2);
}
.bg5 .bg5_button:hover div span {
  animation: movebg5buttonone var(--duration) linear var(--d);
}
@keyframes movebg5buttonone {
  40% {
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
  60% {
    transform: translateY(var(--move));
    -webkit-transform: translateY(var(--move));
    -moz-transform: translateY(var(--move));
    -ms-transform: translateY(var(--move));
    -o-transform: translateY(var(--move));
  }
}
@media screen and (max-height: 1200px) {
}
@media screen and (max-height: 650px) {
  .bg5 .bg4_content .bg5_con_box .bg5ConPub {
    top: -50px;
    width: 250px;
    height: 290px;
  }
  .bg5 .bg4_content .bg5_con {
    width:100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .bg5 .bg5_button {
    width: 100px;
    height: 30px;
    line-height:30px;
    --font-size: 16px;
  }
}
