section:nth-of-type(even) {
  background-color: #f2f6ff
}

.big-title {
  margin-top: 30px;
  text-align: center
}


.big-title h2 {
  line-height: 38px;
  font-size: 26px;
  color: #333;
  font-weight: normal
}


.big-title h2:before {
  height: 2px;
  height: 2px;
  background-color: #d93831;
  background-color: #d93831;
  bottom: 0;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94)
}


.big-title .line {
  width: 60px;
  height: 2px;
  background-color: #586dfc;
  margin: 18px auto 0
}


.big-title p {
  width: 72%;
  line-height: 25px;
  font-size: 15px;
  color: #666;
  margin: 20px auto 0
}

.ban-btn a {
  font-size: 16px
}

.page-ban-nav.fixed>div {
  display: flex;
  justify-content: space-between
}

.page-ban-nav.fixed>div .logo,
.page-ban-nav.fixed>div .aiming-point-nav,
.page-ban-nav.fixed>div .ban-btn {
  float: none !important
}

.page-ban-nav.fixed>div .aiming-point-nav {
  width: calc(100% - 303px)
}

.page-ban-nav .aiming-point-nav {
  float: left;
  height: 49px
}

.abi-manual {
  background-color: #fafbff
}

.pro-case {
  padding: 65px 0 74px
}

.layui-tab-title li {
  margin: 0 49px
}

.layui-tab-content .main-title {
  min-height: 400px
}

.layui-tab-content .layui-tab-item {
  position: relative;
  background-color: var(--whiteColor);
  box-shadow: 0 1px 20px rgba(194, 215, 236, .5);
  margin: 44px auto 25px
}

.layui-tab-content .layui-tab-item .wz {
  text-align: left;
  padding: 68px 25px 62px 54px
}

.layui-tab-content .layui-tab-item .wz h6 {
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 27px
}

.layui-tab-content .layui-tab-item .wz p {
  line-height: 26px;
  font-size: 14px;
  color: gray;
  margin-bottom: 14px
}

.layui-tab-content .layui-tab-item .wz p b {
  color: #333;
  display: block;
  float: left
}

.layui-tab-content .layui-tab-item .wz p span {
  margin-left: 80px;
  display: block
}

.layui-tab-content .layui-tab-item .tu {
  padding: 55px 54px 55px 25px;
  display: flex;
  align-items: center;
  position: relative
}

.page-banner .page-banner-main h1 {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, .9);
  font-weight: 300;
  letter-spacing: 1.5px
}

.page-banner .page-banner-main h2 {
  font-size: 34px;
  line-height: 51px;
  font-weight: normal;
  color: var(--whiteColor)
}

.page-banner .page-banner-main .line {
  margin: 21px 0 0;
  width: 44px;
  height: 2px;
  background-color: rgba(255, 255, 255, .5)
}

.page-banner .page-banner-main p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, .9);
  font-weight: 300
}

.layui-esen-content-function {
  padding: 60px 0 80px
}

.layui-esen-content-function>div>.layui-row {
  padding: 35px 0 0 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center
}

.layui-esen-content-function>div>.layui-row::before,
.layui-esen-content-function>div>.layui-row::after {
  display: none
}

.layui-esen-content-function>div>.layui-row>dl {
  padding: 30px 45px 50px 45px;
  width: calc(33.3333% - 112px);
  background-color: var(--whiteColor);
  border: solid 1px #d5dce6;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94)
}

.layui-esen-content-function>div>.layui-row>dl::before,
.layui-esen-content-function>div>.layui-row>dl::after,
.layui-esen-content-function>div>.layui-row>dl dd::before,
.layui-esen-content-function>div>.layui-row>dl dd::after {
  width: 100%;
  height: 1px;
  background: linear-gradient(-120deg, #5670fb, #02adff);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94)
}

.layui-esen-content-function>div>.layui-row>dl::before {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0)
}

.layui-esen-content-function>div>.layui-row>dl::after {
  top: auto;
  bottom: 0;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0)
}

.layui-esen-content-function>div>.layui-row>dl dd::before,
.layui-esen-content-function>div>.layui-row>dl dd::after {
  width: 1px;
  height: 100%
}

.layui-esen-content-function>div>.layui-row>dl dd::before {
  left: -1px;
  background: #02adff;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%)
}

.layui-esen-content-function>div>.layui-row>dl dd::after {
  left: auto;
  right: 1px;
  background: #5670fb;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%)
}

.layui-esen-content-function>div>.layui-row>dl:nth-child(2n) {
  margin: 0 30px
}

.layui-esen-content-function>div>.layui-row>dl:nth-child(n+4) {
  margin-top: 30px
}

.layui-esen-content-function>div>.layui-row>dl dt {
  margin: 0 20px;
  max-height: 138px;
  border: solid 1px #deeefe
}

.layui-esen-content-function>div>.layui-row>dl dt img {
  max-width: 100%
}

.layui-esen-content-function>div>.layui-row>dl dd {
  margin-top: 25px
}

.layui-esen-content-function>div>.layui-row>dl dd h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center
}

.layui-esen-content-function>div>.layui-row>dl dd h3::after {
  content: '';
  display: block;
  margin: 20px auto 25px auto;
  width: 40px;
  height: 3px;
  background-image: linear-gradient(-90deg, #5670fb, #02adff)
}

.layui-esen-content-function>div>.layui-row>dl dd p {
  font-size: 14px;
  line-height: 2;
  text-align: justify
}

.layui-esen-content-function>div>.layui-row>dl:hover {
  border-color: transparent;
  border-radius: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px)
}

.layui-esen-content-function>div>.layui-row>dl:hover::before,
.layui-esen-content-function>div>.layui-row>dl:hover::after {
  transform: translate(0);
  -webkit-transform: translate(0)
}

.layui-esen-content-function>div>.layui-row>dl:hover dd::before,
.layui-esen-content-function>div>.layui-row>dl:hover dd::after {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0)
}

.layui-esen-content-framework {
  padding: 60px 0 70px 0
}

.layui-esen-content-framework>div>.layui-row {
  margin-top: 30px;
  text-align: center;
  position: relative
}

.layui-esen-content-framework>div>.layui-row:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.layui-esen-content-framework>div>.layui-row img {
  max-width: 100%
}

@-webkit-keyframes whirling {
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes whirling {
  to {
    transform: rotate(360deg)
  }
}

.layui-esen-content-scene {
  padding: 60px 0 80px
}

.layui-esen-content-scene>div>.layui-row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px
}

.layui-esen-content-scene>div>.layui-row::before,
.layui-esen-content-scene>div>.layui-row::after {
  display: none
}

.layui-esen-content-scene>div>.layui-row>.layui-row {
  width: calc(33.33% - 34px);
  background-color: var(--whiteColor);
  border-radius: 2px;
  box-shadow: 0 2px 12px rgba(194, 215, 236, .3);
  position: relative;
  overflow: hidden
}

.layui-esen-content-scene>div>.layui-row>.layui-row::before,
.layui-esen-content-scene>div>.layui-row>.layui-row::after,
.layui-esen-content-scene>div>.layui-row>.layui-row>.layui-row::before,
.layui-esen-content-scene>div>.layui-row>.layui-row>.layui-row::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: linear-gradient(-120deg, #5670fb, #02adff);
  transform: translateY(-100%);
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  -webkit-transform: translateY(-100%);
  -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94)
}

.layui-esen-content-scene>div>.layui-row>.layui-row::before {
  width: 100%;
  height: 1px;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0)
}

.layui-esen-content-scene>div>.layui-row>.layui-row::after {
  width: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0)
}

.layui-esen-content-scene>div>.layui-row>.layui-row dl dt img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0
}

.layui-esen-content-scene>div>.layui-row>.layui-row dl dd {
  padding: 18px 30px 50px 30px
}

.layui-esen-content-scene>div>.layui-row>.layui-row dl dd h3 {
  margin: 0 auto 20px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold
}

.layui-esen-content-scene>div>.layui-row>.layui-row dl dd h3::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 3px;
  background-color: #999
}

.layui-esen-content-scene>div>.layui-row>.layui-row dl dd p {
  line-height: 28px;
  text-align: justify;
  font-size: 14px;
  color: #666
}

.layui-esen-content-scene>div>.layui-row>.layui-row>.layui-row::before {
  background: #02adff
}

.layui-esen-content-scene>div>.layui-row>.layui-row>.layui-row::after {
  left: auto;
  right: 0;
  background: #5670fb;
  transform: translateY(100%);
  -webkit-transform: translateY(100%)
}

.layui-esen-content-scene>div>.layui-row>.layui-row:hover::before,
.layui-esen-content-scene>div>.layui-row>.layui-row:hover::after,
.layui-esen-content-scene>div>.layui-row>.layui-row:hover>.layui-row::before,
.layui-esen-content-scene>div>.layui-row>.layui-row:hover>.layui-row::after {
  transform: translateY(0);
  -webkit-transform: translateY(0)
}

.layui-esen-content-scene>div>.layui-row>.layui-row:hover dl dd h3::after {
  background-color: #5670fb
}

.layui-esen-content-case {
  padding: 60px 0;
  background-color: #142d65;
  background-repeat: no-repeat;
  background-size: cover
}

.layui-esen-content-case .big-title h2 {
  color: var(--whiteColor)
}

.layui-esen-content-case>div>.layui-tab {
  margin-top: 40px
}

.layui-esen-content-case>div>.layui-tab .layui-tab-title {
  height: 53px;
  border-bottom: solid 1px rgba(255, 255, 255, .28)
}

.layui-esen-content-case>div>.layui-tab .layui-tab-title li {
  padding: 0 15px;
  line-height: 50px;
  color: var(--whiteColor)
}

.layui-esen-content-case>div>.layui-tab .layui-tab-title li::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--whiteColor);
  position: absolute;
  top: auto;
  left: 0;
  bottom: -3px;
  transform: scale(0);
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  -webkit-transform: scale(0);
  -webkit-transition: transform .5s cubic-bezier(.25, .46, .45, .94)
}

.layui-esen-content-case>div>.layui-tab .layui-tab-title li.layui-this::after {
  transform: scale(1);
  -webkit-transform: scale(1)
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content {
  margin-top: 50px
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item {
  padding: 50px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .85)
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row {
  padding: 0 50px;
  display: flex;
  justify-content: space-between
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row::before,
.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row::after {
  display: none
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row:first-child {
  width: calc(48.9% - 100px)
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row:first-child>.layui-row {
  margin: 19px 0
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row:last-child {
  max-width: 51.5%;
  display: flex;
  align-items: center
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row:last-child::before,
.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row:last-child::after {
  display: none
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row:last-child img {
  max-width: 100%
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row h3 {
  margin-bottom: 36px;
  font-size: 16px;
  color: #333;
  font-weight: bold
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row>.layui-row strong {
  display: block;
  float: left;
  line-height: 26px;
  color: #333;
  font-weight: bold
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row>.layui-row p {
  line-height: 26px;
  font-size: 14px;
  color: #5b6068;
  margin-left: 70px;
  margin-bottom: 17px;
  text-align: justify;
  letter-spacing: 1px
}

.layui-tab-content .layui-tab-item .wz .btn-moreA {
  height: auto;
  overflow: hidden;
  text-align: left
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row>.layui-row a,
.layui-tab-content .layui-tab-item .wz .btn-moreA a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 55px;
  text-align: center;
  font-size: 14px;
  position: relative;
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out
}

.layui-tab-content .layui-tab-item .wz .btn-moreA a {
  border: 0;
  margin-bottom: 0
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row>.layui-row a:hover,
.layui-tab-content .layui-tab-item .wz .btn-moreA a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px)
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row>.layui-row a:first-child,
.layui-tab-content .layui-tab-item .wz .btn-moreA a:first-child {
  margin-left: 70px;
  margin-right: 10px;
  width: 96px;
  height: 28px;
  line-height: 28px;
  color: var(--domColor);
  border: 1px solid;
  border-image: linear-gradient(300deg, #5670fb, #02adff);
  border-image-slice: 1
}

.layui-tab-content .layui-tab-item .wz .btn-moreA a:first-child {
  margin-left: 80px
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>.layui-row>.layui-row a:first-child:hover,
.layui-tab-content .layui-tab-item .wz .btn-moreA a:first-child:hover {
  width: 98px;
  height: 30px;
  line-height: 30px;
  color: var(--whiteColor);
  border: 0;
  background-image: linear-gradient(300deg, #5670fb, #02adff)
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>div>.layui-row a:last-child,
.layui-tab-content .layui-tab-item .wz .btn-moreA a:last-child {
  width: 98px;
  height: 30px;
  line-height: 30px;
  color: var(--whiteColor);
  background-image: linear-gradient(300deg, #5670fb, #02adff)
}

.layui-esen-content-case>div>.layui-tab>.layui-tab-content>.layui-tab-item>.layui-row>div>.layui-row a:last-child:hover,
.layui-tab-content .layui-tab-item .wz .btn-moreA a:last-child:hover {
  width: 96px;
  height: 28px;
  line-height: 28px;
  color: var(--domColor);
  border: 1px solid;
  border-image: linear-gradient(300deg, #5670fb, #02adff) 1;
  background: none
}

@-webkit-keyframes lineA {

  0,
  20% {
    -webkit-transform: translate(0, 0)
  }

  90%,
  100% {
    -webkit-transform: translate(100px, -138px)
  }
}

@keyframes lineA {

  0,
  20% {
    transform: translate(0, 0)
  }

  90%,
  100% {
    transform: translate(100px, -138px)
  }
}

@-webkit-keyframes lineB {

  0,
  20% {
    -webkit-transform: translate(0, 0)
  }

  90%,
  100% {
    -webkit-transform: translate(-189px, 268px)
  }
}

@keyframes lineB {

  0,
  20% {
    transform: translate(0, 0)
  }

  90%,
  100% {
    transform: translate(-189px, 268px)
  }
}

@-webkit-keyframes lineC {

  0,
  20% {
    -webkit-transform: translate(0, 0)
  }

  90%,
  100% {
    -webkit-transform: translate(-88px, 123px)
  }
}

@keyframes lineC {

  0,
  20% {
    transform: translate(0, 0)
  }

  90%,
  100% {
    transform: translate(-88px, 123px)
  }
}

@-webkit-keyframes lineD {

  0,
  20% {
    -webkit-transform: translate(0, 0)
  }

  90%,
  100% {
    -webkit-transform: translate(189px, -268px)
  }
}

@keyframes lineD {

  0,
  20% {
    transform: translate(0, 0)
  }

  90%,
  100% {
    transform: translate(189px, -268px)
  }
}

section.layui-esen-anim-upbit {
  opacity: 0;
  animation-duration: .6s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  animation-name: layui-esen-anim-upbit;
  -webkit-animation-duration: .6s;
  -webkit-animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: layui-esen-anim-upbit
}

@keyframes layui-esen-anim-upbit {
  0 {
    opacity: 0;
    transform: translate3d(0, 200px, 0) rotateX(-10deg)
  }

  to {
    opacity: 1;
    transform: scale(1) translateZ(0)
  }
}

@-webkit-keyframes layui-esen-anim-upbit {
  0 {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0) rotateX(-10deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0)
  }
}

.circle-dot {
  position: relative;
  padding-left: 16px
}

.circle-dot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: var(--domColor);
  border-radius: 50%
}

.characteristics {
  padding: 77px 0 74px
}

.characteristics:nth-child(1) {
  padding-top: 65px
}

.characteristics .big-title {
  margin-bottom: 50px
}

.characteristics .max-width-1200 {
  max-width: 1232px
}

.characteristics .title-left {
  margin: 16px;
  margin-right: calc(67% + 16px);
  position: absolute;
  height: calc(100% - 32px);
  display: flex;
  align-items: center
}

.characteristics .title-text {
  text-align: left
}

.characteristics .title-text h3 {
  line-height: 54px;
  color: #343434;
  font-size: 24px
}

.characteristics .title-text .line {
  margin: 10px 0 19px
}

.characteristics .title-text p {
  line-height: 30px;
  color: #666;
  font-size: 14px;
  letter-spacing: 1px
}

.proCord {
  margin: 10px 0 0 16px;
  position: relative;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}

.proCord dt {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: var(--domColor);
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-bottom: 10px
}

.proCord dt:before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--domColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all .3s;
  -webkit-transition: all .3s
}

.proCord dd {
  position: absolute;
  left: 0;
  top: 34px;
  width: 162px;
  height: 142px;
  padding-top: 8px;
  text-align: center;
  background-color: var(--whiteColor);
  border: 1px solid #dbe0e5;
  display: none
}

.proCord dd:before {
  content: '';
  position: absolute;
  left: 30%;
  top: -6px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 1px solid #dbe0e5;
  border-left: 1px solid #dbe0e5;
  background-color: var(--whiteColor);
  transform: rotate(45deg)
}

.proCord dd img {
  max-width: 110px;
  height: auto
}

.proCord dd p {
  line-height: 20px !important;
  color: #666;
  font-size: 14px
}

.proCord.active dd {
  display: block
}

.characteristics .title-img {
  float: right;
  max-width: 58%;
  width: auto;
  margin: 16px;
  box-shadow: 0 1px 20px rgba(194, 215, 236, .5)
}

.characteristics .title-img img {
  max-width: 100%;
  height: auto
}

.characteristics:nth-child(odd) {
  padding: 80px 0
}

.characteristics:nth-child(odd) .title-left {
  margin: 16px;
  margin-left: calc(69% + 16px);
  right: 0;
  left: auto
}

.characteristics:nth-child(odd) .title-img {
  float: left
}

.characteristics .btn-moreA {
  margin: 45px auto 0
}

.pro-scene {
  padding: 78px 0 70px
}

.pro-scene .tab-stop .subelement,
.pro-scene .even-share1 .subelement {
  width: calc(33.33% - 34px);
  background-color: var(--whiteColor);
  border-radius: 2px;
  box-shadow: 0 2px 12px rgba(194, 215, 236, .3);
  margin: 30px 16px
}

.pro-scene ul dl dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center
}

.pro-scene ul dl dt img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
  margin: 0 auto
}

.pro-scene ul dl dd {
  padding: 29px 38px 57px 42px
}

.pro-scene ul dl h6 {
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 auto 18px
}

.pro-scene ul dl p {
  line-height: 24px;
  text-align: left;
  font-size: 14px;
  color: #666
}

.pro-scene .tab-stop .subelement:hover {
  box-shadow: 0 1px 20px rgba(194, 215, 236, .5)
}

.pro-scene .main {
  margin: 38px auto 20px;
  background-color: var(--whiteColor);
  border-radius: 4px;
  box-shadow: 0 1px 20px rgba(194, 215, 236, .27)
}

.pro-scene .main .img {
  float: left;
  width: 50%;
  height: auto;
  overflow: hidden
}

.pro-scene .main .img img {
  width: 100%;
  height: auto;
  border-radius: 4px 0 0 4px
}

.pro-scene .main .title {
  float: left;
  width: calc(50% - 122px);
  height: auto;
  overflow: hidden;
  text-align: left;
  padding: 31px 57px 0 65px
}

.pro-scene .main .title h6 {
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 18px
}

.pro-scene .main .title p {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px
}

.yban-common.active {
  z-index: 5
}

.yban-common .proCord {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: 42px;
  margin: 0 14px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.yban-common .proCord dt {
  width: auto;
  height: 40px;
  padding: 0 30px;
  line-height: 38px;
  color: var(--whiteColor);
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #0db2ff;
  background: #1f52c2
}

.yban-common .proCord:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px)
}

.yban-common .proCord:hover dt {
  transform: none;
  -webkit-transform: none
}

.pro-demonstration {
  padding: 60px 0 80px
}

.pro-demonstration .main {
  margin: 53px auto 0;
  width: 1030px;
  height: 579px;
  text-align: center
}

.pro-demonstration .main .tu {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto
}

.pro-demonstration .my-video1-dimensions {
  width: 1030px;
  height: 579px
}
