html,
body {
  position: relative;
  height: 100%;
}

@-webkit-keyframes mousewheel {
  0% {
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes mousewheel {
  0% {
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.body {
  width: 100%;
  min-width: 13.66rem;
}

.body .swiper-pagination {
  bottom: 1.83rem !important;
}

.body .swiper-pagination-bullet-active {
  background: #fff;
}

.body .index-swiper-wrap {
  position: relative;
}

.body .index-swiper-wrap .news-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16rem;
  z-index: 22;
  overflow-x: hidden;
}

.body .index-swiper-wrap .news-container .swiper-bottom {
  width: 100%;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block {
  width: 100%;
  background-color: #fff;
  padding: 0.08rem 0 0.07rem 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block span {
  text-align: left;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .hot-left {
  position: relative;
  z-index: 22;
  margin-left: 2.24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.24rem;
  background-color: #fff;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .hot-left .hot-english {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.2rem;
  margin-bottom: 0.04rem;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .hot-left .hot-chinese {
  font-size: 0.14rem;
  color: #BCBCBC;
  line-height: 0.19rem;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .hot-middle {
  height: 0.37rem;
  width: 1px;
  background: #1CB0F7;
  margin-right: 0.22rem;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container {
  width: calc(100% - 3.9rem);
  overflow-x: hidden;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4.04rem);
  padding: 0.2rem 0;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .right-block {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .right-block a {
  display: flex;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .right-block .time {
  line-height: 0.3rem;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .time {
  font-size: 0.14rem;
  color: #BCBCBC;
  line-height: 0.19rem;
  margin-right: 0.39rem;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .title {
  font-size: 0.16rem;
  color: #8D8D8D;
  line-height: 0.3rem;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .pro-btn {
  margin-right: 0.64rem;
  cursor: pointer;
}
.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .pro-btn  a{
  color: #fff;
}

.body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .btn i {
  padding-left: .18rem;
}

.body .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.body .swiper-container .banner-mouse {
  position: absolute;
  z-index: 10;
  bottom: 0.25rem;
  right: 1.39rem;
}

.body .swiper-container .banner-mouse:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  left: 50%;
  top: 5px;
  opacity: 0;
  margin-left: -2px;
  -webkit-animation: mousewheel 2s infinite;
  animation: mousewheel 2s infinite;
}

.body .swiper-container .banner-mouse:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.3rem;
  top: 100%;
  left: 50%;
  margin-top: -4px;
  margin-left: -1px;
  background: #fff;
}

.body .swiper-container .banner-mouse .mouse {
  width: 22px;
  height: 34px;
}

.body .swiper-container .banner-mouse .mouse .path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.body .swiper-container .banner-mouse .mouse .path-back {
  stroke-width: 2px;
  stroke: #191919;
  stroke-dashoffset: 101.773px;
  stroke-dasharray: 101.773px;
}

.body .swiper-container .banner-mouse .mouse .path-front {
  stroke: #fff;
}

.body .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.body .swiper-container .swiper-slide img {
  width: 100%;
}

.body .swiper-container .swiper-slide .swiper-decribe {
  position: absolute;
  top: 4rem;
  z-index: 3;
  color: #fff;
}

.body .swiper-container .swiper-slide .swiper-decribe .title {
  font-size: 0.48rem;
  line-height: 0.64rem;
  font-weight: bold;
}

.body .swiper-container .swiper-slide .swiper-decribe .subtitle {
  font-size: 0.18rem;
  line-height: 0.24rem;
}

.body .swiper-container .swiper-slide .swiper-decribe span {
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 0.41rem;
  height: 0.07rem;
  background-color: #fff;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  display: none;
}
.body .banner-swiper-box .swiper-slide .activted-middle-center-line {
  display: inline-block !important;
}

.body .module-center {
  background-color: #fff;
  padding-top: 1.47rem;
}

.body .module-center .center-first {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.4rem;
  align-items: center;
}

.body .module-center .center-first .first-left {
  z-index: 1;
  padding-left: 2.24rem;
  width: 6.4rem;
}

.body .module-center .center-first .first-left .title {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #1CB0F7;
}

.body .module-center .center-first .first-left .english {
  padding-top: 0.12rem;
  font-size: 0.16rem;
  color: #A5AAB3;
  letter-spacing: 0.12rem;
  font-weight: 300;
}

.body .module-center .center-first .first-left .decribe {
  padding-top: 0.66rem;
  max-width: 6.12rem;
  font-size: 0.16rem;
  color: #8D8D8D;
  line-height: 0.3rem;
  margin-bottom: 0.75rem;
}

.body .module-center .center-first .first-left .btn i {
  padding-left: .18rem;
}

.body .module-center .center-first .first-right {
  width: 9.83rem;
  z-index: 1;
}

.body .module-center .center-first .first-right img {
  width: 100%;
}

.body .module-center .center-first .bg-spot {
  height: 3.57rem;
  position: absolute;
  bottom: 0;
  z-index: 0;
  display: none;
}

.body .module-center .center-second {
  position: relative;
}

.body .module-center .center-second .list {
  max-width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 1.04rem;
}

.body .module-center .center-second .list .item {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: relative;
  top: 0;
}

.body .module-center .center-second .list .item img {
  width: 1.2rem;
}

.body .module-center .center-second .list .item .title {
  margin-top: 0.3rem;
  color: #1CB0F7;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.46rem;
}

.body .module-center .center-second .list .item .subtitle {
  color: #CFCFCF;
  font-size: 0.14rem;
}

.body .module-center .center-second .list .item:hover {
  box-shadow: 10px 10px 30px rgba(61, 135, 185, 0.28);
  background: #fff;
  border-radius: 0.48rem;
  transition: all 0.3s ease-in-out;
  margin-bottom: -0.35rem;
  top: -0.3rem;
}

.body .module-center .center-second .bg-spot {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.body .module-product {
  min-width: calc(13.66rem - 1.08rem);
  background: #fff;
  padding: 0 0.54rem 0.4rem;
  position: relative;
  overflow: hidden;
}
.body .module-product .left_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #E9E9E9;
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
}
/* .body .module-product .right_btn:hover,
.body .module-product .left_btn:hover {
  background-color: #1CB0F7;
} */
.body .module-product .right_btn {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: #E9E9E9;
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
}
.body .module-product .pro-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body .module-product .pro-top .product-title {
  padding-top: 0.75rem;
  color: #1CB0F7;
  font-size: 0.4rem;
  font-weight: bold;
}

.body .module-product .pro-top .product-english {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  color: #A5AAB3;
  line-height: 0.46rem;
  letter-spacing: 0.2rem;
  font-family: Gotham;
}

.body .module-product .procuct-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 0.7rem;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.body .module-product .aa{
  margin: 0 auto;
}
.swiper-procuct-list{
  position: relative;
}
.swiper-procuct-list .product-swiper-pagination{
  position: absolute;
  bottom: 0.35rem;
  width: 100%;
  text-align: center;
}
.body .module-product .procuct-list .product-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.body .module-product .procuct-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.05rem;
  padding: 0.6rem 0 0.9rem 0;
  cursor: pointer;
  width: calc((100% / 4) - 0.33rem);
  margin-right: 0.33rem;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  position: relative;
}

.body .module-product .procuct-list .item .bean {
  position: absolute;
  left: -0.25rem;
  width: calc(100% - 0.33rem);
  z-index: 21;
  display: none;
}

.body .module-product .procuct-list .item .product-img {
  width: 80%;
  z-index: 22;
}

.body .module-product .procuct-list .item .title {
  font-size: 0.18rem;
  line-height: 0.46rem;
  font-weight: bold;
  color: #333333;
  transition: all 0.3s ease-in-out;
  margin-top: 0.2rem;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10%;
}

.body .module-product .procuct-list .item .subtitle {
  margin: 0 0.57rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666666;
  text-align: center;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 10%;
}

.body .module-product .procuct-list .item:last-child {
  margin-right: 0;
}

.body .module-product .procuct-list .item:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 10px 20px rgba(61, 135, 185, 0.28);
  background-color: rgba(255, 255, 255, 0.7);
}

.body .module-product .procuct-list .item:hover .title {
  color: #1CB0F7;
  transition: all 0.3s ease-in-out;
}

.body .module-product .pro-btn {
  width: 1.73rem;
  height: 0.57rem;
  background: linear-gradient(276deg, #7BCFEB 0%, #5DBEFF 100%);
  border-radius: 0.3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.14rem;
  cursor: pointer;
}

.body .module-product .pro-btn i {
  padding-left: .18rem;
}

.body .module-product .left-img {
  position: absolute;
  top: 0.33rem;
  left: -2.7rem;
  height: 6.22rem;
  z-index: 0;
}

.body .module-exper {
  background: #fff;
  margin-top: 0.6rem;
  padding-bottom: 0.96rem;
  position: relative;
  overflow: hidden;
}

.body .module-exper .exper-r-img {
  position: absolute;
  right: -6rem;
  bottom: -1rem;
}

.body .module-exper .exper-r-img img {
  height: 9rem;
}

.body .module-exper .exper-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.body .module-exper .exper-top .exper-title {
  padding-top: 0.75rem;
  color: #1CB0F7;
  font-size: 0.4rem;
  font-weight: bold;
}

.body .module-exper .exper-top .exper-english {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  color: #A5AAB3;
  line-height: 0.46rem;
  letter-spacing: 0.2rem;
  font-family: Gotham;
}

.body .module-exper .experList_bg .experList {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  align-items: flex-start;
  margin: 0 auto;
  width: 82.3%;
}

.body .module-exper .experList_bg .experList .item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 22;
}

.body .module-exper .experList_bg .experList .item .outer-circle {
  width: 3.81rem;
  height: 3.81rem;
  background-size: contain;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.body .module-exper .experList_bg .experList .item .outer_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.body .module-exper .experList_bg .experList .item:hover .inner-info {
  opacity: 1;
}

.body .module-exper .experList_bg .experList .item:hover .outer_bg {
  opacity: 1;
}

.body .module-exper .experList_bg .experList .item .inner-info {
  opacity: 0;
  text-align: center;
  padding-top: .25rem;
  width: 3.81rem;
}

.body .module-exper .experList_bg .experList .item .inner-info .name {
  color: #1CB0F7;
  font-size: 0.2rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
}

.body .module-exper .experList_bg .experList .item .inner-info .job {
  font-size: 0.14rem;
  color: #666666;
  text-align: left;
}

.body .module-exper .experList_bg .experList .item .inner-circle {
  width: 2.79rem;
  height: 2.79rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 22;
}

.body .module-exper .experList_bg .experList .item .outer-circle .inner-circle img {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 50%;
}

.body .module-exper .pro-btn {
  margin: 0 auto;
  margin-top: 1.5rem;
}

.body .module-footprint {
  overflow: hidden;
  padding: 0.4rem 0;
  width: 100%;
}

.body .module-footprint .module-footprint-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 3.3rem);
  box-sizing: border-box;
  margin: 0 auto;
}

.body .module-footprint .module-footprint-wrap .foot-left {
  width: calc(50% - 0.59rem);
}

.body .module-footprint .module-footprint-wrap .foot-left .title {
  font-size: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.46rem;
  color: #1CB0F7;
}

.body .module-footprint .module-footprint-wrap .foot-left .subtitle {
  font-size: 0.16rem;
  font-family: Gotham;
  line-height: 0.46rem;
  color: #A5AAB3;
  letter-spacing: 0.2rem;
  margin-bottom: 0.38rem;
}

.body .module-footprint .module-footprint-wrap .foot-left .foot-bottom {
  display: flex;
}

.body .module-footprint .module-footprint-wrap .foot-left .foot-bottom .spot {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #00996A;
  border-radius: 50%;
  margin-right: 0.19rem;
  position: relative;
  top: 0.14rem;
}

.body .module-footprint .module-footprint-wrap .foot-left .foot-bottom p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  line-height: 0.36rem;
  color: #878787;
  display: flex;
  align-items: center;
  max-width: 4.5rem;
}

.body .module-footprint .module-footprint-wrap .foot-left .foot-bottom p span {
  color: #3891C6;
  font-size: 0.26rem;
  font-weight: bold;
  margin: 0 0.1rem;
  font-family: Gotham-Bold;
  display: flex;
}

.body .module-footprint .module-footprint-wrap .foot-left .pro-btn {
  width: 1.73rem;
  height: 0.57rem;
  background: linear-gradient(276deg, #7BCFEB 0%, #5DBEFF 100%);
  border-radius: 0.3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  cursor: pointer;
  margin-top: 0.74rem;
}

.body .module-footprint .foot-right {
  width: 10.8rem;
}

.body .module-footprint .foot-right img {
  width: 100%;
}

.body .module-news {
  overflow: hidden;
  padding-bottom: 1.14rem;
}

.body .module-news .pro-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body .module-news .pro-top .product-title {
  padding-top: 0.6rem;
  color: #1CB0F7;
  font-size: 0.4rem;
  font-weight: bold;
}

.body .module-news .pro-top .product-english {
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
  color: #A5AAB3;
  line-height: 0.46rem;
  letter-spacing: 0.2rem;
  font-family: Gotham;
}

.body .module-news .news-block {
  display: flex;
  justify-content: space-between;
  max-width: 15.9rem;
  margin: 0 auto;
}

.body .module-news .news-block .left-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.04rem;
}

.body .module-news .news-block .left-block .block-first,
.body .module-news .news-block .left-block .block-second {
  cursor: pointer;
  position: relative;
  margin-bottom: 0.2rem;
  height: 3.1rem;
  overflow: hidden;
}
.body .module-news .news-block .block-first:hover img{
  transform: scale(1.2);
}
.body .module-news .news-block .block-second:hover img{
  transform: scale(1.2);
}
.body .module-news .news-block .right-block:hover img{
  transform: scale(1.2);
}
.body .module-news .news-block .left-block .block-first .model,
.body .module-news .news-block .left-block .block-second .model,
.body .module-news .news-block .right-block .model
 {
  background: transparent;
  z-index: 23;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  opacity: 0;
  filter: aplha(opacity=0);
}
.body .module-news .news-block .left-block .block-first:hover .model {
  background: linear-gradient(52deg, #00C9C3 0%, #57BFFB 100%, #5DBEFF 100%) !important;
  opacity: 0.56;
  filter: aplha(opacity=56);
}
.body .module-news .news-block .left-block .block-second:hover .model {
  background: linear-gradient(52deg, #00C9C3 0%, #57BFFB 100%, #5DBEFF 100%) !important;
  opacity: 0.56;
  filter: aplha(opacity=56);
}
.body .module-news .news-block .right-block:hover .model {
  background: linear-gradient(52deg, #00C9C3 0%, #57BFFB 100%, #5DBEFF 100%) !important;
  opacity: 0.56;
  filter: aplha(opacity=56);
}

.body .module-news .news-block .left-block .block-first img,
.body .module-news .news-block .left-block .block-second img {
  width: 7.86rem;
  height: 100%;
  font-size: 0;
  transform-origin: center center;
  transition: transform .6s ease-in-out;
}

.body .module-news .news-block .left-block .block-first:last-child,
.body .module-news .news-block .left-block .block-second:last-child {
  margin-bottom: 0;
}

.body .module-news .news-block .left-block .block-first p,
.body .module-news .news-block .left-block .block-second p {
  position: absolute;
  bottom: 0.2rem;
  left: 0.4rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.3rem;
  color: #FFFFFF;
  z-index: 24;
}

.body .module-news .news-block .right-block {
  cursor: pointer;
  width: 7.86rem;
  height: 6.42rem;
  position: relative;
  overflow: hidden;
}

.body .module-news .news-block .right-block img {
  width: 100%;
  height: 100%;
}
.body .module-news .news-block .right-block img {
  transform-origin: center center;
  transition: transform .6s ease-in-out;
}

.body .module-news .news-block .right-block .decribe {
  position: absolute;
  left: 0.4rem;
  right: 0.6rem;
  bottom: 0.26rem;
  z-index: 24;
}

.body .module-news .news-block .right-block .decribe .title {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.46rem;
  color: #FFFFFF;
}

.body .module-news .news-block .right-block .decribe .time {
  font-size: 0.14rem;
  font-family: Gotham;
  font-weight: 400;
  line-height: 0.46rem;
  color: #FFFFFF;
}

.body .module-news .news-block .right-block .decribe .subtitle {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.24rem;
  color: #FFFFFF;
}

.body .module-news .pro-btn {
  width: 1.73rem;
  height: 0.57rem;
  background: linear-gradient(276deg, #7BCFEB 0%, #5DBEFF 100%);
  border-radius: 0.3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  cursor: pointer;
  margin: 0 auto;
  /* margin-top: 1rem; */
}

.body .module-concat {
  position: relative;
  bottom: -2.9rem;
  margin-top: -2.9rem;
  height: 5.94rem;
  padding: 0 1.72rem 0 1.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 1.65rem;
  z-index: 2;
}

.body .module-concat .concat-left {
  z-index: 2;
}

.body .module-concat .concat-left .title {
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.46rem;
  color: #FFFFFF;
}

.body .module-concat .concat-left .english {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  font-family: Gotham;
  font-weight: 400;
  line-height: 0.46rem;
  color: #FFFFFF;
}

.body .module-concat .concat-left .subtitle {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.24rem;
  color: #FFFFFF;
}

.body .module-concat .concat-right {
  z-index: 2;
  width: 6.4rem;
}

.body .module-concat .concat-right .form-group {
  margin-bottom: 0.2rem;
}

.body .module-concat .concat-right .form-group input {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: calc(100% - 0.2rem);
  border: none;
  padding-left: 0.2rem;
  color: #ACACAC;
}

.body .module-concat .concat-right .form-group .form-control {
  height: 0.62rem !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 0.14rem;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.body .module-concat .concat-right .form-group .form-control.change::-webkit-input-placeholder {
  color: red;
}

.body .module-concat .concat-right .form-group .form-control:focus,
.body .module-concat .concat-right .form-group .form-control:active {
  border-color: #000000;
}

.body .module-concat .concat-right .form-group textarea {
  resize: none;
  background: none;
  outline: none;
  border: none;
  padding-left: 0.2rem;
  width: calc(100% - 0.4rem);
  padding: 0.1rem 0.2rem;
  color: #ACACAC;
  font-size: 0.14rem;
}

.body .module-concat .concat-right .form-group textarea.form-control {
  height: inherit !important;
}

.body .module-concat .concat-right .form-group .btn {
  width: 1.73rem;
  height: 0.57rem;
  border-radius: 0.29rem;
}

.body .module-concat .concat-right .form-group button {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  outline: none;
  border-radius: 0;
  border: none;
  line-height: inherit;
  width: max-content;
  cursor: pointer;
  color: #ACACAC;
}

.body .module-concat .concat-right .form-group button:after {
  border: none;
}

.mb-concat-right {
  display: none;
}
/* 公共 */
.pro-btn {
  width: 1.73rem;
  height: 0.57rem;
  background: linear-gradient(276deg, #7BCFEB 0%, #5DBEFF 100%);
  border-radius: 0.3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  font-size: 0.14rem;
  cursor: pointer;
}
.pro-btn a {
  color: #fff;
}
.pro-btn i {
  padding-left: .18rem;
}

.pro-btn:hover {
  background: #FFFFFF !important;
  box-shadow: 0px .03rem .06rem rgba(0, 0, 0, 0.16);
  color: #515151 !important;
}
.pro-btn:hover a {
  color: #515151 !important;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 2.57rem;
  }

  .header .header-module {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100vw;
    z-index: 21;
    display: block !important;
  }

  .body {
    min-width: auto;
  }

  .body .index-swiper-wrap .news-container {
    width: 100%;
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .hot-left {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .hot-middle {
    margin-right: 0.15rem;
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container {
    width: calc(100% - 1.84rem);
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right {
    display: block;
    width: 100% !important;
    overflow-x: hidden;
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .right-block {
    width: 100%;
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .right-block a {
    display: flex;
    width: 100%;
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .right-block a .time {
    margin-right: 0;
    width: 1rem;
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .right-block a .title {
    width: calc(100% - 1rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .body .index-swiper-wrap .news-container .swiper-bottom .left-block .swiper-news-container .hot-right .pro-btn {
    display: none;
  }

  .body .swiper-container {
    width: 100%;
    height: 6rem;
  }

  .body .swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .body .swiper-container .swiper-slide img {
    display: none;
  }

  .body .swiper-container .swiper-slide .swiper-decribe {
    position: inherit;
    top: inherit;
    width: 100%;
  }

  .body .swiper-container .swiper-slide .swiper-decribe .title {
    padding: 0 0.2rem;
    font-size: 0.24rem;
    margin-top: -1rem;
  }
  
  .body .swiper-container .swiper-slide .swiper-decribe span {
    display: none;
  }

  .body .swiper-container .swiper-slide .swiper-bottom {
    box-shadow: inset 0px 15px 10px -15px #000;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .left-block {
    padding: 0.14rem 0.13rem;
    width: 100%;
    box-sizing: border-box;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .left-block .hot-left {
    margin: 0;
    align-items: flex-start;
    padding-right: 0.125rem;
    box-sizing: border-box;
    border-right: 1px solid #1CB0F7;
    width: 11.8rem;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .left-block .hot-left .hot-chinese {
    text-align: left;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .left-block .hot-left .hot-english {
    margin-bottom: 0.05rem;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .left-block .hot-right .btn {
    display: none;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .left-block .hot-middle {
    margin-left: 0.12rem;
    margin-right: 0.12rem;
    height: 0.5rem;
    display: none;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .hot-right {
    padding-left: 0.125rem;
    width: auto !important;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .hot-right .right-block {
    display: block !important;
    text-align: left;
    width: 100%;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .hot-right .right-block span {
    display: block;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .hot-right .right-block .time {
    line-height: 0.2rem;
    margin: 0;
    white-space: nowrap;
    padding-right: 0.1rem;
    width: 80%;
  }

  .body .swiper-container .swiper-slide .swiper-bottom .hot-right .right-block .title {
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
  }

  .body .swiper-pagination {
    bottom: 1.2rem !important;
  }

  .body .module-center {
    box-shadow: inset 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
    padding-top: 0.2rem;
  }

  .body .module-center .center-first {
    flex-direction: column;
    padding: 0 0.13rem;
    background-image: url('assets/img/139.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .body .module-center .center-first .first-left {
    width: 100%;
    padding: 0;
  }

  .body .module-center .center-first .first-left .english {
    padding-top: 0.06rem;
    padding-bottom: 0.33rem;
  }

  .body .module-center .center-first .first-left .title {
    font-size: 0.3rem;
    line-height: inherit;
  }

  .body .module-center .center-first .first-left .pro-btn {
    padding: 0;
    margin-top: 0.2rem;
    margin-right: 0;
    height: 0.47rem;
    font-size: 0.12rem;
    margin: 0;
  }

  .body .module-center .center-first .first-left .decribe {
    padding-top: 0.1rem;
    margin-bottom: .3rem !important;
  }

  .body .module-center .center-first .first-right {
    display: none !important;
  }

  .body .module-center .center-second {
    margin-top: 0.4rem;
    background-image: url('assets/img/139.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .body .module-center .center-second .list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.52rem;
  }

  .body .module-center .center-second .list .item {
    width: calc(1.5rem - .1rem);
    height: 1.5rem;
    text-align: center;
    margin-bottom: 0.2rem;
    padding:.1rem;
  }

  .body .module-center .center-second .list .item .title {
    margin-top: 0;
    font-size: 0.16rem;
  }

  .body .module-center .center-second .list .item .subtitle {
    font-size: 0.12rem;
  }

  .body .module-center .center-second .list .item img {
    width: 40%;
  }

  .body .module-center .center-second .bg-spot {
    display: none;
  }

  .body .module-center .center-second .list .item:hover{
    box-shadow: none;
    background: #fff;
    border-radius: 0.48rem;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0rem !important;
    top: 0 !important;
  }
  .body .module-product .procuct-list .item:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: none !important;
    background-color: #fff !important;
  }
  .body .module-center .module-product {
    min-width: auto !important;
    padding: 0 0.25rem;
    width: calc(100% - 0.5rem);
    position: relative;
  }

  .body .module-center .module-product .product-page {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .body .module-center .module-product .product-page .swiper-pagination-bullet-active {
    background-color: #000;
  }

  .body .module-center .module-product .product-title {
    padding-top: 0.02rem;
    font-size: 0.32rem;
  }

  .body .module-center .module-product .product-english {
    letter-spacing: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
  }

  .body .module-center .module-product .pro-btn {
    height: 0.47rem;
    font-size: 0.12rem;
  }

  .body .module-center .module-product .procuct-list {
    width: 100%;
    overflow: scroll;
    padding-bottom: 0.5rem;
    padding-right: 0;
    padding-left: 0;
  }

  .body .module-center .module-product .procuct-list .item {
    padding: 0;
    margin: 0 !important;
    display: inline-block;
    width: calc(100% - .4rem) !important;
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */
    margin-bottom: 0.2rem;
    padding:.2rem;
  }
  .body .module-center .module-product .procuct-list .item .bean {
    top: .4rem;
  }
  .body .module-center .module-product .procuct-list .item .subtitle {
    text-align: center;
    margin: 0;
  }

  .body .module-center .module-product .procuct-list .item .bean {
    z-index: -1;
  }

  .body .module-center .module-product .procuct-list .item .title {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }

  .body .module-center .module-product .procuct-list .item .subtitle {
    word-wrap: break-word;
    white-space: normal;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }

  .body .module-center .module-product .procuct-list .item .product-img {
    width: 100%;
  }

  .body .module-center .module-product .left-img {
    top: 1.5rem;
  }

  .body .module-center .module-product .left-img img {
    position: absolute;
    left: -2.7rem;
    width: 100%;
  }

  .body .module-center .module-exper {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .body .module-center .module-exper .exper-title {
    padding-top: 0.02rem;
    font-size: 0.32rem;
  }

  .body .module-center .module-exper .exper-english {
    letter-spacing: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
  }

  .body .module-center .module-exper .experList_bg {
    position: relative;
    padding-bottom: 0.4rem;
  }

  /* .body .module-center .module-exper .experList_bg .item .outer-circle {
    display: block;
  } */
  .body .module-center .module-exper .experList_bg .item .outer_bg {
    display: none;
  }
  .body .module-center .module-exper .experList_bg .item .outer-circle .inner-circle {
    margin: 0 auto;
  }

  .body .module-center .module-exper .experList_bg .item .outer-circle .inner-info {
    text-align: center;
    padding-top: 0.15rem;
  }

  .body .module-exper .experList_bg .experList .swiper-slide-active .inner-info {
    display:  block;
    padding-top: 0rem;
    opacity: 1 !important;
    width: 100%;
  }

  .body .module-center .module-exper .experList_bg .item .outer-circle .inner-info .name {
    color: #1CB0F7;
    font-size: 0.2rem;
    font-weight: bold;
    padding-bottom: 0.1rem;
  }

  .body .module-center .module-exper .experList_bg .item  .inner-info .job {
    font-size: 0.12rem;
    color: #CFCFCF;
    box-sizing: border-box;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .body .procuct-list .swiper-pagination-bullet-active, 
  .body .experList_bg .swiper-pagination-bullet-active{
    background-color: #1CB0F7 !important;
  }

  .body .module-center .module-exper .experList_bg .experlist-page {
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    width: 100%;
    text-align: center;
  }

  .body .module-center .module-exper .experList_bg .experlist-page .swiper-pagination-bullet-active {
    background-color: #000;
  }

  .body .module-center .module-exper .experList {
    position: relative;
    width: 100%;
  }

  .body .module-center .module-exper .pro-btn {
    margin-top: 0;
    height: 0.47rem;
    font-size: 0.12rem;
  }

  .body .module-center .module-product .product-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .body .module-center .module-footprint {
    flex-direction: column;
    padding: 0 0.25rem !important;
    width: calc(100% - 0.5rem);
  }

  .body .module-center .module-footprint .module-footprint-wrap {
    width: 100%;
    margin: 0;
    display: block;
  }

  .body .module-center .module-footprint .title {
    padding-top: 0.02rem;
    font-size: 0.32rem;
    text-align: center;
  }

  .body .module-center .module-footprint .subtitle {
    letter-spacing: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
    text-align: center;
  }

  .body .module-footprint .module-footprint-wrap .foot-left .pro-btn {
    margin-top: 0.46rem;
    height: 0.47rem;
    font-size: 0.12rem;
  }

  .body .module-center .module-footprint .foot-bottom {
    position: relative;
    display: inline !important;
    line-height: 0.36rem;
  }

  .body .module-center .module-footprint .foot-bottom .spot {
    top: 0.26rem !important;
    transform-origin: center;
    transform: translateY(-50%);
    position: absolute;
  }

  .body .module-center .module-footprint .foot-bottom p {
    padding-left: 0.25rem;
    line-height: 0.3rem;
  }

  .body .module-center .module-footprint .foot-bottom .spot_sec {
    top: 0.15rem;
  }

  .body .module-center .module-footprint .foot-left {
    width: 100%;
    padding-top: 0.4rem;
  }

  .body .module-center .module-footprint .foot-right {
    width: 100%;
  }

  .body .module-center .module-news {
    padding: 0 0.15rem;
  }

  .body .module-center .module-news .product-title {
    padding-top: 0.6rem;
    font-size: 0.32rem;
  }

  .body .module-center .module-news .product-english {
    letter-spacing: 0.1rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
  }

  .body .module-center .module-news .news-block {
    flex-direction: column;
  }

  .body .module-center .module-news .news-block .left-block {
    padding-bottom: 0.2rem;
  }

  .body .module-center .module-news .news-block .left-block .block-first {
    height: auto;
  }

  .body .module-center .module-news .news-block .left-block .block-first p {
    font-size: 0.12rem;
    bottom: 0;
    left: 0;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem;
    line-height: 0.2rem;
  }

  .body .module-center .module-news .news-block .left-block .block-second {
    height: auto;
  }

  .body .module-center .module-news .news-block .left-block .block-second p {
    font-size: 0.12rem;
    bottom: 0;
    left: 0;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem;
    line-height: 0.2rem;
  }

  .body .module-center .module-news .news-block .right-block {
    width: 100% !important;
    height: auto;
  }

  .body .module-center .module-news .news-block .right-block .decribe {
    font-size: 0.12rem;
    bottom: 0;
    left: 0;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 0.1rem 0.1rem;
    line-height: 0.2rem;
  }

  .body .module-center .module-news .news-block .right-block .decribe .subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.12rem;
  }

  .body .module-center .module-news .news-block .right-block .decribe .title {
    font-size: 0.16rem;
  }

  .body .module-center .module-news .news-block .right-block .decribe .title,
  .body .module-center .module-news .news-block .right-block .decribe .time {
    line-height: 0.2rem;
  }

  .body .module-center .module-news .news-block img {
    width: 100% !important;
  }

  .body .module-center .module-news .news-block p {
    padding-right: 0.4rem;
  }

  .body .module-center .module-news .pro-btn {
    margin-top: 0.4rem !important;
    height: 0.47rem;
    font-size: 0.12rem;
  }

  .body .module-center .module-concat {
    flex-direction: column;
    padding: 0;
    padding-left: 1rem;
    margin-left: 0.25rem !important;
    bottom: -1.6rem;
    height: 2.97rem;
    margin-top: -1.05rem;
    overflow: hidden;
    z-index: 11;
  }

  .body .module-center .module-concat .concat-left {
    position: relative;
    top: 0.5rem;
  }

  .body .module-center .module-concat .concat-left .title {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .body .module-center .module-concat .concat-left .english {
    line-height: 0.3rem;
  }

  .body .module-center .module-concat .concat-left .subtitle {
    font-size: 0.12rem;
    width: 55%;
  }

  .body .module-center .module-concat .concat-right {
    position: relative;
    top: 4.8rem;
    left: -0.2rem;
  }

  .pc-concat-right {
    display: none;
  }

  .mb-concat-right {
    display: block;
  }

  .bottom {
    padding-top: 2rem !important;
  }
  .body .module-product .left_btn,
  .body .module-product .right_btn {
    display: none;
  }
}