@charset "utf-8";
:root {
  --color: #88cbd0;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "man-me";
  src: url("../fonts/MANROPE-MEDIUM.OTF") format("opentype");
}
.font-me {
  font-family: 'man-me', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #88cbd0;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font62 {
  font-size: 62px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 22px;
  }
  .font30 {
    font-size: 24px;
  }
  .font32 {
    font-size: 24px;
  }
  .font34 {
    font-size: 24px;
  }
  .font36 {
    font-size: 28px;
  }
  .font38 {
    font-size: 28px;
  }
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 34px;
  }
  .font48 {
    font-size: 36px;
  }
  .font50 {
    font-size: 38px;
  }
  .font52 {
    font-size: 40px;
  }
  .font54 {
    font-size: 42px;
  }
  .font56 {
    font-size: 44px;
  }
  .font60,
  .font62,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 22px;
  }
  .font30 {
    font-size: 24px;
  }
  .font32 {
    font-size: 24px;
  }
  .font34 {
    font-size: 24px;
  }
  .font36 {
    font-size: 28px;
  }
  .font38 {
    font-size: 28px;
  }
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 34px;
  }
  .font48 {
    font-size: 36px;
  }
  .font50 {
    font-size: 38px;
  }
  .font52 {
    font-size: 40px;
  }
  .font54 {
    font-size: 42px;
  }
  .font56 {
    font-size: 44px;
  }
  .font60,
  .font62,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font62,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #88cbd0;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.4rem;
  min-width: 2rem;
  background-image: linear-gradient(90deg, #00afcc 0%, #8dc661 100%);
  height: 0.6rem;
  border-radius: 100px;
}
@media (max-width: 1580px) {
  .public-btn {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
  }
}
.public-btn:hover i {
  transform: translate(0.1rem);
}
.public-btn span {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .public-btn span {
    font-size: 0.28rem;
  }
}
.public-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 0.26rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .public-btn i {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.public-btn i svg {
  width: 100%;
  height: 100%;
}
.public-btn i svg path {
  fill: #fff;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #88cbd0;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #88cbd0;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #88cbd0;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
.technology {
  width: 100%;
  /* background: #f2f6fa url(../images/technology-bg.png) top center no-repeat;
    background-size: 100%; */
  padding: 0 0 1rem;
}
.technology .container .top {
  width: 100%;
  position: relative;
  padding: 2.37rem 0 0;
}
@media (max-width: 767px) {
  .technology .container .top {
    padding: 4.7rem 0 0;
  }
}
.technology .container .top .img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0.24rem;
}
@media (max-width: 767px) {
  .technology .container .top .img {
    width: 100%;
  }
}
.technology .container .top .img img {
  width: 100%;
}
.technology .container .top .box {
  width: 100%;
  position: relative;
}
.technology .container .top .box .crumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: calc(24/18);
  color: rgba(3, 31, 35, 0.5);
}
.technology .container .top .box .crumbs a {
  color: rgba(3, 31, 35, 0.5);
}
.technology .container .top .box .crumbs i {
  font-style: initial;
  margin: 0 5px;
}
.technology .container .top .box .title {
  line-height: calc(58/40);
  color: #031f23;
  margin-top: 0.27rem;
}
.technology .container .top .box .technology-menu {
  width: 100%;
  border-bottom: 1px solid #e6ecf2;
  margin-top: 1.25rem;
  display: flex;
}
@media (max-width: 991px) {
  .technology .container .top .box .technology-menu {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.technology .container .top .box .technology-menu ul {
  width: 100%;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.4rem;
}
.technology .container .top .box .technology-menu ul li {
  margin-right: 0.18rem;
  flex-shrink: 0;
}
.technology .container .top .box .technology-menu ul li:last-child {
  margin-right: 0;
}
.technology .container .top .box .technology-menu ul li a {
  height: 36px;
  padding: 0 0.22rem;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #031f23;
  transition: all 0.4s;
  position: relative;
}
.technology .container .top .box .technology-menu ul li a span {
  position: relative;
  z-index: 2;
}
.technology .container .top .box .technology-menu ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(to right, #16b3c0, #7fc471);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .technology .container .top .box .technology-menu ul li:hover a {
    color: #fff;
  }
  .technology .container .top .box .technology-menu ul li:hover a::before {
    opacity: 1;
  }
}
.technology .container .top .box .technology-menu ul li.on a {
  color: #fff;
}
.technology .container .top .box .technology-menu ul li.on a::before {
  opacity: 1;
}
.technology .container .top .box .technology-menu .search {
  width: 263px;
  height: 48px;
  display: flex;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .technology .container .top .box .technology-menu .search {
    margin-bottom: 0.3rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .technology .container .top .box .technology-menu .search {
    width: 100%;
  }
}
.technology .container .top .box .technology-menu .search .t1 {
  width: 100%;
  padding-left: 0.2rem;
  color: #031f23;
}
.technology .container .top .box .technology-menu .search .t1::placeholder {
  color: rgba(3, 31, 35, 0.35);
}
.technology .container .top .box .technology-menu .search .btn {
  width: 50px;
  height: 100%;
  background: url(../images/search.svg) center center no-repeat;
  background-size: 24px;
}
.technology .container .box1 {
  width: 100%;
  margin-top: 0.77rem;
}
.technology .container .box1 .item {
  width: 100%;
  margin-bottom: 1rem;
}
.technology .container .box1 .item:last-child {
  margin-bottom: 0;
}
.technology .container .box1 .item .item-title {
  line-height: calc(42/32);
  color: #222;
}
.technology .container .box1 .item .list {
  width: 100%;
  margin-top: 0.55rem;
}
.technology .container .box1 .item .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.technology .container .box1 .item .list ul li {
  position: relative;
  min-height: 2.8rem;
}
.technology .container .box1 .item .list ul li::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right top, #16b3c0, #7fc471);
  opacity: 0;
  transition: all 0.4s;
}
.technology .container .box1 .item .list ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #dde4eb;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .technology .container .box1 .item .list ul li::after {
    width: 100%;
    height: 1px;
    top: 100%;
  }
}
@media (min-width: 992px) {
  .technology .container .box1 .item .list ul li:nth-child(4n)::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .technology .container .box1 .item .list ul li:last-child::after {
    display: none;
  }
}
.technology .container .box1 .item .list ul li .tbox {
  width: 100%;
  padding: 0.4rem;
  position: relative;
  z-index: 2;
}
.technology .container .box1 .item .list ul li .tbox .icon {
  width: 0.55rem;
  height: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -6px 0 0 -6px;
}
.technology .container .box1 .item .list ul li .tbox .icon img:last-child {
  display: none;
}
.technology .container .box1 .item .list ul li .tbox .t1 {
  color: #222;
  line-height: calc(32/22);
  margin-top: 0.4rem;
}
.technology .container .box1 .item .list ul li .tbox .t2 {
  color: #a4acb5;
  line-height: calc(28/18);
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .technology .container .box1 .item .list ul li .tbox .t2 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .technology .container .box1 .item .list ul li:hover::before {
    opacity: 1;
  }
  .technology .container .box1 .item .list ul li:hover .tbox .icon svg:first-child,
  .technology .container .box1 .item .list ul li:hover .tbox .icon img:first-child {
    display: none;
  }
  .technology .container .box1 .item .list ul li:hover .tbox .icon svg:last-child,
  .technology .container .box1 .item .list ul li:hover .tbox .icon img:last-child {
    display: block;
  }
  .technology .container .box1 .item .list ul li:hover .tbox .t1 {
    color: #fff;
  }
  .technology .container .box1 .item .list ul li:hover .tbox .t2 {
    color: #afe2d4;
  }
}
.technology .container .box1 .item .list.width4 ul li {
  width: 25%;
}
@media (max-width: 991px) {
  .technology .container .box1 .item .list.width4 ul li {
    width: 100%;
  }
}
.technology .container .box1 .item .list.width3 ul li {
  width: 33.33%;
}
@media (max-width: 991px) {
  .technology .container .box1 .item .list.width3 ul li {
    width: 100%;
  }
}
.technology .container .box1 .item .list.width2 ul li {
  width: 50%;
}
@media (max-width: 991px) {
  .technology .container .box1 .item .list.width2 ul li {
    width: 100%;
  }
}
.technology .container .box1 .item .list.width1 ul li {
  width: 100%;
}
.technology .container .related-news {
  margin-top: 0.75rem;
}
.related-news {
  width: 100%;
}
.related-news .title {
  color: #222;
  line-height: calc(42/32);
}
.related-news .list {
  width: 100%;
  margin-top: 0.35rem;
}
.related-news .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .related-news .list ul {
    width: 100%;
    margin: 0;
  }
}
.related-news .list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .related-news .list ul li {
    width: 100%;
    margin: 0 0 0.2rem;
  }
}
.related-news .list ul li a {
  display: block;
}
.related-news .list ul li a .public-img {
  width: 100%;
}
.related-news .list ul li a .public-img::before {
  transition: all 0.4s;
  padding-top: 42.55555556%;
}
.related-news .list ul li a .tbox {
  width: 100%;
  padding: 0.3rem 0.4rem;
  transition: all 0.4s;
}
.related-news .list ul li a .tbox .label {
  display: flex;
}
.related-news .list ul li a .tbox .label span {
  height: 36px;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 14px;
  position: relative;
  z-index: 2;
  margin-right: 0.1rem;
  border: 1px solid #e6ecf2;
  border-radius: 18px;
  transition: all 0.4s;
}
.related-news .list ul li a .tbox .label span:hover {
  color: #fff;
  border-radius: 1px solid #fff;
}
.related-news .list ul li a .tbox .label span:hover::before {
  opacity: 1;
}
.related-news .list ul li a .tbox .label span::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(to right, #16b3c0, #7fc471);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
}
.related-news .list ul li a .tbox .t1 {
  color: #333;
  line-height: calc(36/24);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.18rem;
}
.related-news .list ul li a .tbox .t2 {
  width: calc(100% - 0.8rem);
  color: #999;
  line-height: calc(28/18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-top: 0.35rem;
  border-top: 1px solid #eeeff2;
  position: absolute;
  opacity: 0;
  bottom: -1rem;
  transition: all 0.4s;
}
.related-news .list ul li a .tbox .more {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  transition: all 0.4s;
}
.related-news .list ul li a .tbox .more i {
  width: 14px;
  display: flex;
  align-items: center;
  margin-right: 0.12rem;
}
.related-news .list ul li a .tbox .more span {
  font-size: 14px;
  line-height: 24px;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #16b3c0, #7fc471);
}
@media (min-width: 992px) {
  .related-news .list ul li:hover a .public-img::before {
    padding-top: calc(260/520*100%);
  }
  .related-news .list ul li:hover a .tbox .t2 {
    opacity: 1;
    bottom: 0.3rem;
  }
  .related-news .list ul li:hover a .tbox .more {
    opacity: 0;
  }
}
.product-info {
  width: 100%;
  /* background: #f2f6fa url(../images/technology-bg.png) top center no-repeat;
    background-size: 100%; */
  padding-bottom: 1.45rem;
}
.product-info .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2.36rem;
}
@media (max-width: 991px) {
  .product-info .top {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .product-info .top {
    padding-top: 0.7rem !important;
  }
}
.product-info .top .box {
  width: calc(770/1600*100%) !important;
}
@media (max-width: 991px) {
  .product-info .top .box {
    width: 100% !important;
    margin-top: 0.5rem;
  }
}
.product-info .top .box .crumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: calc(24/18);
  color: rgba(3, 31, 35, 0.5);
}
.product-info .top .box .crumbs a {
  color: rgba(3, 31, 35, 0.5);
}
.product-info .top .box .crumbs i {
  font-style: initial;
  margin: 0 5px;
}
.product-info .top .box .title {
  line-height: calc(58/40);
  color: #031f23;
  margin-top: 0.27rem;
}
.product-info .top .box .txt {
  line-height: calc(32/18);
  color: #959ca6;
  margin-top: 0.35rem;
}
.product-info .top .box .check {
  display: flex;
  margin-top: 0.52rem;
}
.product-info .top .box .check a {
  padding: 0 0.22rem;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 0.1rem;
}
.product-info .top .box .check a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(to right, #16b3c0, #7fc471);
  position: absolute;
  left: 0;
  top: 0;
}
.product-info .top .box .check a::after {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.product-info .top .box .check a span {
  position: relative;
  z-index: 2;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #16b3c0, #7fc471);
  transition: all 0.4s;
}
.product-info .top .box .check a i {
  width: 12px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
}
.product-info .top .box .check a i svg path {
  fill: #7fc471;
  transition: all 0.4s;
}
.product-info .top .box .check a:hover::after {
  opacity: 0;
}
.product-info .top .box .check a:hover span {
  color: #fff;
}
.product-info .top .box .check a:hover i svg path {
  fill: #fff;
}
.product-info .top .public-img {
  width: calc(745/1600*100%);
  background: #fff;
  border-radius: 0.1rem;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .product-info .top .public-img {
    width: 100%;
  }
}
.product-info .top .public-img::before {
  padding-top: calc(480/745*100%);
}
.product-info .top .public-img img {
  max-width: 100%;
  max-height: 100%;
}
.product-info .anchor-link {
  width: 100%;
  margin-top: 0.6rem;
  border-top: 1px solid #e6ecf2;
  padding-top: 0.33rem;
}
.product-info .anchor-link ul {
  display: flex;
}
.product-info .anchor-link ul li {
  margin-right: 0.55rem;
}
.product-info .anchor-link ul li a {
  color: #959ca6;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .product-info .anchor-link ul li:hover a {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #16b3c0, #7fc471);
  }
}
.product-info .anchor-link ul li.on a {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #16b3c0, #7fc471);
}
.product-info .box1 {
  width: 100%;
  margin-top: 1.1rem;
}
.product-info .box1 .title {
  color: #041422;
  line-height: calc(42/32);
}
.product-info .box1 .list {
  width: 100%;
  position: relative;
  margin-top: 0.35rem;
}
.product-info .box1 .list .swiper-container .swiper-slide {
  height: auto;
  background: #e6ecf2;
  border-radius: 0.1rem;
  padding: 0.2rem;
  position: relative;
}
.product-info .box1 .list .swiper-container .swiper-slide .public-img {
  width: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.product-info .box1 .list .swiper-container .swiper-slide .public-img::before {
  padding-top: calc(320/480*100%);
}
.product-info .box1 .list .swiper-container .swiper-slide .tbox {
  width: 100%;
  margin-top: 0.23rem;
  position: relative;
  z-index: 2;
}
.product-info .box1 .list .swiper-container .swiper-slide .tbox .t1 {
  color: #041422;
  line-height: calc(32/24);
}
.product-info .box1 .list .swiper-container .swiper-slide .tbox .t2 {
  color: #959ca6;
  line-height: calc(32/18);
  margin-top: 0.1rem;
}
.product-info .box1 .list .ckbox {
  position: absolute;
  right: 0;
  top: -0.9rem;
  z-index: 2;
  display: flex;
}
@media (max-width: 991px) {
  .product-info .box1 .list .ckbox {
    width: 100%;
    justify-content: center;
    position: relative;
    top: initial;
    margin-top: 0.5rem;
  }
}
.product-info .box1 .list .ckbox .swiper-prev,
.product-info .box1 .list .ckbox .swiper-next {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  background: #e6ecf2;
}
.product-info .box1 .list .ckbox .swiper-prev:hover,
.product-info .box1 .list .ckbox .swiper-next:hover {
  background: linear-gradient(to right, #16b3c0, #7fc471);
}
.product-info .box1 .list .ckbox .swiper-prev:hover svg path,
.product-info .box1 .list .ckbox .swiper-next:hover svg path {
  fill: #fff;
}
.product-info .box1 .list .ckbox .swiper-prev svg,
.product-info .box1 .list .ckbox .swiper-next svg {
  width: 14px;
}
.product-info .box1 .list .ckbox .swiper-prev svg path,
.product-info .box1 .list .ckbox .swiper-next svg path {
  fill: #a8b0b9;
  transition: all 0.4s;
}
.product-info .box1 .list .ckbox .swiper-prev {
  margin-right: 0.2rem;
}
.product-info .box1 .list .ckbox .swiper-prev svg {
  transform: rotateZ(180deg);
}
.product-info .box2 {
  width: 100%;
  margin-top: 1.1rem;
}
.product-info .box2 .title {
  color: #041422;
  line-height: calc(42/32);
  text-align: center;
}
.product-info .box2 .img {
  width: 100%;
  margin-top: 0.35rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.product-info .box2 .img img {
  width: 100%;
}
@media (max-width: 991px) {
  .product-info .box2 .img img.pc {
    display: none;
  }
}
.product-info .box2 .img img.mb {
  display: none;
}
@media (max-width: 991px) {
  .product-info .box2 .img img.mb {
    display: block;
  }
}
.product-info .box3 {
  width: 100%;
  margin-top: 1.45rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-info .box3 {
    flex-direction: column-reverse;
  }
}
.product-info .box3 .tbox {
  width: calc(750/1600*100%);
  padding-top: 0.35rem;
}
@media (max-width: 991px) {
  .product-info .box3 .tbox {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.product-info .box3 .tbox .title {
  color: #041422;
  line-height: calc(42/32);
}
.product-info .box3 .tbox .t1 {
  color: #959ca6;
  line-height: calc(32/18);
  margin-top: 0.35rem;
}
.product-info .box3 .tbox.w100 {
  width: 100%;
}
.product-info .box3 .public-img {
  width: calc(750/1600*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .product-info .box3 .public-img {
    width: 100%;
  }
}
.product-info .box3 .public-img::before {
  padding-top: calc(480/750*100%);
}
.subscription-inquiry {
  width: 100%;
  background: #fff;
  padding: 1.13rem 0 1.17rem;
}
.subscription-inquiry .container .title {
  color: #031f23;
  line-height: calc(46/36);
}
.subscription-inquiry .container .form {
  width: 100%;
  margin-top: 0.4rem;
}
.subscription-inquiry .container .form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subscription-inquiry .container .form form .fbox {
  width: calc(780/1600*100%);
}
@media (max-width: 991px) {
  .subscription-inquiry .container .form form .fbox {
    width: 100%;
  }
}
.subscription-inquiry .container .form form .item {
  width: 100%;
  margin-bottom: 0.35rem;
}
.subscription-inquiry .container .form form .item .name {
  display: flex;
  align-items: center;
  line-height: calc(26/16);
  height: 26px;
}
.subscription-inquiry .container .form form .item .name span {
  color: #999;
}
.subscription-inquiry .container .form form .item .name i {
  font-style: initial;
  color: #e20121;
}
.subscription-inquiry .container .form form .item .txt {
  width: 100%;
  height: 0.56rem;
  margin-top: 0.15rem;
  border-bottom: 1px solid #dfe5eb;
}
@media (max-width: 767px) {
  .subscription-inquiry .container .form form .item .txt {
    height: 0.8rem;
  }
}
.subscription-inquiry .container .form form .item .txt::placeholder {
  color: #ccc;
}
.subscription-inquiry .container .form form .item .text {
  width: 100%;
  height: calc(1.62rem + 26px);
  margin-top: 0.15rem;
  border-bottom: 1px solid #dfe5eb;
}
.subscription-inquiry .container .form form .item .text::placeholder {
  color: #999;
}
.subscription-inquiry .container .form form .ckbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subscription-inquiry .container .form form .ckbox .tips {
  width: calc(780/1600*100%);
  display: flex;
}
@media (max-width: 991px) {
  .subscription-inquiry .container .form form .ckbox .tips {
    width: 100%;
  }
}
.subscription-inquiry .container .form form .ckbox .tips i {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #dfe5eb;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.15rem;
  margin-top: 6px;
  transition: all 0.4s;
}
.subscription-inquiry .container .form form .ckbox .tips i::before {
  content: '';
  height: 3px;
  width: 7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotateZ(-45deg) translate(-50%, -50%);
  margin-top: -5px;
}
.subscription-inquiry .container .form form .ckbox .tips i.on {
  border: 1px solid #00afcc;
  background: #00afcc;
}
.subscription-inquiry .container .form form .ckbox .tips i.on::before {
  opacity: 1;
}
.subscription-inquiry .container .form form .ckbox .tips span {
  color: #959ca6;
  line-height: calc(26/16);
}
.subscription-inquiry .container .form form .ckbox .tips span a {
  color: #222;
  transition: all 0.4s;
  text-decoration: underline;
}
.subscription-inquiry .container .form form .ckbox .btn {
  width: 132px;
  height: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .subscription-inquiry .container .form form .ckbox .btn {
    margin-top: 0.5rem;
  }
}
.subscription-inquiry .container .form form .ckbox .btn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: linear-gradient(to right, #16b3c0, #7fc471);
  position: absolute;
  left: 0;
  top: 0;
}
.subscription-inquiry .container .form form .ckbox .btn::after {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.subscription-inquiry .container .form form .ckbox .btn button {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  color: #43ba9a;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .subscription-inquiry .container .form form .ckbox .btn:hover::after {
    opacity: 0;
  }
  .subscription-inquiry .container .form form .ckbox .btn:hover button {
    color: #fff;
  }
}
.video-center {
  width: 100%;
}
.video-center .video-menu {
  width: 100%;
  padding-top: 0.6rem;
}
.video-center .video-menu ul {
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.video-center .video-menu ul li {
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.video-center .video-menu ul li:last-child {
  margin-right: 0;
}
.video-center .video-menu ul li a {
  height: 28px;
  padding: 0 0.22rem;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #031f23;
  transition: all 0.4s;
  position: relative;
}
.video-center .video-menu ul li a span {
  position: relative;
  z-index: 2;
}
.video-center .video-menu ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: linear-gradient(to right, #16b3c0, #7fc471);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .video-center .video-menu ul li:hover a {
    color: #fff;
  }
  .video-center .video-menu ul li:hover a::before {
    opacity: 1;
  }
}
.video-center .video-menu ul li.on a {
  color: #fff;
}
.video-center .video-menu ul li.on a::before {
  opacity: 1;
}
.video-center .video-list {
  width: 100%;
  margin-top: 0.3rem;
}
.video-center .video-list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .video-center .video-list ul {
    width: 100%;
    margin: 0;
  }
}
.video-center .video-list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video-center .video-list ul li {
    width: 100%;
    margin: 0 0 0.2rem;
  }
}
.video-center .video-list ul li .public-img {
  width: 100%;
}
.video-center .video-list ul li .public-img::before {
  transition: all 0.4s;
  padding-top: calc(320/520*100%);
}
.video-center .video-list ul li .public-img .play {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .video-center .video-list ul li .public-img .play {
    opacity: 1;
  }
}
.video-center .video-list ul li .tbox {
  width: 100%;
  padding: 0.3rem;
  transition: all 0.4s;
}
.video-center .video-list ul li .tbox .label {
  width: 100%;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.1rem;
}
.video-center .video-list ul li .tbox .label::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}
.video-center .video-list ul li .tbox .label span {
  height: 36px;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 14px;
  position: relative;
  z-index: 2;
  margin-right: 0.1rem;
  border: 1px solid #e6ecf2;
  border-radius: 18px;
  transition: all 0.4s;
  flex-shrink: 0;
  white-space: nowrap;
}
.video-center .video-list ul li .tbox .label span::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(to right, #16b3c0, #7fc471);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
}
.video-center .video-list ul li .tbox .t1 {
  color: #333;
  line-height: calc(28/22);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.18rem;
}
@media (min-width: 992px) {
  .video-center .video-list ul li:hover .public-img img {
    transform: scale(1.05);
  }
  .video-center .video-list ul li:hover .public-img .play {
    opacity: 1;
  }
  .video-center .video-list ul li:hover .tbox .label span {
    color: #fff;
    border-radius: 1px solid #fff;
  }
  .video-center .video-list ul li:hover .tbox .label span::before {
    opacity: 1;
  }
}
.video-center .page-list {
  margin-top: 0.6rem;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6ecf2;
  color: #959ca6;
  border: 2px solid #e6ecf2;
  transition: all 0.4s;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .page-list a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.page-list a svg {
  width: 14px;
}
.page-list a svg path {
  fill: #959ca6;
}
.page-list a.more {
  border: none;
  background: none;
}
.page-list a.more:hover {
  border: none;
  background: none;
}
.page-list a.prev svg {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .page-list a:hover {
    background: none;
    border: 2px solid #00a1e6;
    color: #00a1e6;
  }
  .page-list a:hover svg path {
    fill: #00a1e6;
  }
}
.page-list a.on {
  background: none;
  border: 2px solid #00a1e6;
  color: #00a1e6;
}
