body{min-width: 1280px; background: #FFF;}
.dp-page {
  background: #fff;
}
*{box-sizing: border-box;margin: 0;}
body .main {color: #1C1D1F;}
.content-wrap {
  width: 1280px;
  margin: 0 auto;
}
.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-stretch{place-items:stretch}.place-content-center{place-content:center}.place-content-start{place-content:start}.place-content-end{place-content:end}.place-content-between{place-content:space-between}.place-content-around{place-content:space-around}.place-content-evenly{place-content:space-evenly}.place-content-stretch{place-content:stretch}.place-self-auto{place-self:auto}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-center{place-self:center}.place-self-stretch{place-self:stretch}
.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}
.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.center{text-align: center;}
.bg-white{background-color: #FFF;}.bg-black{background-color: #2b2a2a;color: #FFF;}
.bold{font-weight: 600;}
.dp-page h1 {
  font-size: 48px;
  font-weight: bold;
}
h2.sub-title {
  font-size: 48px;
  line-height: 64px;
  font-weight: bold;
}
p.sub-info {
  line-height: 48px;
  margin-bottom: 60px;
}
p {
  margin: 0;
}
.more-btn {
  width: 178px;
  height: 50px;
  line-height: 48px;
  border-radius: 8px;
  color: #2B2C37;
  border: 1px solid #d5d5d7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zixun-btn {
  width: 178px;
  height: 50px;
  cursor: pointer;
  transition: .25s;
  background: url(../images/dpnew/zixun-btn-2.png) no-repeat;
}
.zixun-btn:hover {
  background: url(../images/dpnew/zixun-btn-1.png) no-repeat;
}
.top-zixun-btn.zixun-btn {
  background-image: url(../images/dpnew/zixun-btn-1.png);
}
.top-zixun-btn.zixun-btn:hover {
  background-image: url(../images/dpnew/zixun-btn-2.png);
}

/* 第一块 */
.top-bg {
  margin: 0 auto;
  max-width: 1920px;
  height: 807px;
  padding-top: 227px;
  background: url(../images/dpnew/top-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.top-bg .dp-logo {
  width: 117px;
  height: 35px;
  margin-bottom: 30px;
}
.top-bg .dp-info {
  width: 520px;
  line-height: 26px;
}
.dp-top-btns {
  height: 50px;
  margin-top: 60px;
  display: flex;
}
.dp-top-btns img {cursor: pointer;}
.dp-top-btns>img {
  margin-left: 20px;
}
.download-btn-box {
  display: inline-block;
  width: 178px;
  height: 50px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.download-btn-box .download-btn {
  position: relative;
  z-index: 1;
}
.download-btn-box .download-dialog {
  opacity: 0;
  position: absolute;
  top: 26px;
  left: -32px;
  margin: 0;
  transition: .3s;
  cursor: default;
  max-width: 332px;
}
.download-btn-box img:hover + .download-dialog {
  opacity: 1;
}
.app-download-btn {
  display: none;
}
.dp-tips {
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
.dp-tips img {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.top-bg-items {
  width: 100%;
  padding-top: 10px;
  position: relative;
  top: -50px;
}
.top-bg-item {
  padding: 20px 0 20px 20px;
  flex: 0 0 305px;
  border-radius: 8px;
  border: 2px solid #FFFFFF;
  background: linear-gradient( 180deg, #F7F8FA 0%, #FFFFFF 100%);
  box-shadow: 0 13px 13px 3px #f8f8f8;
}
.top-bg-item img {
  width: 48px;
  height: 48px;
  margin-right: 7px;
  float: left;
} 
.top-bg-item .top-sub-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
.top-bg-item .top-sub-info {
  font-size: 14px;
  line-height: 24px;
  color: #616368;
}
.top-bg-item .top-tips {
  position: absolute;
  width: 89px;
  height: 24px;
  right: 0;
  top: 0;
}
/* 第一块 end */

/* 第二块 */
.show-station {
  padding: 86px 0 136px;
}
.show-station-content {
  border-radius: 16px;
  position: relative;
  display: flex;
}
.show-station-content-left {
  padding-top: 25px;
}
.show-station-content-left h4 {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 38px;
}
.show-station-tips {
  line-height: 21px;
  padding-left: 30px;
  margin-bottom: 20px;
  background: url(../images/dpnew/duihao.png) no-repeat;
  background-size: 21px 21px;
}
.show-station-req-btn {
  margin-top: 85px;
}
.show-station-img {
  width: 787px;
  height: 472px;
  transition: .8s;
  position: relative;
  opacity: 0;
  right: -96px;
}

/* 第二块 end */

/* 第三块 start */
.four-wrap {
  height: 900px;
  padding-top: 88px;
  background: url(../images/dpnew/four-bg.png) no-repeat;
}
.blinds-item {
  width: 193px;
  height: 547px;
  border-radius: 16px;
  float: left;
  cursor: pointer;
  transition: .5s;
  overflow: hidden;
  position: relative;
}
.blinds-item img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 640px;
}
.blinds-item.expanded {
  width: 640px;
}
/* 第三块 end */

/* 第四块 start */
.yijian-wrap {
  padding: 90px 50px 138px;
}
.yijian-wrap .content-wrap {
  width: 1280px;
}
.yijian-wrap .top-steps {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDF;
}
.yijian-wrap .top-step-item {
  flex: 0 0 193px;
  height: 116px;
  background-position: center;
  background: url(../images/dpnew/unactive-step.png) no-repeat;
  position: relative;
  cursor: pointer;
  transition: .2s;
}
.yijian-wrap .top-step-item.active {
  background: url(../images/dpnew/active-step.png) no-repeat;
  background-position: center;
}
.top-step-num {
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  color: #1C1D1F;
  font-weight: bold;
  transition: .2s;
}
.top-step-item.active .top-step-num {
  color: #fff;
}
.top-step-num span {
  font-size: 32px;
  margin-right: 8px;
  background: linear-gradient(180deg, #6722FF 0%, #F3F4FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: bottom;
  transition: .2s;
}
.top-step-item.active .top-step-num span {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.top-step-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -24px;
  left: 50%;
  margin-left: -20px;
  background: url(../images/dpnew/grey-right.png);
  transition: .2s;
}
.top-step-item.active .top-step-icon {
  background: url(../images/dpnew/active-right.png);
}
.yijian-bottom {
  position: relative;
  height: 482px;
  margin-top: 60px;
}
.toggle-content {
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 482px;
  padding-top: 35px;
  background-color: #fff;
}
.yijian-1 {
  display: flex;
}
.yijian-item {
  position: relative;
}
.yijian-item h4 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 31px;
}
.yijian-item .zixun-btn {
  position: absolute;
  bottom: 38px;
}
/* 第四块 end */

/* 第五块 */
.tezheng-wrap {
  padding-bottom: 139px;
  width: 100%;
  margin: 0 auto;
  overflow:  hidden;
}
.tezheng-content {
  width: 1280px;
  display: flex;
  margin: 0 auto;
}
.tezheng-content .tezheng-left-img {
  width: 664px;
  height: 534px;
  border-radius: 16px;
  margin-right: 77px;
  object-fit: cover;
}
.tezheng-content .tezheng-items {
  padding-top: 23px;
}
.tezheng-item {
  margin-bottom: 33px;
}
.tezheng-item h4 {
  line-height: 32px;
  margin-bottom: 6px;
}
.tezheng-item h4 img {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.tezheng-item p {
  line-height: 24px;
}
.tezheng-items .zixun-btn {
  margin-top: 87px;
  cursor: pointer;
}
/* 第五块 end */

/* 第六块 */
.hexin-wrap {
  padding: 60px 0 102px;
  background: url(../images/dpnew/hexin-bg.png) no-repeat;
  background-size: cover;
  background-position: center
}
.hexin-wrap .sub-title,
.hexin-wrap .sub-info {
  color: #fff;
}
.hexin-content {
  width: 1280px;
  height: 524px;
  margin: 0 auto;
  position: relative;
}
.hexin-left {
  width: 236px;
  padding: 27px 18px;
  background: rgba(255,255,255,0.1);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  position: relative;
}
.hexin-left-menu {
  width: 200px;
  height: 80px;
  padding: 25px 10px;
  border-radius: 8px;
  transition: .2s;
  background: rgba(255,255,255,0);
  background-position: 10px 26px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.hexin-wrap .active-bg {
  transition: .2s;
  position: absolute;
  top: 27px;
  width: 200px;
  height: 80px;
  border-radius: 8px;
  background: linear-gradient( 90deg, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.10) 100%);
}
.hexin-wrap .active-bg span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 68px;
  border-radius: 8px;
  background: linear-gradient( 180deg, #6722FF 0%, #C446FF 100%);
}
.hexin-left-menu:first-child {
  background-image: url(../images/dpnew/hexin-icon-1-1.png);
}
.hexin-left-menu:nth-child(2) {
  background-image: url(../images/dpnew/hexin-icon-1-2.png);
}
.hexin-left-menu:nth-child(3) {
  background-image: url(../images/dpnew/hexin-icon-1-3.png);
}
.hexin-left-menu:nth-child(4) {
  background-image: url(../images/dpnew/hexin-icon-1-4.png);
}
.hexin-left-menu:nth-child(5) {
  background-image: url(../images/dpnew/hexin-icon-1-5.png);
}
.hexin-left-menu.active:first-child {
  background-image: url(../images/dpnew/hexin-icon-2-1.png);
}
.hexin-left-menu.active:nth-child(2) {
  background-image: url(../images/dpnew/hexin-icon-2-2.png);
}
.hexin-left-menu.active:nth-child(3) {
  background-image: url(../images/dpnew/hexin-icon-2-3.png);
}
.hexin-left-menu.active:nth-child(4) {
  background-image: url(../images/dpnew/hexin-icon-2-4.png);
}
.hexin-left-menu.active:nth-child(5) {
  background-image: url(../images/dpnew/hexin-icon-2-5.png);
}
.hexin-left-menu h4 {
  font-size: 20px;
  line-height: 30px;
  padding-left: 40px;
  font-weight: bold;
  color: #fff;
}
.hexin-wrap .zixun-btn {
  display: block;
  margin: 20px auto 0;
}
.hexin-right {
  flex: 1;
  margin-left: 35px;
  position: relative;
}
.hexin-right-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hexin-right-1 {
  display: block;
}
.hexin-right h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.8);
}
.hexin-right p {
  font-size: 14px;
  line-height: 14px;
  color: rgba(255,255,255,0.8);
}
.hexin-img {
  position: absolute;
  bottom: 0;
}

/* 第六块 end */

/* 第七块 */
.yingyong-wrap {
  padding: 88px 0 100px;
}
.yingyong-items {
  overflow: hidden;
  width: 1280px;
  margin: 0 auto;
}
.yingyong-item {
  float: left;
  width: 302px;
  height: 400px;
  margin-bottom: 30px;
  border-radius: 16px;
  cursor: pointer;
}
.yingyong-item .image-box {
  width: 302px;
  height: 226px;
  border-radius: 16px;
  overflow: hidden;
}
.yingyong-item .image-box img {
  transition: .2s;
}
.yingyong-item:hover .image-box img {
  transform: scale(1.3);
}
.yingyong-item:not(:nth-child(4n+1)) {
  margin-left: 24px;
}
.yingyong-item h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin: 18px 0 10px;
}
.yingyong-item p {
  font-size: 16px;
  line-height: 24px;
  color: #616368;
  margin-bottom: 23px;
}
.yingyong-item a {
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  color: #6722FF;
}
.yingyong-item .arrow-icon {
  display: inline-block;
  margin-left: 8px;
}
.yingyong-item:hover .arrow-icon {
  animation: shake-arrow 1s infinite;
}
.yingyong-wrap .zixun-btn {
  display: block;
  margin: 70px auto 0;
  cursor: pointer;
}
/* 第七块 end */

/* 第八块 */
.zhenshi-wrap {
  padding: 86px 0 89px;
  background: url(../images/dpnew/zhenshi-bg.png) no-repeat;
  background-size: 100% 100%;
}
.zhenshi-content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.zhenshi-wrap .swiper-slide {
  padding: 65px 0;
  position: relative;
}
.zhenshi-wrap .zhenshi-item {
  width: 100%;
  height: 504px;
  padding: 59px 537px 0 65px;
  background: #fff;
  border-radius: 16px;
}
.zhenshi-item h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
}
.zhenshi-tips {
  margin-bottom: 16px;
}
.zhenshi-tips img:first-child {
  margin-right: 10px;
}
.zhenshi-text {
  height: 160px;
}
.zhenshi-text p {
  font-size: 14px;
  line-height: 24px;
  padding-left: 17px;
  margin-bottom: 8px;
  position: relative;
}
.zhenshi-text p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #6722FF;
}
.zhenshi-data {
  overflow: hidden;
  display: flex;
}
.zhenshi-data-item {
  flex: 0 0 166px;
}
.zhenshi-wrap .zhenshi-img {
  width: 348px;
  height: 633px;
  position: absolute;
  top: 0;
  right: 43px;
}
.zhenshi-data {
  margin-top: 25px;
}
.zhenshi-data .data-num {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #6722FF;
  text-align: center;
}
.data-num i{
  font-style: normal;
  font-size: 24px;
}
.zhenshi-data .data-text {
  line-height: 26px;
  margin-top: 5px;
  text-align: center;
}
.zhenshi-btn {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  cursor: pointer;
}
.zhenshi-prev-btn {
  left: -90px;
}
.zhenshi-next-btn {
  right: -90px;
}
/* 第八块 end */


/* 第九快 */
.pt-wrap {
  padding: 104px 0 156px;
}
.pt-wrap .content-wrap {
  font-size: 0;
}
.pt-wrap .content-wrap div {
  display: inline-block;
  width: 165px;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
}
.pt-wrap .content-wrap div:not(:nth-child(7n+1)) {
  margin-left: 20px;
}
.pt-wrap img {
  position: absolute;
  width: 245px;
  height: 160px;
  top: -32px;
  left: -40px;
  
}
/* 第九快 end */


/* 第十块 */
.welcome-wrap {
  margin: 0 auto;
  height: 577px;
  padding: 103px 0 106px;
  background: url(../images/dpnew/bottom-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.welcome-wrap .dp-logo {
  width: 82px;
  height: 82px;
}
.welcome-wrap h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 43px 0 24px;
  font-weight: bold;
}
.welcome-wrap p {
  width: 545px;
  color: #222;
  line-height: 26px;
}
.welcome-wrap .zixun-btn {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  background: #1C1D1F;
  color: #fff;
  border-radius: 8px;
}
.dp-bottom-btns {
  height: 50px;
  margin-top: 77px;
}
.dp-bottom-btns img {
  margin-right: 20px;
}
/* 第十块 end */


@keyframes shake-arrow {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(10px); }
  75% { transform: translateX(-5px); }
}


@media screen and (max-width:750px) {
  .main, body {
    width: 100vw !important;
  }
  body {
    min-width: 100vw;
  }
  .content-wrap {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .dp-page h1 {
    font-size: 32px;
  }
  h2.sub-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
  }
  .center.sub-info {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .top-bg {
    padding-top: 120px;
    background-position: left;
  }
  .top-bg .dp-info {
    font-size: 16px;
    width: 90vw;
    margin-top: 20px;
  }
  .dp-top-btns {
    display: block;
  }
  .download-btn-box {
    display: none !important;
  }
  .app-download-btn {
    display: block;
    width: 178px;
    height: 50px;
    margin-bottom: 20px;
  }

  .top-bg-items {
    margin-top: -185px;
    padding: 0;
  }
  .top-bg-items .content-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-bg-item {
    flex: 0 0 45%;
    padding: 10px;
  }
  .top-bg-item img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .top-sub-title {
    text-align: center;
  }
  .top-sub-info {
    display: none;
  }
  .top-bg-item {
    margin-bottom: 15px;
  }


  .show-station {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .show-station-content {
    display: block;
    padding: 0;
  }
  .show-station-content-left h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
  }
  .show-station-req-btn {
    display: none;
  }
  .show-station-img {
    margin: 0;
    height: auto;
  }
  

  .four-wrap {
    height: 600px;
    background-position: bottom;
  }
  .four-wrap .content-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 10px;
  }
  .blinds-item {
    flex: 0 0 48%;
    width: 48%;
    height: auto;
    margin-bottom: 10px;
  }
  .blind-close {
    display: none !important;
  }
  .blinds-item,
  .blinds-item.expanded {
    width: 100%;
  }
  .blinds-item .blind-open {
    position: relative;
    width: 100%;
    display: block !important;
    opacity: 1 !important;
    object-fit: cover;
  }


  .yijian-wrap {
    overflow: hidden;
    padding: 20px;
  }
  .yijian-wrap .content-wrap {
    padding: 0;
  }
  .yijian-wrap .scroll-box {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: scroll;
    overflow-y: visible;
  }
  .width-640 {
    width: 640px;
    overflow: hidden;
  }
  .yijian-wrap .top-steps {
    width: 1280px;
    transform: scale(.5);
    transform-origin: left;
  }
  .toggle-content {
    flex-direction: column-reverse;
  }
  .yijian-bottom {
    margin-top: 10px;
  }
  .yijian-bottom img {
    margin-bottom: 30px;
  }
  .yijian-item h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .yijian-item .show-station-tips {
    font-size: 14px;
    background-size: 16px 16px;
    line-height: 16px;
    padding-left: 26px;
  }
  .yijian-item .zixun-btn {
    display: none;
  }


  .tezheng-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tezheng-content {
    width: 100%;
    display: block;
    position: relative;
  }
  .tezheng-left-img {
    position: absolute;
    z-index: -1;
  }
  .tezheng-items {
    position: relative;
    padding: 0 20px 20px;
  }
  .tezheng-item p {
    font-size: 15px;
  }


  .hexin-content {
    display: block;
    width: 100%;
    height: 400px;
  }
  .hexin-left {
    width: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .hexin-left-menu {
    float: left;
    width: 50px;
    overflow: hidden;
  }
  .hexin-left-menu.active {
    width: 160px;
  }
  .hexin-left-menu h4 {
    white-space: nowrap;
    font-size: 16;
    padding-left: 41px;
  }
  .hexin-right {
    margin: 0;
    height: 300px;
  }
  .hexin-wrap .active-bg {
    display: none;
  }
  .hexin-wrap .zixun-btn {
    display: none;
  }
  .hexin-img {
    position: relative;
  }
  .hexin-right-item {
    height: 300px;
    padding: 20px;
  }
  .hexin-right-item h3 {
    font-size: 28px;
  }
  .hexin-right-item p {
    text-indent: 2em;
    line-height: 20px;
    height: 60px;
  }
  .hexin-img {
    margin-top: 30px;
  }


  .yingyong-items {
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .yingyong-item {
    flex: 0 0 47%;
    width: 180px;
    height: auto;
    float: left;
    margin: 0 !important;
  }
  .yingyong-item .image-box {
    width: 100%;
    font-size: 0;
    height: auto;
    overflow: hidden !important;
  }
  .yingyong-item .image-box img {
    width: 100%;
    transform: none !important;
  }
  .yingyong-item h4 {
    font-size: 18px;
    margin: 15px 0 0;
  }
  .yingyong-item p {
    font-size: 14px;
    height: 92px;
    line-height: 23px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .yingyong-item > a{
    display: block;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .zhenshi-content {
    width: 100%;
    padding: 70px 20px 20px;
  }
  .zhenshi-wrap .zhenshi-item {
    padding: 20px 20px 30px;
    height: 650px;
  }
  .zhenshi-img {
    display: none;
  }
  .zhenshi-wrap .swiper-slide {
    padding: 0;
  }
  .zhenshi-text {
    height: 256px;
  }
  .zhenshi-data {
    flex-wrap: wrap;
  }
  .zhenshi-data-item {
    flex: 0 0 50%;
  }
  .zhenshi-btn {
    top: 0;
    margin: 0;
  }
  .zhenshi-prev-btn {
    left: 32%;
  }
  .zhenshi-next-btn {
    right: 32%;
  }
  .zhenshi-wrap .center.sub-info {
    margin: 0;
  }

  .zhuanye-wrap {
    padding: 30px 0;
  }


  .welcome-wrap {
    background-position: left;
  }
  .welcome-wrap h2 {
    font-size: 32px;
    font-weight: bold;
  }
  .welcome-wrap p {
    width: 100%;
  }
}