@font-face {
  font-family: 'DIN-Bold';
  src: url("../fonts/DIN-Bold.otf");
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close.png") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video-pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80vh;
  max-width: 75vw;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper {
  width: 76%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.dahui-page {
  padding-top: 72px;
}
.dahui-page .scroll-wrap {
  min-width: 1200px;
}
.dahui-page .dahui-tit h3 {
  display: inline-block;
  position: relative;
}
.dahui-page .dahui-tit h3:before {
  content: '';
  width: 114px;
  height: 114px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-1.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.dahui-page .dahui-tit h3 span {
  font-size: 48px;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #1e5ef3, #e60009);
  display: block;
  position: relative;
  z-index: 2;
}
.dahui-page .dahui-tit.center {
  text-align: center;
}

.dahui-page-s1 {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.dahui-page-s1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/page/img-1-1.jpg");
  background-size: auto 100%;
}
.dahui-page-s1 .ani {
  position: absolute;
  right: -6.7vw;
  top: 50%;
  transform: translateY(-50%);
  width: 70vw;
  height: 70vw;
  max-width: 1327px;
  max-height: 1327px;
  z-index: 2;
}
.dahui-page-s1 .ani:before, .dahui-page-s1 .ani:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dahui-page-s1 .ani:before {
  background-image: url("../images/page/img-1-2.png");
  animation: rotate 120s linear infinite;
}
.dahui-page-s1 .ani:after {
  background-image: url("../images/page/img-1-3.png");
  animation: rotate 120s linear infinite reverse;
}
.dahui-page-s1 .ani .center {
  width: 46.8%;
  height: 46.8%;
  max-width: 620px;
  max-height: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dahui-page-s1 .ani .center:before, .dahui-page-s1 .ani .center:after, .dahui-page-s1 .ani .center span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dahui-page-s1 .ani .center:before, .dahui-page-s1 .ani .center:after {
  content: '';
}
.dahui-page-s1 .ani .center:before {
  background-image: url("../images/page/img-1-4.png");
  animation: rotate 100s linear infinite;
  z-index: 1;
}
.dahui-page-s1 .ani .center:after {
  background-image: url("../images/page/img-1-5.png");
  z-index: 2;
}
.dahui-page-s1 .ani .center span {
  background-image: url("../images/page/img-1-6.png");
  z-index: 3;
}
.dahui-page-s1 .txt {
  padding: 11vw 0 9vw;
  position: relative;
  z-index: 3;
}
.dahui-page-s1 .txt img {
  display: block;
  width: 100%;
}
.dahui-page-s1 .txt h3 {
  font-size: 30px;
  color: #393939;
  margin: 30px 0;
}
.dahui-page-s1 .txt .addr {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: bold;
}
.dahui-page-s1 .txt .info {
  margin-top: 30px;
}
.dahui-page-s1 .txt .info p {
  margin-top: 15px;
}
.dahui-page-s1 .txt .info p:nth-of-type(1) {
  margin-top: 0;
}
.dahui-page-s1 .txt .info p:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #9d22ab;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: -2px 15px 0 0;
}
.dahui-page-s1 .txt .info span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #a71ea4, #e70035);
  font-weight: bold;
}
.dahui-page-s1 .txt .btn {
  margin-top: 5vw;
}
.dahui-page-s1 .txt .btn a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.dahui-page-s1 .txt .btn a:nth-of-type(1) {
  margin-right: 20px;
}
.dahui-page-s1 .txt .btn a:before, .dahui-page-s1 .txt .btn a:after {
  content: '';
  position: absolute;
  border-radius: 25px;
}
.dahui-page-s1 .txt .btn a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(110deg, #e70000, #285aed);
  z-index: 1;
}
.dahui-page-s1 .txt .btn a:after {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  z-index: 2;
  transition: all .3s ease;
}
.dahui-page-s1 .txt .btn a span {
  display: block;
  width: 180px;
  line-height: 50px;
  font-size: 16px;
  color: #222222;
  text-align: center;
  position: relative;
  z-index: 3;
  transition: color .3s ease;
}
.dahui-page-s1 .txt .btn a:hover:after {
  opacity: 0;
}
.dahui-page-s1 .txt .btn a:hover span {
  color: #fff;
}

.dahui-page-s2 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-2.jpg");
  font-size: 0;
}
.dahui-page-s2 .tab-tit {
  margin: 5vw 0 4vw;
  text-align: center;
}
.dahui-page-s2 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -50px;
  cursor: pointer;
}
.dahui-page-s2 .tab-tit .item:before, .dahui-page-s2 .tab-tit .item:after {
  content: '';
  position: absolute;
  border-radius: 25px;
}
.dahui-page-s2 .tab-tit .item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #285aed, #e70000);
  z-index: 1;
}
.dahui-page-s2 .tab-tit .item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid;
  background-color: #fff;
  z-index: 2;
  transition: all .3s ease;
}
.dahui-page-s2 .tab-tit .item span {
  display: block;
  width: 180px;
  line-height: 50px;
  font-size: 16px;
  color: #222222;
  text-align: center;
  position: relative;
  z-index: 3;
  transition: all .3s ease;
}
.dahui-page-s2 .tab-tit .item:nth-of-type(1) {
  margin-left: 0;
}
.dahui-page-s2 .tab-tit .item:nth-of-type(1):after {
  border-color: #285aed;
}
.dahui-page-s2 .tab-tit .item:nth-of-type(1) span {
  text-indent: -40px;
}
.dahui-page-s2 .tab-tit .item:nth-of-type(2):after {
  border-color: #e70000;
}
.dahui-page-s2 .tab-tit .item:nth-of-type(2) span {
  text-indent: 40px;
}
.dahui-page-s2 .tab-tit .item.active {
  z-index: 7;
}
.dahui-page-s2 .tab-tit .item.active:after {
  opacity: 0;
}
.dahui-page-s2 .tab-tit .item.active span {
  color: #fff;
  text-indent: 0 !important;
}
.dahui-page-s2 .tab-cont {
  margin: 0 -7.5vw;
}
.dahui-page-s2 .tab-cont .child {
  height: 0;
  overflow: hidden;
}
.dahui-page-s2 .tab-cont .child.active {
  height: auto;
}
.dahui-page-s2 .tab-cont .box {
  padding: 0 7.5vw;
  position: relative;
}
.dahui-page-s2 .top-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.dahui-page-s2 .top-box .img-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}
.dahui-page-s2 .top-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.dahui-page-s2 .top-box .txt-box {
  width: 50%;
  margin-left: 50%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-4.jpg");
  padding: 50px 50px 30px;
}
.dahui-page-s2 .top-box h3 {
  font-size: 22px;
  color: #000000;
}
.dahui-page-s2 .top-box p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 20px;
  height: 56px;
  overflow: hidden;
}
.dahui-page-s2 .top-box .tip {
  margin-top: 50px;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  padding-left: 30px;
  background-position: left 1px;
  background-repeat: no-repeat;
  background-image: url("../images/page/icon-2.png");
}
.dahui-page-s2 .top-box a {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 120px;
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  background-color: #285aed;
  border-radius: 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .dahui-page-s2 .top-box:hover img {
    transform: scale(1.1);
  }
}
.dahui-page-s2 .bot-box {
  margin-top: 30px;
}
.dahui-page-s2 .bot-box .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 20px);
  margin-left: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.dahui-page-s2 .bot-box .item:nth-of-type(1) {
  margin-left: 0;
}
.dahui-page-s2 .bot-box .item .show {
  padding: 40px;
  position: relative;
  background-color: #fff;
}
.dahui-page-s2 .bot-box .item .show:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  background-image: linear-gradient(180deg, #285aed, #e70000);
}
.dahui-page-s2 .bot-box .item .show h3 {
  color: #222222;
}
.dahui-page-s2 .bot-box .item .show a {
  margin-top: 40px;
}
.dahui-page-s2 .bot-box .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.dahui-page-s2 .bot-box .item .hide .img-box {
  height: 100%;
  overflow: hidden;
}
.dahui-page-s2 .bot-box .item .hide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dahui-page-s2 .bot-box .item .hide h3 {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 30px;
  color: #fff;
}
.dahui-page-s2 .bot-box .item .hide a {
  position: absolute;
  top: 22px;
  right: 40px;
}
.dahui-page-s2 .bot-box .item h3 {
  font-size: 22px;
}
.dahui-page-s2 .bot-box .item p {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 15px;
  height: 56px;
  overflow: hidden;
}
.dahui-page-s2 .bot-box .item a {
  display: block;
  width: 120px;
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  background-color: #285aed;
  border-radius: 16px;
  text-align: center;
}
.dahui-page-s2 .bot-box .item:hover .hide {
  opacity: 1;
  visibility: visible;
}
.dahui-page-s2 .button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/prev-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .dahui-page-s2 .button:hover {
    background-image: url("../images/page/prev-2.png");
  }
}
.dahui-page-s2 .button-prev {
  left: 0;
}
.dahui-page-s2 .button-next {
  right: 0;
  transform: rotateY(180deg);
}
.dahui-page-s2 .pagination {
  margin-top: 20px;
  text-align: center;
  display: none;
}
.dahui-page-s2 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-3-1.png");
  cursor: pointer;
  margin: 0 2px;
  transition: all .3s ease;
}
.dahui-page-s2 .pagination span.active {
  background-image: url("../images/page/icon-3-2.png");
}

.dahui-page-s3 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-6.jpg");
  font-size: 0;
}
.dahui-page-s3 .cont {
  margin-top: 5vw;
  position: relative;
  padding-left: 300px;
  box-shadow: 0 0 3.5vw rgba(0, 0, 0, 0.1);
}
.dahui-page-s3 .b-tab-tit {
  position: absolute;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
}
.dahui-page-s3 .b-tab-tit .item {
  height: 33.33%;
  position: relative;
  cursor: pointer;
}
.dahui-page-s3 .b-tab-tit .item:before, .dahui-page-s3 .b-tab-tit .item:after, .dahui-page-s3 .b-tab-tit .item .cell_box {
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dahui-page-s3 .b-tab-tit .item:before {
  transition: all .3s ease;
}
.dahui-page-s3 .b-tab-tit .item:after {
  opacity: 0;
  transition: all .3s ease;
}
.dahui-page-s3 .b-tab-tit .item .cell_box {
  position: relative;
  text-align: center;
  z-index: 3;
}
.dahui-page-s3 .b-tab-tit .item .cell_box h3 {
  font-size: 24px;
  color: #fff;
}
.dahui-page-s3 .b-tab-tit .item .cell_box p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.dahui-page-s3 .b-tab-tit .item .cell_box:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #4d48d9;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.dahui-page-s3 .b-tab-tit .item:nth-of-type(1):before {
  background-image: url("../images/page/img-9-1.jpg");
}
.dahui-page-s3 .b-tab-tit .item:nth-of-type(1):after {
  background-image: url("../images/page/img-9-2.jpg");
}
.dahui-page-s3 .b-tab-tit .item:nth-of-type(2):before {
  background-image: url("../images/page/img-10-1.jpg");
}
.dahui-page-s3 .b-tab-tit .item:nth-of-type(2):after {
  background-image: url("../images/page/img-10-2.jpg");
}
.dahui-page-s3 .b-tab-tit .item:nth-of-type(3):before {
  background-image: url("../images/page/img-11-1.jpg");
}
.dahui-page-s3 .b-tab-tit .item:nth-of-type(3):after {
  background-image: url("../images/page/img-11-2.jpg");
}
.dahui-page-s3 .b-tab-tit .item:hover:before, .dahui-page-s3 .b-tab-tit .item.active:before {
  opacity: 0;
}
.dahui-page-s3 .b-tab-tit .item:hover:after, .dahui-page-s3 .b-tab-tit .item.active:after {
  opacity: 1;
}
.dahui-page-s3 .b-tab-tit .item.active .cell_box:after {
  opacity: 1;
  visibility: visible;
}
.dahui-page-s3 .b-tab-cont {
  padding: 4vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-8.jpg");
}
.dahui-page-s3 .b-tab-cont .b-child {
  display: none;
}
.dahui-page-s3 .b-tab-cont .b-child.active {
  display: block;
}
.dahui-page-s3 .s-tab-tit span {
  display: inline-block;
  vertical-align: top;
  margin-left: 3.125vw;
  font-size: 20px;
  color: #666666;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.dahui-page-s3 .s-tab-tit span:nth-of-type(1) {
  margin-left: 0;
}
.dahui-page-s3 .s-tab-tit span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #096be4;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform .6s ease;
}
.dahui-page-s3 .s-tab-tit span.active {
  color: #096be4;
}
.dahui-page-s3 .s-tab-tit span.active:after {
  transform: scaleX(1);
}
.dahui-page-s3 .s-tab-cont {
  margin-top: 4vw;
}
.dahui-page-s3 .s-tab-cont .s-child {
  display: none;
}
.dahui-page-s3 .s-tab-cont .s-child.active {
  display: block;
}
.dahui-page-s3 .s-tab-cont h3 {
  font-size: 32px;
  color: #222222;
}
.dahui-page-s3 .s-tab-cont p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-top: 30px;
  height: 96px;
  overflow: hidden;
}
.dahui-page-s3 .s-tab-cont .info {
  margin-top: 4vw;
}
.dahui-page-s3 .s-tab-cont .info img {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  margin-right: 4vw;
}
.dahui-page-s3 .s-tab-cont .info a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.dahui-page-s3 .s-tab-cont .info a:before, .dahui-page-s3 .s-tab-cont .info a:after {
  content: '';
  position: absolute;
  border-radius: 25px;
}
.dahui-page-s3 .s-tab-cont .info a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(110deg, #e70000, #285aed);
  z-index: 1;
}
.dahui-page-s3 .s-tab-cont .info a span {
  display: block;
  width: 180px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  transition: color .3s ease;
}

.dahui-page-s4 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-12.jpg");
  font-size: 0;
}
.dahui-page-s4 .info {
  margin-top: 4vw;
  font-size: 30px;
  line-height: 1.5;
  color: #222;
}
.dahui-page-s4 .para {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-top: 2vw;
}
.dahui-page-s4 .tip {
  margin-top: 3vw;
  display: inline-block;
  font-size: 36px;
  font-style: italic;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #285aed, #e70000);
}
.dahui-page-s4 .line {
  margin-top: 2vw;
  overflow: hidden;
}
.dahui-page-s4 .line .box {
  margin-top: 15px;
  text-align: right;
}
.dahui-page-s4 .line .box span {
  display: inline-block;
  height: 4px;
  background-image: linear-gradient(90deg, #285aed, 20%, #e70000);
}
.dahui-page-s4 .line .box:nth-of-type(1) {
  margin-top: 0;
}
.dahui-page-s4 .line .box:nth-of-type(1) span {
  width: 64%;
  margin-right: 45px;
}
.dahui-page-s4 .line .box:nth-of-type(2) span {
  width: 37%;
  margin-right: 30px;
}
.dahui-page-s4 .line .box:nth-of-type(3) span {
  width: 19%;
  margin-right: 15px;
}
.dahui-page-s4 .line .box:nth-of-type(4) span {
  width: 10%;
}

.dahui-page-s5 {
  position: relative;
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-23.jpg");
  font-size: 0;
}
.dahui-page-s5 .dahui-tit h3:before {
  background-image: url("../images/page/icon-1-1.png");
}
.dahui-page-s5 .dahui-tit h3 span {
  color: #fff;
}
.dahui-page-s5 .tip-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 3vw;
  padding: 0 2.5vw;
}
.dahui-page-s5 .tip-box .line {
  margin-top: 2vw;
  overflow: hidden;
}
.dahui-page-s5 .tip-box .line .box {
  margin-top: 15px;
  text-align: right;
}
.dahui-page-s5 .tip-box .line .box span {
  display: inline-block;
  height: 4px;
  background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0.2));
}
.dahui-page-s5 .tip-box .line .box:nth-of-type(1) {
  margin-top: 0;
}
.dahui-page-s5 .tip-box .line .box:nth-of-type(1) span {
  width: 64%;
  margin-right: 45px;
}
.dahui-page-s5 .tip-box .line .box:nth-of-type(2) {
  opacity: .8;
}
.dahui-page-s5 .tip-box .line .box:nth-of-type(2) span {
  width: 37%;
  margin-right: 30px;
}
.dahui-page-s5 .tip-box .line .box:nth-of-type(3) {
  opacity: .6;
}
.dahui-page-s5 .tip-box .line .box:nth-of-type(3) span {
  width: 19%;
  margin-right: 15px;
}
.dahui-page-s5 .tip-box .line .box:nth-of-type(4) {
  opacity: .4;
}
.dahui-page-s5 .tip-box .line .box:nth-of-type(4) span {
  width: 10%;
}
.dahui-page-s5 .tip-box h3 {
  font-size: 36px;
  color: #fff;
  margin-top: -10px;
  text-align: right;
}
.dahui-page-s5 .main {
  margin-top: 4vw;
  display: flex;
}
.dahui-page-s5 .left-box {
  width: calc(100% - 320px);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.dahui-page-s5 .left-box h3 {
  padding: 0 35px;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  background-image: linear-gradient(90deg, #e70000, #d10a81);
}
.dahui-page-s5 .left-box .iframe {
  height: calc(100% - 46px);
  position: relative;
}
.dahui-page-s5 .left-box iframe {
  width: 100%;
  height: 100%;
}
.dahui-page-s5 .left-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  line-height: 50px;
  background-color: #1762f7;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: -25px 0 0 -90px;
  transition: all .3s ease;
}
.dahui-page-s5 .left-box a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.dahui-page-s5 .right-box {
  width: 300px;
  margin-left: 20px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.dahui-page-s5 .right-box h3 {
  padding: 0 35px;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  background-color: #d30976;
}
.dahui-page-s5 .right-box .items {
  background-color: #fff;
  padding: 30px 35px 65px;
  position: relative;
}
.dahui-page-s5 .right-box .items:before {
  content: '';
  width: 1px;
  background-color: #e7effe;
  position: absolute;
  top: 15px;
  left: 38px;
  bottom: 50px;
}
.dahui-page-s5 .right-box .scroll {
  height: 100%;
  overflow: auto;
  padding-right: 15px;
  height: 460px;
}
.dahui-page-s5 .right-box .item {
  margin-top: 30px;
  padding-left: 20px;
  position: relative;
}
.dahui-page-s5 .right-box .item:nth-of-type(1) {
  margin-top: 0;
}
.dahui-page-s5 .right-box .item:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.dahui-page-s5 .right-box .item p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.dahui-page-s6 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-13.jpg");
  font-size: 0;
}
.dahui-page-s6 .cont {
  margin: 5vw -7.5vw 0;
  padding: 0 7.5vw;
  position: relative;
}
.dahui-page-s6 .item {
  position: relative;
  width: calc((100% - 105px) / 4);
  margin-right: 35px;
}
.dahui-page-s6 .item .img-box {
  overflow: hidden;
}
.dahui-page-s6 .item img {
  display: block;
  width: 100%;
}
.dahui-page-s6 .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/page/img-15.png");
  background-size: 100% 100%;
}
.dahui-page-s6 .item h3 {
  font-size: 26px;
  color: #fff;
}
.dahui-page-s6 .item p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
}
.dahui-page-s6 .button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/prev-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .dahui-page-s6 .button:hover {
    background-image: url("../images/page/prev-2.png");
  }
}
.dahui-page-s6 .button-prev {
  left: 0;
}
.dahui-page-s6 .button-next {
  right: 0;
  transform: rotateY(180deg);
}
.dahui-page-s6 .pagination {
  margin-top: 4vw;
  text-align: center;
}
.dahui-page-s6 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-3-1.png");
  cursor: pointer;
  margin: 0 12px;
  transition: all .3s ease;
}
.dahui-page-s6 .pagination span.active {
  background-image: url("../images/page/icon-3-2.png");
}

.dahui-page-s7 {
  padding: 6vw 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/page/img-24.jpg");
  font-size: 0;
}
.dahui-page-s7 .tab-tit {
  margin: 4vw 0 3vw;
  text-align: center;
  position: sticky;
  top: 82px;
  z-index: 5;
}
.dahui-page-s7 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -50px;
  cursor: pointer;
}
.dahui-page-s7 .tab-tit .item:before, .dahui-page-s7 .tab-tit .item:after {
  content: '';
  position: absolute;
  border-radius: 25px;
}
.dahui-page-s7 .tab-tit .item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.dahui-page-s7 .tab-tit .item:after {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  z-index: 2;
  transition: all .3s ease;
}
.dahui-page-s7 .tab-tit .item span {
  display: block;
  width: 180px;
  line-height: 50px;
  font-size: 14px;
  color: #222222;
  text-indent: 40px;
  text-align: center;
  position: relative;
  z-index: 3;
  transition: all .3s ease;
}
.dahui-page-s7 .tab-tit .item:nth-of-type(1) {
  margin-left: 0;
  z-index: 6;
}
.dahui-page-s7 .tab-tit .item:nth-of-type(1):before {
  background-image: linear-gradient(90deg, #1c60f4, #6942cd);
}
.dahui-page-s7 .tab-tit .item:nth-of-type(1) span {
  text-indent: 0;
}
.dahui-page-s7 .tab-tit .item:nth-of-type(2) {
  z-index: 5;
}
.dahui-page-s7 .tab-tit .item:nth-of-type(2):before {
  background-image: linear-gradient(90deg, #6942cd, #9b23ac);
}
.dahui-page-s7 .tab-tit .item:nth-of-type(3) {
  z-index: 4;
}
.dahui-page-s7 .tab-tit .item:nth-of-type(3):before {
  background-image: linear-gradient(90deg, #9b23ac, #c5108e);
}
.dahui-page-s7 .tab-tit .item:nth-of-type(4) {
  z-index: 3;
}
.dahui-page-s7 .tab-tit .item:nth-of-type(4):before {
  background-image: linear-gradient(90deg, #c5108e, #e00366);
}
.dahui-page-s7 .tab-tit .item:nth-of-type(5) {
  z-index: 2;
}
.dahui-page-s7 .tab-tit .item:nth-of-type(5):before {
  background-image: linear-gradient(90deg, #e00366, #e70030);
}
.dahui-page-s7 .tab-tit .item:nth-of-type(6) {
  z-index: 1;
}
.dahui-page-s7 .tab-tit .item:nth-of-type(6):before {
  background-image: linear-gradient(90deg, #e70030, #e60006);
}
.dahui-page-s7 .tab-tit .item.active:after {
  opacity: 0;
}
.dahui-page-s7 .tab-tit .item.active span {
  color: #fff;
}
.dahui-page-s7 .tab-cont {
  margin-top: 3vw;
}
.dahui-page-s7 .block {
  margin-top: 2.5vw;
}
.dahui-page-s7 .block:nth-of-type(1) {
  margin-top: 0;
}
.dahui-page-s7 .block h3 {
  font-size: 24px;
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #1e5ef3, #e60009);
  font-style: italic;
  padding-right: 20px;
}
.dahui-page-s7 .boxes {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.dahui-page-s7 .boxes:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(90deg, #1e5ef3, #e60009);
  opacity: .1;
}
.dahui-page-s7 .box {
  margin-top: 3vw;
  position: relative;
}
.dahui-page-s7 .box:nth-of-type(1) {
  margin-top: 0;
}
.dahui-page-s7 .box:before {
  content: '';
  width: 1px;
  position: absolute;
  top: 15px;
  left: 3px;
  bottom: 0;
  background-color: #cad7f4;
}
.dahui-page-s7 .box h4 {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.dahui-page-s7 .box h4:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #1c60f4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.dahui-page-s7 .box .items {
  display: flex;
  flex-wrap: wrap;
}
.dahui-page-s7 .box .item {
  width: calc(25% - 30px);
  margin: 30px 0 0 30px;
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.dahui-page-s7 .box .item .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
  height: 52px;
  overflow: hidden;
}
.dahui-page-s7 .box .item .tip {
  margin-top: 15px;
  overflow: hidden;
}
.dahui-page-s7 .box .item .tip span {
  font-size: 14px;
}
.dahui-page-s7 .box .item .tip span:nth-of-type(1) {
  color: #999999;
  float: left;
  width: calc(100% - 100px);
}
.dahui-page-s7 .box .item .tip span:nth-of-type(2) {
  color: #5c76b0;
  float: right;
}
.dahui-page-s7 .box .item .tip span:nth-of-type(2):before {
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.dahui-page-s8 {
  padding: 6vw 0;
  background-color: #fff;
  font-size: 0;
}
.dahui-page-s8 .items {
  margin-top: 5vw;
}
.dahui-page-s8 .item {
  display: inline-block;
  vertical-align: top;
  width: 5.2vw;
  height: 600px;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.dahui-page-s8 .item .show {
  width: 5.2vw;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transition: all .3s ease;
  cursor: pointer;
}
.dahui-page-s8 .item .show span {
  font-size: 36px;
  color: #fff;
  font-family: 'DIN-Bold';
  position: absolute;
  text-align: center;
  top: 8vw;
  left: 0;
  right: 0;
}
.dahui-page-s8 .item .show h3 {
  width: 44px;
  position: absolute;
  top: 13vw;
  left: 50%;
  margin-left: -22px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.dahui-page-s8 .item .hide {
  position: absolute;
  width: 55vw;
  top: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw 4vw;
  z-index: 1;
}
.dahui-page-s8 .item .hide span {
  font-size: 150px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  font-family: 'DIN-Bold';
  position: absolute;
  left: 30px;
  top: 10px;
}
.dahui-page-s8 .item .hide .box {
  position: relative;
  z-index: 2;
}
.dahui-page-s8 .item .hide h4 {
  font-size: 24px;
  color: #fff;
}
.dahui-page-s8 .item .hide h3 {
  font-size: 48px;
  line-height: 1.25;
  color: #fff;
  overflow: hidden;
  margin: 1.5vw 0;
}
.dahui-page-s8 .item .hide p {
  font-size: 16px;
  color: #fff;
}
.dahui-page-s8 .item .hide a {
  display: block;
  width: 180px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 16px;
  color: #222;
  text-align: center;
  margin-top: 4vw;
  transition: all .3s ease;
}
.dahui-page-s8 .item .hide a:hover {
  transform: translateY(-5px);
}
.dahui-page-s8 .item:nth-of-type(1) .show {
  background-image: url("../images/page/img-18-1.jpg");
}
.dahui-page-s8 .item:nth-of-type(1) .hide {
  background-image: url("../images/page/img-18-2.jpg");
}
.dahui-page-s8 .item:nth-of-type(2) .show {
  background-image: url("../images/page/img-19-1.jpg");
}
.dahui-page-s8 .item:nth-of-type(2) .hide {
  background-image: url("../images/page/img-19-2.jpg");
}
.dahui-page-s8 .item:nth-of-type(3) .show {
  background-image: url("../images/page/img-20-1.jpg");
}
.dahui-page-s8 .item:nth-of-type(3) .hide {
  background-image: url("../images/page/img-20-2.jpg");
}
.dahui-page-s8 .item:nth-of-type(4) .show {
  background-image: url("../images/page/img-21-1.jpg");
}
.dahui-page-s8 .item:nth-of-type(4) .hide {
  background-image: url("../images/page/img-21-2.jpg");
}
.dahui-page-s8 .item:nth-of-type(5) .show {
  background-image: url("../images/page/img-22-1.jpg");
}
.dahui-page-s8 .item:nth-of-type(5) .hide {
  background-image: url("../images/page/img-22-2.jpg");
}
.dahui-page-s8 .item.active {
  width: calc(100% - 21vw);
}
.dahui-page-s8 .item.active .show {
  opacity: 0;
  visibility: hidden;
}

.dahui-page-s9 {
  padding: 6vw 0;
  background-color: #f5f5f5;
  font-size: 0;
}
.dahui-page-s9 .cont{
  margin: 0 -7.5vw;
  padding: 0 7.5vw;
  position: relative;

}
.dahui-page-s9 .items {
  margin: 0 -20px;
  padding: 5vw 20px 3vw;
}
.dahui-page-s9 .item {
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  transition: transform .3s ease, box-shadow .3s ease;
  overflow: hidden;
}
.dahui-page-s9 .item .img-box {
  overflow: hidden;
  position: relative;
}
.dahui-page-s9 .item .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-17.png");
  z-index: 2;
  opacity: 0;
  transition: all .3s ease;
}
.dahui-page-s9 .item img {
  display: block;
  width: 100%;
}
.dahui-page-s9 .item span {
  width: 116px;
  height: 116px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-4.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: all .3s ease;
}
.dahui-page-s9 .item .txt-box {
  padding: 30px;
}
.dahui-page-s9 .item .txt-box:before {
  content: '';
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-5.png");
  display: block;
}
.dahui-page-s9 .item h3 {
  font-size: 24px;
  line-height: 28px;
  color: #222;
  font-style: italic;
  height: 56px;
  overflow: hidden;
  margin-top: 10px;
}
.dahui-page-s9 .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.dahui-page-s9 .item:hover .img-box:after {
  opacity: 1;
}
.dahui-page-s9 .item:hover span {
  opacity: 1;
}
.dahui-page-s9 .button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/prev-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .dahui-page-s9 .button:hover {
    background-image: url("../images/page/prev-2.png");
  }
}
.dahui-page-s9 .button-prev {
  left: 0;
}
.dahui-page-s9 .button-next {
  right: 0;
  transform: rotateY(180deg);
}
.dahui-page-s9 .pagination {
  text-align: center;
}
.dahui-page-s9 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-3-1.png");
  cursor: pointer;
  margin: 0 12px;
  transition: all .3s ease;
}
.dahui-page-s9 .pagination span.active {
  background-image: url("../images/page/icon-3-2.png");
}

.dahui-page-s10 {
  padding: 6vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-25.jpg");
  background-attachment: fixed;
}
.dahui-page-s10 .tit {
  text-align: center;
}
.dahui-page-s10 .tit h3 {
  font-size: 48px;
  color: #fff;
}
.dahui-page-s10 .tit h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
}
.dahui-page-s10 .tab-tit {
  margin-top: 3vw;
  text-align: center;
}
.dahui-page-s10 .tab-tit .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -50px;
  cursor: pointer;
}
.dahui-page-s10 .tab-tit .item:before, .dahui-page-s10 .tab-tit .item:after {
  content: '';
  position: absolute;
  border-radius: 25px;
}
.dahui-page-s10 .tab-tit .item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 3px solid #fff;
  background-image: linear-gradient(90deg, #9b23ac, #c5108e);
  background-color: transparent;
  z-index: 1;
}
.dahui-page-s10 .tab-tit .item:after {
  top: 3px;
  left: 2px;
  right: 2px;
  bottom: 3px;
  background-color: #fff;
  opacity: 0;
  z-index: 2;
  transition: all .3s ease;
}
.dahui-page-s10 .tab-tit .item span {
  display: block;
  width: 180px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  text-indent: -40px;
  text-align: center;
  position: relative;
  z-index: 3;
  transition: all .3s ease;
}
.dahui-page-s10 .tab-tit .item:nth-of-type(1) {
  margin-left: 0;
  z-index: 1;
}
.dahui-page-s10 .tab-tit .item:nth-of-type(2) {
  z-index: 2;
}
.dahui-page-s10 .tab-tit .item:nth-of-type(3) {
  z-index: 3;
}
.dahui-page-s10 .tab-tit .item:last-of-type span {
  text-indent: 0;
}
.dahui-page-s10 .tab-tit .item.active:after {
  opacity: 0;
}
.dahui-page-s10 .tab-tit .item.active span {
  color: #fff;
}
.dahui-page-s10 .tab-cont {
  margin: 0 -7.5vw;
}
.dahui-page-s10 .tab-cont .child {
  height: 0;
  overflow: hidden;
}
.dahui-page-s10 .tab-cont .child.active {
  height: auto;
}
.dahui-page-s10 .tab-cont .box {
  padding: 0 7.5vw;
  position: relative;
}
.dahui-page-s10 .items-1 {
  padding: 2.5vw 0;
}
.dahui-page-s10 .items-1 .pd {
  background-color: #fff;
  border-radius: 20px;
}
.dahui-page-s10 .items-1 .item {
  position: relative;
  padding: 0 0 2vw;
}
.dahui-page-s10 .items-1 .item .year {
  font-size: 22vw;
  line-height: 1;
  font-family: 'DIN-Bold';
  text-align: center;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #2064f5, #e70614);
  opacity: .06;
}
.dahui-page-s10 .items-1 .item .logo-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.dahui-page-s10 .items-1 .item .logo-box img {
  display: inline-block;
  vertical-align: middle;
  margin: 1.5vw 2vw;
  max-width: 377px;
  max-height: 73px;
}
.dahui-page-s10 .items-2 {
  padding: 2.5vw 0;
}
.dahui-page-s10 .items-2 .item {
  width: calc(50% - 30px);
}
.dahui-page-s10 .items-2 .item .img-box {
  border-radius: 20px;
  border: 3px solid #fff;
  overflow: hidden;
}
.dahui-page-s10 .items-2 .item .img-box img {
  display: block;
  width: 100%;
}
.dahui-page-s10 .items-3 {
  padding: 4.5vw 0;
}
.dahui-page-s10 .items-3 .item {
  width: calc(50% - 20px);
  height: auto;
  position: relative;
  padding-top: 30px;
}
.dahui-page-s10 .items-3 .item .img-box {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 6vw;
  top: 0;
}
.dahui-page-s10 .items-3 .item .img-box img {
  display: block;
  width: 100%;
}
.dahui-page-s10 .items-3 .item .txt-box {
  height: 100%;
  padding: 80px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/page/img-28.jpg");
  border-radius: 10px;
}
.dahui-page-s10 .items-3 .item .txt {
  position: relative;
}
.dahui-page-s10 .items-3 .item .txt:before, .dahui-page-s10 .items-3 .item .txt:after {
  content: '';
  width: 60px;
  height: 41px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.dahui-page-s10 .items-3 .item .txt:before {
  background-image: url("../images/page/icon-7-1.png");
  left: -40px;
  top: 0;
}
.dahui-page-s10 .items-3 .item .txt:after {
  background-image: url("../images/page/icon-7-2.png");
  right: 0;
  bottom: -40px;
}
.dahui-page-s10 .items-3 .item h3, .dahui-page-s10 .items-3 .item p {
  position: relative;
  z-index: 2;
}
.dahui-page-s10 .items-3 .item h3 {
  display: inline-block;
  font-size: 32px;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #2064f5, #e70614);
}
.dahui-page-s10 .items-3 .item p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
}
.dahui-page-s10 .button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/prev-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .dahui-page-s10 .button:hover {
    background-image: url("../images/page/prev-2.png");
  }
}
.dahui-page-s10 .button-prev {
  left: 0;
}
.dahui-page-s10 .button-next {
  right: 0;
  transform: rotateY(180deg);
}
.dahui-page-s10 .pagination {
  margin-top: 20px;
  text-align: center;
  display: none;
}
.dahui-page-s10 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/page/icon-3-3.png");
  cursor: pointer;
  margin: 0 2px;
  transition: all .3s ease;
}
.dahui-page-s10 .pagination span.active {
  background-image: url("../images/page/icon-3-2.png");
}
.dahui-page-s10 a.btn {
  display: block;
  width: 210px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto;
  transition: all .3s ease;
}
.dahui-page-s10 a.btn:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1600px) {
  .dahui-page-s1 .txt {
    padding: 8vw 0;
  }

  .dahui-page-s1 .ani {
    width: 64vw;
    height: 64vw;
  }

  .dahui-page-s1 .txt h3 {
    font-size: 24px;
    margin: 25px 0;
  }

  .dahui-page-s1 .txt .addr,
  .dahui-page-s1 .txt .info span {
    font-size: 18px;
  }

  .dahui-page-s1 .txt .info {
    margin-top: 25px;
  }

  .dahui-page-s1 .txt .btn a span {
    width: 160px;
    line-height: 46px;
    font-size: 15px;
  }

  .dahui-page .dahui-tit h3 span {
    font-size: 40px;
  }

  .dahui-page .dahui-tit h3:before {
    width: 100px;
    height: 100px;
  }

  .dahui-page-s2 .tab-tit .item span {
    width: 160px;
    line-height: 46px;
    font-size: 14px;
  }

  .dahui-page-s2 .top-box .txt-box {
    padding: 40px 40px 30px;
  }

  .dahui-page-s2 .top-box h3 {
    font-size: 20px;
  }

  .dahui-page-s2 .top-box p {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    margin-top: 15px;
  }

  .dahui-page-s2 .top-box .tip {
    margin-top: 40px;
    font-size: 15px;
  }

  .dahui-page-s2 .top-box a {
    width: 100px;
    line-height: 28px;
    top: 40px;
  }

  .dahui-page-s2 .bot-box .item .show {
    padding: 30px;
  }

  .dahui-page-s2 .bot-box .item h3 {
    font-size: 20px;
  }

  .dahui-page-s2 .bot-box .item p {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
  }

  .dahui-page-s2 .bot-box .item a {
    width: 100px;
    line-height: 28px;
  }

  .dahui-page-s2 .bot-box .item .show span {
    margin-top: 30px;
  }

  .dahui-page-s3 .b-tab-tit .item .cell_box h3 {
    font-size: 20px;
  }

  .dahui-page-s3 .b-tab-tit .item .cell_box p {
    font-size: 15px;
    margin-top: 15px;
  }

  .dahui-page-s3 .s-tab-tit span {
    font-size: 18px;
  }

  .dahui-page-s3 .s-tab-cont h3 {
    font-size: 26px;
  }

  .dahui-page-s3 .s-tab-cont p {
    font-size: 15px;
    line-height: 28px;
    height: 84px;
    margin-top: 25px;
  }

  .dahui-page-s3 .s-tab-cont .info a span {
    width: 160px;
    line-height: 46px;
    font-size: 15px;
  }

  .dahui-page-s4 .info {
    font-size: 26px;
  }

  .dahui-page-s4 .para {
    font-size: 15px;
    line-height: 28px;
  }

  .dahui-page-s4 .tip,
  .dahui-page-s5 .tip-box h3 {
    font-size: 30px;
  }

  .dahui-page-s5 .left-box a {
    width: 160px;
    line-height: 46px;
    font-size: 15px;
    margin: -23px 0 0 -80px;
  }

  .dahui-page-s5 .right-box .scroll {
    height: 420px;
  }

  .dahui-page-s6 .item h3 {
    font-size: 22px;
  }

  .dahui-page-s7 .tab-tit .item span {
    width: 160px;
    line-height: 46px;
  }

  .dahui-page-s7 .block h3 {
    font-size: 20px;
  }

  .dahui-page-s7 .box h4 {
    font-size: 16px;
    padding-left: 20px;
  }

  .dahui-page-s7 .box .item {
    padding: 20px;
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }

  .dahui-page-s7 .box .item .title {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
  }

  .dahui-page-s7 .box .item .tip {
    margin-top: 10px;
  }

  .dahui-page-s8 .item {
    height: 500px;
  }

  .dahui-page-s8 .item .show span {
    font-size: 30px;
  }

  .dahui-page-s8 .item .show h3 {
    font-size: 20px;
    width: 36px;
    margin-left: -18px;
  }

  .dahui-page-s8 .item .hide span {
    font-size: 120px;
  }

  .dahui-page-s8 .item .hide h4 {
    font-size: 20px;
  }

  .dahui-page-s8 .item .hide h3 {
    font-size: 36px;
  }

  .dahui-page-s8 .item .hide p {
    font-size: 15px;
  }

  .dahui-page-s8 .item .hide a {
    width: 160px;
    line-height: 46px;
    font-size: 15px;
  }

  .dahui-page-s9 .item h3 {
    font-size: 20px;
  }

  .dahui-page-s10 .tit h3 {
    font-size: 40px;
  }

  .dahui-page-s10 .tit h4 {
    font-size: 20px;
  }

  .dahui-page-s10 .tab-tit .item span {
    line-height: 46px;
  }

  .dahui-page-s10 .items-1 .item .logo-box img {
    max-width: 320px;
    max-height: 50px;
  }

  .dahui-page-s10 .items-3 .item h3 {
    font-size: 26px;
  }

  .dahui-page-s10 a.btn {
    width: 180px;
    line-height: 46px;
    font-size: 15px;
  }

  .dahui-page-s10 .items-3 .item .img-box {
    width: 140px;
    height: 140px;
  }

  .dahui-page-s10 .items-3 .item .txt-box {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 1500px) {
  .dahui-page {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .dahui-page-s1 .txt h3 {
    font-size: 20px;
    margin: 20px 0;
  }

  .dahui-page-s1 .txt .addr, .dahui-page-s1 .txt .info span {
    font-size: 16px;
  }

  .dahui-page-s1 .txt .info {
    margin-top: 20px;
  }

  .dahui-page-s1 .txt .btn {
    margin-top: 40px;
  }

  .dahui-page-s1 .txt .btn a span {
    font-size: 14px;
    line-height: 44px;
    width: 140px;
  }

  .dahui-page-s1 .txt {
    padding: 6vw 0;
  }

  .dahui-page-s2 .top-box .txt-box {
    padding: 30px;
  }

  .dahui-page-s2 .top-box h3 {
    font-size: 18px;
  }

  .dahui-page-s2 .top-box p {
    font-size: 14px;
    margin-top: 10px;
  }

  .dahui-page-s2 .top-box .tip {
    font-size: 14px;
    margin-top: 20px;
  }

  .dahui-page-s2 .top-box a {
    top: 30px;
  }

  .dahui-page-s2 .bot-box .item .show:before {
    width: 6px;
  }

  .dahui-page-s2 .bot-box .item .show {
    padding: 24px;
  }

  .dahui-page-s2 .bot-box .item h3 {
    font-size: 18px;
  }

  .dahui-page-s2 .bot-box .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .dahui-page-s2 .bot-box .item .show span {
    margin-top: 20px;
  }

  .dahui-page-s2 .bot-box .item .hide h3 {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .dahui-page-s2 .bot-box .item .hide a {
    right: 24px;
  }

  .dahui-page .dahui-tit h3 span {
    font-size: 30px;
  }

  .dahui-page .dahui-tit h3:before {
    width: 80px;
    height: 80px;
  }

  .dahui-page-s3 .s-tab-tit span {
    font-size: 16px;
  }

  .dahui-page-s3 .s-tab-cont h3 {
    font-size: 20px;
  }

  .dahui-page-s3 .s-tab-cont p {
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    margin-top: 20px;
  }

  .dahui-page-s3 .b-tab-tit .item .cell_box h3 {
    font-size: 18px;
  }

  .dahui-page-s3 .b-tab-tit .item .cell_box p {
    font-size: 14px;
    margin-top: 10px;
  }

  .dahui-page-s3 .s-tab-cont .info a span {
    width: 140px;
    line-height: 44px;
    font-size: 14px;
  }

  .dahui-page-s3 .s-tab-cont .info img {
    max-width: 160px;
    max-height: 40px;
  }

  .dahui-page-s4 .info {
    font-size: 20px;
  }

  .dahui-page-s4 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .dahui-page-s4 .tip, .dahui-page-s5 .tip-box h3 {
    font-size: 24px;
  }

  .dahui-page-s5 .right-box .scroll {
    height: 360px;
  }

  .dahui-page-s5 .right-box .items {
    padding: 30px;
  }

  .dahui-page-s5 .right-box .items:before {
    left: 33px;
    bottom: 30px;
  }

  .dahui-page-s5 .right-box .item {
    margin-top: 20px;
  }

  .dahui-page-s5 .left-box a {
    width: 140px;
    line-height: 44px;
    font-size: 14px;
    margin: -22px 0 0 -70px;
  }

  .dahui-page-s6 .item h3 {
    font-size: 20px;
  }

  .dahui-page-s6 .item .txt-box {
    padding: 20px;
  }

  .dahui-page-s7 .tab-tit {
    top: 70px;
  }

  .dahui-page-s7 .block h3 {
    font-size: 18px;
  }

  .dahui-page-s7 .box h4 {
    font-size: 15px;
  }

  .dahui-page-s8 .item {
    height: 420px;
  }

  .dahui-page-s8 .item .show span {
    font-size: 24px;
  }

  .dahui-page-s8 .item .show h3 {
    font-size: 18px;
    width: 32px;
    margin-left: -16px;
  }

  .dahui-page-s8 .item .hide span {
    font-size: 100px;
  }

  .dahui-page-s8 .item .hide h4 {
    font-size: 18px;
  }

  .dahui-page-s8 .item .hide h3 {
    font-size: 30px;
  }

  .dahui-page-s8 .item .hide p {
    font-size: 14px;
  }

  .dahui-page-s8 .item .hide a {
    width: 140px;
    line-height: 44px;
    font-size: 14px;
  }

  .dahui-page-s9 .item .txt-box {
    padding: 24px;
  }

  .dahui-page-s9 .item h3 {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }

  .dahui-page-s10 .tit h3 {
    font-size: 30px;
  }

  .dahui-page-s10 .tit h4 {
    font-size: 18px;
  }

  .dahui-page-s10 .items-1 .item .logo-box img {
    max-width: 260px;
    max-height: 40px;
  }

  .dahui-page-s10 .items-3 .item h3 {
    font-size: 20px;
  }

  .dahui-page-s10 .items-3 .item .img-box {
    width: 120px;
    height: 120px;
  }

  .dahui-page-s10 .items-3 .item .txt:before, .dahui-page-s10 .items-3 .item .txt:after {
    width: 40px;
    height: 40px;
  }

  .dahui-page-s10 .items-3 .item .txt-box {
    padding: 60px 40px;
  }

  .dahui-page-s10 a.btn {
    width: 160px;
    line-height: 44px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .dahui-page .scroll-wrap {
    min-width: auto;
  }

  .dahui-page {
    padding-top: 50px;
  }

  .wrapper {
    width: 90%;
  }

  .dahui-page-s1 .txt {
    padding: 40px 0;
  }

  .dahui-page-s1 .ani {
    display: none;
  }

  .dahui-page-s1 .txt h3 {
    font-size: 18px;
    margin: 15px 0;
  }

  .dahui-page-s1 .txt .addr, .dahui-page-s1 .txt .info span {
    font-size: 14px;
  }

  .dahui-page-s1 .txt .info {
    margin-top: 15px;
  }

  .dahui-page-s1 .txt .info p {
    margin-top: 10px;
  }

  .dahui-page-s1 .txt .btn {
    margin-top: 20px;
  }

  .dahui-page-s1 .txt .btn a span {
    width: 120px;
    line-height: 36px;
  }

  .dahui-page-s2 {
    padding: 40px 0;
  }

  .dahui-page .dahui-tit h3 span {
    font-size: 20px;
  }

  .dahui-page .dahui-tit h3:before {
    width: 50px;
    height: 50px;
  }

  .dahui-page-s2 .tab-tit {
    margin: 20px 0;
  }

  .dahui-page-s2 .tab-tit .item span {
    width: 120px;
    line-height: 36px;
  }

  .dahui-page-s2 .tab-tit .item {
    margin-left: -30px;
  }

  .dahui-page-s2 .tab-tit .item:nth-of-type(2) span {
    text-indent: 30px;
  }

  .dahui-page-s2 .tab-tit .item:nth-of-type(1) span {
    text-indent: -30px;
  }

  .dahui-page-s2 .tab-cont {
    margin: 0;
  }

  .dahui-page-s2 .tab-cont .box {
    padding: 0;
  }

  .dahui-page-s2 .top-box .img-box {
    position: static;
    width: 100%;
  }

  .dahui-page-s2 .top-box .txt-box {
    width: 100%;
    padding: 20px;
    margin-left: 0;
  }

  .dahui-page-s2 .top-box h3 {
    font-size: 16px;
  }

  .dahui-page-s2 .top-box .tip {
    margin-top: 15px;
  }

  .dahui-page-s2 .top-box a {
    position: static;
    display: block;
    margin-top: 15px;
  }

  .dahui-page-s2 .bot-box {
    margin-top: 20px;
  }

  .dahui-page-s2 .bot-box .item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .dahui-page-s2 .bot-box .item .show {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  }

  .dahui-page-s2 .bot-box .item .show a {
    margin-top: 15px;
  }

  .dahui-page-s2 .bot-box .item h3 {
    font-size: 16px;
  }

  .dahui-page-s2 .bot-box .item p {
    display: none;
  }

  .dahui-page-s2 .bot-box .item:hover .hide {
    display: none;
  }

  .dahui-page-s2 .pagination {
    display: block;
  }

  .dahui-page-s2 .button {
    display: none;
  }

  .dahui-page-s2 .bot-box .item:nth-of-type(1) {
    margin-top: 0;
  }

  .dahui-page-s3 {
    padding: 40px 0;
  }

  .dahui-page-s3 .cont {
    margin-top: 20px;
    padding-left: 0;
  }

  .dahui-page-s3 .b-tab-tit .item {
    display: inline-block;
    vertical-align: top;
    height: 90px;
    width: 33.33%;
    padding: 0 10px;
  }

  .dahui-page-s3 .b-tab-tit {
    position: static;
    width: 100%;
  }

  .dahui-page-s3 .b-tab-tit .item .cell_box h3 {
    font-size: 16px;
  }

  .dahui-page-s3 .b-tab-tit .item .cell_box p {
    font-size: 12px;
  }

  .dahui-page-s3 .b-tab-tit .item .cell_box:after {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -5px;
    border-top: 5px solid #4d48d9;
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  .dahui-page-s3 .b-tab-cont {
    padding: 20px;
  }

  .dahui-page-s3 .s-tab-tit span {
    margin-left: 15px;
  }

  .dahui-page-s3 .s-tab-cont {
    margin-top: 20px;
  }

  .dahui-page-s3 .s-tab-cont h3 {
    font-size: 16px;
  }

  .dahui-page-s3 .s-tab-cont p {
    margin-top: 10px;
  }

  .dahui-page-s3 .s-tab-cont .info {
    margin-top: 10px;
  }

  .dahui-page-s3 .s-tab-cont .info a span {
    width: 120px;
    line-height: 36px;
  }

  .dahui-page-s3 .s-tab-cont .info img {
    max-width: 120px;
    margin-right: 20px;
  }

  .dahui-page-s4 {
    padding: 40px 0;
  }

  .dahui-page-s4 .info {
    font-size: 16px;
    margin-top: 20px;
  }

  .dahui-page-s4 .para {
    margin-top: 20px;
  }

  .dahui-page-s4 .tip, .dahui-page-s5 .tip-box h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  .dahui-page-s4 .line {
    margin-top: 20px;
  }

  .dahui-page-s4 .line .box {
    margin-top: 5px;
  }

  .dahui-page-s4 .line .box span {
    height: 2px;
  }

  .dahui-page-s4 .dahui-tit {
    text-align: center;
  }

  .dahui-page-s5 {
    padding: 40px 0;
  }

  .dahui-page-s5 .tip-box {
    display: none;
  }

  .dahui-page-s5 .dahui-tit {
    text-align: center;
  }

  .dahui-page-s5 .main {
    margin-top: 20px;
    display: block;
  }

  .dahui-page-s5 .left-box {
    width: 100%;
    border-radius: 10px;
  }

  .dahui-page-s5 .left-box h3,
  .dahui-page-s5 .right-box h3 {
    padding: 0 20px;
    line-height: 40px;
  }

  .dahui-page-s5 .left-box a {
    width: 120px;
    line-height: 36px;
    margin: -18px 0 0 -60px;
  }

  .dahui-page-s5 .left-box .iframe {
    height: 150px;
  }

  .dahui-page-s5 .right-box {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    border-radius: 10px;
  }

  .dahui-page-s5 .right-box .scroll {
    height: auto;
  }

  .dahui-page-s5 .right-box .item {
    margin-top: 15px;
  }

  .dahui-page-s6 {
    padding: 40px 0;
  }

  .dahui-page-s6 .cont {
    margin: 20px 0 0;
    padding: 0;
  }

  .dahui-page-s6 .button,
  .dahui-page-s9 .button {
    display: none;
  }

  .dahui-page-s6 .pagination span,
  .dahui-page-s9 .pagination span {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }

  .dahui-page-s6 .pagination {
    margin-top: 20px;
  }

  .dahui-page-s6 .item .txt-box {
    padding: 30px 15px 15px;
  }

  .dahui-page-s6 .item h3 {
    font-size: 16px;
  }

  .dahui-page-s6 .item p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    height: auto;
    margin-top: 5px;
  }

  .dahui-page-s7 {
    padding: 40px 0;
  }

  .dahui-page-s7 .tab-tit {
    margin: 20px 0;
    padding: 0 2px;
    top: 60px;
  }

  .dahui-page-s7 .tab-tit .item {
    margin-left: 0;
  }

  .dahui-page-s7 .tab-tit .item span {
    text-indent: 0;
    width: 100%;
    line-height: 36px;
  }

  .dahui-page-s7 .block h3 {
    font-size: 16px;
  }

  .dahui-page-s7 .tab-cont {
    margin-top: 0;
  }

  .dahui-page-s7 .box {
    margin-top: 15px;
  }

  .dahui-page-s7 .box h4 {
    font-size: 14px;
  }

  .dahui-page-s7 .box .item {
    width: calc(100% - 20px);
  }

  .dahui-page-s8 {
    padding: 40px 0;
  }

  .dahui-page-s8 .items {
    margin-top: 20px;
  }

  .dahui-page-s8 .item {
    width: 100% !important;
    height: auto;
  }

  .dahui-page-s8 .item .show {
    position: static;
    width: 100%;
    padding: 10px 20px;
  }

  .dahui-page-s8 .item.active .show {
    opacity: 1;
    visibility: visible;
  }

  .dahui-page-s8 .item .show span {
    position: static;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
  }

  .dahui-page-s8 .item .show h3 {
    position: static;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 16px;
  }

  .dahui-page-s8 .item .hide {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    display: none;
  }

  .dahui-page-s8 .item.active .hide {
    display: block;
  }

  .dahui-page-s8 .item .hide span {
    top: 20px;
    left: 20px;
    display: none;
  }

  .dahui-page-s8 .item .hide h4 {
    display: none;
  }

  .dahui-page-s8 .item .hide h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .dahui-page-s8 .item .hide a {
    margin-top: 20px;
    width: 120px;
    line-height: 36px;
  }

  .dahui-page-s9 {
    padding: 40px 0;
  }

  .dahui-page-s9 .cont{
    padding: 0;
    margin: 20px 0;
  }

  .dahui-page-s9 .items {
    margin: 0;
    padding: 0;
  }

  .dahui-page-s9 .item {
    border-radius: 15px 0 15px 0;
  }

  .dahui-page-s9 .item .txt-box {
    padding: 15px;
  }

  .dahui-page-s9 .item .txt-box:before {
    width: 15px;
    height: 15px;
  }

  .dahui-page-s9 .item h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .dahui-page-s10 {
    padding: 40px 0;
  }

  .dahui-page-s10 .tit h3 {
    font-size: 20px;
  }

  .dahui-page-s10 .tit h4 {
    font-size: 16px;
  }

  .dahui-page-s10 .tab-tit {
    margin-top: 20px;
  }

  .dahui-page-s10 .tab-tit .item {
    margin-left: -30px;
  }

  .dahui-page-s10 .tab-tit .item span {
    width: 120px;
    line-height: 36px;
    text-indent: -20px;
    font-size: 12px;
  }

  .dahui-page-s10 .button {
    display: none;
  }

  .dahui-page-s10 a.btn {
    width: 140px;
    line-height: 36px;
  }

  .dahui-page-s10 .items-1,
  .dahui-page-s10 .items-2,
  .dahui-page-s10 .items-3 {
    padding: 20px 0;
  }

  .dahui-page-s10 .items-1 .pd {
    border-radius: 10px;
  }

  .dahui-page-s10 .items-1 .item .year {
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -50px;
  }

  .dahui-page-s10 .items-1 .item {
    padding: 0;
    height: 200px;
  }

  .dahui-page-s10 .items-1 .item .logo-box img {
    max-width: 140px;
    max-height: 30px;
    margin: 5px 10px;
  }

  .dahui-page-s10 .items-3 .item .img-box {
    width: 60px;
    height: 60px;
  }

  .dahui-page-s10 .items-3 .item .txt-box {
    padding: 40px 20px 20px;
  }

  .dahui-page-s10 .items-3 .item .txt:before, .dahui-page-s10 .items-3 .item .txt:after {
    display: none;
  }

  .dahui-page-s10 .items-3 .item h3 {
    font-size: 16px;
  }

  .dahui-page-s10 .items-3 .item p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .dahui-page-s10 .pagination {
    display: block;
  }

  .dahui-page-s10 .tab-cont {
    margin: 0;
  }

  .dahui-page-s10 .tab-cont .box {
    padding: 0;
  }
}

/*# sourceMappingURL=dahui-page.css.map */
