.index-cont5,
.section6,
.index_main{
  position: relative;
}
.section6 .index-tit h3,
.section6 .index-tit p{
    color: #fff;
}
.section6 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/in-imgbgm3.jpg);
}
.section6{
  width: 100%;
  overflow: hidden;
}
.section6 .logo_box {
  margin: 0 auto;
  position: relative;
  z-index: 8;
}

.section6 .logo_box a {
  text-decoration: none;
}

#myCanvas {
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  background: url("../images/in-dqimg.png") no-repeat left center;
  background-size: 100%;
}

.tagcloud {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tagcloud a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.section6 h3 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section6 .line_box .line:nth-child(2) {
  border: 0;
  position: relative;
}

.section6 .line_box .line:nth-child(2):before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 0;
}

.section6 .line_box .line:nth-child(2):after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
}

.line_box .line:nth-of-type(4) {
  border: 0;
}

.line_box .line:nth-of-type(4):before {
  content: "";
  display: block;
  width: 25vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}

.line_box .line:nth-of-type(4):after {
  content: "";
  display: block;
  width: 25vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
}

.section6 .bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section6 .logo_box .logo_pc {
  display: block;
}

.section6 .logo_box #tags img {
  max-width: 180px;
  max-height: 110px;
}

.section6 .bg_box .bg {
  position: absolute;
  -webkit-animation: shake 2s linear infinite;
  animation: shake 2s linear infinite;
}

.section6 .bg_box .bg img {
  display: block;
  width: 100%;
}

.section6 .bg_box .bg1 {
  width: 480px;
  left: 6%;
  top: 22%;
}

.section6 .bg_box .bg2 {
  width: 486px;
  left: 7%;
  top: 30%;
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation: shake2 2s linear infinite;
  animation: shake2 2s linear infinite;
}

.section6 .bg_box .bg3 {
  width: 486px;
  left: 8%;
  bottom: 29%;
  animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
}

.section6 .bg_box .bg4 {
  width: 409px;
  left: 6%;
  bottom: 12%;
  animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -webkit-animation: shake2 2s linear infinite;
  animation: shake2 2s linear infinite;
}

.section6 .bg_box .bg5 {
  width: 409px;
  right: 0%;
  top: 18%;
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -webkit-animation: shake2 2s linear infinite;
  animation: shake2 2s linear infinite;
}

.section6 .bg_box .bg6 {
  width: 409px;
  right: 0%;
  bottom: 15%;
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
}

.section6 .bg_box .bg7 {
  width: 409px;
  right: 0%;
  bottom: 25%;
  animation-delay: 700ms;
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -webkit-animation: shake2 2s linear infinite;
  animation: shake2 2s linear infinite;
}

@-webkit-keyframes shake {
  0% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10px);
  }
}

@keyframes shake {
  0% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10px);
  }
}

@-webkit-keyframes shake2 {
  0% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10px);
  }
}

@-moz-keyframes shake2 {
  0% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10px);
  }
}

@keyframes shake2 {
  0% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-10px);
  }
}

.section6 .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/section2_bg2.jpg);
  z-index: 9999;
  display: none;
}

.section6 .box .scroll_box {
  width: 50vw;
  position: absolute;
  left: 0;
  bottom: 100px;
  height: 30px;
  z-index: 1;
}

.section6 .box .scroll_box .inner {
  width: 40%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.section6 .box .swiper-scrollbar {
  position: relative;
  height: 100%;
  background: transparent;
  width: 120%;
  margin-left: -10%;
}

.section6 .box .swiper-scrollbar:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 13px;
  left: 0;
  z-index: -1;
}

.section6 .box .swiper-scrollbar-drag {
  background: transparent;
}

.section6 .box .swiper-scrollbar-drag span {
  width: 60px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  left: -22px;
  right: 0;
  border: 0;
  border-radius: 0;
  top: 7px;
  background: #353332;
  margin: auto;
}

.section6 .box .swiper-scrollbar-drag span i {
  display: block;
  display: inline-block;
  width: 60px;
  height: 16px;
  line-height: 16px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
}

.section6 .box .swiper-scrollbar-drag span i:before {
  content: " ";
  width: 0;
  height: 100%;
  background: #ddae60;
  display: block;
}

.section6 .box .swiper-scrollbar-drag span M {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 14px;
}

.donghua:before {
  -webkit-animation: width_1 5s ease-in-out 0s 1 alternate forwards;
  animation: width_1 5s ease-in-out 0s 1 alternate forwards;
}

@keyframes width_1 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-moz-keyframes width_1 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-moz-keyframes color1 {
  0% {
    color: #ddae60;
  }

  60% {
    color: #FFFFFF;
  }

  100% {
    color: #FFFFFF;
  }
}

@-ms-keyframes color1 {
  0% {
    color: #ddae60;
  }

  60% {
    color: #FFFFFF;
  }

  100% {
    color: #FFFFFF;
  }
}

@-webkit-keyframes color1 {
  0% {
    color: #ddae60;
  }

  60% {
    color: #FFFFFF;
  }

  100% {
    color: #FFFFFF;
  }
}

@keyframes color1 {
  0% {
    color: #ddae60;
  }

  60% {
    color: #FFFFFF;
  }

  100% {
    color: #FFFFFF;
  }
}

.donghua M {
  -webkit-animation: color1 5s ease-in-out 0s 1 alternate forwards;
  animation: color1 5s ease-in-out 0s 1 alternate forwards;
}

.section6 .box .swiper-container {
  height: 100%;
}

.section6 .box .swiper-container-h {
  position: absolute;
  z-index: 3;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: inherit;
}

/*.section6 .box .swiper-container-h .swiper-wrapper{z-index: inherit;}*/
.section6 .box .swiper-container-h .left {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5vw 10vw;
}

.section6 .box .swiper-container-h .left img {
  display: inline-block;
  max-width: 90%;
}

.section6 .box .swiper-container-h .left .txt {
  margin-top: 50px;
  padding-bottom: 56px;
}

.section6 .box .swiper-container-h .left .txt p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section6 .box .swiper-container-h .right {
  float: right;
  width: 50%;
  height: 100%;
}

.section6 .box .pic_box {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.section6 .box .swiper-container-v {
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.section6 .box .swiper-container-v.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

/*.section6 .box .swiper-container-v .swiper-wrapper{z-index: inherit;}*/
.section6 .box .swiper-container-v .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.section6 .box .swiper-container-v .swiper-slide .pic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section6 .box .swiper-container-v .swiper-slide h3 {
  font-size: 36px;
  font-family: 'DINPRO-L';
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  left: 60px;
  bottom: 120px;
  color: #fff;
}

.section6 .box .swiper-button-next,
.section6 .box .swiper-button-prev {
  width: 10px;
  height: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
  background-size: contain;
}

.section6 .box .swiper-button-prev {
  background-image: url(../images/section6_prev.png);
  left: -84px;
}

.section6 .box .swiper-button-next {
  background-image: url(../images/section6_next.png);
  right: -84px;
}

.section6 .box .line_box {
  z-index: 1;
}

.section6 .box .number {
  font-size: 0;
  position: absolute;
  bottom: 60px;
  left: calc(100% + 60px);
  z-index: 3;
  display: table;
}

.section6 .box .number span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'DINPRO-L';
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 10px;
  margin-right: 5px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  position: relative;
  cursor: pointer;
  bottom: 0;
  width: auto;
}

.section6 .box .number span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ddad60;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.section6 .box .number span.active:after,
.section6 .box .number span:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.section6 .box .number span.active,
.section6 .box .number span:hover {
  color: #ddad60;
  font-weight: bold;
}

.section6 .box .drag_a_p {
  margin: 90px auto 0 auto;
}

.section6 .box .close {
  cursor: pointer;
  height: 1.6rem;
  overflow: hidden;
  position: absolute;
  right: 60px;
  top: 60px;
  width: 1.6rem;
  z-index: 3;
}

.section6 .box .close span {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2.26rem;
}

.section6 .box .close span:nth-child(1) {
  -webkit-transform: translate(-1.12rem, -50%) rotate(45deg);
  transform: translate(-1.12rem, -50%) rotate(45deg);
}

.section6 .box .close span:nth-child(2) {
  webkit-transform: translate(-1.12rem, -50%) rotate(-45deg);
  transform: translate(-1.12rem, -50%) rotate(-45deg);
}

.section6 .box .close:hover span:nth-child(1) {
  webkit-animation: close_a 1s ease-in-out 1;
  animation: close_a 1s ease-in-out 1;
}

.section6 .box .close:hover span:nth-child(2) {
  -webkit-animation: close_b 1s ease-in-out 1;
  -webkit-animation-delay: .25s;
  animation: close_b 1s ease-in-out 1;
  animation-delay: .25s;
}

.section6 .box .logo {
  position: absolute;
  z-index: 4;
  top: 60px;
  left: 60px;
  width: 227px;
}

.section6 .box .logo img {
  display: block;
  max-width: 100%;
}

.section6 .line_box .line {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.section6 .line_box:before {
  background-color: rgba(255, 255, 255, 0.05);
}

.section6 .line_box:after {
  background-color: rgba(255, 255, 255, 0.05);
}

.section6 .line_box .circle {
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.section6 .line_box .line:nth-of-type(4):before {
  background-color: rgba(255, 255, 255, 0.05);
}

.section6 .line_box .line:nth-of-type(4):after {
  background-color: rgba(255, 255, 255, 0.05);
}



@media only screen and (max-width: 1600px) {
  .section6 .box .swiper-container-v .swiper-slide h3 {
    font-size: 32px;
  }

  .section6 .box .swiper-container-h .left img {
    max-width: 54%;
  }

  .section6 .box .swiper-container-h .left .txt {
    margin-top: 35px;
  }

  .section6 .box .drag_a_p {
    margin-top: 75px;
  }

  .section6 h3.tit {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1440px) {
  .section6 .box .swiper-container-h .left .txt p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
  }

  .drag_a_p h3 {
    font-size: 14px;
  }

  .section6 .box .swiper-container-v .swiper-slide h3 {
    font-size: 28px;
  }

  .section6 h3.tit {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1366px) {
  .section6 .box .logo {
    width: 190px;
  }

  .section6 .box .scroll_box {
    bottom: 80px;
  }

  .section6 .box .drag_a_p {
    margin-top: 65px;
  }

  .section6 .box .swiper-container-h .left .txt {
    margin-top: 25px;
  }

  .section6 h3.tit {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .section6 .box .swiper-container-v .swiper-slide h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .section6 {
    padding: 40px 0 20px 0;
  }

  .section6 h3.tit {
    position: static;
    font-size: 20px;
    line-height: 30px;
  }

  .section6 .bg_box {
    display: none;
  }

  .section6 .logo_box {
    width: 100%;
  }

  .section6 .logo_box .logo_pc {
    display: none;
  }
  
}