/* 展示栏开始 */
.display_panel{
  overflow: hidden;
}
.display_bar {
  height: auto;
  width: 100%;
  /* background: url(http://sz-static-file.sanzhisoft.com/website/img/banner_15.png)  no-repeat center; */
  background: #000;
  text-align: center;
  padding-top: 38vh;
  position: relative;
  min-height: 100vh;  
  background-size: 100% 100%;
}

.display_bar h1 {
  font-size: 39px;
  font-family: "I-2-65";
  margin-bottom: 22px;
  color: #FFFFFF;
}

.display_bar p {
  font-size: 20px;
  font-family: "I-2-45";
  color: #FFFFFF;
}
.exhibition_nav{
  height: 100px;
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px rgba(255, 255, 255,0.5) solid;
  border-top: 1px rgba(255, 255, 255,0.5) solid;
  z-index: 100;
}
.exhibition_nav .exhibition_nav_item{
  width: 280px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.exhibition_nav .selected{
  background: url(http://sz-static-file.sanzhisoft.com/website/img/bottom_nav_bg.png);
  margin-top: -1px;
}
.exhibition_nav_item{
  cursor: pointer;
  position: relative;
}
.exhibition_nav_item::after{
  content: "";
  height: 40px;
  width: 1px;
  border: 1px solid rgba(238,238,238,0.3);
  position: absolute;
  right: 0;
  top: 29px;
}
.exhibition_nav_item:last-child::after{
  display: none;
}
.exhibition_nav_item img{
  margin: 21px 0 0 51px;
}
.exhibition_nav_item span{
  display: inline-block;
  vertical-align: top;
  padding: 26px 0 0 15px;
}
.exhibition_nav_item span h3{
  font-size: 18px;
  color: #EEEEEE;
  font-family: "I-2-55";
}
.exhibition_nav_item span p{
  margin-top: 5px;
  font-size: 14px;
  color: rgba(238,238,238,0.7);
  font-family: "I-2-55";
}
.display_text div{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 30vh 0 0 15vw;
  transform:scale(1.5);
  opacity: 0;
  transition: all 1.5s ease;
  z-index: 99;
}
.display_text div h3{
  font-size: 40px;
  font-family: "I-2-65";
  color: #FFFFFF;
  transform:scale(0.5);
  opacity: 0;
  transition: all 2.5s ease;
}
.display_text div span{
  margin-top: 20px;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "I-2-45";
  width: 721px;
  display: inline-block;
  transform:scale(0.5);
  opacity: 0;
  transition: all 2.5s ease;
}
.display_text div:nth-child(1){
  background: url(http://sz-static-file.sanzhisoft.com/website/img/banner_6.png)  no-repeat center;
  background-size: 100% 100%;
}
.display_text div:nth-child(2){
  background: url(http://sz-static-file.sanzhisoft.com/website/img/banner_7.png)  no-repeat center;
  background-size: 100% 100%;
}
.display_text div:nth-child(3){
  background: url(http://sz-static-file.sanzhisoft.com/website/img/banner_8.png)  no-repeat center;
  background-size: 100% 100%;
}
.display_text div:nth-child(4){
  background: url(http://sz-static-file.sanzhisoft.com/website/img/banner_9.png)  no-repeat center;
  background-size: 100% 100%;
}
.display_text div:nth-child(5){
  background: url(http://sz-static-file.sanzhisoft.com/website/img/banner_10.png)  no-repeat center;
  background-size: 100% 100%;
}

.display_text .display_element{
  transform:scale(1);
  opacity: 1;
}
.display_text .display_element h3{
  transform:scale(1);
  opacity: 1;
}
.display_text .display_element span{
  transform:scale(1);
  opacity: 1;
}

/* 展示栏结束 */