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

.big-title {
  text-align: center
}

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

.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;
  text-align: left;
  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;
  text-align: left;
}

.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: 40px 0
}

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

.characteristics .big-title {
  margin-bottom: 0
}

.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: 40px 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
}

@-webkit-keyframes dbj {

  0,
  20%,
  53%,
  80%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -9px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.755, .05, .855, .06)
  }

  90% {
    -webkit-transform: translate3d(0, 2px, 0)
  }
}

@keyframes dbj {

  0,
  20%,
  53%,
  80%,
  100% {
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }

  40%,
  43% {
    transform: translate3d(0, -9px, 0);
    transition-timing-function: cubic-bezier(0.755, .05, .855, .06)
  }

  70% {
    transform: translate3d(0, -5px, 0);
    transition-timing-function: cubic-bezier(0.755, .05, .855, .06)
  }

  90% {
    transform: translate3d(0, 2px, 0)
  }
}

@-webkit-keyframes jtuB {
  20.49% {
    -webkit-transform: rotate(0)
  }

  30.33%,
  100% {
    -webkit-transform: rotateY(360deg)
  }
}

@keyframes jtuB {
  20.49% {
    transform: rotate(0)
  }

  30.33%,
  100% {
    transform: rotateY(360deg)
  }
}

@-webkit-keyframes jtuD {

  14.75%,
  18.03%,
  100% {
    top: 112px
  }

  16.39% {
    top: 102px
  }
}

@keyframes jtuD {

  14.75%,
  18.03%,
  100% {
    top: 112px
  }

  16.39% {
    top: 102px
  }
}

@-webkit-keyframes dtA1 {

  4.9%,
  100% {
    left: 88px;
    top: 233px
  }
}

@keyframes dtA1 {

  4.9%,
  100% {
    left: 88px;
    top: 233px
  }
}

@-webkit-keyframes dtA3 {

  4.9%,
  8.2%,
  11.47% {
    opacity: 0
  }

  6.56%,
  9.8%,
  13.11%,
  100% {
    opacity: 1
  }
}

@keyframes dtA3 {

  4.9%,
  8.2%,
  11.47% {
    opacity: 0
  }

  6.56%,
  9.8%,
  13.11%,
  100% {
    opacity: 1
  }
}

@-webkit-keyframes dtBt1 {
  13.11% {
    left: 94px;
    top: 212px;
    opacity: 0
  }

  14.75% {
    opacity: 1
  }

  16.39%,
  100% {
    left: 18px;
    top: 169px;
    opacity: 0
  }
}

@keyframes dtBt1 {
  13.11% {
    left: 94px;
    top: 212px;
    opacity: 0
  }

  14.75% {
    opacity: 1
  }

  16.39%,
  100% {
    left: 18px;
    top: 169px;
    opacity: 0
  }
}

@-webkit-keyframes dtBt2 {
  16.39% {
    left: 18px;
    top: 160px;
    opacity: 0
  }

  21.31% {
    opacity: 1
  }

  26.23%,
  100% {
    left: 144px;
    top: 90px;
    opacity: 0
  }
}

@keyframes dtBt2 {
  16.39% {
    left: 18px;
    top: 160px;
    opacity: 0
  }

  21.31% {
    opacity: 1
  }

  26.23%,
  100% {
    left: 144px;
    top: 90px;
    opacity: 0
  }
}

@-webkit-keyframes dtBt3 {
  26.23% {
    left: 158px;
    top: 87px;
    opacity: 0
  }

  27.87% {
    opacity: 1
  }

  29.5%,
  100% {
    left: 199px;
    top: 110px;
    opacity: 0
  }
}

@keyframes dtBt3 {
  26.23% {
    left: 158px;
    top: 87px;
    opacity: 0
  }

  27.87% {
    opacity: 1
  }

  29.5%,
  100% {
    left: 199px;
    top: 110px;
    opacity: 0
  }
}

@-webkit-keyframes dtBb1 {
  13.11% {
    left: 149px;
    top: 242px;
    opacity: 0
  }

  14.75% {
    opacity: 1
  }

  16.39%,
  100% {
    left: 220px;
    top: 283px;
    opacity: 0
  }
}

@keyframes dtBb1 {
  13.11% {
    left: 149px;
    top: 242px;
    opacity: 0
  }

  14.75% {
    opacity: 1
  }

  16.39%,
  100% {
    left: 220px;
    top: 283px;
    opacity: 0
  }
}

@-webkit-keyframes dtBb2 {
  16.39% {
    left: 245px;
    top: 286px;
    opacity: 0
  }

  21.31% {
    opacity: 1
  }

  26.23%,
  100% {
    left: 365px;
    top: 215px;
    opacity: 0
  }
}

@keyframes dtBb2 {
  16.39% {
    left: 245px;
    top: 286px;
    opacity: 0
  }

  21.31% {
    opacity: 1
  }

  26.23%,
  100% {
    left: 365px;
    top: 215px;
    opacity: 0
  }
}

@-webkit-keyframes dtBb3 {
  26.23% {
    left: 368px;
    top: 206px;
    opacity: 0
  }

  27.87% {
    opacity: 1
  }

  29.5%,
  100% {
    left: 353px;
    top: 198px;
    opacity: 0
  }
}

@keyframes dtBb3 {
  26.23% {
    left: 368px;
    top: 206px;
    opacity: 0
  }

  27.87% {
    opacity: 1
  }

  29.5%,
  100% {
    left: 353px;
    top: 198px;
    opacity: 0
  }
}

@-webkit-keyframes gdtBb1 {
  0 {
    top: 177px;
    left: 350px;
    opacity: 1;
    -webkit-transform: rotate(180deg)
  }

  10% {
    top: 182px;
    left: 359px;
    opacity: 1;
    -webkit-transform: rotate(180deg)
  }

  10.5% {
    top: 194px;
    left: 363px;
    opacity: 0;
    -webkit-transform: rotate(-64deg)
  }

  11% {
    top: 194px;
    left: 363px;
    opacity: 1;
    -webkit-transform: rotate(-64deg)
  }

  42% {
    top: 261px;
    left: 252px;
    opacity: 1;
    -webkit-transform: rotate(-64deg)
  }

  42.5% {
    top: 264px;
    left: 232px;
    opacity: 0;
    -webkit-transform: rotate(2deg)
  }

  43% {
    top: 264px;
    left: 232px;
    opacity: 1;
    -webkit-transform: rotate(2deg)
  }

  75% {
    top: 186px;
    left: 99px;
    opacity: 1;
    -webkit-transform: rotate(2deg)
  }

  75.5% {
    top: 173px;
    left: 96px;
    opacity: 0;
    -webkit-transform: rotate(123deg)
  }

  76% {
    top: 173px;
    left: 96px;
    opacity: 1;
    -webkit-transform: rotate(123deg)
  }

  100% {
    top: 110px;
    left: 205px;
    opacity: 0;
    -webkit-transform: rotate(123deg)
  }
}

@keyframes gdtBb1 {
  0 {
    opacity: 1;
    top: 177px;
    left: 350px;
    transform: rotate(180deg)
  }

  10% {
    top: 182px;
    left: 359px;
    opacity: 1;
    transform: rotate(180deg)
  }

  10.5% {
    top: 194px;
    left: 363px;
    opacity: 0;
    transform: rotate(-64deg)
  }

  11% {
    top: 194px;
    left: 363px;
    opacity: 1;
    transform: rotate(-64deg)
  }

  42% {
    top: 261px;
    left: 252px;
    opacity: 1;
    transform: rotate(-64deg)
  }

  42.5% {
    top: 264px;
    left: 232px;
    opacity: 0;
    transform: rotate(2deg)
  }

  43% {
    top: 264px;
    left: 232px;
    opacity: 1;
    transform: rotate(2deg)
  }

  75% {
    top: 186px;
    left: 99px;
    opacity: 1;
    transform: rotate(2deg)
  }

  75.5% {
    top: 173px;
    left: 96px;
    opacity: 0;
    transform: rotate(123deg)
  }

  76% {
    top: 173px;
    left: 96px;
    opacity: 1;
    transform: rotate(123deg)
  }

  100% {
    top: 110px;
    left: 205px;
    opacity: 0;
    transform: rotate(123deg)
  }
}

@-webkit-keyframes dtD1 {
  29.51% {
    top: 56px;
    left: 224px;
    opacity: 0;
    -webkit-transform: scale(1)
  }

  39.36% {
    top: 101px;
    left: 267px;
    opacity: 1;
    -webkit-transform: scale(.5)
  }

  49.21%,
  100% {
    top: 86px;
    left: 306px;
    opacity: 0;
    -webkit-transform: scale(0)
  }
}

@keyframes dtD1 {
  29.51% {
    top: 56px;
    left: 224px;
    opacity: 0;
    transform: scale(1)
  }

  39.36% {
    top: 101px;
    left: 267px;
    opacity: 1;
    transform: scale(.5)
  }

  49.21%,
  100% {
    top: 86px;
    left: 306px;
    opacity: 0;
    transform: scale(0)
  }
}

@-webkit-keyframes dtD01 {
  29.51% {
    opacity: 0
  }

  31.15%,
  100% {
    opacity: 1
  }
}

@keyframes dtD01 {
  29.51% {
    opacity: 0
  }

  31.15%,
  100% {
    opacity: 1
  }
}

@-webkit-keyframes dtD2 {
  29.51% {
    width: 0
  }

  49.21%,
  100% {
    width: 63px
  }
}

@keyframes dtD2 {
  29.51% {
    width: 0
  }

  49.21%,
  100% {
    width: 63px
  }
}

@-webkit-keyframes dtD3 {
  49.21% {
    opacity: 0
  }

  50.82%,
  100% {
    opacity: 1
  }
}

@keyframes dtD3 {
  49.21% {
    opacity: 0
  }

  50.82%,
  100% {
    opacity: 1
  }
}

@-webkit-keyframes dtE1 {
  54.1% {
    opacity: 0
  }

  57.38%,
  100% {
    opacity: 1
  }
}

@keyframes dtE1 {
  54.1% {
    opacity: 0
  }

  57.38%,
  100% {
    opacity: 1
  }
}

@-webkit-keyframes dtF1 {
  59.02% {
    top: 85px;
    left: 283px;
    opacity: 0;
    -webkit-transform: scale(0)
  }

  60.66%,
  100% {
    top: 30px;
    left: 122px;
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes dtF1 {
  59.02% {
    top: 85px;
    left: 283px;
    opacity: 0;
    transform: scale(0)
  }

  60.66%,
  100% {
    top: 30px;
    left: 122px;
    opacity: 1;
    transform: scale(1)
  }
}

@-webkit-keyframes dtF2 {
  60.66% {
    opacity: 0
  }

  62.3%,
  100% {
    opacity: 1
  }
}

@keyframes dtF2 {
  60.66% {
    opacity: 0
  }

  62.3%,
  100% {
    opacity: 1
  }
}

@-webkit-keyframes dtF02 {
  62.3% {
    top: 64px;
    left: 122px;
    opacity: 0
  }

  72.14% {
    top: 115px;
    left: 160px;
    opacity: 1;
    -webkit-transform: scale(.5)
  }

  81.97%,
  100% {
    top: 130px;
    left: 208px;
    opacity: 0;
    -webkit-transform: scale(.1)
  }
}

@keyframes dtF02 {
  62.3% {
    top: 64px;
    left: 122px;
    opacity: 0
  }

  72.14% {
    top: 115px;
    left: 160px;
    opacity: 1;
    transform: scale(.5)
  }

  81.97%,
  100% {
    top: 130px;
    left: 208px;
    opacity: 0;
    transform: scale(.1)
  }
}

@-webkit-keyframes dtF3 {
  62.3% {
    width: 0;
    height: 0;
    opacity: 0
  }

  81.97%,
  100% {
    width: 68px;
    height: 50px;
    opacity: 1
  }
}

@keyframes dtF3 {
  62.3% {
    width: 0;
    height: 0;
    opacity: 0
  }

  81.97%,
  100% {
    width: 68px;
    height: 50px;
    opacity: 1
  }
}

@-webkit-keyframes dtF4 {
  81.97% {
    opacity: 0
  }

  82.79%,
  100% {
    opacity: 1
  }
}

@keyframes dtF4 {
  81.97% {
    opacity: 0
  }

  82.79%,
  100% {
    opacity: 1
  }
}

.characteristics .title-img {
  max-width: calc(50.65% - 62px);
  background-color: var(--whiteColor);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0
}

.pro-scene ul dl {
  padding-top: 40px
}
