.dzd-container{
  width: 100vw;
  overflow: hidden;
}

.dzd-container .banner {
  height: 780px;
  background-image: url(/r/cms/www/default/images/channel/product/dzd/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dzd-container .banner-response {
  position: relative;
  margin: 0 auto;
  height: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

.dzd-container .banner-left {
  color: #fff;
  line-height: 1;
  padding-top: 155px;
  position: relative;
  z-index: 1;
  transform-origin: top center;
}

.dzd-container .banner-left .t-font60 {
  margin: 25px 0 28px;
  line-height: 1;
  text-shadow: 3px 3px 2px #EC4D17;
}

.dzd-container .banner-left .btns {
  margin-top: 40px;
  max-width: 580px;
}

.dzd-container .banner-left .btns li {
  display: inline-block;
  width: 210px;
  height: 62px;
  line-height: 60px;
  text-align: center;
  vertical-align: top;
  font-size: 24px;
  border: 2px solid #FFFFFF;
  border-radius: 34px;
  margin-right: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}
.dzd-container .banner-left .btns li:first-child{
  color: #F9602C;
}
.dzd-container .banner-left .btns li:hover,.dzd-container .banner-left .btns li:hover a{
  color: #F9602C;
}

.dzd-container .banner .banner-right {
  position: absolute;
  bottom: 12.8%;
  right: -167px;
  transform-origin: bottom center;
}

.dzd-container .banner .banner-right img {
  display: block;
}

@media screen and (max-width:1366px) {
  .dzd-container .banner-response{
    max-width: 1100px;
  }
.dzd-container .banner .banner-right{
    transform: scale(0.7);
    right: -100px;
  }
  .banner-response .banner-left {
    transform: scale(0.7);
    margin-top: 10px;
  }
  .dzd-container .banner {
    height: 546px;
  }
}

@media screen and (min-width:1367px) and (max-width:1600px) {
  .dzd-container .banner-response{
    max-width: 1100px;
  }
.dzd-container .banner .banner-right{
    transform: scale(0.79);
    right: -140px;
  }
  .banner-response .banner-left {
    transform: scale(0.79);
  }
  .dzd-container .banner {
    height: 616.2px;
  }
}
@media screen and (min-width:1601px) {
  .dzd-container .banner{
    background-size: 100% 100%;
  }
}

/* 功能 */
.qudao {
  margin-top: 60px;
}
.qudao img{
  display: block;
  margin: 0 auto;
}
/* 功能 */
.gongneng .views-wrap{
  padding: 40px 6px 80px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.views-list li{
  cursor:pointer;
  width: 118px;
	text-align: center;
	position: relative;
  margin: 20px 7px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.views-list .views_item .icon{
  width: 54px;
  height: 54px;
}
.views-list .views_cont{
  min-height: 40px;
  margin-top: 6px;
  color: #333333;
}
.views-list .views_item:hover .views_cont{
  color: #0152D9;
}
.views-list .views_txt{
  line-height: 32px;
  background: linear-gradient(0deg, #F1F3F7, #E4E9F1);
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  padding: 60px calc((100vw - 1000px) / 2);
  margin-top: 20px !important;
  width: 100vw;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.views-list .views_item .sj{
  width: 15px;
  height: 15px;
  background-color: #E4E9F1;
  transform: rotate(45deg);
  position: absolute;
  top: 115px;
  left: 54px;
  z-index:-1;
  box-shadow: inset 0 0 -2px #F1F3F7;
  /* display: none; */
}

/* 模式 */
.model{
  width: 100%;
}
.model .hd{
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  justify-content: space-between;
  padding: 60px 250px 0;
  box-sizing: border-box;
}
.model .hd li{
  min-width: 110px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding-bottom: 30px;
  box-sizing: border-box;
  line-height: 28px;
  cursor: pointer;
  letter-spacing: -0.8px;
}
.model .hd li.active,.model .hd li:hover{
  font-weight: bold;
  font-size: 28px;
  color: #0152D9;
  border-bottom: 4px solid #0152D9;
}
.model .bd{
  height: auto !important;
}
.model .bd li {
  padding-top: 60px;
  padding-bottom: 10px;
  box-sizing: border-box;
  align-items: center;
  /* min-height: 430px; */
  color: #333333;
  box-sizing: border-box;
  position: relative !important;
}
.model .bd li .content{
  margin-left: 88px;
  color: #333333;
}
.model .bd li .t1{
  font-size: 24px;
  line-height: 1;
  padding-bottom: 30px;
}
.model .bd li .text{
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 30px;
}
.model .bd li .image img{
  display: block;
}
/* 管理 */
.management{
  width: 100%;
}
.management .hd{
  display: flex;
  justify-content: space-between;
  padding: 60px 9px 22px;
  box-sizing: border-box;
}
.management .hd li{
  min-width: 110px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding-bottom: 30px;
  box-sizing: border-box;
  line-height: 28px;
  cursor: pointer;
  letter-spacing: -0.8px;
}
.management .hd li.active{
  font-size: 28px;
  color: #0152D9;
  font-weight: bold;
  border-bottom: 4px solid #0152D9;
}
.management .bd {
  width: 100%;
  background: linear-gradient(0deg, #F1F3F7, #E4E9F1 60%,#E4E9F1);
  overflow: hidden;
  height: 685px !important;
}
.management .bd li{
  width: 100%;
}
.management .bd li img{
  display: block;
  margin: 0 auto;
}

.btn-dialog {
  left: 16px;
  top: 170px !important;
  min-width: 100px !important;
  padding: 0 !important;
}