*{
  padding: 0;
  margin: 0;
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}

.Exhibition_btn{
  height: 170px;
  width: 100%;
  position: fixed;
  left: 0;
  transition: 0.5s all;
  bottom: -200px;
  z-index: 2;
}

.Enterprise_name{
    position: absolute;
    right: 50%;
    top: -26px;
    transform: translateX(51%);
    color: #c6c9d1;
    font-size: 14px;
    text-shadow: 0px 0px 5px #000000;
}
.Enterprise_name a{
    color: #c6c9d1;
    text-shadow: 0px 0px 5px #000000;
    transition: 0.5s all;
}
.Enterprise_name a:hover{
    color: #ffffff;
    /* text-shadow: 0px 0px 5px #fff; */
}
@media screen and (max-width: 600px) {
    .visual_angle{
        left: 25%;
    }
    .Enterprise_name{
        right: 50%;
        transform: translateX(51%);
        top: -24px;
        font-size: 12px;
    }
}

.Exhibition_top{
  height: 70px;
  position: relative;
  margin: 0 auto;
}
.Exhibition_top .Navigation{
  margin: 0px auto;
  height: 56px;
  margin-left: 16px;
}
.Exhibition_top .Navigation li{
  text-align: center;
  cursor: pointer;
  width: 52px;
  float: left;

}
.Exhibition_top .Navigation li p{
  font-size: 11px;
  color: #fff;
}
.Exhibition_top .Navigation li h4{
  width: 100%;
  height: 32px;
  margin-top: 3px;
  background-size: 25px 25px!important;
}

.Exhibition_top_w{
position: relative;
margin: 0px auto;
border-radius: 50px;
background-color: rgba(20, 20, 20, 0.6);
/* padding: 0 37px 0px 22px; */
display: flex;
}
.Navigationbox{
flex: 1;
}
.Exhibition_top .Abbreviation{
width: 50px;
background: url("../img/dispnone_top@x2.png") no-repeat center;
background-size: 16px 9px!important;
cursor: pointer;
height: 56px;
}
@media screen and (min-width: 500px) {
.Exhibition_top .Abbreviation{
  background: url("../img/dispnone_top@x2.png") no-repeat 4px;
}
}
@media screen and (max-width: 400px) {
.Navigationbox{
  padding-left: 14px;
  padding-right: 28px;
}
.Navigation {
  margin-left: 0px!important;
}
.Exhibition_top .Abbreviation{
    background: url("../img/dispnone_top@x2.png") no-repeat 13px
}
}

.Exhibition_footer{
  height: 98px;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.6);
}
.btn{
  width: 50px;
  height: 50px;
  background: red;
}
.if{
  width: 80%;
  height: 80%;
  margin: 20px auto;
}
.visual_angle{
  width: 52px;
  background-color: rgba(20, 20, 20, 0.6);
  height:98px;
  position: absolute;
  left: 0%;
  bottom: 60px;
  border-radius: 25px 25px 0px 0px;
  padding: 10px 0 16px 0px;
  display:none
}
.visual_angle li{
  text-align: center;
  flex: 1;
  cursor: pointer;
}
.visual_angle li h4{
  width: 100%;
  height: 36px;
}
.visual_angle li p{
  font-size: 11px;
  color: #fff;
}
.visual_angle li:nth-child(1) h4{
  background: url("../img/visual_angleli1.png") no-repeat center;
  background-size: 20px 20px;
}
.visual_angle li:nth-child(2) h4{
  background: url("../img/visual_angleli2.png") no-repeat center;
  background-size: 19px 19px;
}
/* .swiper-container {
              width: 100%;
              height: 100%;
          } */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  
}
.swiper-slide{
  width: 82px;
  height: 82px;
  background: #fff;
  cursor: pointer;
}
.sw{
  padding: 8px 10px 0px 10px;
}
.swiper-slide img{
  width: 77px;
  height: 77px;
}
.swiper-slide h4{
  width:77px;
  height: 16px;
  background-color: rgba(20, 20, 20, 0.6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

@media screen and (orientation: landscape) and (max-height: 600px){
  .visual_angle li:nth-child(1) h4{
      background: url("../img/visual_angleli1@x2.png") no-repeat center;
      background-size: 19.5px 20px!important;
  }
  .visual_angle li:nth-child(2) h4{
      background: url("../img/visual_angleli2@x2.png") no-repeat center;
      background-size: 17.5px 17.5px!important;
  }
  .CloseQR_code{
      top: -8%!important;
  }
  .swiper-slide {
      width: 64px!important;
      height: 64px!important;
  }
  .swiper-slide img {
      width: 59px!important;
      height: 59px!important;
  }
  .Exhibition_footer {
      height: 80px!important;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait){
  .Exhibition_btn{
      bottom: -200px;
      height: 168px!important;
  }
  .Exhibition_top{

      height: 73px!important;
  }
  .visual_angle li:nth-child(1) h4{
      background: url("../img/visual_angleli1@x2.png") no-repeat center;
      background-size: 19.5px 20px!important;
  }
  .visual_angle li:nth-child(2) h4{
      background: url("../img/visual_angleli2@x2.png") no-repeat center;
      background-size: 17.5px 17.5px!important;
  }
  .Exhibition_footer{
      height: 80px!important;
  }
  .swiper-slide{
      width: 64px!important;
      height: 64px!important;
  }
  .swiper-slide img{
      width: 59px!important;
      height: 59px!important;
  }
  .swiper-slide h4{
      width: 59px!important;
  }
  .CloseQR_code{
      right: -40%!important;
      top: -22%!important;
      background-size: 27.5px 27.5px!important;
  }
}
.QRCode_bg{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0;
  background-color: rgba(20, 20, 20, 0.6);
  display: none;
  z-index: 1;
}
.CloseQR_code{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -45%;
  top: -22%;
  cursor: pointer;
  background: url("../img/min_dispnone.png") no-repeat;
  background-size: 30px 30px;
}
#qrcode{
  position: relative;
}
.QRCode{
  width: 200px;
  height: 230px;
  position: fixed;
  left:50%;
  top: 40%;
  transform: translate(-50%,-50%);
  text-align: center;

}
.QRCode p{
  margin-top: 10px;
  color: #fff;
}
.QRCodetop{
  width: calc(100% - 12px); 
  height: 188px;
  background: #fff;
  padding: 16px 12px 8px 12px;    
}
.qrcode_logo{
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 30px;
}
.qrcode_logo img{
  width: 40px;
  height: 40px;
  margin-top: 5.5px;
}

.Exhibition_top .Navigation li .show{
  animation: myfirst 1.5s linear infinite;
}
@keyframes myfirst
{
  50% { opacity: 0; }
}



.consulting{
  width: 360px;
  height: 396px;
  background-color: rgba(20, 20, 20, 0.6);
  position: fixed;
  left: 50%;
  top: 47%;
  transform: translate(-50%,-50%);
  z-index: 2;
  border-radius: 10px;
display:none;
  /* display: none; */
}
.consulting_none{
  width: 16px;
  height: 16px;
  background: url("../img/consulting.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 19px;
  top: 19px;
  cursor: pointer;
}
.consulting_title{
  height: 56px;
  width: 100%;
  padding-left: 16px;
  padding-right: 42px;
  width:calc(100% - 50px)
}
.consulting_title h1{
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #6a7380;
  color: #fff;
  font-size: 17px;
  line-height: 55px;
  letter-spacing:1px
}
.contact{
  margin-top: 17px;
  margin-bottom: 29px;
  padding-left: 16px;
  padding-right: 42px;
  width:calc(100% - 50px);
  position: relative;
}
.contact input{
  -webkit-user-select:auto !important;
  }
.contact li{
  height: 40px;
  margin-bottom: 20px;
  position: relative;
}
.contact li span{
  padding-right: 13px;
  font-size: 14px;
  color: #fff;
  width:65px;
  display: block;
  float: left;
  line-height: 40px;
  text-align-last:justify;
text-align:justify;
text-justify:distribute-all-lines;
}
.inpu_t{
  box-shadow:none;
    -webkit-appearance:none;
  background:none;
  /* border: none; */
  -webkit-appearance: none;
  border: 1px solid #cacaca;
  border-top:0px!important;
  border-left:0px!important;
  border-right:0px!important;
  height: 95%;
  width:calc(100% - 85px);
  outline:none;
  color: #fff;
  padding-left: 5px;
  border-radius: 0px;

}
input{
  -webkit-appearance: none;
}
.contact_type{
  padding-left: 16px;
  padding-right: 16px;
  width:calc(100% - 32px);

}
.contact_type #nth_{
  padding-right: 13px;
  font-size: 14px;
  color: #fff;
  width:65px;
  display: block;
  float: left;
  text-align-last:justify;
text-align:justify;
  text-justify:distribute-all-lines;
}
.contact_type ul{
  float: left;
  margin-bottom:20px;
  width:calc(100% - 85px);
}
.contact_type li{
  width: 85px;
  height: 14px;
  float: left;
  margin-right: 36px;
  margin-bottom: 17px;
  cursor: pointer;
}
.contact_type li span{
  width: 14px;
  height: 14px;
  border: 1px solid #c9c9c9;
  float: left;
  border-radius: 15px;
  margin-right: 8px;
  margin-top: 2px;
}
.contact_type li:nth-child(1) span{
  background: #0457ff;
}
.contact_type li p{
  float: left;
  color: #fff;
  font-size: 14px;
}
.btnSubmit{
  cursor: pointer;
  background: #1a7cf8;
  clear: both;
  color: #fff;
  width: 94px;
  height: 30px;
  font-size: 13px;
  margin: 0px auto;
  text-align: center;
  line-height: 30px;
}
.ts1{
  position: absolute;
  background: #ff6900;
  color: #fff;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  font-size: 13px;
  top: 12px;
  right: 2px;
  display: none;
}
.ts2{
  position: absolute;
  background: #ff6900;
  color: #fff;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  font-size: 13px;
  top: 12px;
  right: 2px;
  display: none;
}
.ts3{
  position: absolute;
  background: #ff6900;
  color: #fff;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  top: 12px;
  padding-bottom: 2px;
  right: 2px;
  display: none;
}
.ts4{
  width: 300px;
  height: 40px;
  border-radius: 5px;
  color: #67c23a;
  position: fixed;
  top: 120px;
  left: 50%;
  background: #f0f9eb;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e1f3d8;
  display: none;
}
.Rich_Text {
  padding: 10px 21px 10px 20px;
  width: calc(100% - 41px)!important;
}
.Rich_Text video{
  max-width: 100%;
}
.Rich_Text img{
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .Rich_Text {
    padding: 10px 12px 10px 12px;
    width: calc(100% - 24px)!important;
  }
  .ts1{
    font-size: 12px;
    top: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .ts2{
    font-size: 12px;
    top: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .ts3{
    font-size: 12px;
    top: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .consulting{
      width:calc(100% - 85px)!important;
      height: 364px;
  }
  .contact{
      margin-bottom: 34px!important;
  }
  .consulting_none{
      background: url("../img/consulting@x2.png") no-repeat;
      background-size: 16px 16px;
  }
  .contact_type ul{
      margin-bottom: 15px;

  }
  .contact li span{
      font-size: 12px;
  }
  .contact_type #nth_{
      font-size: 12px;
  }
  .contact li{
      height: 32px;
  }
  .contact li span{
      line-height: 32px;
  }
  .consulting_title{
      height: 52px;
  }
  .consulting_title h1 {
      font-size: 14px;
      height: 51px;
  }
  .contact_type li{
      width: 48%!important;
      /* width: 0!important; */
      margin-right: 0!important
  }
  .contact_type li:nth-child(1){
      margin-right: 3px!important
  }
  .contact_type li:nth-child(3){
      margin-right: 3px!important
  }
  .contact_type li p{
      font-size: 12px!important
  }
  .contact_type li{
      width: 80px;
  }
  .contact_type li span{
      margin-right: 4px;
      margin-top: 0;
  }
}

.anttext{
  position:absolute;            
  text-align: center;
  line-height: 33px;
  width: 34px;
  height: 34px;      
  left:50%;
  top:50%;
    font-size: 12px;
  color: #09C9FF;
  transform: translate(-50%,-50%);
  margin-top: 1px;
  margin-left: 2px;
}
svg{
width: 100%;
transform:rotate(-90deg);
height: 100%;
}

circle{                             
fill:none;                     
stroke: black;             
stroke-width: 4.5px;              
}
circle:last-of-type{                
stroke-width: 4.5px;
stroke: rgb(9, 201, 255);   
opacity: 0;
}
circle:first-child{
stroke: #fff
}   



@keyframes gs{
  0% {
      box-shadow: 0 0 0 #98d6f5;
  }
  50% {
      box-shadow: 0 0 30px #98d6f5;
  }
  100% {
      box-shadow: 0 0 0 #98d6f5;
  }
}
.btn_gohall{
  width: 124px;
  height: 37px;
  background-color: rgba(0,0,0,.5);
  border-radius: 18px;
  border: 2px solid hsla(0,0%,100%,.5);
  animation: gs 2s infinite;
  color: #fff;
  position: fixed;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: 1.5s all;
  bottom: -50px;
  z-index: 10000;
}

.admission_box{
  overflow: hidden;
  position:absolute;
  z-index:9999;

}
.admission_box img{
    width: 100%;
    height: 100%;
    display: none;
}
.box {
  position: fixed;
  background: white;
  z-index: 9000;
  width: 100%;
  height: 100%;

}

.voice_explanation{
  width: 255px;
  position: absolute;
  left: -275px;
  bottom: 0px;
  cursor: pointer;
  display: none;
}
.voice_explanation img{
  width: 100%;
  object-fit: fill; 
  -webkit-user-drag: none;
  object-fit: contain;
  object-fit: scale-down;
  image-rendering: -moz-crisp-edges; /* Firefox */     
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; 
}
@media screen and (max-width: 1750px) {
  .voice_explanation{
    left: -350px;
  }
}
@media screen and (max-width: 820px) {
  .voice_explanation{
    width: 135px;
    left: -20px;
    bottom: 72px;
  }
}