.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}
[v-cloak] {
  display: none;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .banner {
  width: 100%;
  height: 490px;
  box-sizing: border-box;
}
#app .banner .centerBox {
  height: 100%;
  background: url('../images/banner.png') no-repeat center right;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
#app .banner .centerBox .bigtitle {
  font-size: 46px;
  font-weight: 900;
  color: #0a8276;
}
#app .banner .centerBox .desc {
  font-size: 18px;
  color: #000;
}
#app .banner .centerBox .download {
  font-size: 18px;
  color: #0a8276;
  display: flex;
  align-items: center;
  gap: 10px;
}
#app .jishujieshao {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
}
#app .jishujieshao .centerBox .title {
  font-size: 26px;
  font-weight: 600;
  color: #1d1d1d;
  text-align: left;
  margin: 30px 0;
  margin-top: 100px;
}
#app .jishujieshao .centerBox .content {
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
#app .jishujieshao .centerBox .content .desc {
  flex: 1;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#app .jishujieshao .centerBox .content .desc p {
  text-align: justify;
}
#app .jishujieshao .centerBox .content .pdfDesc {
  background-color: #0a8276;
  padding: 20px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#app .jishujieshao .centerBox .content .pdfDesc a {
  display: flex;
  align-items: center;
  gap: 5px;
}
#app .mingxingchanpin {
  width: 100%;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
#app .mingxingchanpin .centerBox {
  padding: 70px 0;
}
#app .mingxingchanpin .centerBox .title {
  font-size: 26px;
  color: #1d1d1d;
  font-weight: 600;
  margin-bottom: 30px;
}
#app .mingxingchanpin .centerBox .swiper-container {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  overflow: hidden;
}
#app .mingxingchanpin .centerBox .swiper-slide {
  height: 320px;
  background-color: #fff;
  transition: 300ms;
  overflow: hidden;
}
#app .mingxingchanpin .centerBox .swiper-slide .productBox {
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 4px solid #bfbbbb;
  position: relative;
  transition: all 0.5s;
}
#app .mingxingchanpin .centerBox .swiper-slide .productBox:hover {
  border-color: #0a8276;
}
#app .mingxingchanpin .centerBox .swiper-slide .productBox .productImg {
  height: 190px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
#app .mingxingchanpin .centerBox .swiper-slide .productBox .productImg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#app .mingxingchanpin .centerBox .swiper-slide .productBox .productTitle {
  color: #1d1d1d;
  font-weight: 600;
  padding: 0 24px;
  font-size: 18px;
  text-align: justify;
}
#app .mingxingchanpin .centerBox .swiper-slide .productBox .productDesc {
  color: #5c5857;
  padding: 0 24px;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#app .mingxingchanpin .centerBox .swiper-slide .productBox .productInfo {
  font-size: 16px;
  display: none;
  color: #0a8276;
  position: absolute;
  bottom: 35px;
  left: 24px;
}
#app .mingxingchanpin .centerBox .swiper-slide-prev {
  height: 100%;
}
#app .mingxingchanpin .centerBox .swiper-slide-prev .productBox {
  border-color: #0a8276;
}
#app .mingxingchanpin .centerBox .swiper-slide-prev .productBox .productInfo {
  display: block;
}
#app .mingxingchanpin .centerBox .swiper-slide-prev .productBox .productDesc {
  -webkit-line-clamp: 10;
}
#app .mingxingchanpin .centerBox .pagePointBox {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 70px;
  right: 0;
  gap: 20px;
  user-select: none;
}
#app .mingxingchanpin .centerBox .pagePointBox .swiper-button-prev,
#app .mingxingchanpin .centerBox .pagePointBox .swiper-button-next,
#app .mingxingchanpin .centerBox .pagePointBox .swiper-pagination {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#app .mingxingchanpin .centerBox .pagePointBox .swiper-button-prev,
#app .mingxingchanpin .centerBox .pagePointBox .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #0a8276;
  border-radius: 500px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .mingxingchanpin .centerBox .pagePointBox .swiper-button-prev svg,
#app .mingxingchanpin .centerBox .pagePointBox .swiper-button-next svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .mingxingchanpin .centerBox .pagePointBox .swiper-button-prev::after,
#app .mingxingchanpin .centerBox .pagePointBox .swiper-button-next::after {
  font-size: 20px;
  display: none;
}
#app .mingxingchanpin .centerBox .pagePointBox .swiper-pagination {
  flex: 1;
}
#app .mingxingchanpin .centerBox .pagePointBox .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 50px;
  line-height: 28px;
  background-color: transparent;
  color: #000;
  opacity: 1;
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
#app .mingxingchanpin .centerBox .pagePointBox .swiper-pagination-bullet-active {
  background-color: #0a8276;
  color: #fff;
}
#app .shifouganxingqu {
  width: 100%;
  box-sizing: border-box;
  background-color: #0a8276;
  padding: 56px 0;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
#app .yangpin .centerBox {
  padding: 30px 0;
  position: relative;
}
#app .yangpin .centerBox .desc {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#app .yangpin .centerBox .desc .title {
  font-size: 60px;
  color: #0a8276;
  font-weight: 900;
}
#app .yangpin .centerBox .desc .desctext {
  font-size: 24px;
  color: #000;
  line-height: 40px;
}
#app .yangpin .centerBox .desc .btn {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  padding: 10px 20px;
  background-color: #0a8276;
}
#app .videoBox {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
}
#app .videoBox .centerBox .title {
  font-size: 26px;
  color: #1d1d1d;
  margin: 50px 0;
}
#app .videoBox .centerBox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 64px;
  grid-row-gap: 40px;
}
#app .videoBox .centerBox ul li,
#app .videoBox .centerBox ul a {
  border-left: 4px solid #bfbbbb;
  transition: all 0.5s;
  color: #08665c;
}
#app .videoBox .centerBox ul li:hover,
#app .videoBox .centerBox ul a:hover {
  border-color: #0a8276;
}
#app .videoBox .centerBox ul li .descbox,
#app .videoBox .centerBox ul a .descbox {
  height: 90px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 20px;
  box-sizing: border-box;
}
#app .videoBox .centerBox ul li img,
#app .videoBox .centerBox ul a img {
  display: block;
  border: 1px solid #eae9e9;
}
#app .videoBox .centerBox ul li video,
#app .videoBox .centerBox ul a video {
  width: 100%;
  box-sizing: border-box;
}
#app .ziliaoBox {
  background-color: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
}
#app .ziliaoBox .centerBox .title {
  font-size: 26px;
  color: #1d1d1d;
  margin: 50px 0;
}
#app .ziliaoBox .centerBox ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 64px;
  grid-row-gap: 40px;
}
#app .online {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
}
#app .online .centerBox .onlinetitle {
  font-size: 26px;
  color: #1d1d1d;
  margin-bottom: 30px;
}
#app .online .centerBox ul {
  width: 100%;
  box-sizing: border-box;
}
#app .online .centerBox ul li {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  gap: 40px;
  padding: 20px 0;
  border-bottom: 1px solid #adabab;
}
#app .online .centerBox ul li .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#app .online .centerBox ul li .info .title {
  font-size: 18px;
  color: #08665c;
}
#app .online .centerBox ul li .info .desc {
  font-size: 16px;
  color: #1d1d1d;
  line-height: 26px;
}
#app .online .centerBox ul li .link a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #08665c;
  gap: 5px;
}
#app .bottom {
  width: 100%;
  box-sizing: border-box;
  background-color: #0a8276;
}
#app .bottom .centerBox {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  align-items: center;
}
