body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 2560px;
  min-width: 1280px;
  position: relative;
  padding: 0;
  width: 100%;
  color: #1f1f1f;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  /* font-size: 14px; */
  /* line-height: 1; */
  background: #fff;
}

.obox {
  max-width: 1280px;
  min-width: 100px;
  width: 85%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

/* 头部透明 */
#header.trans {
  width: 100%;
  height: 99px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header.trans .logo_img img:first-child {
  display: none;
}

#header.trans .logo_img img:last-child {
  display: block;
}

#header .logo_img img:first-child {
  display: block;
}

#header .logo_img img:last-child {
  display: none;
}
#header .hInner .logo_img,#header .logo_img img:first-child{width:246px!important;}


#header.trans .hInner .link_btn .video_img img:first-child {
  display: none;
}

#header.trans .hInner .link_btn .video_img img:last-child {
  display: block;
}

#header .hInner .link_btn .video_img img:first-child {
  display: block;
}

#header .hInner .link_btn .video_img img:last-child {
  display: none;
}


#header.trans .hInner .link_btn .VR_img img:first-child {
  display: none;
}

#header.trans .hInner .link_btn .VR_img img:last-child {
  display: block;
}

#header .hInner .link_btn .VR_img img:first-child {
  display: block;
}

#header .hInner .link_btn .VR_img img:last-child {
  display: none;
}

#header.trans #gNavi>li>a {
  color: #fff;
}

#header.trans .searchBox .tel {
  color: #fff;
}


#danisa #container {
  padding-top: 0;
}

#danisa #container .banner {
  position: relative;
}

#danisa #container .banner .img {
  width: 100%;
  height: 100%;
}

#danisa #container .banner .img img {
  width: 100%;
  height: 100%;
}

#danisa #container .banner .img img:last-child {
  display: none;
}

#danisa #container .banner .text {
  position: absolute;
  left: 80px;
  bottom: 110px;
}

#danisa #container .banner .text .up {
  display: flex;
  align-items: center;
}

#danisa #container .banner .text .up .d_text {
  font-size: 16px;
  color: rgba(255, 255, 255, .9);
}

#danisa #container .banner .text .up .line {
  margin: 0 15px;
  color: #666;
}

#danisa #container .banner .text .center {
  font-size: 60px;
  color: #fff;
  margin: 27px 0 60px 0;
}

#danisa #container .banner .text .down {
  width: 25px;
  height: 40px;
  position: relative;
}

#danisa #container .banner .text .down .s_img {
  width: 100%;
  height: 100%;
}

@keyframes beat {
  0% {
    bottom: 9px;
  }

  100% {
    bottom: 24px;
  }
}

#danisa #container .banner .text .down .dian {
  width: 3px;
  height: 6px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: beat;
  /*动画名称*/
  animation-duration: 1s;
  /*设置秒数*/
  animation-timing-function: linear;
  /*速度曲线*/
  animation-iteration-count: infinite;
  /*播放次数*/
  animation-direction: alternate;
  /*逆向播放*/
  animation-play-state: running;
  /*正在运行*/
}

#danisa #container .introduced {
  width: 100%;
}

#danisa #container .introduced .obox {
  padding: 50px 0 100px 0;
}

#danisa #container .introduced .obox .s_img {
  /* display: flex;
  justify-content: center; */
}

#danisa #container .introduced .obox .s_img img {
  display: block;
  margin: 0 auto;
}

#danisa #container .introduced .obox .text {
  font-size: 16px;
  color: #555;
  line-height: 2;
  margin: 44px 0 57px 0;
  text-align: justify;
}

#danisa #container .introduced .obox .b_img {
  width: 100%;
}

#danisa #container .introduced .obox .b_img img {
  width: 100%;
}
#danisa #container .bgphone_img {
  display: none;
}
#danisa #container .bg_img {
  width: 100%;
  height: 800px;
  background-size: cover;
  position: relative;
  display: block;
}

#danisa #container .bg_img .dsl {
  width: 16.7%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

#danisa #container .bg_img .dsr {
  width: 16.7%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

#danisa #container .bg_img .anm {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#danisa #container .overseas {
  width: 100%;
}

#danisa #container .overseas .obox {
  padding: 78px 0 100px 0;
}

#danisa #container .overseas .d_text {
  font-size: 36px;
  color: #000;
  margin-bottom: 27px;
}

#danisa #container .overseas .swiperall {
  display: none;
}
 #danisa #container .overseas .pc_img{
    display: block;
  }
#danisa #container .overseas .c_text {
  font-size: 16px;
  color: #555;
  line-height: 2;
  margin-bottom: 15px;
  text-align: justify;
}

#danisa #container .overseas .c_text.magb {
  margin-bottom: 50px;
}

#danisa #container .overseas .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 100px 0 76px 0;
}

#danisa #container .overseas .swiperall.swiper-container-horizontal>.swiper-scrollbar {
  display: none;
}

#danisa #container .overseas .swiperall .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0px;
}

#danisa #container .overseas .swiperall .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
}

#danisa #container .overseas .swiperall .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #000;
}

#danisa #container .overseas .swiper1 .swiper_img {
  width: 100%;
}

#danisa #container .overseas .swiper2 .swiper_img {
  width: 100%;
}

#danisa #container .overseas .swiper1 .swiper_img img {
  width: 100%;
}

#danisa #container .overseas .swiper2 .swiper_img img {
  width: 100%;
}

#danisa #container .quotes {
  width: 100%;
}

#danisa #container .quotes .obox {
  padding: 0 0 100px 0;
}

#danisa #container .quotes .obox .img {
  /* display: flex;
  justify-content: center; */
}

#danisa #container .quotes .obox .img img {
  width: auto;
  margin: 0 auto;
}

#danisa #container .quotes .obox .text {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 22px 0 40px 0;
}

#danisa #container .quotes .obox .two_img {
  display: flex;
  justify-content: center;
}

#danisa #container .quotes .obox .two_img .img1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11px;
  border: 2px solid #000;
}

#danisa #container .quotes .obox .two_img .img1:last-child {
  margin-left: 20px;
}

#danisa #container .quotes .obox .two_img .img1 .d_text {
  font-size: 14px;
  color: #000;
  margin-top: 12px;
}

@media (max-width: 1030px) {
  #danisa #container .bg_img .dsl {
    width: 7.7%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }

  #danisa #container .bg_img .dsr {
    width: 7.7%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
}

@media (max-width: 960px) {
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    overflow-x: hidden;
    max-width: 960px;
    min-width: 100px;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    background: #fff;
  }

  #danisa #container .banner .text {
    position: absolute;
    left: 25px;
    bottom: 30px;
  }

  #danisa #container .banner .text .center {
    font-size: 36px;
    color: #fff;
    margin: 15px 0 8px 0;
  }

  #danisa #container .banner .text .up .d_text {
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
  }

  #danisa #container .introduced .obox {
    padding: 40px 0;
  }

  #danisa #container .introduced .obox .text {
    font-size: 16px;
    line-height: 2;
    margin: 30px 0;
  }

  #danisa #container .overseas .obox {
    padding: 40px 0;
  }

  #danisa #container .overseas .d_text {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  #danisa #container .overseas .c_text {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-bottom: 15px;
  }

  #danisa #container .overseas .c_text.magb {
    margin-bottom: 30px;
  }

  #danisa #container .overseas .line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 40px 0;
  }
  #danisa #container .overseas .pc_img{
    display: none;
  }
#danisa #container .overseas .swiperall{
  display: block;
}
  #danisa #container .quotes .obox .text {
    font-size: 18px;
    line-height: 2;
    margin: 15px 0 20px 0;
  }

  #danisa #container .quotes .obox {
    padding: 0 0 40px 0;
  }

  #danisa #container .banner .img img:last-child {
    display: block;
  }

  #danisa #container .banner .img img:first-child {
    display: none;
  }

  /* #danisa #container .bg_img {
    width: 100%;
    height: 315px;
    background: url(../img/case_detail2020/sms_2.png) center no-repeat !important;
    background-size: contain !important;
  } */
#danisa #container .bg_img {
  display: none;
}
#danisa #container .bgphone_img {
  display: block;
}
  #danisa #container .bg_img .dsl {
    width: 0%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
  }

  #danisa #container .bg_img .dsr {
    width: 0%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
  }

  #danisa #container .introduced .obox .s_img img {
    width: 40%;
    display: block;
    margin: 0 auto;
  }

  #danisa #container .quotes .obox .img img {
    width: 8%;
    display: block;
    margin: 0 auto;
  }

  #danisa #container .banner .text .down {
    display: none;
  }

  #danisa #container .overseas .swiperall .swiper_img img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #danisa #container .overseas .swiperall .swiper-scrollbar {
    position: absolute;
    left: 21%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 57%;
  }

  #danisa #container .overseas .swiperall .swiper-scrollbar-drag {
    background: #000;
  }

  #danisa #container .overseas .swiperall.swiper-container-horizontal>.swiper-scrollbar {
    display: block;
  }

  #danisa #container .overseas .swiperall {
    padding-bottom: 40px;
  }

  #header.trans {
    height: 51px;
  }

  #header.trans .menu span {
    background: #fff;
  }
}