@keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.banner {
  position: relative;
}
.banner > img {
  width: 100%;
  max-height: 646px;
}
.banner .con-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .con-text .con .txt {
  position: relative;
  display: inline-block;
  padding: 40px 70px;
  border-radius: 5px;
  box-shadow: 5px 9px 40px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.banner .con-text .con .txt .t-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.banner .con-text .con .txt .top .icon {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  display: block;
}
.banner .con-text .con .txt .top .icon img {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.banner .con-text .con .txt .top .text {
  float: left;
  position: relative;
  top: 6px;
}
.banner .con-text .con .txt .top .text h2 {
  color: #fff;
}
.banner .con-text .con .txt .top .text p {
  margin-top: 8px;
  color: #fff;
}
.banner .con-text .con .txt .top .text p span {
  padding: 0 12px;
  position: relative;
  display: inline-block;
}
.banner .con-text .con .txt .top .text p span:after {
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -3px;
  top: 6px;
}
.banner .con-text .con .txt .top .text p span:first-child {
  padding: 0 12px 0 0;
}
.banner .con-text .con .txt .top .text p span:last-child:after {
  display: none;
}
.banner .con-text .con .txt .bottom {
  margin-top: 36px;
}
.banner .con-text .con .txt .bottom ul {
  display: flex;
  justify-content: space-between;
}
.banner .con-text .con .txt .bottom ul li {
  padding: 0 32px;
  position: relative;
}
.banner .con-text .con .txt .bottom ul li:before {
  content: '';
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .con-text .con .txt .bottom ul li h3 {
  color: #fff;
}
.banner .con-text .con .txt .bottom ul li p {
  color: #fff;
  margin-top: 4px;
  font-size: 10px;
}
.banner .con-text .con .txt .bottom ul li:first-child {
  padding-left: 0;
}
.banner .con-text .con .txt .bottom ul li:last-child:before {
  display: none;
}
.banner .con-text .con .txt .view {
  margin-top: 50px;
  text-align: center;
}
.banner .con-text .con .txt .view a {
  color: #fff;
}
.banner .con-text .con .txt .view a:nth-child(n+2){
  display: none;
}
.banner .con-text .con .txt .view a span {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .con-text .con .txt .view a:hover span {
  padding-left: 6px;
}
.banner .con-text .con .video-btn {
  position: absolute;
  top: 50%;
  right: 28%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .con-text .con .video-btn a {
  display: block;
  position: relative;
}
.banner .con-text .con .video-btn a:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: water 1.5s linear infinite;
  animation: water 1.5s linear infinite;
}
.banner .con-text .con .video-btn a img {
  position: relative;
}
.floor-nav {
  position: fixed;
  top: 20%;
  left: 8%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.floor-nav ul {
  position: relative;
}
.floor-nav ul:before {
  content: '';
  width: 1px;
  height: 90%;
  background: #b8b8b8;
  position: absolute;
  right: 4px;
  top: 5%;
}
.floor-nav ul li {
  cursor: pointer;
  color: #999;
  text-align: right;
  padding-right: 26px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.floor-nav ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b8b8b8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.floor-nav ul li:not(:first-child) {
  margin-top: 30px;
}
.floor-nav ul li.active {
  color: #4e87ea;
}
.floor-nav ul li.active:before {
  background: #4e87ea;
}
.floor-nav.active {
  opacity: 1;
}
.manage {
  padding: 50px 0 90px;
  overflow: hidden;
}
.manage .con {
  position: relative;
}
.manage .con .con-text {
  width: 1000px;
}
.manage .con .con-text .title {
  margin-bottom: 40px;
}
.manage .con .con-text .scroll-floor {
  padding-top: 30px;
}
.manage .con .con-text .scroll-floor h2 {
  color: #4386e7;
}
.manage .con .con-text .scroll-floor .text p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 1.8;
  margin-top: 30px;
}
.manage .con .con-text .scroll-floor .text p strong {
  font-weight: bold;
}
.manage .con .manage-sidebar {
  position: absolute;
  right: 19%;
  top: 20%;
  background: white;
  border-radius: 5px;
  border: 1px solid #e5eaed;
  padding: 10px 10px 0;
  opacity: 0;
}
.manage .con .manage-sidebar ul li {
  padding: 10px 0;
}
.manage .con .manage-sidebar ul li a {
  display: block;
}
.manage .con .manage-sidebar ul li a .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
}
.manage .con .manage-sidebar ul li a .icon img {
  width: 100%;
}
.manage .con .manage-sidebar ul li a h2 {
  color: #333;
  text-align: center;
  margin-top: 4px;
}
.manage .con .manage-sidebar ul li:last-child {
  text-align: center;
}
.manage .con .manage-sidebar ul li:last-child span {
  font-size: 30px;
  color: #c1c2c3;
  line-height: 30px;
}
.manage .con .manage-sidebar.active {
  position: fixed;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.relative {
  background: #f9fafc;
  padding: 50px 0 90px;
  overflow: hidden;
}
.relative .t-title .con h2 {
  float: left;
  color: #28293b;
}
.relative .t-title .con a {
  float: right;
  color: #3a86ee;
  position: relative;
  top: 20px;
}
.relative .t-title .con a span {
  padding-left: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.relative .t-title .con a:hover span {
  padding-left: 14px;
}
.relative .b-text {
  margin-top: 50px;
}
.relative .b-text .swiper-container {
  padding-bottom: 60px;
}
.relative .b-text .swiper-container .swiper-slide {
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.relative .b-text .swiper-container .swiper-slide .top {
  padding: 28px 40px;
  position: relative;
}
.relative .b-text .swiper-container .swiper-slide .top::before{
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
}
.relative .b-text .swiper-container .swiper-slide .top .icon {
  float: left;
  width: 110px;
  height: 110px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  position: relative;
  margin-right: 24px;
  overflow: hidden;
  display: block;
}
.relative .b-text .swiper-container .swiper-slide .top .icon img {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.relative .b-text .swiper-container .swiper-slide .top .text {
  float: left;
  position: relative;
  top: 16px;
}
.relative .b-text .swiper-container .swiper-slide .top .text .t h2 {
  display: inline-block;
  color: #fff;
  position: relative;
  top: 2px;
}
.relative .b-text .swiper-container .swiper-slide .top .text .subtit {
  display: none;
  color: #888888;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}
.relative .b-text .swiper-container .swiper-slide .top .text .t span a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-left: 9px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.relative .b-text .swiper-container .swiper-slide .top .text .t span a:hover {
  background: #3a86ee;
}
.relative .b-text .swiper-container .swiper-slide .top .text .b {
  margin-top: 12px;
}
.relative .b-text .swiper-container .swiper-slide .top .text .b p {
  color: #fff;
}
.relative .b-text .swiper-container .swiper-slide .top .text .b p span {
  padding: 0 8px;
  position: relative;
  display: inline-block;
}
.relative .b-text .swiper-container .swiper-slide .top .text .b p span:after {
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -3px;
  top: 5px;
}
.relative .b-text .swiper-container .swiper-slide .top .text .b p span:first-child {
  padding: 0 8px 0 0;
}
.relative .b-text .swiper-container .swiper-slide .top .text .b p span:last-child:after {
  display: none;
}
.relative .b-text .swiper-container .swiper-slide .bottom {
  background: #fff;
  padding: 30px 40px;
  position: relative;
}
.relative .b-text .swiper-container .swiper-slide .bottom h2 {
  color: #000;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.relative .b-text .swiper-container .swiper-slide .bottom ul {
  margin-top: 30px;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: flex;
  justify-content: space-between;
}
.relative .b-text .swiper-container .swiper-slide .bottom ul li h3 {
  color: #3a86ee;
}
.relative .b-text .swiper-container .swiper-slide .bottom ul li p {
  color: #575d6c;
  margin-top: 8px;
}
.relative .b-text .swiper-container .swiper-slide .bottom .more {
  position: absolute;
  left: 40px;
  bottom: -30px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.relative .b-text .swiper-container .swiper-slide .bottom .more a {
  display: inline-block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #7b7d7e;
  background: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  border: 1px solid #7b7d7e;
}
.relative .b-text .swiper-container .swiper-slide .bottom .more a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #7b7d7e;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.relative .b-text .swiper-container .swiper-slide .bottom .more a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
.relative .b-text .swiper-container .swiper-slide .bottom .more a.bg {
  top: -1px;
  border: none;
  background-image: linear-gradient(90deg, #3071d8 0%, #4ba5e6 100%);
  color: #fff;
  margin-left: 16px;
}
.relative .b-text .swiper-container .swiper-slide .bottom .more a.bg:after {
  color: #fff;
}
.relative .b-text .swiper-container .swiper-slide:hover {
  box-shadow: 5px 9px 40px 0px rgba(0, 0, 0, 0.1);
}
.relative .b-text .swiper-container .swiper-slide:hover .bottom ul {
  opacity: 0;
}
.relative .b-text .swiper-container .swiper-slide:hover .bottom .more {
  opacity: 1;
  bottom: 30px;
}
.relative .b-text .swiper-container .swiper-scrollbar {
  width: 1180px;
  bottom: 2px;
  left: 50%;
  margin-left: -590px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.relative .b-text .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #0073f0;
  top: -1px;
}
.free {
  padding: 44px 0 46px;
  background: url(../img/active/d_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.free .con .left {
  float: left;
}
.free .con .left h2 {
  color: #fff;
}
.free .con .left h3 {
  margin-top: 12px;
  color: #fff;
}
.free .con a {
  float: right;
  display: block;
  width: 126px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  position: relative;
  top: 20px;
  border: 1px solid #fff;
}
.free .con a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.free .con a:hover:after {
  margin-left: 6px;
  opacity: 1;
}
.phone_banner{
  display: none;
}
.phone_list{
  display: none;
}
.phone_lk{
  display: none;
}
.phone_vie{
  display: none;
}
.phone_vio{
  display: none;
  max-width: 100%;
}
.sv{
  display: none;
}
.num_vio video{
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1680px) {
  .floor-nav {
    left: 5%;
  }
  .manage .con .manage-sidebar {
    right: 15%;
  }
}
@media screen and (max-width: 1440px) {
  .banner .con-text .con .txt {
    padding: 30px 50px;
  }
  .floor-nav {
    left: 1.5%;
  }
  .manage {
    padding: 40px 0 70px;
  }
  .manage .con .con-text .title {
    margin-bottom: 10px;
  }
  .manage .con .con-text .scroll-floor .text p {
    margin-top: 20px;
    font-size: 14px;
  }
  .manage .con .manage-sidebar {
    right: 9%;
  }
  .relative {
    padding: 40px 0 70px;
  }
  .relative .b-text {
    margin-top: 40px;
  }
  .relative .b-text .swiper-container .swiper-slide .top .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .floor-nav {
    left: 0.5%;
  }
  .floor-nav ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .floor-nav {
    display: none !important;
  }
  .manage-sidebar {
    display: none !important;
  }
  .manage .con .con-text {
    width: 100%;
  }
  .relative .b-text .swiper-container .swiper-slide .top {
    padding: 28px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 56px;
  }
  .banner .con-text .con .txt {
    padding: 30px 40px;
  }
  .banner .con-text .con .txt .top .icon {
    width: 80px;
    height: 80px;
  }
  .banner .con-text .con .txt .bottom {
    margin-top: 26px;
  }
  .banner .con-text .con .txt .view {
    margin-top: 30px;
  }
  .banner .con-text .con .video-btn a:before {
    width: 60px;
    height: 60px;
  }
  .banner .con-text .con .video-btn a img {
    width: 60px;
  }
  .manage {
    padding: 30px 0 50px;
  }
  .manage .con .con-text .title h2 {
    font-size: 28px;
  }
  .manage .con .con-text .scroll-floor {
    padding-top: 20px;
  }
  .manage .con .con-text .scroll-floor .text p {
    margin-top: 10px;
  }
  .relative {
    padding: 30px 0 50px;
  }
  .relative .t-title .con h2 {
    font-size: 28px;
  }
  .relative .t-title .con a {
    top: 12px;
  }
  .relative .b-text {
    margin-top: 30px;
  }
  .relative .b-text .swiper-container {
    padding-bottom: 50px;
  }
  .relative .b-text .swiper-container .swiper-slide .top {
    padding: 20px;
  }
  .relative .b-text .swiper-container .swiper-slide .top .icon {
    width: 90px;
    height: 90px;
  }
  .relative .b-text .swiper-container .swiper-slide .top .text {
    top: 10px;
  }
  .relative .b-text .swiper-container .swiper-slide .top .text .b {
    margin-top: 8px;
  }
  .relative .b-text .swiper-container .swiper-slide .bottom {
    padding: 20px;
  }
  .relative .b-text .swiper-container .swiper-slide .bottom .more {
    left: 20px;
  }
  .relative .b-text .swiper-container .swiper-slide .bottom .more a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
  .relative .b-text .swiper-container .swiper-slide:hover .bottom .more {
    bottom: 20px;
  }
  .relative .b-text .swiper-container .swiper-scrollbar {
    width: 96%;
    left: 2%;
    margin-left: 0;
  }
  .free .con a {
    width: 106px;
    height: 36px;
    line-height: 36px;
  }
}
  @media screen and (max-width: 600px) {
    .relative .b-text .swiper-container .swiper-slide .top .text .subtit {
      display: -webkit-box;
    }
    .pc_banner{display: none;}
    .phone_banner{
      display: block;
      height: 338px !important;
      width: auto !important;

      filter: url(#blur);

    }
    .banner{
      overflow: hidden;
    }
    .banner .con-text .con .txt{
      padding: 0;
    }
    .banner .con-text .con .txt .t-mask{
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      background-color: inherit;
    }
    .banner .con-text .con .txt{
      box-shadow: none;
      display: block;
    }
    .banner .con-text .con .txt .bottom ul li h3{
      font-size: 0.28rem;
    }
    .relative .b-text .swiper-container{
      display: none;
    }
    .phone_list{
      display: block;
    }
    .phone_list .top{
      display: flex;
      padding: 0;
      background-image: none !important;
      justify-content: space-between;
      margin-top:0.4rem; 
    }
    .phone_list .top .icon{
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 5px;
      margin-right: 0.4rem;
      position: relative;
      background: #fff;
    }
    .phone_list .top .icon img{

      width: auto;
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);

  }
  .phone_list .top .text{
    width: calc(100% - 2rem);
  }
  .phone_list .top .text .t h2 {
    font-size: 0.32rem;
    color: #333333;
    display: inline-block;
  }
  .phone_list .top .text .t div {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    margin-left: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;

    font-size: 0.2rem;
    color: #2386ee;
    border: 1px solid #2386ee;
  }
  .phone_list .top .text .t div:nth-child(n+3) {
    display: none;
  }
  .phone_list .top .text .b {
    margin-top: 8px;
  }
  .phone_list .top .text .b p span {
    background-color: #efefef;
    padding: 5px 10px !important;
    display: inline-block;
    color: #888888;
  }
  .phone_list .top .text .b p span:nth-child(n+4) {
    display: none;
  }
  .phone_des{
    color: #888888;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
  }
  .relative .t-title .con a{
    display: none;
  }
  .phone_lk{
    text-align: center;
    display: block;
    margin-top: 1.2rem;
  }
  .phone_lk a{
    color: #3a86ee;
    font-size: 0.32rem;
  }
  .free .con .left{
    float: none;
    text-align: center;

  }
  .free .con a{
    float: none;
    margin: 15px auto 0 auto;
    top: 0;
    width: 126px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .free{
    padding: 5% 0;
  }
  .banner .con-text .con .txt .bottom{
    margin-top: 0.7rem;
  }
  .banner .con-text .con .txt .view{
    margin-top: 0.9rem;
  }
  .banner .con-text .con .txt .bottom ul li{
    flex: 1;
    text-align: center;
    padding: 0 10px;
  }
  .banner .con-text .con .video-btn a{
    text-align: center;
  }
  .banner .con-text .con .video-btn{
    position: inherit;
    transform: inherit;
    top: inherit;
    right: inherit;
    margin-top: 20px;
    display: none;
  }
  .manage .con .con-text .scroll-floor h2{
    font-weight: bold;
    font-size: 0.42rem;
  }
  .manage .con .con-text .scroll-floor img{
    max-width: 100%;
    height: auto !important;
  }
  .phone_vie{
    display: block;
    position: relative;
  }
  .phone_vie .vio_bg{
    width: 100%;
  }
  .phone_vie .vio_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.7rem;
  }
  .phone_vio{
    display: block;
    width: 100%;
    margin-top: 10px;
  }

}
/* # sourceMappingURL=case_details.css.map*/