.indgy {background-size: cover !important;}
.indgy .IndTitle .text{max-width: 1200px; margin: 0 auto; margin-top: 42px; text-align:left;text-indent: 2em;}
.indgy-list {padding: 0px 110px;justify-content: space-between;}
.indgy-list .list{display: flex;flex-direction: column;align-items: center;width: calc(100%/4);}
.indgy-list .list .img{height: 60px;}
.indgy-list .list .img img{max-height: 100%;}
.indgy-list .list .num{display: flex;align-items: flex-start;}
.indgy-list .list .num span{color: #070001;line-height: 1;margin-right: 12px;    font-weight: bold;}
.indgy-list .list .num span.not{margin-right: 0px;}
.indgy-bar {height: 5px;width: 100%;background: url(../images/index/indgy-bar.png) center/100%;}
.indgy-bar .contain{padding: 0px 110px;}
.indgy-bar-line {position: relative;height: 100%;width: 100%;}
.indgy-bar-line .line{position: absolute;top: -28px;width: calc(100%/4);left: 0%;display: flex;justify-content: center;transition: all .6s ease;}

.banner-lun {position: relative;}
.banner-lun > img{height: 100vh;width: 100%;}
.banner-lun > video{height: 100vh;width: 100%;}
.banner-svp{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;}
.banner-content{width: 100vw;height: 100vh;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;z-index: 3;opacity: 0;}
.banner-content.active{animation: banner-cont .8s ease both;}
.banner-cont {opacity: 0;}
.banner-svp .swiper-slide.swiper-slide-active .banner-cont{animation: banner-cont .8s ease both;}
@keyframes banner-cont {0%{opacity: 0;transform: translateY(80px);}100%{opacity: 1;transform: translateY(0px);}}

.JaoYual-btn {display: flex;justify-content: center;}
.JaoYual-btn .btn {display: flex;align-items: center;}
.JaoYual-btn .btn i{font-size: 12px;display: block;transform: rotate(180deg);margin-top: -2px;margin-left: 5px;transition: all .4s ease;}
.JaoYual-btn .btn:hover i{transform: rotate(180deg) translateX(-10px);}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .contain {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .contain .title,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .contain .desc,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .contain ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .normal {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-banner-wrapper .index-banner-swiper .contain {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 4s ease;
  -webkit-transition: transform 4s ease;
  -moz-transition: transform 4s ease;
  -ms-transition: transform 4s ease;
  -o-transition: transform 4s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .normal {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .info * {
  color: #fff;
}
.index-banner-wrapper .title,
.index-banner-wrapper .desc,
.index-banner-wrapper ul {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.4s ease;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -ms-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
}
.index-banner-wrapper .title {
  font-size: 100px;
  transition-delay: 0.1s;
}
.index-banner-wrapper .desc {
  font-size: 30px;
  margin: 15px 0 0 0;
  transition-delay: 0.3s;
  text-transform: uppercase;
}
.index-banner-wrapper ul {
  transition-delay: 0.5s;
}
.index-banner-wrapper li {
  position: relative;
  font-size: 18px;
  line-height: 36px;
  padding-left: 12px;
}
.index-banner-wrapper li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 1;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 40px;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 30px 0 0;
  width: 90px;
  height: 9px;
  border: none;
  position: relative;
  border-radius: 0;
  background: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  top: 3px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  width: 0;
  z-index: 10;
  background-color: #fff;
  transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -o-transition: width 1s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before {
  z-index: 8;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
}
.kt-row-layout-overlay {
    filter: opacity(100%);
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: #272727;
    mix-blend-mode: multiply;	
}
.indSticky {width: 100vw;height: 100vh;position: fixed;overflow: hidden;top:0;left:0}
.indSticky-logo {position: absolute;top: 0px;width: 100%;height: 100vh;z-index: 999999;overflow-y: auto;display: flex;justify-content: center;align-items: center;}
.indSticky-logo::-webkit-scrollbar {width: 0px;height: 0px;}
.indSticky-logo .img{position: fixed;width: 100%;height: 100%; top: 0;left: 0;z-index: 2;pointer-events: none;}
.indSticky-logo .kong{height: calc(100vh + 10px);}
.indSticky-logo img{width: 100%;height: 100%;transition: all 1.4s ease;}
.banner-pointer{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 999;pointer-events: none;}
.banner-pointer.active{pointer-events: auto;}
/* .indSticky .banner{position: sticky;top: 0px;height: 100vh;width: 100%;} */
.indSticky-logo.no {opacity: 0;display: none;}

.indSection {width: 100%;position: relative;z-index: 8;background: #fff;}

.indfa-list .listBox ul{margin-left: -10px;flex-wrap: nowrap;}
.indfa-list .listBox li{width: 150px;height: 610px;margin-left: 10px;position: relative;overflow: hidden;}
.indfa-list .listBox li a{display: block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: 3;}
.indfa-list .listBox li.active{width: calc(100% - 150px*4 - 10px*5);}
.indfa-list .listBox li img.Bg{height: 610px;position: absolute;max-width: none;object-fit: fill;top: 0;left: 0;}
.indfa-list .listBox li img.Img {position: absolute;right: -80%;top: 50%;transform: translateY(-50%);opacity: 1;width: 600px;max-width: max-content;transition: all .4s ease;}
.indfa-list .listBox li:nth-child(4) img.Img{right: -50%;}
.indfa-list .listBox li.active img.Img{opacity: 1;right: 10%;}
.indfa-list .listBox li.notIndFa img.Img{opacity: 0;}
.indfa-list .listBox li.notIndFa.active img.Img{opacity: 1;}
.indfa-list .listBox li .show{position: absolute;top: 0px;left: 0px;width: 100%;padding: 76px 50px;z-index: 2;}
.indfa-list .listBox li.active .show{padding: 76px 35px;}
.indfa-list .listBox li .hide{position: absolute;bottom: 0px;left: 0px;width: 100%;padding: 55px 30px;z-index: 2;}
.indfa-list .listBox li .hide .title{opacity: 1;transition: all .4s ease;}
.indfa-list .listBox li .hide .text{opacity: 0;transition: all .4s ease;}
.indfa-list .listBox li.notIndFa .hide .title{opacity: 0;}
.indfa-list .listBox li.notIndFa .hide .text{opacity: 0;}
.indfa-list .listBox li.notIndFa.active .hide .title{opacity: 1;}
.indfa-list .listBox li.notIndFa.active .hide .text{opacity: 1;}
.indfa-list .listBox li::before{content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 1;background-color: rgba(0, 0, 0, .5);transition: all .4s ease;}
.indfa-list .listBox li.active::before{opacity: 0;}



.indfa-lun {position: relative;display: block;}
.indfa-lun img.Bg{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.indfa-lun .show{width: 100%;height: 100%;z-index: 3;padding: 26px 15px;position: relative;}
.indfa-lun .show .img{height: 150px;display: flex;padding: 10px;align-items: center;justify-content: center;}
.indfa-lun .show .img img{max-height: 100%;}

.CommonBtn {border-radius: 25px;display: flex;justify-content: center;align-items: center;transition: all .4s ease;}
.CommonBtn i{font-size: 12px;display: block;transform: rotate(180deg) translateY(1px);margin-left: 8px;line-height: 1px;    margin-top: 5px;}
.CommonBtn.lty1 {background-color: #0578be;color: #fff;}
.CommonBtn.lty1:hover {background-color: transparent;border: 1px solid #0578be;color: #0578be;}
.CommonBtn.lty2 {border: 1px solid rgba(255, 255, 255, .5);color: #fff;}
.CommonBtn.lty2:hover {background-color: #0578be;color: #fff;border: 0px;}

.indhy {
    background-color: #f8f8f8;
}
.indhy-muen {display: flex;justify-content: center;}
.indhy-muen > div{border-radius: 6px;background-color: #fff;padding: 0;}
.indhy-muen a {padding: 0px 30px;border-radius: 6px;height: 52px;display: flex;align-items: center;justify-content: center;margin-right: 15px;}
.indhy-muen a.active{background-color: #0578be;color: #fff;}
.indhy-muen a:last-child {margin-right: 0px;}
.indhy-lun {border-radius: 10px;overflow: hidden;background: #fff;}
.indhy-lun .img{width: 50%;overflow: hidden;}
.indhy-lun .img img{width: 100%;height: 100%;transition: all .4s ease;}
.indhy-lun .img:hover img{transform: scale(1.04);}
.indhy-lun .cont{width: 50%;padding: 20px 100px;display: flex;flex-direction: column;justify-content: center;}
.indhy-lun .cont .title{color: #161616;}
.indhy-lun .cont .btn{width: 145px;height: 45px;}
.indhy-lun .cont ul{margin-bottom: -15px;}
.indhy-lun .cont li{margin-right: 40px;margin-bottom: 15px;}

.indzn-lun > img{width: 100%;height: 100vh;}
.indzn-lun .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;padding-top: 210px;}
.indzn-cont {width: 685px;}
.indzn-cont .list{margin-right: -22px;}
.indzn-cont .list a{padding: 0px 20px;height: 45px;border: 1px solid #fff;border-radius: 3px;display: flex;justify-content: center;align-items: center;margin-right: 22px;transition: all .4s ease;}
.indzn-cont .list a i{font-size: 16px;display: block;transform: rotate(180deg);margin-left: 12px;}
.indzn-cont .list a:hover {background-color: #0578be;border: 1px solid #0578be;}
.indzn-cont .btn{width: 145px;height: 50px;}
.indzn-muen {position: absolute;bottom: 88px;left: 0px;width: 100%;z-index: 3;}
.indzn-list {margin-right: -5px;}
.indzn-list .list{width: calc(100%/8 - 5px);margin-right: 5px;background-color: rgba(0, 0, 0, .3);padding: 10px 17px;height: 105px;display: flex;flex-direction: column;justify-content: center;transition: all .4s ease;}
.indzn-list .list .img{height: 35px;display: flex;align-items: center;position: relative;}
.indzn-list .list .img img{transition: all .4s ease;}
.indzn-list .list .img img:nth-child(1){opacity: 1;position: absolute;}
.indzn-list .list .img img:nth-child(2){opacity: 0;}
.indzn-list .list.active .img img:nth-child(1){opacity: 0;}
.indzn-list .list.active .img img:nth-child(2){opacity: 1;}
.indzn-list .list.active{height: 120px;margin-top: -18px;transform: translateY(9px);background-color: #0578be;}

.indhz-cont .muen{width: calc(100%/3);position: relative;}
.indhz-lun {border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 20px 0px rgba(12, 6, 6, 0.2);}
.indhz-lun .img{height: 360px;overflow: hidden;}
.indhz-lun .img img{width: 100%;height: 100%;transition: all .4s ease;}
.indhz-lun:hover .img img{transform: scale(1.04);}
.indhz-lun .cont{padding: 30px 45px 60px 45px;}
.indhz-lun .cont .logo{height: 64px;display: flex;justify-content: center;align-items: center;}
.indhz-lun .cont .logo img{max-height: 100%;}
.indhz-svp > div{margin: -15px;}
.indhz-svp .swiper-container {padding: 15px;}
.indhz-list li {position: absolute;}
.indhz-list li:nth-child(1){top: 57px;left: 62px;}
.indhz-list li:nth-child(2){top: -15px;left: 234px;}
.indhz-list li:nth-child(3){top: 27px;left: 454px;}
.indhz-list li:nth-child(4){top: 222px;left: 84px;}
.indhz-list li:nth-child(5){top: 175px;left: 262px;}
.indhz-list li:nth-child(6){top: 245px;left: 430px;}
.indhz-list li:nth-child(7){top: 410px;left: 41px;}
.indhz-list li:nth-child(8){top: 340px;left: 242px;}
.indhz-list li:nth-child(9){top: 470px;left: 410px;}
.indhz-list li:nth-child(10){top: 495px;left: 165px;}
.indhz-cont .muen:nth-child(3){transform: rotateY(180deg);}
.indhz-cont .muen:nth-child(3) img{transform: rotateY(-180deg);}
.indhz-pages {display: flex;justify-content: center;height: 3px;position: relative;}
.indhz-pages .swiper-pagination{position: relative;margin-top: -13px;}
.indhz-pages .swiper-pagination-bullet{width: 44px;height: 3px;background: #dadadd;opacity: 1;margin: 0 5px !important;position: relative;border-radius: 0;}
.indhz-pages .swiper-pagination-bullet-active{background: #0578be;}

.inddt {background-size: cover !important;}
.inddt-cont {width: 485px;}
.inddt-svp:first-child{display: block;}
.inddt-svp {padding-left: calc((100% - 1600px)/2);display: none;}
.inddt-svp .swiper-container{padding-right: 1280px;}
.inddt-lun {display: block;position: relative;height: 295px;overflow: hidden;}
.inddt-lun > img{width: 100%;height: 100%;transition: all .4s ease;}
.inddt-lun:hover > img{transform: scale(1.04);}
.inddt-lun .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .5);padding: 40px;transition: all .4s ease;}
.inddt-lun .show .btn{display: flex;align-items: center;}
.inddt-lun .show .btn i{font-size: 16px;color: #fff;transform: rotate(180deg);}
.inddt-nav .item{user-select: none;cursor: pointer;margin-left: 40px;}
.inddt-nav .item:first-child{margin-left: 0;}
.inddt-nav .item.active{color: #0578be;}
.banner-control{width: 100%;z-index: 3;color: #fff;display: none;}
.banner-control:first-child{display: block;}
.banner-control .contain{align-items: center;}
.banner-control .prev, .banner-control .next{width: 7px;height: 10px;background: url('../images/index/banneric1.png') no-repeat center;cursor: pointer;}
.banner-control .next{transform: rotate(180deg);}
.banner-control .this, .banner-control .leng{font-size: 12px;font-family: "HB";line-height: 12px;width: 20px;text-align: center;}
.banner-control .this{margin: 0 25px 0 13px;}
.banner-control .leng{margin: 0 13px 0 25px;}
.banner-control .line{width: 170px;height: 3px;background: rgba(255, 255, 255, .3);position: relative;}
.banner-control .line::after{content: "";position: absolute;width: 0;height: 100%;background: #0578be;}
.banner-control .line.on::after{animation: bannerLine 4.6s linear both;}
.banner-control .line.one.on::after{animation: bannerLine 3.6s linear both;}
@keyframes bannerLine{0%{width: 0;}100%{width: 100%;}}

.indlx > img{width: 100%;height: 710px;}
.indlx .content{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: flex;align-items: center;}
.indlx .content .contain{height: 100%;}
.indlx-cont {padding-bottom: 230px;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;height: 100%;}
.indlx-cont .title{color: #010101;}
.indlx-cont .btn{width: 170px;height: 50px;}

.indfa-svp{display: none;}

.indhz{max-width: 1920px;margin: 0px auto;}

.indSticky-logo-bottom{position: absolute;z-index: 3;bottom: 30px;left: 0px;width: 100%;display: flex;justify-content: center;}
.indSticky-logo-bottom > div{display: flex;flex-direction: column;align-items: center;animation: indStickyLogoBottom .6s linear infinite alternate;}
.indSticky-logo-bottom i{display: flex;transform: rotate(-90deg);}
@keyframes indStickyLogoBottom{0%{transform:translateY(0px);}100%{transform:translateY(10px);}}
#ban_dh1{position:absolute;width:100%; height:100%; top:0px; left:0px;z-index: 2;}
/* .Header {display: none;} */
.SideBar-wrapper {display: none;}
.swiper-btn a{width: 45px;height: 45px;display: flex;justify-content: center;align-items: center;border-radius: 100px;transition: all .4s ease;}
.JaoYucp {background: url('../images/index/prb.jpg') center no-repeat;}
.JaoYucp-lun{background-color: #fff;padding: 0px 40px;height: 350px;align-items: center;border-radius: 8px;}
.JaoYucp-lun .cont{width: 270px;}
.JaoYucp-lun .img{width: calc(100% - 270px);display: flex;align-items: center;justify-content: center;}
.JaoYucp-lun .img img{transition: all .4s ease;}
.JaoYucp-lun .img img:hover{transform: scale(1.04);}
.JaoYucp-lun .cont .btn{width: 145px;height: 45px;}
.JaoYucp-lun .cont .name{transition: all .4s ease;}
.JaoYucp-lun:hover .cont .name{color: #0578be;}
.JaoYucp-svp {position: relative;}
.JaoYucp-svp .swiper-btn a {background-color: rgba(0, 0, 0, .2);font-size: 12px;line-height: 1px;color: #fff;}
.JaoYucp-svp .swiper-btn a:hover {background-color: #0578be;}
.JaoYucp-svp .swiper-btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 3;opacity: 0;transition: all .4s ease;}
.JaoYucp-svp .swiper-btn.prev{left: 25px;}
.JaoYucp-svp .swiper-btn.next{right: 25px;}
.JaoYucp-svp .swiper-btn.next a{transform: rotate(180deg);}
.JaoYucp-svp:hover .swiper-btn{opacity: 1;}

@media all and (min-width:3000px) and (max-width:5000px) {
    .indfa-list .listBox li img.Bg{width: 100%;}
}

@media all and (min-width:2000px) and (max-width:3000px) {
    .indfa-list .listBox li img.Bg{width: 100%;}
}
@media all and (max-width:1700px) {
    .indhz-list li {max-width: 95px;max-height: 95px;}
    .indhz-list li:nth-child(3) {left: 430px;}
    .indlx-cont {padding-left: 65%;}
    .indfa-list .listBox li .hide .title {font-size: 22px;}
    .indfa-list .listBox li .hide .text {font-size: 20px;}
}

@media all and (max-width:1590px) {
    .banner-control .line{width: 140px;}
    .indhy-lun .cont {padding: 20px 40px;}
    .indhz-list li{max-width: 95px;max-height: 95px;}
    .indhz-list li:nth-child(1) {top: 24px;left: 14px;}
    .indhz-list li:nth-child(2) {top: -45px;left: 179px;}
    .indhz-list li:nth-child(3) {top: 27px;left: 340px;}
    .indhz-list li:nth-child(4) {top: 167px;left: 57px;}
    .indhz-list li:nth-child(5) {top: 110px;left: 200px;}
    .indhz-list li:nth-child(6) {top: 148px;left: 347px;}
    .indhz-list li:nth-child(7) {top: 297px;left: 40px;}
    .indhz-list li:nth-child(8) {top: 258px;left: 204px;}
    .indhz-list li:nth-child(9) {top: 314px;left: 345px;}
    .indhz-list li:nth-child(10) {top: 406px;left: 149px;}
    .indhz-lun .img{height: 267px;}
    .indhz-lun .cont {padding: 30px 45px 45px 45px;}
    .inddt-svp .swiper-container {padding-right: 790px;}
    .inddt-svp {padding-left: calc((100% - 1200px)/2);}
    .indlx-cont {padding-left: 67%;}
    .indzn-lun .content {padding-top: 140px;}
    .indzn-muen{bottom:90px;}
    .indfa-list .listBox li .hide {padding: 44px 26px;}
    .indfa-list .listBox li img.Img {width: 410px;}
    .indfa-list .listBox li .hide > div {font-size: 18px !important;}

    .indfa-list .listBox li {height: 510px;}

    .indlx > img {height: 540px;}
    .indlx-cont {padding-bottom: 150px;}
	.index-banner-wrapper .title {
	    font-size: 80px;
	}
}

@media all and (max-width:1430px) {
    .indzn-lun .content {padding-top: 120px;}
    .indzn-muen{bottom:40px;}
    .indfa-list .listBox li .hide .title{font-size:20px;}
    .indzn-lun > img {height: 80vh;}
	.index-banner-wrapper .title {
	    font-size: 70px;
	}
	 .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
	    width: 64px;
	    margin-right: 24px;
	  }
}

@media all and (max-width:1350px) {
    .indfa-list .listBox li .hide .title{font-size:18px;}
    .indfa-list .listBox li .hide > div {font-size: 16px !important;}
	.index-banner-wrapper .title {
	    font-size: 60px;
	}
	.index-banner-wrapper .desc {
	    font-size: 24px;
	}
}

@media all and (max-width:1270px) {
    .indgy-list{padding: 0px;}
    .indgy-bar .contain {padding: 0px;}
    .indzn-lun .content {padding-top: 75px;}
    .indgy .IndTitle .text{padding: 0px;}
    .indgy-list .list .img {height: 45px;}
    .indzn-cont{width: 100%;}
    .indhz-list li{display: none;}
    .inddt-svp .swiper-container{padding-right: 540px;}
    .inddt-svp{padding: 0px 4%;}
    .indfa-list .listBox li .hide .title{font-size:16px;}
    .indfa-list .listBox li img.Img {width: 320px;}
    .indfa-list .listBox li .hide {padding: 35px 9px;}
}


@media all and (max-width:1100px) {

}

@media all and (max-width:1000px) {

    .banner-svp{display: none;}
    .banner-lun > img{height: 200px;}
    .banner-lun > video{height: calc(100vh - 60px)}
    .indSticky-logo{display: none;}
    .banner-cont{opacity: 1;}
    .indSticky{height: auto;position:relative}
    .indSection {margin-top: 0;}
    .indgy-bar{display: none;}
    .indgy-list {margin-right: -10px;margin-bottom: -10px;}
    .indgy-list .list {width: calc(100%/4 - 10px);margin-right: 10px;margin-bottom: 10px;}
    .indgy-list .list .img {height: 25px;}
    .indgy-list .list .num{margin-top: 6px;}
    .indgy-list .list .num {font-size: 12px;}
    .indgy-list .list .num span {font-size: 20px;margin-right: 5px;}
    .indgy-list .list .title{font-size: 12px;text-align: center;margin-top: 4px;}
    .indhy-lun .img{width: 100%;}
    .indhy-lun .cont{width: 100%;padding: 15px;}
    .indhy-lun .cont ul{padding-right: 0px;}
    .indhy-lun .cont li {margin-right: 25px;margin-bottom: 15px;}
    .indhy-muen {overflow-X: auto;width: 100%;display: flex;justify-content: flex-start;}
    .indhy-muen > div {flex-wrap: nowrap;padding: 0px;border-radius: 0px;}
    .indhy-muen a{border-radius: 4px;height: 40px;margin-right: 0px;padding: 5px;width: 120px;}
    .indhy-lun{border-radius: 5px;}
    .indzn-muen {position: static;margin-top: 15px;}
    .indzn-list {margin-right: -5px;margin-bottom: -5px;}
    .indzn-list .list {width: calc(100%/4 - 5px);margin-right: 5px;margin-bottom: 5px;background-color: rgba(0, 0, 0, .3);padding: 10px;height: auto;}
    .indzn-list .list.active {height: auto;margin-top: 0px;transform: translateY(0px);background-color: #0578be;}
    .indzn-list .list .img {display: none;}
    .indzn-list .list .title{margin-top: 0px;font-size: 14px;}
    .indzn-lun > img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 2;}
    .indzn-lun .content{position: relative;z-index: 3;padding: 20px 0px;background-color: rgba(0, 0, 0, .3);}
    .indzn-cont .list {margin-right: -10px;margin-bottom: -10px;}
    .indzn-cont .list a {padding: 0px 10px;height: 35px;margin-right: 10px;margin-bottom: 10px;}
    .indzn-cont .btn {width: 110px;height: 35px;font-size: 12px;}
    .indhy-lun .cont .btn {width: 110px;height: 35px;font-size: 12px;}
    .CommonBtn i {transform: rotate(180deg) translateY(0px);margin-left: 5px;}
    .indhz-cont .muen {width: calc(100%/1);padding: 0px 4%;}
    .indhz-lun {border-radius: 5px;}
    .indhz-lun .img{height: 185px;}
    .indhz-lun .cont{padding: 15px;}
    .indhz-lun .cont .logo {height: 35px;}
    .indhz-pages .swiper-pagination-bullet {width: 20px;}
    .banner-control .this {margin: 0 15px 0 5px;}
    .banner-control .leng {margin: 0 5px 0 15px;}
    .banner-control .contain{margin-left: 0px;}
    .inddt-lun{height: 203px;}
    .inddt-lun .show {padding: 15px;}
    .indlx > img{height: 100%;position: absolute;top: 0px;width: 100%;}
    .indlx-cont{padding-bottom: 0px;}
    .indlx .content{position: relative;z-index: 3;padding: 20px 0px;background-color: rgba(0, 0, 0, .5);}
    .indlx-cont{justify-content: center;align-items: center;}
    .indlx-cont > div{display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;}
    .indlx-cont .btn {width: 145px;height: 40px;font-size: 12px;}
    .indlx-cont .title{color: #fff;}
    .indlx-cont .text{color: #fff;}
    .indlx-cont{padding: 0px;}
    .indfa-svp{display: block;}
    .indfa-list {display: none;}
    .indfa-pages{display: flex;justify-content: center;}
    .indfa-pages .swiper-pagination-bullet {margin: 0px 5px;}
    .inddt-svp .swiper-container {padding-right: 320px;}
    .Header {display: block;}
	.index-banner-wrapper .title {
	    font-size: 40px;
		font-weight: normal;
	}
	.index-banner-wrapper .desc {
	    font-size: 20px;
		margin-top: 10px;
	}
	 .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
	    width: 20px;
	    margin-right: 10px;
	  }	
	  .index-banner-wrapper .swiper-pagination {
	    bottom: 10px;
	  }
.JaoYucp-lun {padding: 20px;height: auto;flex-direction: column-reverse;}
    .JaoYucp-lun .img {width: 100%;height: 140px;}
    .JaoYucp-lun .img img{max-height: 100%;}
    .JaoYucp-lun .cont {width: 100%;margin-top: 15px;}	  
}

@media all and (max-width:680px) {

    .banner-control .line{width: 80px;}
    .banner-control .btn {margin-right: 20px;}
    .banner-control{top: auto;bottom: 32px;}
    .banner-cont .title{font-size: 28px;}
    .banner-cont .text{font-size: 18px;}
    .indgy {padding-top: 20px;}
    .IndTitle .title{font-size: 18px;}
    .indgy .IndTitle .text {margin-top: 10px;font-size: 12px;line-height: 20px;}
    .indhy-muen a{font-size: 12px;}
    .indhy-lun .cont .title{font-size: 18px;font-weight: bold;}
    .indhy-lun .cont .text{font-size: 12px;margin-top: 8px;}
    .indhy-lun .cont li {font-size: 12px;margin-right: 15px;}
    .indzn-cont .title{font-size: 18px;}
    .indzn-cont .text{font-size: 14px;}
    .indzn-cont .list a{font-size: 12px;}
    .indzn-cont .list a i {font-size: 12px;margin-left: 5px;}
    .indzn-list .list .title{font-size: 12px;text-align: center;}
    .indhz-lun .cont .title{font-size: 14px;line-height: 22px;}
    .inddt-lun .show .data{font-size: 12px;}
    .inddt-lun .show .title{font-size: 14px;line-height: 22px;height: 44px;}
    .inddt-lun .show .btn{margin-top: 85px;}
    .indlx-cont .title {font-size: 18px;}
    .indlx-cont .btn{margin-top: 15px;}
    .indzn-cont .list a i{display: none;}
    .CommonBtn i{display: none;}
    .indlx-cont .btn {width: 120px;height: 35px;}
    .indfa-lun .show .title{font-size: 18px;}
    .indfa-lun .show .img{margin-top: 15px;}
    .indfa-lun .show .name{font-size: 15px;margin-top: 15px;}
    .indfa-lun .show .text{font-size: 15px;margin-top: 0px;}
    .indfa {padding-bottom: 40px;}
    .banner-content{height: auto;}
    .inddt-svp .swiper-container {padding-right: 0px;}
    .inddt-nav .item{margin-left: 25px;}
	.index-banner-wrapper .title {
	    font-size: 20px;
	}
	.index-banner-wrapper .desc {
	    font-size: 16px;
		margin-top: 0;
	}
   .JaoYucp-lun .img {width: 100%;}
    .JaoYucp-lun .cont .name {font-size: 18px;}
    .JaoYucp-lun .cont .title {font-size: 14px;}
    .JaoYucp-lun .cont .text {font-size: 12px;line-height: 20px;}
    .JaoYucp-lun .cont .btn {font-size: 12px;width: 80px;height: 30px;margin-top: 10px;}	
}