@charset "utf-8";
/* CSS Document */

.index-side {
  width: 100px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;

}

body.fp-viewing-page6 .index-side {
  display: none;
}

.index-side .line {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .25);
  -webkit-transition: height .5s linear;
  transition: height .5s linear
}

body.fp-viewing-page2 .index-side .line,
body.fp-viewing-page3 .index-side .line,
body.fp-viewing-page4 .index-side .line,
body.fp-viewing-page5 .index-side .line {
  background: rgba(0, 0, 0, .1)
}

.index-side .language {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  right: 0
}

.index-side .language li {
  position: relative
}

.index-side .language li:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16px;
  height: 1px;
  margin-left: -8px;
  background: rgba(255, 255, 255, .25);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.index-side .language li:last-child:after {
  display: none
}

.index-side .language a {
  display: block;
  line-height: 54px;
  text-align: center;
  color: rgba(255, 255, 255, .45);
  font-size: 14px
}

.index-side .language a:hover,
.index-side .language a.on {
  color: #fff
}

body.fp-viewing-page2 .index-side .language li:after,
body.fp-viewing-page3 .index-side .language li:after,
body.fp-viewing-page4 .index-side .language li:after,
body.fp-viewing-page5 .index-side .language li:after {
  background: rgba(0, 0, 0, .1);
}

body.fp-viewing-page2 .index-side .language a,
body.fp-viewing-page3 .index-side .language a,
body.fp-viewing-page4 .index-side .language a,
body.fp-viewing-page5 .index-side .language a {
  color: #999;
}

body.fp-viewing-page2 .index-side .language a:hover,
body.fp-viewing-page2 .index-side .language a.on,
body.fp-viewing-page3 .index-side .language a:hover,
body.fp-viewing-page3 .index-side .language a.on,
body.fp-viewing-page4 .index-side .language a:hover,
body.fp-viewing-page4 .index-side .language a.on,
body.fp-viewing-page5 .index-side .language a:hover,
body.fp-viewing-page5 .index-side .language a.on {
  color: #0098a5;
}

.index-side .btn {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  height: 100px;
  background: #0098a5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition-property: top, margin-top;
  transition-property: top, margin-top;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.index-side .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/close.svg) center no-repeat;
  background-size: 18px 18px;
  opacity: 0
}

.index-side .btn div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 20px;
  height: 13px;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear
}

.index-side .btn.btnHide {
  top: 0;
  margin-top: 0;
}

.index-side .btn.btnHide:before {
  opacity: 1
}

.index-side .btn.btnHide div {
  opacity: 0
}

.index-side .btn div i {
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: width .5s ease;
  transition: width .5s ease
}

.index-side .btn div i:nth-child(1) {
  width: 70%
}

.index-side .btn div i:nth-child(2) {
  width: 85%
}

.index-side .btn:hover div i:nth-child(1) {
  width: 100%
}

.index-side .btn:hover div i:nth-child(3) {
  width: 70%
}

.index-side ul.menu {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 20px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.index-side ul.menu li {
  height: 40px;
  position: relative
}

.index-side ul.menu li:last-child {
  display: none;
}

.index-side ul.menu li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, .45)
}

.index-side ul.menu li span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  background: url(../images/img20on.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima 2s linear infinite;
  animation: rotateAnima 2s linear infinite;
  opacity: 0
}

.index-side ul.menu li.active:before {
  background: #fff
}

.index-side ul.menu li.active span {
  opacity: 1
}

body.fp-viewing-page2 .index-side ul.menu li:before,
body.fp-viewing-page3 .index-side ul.menu li:before,
body.fp-viewing-page4 .index-side ul.menu li:before,
body.fp-viewing-page5 .index-side ul.menu li:before {
  background: rgba(0, 0, 0, 0.25)
}

body.fp-viewing-page2 .index-side ul.menu li span,
body.fp-viewing-page3 .index-side ul.menu li span,
body.fp-viewing-page4 .index-side ul.menu li span,
body.fp-viewing-page5 .index-side ul.menu li span {
  background-image: url(../images/img20on-black.png)
}

body.fp-viewing-page2 .index-side ul.menu li.active:before,
body.fp-viewing-page3 .index-side ul.menu li.active:before,
body.fp-viewing-page4 .index-side ul.menu li.active:before,
body.fp-viewing-page5 .index-side ul.menu li.active:before {
  background: #0098a5
}


.index-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.index-nav ul {
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 200px;
}

.index-nav ul li {
  width: 20%;
  height: 100%;
  overflow: hidden;
  padding-top: 22%;
  border-right: 1px solid #eee;
  position: relative;
}

.index-nav ul li:hover {
  padding-top: 12%;
  background-color: #0098a5;
  border-right: 1px solid #0098a5;
}

.index-nav ul li p {
  margin-bottom: 80px;
}

.index-nav ul li p span {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.index-nav ul li:hover p span {
  color: #fff;
}

.index-nav ul li p em {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #bbb;
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}

.index-nav ul li:hover p em {
  color: rgba(255, 255, 255, 0.25);
}

.index-nav ul li dl {
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.index-nav ul li:hover dl {
  opacity: 1;
  visibility: visible;
}

.index-nav ul li dl dd {
  width: 100%;
  text-align: center;
  padding: 10px 40px;
}

.index-nav ul li dl dd a {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  position: relative;
}

.index-nav ul li dl dd a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-nav ul li dl dd a:hover::after {
  width: 100%;
}

.index-nav ul li .num {
  width: 100%;
  height: 90px;
  overflow: hidden;
  line-height: 90px;
  color: rgba(0, 105, 114, .08);
  font-size: 120px;
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 0;
}

.index-nav ul li:hover .num {
  bottom: -90px;
}

.index-nav ul li .num::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  left: 0;
  bottom: 0;
}


body.navShow .index-nav {
  opacity: 1;
  visibility: visible
}

body.navShow .index-side {
  z-index: 9999;
}

body.navShow .index-side .line {
  height: 0
}

body.navShow .index-side .language {
  opacity: 0
}

body.navShow .index-side ul.menu {
  opacity: 0;
  visibility: hidden
}


/* .idxBanner start */
.idxBanner {
  width: 100%;
  height: 100%;
}

.idxBanner .swiper-container {
  width: 100%;
  height: 100%;
}

.idxBanner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.idxBanner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.idxBanner .swiper-slide .idxBanner_txt {
  padding-right: 800px;
  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%);
}

.idxBanner_txt em {
  display: block;
  width: 52px;
  height: 8px;
  background-color: #fff;
}

.idxBanner_txt p {
  line-height: 64px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin: 54px 0 30px;
}

.idxBanner_txt span {
  display: block;
  line-height: 40px;
  color: rgba(255, 255, 255, .65);
  font-size: 30px;
}

.idxBanner_txt a {
  display: block;
  width: 194px;
  height: 54px;
  overflow: hidden;
  line-height: 52px;
  color: #0098a5;
  font-size: 16px;
  text-align: center;
  margin-top: 80px;
  padding-right: 52px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 4px;
  position: relative;
}

.idxBanner_txt a:hover {
  color: #fff;
  background-color: #0098a5;
}

.idxBanner_txt a i {
  display: block;
  width: 52px;
  height: 52px;
  padding: 18px 0;
  border-left: 1px solid rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 0;
}

.idxBanner_txt a:hover i {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.idxBanner_txt a i svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

.idxBanner_txt a i svg path {
  fill: #0098a5;
}

.idxBanner_txt a:hover i svg path {
  fill: #ffffff;
}

.idxBanner .swiper-pagination {
  width: 1600px !important;
  text-align: left;
  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%);
}

.idxBanner .swiper-pagination-bullet {
  width: 42px;
  height: 42px;
  margin: 0 !important;
  background: none;
  color: transparent;
  position: relative;
  opacity: 1;
}

.idxBanner .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .25);
  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%);
}

.idxBanner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: none;
}

.idxBanner .swiper-pagination-bullet .num {
  display: none;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  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%);
}

.idxBanner .swiper-pagination-bullet.swiper-pagination-bullet-active .num {
  display: block;
}

.idxBanner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #ffffff;
}

.idxBanner .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 3s linear infinite;
  animation: circleProgressLoad_right 3s linear infinite;
}

.idxBanner .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 3s linear infinite;
  animation: circleProgressLoad_left 3s linear infinite;
}

.idxBanner .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}

.idxBanner .swiper-pagination {
  font-size: 0px;
}

.idxBanner .swiper-pagination>span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.idxBanner .swiper-container-rtl .swiper-button-next {
  left: calc(8.335% - 32px);
}

.idxBanner .swiper-container-rtl .swiper-button-prev {
  right: calc(8.335% - 32px);
}

.idxBanner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 5%;
}

.idxBanner .swiper-pagination-custom {
  bottom: 5%;
}

.idxBanner .swiper-pagination-fraction {
  bottom: 5%;
}

.right {
  right: -2px;
}

.left {
  left: -2px;
}

.circleProgress {
  width: 42px;
  height: 42px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(-135deg);
}

.rightcircle {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  right: 0px;
}

.leftcircle {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 0px;
}

.wrapper_con {
  width: 21px;
  height: 42px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }

  50%,
  100% {
    transform: rotate(225deg);
  }
}

@keyframes circleProgressLoad_left {

  0%,
  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(225deg);
  }
}

/* .idxBanner end */


/* .idxAbout start */
#section2 {
  background: url(../images/idxAbout_bg.jpg) center center no-repeat;
  background-size: cover;
}

.idxAbout {
  margin-top: 60px;
}

.idxAbout .idxAbout_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.idxAbout_main .idxAbout_text {
  width: 46%;
  padding-right: 60px;
}

.idxAbout_text .idxAbout_ms,
.idxAbout_ms p {
  overflow: hidden;
  max-height: 180px;
  line-height: 36px;
  color: #777;
  font-size: 18px;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin:0 !important;
}

.idxAbout_ms p { display:inline;}

.idxAbout_ms p span, .idxAbout_ms span { font-size: 18px !important;}

.idxAbout_text .idxAbout_data {
  margin: 60px 0;
}

.idxAbout_data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.idxAbout_data ul li {
  width: 33.333333%;
  padding: 0 20px;
}

.idxAbout_data ul li p {
  display: inline-block;
  line-height: 50px;
  color: #222;
  font-size: 56px;
  position: relative;
}

.idxAbout_data ul li p i {
  display: block;
  width: 30px;
  height: 30px;
  padding: 7px;
  background-color: #0098a5;
  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 span {
  display: block;
  line-height: 24px;
  color: #777;
  font-size: 16px;
  margin-top: 10px;
}

.idxAbout_main .idxAbout_right {
  width: 54%;
  padding: 0 30px;
}

.idxAbout_right .idxAbout_img {
  position: relative;
}

.idxAbout_img::before {
  content: '';
  display: none;
  width: 100px;
  height: 100px;
  background-color: #0098a5;
  border-radius: 50%;
  position: absolute;
  left: 60px;
  top: 0;
}

.idxAbout_img::after {
  content: '';
  display: none;
  width: calc(100% - 80px);
  height: calc(100% - 60px);
  background-color: #0098a5;
  border-radius: 150px 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .1;
}

.idxAbout_img a.abImg {
  display: block;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 0;
  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 */


/* idxProducts start */
.idxProducts { height: 100%; overflow: hidden; margin: 0 auto; padding-top: 80px; position: relative; display: flex; align-items: center;}
.idxProducts::before { content: ''; display: block; width: 77%; height: 100%; background: linear-gradient(to right, #ffffff, #dae4f2); position: absolute; left: 0; top: 0;}
.idxProducts::after { content: ''; display: block; width: 23%; height: 100%; background-color: #fff; position: absolute; right: 0; top: 0;}
.idxProducts .idxProducts_main { width: 100%; margin: 0 auto; position: relative; z-index: 1;}
.idxProducts_main .idxProducts_head { width: 77%; position: relative;}
.idxProducts_main .idxProducts_dec { line-height: 32px; color: #555; font-size: 22px; margin-top: -20px;}
.idxProducts_head .idxProducts_menu { position: absolute; top: 6px; right: 40px;}
.idxProducts_menu ul { margin: 0 -10px;}
.idxProducts_menu ul li { padding: 0 10px; float: left;}
.idxProducts_menu ul li a { display: block; width: auto; height: 48px; line-height: 48px; color: #555; font-size: 18px; font-weight: bold; padding: 0 30px; background-color: #fff; border-radius: 4px;}
.idxProducts_menu ul li a:hover { color: #fff; background-color: #0098a5;}
.idxProducts_menu ul li a i { display: inline-block; width: 0; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 0; background: url(../images/dot04.png) center center no-repeat; background-size: 100% 100%;}
.idxProducts_menu ul li a:hover i { width: 16px; margin: -2px 15px 0 0;}
.idxProducts_main .idxProducts_swiper { width: 100%; height: 600px; margin-top: -60px; position: relative;}
.idxProducts_main .idxProducts_big { width: 77%; height: 100%; position: relative; float: left;}
.idxProducts_big .swiper-container { width: 100%; height: 100%;}
.idxProducts_big .swiper-slide .idxProducts_con { height: 100%; position: relative;}
.idxProducts_big .swiper-slide .idxProducts_img { width: 60%; height: 100%; overflow: hidden; padding: 0 60px; float: right;}
.idxProducts_big .swiper-slide .idxProducts_img a { display: block; width: 100%; height: 100%; overflow: hidden; background: url(../images/pro_img_bg.png) center center no-repeat; background-size: 100% 100%; position: relative;}
.idxProducts_big .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_big .swiper-slide .idxProducts_txt { width: 40%; padding: 0 60px 0 40px; 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_big .swiper-slide .idxProducts_txt::before { content: ''; display: block; width: 1px; height: 100%; background-color: #0098a5; position: absolute; left: 3px; top: 0;}
.idxProducts_big .swiper-slide .idxProducts_txt::after { content: ''; display: block; width: 7px; height: 7px; background-color: #0098a5; border-radius: 2px; position: absolute; left: 0; top: 17px;}
.idxProducts_big .swiper-slide .idxProducts_txt a.idxProducts_name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #0098a5; font-size: 30px; font-weight: bold; text-align: left; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.idxProducts_big .swiper-slide .idxProducts_txt p { display: block; width: 100%; height: 108px; overflow: hidden; line-height: 36px; color: #999; font-size: 18px; text-align: justify; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 30px auto 60px;}
.idxProducts_swiper .swiper-button-next { width: 23%; height: 100%; margin: 0; background: rgba(255, 255, 255, .5); position: absolute; top: 0; right: 0; z-index: 1;}
.idxProducts_swiper i.idxProducts_arrow { display: block; width: 40px; height: 200px; overflow: hidden; background: url(../images/pro_jt_bg.png) center center no-repeat; background-size: 100% 100%; position: absolute; left: 77%; top: 50%; z-index: 2; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); display: flex; align-items: center; justify-items: center;}
.idxProducts_swiper i.idxProducts_arrow svg { display: block; width: 36px; height: 36px; animation-name: fadeInLeft; animation-duration: 1.5s; animation-iteration-count: infinite;}
.idxProducts_swiper i.idxProducts_arrow svg path { fill: #0098a5;}


.idxProducts_main .idxProducts_small { width: 23%; height: 100%; padding: 0 0 0 60px; position: relative; float: right; display: flex; align-items: center;}
.idxProducts_small .swiper-container { width: 100%; height: auto; position: relative;}
.idxProducts_small .swiper-slide .idxProducts_img { width: 100%; height: 280px; overflow: hidden; margin: 0 auto;}
.idxProducts_small .swiper-slide .idxProducts_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxProducts_small .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_small .swiper-slide .idxProducts_name a { display: block; width: 100%; line-height: 30px; color: #222; font-size: 18px; font-weight: bold; text-align: center; margin: 0 auto;}

/* idxProducts end */


/* idxSolution start */
#section4 { background: url(../images/idxSolution_bg.jpg) center center no-repeat; background-size: cover;}
.idxSolution { margin: 80px auto 0;}
.idxSolution .idxSolution_head { position: relative;}
.idxSolution_head .ly_more1 { position: absolute; top: 3px; right: 0;}
.idxSolution_dec { line-height: 32px; color: #555; font-size: 22px; margin-top: -20px;}

.idxSolution_list { margin-top: 60px;}
.idxSolution_list ul { margin: 0 -10px;}
.idxSolution_list ul li { width: 14%; padding: 0 10px; float: left;}
.idxSolution_list ul li.active { width: 44%;}
.idxSolution_list ul li .idxSolution_con { width: 100%; height: 480px; background-color: #fff; position: relative;}
.idxSolution_list ul li .idxSolution_con .idxSolution_img { width: 100%; height: 100%; overflow: hidden; border-radius: 8px;}
.idxSolution_list ul li .idxSolution_con .idxSolution_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.idxSolution_list ul li .idxSolution_con .idxSolution_img a img { display: block; width: 100%; height: 100%; margin: auto; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.idxSolution_list ul li .idxSolution_con .idxSolution_img a::after { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); position: absolute; left: 0; bottom: 0;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt { padding: 20px; position: absolute; bottom: 0;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt i { display: block; width: 40px; height: 40px; overflow: hidden; margin-bottom: 20px;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt a { display: block; width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #fff; font-size: 18px; font-weight: bold;}
.idxSolution_list ul li .idxSolution_con .idxSolution_txt p { display: none; line-height: 26px; color: rgba(255, 255, 255, .65); font-size: 16px; margin-top: 4px;}
.idxSolution_list ul li.active .idxSolution_con .idxSolution_txt { padding: 30px 40px;}
.idxSolution_list ul li.active .idxSolution_con .idxSolution_txt a { line-height: 36px; font-size: 24px;}
.idxSolution_list ul li.active .idxSolution_con .idxSolution_txt p { display: block;}
.idxSolution_list ul li.active .idxSolution_con .idxSolution_txt::after { content: ''; display: block; width: 28px; height: 4px; background-color: #0098a5; position: absolute; left: -8px; top: 106px;}

/* idxSolution 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%);}
.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 bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); 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, .2); border: 1px solid rgba(255, 255, 255, .2); border-radius: 16px;}
.idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText:hover { background-color: rgba(255, 255, 255, .8);}
.indText a.idxIndustry_name { display: block; height: 40px; line-height: 40px; color: #fff; font-size: 30px; font-weight: bold;}
.indText:hover a.idxIndustry_name { color: #0098a5;}
.indText a.idxIndustry_name i { display: block; width: 40px; height: 40px; overflow: hidden; margin-right: 12px; padding: 8px; background-color: #fff; border-radius: 50%; float: left;}
.indText a.idxIndustry_name i img { display: block; width: 100%; height: 100%; margin: 0 auto;}


.indText p { width: 100%; max-height: 60px; overflow: hidden; line-height: 30px; color: rgba(255, 255, 255, .65); font-size: 18px; margin: 15px 0 30px; 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: auto; height: 30px; line-height: 30px; color: #fff; font-size: 16px;}
.indText:hover a.idxIndustry_more { color: #0098a5;}
.indText a.idxIndustry_more i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: 0;}
.indText:hover a.idxIndustry_more i { margin: 0 0 0 10px;}
.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: #0098a5;}

.idxIndustry .idxIndustry_swiper2 { 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%);}
.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 rgba(229, 229, 229, 1);}
.idxIndustry_swiper2 .swiper-slide p i { display: block; width: 60px; height: 60px; overflow: hidden; margin: 0 auto; padding: 13px; background-color: #fff; border-radius: 50%;}
.idxIndustry_swiper2 .swiper-slide p i img { display: block; width: 34px; height: 34px; margin: 0 auto;}
.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: rgba(255, 255, 255, 1);}

/* idxIndustry end */


/* idxNews start */
#section5 { background: linear-gradient(to bottom, #c1d0e3, #f3f6f9);}
.idxNews { margin: 80px auto 0;}
.idxNews .idxNews_head { position: relative;}
.idxNews_head .ly_more1 { position: absolute; top: 3px; right: 0;}
.idxNews_dec { line-height: 32px; color: #555; font-size: 22px; margin-top: -20px;}

.idxNews .idxNews_main { margin: 60px -16px 0;}
.idxNews_main .idxNews_rec { width: 32%; padding: 0 16px; float: left;}
.idxNews_rec .idxNewsRec_swiper { width: 100%; height: auto; overflow: hidden;}
.idxNewsRec_swiper .swiper-container { position: relative;}
.idxNewsRec_swiper .idxNewsRec_img { width: 100%; height: 300px; overflow: hidden; background-color: #f3f6f9; border-radius: 8px 8px 0 0;}
.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;}
.idxNewsRec_swiper .swiper-slide:hover .idxNewsRec_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.idxNewsRec_img a::after { content: ''; display: block; width: 100%; height: 100%; overflow: hidden; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); position: absolute; left: 0; top: 0;}

.idxNewsRec_swiper .idxNewsRec_txt { width: 100%; height: 214px; overflow: hidden; padding: 24px 32px; background-color: #fff; border-radius: 0 0 8px 8px;}
.idxNewsRec_txt p, .idxNewsHot_con p { width: 100%; height: 30px; overflow: hidden; margin: 0 auto; clear: both;}
.idxNewsRec_txt p em, .idxNewsHot_con p em { display: block; width: auto; height: 24px; line-height: 22px; color: #0098a5; font-size: 14px; font-style: normal; margin: 3px 0; padding: 0 10px; border: 1px solid rgba(0, 105, 114, 0.2); border-radius: 4px; float: left;}
.idxNewsRec_txt p span, .idxNewsHot_con p span { display: block; width: auto; height: 24px; line-height: 24px; color: #999; font-size: 14px; margin: 3px 0; float: right;}
.idxNewsRec_txt p span i, .idxNewsHot_con p span i { display: block; width: 13px; height: 13px; overflow: hidden; margin: 5px 8px 5px 0; float: left;}
.idxNewsRec_txt p span i svg, .idxNewsHot_con p span i svg { display: block; width: 100%; height: 100%;}
.idxNewsRec_txt p span i svg path, .idxNewsHot_con p span i svg path { fill: #999999;}
.idxNewsRec_txt a.idxNewsRec_name, .idxNewsHot_con a.idxNewsHot_name { display: block; width: 100%; height: auto; max-height: 64px; overflow: hidden; line-height: 32px; color: #222; font-size: 20px; font-weight: bold; word-break: break-all; margin: 12px auto 24px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idxNewsRec_txt a.idxNewsRec_name:hover, .idxNewsHot_con a.idxNewsHot_name:hover { color: #0098a5;}
.idxNewsRec_txt a.idxNewsRec_more, .idxNewsHot_con a.idxNewsHot_more { display: inline-block; width: auto; height: 30px; line-height: 30px; color: #999; font-size: 16px;}
.idxNewsRec_txt a.idxNewsRec_more:hover, .idxNewsHot_con a.idxNewsHot_more:hover { color: #0098a5;}
.idxNewsRec_txt a.idxNewsRec_more i, .idxNewsHot_con a.idxNewsHot_more i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 0;}
.idxNewsRec_txt a.idxNewsRec_more:hover i, .idxNewsHot_con a.idxNewsHot_more:hover i { margin: -2px 0 0 10px;}
.idxNewsRec_txt a.idxNewsRec_more i svg, .idxNewsHot_con a.idxNewsHot_more i svg { display: block; width: 100%; height: 100%; margin: 0 auto;}
.idxNewsRec_txt a.idxNewsRec_more i svg path, .idxNewsHot_con a.idxNewsHot_more i svg path { fill: #999999;}
.idxNewsRec_txt a.idxNewsRec_more:hover i svg path, .idxNewsHot_con a.idxNewsHot_more:hover i svg path { fill: #0098a5;}
.idxNewsRec_swiper .swiper-container .swiper-pagination { padding: 16px; text-align: right; bottom: 214px;}
.idxNewsRec_swiper .swiper-container .swiper-pagination-bullet { background: #fff; opacity: 0.45;}
.idxNewsRec_swiper .swiper-container .swiper-pagination-bullet-active { opacity: 1;}
.idxNews_main .idxNews_hot { width: 30%; padding: 0 16px; float: left;}
.idxNews_hot .idxNewsHot_con { width: 100%; height: 514px; overflow: hidden; padding: 64px 32px; background-color: #fff; border-radius: 8px;}
.idxNewsHot_con .idxNewsHot_ms { width: 100%; overflow: hidden; max-height: 90px; line-height: 30px; color: #999; font-size: 16px; text-align: justify; margin: 32px auto 64px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.idxNews_main .idxNews_list { width: 38%; padding: 0 16px; float: left;}
.idxNews_list dl dd { width: 100%; height: 150px; overflow: hidden; padding: 24px 32px; background-color: #fff; border-radius: 8px; margin-bottom: 32px;}
.idxNews_list dl dd:last-child { margin-bottom: 0;}
.idxNews_list dl dd:hover { background-color: #0098a5;}
.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: calc(100% - 120px); height: 32px; overflow: hidden; line-height: 32px; 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: #fff;}
.idxNews_list dl dd .idxNewsList_name span { display: block; width: auto; height: 24px; line-height: 24px; color: #999; font-size: 14px; margin: 3px 0; float: right;}
.idxNews_list dl dd:hover .idxNewsList_name span { color: rgba(255, 255, 255, .45);}
.idxNews_list dl dd .idxNewsList_name span i { display: block; width: 13px; height: 13px; overflow: hidden; margin: 5px 8px 5px 0; float: left;}
.idxNews_list dl dd .idxNewsList_name span i svg { display: block; width: 100%; height: 100%;}
.idxNews_list dl dd .idxNewsList_name span i svg path { fill: #999999;}
.idxNews_list dl dd:hover .idxNewsList_name span i svg path { fill: rgba(255, 255, 255, .45);}
.idxNews_list dl dd p { width: 100%; overflow: hidden; max-height: 56px; line-height: 28px; color: #999; font-size: 16px; text-align: justify; margin-top: 12px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idxNews_list dl dd:hover p { color: rgba(255, 255, 255, .45);}

/* idxNews end */


@media (max-width:1680px) {
  .idxBanner .swiper-slide .idxBanner_txt { padding-right: 50%;}
  .idxBanner_txt em { width: 50px; height: 5px;}
  .idxBanner_txt p { line-height: 60px; font-size: 48px; margin: 40px 0 20px;}
  .idxBanner_txt span { line-height: 32px; font-size: 24px;}
  .idxBanner_txt a { width: 180px; height: 50px; line-height: 48px; margin-top: 60px; padding-right: 50px;}
  .idxBanner_txt a i { width: 50px; height: 50px; padding: 16px 0;}
  .idxBanner .swiper-pagination { width: 94% !important;}

  .idxAbout .idxAbout_main { padding-right: 80px;}
  .idxAbout_main .idxAbout_text { padding-right: 40px;}
  .idxAbout_text .idxAbout_ms, .idxAbout_ms p {
    max-height: 160px;
    line-height: 32px;
    font-size: 16px;
  }
  .idxAbout_text .idxAbout_data {
    margin: 40px 0;
  }
  .idxAbout_data ul li p {
    line-height: 40px;
    font-size: 50px;
  }
  .idxAbout_data ul li span {
    line-height: 20px;
    font-size: 14px;
  }
  .idxAbout_main .idxAbout_right {
    padding: 0 20px;
  }
  .idxAbout_img a.abImg {
    height: 464px;
  }
  .idxAbout_img::before {
    left: 40px;
  }
  .idxAbout_img::after {
    border-radius: 140px 16px;
  }


  .idxProducts_head .idxProducts_menu {
    top: 1px;
  }
  .idxProducts_menu ul li a {
    padding: 0 20px;
  }
  .idxProducts_main .idxProducts_swiper {
    height: 500px;
  }
  .idxProducts::before, .idxProducts_main .idxProducts_head, .idxProducts_main .idxProducts_big {
    width: 74%;
  }
  .idxProducts_swiper i.idxProducts_arrow {
    left: 74%;
  }
  .idxProducts_big .swiper-slide .idxProducts_img {
    width: 50%;
    padding: 0 50px;
  }
  .idxProducts_big .swiper-slide .idxProducts_txt {
    width: 50%;
    padding: 0 50px 0 40px;
  }
  .idxProducts_big .swiper-slide .idxProducts_txt a.idxProducts_name {
    font-size: 28px;
  }
  .idxProducts::after, .idxProducts_swiper .swiper-button-next {
    width: 26%;
  }
  .idxProducts_main .idxProducts_small {
    width: 26%;
    padding: 0 50px;
  }
  .idxProducts_small .swiper-slide .idxProducts_img {
    height: 260px;
  }
  .idxProducts_big .swiper-slide .idxProducts_txt p {
    height: 96px;
    line-height: 32px;
    font-size: 16px;
    margin: 20px auto 40px;
  }

  .idxSolution {
    padding-right: 100px;
  }
  .idxSolution_head .ly_more1 {
    top: 0;
  }
  .idxSolution_list {
    margin-top: 40px;
  }
  .idxSolution_list ul li .idxSolution_con {
    height: 420px;
  }


  .indText a.idxIndustry_name {
    font-size: 28px;
  }
  .indText p {
    font-size: 16px;
  }

  .idxNews {
    padding-right: 100px;
  }
  .idxNews_head .ly_more1 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .idxNews .idxNews_main {
    margin: 40px -15px 0;
  }
  .idxNews_main .idxNews_rec, .idxNews_main .idxNews_hot, .idxNews_main .idxNews_list {
    padding: 0 15px;
  }
  .idxNewsRec_swiper .idxNewsRec_img {
    height: 280px;
  }
  .idxNewsRec_swiper .idxNewsRec_txt {
    height: 200px;
    padding: 20px 30px;
  }
  .idxNews_hot .idxNewsHot_con {
    height: 480px;
    padding: 60px 30px;
  }
  .idxNews_list dl dd {
    height: 140px;
    margin-bottom: 30px;
    padding: 20px 30px;
  }
}

@media (max-width:1600px) {
  .index-nav ul li {
    padding-top: 20%;
  }
  .index-nav ul li:hover {
    padding-top: 8%;
  }
  .index-nav ul li p {
    margin-bottom: 50px;
  }
  .index-nav ul li p span {
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 4px;
  }
  .index-nav ul li p em {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }
  .index-nav ul li dl dd {
    padding: 5px 20px;
  }
  .index-nav ul li dl dd a {
    font-size: 16px;
  }
  .index-nav ul li .num {
    bottom: 10%;
  }

  .idxBanner_txt p { line-height: 52px; font-size: 44px;}
  .idxBanner_txt span { line-height: 30px; font-size: 22px;}
  .idxBanner_txt a { margin-top: 60px;}


  .idxAbout_data ul li span { margin-top: 6px;}
  .idxAbout_img a.abImg { height: 455px;}

  .idxProducts_main .idxProducts_dec, .idxSolution_dec, .idxNews_dec { line-height: 30px; font-size: 20px;}
  .idxProducts_main .idxProducts_swiper { height: 440px;}
  .idxProducts_big .swiper-slide .idxProducts_txt a.idxProducts_name { font-size: 26px;}
  .idxProducts_big .swiper-slide .idxProducts_txt p { height: 90px; line-height: 30px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 240px;}

  .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;}

  .idxNewsRec_swiper .idxNewsRec_img { height: 260px;}
  .idxNews_hot .idxNewsHot_con { height: 460px;}
  .idxNews_list dl dd { margin-bottom: 20px;}

}

@media (max-width:1560px) {
  .idxBanner .swiper-slide .idxBanner_txt { margin-top: 0;}

  .idxBanner_txt a {
    width: 160px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    padding-right: 44px;
  }

  .idxBanner_txt a i {
    width: 44px;
    height: 44px;
    padding: 14px 0;
  }

  .idxAbout_text .idxAbout_ms { margin-top: -10px;}
  .idxAbout_text .idxAbout_ms, .idxAbout_ms p { max-height: 150px; line-height: 30px; font-size: 15px;}
  .idxAbout_img a.abImg { height: 435px;}

  .idxProducts_menu ul li a { height: 44px; line-height: 44px; font-size: 16px;}
  .idxProducts_menu ul li a:hover i { margin: -4px 10px 0 0;}
  .idxProducts_main .idxProducts_swiper { height: 420px;}
  .idxProducts_big .swiper-slide .idxProducts_txt a.idxProducts_name { font-size: 24px;}

  .idxProducts_big .swiper-slide .idxProducts_txt p { font-size: 15px; margin: 15px auto 30px;}
  .idxSolution_list ul li .idxSolution_con { height: 380px;}

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText { border-radius: 8px;}
  .indText a.idxIndustry_name { font-size: 24px;}

  .indText p { font-size: 15px;}
  .indText a.idxIndustry_more { font-size: 14px;}
  .idxIndustry_swiper2 .swiper-slide span { font-size: 16px;}
}

@media (max-width:1440px) {
  .index-side {
    width: 80px;
  }

  .index-side .language a {
    line-height: 44px;
  }

  .index-side .btn {
    height: 80px;
  }

  .index-side ul.menu {
    right: 30px;
    bottom: 20px;
  }

  .index-side ul.menu li {
    height: 30px;
  }

  .index-nav ul {
    padding-right: 160px;
  }

  .index-nav ul li p {
    margin-bottom: 40px;
  }

  .index-nav ul li p span {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 4px;
  }

  .index-nav ul li dl dd {
    padding: 0 20px;
  }

  .index-nav ul li dl dd a {
    font-size: 14px;
  }

  .index-nav ul li .num {
    height: 74px;
    line-height: 74px;
    font-size: 100px;
  }


  .idxBanner_txt em {
    width: 40px;
    height: 4px;
  }

  .idxBanner_txt p {
    line-height: 50px;
    font-size: 40px;
    margin: 30px 0 15px;
  }

  .idxBanner_txt span {
    line-height: 28px;
    font-size: 18px;
  }

  .idxBanner_txt a {
    width: 152px;
    margin-top: 40px;
  }


  .idxAbout .idxAbout_main { padding-right: 60px;}
  .idxAbout_text .idxAbout_ms, .idxAbout_ms p { max-height: 140px; line-height: 28px; font-size: 14px;}
  .idxAbout_data ul li p { line-height: 40px; font-size: 46px;}
  .idxAbout_data ul li p i { width: 26px; height: 26px; padding: 6px; top: -16px; right: -16px;}
  .idxAbout_img a.abImg { height: 390px;}
  .idxAbout_img::after { border-radius: 100px 8px;}


  .idxProducts_main .idxProducts_dec, .idxSolution_dec, .idxNews_dec { line-height: 28px; font-size: 18px;}
  .idxProducts_main .idxProducts_swiper { height: 400px; margin-top: -40px;}
  .idxProducts_big .swiper-slide .idxProducts_txt p { height: 84px; line-height: 28px; font-size: 14px; margin: 12px auto 24px;}
  .idxProducts_main .idxProducts_small { padding: 0 40px;}
  .idxProducts_small .swiper-slide .idxProducts_img { height: 220px;}


  .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 p { max-height: 48px; line-height: 24px; font-size: 14px; margin: 10px auto 20px;}

  .idxNews { padding-right: 80px;}
  .idxNews .idxNews_main { margin: 30px -10px 0;}
  .idxNews_main .idxNews_rec, .idxNews_main .idxNews_hot, .idxNews_main .idxNews_list { padding: 0 10px;}
  .idxNewsRec_swiper .idxNewsRec_img { height: 240px;}
  .idxNewsRec_swiper .idxNewsRec_txt { height: 190px; padding: 20px;}
  .idxNewsRec_txt a.idxNewsRec_name, .idxNewsHot_con a.idxNewsHot_name { max-height: 60px; line-height: 30px; font-size: 18px; margin: 10px auto 20px;}
  .idxNewsRec_txt a.idxNewsRec_more, .idxNewsHot_con a.idxNewsHot_more { font-size: 14px;}
  .idxNewsRec_swiper .swiper-container .swiper-pagination { bottom: 190px;}

  .idxNews_hot .idxNewsHot_con { height: 430px; padding: 60px 20px;}
  .idxNewsHot_con .idxNewsHot_ms { max-height: 72px; line-height: 24px; font-size: 14px; margin: 30px auto 60px;}

  .idxNews_list dl dd { height: 130px; padding: 20px;}
  .idxNews_list dl dd p { max-height: 48px; line-height: 24px; font-size: 14px; margin-top: 10px;}

}

@media (max-width:1366px) {
  .idxProducts_menu ul li {
    padding: 0 5px;
  }

  .idxProducts_menu ul li a {
    font-size: 15px;
    padding: 0 15px;
  }

  .idxProducts_main .idxProducts_swiper {
    height: 360px;
    margin-top: -40px;
  }

  .idxProducts_big .swiper-slide .idxProducts_txt,
  .idxProducts_big .swiper-slide .idxProducts_img {
    padding: 0 40px;
  }

  .idxProducts_big .swiper-slide .idxProducts_txt p {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    margin: 10px auto 20px;
  }


  .idxSolution_list ul {
    margin: 0 -6px;
  }

  .idxSolution_list ul li {
    padding: 0 6px;
  }

  .idxSolution_list ul li .idxSolution_con {
    height: 350px;
  }

  .idxSolution_list ul li .idxSolution_con .idxSolution_txt a {
    font-size: 15px;
  }

  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt a {
    font-size: 18px;
  }


  .idxNewsRec_swiper .idxNewsRec_img {
    height: 220px;
  }

  .idxNewsRec_swiper .idxNewsRec_txt {
    height: 180px;
  }

  .idxNewsRec_txt a.idxNewsRec_name {
    margin: 10px auto;
  }

  .idxNewsRec_swiper .swiper-container .swiper-pagination {
    padding: 12px;
    bottom: 180px;
  }

  .idxNews_hot .idxNewsHot_con {
    height: 400px;
    padding: 60px 20px;
  }

  .idxNewsHot_con .idxNewsHot_ms {
    margin: 25px auto 50px;
  }

  .idxNews_list dl dd {
    height: 120px;
  }

  .idxNews_list dl dd p {
    margin-top: 4px;
  }

}

@media (max-width:1280px) {
  .idxBanner_txt em {
    width: 32px;
  }

  .idxBanner_txt p {
    line-height: 48px;
    font-size: 36px;
    margin: 20px 0 10px;
  }

  .idxBanner_txt span {
    line-height: 26px;
    font-size: 16px;
  }


  .idxAbout_main .idxAbout_text {
    padding-right: 0;
  }

  .idxAbout_text .idxAbout_ms,
  .idxAbout_ms p {
    max-height: 120px;
    line-height: 24px;
    font-size: 14px;
  }

  .idxAbout_text .idxAbout_data {
    margin: 30px 0;
  }

  .idxAbout_data ul {
    margin: 0 -10px;
  }

  .idxAbout_data ul li {
    padding: 0 10px;
  }

  .idxAbout_img a.abImg {
    height: 360px;
  }


  .idxProducts_main .idxProducts_dec, .idxSolution_dec, .idxNews_dec { line-height: 26px; font-size: 16px;}
  .idxProducts_main .idxProducts_swiper {
    height: 340px;
    margin-top: -50px;
  }

  .idxProducts_small .swiper-slide .idxProducts_img {
    height: 200px;
  }


  .idxSolution_list ul li .idxSolution_con {
    height: 326px;
  }


  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText {
    width: 400px;
  }


  .idxNewsRec_swiper .idxNewsRec_img {
    height: 200px;
  }

  .idxNewsRec_swiper .idxNewsRec_txt {
    height: 170px;
    padding: 15px 20px;
  }

  .idxNewsRec_swiper .swiper-container .swiper-pagination {
    bottom: 170px;
  }

  .idxNews_hot .idxNewsHot_con {
    height: 370px;
    padding: 50px 20px;
  }

  .idxNewsHot_con .idxNewsHot_ms {
    margin: 20px auto 40px;
  }

  .idxNews_list dl dd {
    height: 110px;
    padding: 15px 20px;
  }

  .idxNews_list dl dd .idxNewsList_name a {
    width: calc(100% - 100px);
    font-size: 16px;
  }

  .idxNews_list dl dd p {
    margin-top: 0;
  }
}

@media (max-width:1200px) {
  .index-side {
    display: none;
  }


  .section,
  .fp-tableCell {
    height: auto !important;
  }


  .idxBanner {
    height: 560px;
    margin-top: 64px;
  }

  .idxBanner_txt p {
    line-height: 44px;
    font-size: 32px;
  }


  .idxAbout {
    margin: 0 auto;
    padding: 60px 0;
  }

  .idxAbout .idxAbout_main {
    padding-right: 0;
  }

  .idxAbout_main .idxAbout_right {
    padding: 0 0 0 20px;
  }

  .idxAbout_img a.abImg {
    height: 350px;
  }


  .idxProducts {
    padding: 80px 0 40px;
  }

  .idxProducts_main .idxProducts_swiper {
    height: 320px;
    margin-top: -40px;
  }

  .idxProducts_main .idxProducts_small {
    padding: 0 0 0 40px;
  }


  .idxSolution {
    margin: 0 auto;
    padding: 80px 0;
  }


  .idxIndustry {
    height: 560px;
  }

  .idxIndustry .idxIndustry_head {
    top: 80px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 80px;
  }

  .idxIndustry .idxIndustry_swiper2 {
    display: none;
  }


  .idxNews {
    margin: 0 auto;
    padding: 80px 0;
  }
}

@media (max-width:1080px) {
  .idxBanner {
    height: 520px;
  }

  .idxBanner_txt em {
    width: 30px;
    height: 2px;
  }

  .idxBanner_txt p {
    line-height: 40px;
    font-size: 30px;
  }

  .idxBanner_txt span {
    line-height: 24px;
    font-size: 14px;
  }

  .idxBanner_txt a {
    width: 144px;
    font-size: 14px;
  }

  .idxBanner .swiper-pagination {
    bottom: 20px !important;
  }


  .idxAbout {
    padding: 40px 0;
  }


  .idxProducts {
    padding: 40px 0;
  }

  .idxProducts_main .idxProducts_swiper {
    height: 300px; margin-top: -20px;
  }

  .idxProducts_small .swiper-slide .idxProducts_img {
    height: 180px;
  }


  .idxSolution {
    padding: 60px 0;
  }

  .idxSolution_list ul li .idxSolution_con {
    height: 300px;
  }

  .idxSolution_list ul li .idxSolution_con .idxSolution_txt {
    padding: 12px;
  }

  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt {
    padding: 12px 24px;
  }

  .idxSolution_list ul li.active .idxSolution_con .idxSolution_txt::after {
    width: 16px;
    height: 2px;
    left: -4px;
    top: 78px;
  }


  .idxIndustry {
    height: 520px;
  }

  .idxIndustry .idxIndustry_head {
    top: 60px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 60px;
  }


  .idxNews {
    padding: 60px 0;
  }
}

@media (max-width:1024px) {
  .idxBanner {
    height: 500px;
  }

  .idxAbout_data ul {
    margin: 0 -5px;
  }

  .idxAbout_data ul li {
    padding: 0 5px;
  }


  .idxProducts_main .idxProducts_head {
    width: 100%;
  }

  .idxProducts_head .idxProducts_menu {
    right: 20px;
  }

  .idxProducts_menu ul li a {
    background-color: #f2f5f9;
  }

  .idxProducts_main .idxProducts_swiper {
    height: 270px;
  }

  .idxProducts_small .swiper-slide .idxProducts_img {
    height: 160px;
  }

  .idxSolution_list ul li .idxSolution_con .idxSolution_txt a {
    line-height: 24px;
  }

  .idxSolution_list ul li .idxSolution_con {
    height: 285px;
  }

  .idxIndustry {
    height: 500px;
  }


}

@media (max-width:920px) {
  .idxBanner {
    height: 442px;
  }

  .idxBanner_txt p {
    line-height: 36px;
    font-size: 26px;
  }

  .idxAbout_data ul li span {
    font-size: 12px;
  }


  .idxProducts_big .swiper-slide .idxProducts_txt {
    padding: 0 0 0 30px;
  }

  .idxProducts_big .swiper-slide .idxProducts_img {
    padding: 0 20px;
  }

  .idxProducts_small .swiper-slide .idxProducts_img {
    height: 140px;
  }


  .idxIndustry {
    height: 442px;
  }

  .idxNews_main .idxNews_rec,
  .idxNews_main .idxNews_hot {
    width: 50%;
    margin-bottom: 20px;
  }

  .idxNews_main .idxNews_list {
    width: 100%;
  }

  .idxNews_list dl dd {
    height: auto;
  }

  .idxNews_list dl dd .idxNewsList_name a {
    font-size: 18px;
  }

  .idxNews_list dl dd p {
    margin-top: 10px;
  }
}

@media (max-width:820px) {
  .idxBanner {
    height: 394px;
  }

  .idxBanner_txt p {
    line-height: 32px;
    font-size: 24px;
    margin: 20px 0 5px;
  }

  .idxBanner_txt a {
    margin-top: 30px;
  }

  .idxBanner .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
  }

  .idxBanner .swiper-pagination-bullet .num {
    font-size: 14px;
  }

  .idxBanner .swiper-pagination-bullet::before {
    width: 8px;
    height: 8px;
  }

  .idxBanner .swiper-pagination-bullet-active {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .wrapper_con {
    width: 16px;
    height: 32px;
  }

  .circleProgress {
    width: 32px;
    height: 32px;
  }


  .idxAbout_text .idxAbout_ms, .idxAbout_ms p {
    max-height: 96px;
    -webkit-line-clamp: 4;
  }


  .idxProducts {
    padding: 40px 0 0;
  }

  .idxProducts_main .idxProducts_swiper {
    height: 260px;
  }

  .idxProducts_big .swiper-slide .idxProducts_img {
    padding: 0;
  }

  .idxProducts_big .swiper-slide .idxProducts_txt {
    padding: 0 20px;
  }

  .idxProducts_small .swiper-slide .idxProducts_img {
    height: 130px;
  }

  .idxProducts_small .swiper-slide .idxProducts_name a {
    font-size: 16px;
  }


  .idxSolution {
    padding: 40px 0;
  }

  .idxSolution_list ul li .idxSolution_con {
    height: 240px;
  }


  .idxIndustry {
    height: 394px;
  }

  .idxIndustry .idxIndustry_head {
    top: 40px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 40px;
  }

  .idxNews {
    padding: 40px 0;
  }
}

@media (max-width:767px) {
  .idxBanner {
    height: 240px;
  }

  .idxBanner .swiper-slide .idxBanner_txt {
    padding-right: 20%;
  }

  .idxBanner_txt em {
    width: 24px;
  }

  .idxBanner_txt p {
    line-height: 30px;
    font-size: 20px;
    margin: 10px 0 0;
  }

  .idxBanner_txt span {
    line-height: 22px;
    font-size: 12px;
  }

  .idxBanner_txt a {
    display: none;
  }

  .idxBanner .swiper-pagination {
    bottom: 12px !important;
  }


  .idxAbout .idxAbout_main {
    display: block;
    flex-wrap: inherit;
    justify-content: inherit;
  }

  .idxAbout_main .idxAbout_text {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .idxAbout_text .idxAbout_data {
    margin: 30px 0 20px;
  }

  .idxAbout_main .idxAbout_right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    float: none;
  }

  .idxAbout_right .idxAbout_img {
    padding: 12px 12px 12px 0;
    position: relative;
  }

  .idxAbout_img a.abImg {
    height: 240px;
  }

  .idxAbout_img::before {
    width: 80px;
    height: 80px;
    left: 20px;
  }

  .idxAbout_img::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 70px 8px;
  }


  .idxProducts { width: 100%; overflow: visible; padding: 40px 3%;}
  .idxProducts_main .idxProducts_dec, .idxSolution_dec, .idxNews_dec { line-height: 22px; font-size: 14px; margin: -10px 0 12px;}
  .idxProducts_head .idxProducts_menu { position: inherit; top: inherit; right: inherit;}
  .idxProducts_menu ul li { margin-bottom: 10px;}
  .idxProducts_main .idxProducts_swiper { height: auto; margin-top: 0;}
  .idxProducts::before { width: 100%;}
  .idxProducts_main .idxProducts_head, .idxProducts_main .idxProducts_big { width: 100%;}
  .idxProducts::after, .idxProducts_swiper .swiper-button-next, .idxProducts_swiper i.idxProducts_arrow, .idxProducts_main .idxProducts_small { display: none;}
  .idxProducts_big .swiper-slide .idxProducts_txt { width: 100%; padding: 0 0 0 20px; position: inherit; left: inherit; top: inherit; transform: inherit;-webkit-transform: inherit; -moz-transform: inherit; -ms-transform: inherit; -o-transform: inherit;}
  .idxProducts_big .swiper-slide .idxProducts_txt p { height: auto; max-height: 72px;}
  .idxProducts_big .swiper-slide .idxProducts_img { width: 100%; height: 300px; float: none;}

  .idxSolution_list { margin-top: 20px;}
  .idxSolution_list ul { margin: 0;}
  .idxSolution_list ul li { width: 100%; margin-top: 20px; padding: 0;}
  .idxSolution_list ul li:first-child {
    margin-top: 0;
  }
  .idxSolution_list ul li.active {
    width: 100%;
  }
  .idxSolution_list ul li .idxSolution_con {
    height: 120px;
  }
  .idxSolution_list ul li.active .idxSolution_con {
    height: 200px;
  }

  .idxIndustry { height: 320px;}

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt .indText {
    width: 100%;
    padding: 12px;
  }

  .indText p {
    margin: 10px auto;
  }


  .idxNews .idxNews_main {
    margin: 0 auto;
  }

  .idxNews_main .idxNews_rec, .idxNews_main .idxNews_hot, .idxNews_main .idxNews_list {
    width: 100%;
    padding: 0;
  }

  .idxNewsRec_swiper .idxNewsRec_img {
    height: 240px;
  }

  .idxNews_hot .idxNewsHot_con {
    height: auto;
    padding: 20px;
  }

  .idxNewsHot_con .idxNewsHot_ms {
    margin: 20px auto;
  }

  .idxNews_list dl dd .idxNewsList_name a {
    width: 100%;
    float: none;
  }

  .idxNews_list dl dd .idxNewsList_name span {
    margin: 4px 0 0;
    float: none;
  }

}

@media (max-width:390px) {
  .idxBanner {
    height: 220px;
  }

  .idxNewsRec_swiper .idxNewsRec_img {
    height: 220px;
  }
}

@media (max-width:320px) {
  .idxBanner {
    height: 200px;
  }

  .idxBanner_txt p {
    line-height: 23px;
    font-size: 15px;
  }

  .idxAbout {
    padding: 20px 0;
  }

  .idxAbout_text .idxAbout_data {
    margin: 10px 0 20px;
  }

  .idxAbout_data ul {
    justify-content: left;
  }

  .idxAbout_data ul li {
    width: 50%;
    padding-top: 20px;
  }

  .idxAbout_text .ly_more1 {
    margin-top: -64px;
    float: right;
  }

  .idxAbout_img a.abImg {
    height: 200px;
  }

  .idxProducts,
  .idxSolution,
  .idxNews {
    padding: 20px 0;
  }

  .idxProducts_big .swiper-slide .idxProducts_img {
    height: 260px;
  }


  .idxIndustry .idxIndustry_head {
    top: 20px;
  }

  .idxIndustry_swiper1 .swiper-slide .idxIndustry_txt {
    bottom: 20px;
  }


  .idxNewsRec_swiper .idxNewsRec_img {
    height: 180px;
  }
}