#theme-page h1,
#theme-page h2,
#theme-page h3,
#theme-page h4,
#theme-page h5,
#theme-page ul,
#theme-page li,
#theme-page p {
  padding: 0;
  margin: 0;
}

#theme-page .wpb_content_element {
  margin-bottom: 0;
}

#header_prom {
  display: none;
}

/* 导航样式 */
#nav_wapper {
  background: rgb(27, 38, 83, 0);
  position: fixed;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

#nav_wapper:hover {
  background: rgb(27, 38, 83, 0.95) !important;
}

@media (max-width: 767px) {
  #nav_wapper {
    display: none;
  }
}

/* banner */
.dd-banner .dd-swiper-slide {
  /* background: url('https://cdn.jdy.com/jdy/new/images/dd/dd-banner.png') center no-repeat; */
  background: linear-gradient(180deg, #dcecff 0%, #f9fbff 100%);
  background-position: center;
  background-repeat: no-repeat;
  height: 580px;
  background-size: cover;
}

.dd-banner .slide-box {
  display: flex;
  width: 1140px;
  margin: 0 auto;
}
.dd-banner .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  background: #1881f0;
  border-radius: 5px;
}
.slide-box-left {
  width: 420px;
  display: flex;
  flex-direction: column;
  margin-top: 189px;
}

.slide-box-img {
  width: 216px;
  height: 37px;
}

.slide-box-product {
  font-size: 44px;
  color: #212121;
  font-weight: bold;
  margin-top: 28px;
}

.slide-box-product-desc {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
}

.slide-box-tag {
  display: inline-block;
  width: 137px;
  height: 46px;
}

.slide-box-btns {
  display: flex;
  margin-top: 60px;
}

.slide-box-btns .a-blue {
  background: linear-gradient(90deg, #1882f0 0%, #00aeee 100%);
  border-radius: 4px;
  display: inline-block;
  width: 136px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 34px;
}

.slide-box-right {
  margin-top: 189px;
}

.slide-box-right-img {
  width: 789px;
  height: 373px;
}

/* abstract */
#abstract {
  padding: 72px 0 60px;
  width: 1180px;
  margin: 0 auto;
}

#abstract ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

#abstract ul li {
  text-align: center;
  float: left;
  /* margin-left: 210px; */
}

#abstract ul li:first-child {
  /* margin-left: 120px; */
}

#abstract ul li p {
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 24px;
}

#abstract ul li:nth-child(1) p {
  width: 160px;
}

#abstract ul li:nth-child(2) p {
  width: 224px;
}

#abstract ul li:nth-child(3) p {
  width: 128px;
}

#abstract ul li:nth-child(4) p {
  width: 144px;
}

/* 产品 */
#product {
}

#product ul li {
  padding: 98px 0 98px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

#product ul li .product-content {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#product ul li .product-text {
  float: left;
}

.product-text-sub {
  width: 500px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-top: 18px;
}

#product ul li .product-img {
  float: right;
  width: 630px;
  height: 355px;
}

#product ul li .product-img {
  position: relative;
  float: right;
  width: 630px;
  height: 355px;
}

#product ul li .product-img .product-img-main {
  width: 100%;
}

#product ul li .product-img .product-img-sub {
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 21px;
}

#product ul li .product-text h3 {
  font-size: 30px;
  color: #333;
  letter-spacing: 0;
  line-height: 32px;
}

.product-list-tag {
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 72px;
  line-height: 24px;
  margin-top: 30px;
  font-size: 14px;
  color: #333;
}

#product ul li:nth-child(even) {
  background: #f2f7fc;
}

#product ul li:nth-child(even) .product-text {
  float: right;
}

#product ul li:nth-child(even) .product-img {
  float: left;
}

@media (max-width: 767px) {
  #banner .btn-box a:nth-child(3) {
    background: none;
  }
}

#banner .btn-box a:nth-child(2) {
  background: none;
}

#banner .banner-content .btn-box img {
  display: inline-block;
}

.product-list-tag-item img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.product-text-btns {
  display: flex;
  margin-top: 44px;
}

.product-text-btns .a-blue {
  background: linear-gradient(90deg, #1882f0 0%, #00aeee 100%);
  border-radius: 4px;
  display: inline-block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* 动画 */
.swiper_in {
  -moz-animation: swiper-in 1s;
  -webkit-animation: swiper-in 1s;
  animation: swiper-in 1s;
  animation-fill-mode: forwards;
}

.swiper_in img {
  width: 80px;
  height: 80px;
}

@-webkit-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.dd-footer {
  width: 100%;
  height: 250px;
  background: url('../images/dd/ddfooter.png') center no-repeat;
  background-size: cover;
}

.dd-footer-body {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1180px;
  align-items: center;
  height: 100%;
}

.dd-footer-body a {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
}

.dd-footer-body > div:nth-child(2) {
  background: url('../images/dd/ykj/dd-qrcode.png') center no-repeat;
  width: 122px;
  height: 146px;
  background-size: cover;
}

.btn-box-dd > div:nth-child(2) p {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #212121 !important;
  line-height: 20px !important;
}

.btn-box-dd > div:nth-child(2) {
  width: 120px;
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #3296fa;
  margin-left: 60px;
}

.btn-box-dd > div:nth-child(2) a {
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
}

.dd-product {
  width: 100%;
  height: 838px;
  background: #365df1;
}

.dd-product-body {
  width: 1180px;
  margin: auto;
  padding-top: 46px;
}

.dd-question-content {
  box-shadow: 0px 4px 16px 0px rgb(30 35 48 / 10%);
  border: solid 1px #f5f8fa;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.dd-product-body p {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
}

.dd-product-img {
  background: url('../images/dd/ykj/dd7.png') center no-repeat;
  width: 1218px;
  height: 623px;
  margin-top: 57px;
  background-size: cover;
}

.dd-question-content-item {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.dd-question-content > .dd-question-content-item:last-child {
  border-bottom: 0px solid #e5e5e5 !important;
}

.dd-question-content-txt p {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  line-height: 25px;
  height: 40px;
}

.dd-question-content-icon-s {
  width: 16px;
  height: 16px;
  background: url('../images/yjxc/downla.png') center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}

.dd-question-content-icon-h {
  width: 16px;
  height: 16px;
  background: url('../images/yjxc/upla.png') center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}

.dd-question-content-item-box {
  margin-top: 20px;
}

.dd-question-content-item-box,
.dd-question-content-item-box-detail {
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.dd-icon {
  background: url('../images/dd/ykj/dd.png') center no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
}

.dd-question {
  width: 100%;
  min-height: 440px;
  background: #fff;
}

.dd-question-content-item-box-detail {
  display: none;
  height: 100% !important;
  margin-top: -10px;
}

.dd-question-content-item-box-detail p {
  height: 40px;
}

.dd-question-body {
  width: 1180px;
  margin: auto;
  padding-top: 50px !important;
  padding-bottom: 10px;
}

.dd-question-body > p {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #212121;
  line-height: 42px;
  text-align: center;

  margin-bottom: 50px !important;
}

.dd-buy-product {
  width: 100%;
  height: 100px;
  background-color: rgb(242, 242, 242);
  margin: auto;
}

.dd-buy-product .product-bg {
  background-color: #ffff;
  border-radius: 8px;
  box-shadow: 0px 0px 40px 0px rgba(82, 82, 82, 0.2);
  padding-left: 46px;
}

.pro-fixed {
  position: fixed;
  bottom: 0;
}

.dd-buy-product .prob_left img {
  width: 66px;
  height: 22px;
  margin-left: 5px;
}

.dd-buy-product .prob_left-title {
  font-weight: 600;
  font-size: 21px;
  color: #333333;
  line-height: 29px;
  text-align: right;
  font-style: normal;
}

.dd-buy-product .prob_left-title {
  font-weight: 600;
  font-size: 21px;
  color: #333333;
  line-height: 29px;
  text-align: right;
  font-style: normal;
}

.dd-buy-product .prob_right {
  padding-right: 35px;
}

.qywx-icon {
  width: 150px;
  height: 30px;
  display: inline-block !important;
  position: absolute;
  top: 150px;
  left: 220px;
}

.wx-register {
  background-color: #fff;
}

.wx-register,
.wx-install {
  position: static !important;
  border-radius: 6px;
}

@-moz-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-ms-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  html {
    width: 100%;
    min-width: 100%;
  }

  #banner {
    background: url(../../pages/qywx/images/mobile/banner.png) no-repeat;
    height: unset;
    background-size: cover;
  }

  #banner .banner-content {
    width: 100%;
    padding-top: 24px;
    padding-left: 24px;
  }

  #banner .banner-content img {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 8px;
  }

  #banner .banner-content h1 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  #banner .banner-content p {
    font-size: 12px;
    line-height: 16px;
  }

  .banner-text-pc {
    display: none;
  }

  .banner-text-mobile {
    display: block;
  }

  #banner .banner-content .btn-box-dd {
    margin-top: 8px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
  }

  #banner .banner-content .btn-box-dd a {
    width: 150px;
    height: 30px;
    line-height: 30px;
  }

  #banner .banner-content .btn-box-dd a:nth-child(3) {
    width: 134px;
  }

  #banner .btn-box-dd a:nth-child(1) {
    display: none;
  }

  #banner .btn-box-dd a:nth-child(2) {
    background: url(../../pages/qywx/images/install_ico.png);
    margin-left: 0;
  }

  #banner .btn-box-dd a:nth-child(3) {
    background: url(../../pages/qywx/images/reg_ico.png);
    margin-left: 8px;
  }

  #abstract {
    width: 100%;
    padding: 16px 0 0;
  }

  #abstract ul li {
    float: unset;
    overflow: hidden;
    margin-left: 24px;
    margin-bottom: 32px;
  }

  #abstract ul li:first-child {
    margin-left: 24px;
  }

  #abstract ul li img {
    float: left;
    width: 64px;
  }

  #abstract ul li:nth-child(1) p {
    width: 207px;
  }

  #abstract ul li:nth-child(2) p {
    width: 207px;
  }

  #abstract ul li:nth-child(3) p {
    width: 207px;
  }

  #abstract ul li p {
    float: left;
    text-align: left;
    margin-left: 24px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    width: 207px;
  }

  #product ul li:nth-child(1),
  #product ul li {
    padding: 32px 23px 32px 16px;
  }

  #product ul li .product-content {
    width: 100%;
  }

  #product ul li .product-text div P {
    font-size: 14px;
    line-height: 28px;
    margin-top: 8px;
    width: 100%;
  }

  #product ul li .product-text div P span {
    font-size: 14px;
  }

  #product ul li .product-text a {
    margin-top: 24px;
    margin-bottom: 52px;
  }

  #product ul li:nth-child(2) .product-text {
    float: left;
  }
}
