@charset "utf-8";
/* CSS Document */

.right-menu {
  width: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.right-menu ul.menu li {
  height: 30px;
  padding: 7px 0;
  position: relative
}

.right-menu ul.menu li:last-child {
  display: none;
}

.right-menu ul.menu li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-menu ul.menu li span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}

.right-menu ul.menu li.active:before {
  background-color: #009ccf;
}

.right-menu ul.menu li.active span {
  border: 1px solid #009ccf;
}

body.fp-viewing-page2 .right-menu ul.menu li:before,
body.fp-viewing-page4 .right-menu ul.menu li:before,
body.fp-viewing-page5 .right-menu ul.menu li:before {
  background-color: #ddd;
}

body.fp-viewing-page2 .right-menu ul.menu li.active:before,
body.fp-viewing-page4 .right-menu ul.menu li.active:before,
body.fp-viewing-page5 .right-menu ul.menu li.active:before {
  background-color: #009ccf;
}

body.fp-viewing-page6 .right-menu ul.menu li.active span {
  border: 1px solid #fff;
}

body.fp-viewing-page6 .right-menu ul.menu li.active:before {
  background-color: #fff;
}

/* .idxBanner start */
.idxBanner,
.Ba_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.Ba_swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.Ba_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.Ba_swiper .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Ba_swiper .swiper-slide .video .v_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, .8)));
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
}

.Ba_swiper .swiper-slide .video video,
.Ba_swiper .swiper-slide .video source {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.Ba_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.Ba_swiper .swiper-slide .Ba_txt {
  margin-top: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.Ba_txt em {
  display: block;
  width: 48px;
  height: 4px;
  background-color: #fff;
}

.Ba_txt p {
  line-height: 72px;
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  margin: 50px 0 30px;
}

.Ba_txt span {
  display: block;
  line-height: 40px;
  color: rgba(255, 255, 255, .45);
  font-size: 36px;
}

.Ba_txt a {
  display: block;
  width: 170px;
  height: 54px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
  padding: 0 52px 0 20px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 27px;
  position: relative;
}

.Ba_txt a:hover {
  color: #fff;
  background-color: #009ccf;
  border: 1px solid #009ccf;
}

.Ba_txt a i {
  display: block;
  width: 52px;
  height: 52px;
  padding: 18px 0;
  position: absolute;
  top: -1px;
  right: -1px;
}

.Ba_txt a i svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

.Ba_txt a i svg path {
  fill: #ffffff;
}

.Ba_swiper .swiper-pagination {
  width: 1600px !important;
  height: 32px;
  line-height: 32px;
  color: rgba(255, 255, 255, .45);
  
  font-size: 20px;
  text-align: right;
  left: 50% !important;
  bottom: 40px !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.Ba_swiper .swiper-pagination span {
  display: inline-block;
  padding: 0 2px;
}

.Ba_swiper .swiper-pagination span::before {
  content: '0';
  display: inline;
}

.Ba_swiper .swiper-pagination span.swiper-pagination-current {
  color: #fff;
  font-size: 36px;
}


.Ba_dot {
  width: 1600px !important;
  height: auto;
  position: absolute;
  left: 50% !important;
  bottom: 40px !important;
  z-index: 9;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.Ba_dot .swiper-container {
  width: 98px;
  height: 32px;
  margin: 0;
  padding: 3px 0;
}

.Ba_dot .swiper-slide {
  height: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: relative;
}

.Ba_dot .swiper-slide i {
  display: block;
  width: 6px;
  height: 6px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .45);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.Ba_dot .swiper-slide.on {
  border: 1px solid #fff;
}

.Ba_dot .swiper-slide.on i {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 1);
}


.Ba_Scroll {
  width: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 99;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.Ba_Scroll::before {
  content: 'VIEW';
}

.Ba_Scroll::after {
  content: 'MORE';
}

.Ba_Scroll::before,
.Ba_Scroll::after {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  vertical-align: top;
}

.Ba_Scroll p {
  display: inline-block;
  width: 22px;
  height: 32px;
  overflow: hidden;
  margin: 0 4px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 12px;
  vertical-align: top;
}

.Ba_Scroll p i {
  display: block;
  width: 2px;
  height: 8px;
  overflow: hidden;
  background-color: #fff;
  margin: 10px auto;
  padding: 0;
  animation-name: scrollTip;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* .Ba_swiper end */


/* idxProducts start */
.idxProducts {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 80px;
  background: url(../images/idxProduct_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

.idxProducts .idxProducts_main {
  margin: 0 auto;
  position: relative;
  opacity: 0;
}

.idxProducts_main .idxProducts_head {
  width: 100%;
  position: relative;
}

.idxProducts_head .idxProducts_menu {
  width: 60%;
  border-bottom: 1px solid #e3e8ea;
  position: absolute;
  top: 0;
  right: 0;
}

.idxProducts_main .idxProducts_swiper {
  position: relative;
}

.idxProducts_swiper .swiper-slide .idxProducts_con {
  position: relative;
}

.idxProducts_swiper .swiper-slide .idxProducts_img {
  width: 56%;
  height: 500px;
  overflow: hidden;
  padding: 0 60px;
  float: right;
}

.idxProducts_swiper .swiper-slide .idxProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.idxProducts_swiper .swiper-slide .idxProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.idxProducts_swiper .swiper-slide .idxProducts_txt {
  width: 44%;
  padding: 0 120px 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.idxProducts_swiper .swiper-slide .idxProducts_txt a.idxProducts_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.idxProducts_swiper .swiper-slide .idxProducts_txt a.idxProducts_name:hover {
  color: #009ccf;
}

.idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_ms {
  display: block;
  width: 100%;
  height: auto;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px auto 40px;
}

.idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_data {
  margin: 40px 0 80px;
}

.idxProducts_data dl {
  margin: 0 -40px;
}

.idxProducts_data dl dd {
  padding: 0 40px;
  float: left;
  position: relative;
}

.idxProducts_data dl dd::after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  background-color: #d4d8da;
  position: absolute;
  left: 0;
  top: 50%;
}

.idxProducts_data dl dd:first-child:after {
  display: none;
}

.idxProducts_data dl dd p {
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  margin-bottom: 10px;
}

.idxProducts_data dl dd p i {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px 8px 4px 0;
  float: left;
}

.idxProducts_data dl dd p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.idxProducts_data dl dd p i svg path {
  fill: #009ccf;
}

.idxProducts_data dl dd span {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}

.idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_btn {
  margin-top: 40px;
}

.idxProducts_btn a {
  display: block;
  float: left;
  position: relative;
}

.idxProducts_btn a.btn1 {
  width: 160px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  margin-right: 24px;
  padding: 0 44px 0 24px;
  border-radius: 22px;
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.idxProducts_btn a.btn1:hover {
  background: linear-gradient(to right, #00b5af, #009ccf);
}

.idxProducts_btn a.btn1 i {
  display: block;
  width: 44px;
  height: 44px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.idxProducts_btn a.btn1 i svg {
  display: block;
  width: 14px;
  height: 14px;
}

.idxProducts_btn a.btn1 i svg path {
  fill: #ffffff;
}

.idxProducts_btn a.btn2 {
  width: 190px;
  height: 44px;
  overflow: hidden;
  line-height: 42px;
  color: #009ccf;
  font-size: 16px;
  padding: 0 44px 0 24px;
  border-radius: 22px;
  border: 1px solid #009ccf;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}

.idxProducts_btn a.btn2:hover {
  color: #fff;
  line-height: 44px;
  background: linear-gradient(to right, #009ccf, #00b5af);
  border: 0 solid #009ccf;
}

.idxProducts_btn a.btn2 i {
  display: block;
  width: 44px;
  height: 44px;
  padding: 15px;
  position: absolute;
  top: -1px;
  right: 0;
}

.idxProducts_btn a.btn2 i svg {
  display: block;
  width: 14px;
  height: 14px;
}

.idxProducts_btn a.btn2 i svg path {
  fill: #009ccf;
}

.idxProducts_btn a.btn2:hover i svg path {
  fill: #ffffff;
}


.idxProducts_swiper .swiper-button-prev,
.idxProducts_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.idxProducts_swiper .swiper-button-prev {
  left: 44%;
}

.idxProducts_swiper .swiper-button-next {
  right: 0;
}

.idxProducts_swiper .swiper-button-prev:hover,
.idxProducts_swiper .swiper-button-next:hover {
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.idxProducts_swiper .swiper-button-prev svg,
.idxProducts_swiper .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.idxProducts_swiper .swiper-button-prev svg path,
.idxProducts_swiper .swiper-button-next svg path {
  fill: #999999;
}

.idxProducts_swiper .swiper-button-prev:hover svg path,
.idxProducts_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}


.idxProducts_menu .swiper-container {
  width: 100%;
  height: auto;
  padding: 10px 0;
  position: relative;
}

.idxProducts_menu .swiper-slide p a {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #999;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.idxProducts_menu .swiper-slide:hover p a,
.idxProducts_menu .swiper-slide.swiper-slide-active p a {
  color: #009ccf;
}

.idxProducts_menu .swiper-slide p a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  padding: 4px;
  border-radius: 50%;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background: linear-gradient(to right, rgba(0, 156, 207, 0.15), rgba(0, 181, 175, 0.15));
}

.idxProducts_menu .swiper-slide p a i::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.idxProducts_menu .swiper-pagination-progressbar {
  height: 2px !important;
  background-color: rgba(0, 0, 0, 0);
  top: inherit !important;
  bottom: 0;
}

.idxProducts_menu .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #e3e8ea;
}

/* idxProducts end */


/* idxIndustry start */
.idxIndustry {
  width: 100%;
  height: 100%;
  position: relative;
}

.idxIndustry .idxIndustry_head {
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
}

.idxIndustry .idxIndustry_swiper1,
.idxIndustry_swiper1 .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.idxIndustry_swiper1 .swiper-slide {
  overflow: hidden;
}

.idxIndustry_swiper1 .swiper-slide .idxIndustry_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.idxIndustry_swiper1 .swiper-slide .idxIndustry_img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.idxIndustry_swiper1 .swiper-slide .idxIndustry_img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
}

.idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
  position: absolute;
  left: -100%;
  bottom: 250px;
  transform: translateX(-0%);
  -webkit-transform: translateX(-0%);
  -moz-transform: translateX(-0%);
  -ms-transform: translateX(-0%);
  -o-transform: translateX(-0%);
}

.idxIndustry_swiper1 .swiper-slide.swiper-slide-active .idxIndustry_txt,
.idxIndustry_swiper1 .swiper-slide.on .idxIndustry_txt {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText {
  width: 480px;
  height: auto;
  overflow: hidden;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 16px;
}

.idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText:hover {
  background-color: rgba(255, 255, 255, .9);
}

.indText a.idxIndustry_name {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.indText:hover a.idxIndustry_name {
  color: #009ccf;
}

.indText a.idxIndustry_name span {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 12px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
}

.indText:hover a.idxIndustry_name span {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.indText a.idxIndustry_name span i {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
}

.indText a.idxIndustry_name span i img {
  display: block;
  width: 30px;
  height: 60px;
  margin: 0;
}

.indText:hover a.idxIndustry_name span i img {
  margin: -30px 0 0;
}


.indText p {
  width: 100%;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: rgba(255, 255, 255, .65);
  font-size: 16px;
  margin: 20px 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.indText:hover p {
  color: #777;
}

.indText a.idxIndustry_more {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 8px;
}

.indText:hover a.idxIndustry_more {
  background: linear-gradient(to right, #009ccf, #00b5af);
  border: 1px solid rgba(0, 0, 0, 0);
}

.indText a.idxIndustry_more i {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin: 0 auto;
}

.indText a.idxIndustry_more i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.indText a.idxIndustry_more i svg path {
  fill: #ffffff;
}

.indText:hover a.idxIndustry_more i svg path {
  fill: #ffffff;
}

.idxIndustry .idxIndustry_swiper2 {
  margin-left: -50px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
}

.idxIndustry_swiper2 .swiper-container {
  width: 900px;
  margin: 0;
  position: relative;
}

.idxIndustry_swiper2 .swiper-container::after {
  position: absolute;
  left: 10%;
  top: 40px;
  content: '';
  width: 80%;
  height: 1px;
  border-top: 1px dashed rgba(229, 229, 229, .2);
}

.idxIndustry_swiper2 .swiper-slide {
  cursor: pointer;
}

.idxIndustry_swiper2 .swiper-slide p {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 9px;
  border: 1px dashed rgba(229, 229, 229, .2);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idxIndustry_swiper2 .swiper-slide:hover p,
.idxIndustry_swiper2 .swiper-slide.on p {
  border: 1px dashed #009ccf;
}

.idxIndustry_swiper2 .swiper-slide p i {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.idxIndustry_swiper2 .swiper-slide:hover p i,
.idxIndustry_swiper2 .swiper-slide.on p i {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.idxIndustry_swiper2 .swiper-slide p i em {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
}

.idxIndustry_swiper2 .swiper-slide p i em img {
  display: block;
  width: 40px;
  height: 80px;
  margin: 0;
}

.idxIndustry_swiper2 .swiper-slide:hover p i em img,
.idxIndustry_swiper2 .swiper-slide.on p i em img {
  margin: -40px 0 0;
}


.idxIndustry_swiper2 .swiper-slide span {
  display: block;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, .45);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.idxIndustry_swiper2 .swiper-slide.on span,
.idxIndustry_swiper2 .swiper-slide:hover span {
  color: #009ccf;
}

/* idxIndustry end */


/* .idxAbout start */
.idxAbout {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#particles-js {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
}

.idxAbout .idxAbout_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
}

.idxAbout_main .idxAbout_text {
  margin: 0 auto;
  padding-right: 40%;
  position: relative;
  z-index: 1;
}

.idxAbout_text .idxAbout_ms,
.idxAbout_ms p {
  overflow: hidden;
  max-height: 144px;
  line-height: 36px;
  color: #777;
  font-size: 18px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.idxAbout_text .idxAbout_data {
  margin: 60px 0;
}

.idxAbout_data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -50px;
}

.idxAbout_data ul li {
  width: auto;
  padding: 0 50px;
  position: relative;
}

.idxAbout_data ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.idxAbout_data ul li:first-child::after {
  display: none;
}

.idxAbout_data ul li p {
  display: inline-block;
  line-height: 50px;
  color: #222;
  
  font-size: 56px;
  position: relative;
}

.idxAbout_data ul li p em { font-size: 16px;}

.idxAbout_data ul li p i {
  display: block;
  width: 30px;
  height: 30px;
  padding: 7px;
  background-color: #009ccf;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  right: -18px;
}

.idxAbout_data ul li p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.idxAbout_data ul li p i svg path {
  fill: #ffffff;
}

.idxAbout_data ul li span {
  display: block;
  line-height: 24px;
  color: #777;
  font-size: 16px;
  margin-top: 10px;
}

.idxAbout_main .idxAbout_img {
  width: 1080px;
  height: 1080px;
  position: absolute;
  top: 0;
  right: -280px;
}

.idxAbout_img i {
  display: block;
  width: 400px;
  height: 540px;
  overflow: hidden;
  position: absolute;
  left: -320px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.idxAbout_img i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.idxAbout_img i svg path {
  fill: #fcfcfc;
}

.idxAbout_img a.abImg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50% 0 0 50%;
  position: relative;
  z-index: 1;
}

.idxAbout_img a.abImg img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.idxAbout_img a.abImg:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

/* .idxAbout end */


/* idxNews start */
#section5 {
  background: linear-gradient(to bottom, #f4f9fb, #ffffff);
}

.idxNews {
  margin: 80px auto 0;
  opacity: 0;
}

.idxNews .idxNews_head {
  position: relative;
}

.idxNews_head .ly_more1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.idxNews .idxNews_main {
  margin: 0 auto;
}

.idxNews_main .idxNews_rec {
  width: 67%;
  float: left;
}

.idxNews_rec ul {
  margin: 0 -25px;
}

.idxNews_rec ul li {
  width: 50%;
  padding: 0 25px;
  float: left;
}

.idxNews_rec ul li .idxNewsRec_img {
  width: 100%;
  height: 325px;
  overflow: hidden;
  background-color: #f3f6f9;
  border-radius: 8px;
  margin-bottom: 20px;
}

.idxNewsRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.idxNewsRec_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.idxNews_rec ul li:hover .idxNewsRec_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.idxNewsRec_img a em {
  display: inline-block;
  width: auto;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  background: linear-gradient(to right, #009ccf, #00b5af);
  position: absolute;
  left: 0;
  top: 0;
}

.idxNews_rec ul li .idxNewsRec_txt {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.idxNewsRec_txt a.idxNewsRec_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
  margin: 0 auto;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.idxNewsRec_txt a.idxNewsRec_name:hover {
  color: #009ccf;
  text-decoration: underline;
}

.idxNewsRec_txt p {
  width: 100%;
  height: 60px;
  overflow: hidden;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  word-break: break-all;
  margin: 12px auto 25px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.idxNewsRec_txt span {
  display: block;
  width: auto;
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 16px;
}

.idxNewsRec_txt span i {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin: 4px 10px 4px 0;
  float: left;
}

.idxNewsRec_txt span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.idxNewsRec_txt span i svg path {
  fill: #999999;
}


.idxNews_main .idxNews_list {
  width: 33%;
  padding: 0 0 0 100px;
  float: right;
}

.idxNews_list dl dd {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 10px;
}

.idxNews_list dl dd:last-child {
  margin-bottom: 0;
}

.idxNews_list dl dd .idxNewsList_name {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  clear: both;
}

.idxNews_list dl dd .idxNewsList_name a {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.idxNews_list dl dd:hover .idxNewsList_name a {
  color: #009ccf;
  text-decoration: underline;
}

.idxNews_list dl dd p {
  width: 100%;
  overflow: hidden;
  max-height: 52px;
  line-height: 26px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  margin-top: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* idxNews end */


@media (max-width:1680px) {
  .right-menu {
    right: 20px;
  }

  .Ba_txt p {
    line-height: 64px;
    font-size: 56px;
    margin: 40px 0 20px;
  }

  .Ba_txt span {
    line-height: 36px;
    font-size: 28px;
  }

  .Ba_txt a {
    width: 160px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    padding-right: 50px;
  }

  .Ba_txt a i {
    width: 50px;
    height: 50px;
    padding: 16px 0;
  }

  .Ba_swiper .swiper-pagination {
    width: 94% !important;
  }

  .Ba_dot {
    width: 94% !important;
  }



  .idxProducts_menu .swiper-slide p a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt a.idxProducts_name {
    font-size: 28px;
  }

  .idxSolution {
    padding-right: 100px;
  }

  .idxSolution_head .ly_more2 {
    top: 0;
  }

  .idxSolution_list {
    margin-top: 40px;
  }

  .idxSolution_list ul li .idxSolution_con {
    height: 420px;
  }


  .idxAbout_main .idxAbout_text {
    margin-top: 80px;
    padding-right: 50%;
  }

  .idxAbout_text .idxAbout_ms,
  .idxAbout_ms p {
    max-height: 90px;
    line-height: 30px;
    font-size: 16px;
  }

  .idxAbout_main .idxAbout_img {
    width: 960px;
    height: 960px;
    right: -200px;
  }

  .idxAbout_img i {
    width: 320px;
    height: 480px;
    left: -240px;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 320px;
  }

  .idxNews_main .idxNews_list {
    padding: 0 0 0 80px;
  }

  .idxNews_list dl dd p {
    margin-top: 8px;
  }


}

@media (max-width:1600px) {

  .Ba_txt p {
    line-height: 52px;
    font-size: 48px;
  }

  .Ba_txt span {
    line-height: 32px;
    font-size: 24px;
  }

  .Ba_txt a {
    margin-top: 60px;
  }


  .idxProducts_swiper .swiper-slide .idxProducts_txt a.idxProducts_name {
    font-size: 24px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_ms {
    margin: 15px auto 30px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_data {
    margin: 30px 0 60px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_btn {
    margin-top: 30px;
  }

  .idxProducts_btn a.btn1 {
    width: 144px;
    padding: 0 44px 0 20px;
  }

  .idxProducts_btn a.btn2 {
    width: 174px;
    padding: 0 44px 0 20px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 440px;
  }


  .idxSolution_list ul li .idxSolution_con {
    height: 400px;
  }

  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt a {
    line-height: 32px;
    font-size: 22px;
  }


  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 220px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText {
    padding: 20px 30px;
    border-radius: 12px;
  }

  .idxIndustry .idxIndustry_swiper2 {
    bottom: 40px;
  }

  .idxIndustry_swiper2 .swiper-container {
    width: 50%;
  }

  .idxIndustry_swiper2 .swiper-slide p {
    margin: 0 auto 10px;
  }

  .idxAbout_text .idxAbout_data {
    margin: 50px 0;
  }


  .idxNews_rec ul li .idxNewsRec_img {
    height: 300px;
    margin-bottom: 16px;
  }

  .idxNewsRec_txt p {
    margin: 8px auto 16px;
  }

  .idxNews_main .idxNews_list {
    padding: 0 0 0 50px;
  }

  .idxNews_list dl dd {
    padding: 6px 0;
    margin-bottom: 9px;
  }

}

@media (max-width:1560px) {
  .Ba_swiper .swiper-slide .Ba_txt {
    margin-top: 0;
  }

  .Ba_txt a {
    width: 152px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    margin-top: 50px;
    padding: 0 44px 0 22px;
  }

  .Ba_txt a i {
    width: 44px;
    height: 44px;
    padding: 14px 0;
  }

  .Ba_txt p {
    margin: 30px 0 15px;
  }


  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_ms {
    max-height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_data {
    margin: 25px 0 50px;
  }

  .idxProducts_data dl dd p {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .idxProducts_btn a.btn1 {
    width: 132px;
    font-size: 15px;
  }

  .idxProducts_btn a.btn2 {
    width: 164px;
    font-size: 15px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 400px;
  }


  .idxSolution_list ul li .idxSolution_con {
    height: 380px;
  }


  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 200px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText {
    border-radius: 8px;
  }

  .indText a.idxIndustry_name {
    font-size: 22px;
  }

  .indText p {
    font-size: 15px;
  }

  .indText a.idxIndustry_more {
    font-size: 14px;
  }

  .idxIndustry_swiper2 .swiper-slide span {
    font-size: 16px;
  }


  .idxAbout_text .idxAbout_ms, .idxAbout_ms p, .idxAbout_data ul li p em, .idxAbout_data ul li span {
    font-size: 15px;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 280px;
  }

  .idxNewsRec_img a em {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding: 0 20px;
  }

  .idxNewsRec_txt p,
  .idxNews_list dl dd p {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .idxNewsRec_txt span {
    font-size: 15px;
  }

}

@media (max-width:1440px) {

  .Ba_txt em {
    width: 40px;
    height: 3px;
  }

  .Ba_txt p {
    line-height: 48px;
    font-size: 44px;
  }

  .Ba_txt span {
    line-height: 30px;
    font-size: 20px;
  }

  .Ba_txt a {
    width: 132px;
    margin-top: 40px;
  }

  .Ba_txt a i {
    padding: 15px 0;
  }

  .Ba_txt a i svg {
    width: 14px;
    height: 14px;
  }

  .Ba_Scroll::before,
  .Ba_Scroll::after {
    font-size: 14px;
  }

  .Ba_swiper .swiper-pagination {
    font-size: 18px;
  }

  .Ba_swiper .swiper-pagination span.swiper-pagination-current {
    font-size: 32px;
  }


  .idxProducts_menu .swiper-slide p a {
    height: 44px;
    line-height: 44px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt {
    width: 48%;
    padding: 0 80px 0 0;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt a.idxProducts_name {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_ms {
    max-height: 56px;
    line-height: 28px;
    font-size: 14px;
    margin: 10px auto 20px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_data {
    margin: 20px 0 40px;
  }

  .idxProducts_data dl dd p {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .idxProducts_data dl dd span {
    font-size: 16px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_btn {
    margin-top: 20px;
  }

  .idxProducts_btn a.btn1,
  .idxProducts_btn a.btn2 {
    font-size: 14px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    width: 52%;
    height: 380px;
  }

  .idxProducts_swiper .swiper-button-prev {
    left: 48%;
  }


  .idxSolution {
    padding-right: 80px;
  }

  .idxSolution_list {
    margin-top: 30px;
  }

  .idxSolution_list ul li .idxSolution_con {
    height: 360px;
  }

  .idxSolution_list ul li .idxSolution_con .idxSolution_txt p {
    line-height: 24px;
    font-size: 14px;
  }

  .idxSolution_list ul li .idxSolution_con .idxSolution_txt i {
    margin-bottom: 12px;
  }

  .idxSolution_list ul li .idxSolution_con .idxSolution_txt a {
    font-size: 16px;
  }

  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt {
    padding: 20px 30px;
  }

  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt a {
    line-height: 30px;
    font-size: 20px;
  }

  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt::after {
    width: 24px;
    height: 3px;
    left: -8px;
    top: 85px;
  }


  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 200px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText {
    width: 440px;
    padding: 20px;
  }

  .indText a.idxIndustry_name {
    font-size: 20px;
  }

  .indText p {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .idxIndustry_swiper2 .swiper-slide span {
    font-size: 15px;
  }


  .idxAbout_main .idxAbout_img {
    width: 840px;
    height: 840px;
    right: -160px;
  }

  .idxAbout_img i {
    width: 240px;
    height: 400px;
    left: -200px;
  }

  .idxAbout_text .idxAbout_ms,
  .idxAbout_ms p {
    max-height: 84px;
    line-height: 28px;
    font-size: 14px;
  }

  .idxAbout_data ul li p {
    line-height: 40px;
    font-size: 48px;
  }

  .idxAbout_data ul li p em { font-size: 14px;}

  .idxAbout_data ul li span {
    font-size: 14px;
    margin-top: 4px;
  }

  .idxNews_main .idxNews_rec {
    width: 64%;
  }

  .idxNews_rec ul {
    margin: 0 -20px;
  }

  .idxNews_rec ul li {
    padding: 0 20px;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 260px;
    margin-bottom: 12px;
  }

  .idxNewsRec_img a em {
    font-size: 14px;
    padding: 0 15px;
  }

  .idxNewsRec_txt p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin: 6px auto 14px;
  }

  .idxNewsRec_txt span {
    font-size: 14px;
  }

  .idxNews_main .idxNews_list {
    width: 36%;
    padding: 0 0 0 40px;
  }

  .idxNews_list dl dd {
    padding: 0;
    margin-bottom: 12px;
  }

  .idxNews_list dl dd p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 7px;
  }

}

@media (max-width:1366px) {

  .Ba_txt p {
    line-height: 44px;
    font-size: 36px;
    margin: 30px 0 10px;
  }

  .Ba_txt span {
    line-height: 28px;
    font-size: 18px;
  }


  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 360px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt a.idxProducts_name {
    font-size: 20px;
  }

  .indText p {
    margin: 14px 0;
  }


  .idxAbout_text .idxAbout_data {
    margin: 40px 0;
  }

  .idxAbout_data ul {
    margin: 0 -44px;
  }

  .idxAbout_data ul li {
    padding: 0 44px;
  }

  .idxNews {
    margin: 60px auto 0;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 240px;
  }

  .idxNews_list dl dd p {
    margin-top: 2px;
  }

}

@media (max-width:1280px) {
  .Ba_txt em {
    width: 32px;
    height: 2px;
  }

  .Ba_txt p {
    line-height: 40px;
    font-size: 34px;
    margin: 20px 0 10px;
  }

  .Ba_txt span {
    line-height: 26px;
    font-size: 16px;
  }


  .idxProducts_head .idxProducts_menu {
    width: 64%;
  }

  .idxProducts_menu .swiper-slide p a {
    height: 40px;
    line-height: 40px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 340px;
  }

  .idxProducts_swiper .swiper-button-prev,
  .idxProducts_swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    padding: 16px;
  }


  .idxAbout_main .idxAbout_img {
    width: 740px;
    height: 740px;
    right: -120px;
  }

  .idxAbout_img i {
    width: 200px;
    height: 320px;
    left: -160px;
  }
}

@media (max-width:1200px) {

  .section,
  .fp-tableCell {
    height: auto !important;
  }


  .Ba_swiper {
    height: 560px;
    margin-top: 64px;
  }

  .Ba_swiper .swiper-slide .Ba_txt {
    padding-right: 0;
  }

  .Ba_txt p {
    font-size: 32px;
  }

  .Ba_dot,
  .Ba_Scroll,
  .Ba_swiper .swiper-pagination {
    bottom: 20px !important;
  }


  .idxProducts {
    padding: 64px 0;
  }

  .idxProducts .idxProducts_main {
    opacity: 1;
  }

  .idxProducts_head .idxProducts_menu {
    width: 72%;
  }

  .idxProducts_btn a.btn1 {
    margin-right: 20px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 340px;
  }


  .idxIndustry {
    height: 560px;
  }

  .idxIndustry .idxIndustry_head {
    top: 64px;
    opacity: 1;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 64px;
  }

  .idxIndustry .idxIndustry_swiper2 {
    display: none;
    opacity: 1;
  }


  .idxAbout {
    margin: 0 auto;
  }

  .idxAbout .idxAbout_main {
    padding: 64px 0;
    opacity: 1;
  }

  .idxAbout_main .idxAbout_text {
    margin: 0 auto;
    padding: 30px 50% 30px 0;
  }

  .idxAbout_main .idxAbout_img {
    width: 660px;
    height: 720px;
    right: -100px;
  }

  .idxAbout_img i {
    width: 200px;
    height: 280px;
    left: -140px;
  }


  .idxNews {
    margin: 0 auto;
    padding: 64px 0;
    opacity: 1;
  }

  .idxNews_rec ul {
    margin: 0 -16px;
  }

  .idxNews_rec ul li {
    padding: 0 16px;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 220px;
  }

  .idxNews_main .idxNews_list {
    width: 36%;
    padding: 0 0 0 32px;
  }

  .idxNews_list dl dd {
    margin-bottom: 10px;
  }

  .idxNews_list dl dd p {
    height: 44px;
    line-height: 22px;
    margin-top: 2.5px;
  }
}

@media (max-width:1080px) {
  .Ba_swiper {
    height: 500px;
  }

  .Ba_txt em {
    width: 30px;
    height: 2px;
  }

  .Ba_txt p {
    line-height: 36px;
  }

  .Ba_txt span {
    line-height: 24px;
    font-size: 16px;
  }

  .Ba_txt a {
    font-size: 14px;
  }

  .Ba_swiper .swiper-pagination {
    bottom: 20px !important;
  }

  .Ba_dot .swiper-container {
    width: 80px;
    padding: 6px 0;
  }

  .Ba_dot .swiper-slide {
    height: 20px;
  }


  .idxIndustry {
    height: 500px;
  }


  .idxProducts_swiper .swiper-slide .idxProducts_img {
    width: 50%;
    height: 320px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt {
    width: 50%;
    padding: 0 60px 0 0;
  }

  .idxProducts_data dl {
    margin: 0 -30px;
  }

  .idxProducts_data dl dd {
    padding: 0 30px;
  }

  .idxProducts_swiper .swiper-button-prev {
    left: 50%;
  }


  .idxAbout_main .idxAbout_text {
    margin: 0 auto;
    padding: 20px 48% 20px 0;
  }

  .idxAbout_data ul {
    margin: 0 -30px;
  }

  .idxAbout_data ul li {
    padding: 0 30px;
  }

  .idxAbout_main .idxAbout_img {
    width: 600px;
    height: 660px;
    right: -120px;
  }


  .idxNews_rec ul {
    margin: 0 -12px;
  }

  .idxNews_rec ul li {
    padding: 0 12px;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 202px;
  }

  .idxNews_main .idxNews_list {
    width: 36%;
    padding: 0 0 0 24px;
  }

  .idxNews_list dl dd .idxNewsList_name a {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

  .idxNews_list dl dd p {
    margin-top: 2px;
  }
}

@media (max-width:1024px) {
  .Ba_swiper {
    height: 480px;
  }

  .idxProducts_head .idxProducts_menu {
    width: 64%;
  }

  .idxProducts_menu .swiper-container {
    padding: 0 0 9px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt {
    width: 48%;
    padding: 0 40px 0 0;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_ms {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin: 10px auto 20px;
  }

  .idxProducts_data dl {
    margin: 0 -24px;
  }

  .idxProducts_data dl dd {
    padding: 0 24px;
  }

  .idxProducts_data dl dd p {
    margin-bottom: 4px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    width: 52%;
    height: 280px;
  }

  .idxProducts_swiper .swiper-button-prev {
    left: 48%;
  }

  .idxIndustry {
    height: 480px;
  }


  .idxAbout_main .idxAbout_text {
    padding: 0 48% 0 0;
  }

  .idxAbout_text .idxAbout_data {
    margin: 34px 0;
  }

  .idxAbout_data ul {
    margin: 0 -24px;
  }

  .idxAbout_data ul li {
    padding: 0 24px;
  }

  .idxAbout_data ul li span {
    margin-top: 0;
  }

  .idxAbout_main .idxAbout_img {
    width: 580px;
    height: 640px;
    right: -100px;
  }

  .idxAbout_img i {
    width: 180px;
    height: 240px;
    left: -120px;
  }


}

@media (max-width:920px) {
  .Ba_swiper {
    height: 440px;
  }

  .Ba_txt p {
    font-size: 30px;
  }

  .Ba_txt span {
    font-size: 15px;
  }


  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_data {
    margin: 20px 0 30px;
  }

  .idxProducts_data dl {
    margin: 0 -20px;
  }

  .idxProducts_data dl dd {
    padding: 0 20px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 264px;
  }


  .idxIndustry {
    height: 440px;
  }


  .idxAbout_data ul {
    margin: 0 -20px;
  }

  .idxAbout_data ul li {
    padding: 0 20px;
  }

  .idxAbout_data ul li p {
    line-height: 36px;
    font-size: 40px;
  }

  .idxAbout_data ul li p i {
    width: 26px;
    height: 26px;
    padding: 6px;
    top: -16px;
    right: -16px;
  }

  .idxAbout_data ul li p em, .idxAbout_data ul li span {
    font-size: 12px;
  }

  .idxAbout_main .idxAbout_img {
    width: 540px;
    height: 600px;
    right: -100px;
  }


  .idxNews_main .idxNews_rec {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 240px;
  }

  .idxNews_main .idxNews_list {
    width: 100%;
    padding: 0;
  }

  .idxNews_list dl dd {
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .idxNews_list dl dd .idxNewsList_name a {
    font-size: 18px;
  }

  .idxNews_list dl dd p {
    height: auto;
    max-height: 44px;
    margin-top: 4px;
  }
}

@media (max-width:820px) {
  .Ba_swiper {
    height: 400px;
  }

  .Ba_txt p {
    line-height: 32px;
    font-size: 26px;
    margin: 20px 0 6px;
  }

  .Ba_txt a {
    margin-top: 20px;
  }


  .idxProducts {
    padding: 40px 0;
  }

  .idxProducts_head .idxProducts_menu {
    width: 60%;
  }

  .idxProducts_menu .swiper-container {
    padding: 0 0 4px;
  }

  .idxProducts_swiper {
    padding: 0 60px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    width: 100%;
    height: 300px;
    margin: 0 auto 40px;
    padding: 0;
    float: none;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt {
    width: 100%;
    padding: 0;
    float: none;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt a.idxProducts_name {
    font-size: 22px;
    text-align: center;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_ms {
    text-align: center;
  }

  .idxProducts_data dl {
    width: 100%;
    margin: 0 -40px;
    text-align: center;
  }

  .idxProducts_data dl dd {
    display: inline-block;
    padding: 0 40px;
    vertical-align: top;
    float: none;
  }

  .idxProducts_data dl dd p i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 8px 0 0;
    vertical-align: middle;
    float: none;
  }

  .idxProducts_btn {
    text-align: center;
  }

  .idxProducts_btn a {
    display: inline-block;
    vertical-align: top;
    float: none;
  }

  .idxProducts_swiper .swiper-button-prev {
    left: 0;
  }


  .idxIndustry {
    height: 400px;
  }

  .idxIndustry .idxIndustry_head {
    top: 40px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 40px;
  }


  #particles-js canvas {
    width: 160% !important;
    height: 160% !important;
  }

  .idxAbout .idxAbout_main {
    display: block;
    padding: 0 0 40px;
  }

  .idxAbout_main .idxAbout_img {
    width: 100%;
    height: 400px;
    position: inherit;
    top: inherit;
    right: inherit;
  }

  .idxAbout_img a.abImg {
    border-radius: 0 0 0 90%;
  }

  .idxAbout_main .idxAbout_text {
    margin-top: -56px;
    padding: 0;
  }

  .idxAbout_text .idxAbout_data {
    margin: 40px 0 0;
  }

  .idxAbout_data ul {
    margin: 0 -40px;
  }

  .idxAbout_data ul li {
    padding: 0 40px;
  }

  .idxAbout_text .ly_more1 {
    position: absolute;
    right: 0;
    bottom: 10px;
  }


  .idxNews {
    padding: 40px 0;
  }
}

@media (max-width:767px) {
  .Ba_swiper {
    height: 240px;
  }

  .Ba_txt em {
    width: 24px;
  }

  .Ba_txt p {
    line-height: 26px;
    font-size: 20px;
    margin: 10px 0 0;
  }

  .Ba_txt span {
    line-height: 22px;
    font-size: 12px;
  }

  .Ba_txt a {
    display: none;
  }

  .Ba_dot,
  .Ba_Scroll,
  .Ba_swiper .swiper-pagination {
    bottom: 12px !important;
  }

  .Ba_Scroll::before,
  .Ba_Scroll::after {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  .Ba_Scroll p {
    width: 18px;
    height: 24px;
  }

  .Ba_dot .swiper-container {
    width: 68px;
    height: 24px;
    padding: 4px 0;
  }

  .Ba_dot .swiper-slide {
    height: 16px;
  }

  .Ba_swiper .swiper-pagination {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
  }

  .Ba_swiper .swiper-pagination span.swiper-pagination-current {
    font-size: 24px;
  }


  .ly_title1 p {
    line-height: 32px;
    font-size: 24px;
  }

  .ly_title1 span {
    font-size: 14px;
  }


  .idxProducts_swiper {
    padding: 0;
  }

  .idxProducts_head .idxProducts_menu {
    width: 100%;
    margin-bottom: 20px;
    position: inherit;
    top: inherit;
    right: inherit;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 260px;
    margin: 0 auto 20px;
  }

  .idxProducts_data dl {
    width: 100%;
    margin: 0;
  }

  .idxProducts_data dl dd {
    width: 33.333333%;
    padding: 0 15px;
    vertical-align: inherit;
    float: left;
  }

  .idxProducts_btn a.btn1 {
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    padding: 0 40px 0 20px;
  }

  .idxProducts_btn a.btn2 {
    height: 40px;
    line-height: 38px;
    padding: 0 40px 0 20px;
  }

  .idxProducts_btn a.btn1 i,
  .idxProducts_btn a.btn2 i {
    width: 40px;
    height: 40px;
    padding: 13px;
  }

  .idxProducts_swiper .swiper-button-prev,
  .idxProducts_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 13px;
    top: 30%;
  }


  .idxIndustry {
    height: 360px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText {
    width: 100%;
    padding: 12px;
  }

  .indText p {
    margin: 10px auto;
  }


  .idxAbout_main .idxAbout_img {
    height: 300px;
  }

  .idxAbout_main .idxAbout_text {
    margin-top: -52px;
  }

  .idxAbout_text .idxAbout_data {
    margin: 40px 0 20px;
  }

  .idxAbout_data ul {
    margin: 0 -15px;
  }

  .idxAbout_data ul li {
    width: 30%;
    padding: 0 15px;
  }

  .idxAbout_data ul li:nth-child(2) {
    width: 40%;
  }

  .idxAbout_data ul li p {
    line-height: 30px;
    font-size: 32px;
  }

  .idxAbout_data ul li p i {
    width: 20px;
    height: 20px;
    padding: 5px;
    top: -12px;
    right: -12px;
  }

  .idxAbout_text .ly_more1 {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }


  .idxNews_main .idxNews_rec {
    margin-bottom: 0;
  }

  .idxNews_rec ul {
    margin: 0;
  }

  .idxNews_rec ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    float: none;
  }

}

@media (max-width:390px) {
  .Ba_swiper {
    height: 200px;
  }

  .Ba_txt p {
    font-size: 18px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 240px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt a.idxProducts_name {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_data {
    margin: 20px 0;
  }

  .idxProducts_data dl dd {
    padding: 0;
  }

  .idxAbout_main .idxAbout_img {
    height: 280px;
  }

  .idxAbout_text .idxAbout_ms,
  .idxAbout_ms p {
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
  }

  .idxAbout_data ul {
    margin: 0 -15px;
  }

  .idxAbout_data ul li {
    padding: 0 15px;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 220px;
  }

}

@media (max-width:320px) {
  .Ba_swiper {
    height: 200px;
  }

  .idxAbout .idxAbout_main {
    padding: 0;
  }

  .idxAbout_main .idxAbout_img {
    height: 240px;
  }

  .idxAbout_text .idxAbout_data {
    margin: 10px 0 20px;
  }

  .idxAbout_data ul {
    justify-content: left;
  }

  .idxAbout_data ul li, .idxAbout_data ul li:nth-child(2) {
    width: 50%;
    padding-top: 20px;
  }

  .idxAbout_text .ly_more1 {
    margin-top: -64px;
    float: right;
  }

  .idxProducts,
  .idxNews {
    padding: 20px 0;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 200px;
  }

  .idxProducts_swiper .swiper-button-prev,
  .idxProducts_swiper .swiper-button-next {
    top: 22%;
  }

  .idxProducts_btn a.btn1 {
    width: 124px;
    margin-right: 6px;
  }

  .idxProducts_btn a.btn2 {
    width: 154px;
  }


  .idxIndustry {
    height: 320px;
  }

  .idxIndustry .idxIndustry_head {
    top: 20px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 20px;
  }


  .idxNews_rec ul li .idxNewsRec_img {
    height: 200px;
  }
}

@media (max-width:280px) {
  .Ba_swiper {
    height: 180px;
  }

  .Ba_dot,
  .Ba_Scroll {
    display: none;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_img {
    height: 180px;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_ms {
    margin: 10px auto;
  }

  .idxProducts_swiper .swiper-slide .idxProducts_txt .idxProducts_data {
    display: none;
  }

  .idxProducts_btn a.btn1 {
    margin: 0 0 10px;
  }

  .idxAbout_main .idxAbout_img {
    height: 200px;
  }

  .idxAbout_main .idxAbout_text {
    margin-top: -36px;
  }

  .idxNews_rec ul li .idxNewsRec_img {
    height: 170px;
  }

  .idxNewsRec_txt a.idxNewsRec_name,
  .idxNews_list dl dd .idxNewsList_name a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

}

.filter {
  opacity: 1 !important;
}