* {
  padding: 0;
  margin: 0;
}
body {
  position: relative;
  font-size: 0.14rem;
  width: 100%;
}
body * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: top;
}
button {
  margin: 0;
  padding: 0;
  border: 0.01rem solid transparent;
  outline: none;
  background-color: transparent;
}
button:active {
  opacity: 0.6;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.content {
  position: relative;
  width: 12rem;
  margin: 0 auto;
}
.wap-close,
.wap-icon {
  display: none;
}
.title {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.3rem;
  color: #404b65;
}
.title span {
  color: #407bff;
}
.link-btn {
  display: block;
  padding: 0 0.5rem 0 0.2rem;
  width: 1.3rem;
  height: 0.34rem;
  border-radius: 0.17rem;
  color: #407bff;
  border: 0.01rem solid #407bff;
  line-height: 0.34rem;
  background: url(../img/jt.png) no-repeat 80% 50%;
  background-size: 0.2rem;
}
.more-news {
  cursor: pointer;
}
.link-btn:hover {
  color: #fff;
  background: url(../img/drighth.png) no-repeat 80% 50% #407bff;
  background-size: 0.2rem;
}
.nav {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.06);
  height: 0.8rem;
  font-size: 0.16rem;
}
.nav .nav-bg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0.2rem;
  background-color: rgba(255, 255, 255, 0.06);
}
.nav .login-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.nav .login-btn a {
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  margin-left: 0.34rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.21rem;
  border: 0.01rem solid #ffffff;
  padding: 0 0.2rem;
  color: #fff;
}
.nav .login-btn a:hover {
  border: 0.01rem solid #407bff;
  background: #407bff;
}
.nav .logo {
  width: 1.17rem;
  margin-right: 0.3rem;
}
.nav .nav-list {
  font-size: 0.16rem;
  line-height: 0.3rem;
  border-left: 0.01rem solid rgba(255, 255, 255, 0.6);
  display: flex;
}
.nav .nav-list .nav-child {
  position: relative;
  padding: 0.05rem 0.2rem;
  color: #ffffff;
  cursor: pointer;
}
.nav .nav-list .nav-child a {
  color: #fff;
}
.nav .nav-list .nav-child p {
  display: none;
  position: absolute;
  left: 50%;
  top: 0.4rem;
  z-index: 9;
  border-radius: 0.03rem;
  transform: translate(-50%, 0);
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 0.1rem 0.1rem;
  text-align: center;
}
.nav .nav-list .nav-child p a {
  display: block;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.4rem;
  word-break: keep-all;
}
.nav .nav-list .nav-child p a:hover {
  color: #407bff;
}
.nav .nav-list .nav-child p::before {
  position: absolute;
  left: 50%;
  top: -0.06rem;
  content: '';
  margin-left: -0.03rem;
  border-bottom: 0.06rem solid #f2f2f2;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
}
.nav .nav-list .nav-child:hover p {
  display: block;
}
/* .nav .nav-list .nav-child:nth-child(3) p {
  width: 2rem;
  max-width: 2rem;
} */
.nav .nav-list .nav-child:nth-child(4) p {
  width: 2rem;
  max-width: 2rem;
}
.nav .nav-list .curr {
  font-weight: 700;
}
.banner {
  position: relative;
  width: 100%;
  height: 7.5rem;
  color: #fff;
  background-color: #031033;
  background-image: url(../img/bannerbg.png);
  background-repeat: no-repeat;
  background-position: 40% 4.4rem;
  background-size: 140% auto;
}
.banner .swiper-slide {
  box-sizing: border-box;
  padding-top: 2.3rem;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.banner h3 {
  display: inline-block;
  font-size: 0.4rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #ffffff;
  line-height: 0.56rem;
  background: url(../img/h3bg.png) no-repeat 0 bottom;
  background-size: 100%;
}
.banner p {
  font-size: 0.24rem;
  font-weight: 400;
  max-width: 100%;
  color: #ffffff;
  line-height: 0.33rem;
  margin-bottom: 0.5rem;
}
.banner span {
  position: relative;
  padding-right: 0.3rem;
}
.banner span::after {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  font-size: 0.5rem;
  margin-top: -0.3rem;
  content: '.';
}
.banner span:nth-last-child(1)::after {
  display: none;
}
.banner a {
  display: block;
  font-size: 0.24rem;
  width: 1.79rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  color: #ffffff;
  background: #407bff;
  box-shadow: 0rem 0.06rem 0.12rem 0rem rgba(37, 15, 138, 0.2);
  border-radius: 0.28rem;
}
.float {
  position: fixed;
  right: 0;
  bottom: 1.2rem;
  z-index: 99;
}
.float p {
  display: none;
  position: absolute;
  right: 0.5rem;
  top: 0;
  width: 2rem;
  max-width: 2rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.15rem 0.2rem;
  border-radius: 0.02rem;
}
.float p span {
  display: block;
  width: 100%;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  padding-left: 0.16rem;
  color: #333;
}
.float p span em {
  display: block;
  font-style: normal;
  color: #999;
  font-size: 0.12rem;
}
.float p span:nth-child(1) {
  background: url(../img/tel.png) no-repeat 0 0.03rem;
  background-size: 0.13rem;
}
.float p span:nth-child(2) {
  margin-bottom: 0;
  background: url(../img/info.png) no-repeat 0 0.03rem;
  background-size: 0.13rem;
}
.float div {
  width: 0.4rem;
  background-color: #fff;
  box-shadow: 0 0 0.1rem #f2f2f2;
  border-radius: 0.02rem;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
  padding: 0.1rem;
  text-align: center;
  color: #407bff;
  cursor: pointer;
}
.float:hover p {
  display: block;
}
.float a {
  width: 0.4rem;
  height: 0.37rem;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 0.1rem #f2f2f2;
  box-sizing: border-box;
  padding: 0.15rem 0.14rem;
  border-radius: 0.02rem;
}
.footer {
  position: relative;
  padding-top: 0.4rem;
  background: #30343e;
  font-size: 0.12rem;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .footer-top {
  width: 1.17rem;
  margin-bottom: 0.26rem;
}
.footer .footer-middle {
  position: relative;
  align-items: flex-start;
  margin-bottom: 0.3rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-middle img {
  width: 1rem;
  margin-right: 0.2rem;
}
.footer .footer-middle a {
  display: block;
  line-height: 0.3rem;
  opacity: 0.6;
}
.footer .footer-middle h3 {
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.footer .footer-middle h3 a {
  opacity: 1;
}
.footer .footer-middle .f1 {
  width: 2.5rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
.footer .footer-middle .f1 span {
  width: 1rem;
  display: block;
  padding-top: 0.1rem;
}
.footer .footer-middle .f2,
.footer .footer-middle .f5 {
  width: 1rem;
}
.footer .footer-middle .f3 {
  width: 1.2rem;
}
.footer .footer-middle .f4 {
  width: 1.5rem;
}
.footer .footer-middle .f6 {
  width: 2.3rem;
  line-height: 0.2rem;
}
.footer .footer-middle .f6 a {
  margin-bottom: 0.1rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.21);
}
.footer .footer-middle .f6 h3 {
  display: flex;
  justify-content: space-between;
}
.footer .footer-middle .f6 p {
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer-middle .f6 span {
  color: #999;
}
.footer .footer-down {
  height: 0.6rem;
  line-height: 0.59rem;
  box-sizing: border-box;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.21);
}
.footer .footer-down p {
  padding-right: 0.45rem;
}
.footer .footer-down div {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.footer .footer-down div a {
  height: 0.14rem;
  color: #fff;
  line-height: 0.14rem;
  display: block;
  padding-right: 0.2rem;
  margin-right: 0.2rem;
  border-right: 0.01rem solid #ccc;
}
.footer .footer-down div a:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.kv {
  position: relative;
  width: 100%;
  height: 1.98rem;
  padding: 0.4rem 0;
  text-align: center;
  color: #fff;
  line-height: 0.42rem;
  background: url(../img/kvbg.png) no-repeat 0 0;
  background-size: 100% 120%;
}
.kv p {
  font-size: 0.3rem;
}
.kv a {
  display: block;
  width: 1.8rem;
  height: 0.56rem;
  margin: 0.2rem auto 0;
  font-size: 0.24rem;
  color: #407bff;
  line-height: 0.56rem;
  background: #ffffff;
  border-radius: 0.28rem;
}
.case {
  background: url(../img/cabg.png) no-repeat 50% 0 #1e2035;
  background-size: 9.36rem;
  padding-bottom: 0.8rem;
}
.case .title {
  color: #fff;
}
.case .case-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 0.4rem;
  justify-content: space-between;
}
.case .case-list a {
  display: block;
  position: relative;
  width: 46%;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
  padding: 0.3rem 0.3rem 0.3rem 0.7rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.04);
  border-radius: 0.06rem;
}
.case .case-list h3 {
  font-size: 0.22rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.case .case-list p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case .case-list span {
  margin-top: 0.1rem;
}
.case .case-list em {
  position: absolute;
  left: -0.4rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.07);
  border-radius: 0.06rem;
  box-sizing: border-box;
  padding: 0.1rem;
}
.case .case-list em img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 0.6rem;
  max-width: 0.4rem;
}
.logo-list {
  position: absolute;
  top: -0.35rem;
  z-index: 99;
  width: 100%;
  height: 0.7rem;
  background: #ffffff;
  box-shadow: 0.01rem 0.04rem 0.12rem 0rem rgba(82, 82, 82, 0.07);
  border-radius: 0.06rem;
  display: flex;
  box-sizing: border-box;
  padding: 0 0.3rem;
  align-items: center;
}
.logo-list p {
  width: 1.8rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #707070;
  line-height: 0.2rem;
}
.logo-list .swiper-container {
  width: calc(100% - 1.8rem);
  height: 0.7rem;
}
.logo-list img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.cooperation {
  position: relative;
  background: url(../img/casebg.png) no-repeat 0 0;
  background-size: cover;
  padding-bottom: 1.2rem;
}
.cooperation .swiper-button-next {
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  right: 0.6rem;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.07);
  border-radius: 0.06rem;
  background: url(../img/right.png) no-repeat 50% 50% #fff;
  background-size: 0.28rem;
}
.cooperation .swiper-button-prev {
  opacity: 1;
  left: 0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.07);
  border-radius: 0.06rem;
  background: url(../img/left.png) no-repeat 50% 50% #fff;
  background-size: 0.28rem;
}
.cooperation .swiper-slide > div {
  position: relative;
  width: 11.5rem;
  max-width: 94%;
  height: 2.32rem;
  margin: 0.1rem auto;
  padding: 0.4rem 0.8rem 0.4rem 3.6rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.07);
  border-radius: 0.06rem;
  box-sizing: border-box;
}
.cooperation .swiper-slide > div h3 {
  font-size: 0.22rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.cooperation .swiper-slide > div a {
  margin-top: 0.2rem;
  float: right;
}
.cooperation .swiper-slide > div p {
  font-size: 0.18rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cooperation .swiper-slide > div img {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  width: 2rem;
  transform: translate(0, -50%);
}
.characteristic {
  width: 100%;
  background: #f2f8ff;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.characteristic .cha-main {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.characteristic .cha-list {
  position: relative;
  width: 2.78rem;
  overflow: hidden;
  max-width: 24%;
  background: #ffffff;
  border-radius: 0.06rem;
  box-sizing: border-box;
  padding: 0.3rem;
  cursor: pointer;
}
.characteristic .cha-list .mask {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 0.3rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.28rem;
  border-top: 0.1rem solid #407bff;
}
.characteristic .cha-list:hover .mask {
  top: 0;
}
.characteristic .cha-list img {
  width: 1.29rem;
  display: block;
  margin: 0 auto;
}
.characteristic .cha-list h3 {
  font-size: 0.2rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.28rem;
  margin: 0.16rem 0;
  text-align: center;
}
.characteristic .cha-list p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.28rem;
}
.function {
  background: url(../img/funbg.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding-bottom: 0.8rem;
}
.function .fun-body {
  width: 100%;
  height: 4.61rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.07);
  border-radius: 0.06rem;
  overflow: hidden;
}
.function .fun-left {
  float: left;
  width: 3.75rem;
  max-width: 35%;
  height: 4.61rem;
  box-sizing: border-box;
  padding: 0.3rem;
  background: url(../img/leftbg.png) no-repeat 0 bottom rgba(64, 123, 255, 0.03);
  background-size: 1.5rem;
  border-radius: 0.06rem 0rem 0rem 0.06rem;
}
.function .fun-left ul {
  border-left: 0.02rem solid rgba(64, 123, 255, 0.25);
}
.function .fun-left li {
  margin: 0.32rem 0;
  line-height: 0.23rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #333333;
  padding-left: 0.2rem;
  cursor: pointer;
}
.function .fun-left .curr {
  border-left: 0.04rem solid #407bff;
  color: #407bff;
}
.function .fun-right {
  position: relative;
  float: right;
  height: 100%;
  width: calc(100% - 3.75rem);
  min-width: 65%;
  box-sizing: border-box;
  padding: 0.4rem 0.4rem 0;
  font-size: 0.18rem;
  font-weight: 700;
  color: #666666;
  line-height: 0.28rem;
}
.function .fun-right p {
  position: relative;
  z-index: 9;
  font-weight: 700;
}
.function .fun-right img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: calc(100% - 0.6rem);
}
.function .fun-right .fun-list {
  display: none;
}
.function .fun-right .fun-list:nth-child(1) {
  display: block;
}
.qualifications {
  position: relative;
  padding-bottom: 0.6rem;
  background: #f2f8ff;
}
.qualifications .title {
  margin-bottom: 0;
}
.qualifications .qua-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.qualifications .qua-list img {
  width: 33%;
  max-height: 5.5rem;
  margin: 0.1rem 0;
}
.contact {
  margin-bottom: 0.8rem;
  background: url(../img/conbg.png) no-repeat 0 bottom;
  background-size: 3.9rem;
}
.contact .contact-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.74rem;
  height: 100%;
  background: rgba(64, 123, 255, 0.8);
  box-sizing: border-box;
  padding: 0.6rem 0.25rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.5rem;
}
.n-banner {
  position: relative;
  height: 4.8rem;
  box-sizing: border-box;
  padding: 1.5rem 0;
}
.n-banner h3 {
  font-size: 0.34rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.48rem;
  margin-bottom: 0.24rem;
}
.n-banner p {
  width: 6.85rem;
  font-size: 0.16rem;
  font-weight: 400;
  max-width: 100%;
  color: #ffffff;
  line-height: 0.3rem;
}
.case-banner {
  background: url(../img/banner5.png) no-repeat 50% 0;
  background-size: cover;
  box-sizing: border-box;
  padding: 2rem 0;
}
.product-banner {
  background: url(../img/productbanner.png) no-repeat 50% 0;
  background-size: cover;
  box-sizing: border-box;
  padding: 1.5rem 0;
}
.about-banner {
  background: url(../img/aboutbanner.png) no-repeat 50% 0;
  background-size: cover;
  box-sizing: border-box;
  padding: 1.5rem 0;
}
.server-banner {
  background: url(../img/serverbanner.png) no-repeat 50% 0;
  background-size: cover;
  box-sizing: border-box;
  padding: 2rem 0;
}
.news-banner {
  background: url(../img/newsbanner.png) no-repeat 50% 0;
  background-size: cover;
  box-sizing: border-box;
  padding: 2rem 0;
}
.programme-banner {
  background: url(../img/pbanner.png) no-repeat 50% 0;
  background-size: cover;
  box-sizing: border-box;
  padding: 1.5rem 0;
}
.programme-nav {
  position: relative;
  top: 0;
  padding: 0.3rem 0;
}
.programme-nav .programme-nav-list {
  position: relative;
  display: flex;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #404b65;
  line-height: 0.28rem;
}
.programme-nav .programme-nav-list b {
  width: 1rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.programme-nav .programme-nav-list p {
  width: calc(100% - 1rem);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 0.4rem;
}
.programme-nav .programme-nav-list p span {
  height: 0.4rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.programme-nav .programme-nav-list p span a {
  color: #404b65;
}
.programme-nav .programme-nav-list p .curr {
  background: #407bff;
  border-radius: 0.2rem;
  color: #fff;
}
.programme-nav .programme-nav-list p .curr a {
  color: #fff;
}
.type {
  position: relative;
  padding: 0.8rem 0 0.2rem;
  background: url(../img/pabg.png) no-repeat 50% 50% #f2f8ff;
  background-size: 100%;
}
.type h3 {
  font-size: 0.3rem;
  font-weight: 700;
  color: #404b65;
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
  text-align: center;
}
.type p {
  position: relative;
  font-size: 0.18rem;
  font-weight: 700;
  color: #666666;
  line-height: 0.4rem;
}
.type span {
  color: #407bff;
}
.type .type-list {
  position: relative;
  margin-bottom: 0.6rem;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.type .type-left {
  position: relative;
  width: 6.45rem;
  max-width: 59%;
}
.type .type-left p {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type .type-left p img {
  width: 0.2rem;
}
.type .type-right {
  width: 5.27rem;
  max-width: 39%;
}
.float-right {
  background: #fff;
}
.float-right .type-left {
  position: relative;
  width: 6.45rem;
  max-width: 59%;
}
.float-right .type-right {
  width: 5.27rem;
  max-width: 39%;
}
.case-nav {
  padding: 0.3rem 0;
}
.case-nav .case-nav-list {
  position: relative;
  display: flex;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #404b65;
  line-height: 0.28rem;
}
.case-nav .case-nav-list b {
  width: 1rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.case-nav .case-nav-list p {
  width: calc(100% - 1rem);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 0.4rem;
}
.case-nav .case-nav-list p span {
  height: 0.4rem;
  margin: 0 0 0.2rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.case-nav .case-nav-list p .curr {
  background: #407bff;
  border-radius: 0.2rem;
  color: #fff;
}
.case-view {
  padding: 0.4rem 0 0.8rem;
  background: #f9fafc;
}
.case-view .case-view-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-view .case-view-list .case-card {
  position: relative;
  width: calc(33.33% - 0.2rem);
  /*height: 2.16rem;*/
  box-sizing: border-box;
  padding: 0.3rem;
  padding-bottom: 0.2rem;
  padding-top: 20px;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.04);
  border-radius: 0.06rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.case-view .case-view-list .case-card:nth-child(3n) {
  margin-right: 0;
}
.case-view .case-view-list .case-card img {
  width: 1.2rem;
  margin-right: 0.2rem;
}
.case-view .case-view-list .case-card h3 {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
}
.case-view .case-view-list .case-card a {
  float: right;
  font-size: 0.14rem;
  font-weight: 400;
  color: #407bff;
  line-height: 0.2rem;
}
.case-view .case-view-list .case-card p {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.25rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.case-view .case-view-list .case-card .card-top {
  display: flex;
  align-items: center;
}
.page {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
}
.page b,
.page span {
  margin-left: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  box-sizing: border-box;
  padding: 0.08rem;
  background-color: #fff;
  border-radius: 0.04rem;
  border: 0.01rem solid #e3e3e3;
}
.page span {
  padding: 0;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.14rem;
  color: #666666;
}
.page .curr {
  background: #407bff;
  color: #fff;
}
.case-detail {
  background: #f9fafc;
}
.case-detail .tips {
  padding: 0.3rem 0;
  font-size: 0.18rem;
  font-weight: 400;
  color: #404b65;
  line-height: 0.25rem;
  display: flex;
  align-items: center;
}
.case-detail .tips img {
  width: 0.16rem;
  margin: 0.05rem 0.1rem 0;
}
.case-detail .case-detail-info {
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem;
  background: #ffffff;
  border-radius: 0.06rem;
  margin-bottom: 0.2rem;
}
.case-detail .case-detail-info h3 {
  font-size: 0.22rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.case-detail .case-detail-info p {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.25rem;
  margin-bottom: 0.2rem;
}
.case-detail .case-detail-info img {
  margin-bottom: 0.2rem;
}
.case-detail .case-detail-info span {
  display: flex;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.14rem;
  margin-bottom: 0.2rem;
}
.case-detail .case-detail-info span img {
  width: 0.14rem;
  margin-right: 0.1rem;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0.4rem;
  padding-top: 0.2rem;
}
.page-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.1rem;
  height: 0.3rem;
  background: #ffffff;
  border-radius: 0.15rem;
  border: 0.01rem solid #e3e3e3;
  padding: 0 0.2rem;
  line-height: 0.3rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  margin-left: 0.2rem;
}
.page-list span img {
  width: 0.2rem;
}
.page-list .curr {
  color: #fff;
  background: #407bff;
}
.part1 {
  padding: 0 0 0.8rem;
  background: #f2f8ff;
}
.part1 .part1-content {
  width: 100%;
  display: flex;
  border: 0.2rem solid #ffffff;
}
.part2 {
  padding: 0 0 0.8rem;
}
.part2 .part2-content {
  width: 100%;
  display: flex;
  border: 0.2rem solid #ffffff;
}
.part3 {
  padding: 0 0 0.8rem;
  background: #f2f8ff;
}
.part3 .p3-top {
  width: 100%;
  background: #f9fafc;
  box-sizing: border-box;
  padding: 0.3rem;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.04);
  border: 0.2rem solid #ffffff;
}
.part3 .p3-top ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.part3 .p3-top li {
  position: relative;
  width: 49%;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  padding: 0.32rem 0 0.2rem 0.32rem;
  background: url(../img/libg.png) no-repeat 0 0;
  background-size: 1rem;
}
.part3 .p3-top h5 {
  font-size: 0.18rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #333333;
  line-height: 0.25rem;
  margin-bottom: 0.1rem;
}
.part3 .p3-top p {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.2rem;
}
.part3 .p3-down {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.part3 .p3-down h4 {
  position: relative;
  font-size: 0.18rem;
  font-weight: 700;
  color: #404b65;
  line-height: 0.2rem;
  margin-bottom: 0.2rem;
  padding-left: 0.2rem;
}
.part3 .p3-down h4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 0.03rem;
  height: 0.2rem;
  background: #407bff;
}
.part3 .p3-down > div {
  width: 49%;
  box-sizing: border-box;
  padding: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.04);
  border-radius: 0.06rem;
}
.p-left {
  width: 8.26rem;
  max-width: 70%;
  padding: 0.3rem;
  background: #f9fafc;
}
.p-right {
  max-width: 30%;
  min-width: 30%;
  width: calc(100% - 8.26rem);
  background-color: #fff;
}
.p-right p {
  position: relative;
  padding-left: 0.5rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
}
.p-right p::before {
  position: absolute;
  left: 0.35rem;
  top: 0.1rem;
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  background: #407bff;
  border-radius: 50%;
}
.p-right .img-list {
  box-sizing: border-box;
  padding-left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-right .img-list img {
  width: 48%;
  margin-bottom: 0.1rem;
}
.product-view p {
  font-size: 0.18rem;
  font-weight: 700;
  color: #666666;
  line-height: 0.3rem;
}
.product-view .product-part3 {
  background: #1a2644;
  padding-bottom: 0.9rem;
}
.product-view .product-part3 .title {
  color: #fff;
}
.product-view .product-part3 .p3-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-view .product-part3 .p3-list .xian {
  display: block;
  width: 4.76rem;
  margin: 0 auto;
}
.product-view .product-part3 .p3-list .pro-view {
  margin-bottom: 0;
}
.product-view .product-part3 .p3-list .p3-left {
  width: 6.7rem;
  max-width: 60%;
}
.product-view .product-part3 .p3-list .p3-left h3 {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #407bff;
  line-height: 0.22rem;
  padding-top: 0.3rem;
}
.product-view .product-part3 .p3-list .p3-left .label {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.product-view .product-part3 .p3-list .p3-left .label span {
  display: block;
  width: 0.83rem;
  height: 0.34rem;
  font-size: 0.16rem;
  line-height: 0.34rem;
  text-align: center;
  margin-bottom: 0.2rem;
  border-radius: 0.06rem;
  border: 0.01rem solid #dadada;
}
.product-view .product-part3 .p3-list .p3-left .label strong {
  position: relative;
  display: block;
  padding-left: 0.1rem;
  margin-bottom: 0.1rem;
  font-weight: 400;
  color: #666666;
  font-size: 0.14rem;
}
.product-view .product-part3 .p3-list .p3-left .label strong::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.025rem;
  content: '';
  width: 0.05rem;
  height: 0.05rem;
  background: #007aff;
  border-radius: 50%;
}
.product-view .product-part3 .p3-list .p3-left .label .curr {
  color: #007aff;
  border: 0.01rem solid #407bff;
}
.product-view .product-part3 .p3-list .p3-right {
  width: 4rem;
  max-width: 35%;
}
.product-view .product-part3 p {
  color: #fff;
  display: flex;
  align-items: center;
}
.product-view .product-part3 p span {
  padding-right: 0.3rem;
  position: relative;
  padding-left: 0.1rem;
}
.product-view .product-part3 p span::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 0.05rem;
  height: 0.05rem;
  margin-top: -0.025rem;
  background-color: #fff;
  border-radius: 50%;
}
.product-view .product-part4 {
  background: #f2f8ff;
}
.product-view .product-part1 {
  position: relative;
  background: #f2f8ff;
  padding-bottom: 0.4rem;
}
.product-view .pro-p2 {
  position: relative;
  width: 9.84rem;
  height: 9.46rem;
  margin: 0 auto;
  background: url(../img/p2bg.png) no-repeat 50% 50%;
  background-size: 9.4rem;
}
.product-view .pro-p2 img {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 2.88rem;
}
.product-view .pro-p2 h3 {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #333333;
  line-height: 0.25rem;
  margin-bottom: 0.1rem;
}
.product-view .pro-p2 p {
  position: relative;
  padding-left: 0.1rem;
  font-size: 0.16rem;
  font-weight: normal;
  color: #666666;
}
.product-view .pro-p2 p::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  background: #407bff;
  border-radius: 50%;
}
.product-view .pro-p2 i {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  font-style: normal;
  margin-right: 0.1rem;
  background: #407bff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.product-view .pro-p2 .pro-font1 {
  position: absolute;
  left: 5.9rem;
  top: 1.7rem;
  width: 5rem;
}
.product-view .pro-p2 .pro-font2 {
  position: absolute;
  left: -0.8rem;
  bottom: 2.6rem;
  max-width: 50%;
}
.product-view .pro-p2 .pro-font3 {
  position: absolute;
  right: -0.8rem;
  bottom: 3.1rem;
  width: 2.6rem;
}
.pro-view {
  position: relative;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.04);
  border-radius: 0.06rem;
  box-sizing: border-box;
  padding: 0.5rem 0.5rem 0.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
}
.pro-view .pro-body {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}
.pro-view::before {
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  content: '';
  width: 1.06rem;
  height: 0.14rem;
  background: url(../img/pdi.png) no-repeat 0 0;
  background-size: 100%;
}
.pro-view::after {
  position: absolute;
  right: 0;
  top: -0.2rem;
  content: '';
  width: 1.06rem;
  height: 0.14rem;
  background: url(../img/pdi.png) no-repeat 0 0;
  background-size: 100%;
}
.pro-view em {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0.5;
  height: 0.2rem;
  background-color: #407bff;
  border-radius: 0.06rem 0.06rem 0 0;
}
.pro-view em i {
  position: absolute;
  left: 0.1rem;
  top: -0.2rem;
  font-size: 0.3rem;
  color: #fff;
}
.pro-view h4 {
  font-size: 0.24rem;
  font-weight: 700;
  color: #404b65;
  line-height: 0.33rem;
  margin-bottom: 0.3rem;
}
.pro-view h5 {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.25rem;
  margin-bottom: 0.06rem;
}
.pro-view .pro2-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-view .pro2-body > div {
  width: 3.22rem;
}
.pro-view .pro2-body > div img {
  display: block;
  margin: 0 auto 0.2rem;
}
.pro-view .pro2-body > div h5 {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.25rem;
  text-align: center;
}
.pro-view .pro2-body > div p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.26rem;
}
.pro-view .pro2-body > div:nth-child(1) img {
  width: 1.74rem;
}
.pro-view .pro2-body > div:nth-child(2) img {
  width: 1.93rem;
}
.pro-view .pro2-body > div:nth-child(3) img {
  width: 1.76rem;
}
.pro-view .pro3-left {
  float: left;
  width: 5.7rem;
  max-width: 54%;
}
.pro-view .pro3-left p {
  position: relative;
  box-sizing: border-box;
  padding-left: 0.1rem;
  margin-bottom: 0.3rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.26rem;
}
.pro-view .pro3-left p::before {
  position: absolute;
  left: 0;
  top: -0.09rem;
  content: '.';
  font-size: 0.3rem;
  color: #007aff;
}
.pro-view .pro3-left span {
  color: #007aff;
}
.pro-view .pro3-right {
  float: right;
  width: 4.2rem;
}
.pro-view .pro-left {
  float: left;
  width: 5.7rem;
}
.pro-view .pro-right {
  float: right;
  width: 4.2rem;
}
.pro-view .pro-right p {
  display: flex;
  align-items: center;
  height: 0.34rem;
  line-height: 0.34rem;
  width: 100%;
  margin-bottom: 0.3rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #666666;
}
.pro-view .pro-right p:nth-last-child(1) {
  margin-bottom: 0;
}
.pro-view .pro-right span {
  display: block;
  width: 0.9rem;
  height: 0.34rem;
  margin-left: 0.3rem;
  box-sizing: border-box;
  border-radius: 0.06rem;
  border: 0.01rem solid #dadada;
  text-align: center;
}
.pro-view .pro-right .curr {
  color: #407bff;
  border-color: #407bff;
}
.pro-view .pro-right b {
  color: #407bff;
}
.news-view {
  position: relative;
  background: #f9fafc;
  overflow: hidden;
  padding: 0.3rem 0;
}
.news-view a {
  position: relative;
  display: block;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem solid #e3e3e3;
}
.news-view a h4 {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  line-height: 0.25rem;
  margin-bottom: 0.1rem;
}
.news-view a p {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.25rem;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-view a em {
  font-style: normal;
  font-size: 0.14rem;
  font-weight: 400;
  color: #407bff;
  line-height: 0.2rem;
}
.news-view a span {
  display: flex;
  font-size: 0.14rem;
  height: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.14rem;
  margin-bottom: 0.1rem;
}
.news-view a span img {
  width: 0.14rem;
  margin-right: 0.1rem;
}
.news-view h3 {
  position: relative;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #404b65;
  line-height: 0.2rem;
  margin-bottom: 0.2rem;
  padding-left: 0.2rem;
}
.news-view h3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 0.03rem;
  height: 0.2rem;
  background: #407bff;
}
.news-view h3 span {
  color: #407bff;
  font-size: 0.16rem;
}
.news-view .news-left {
  float: left;
  width: 8.8rem;
  max-width: 72%;
  background: #ffffff;
  border-radius: 0.06rem;
  box-sizing: border-box;
  padding: 0.3rem;
}
.news-view .news-left a {
  box-sizing: border-box;
  padding-left: 2.1rem;
}
.news-view .news-left a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.9rem;
  height: 1.4rem;
  object-fit: cover;
  border-radius: 0.06rem;
}
.news-view .news-right {
  float: right;
  width: 3.2rem;
  max-width: 27%;
}
.news-view .news-right .news-list {
  background: #ffffff;
  border-radius: 0.06rem;
  box-sizing: border-box;
  padding: 0.2rem;
}
.news-view .news-right a {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.news-view .news-detail-top {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #f2f2f2;
}
.news-view .news-detail-top h4 {
  font-size: 0.22rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 700;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.news-view .news-detail-top p {
  display: flex;
  align-items: center;
}
.news-view .news-detail-top p span {
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
  color: #999;
}
.news-view .news-detail-top p span img {
  width: 0.15rem;
  margin-right: 0.1rem;
}
.news-view .news-detail-down p {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.25rem;
  margin-bottom: 0.2rem;
}
.news-view .news-detail-down img {
  margin-bottom: 0.2rem;
}
.pro4 {
  position: relative;
  width: 10.78rem;
  margin: 0 auto;
}
.pro4 .pro4-content p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.26rem;
  border-radius: 0.06rem;
  box-sizing: border-box;
  position: absolute;
  max-width: 3.77rem;
}
.pro4 .pro4-content p span {
  cursor: pointer;
  display: block;
  padding: 0.18rem 0.2rem;
}
.pro4 .pro4-content p:hover span {
  display: block;
  padding: 0.18rem 0.2rem;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0rem 0.02rem 0.12rem 0rem rgba(82, 82, 82, 0.04);
}
.pro4 .pro4-content p img {
  position: absolute;
}
.pro4 .pro4-content p:nth-child(1) {
  top: 0.1rem;
  left: 7.6rem;
  width: 50%;
  height: 2rem;
}
.pro4 .pro4-content p:nth-child(1) img {
  left: -1.35rem;
  top: 0.25rem;
  width: 1.33rem;
}
.pro4 .pro4-content p:nth-child(2) {
  bottom: 1.2rem;
  right: -0.4rem;
}
.pro4 .pro4-content p:nth-child(2) img {
  left: 1.25rem;
  top: -0.9rem;
  width: 0.9rem;
}
.pro4 .pro4-content p:nth-child(3) {
  left: -0.6rem;
  bottom: 1.3rem;
}
.pro4 .pro4-content p:nth-child(3) img {
  left: 3.8rem;
  top: 0.3rem;
  width: 1.34rem;
}
.pro4 .pro4-content p:nth-child(4) {
  left: 0;
  top: 0;
}
.pro4 .pro4-content p:nth-child(4) img {
  left: 1.2rem;
  top: 0.9rem;
  width: 0.9rem;
}
.pro4 .pro4-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pro4 .pro4-title span {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.pro4 .pro4-title span:nth-child(1) {
  margin: -1.38rem 0rem 0 -0.55rem;
}
.pro4 .pro4-title span:nth-child(2) {
  margin: -0.13rem 0rem 0 1.9rem;
}
.pro4 .pro4-title span:nth-child(3) {
  margin: 0.98rem 0rem 0 -0.52rem;
}
.pro4 .pro4-title span:nth-child(4) {
  margin: -0.13rem 0rem 0 -2.98rem;
}
@media screen and (max-width: 850px) {
  .content {
    width: 90%;
  }
  .product-part2 {
    display: none;
  }
  .product-part4 {
    display: none;
  }
  .product-view .product-part3 {
    background: #1a2644;
    padding-bottom: 80px;
  }
  .product-view .product-part3 .pro-view h5 {
    padding-top: 0.2rem;
    font-size: 0.3rem;
  }
  .product-view .product-part3 .title {
    color: #fff;
  }
  .product-view .product-part3 .p3-list {
    width: 100%;
    display: block;
    justify-content: space-between;
  }
  .product-view .product-part3 .p3-list .p3-left {
    width: 100%;
    max-width: 100%;
  }
  .product-view .product-part3 .p3-list .p3-left h3 {
    position: absolute;
    top: 1.4rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 0.2rem;
    font-weight: 500;
    color: #407bff;
    line-height: 0.22rem;
  }
  .product-view .product-part3 .p3-list .p3-left .label {
    position: relative;
    padding: 0.9rem 0 0.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-view .product-part3 .p3-list .p3-left .label span {
    display: block;
    width: 83px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0.2rem;
    border-radius: 6px;
    border: 1px solid #dadada;
  }
  .product-view .product-part3 .p3-list .p3-left .label strong {
    position: relative;
    display: block;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
  }
  .product-view .product-part3 .p3-list .p3-left .label strong::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    content: '';
    width: 5px;
    height: 5px;
    background: #007aff;
    border-radius: 50%;
  }
  .product-view .product-part3 .p3-list .p3-left .label .curr {
    color: #007aff;
    border: 1px solid #407bff;
  }
  .product-view .product-part3 .p3-list .p3-right {
    width: 100%;
    max-width: 100%;
  }
  .product-view .product-part3 p {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .product-view .product-part3 p span {
    padding-right: 30px;
    position: relative;
    padding-left: 10px;
  }
  .product-view .product-part3 p span::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    background-color: #fff;
    border-radius: 50%;
  }
  .pro-view {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.04);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 1.2rem;
    margin-top: 0.5rem;
  }
  .pro-view h4 {
    font-size: 0.34rem;
    font-weight: 500;
    color: #404b65;
    line-height: 0.33rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  .pro-view h5 {
    font-size: 0.18rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.25rem;
    margin-bottom: 6px;
  }
  .pro-view .pro2-body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pro-view .pro2-body > div {
    width: 322px;
  }
  .pro-view .pro2-body > div img {
    display: block;
    margin: 0 auto 20px;
  }
  .pro-view .pro2-body > div h5 {
    font-size: 0.18rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.25rem;
    text-align: center;
  }
  .pro-view .pro2-body > div p {
    font-size: 0.16rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
  }
  .pro-view .pro2-body > div:nth-child(1) img {
    width: 174px;
  }
  .pro-view .pro2-body > div:nth-child(2) img {
    width: 193px;
  }
  .pro-view .pro2-body > div:nth-child(3) img {
    width: 176px;
  }
  .pro-view .pro3-left {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .pro-view .pro3-left p {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 0.3rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
  }
  .pro-view .pro3-left p::before {
    position: absolute;
    left: 0;
    top: -9px;
    content: '.';
    font-size: 30px;
    color: #007aff;
  }
  .pro-view .pro3-left span {
    color: #007aff;
  }
  .pro-view .pro3-right {
    float: right;
    width: 100%;
    max-width: 100%;
  }
  .pro-view .pro-left {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .pro-view .pro-right {
    float: right;
    width: 100%;
    max-width: 100%;
  }
  .pro-view .pro-right p {
    display: flex;
    align-items: center;
    height: 0.34rem;
    line-height: 0.34rem;
    width: 100%;
    margin-top: 0.3rem;
    font-size: 0.16rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
  }
  .pro-view .pro-right span {
    display: block;
    width: 1rem;
    height: 0.34rem;
    margin-left: 0.3rem;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #dadada;
    text-align: center;
  }
  .part3 {
    padding: 0 0 20px;
  }
  .part3 .p3-top {
    padding: 10px;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.04);
    border: 10px solid #ffffff;
  }
  .part3 .p3-top li {
    position: relative;
    width: 100%;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
    padding: 0.3rem 0 0.2rem 0.32rem;
    background: url(../img/libg.png) no-repeat 0 0;
    background-size: 1rem;
  }
  .part3 .p3-top h5 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .part3 .p3-top p {
    font-size: 0.14rem;
    line-height: 0.34rem;
  }
  .part1 {
    padding: 0 0 80px;
    background: #f2f8ff;
  }
  .part1 .part1-content {
    width: 100%;
    display: block;
    border: 20px solid #ffffff;
  }
  .part2 {
    padding: 0 0 80px;
  }
  .part2 .part2-content {
    width: 100%;
    display: block;
    border: 20px solid #ffffff;
  }
  .p-left {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background: #f9fafc;
  }
  .p-right {
    padding-top: 20px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    background-color: #fff;
  }
  .p-right p {
    position: relative;
    padding-left: 0.3rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.34rem;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .p-right p::before {
    position: absolute;
    left: 0;
    top: 0.1rem;
    content: '';
    width: 8px;
    height: 8px;
    background: #407bff;
    border-radius: 50%;
  }
  .p-right .img-list {
    box-sizing: border-box;
    padding-left: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .p-right .img-list img {
    width: 48%;
    margin-bottom: 10px;
  }
  .type .type-list {
    display: block;
  }
  .type .type-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .type .type-right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .float-right {
    background: #fff;
  }
  .float-right .type-left {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .float-right .type-right {
    width: 100%;
    max-width: 100%;
  }
  .news-view {
    position: relative;
    background: #f9fafc;
    overflow: hidden;
    padding: 30px 0;
  }
  .news-view a {
    position: relative;
    display: block;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #e3e3e3;
  }
  .news-view a h4 {
    margin-bottom: 0.1rem;
  }
  .news-view a p {
    margin-bottom: 0.1rem;
  }
  .news-view a span {
    margin-bottom: 0.1rem;
    align-items: center;
    line-height: 0.24rem;
  }
  .news-view a span img {
    width: 0.24rem;
    margin-right: 0.1rem;
  }
  .news-view .news-left {
    float: left;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0.3rem;
  }
  .news-view .news-left a {
    box-sizing: border-box;
    padding-left: 2.1rem;
  }
  .news-view .news-left a > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 1.8rem;
    object-fit: cover;
  }
  .news-view .news-right {
    float: right;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .news-view .news-right .news-list {
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
  }
  .news-view .news-right a {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .case-view {
    padding: 0.4rem 0 0.8rem;
    background: #f9fafc;
  }
  .case-view .case-view-list {
    justify-content: space-between;
  }
  .case-view .case-view-list .case-card {
    position: relative;
    width: 49%;
    height: auto;
    box-sizing: border-box;
    padding: 0.3rem;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.04);
    border-radius: 6px;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .case-view .case-view-list .case-card:nth-child(3n) {
    margin-right: 0;
  }
  .nav .nav-list {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 2.8rem;
    height: 100vh;
    z-index: 99;
    background-color: #031033;
    box-sizing: 0.1rem 0 0 #000;
    padding: 1rem 0.3rem;
    border: none;
  }
  .nav .nav-list .nav-child {
    display: block;
    width: 100%;
  }
  .nav .nav-list .nav-child a {
    display: block;
    width: 100%;
    line-height: 0.6rem;
  }
  .nav .login-btn {
    right: 0.6rem;
  }
  .wap-icon {
    display: block;
    position: absolute;
    right: -4%;
    width: 0.8rem;
  }
  .wap-close {
    display: block;
    position: absolute;
    top: 0.2rem;
    right: 0.1rem;
    width: 0.5rem;
  }
  .footer {
    position: relative;
    padding-top: 0.4rem;
    background: #30343e;
    font-size: 0.12rem;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer .footer-top {
    width: 1.17rem;
    margin-bottom: 0.26rem;
  }
  .footer .footer-middle {
    align-items: flex-start;
    margin-bottom: 0.3rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .footer-middle img {
    width: 1.4rem;
    margin-right: 0.2rem;
  }
  .footer .footer-middle a {
    display: block;
    line-height: 30px;
  }
  .footer .footer-middle h3 {
    padding-bottom: 0.1rem;
  }
  .footer .footer-middle .f1 {
    width: 100%;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .footer .footer-middle .f1 span {
    display: block;
    padding-top: 0.1rem;
  }
  .footer .footer-middle .f2,
  .footer .footer-middle .f5,
  .footer .footer-middle .f3,
  .footer .footer-middle .f4 {
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .footer .footer-middle .f4 {
    position: absolute;
    right: 0;
  }
  .footer .footer-middle .f6 {
    position: absolute;
    right: 0;
    bottom: 0.8rem;
    width: 50%;
    line-height: 0.2rem;
  }
  .footer .footer-down {
    display: block;
    height: auto;
    line-height: 0.6rem;
    padding-top: 20px;
  }
  .footer .footer-down p {
    padding-right: 0.45rem;
    line-height: 30px;
  }
  .footer .footer-down div {
    position: relative;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-down div a {
    padding-right: 0.2rem;
    margin-right: 0.2rem;
    line-height: 30px;
  }
  .title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 0.4rem;
    color: #404b65;
  }
  .title span {
    color: #407bff;
  }
  .link-btn {
    display: block;
    padding: 0 0.5rem 0 0.2rem;
    width: 1.8rem;
    height: 0.5rem;
    border-radius: 17px;
    color: #407bff;
    font-size: 0.24rem;
    border: 1px solid #407bff;
    line-height: 0.5rem;
    background: url(../img/jt.png) no-repeat 80% 50%;
    background-size: 0.2rem;
  }
  .cooperation {
    position: relative;
    background: url(../img/casebg.png) no-repeat 0 0;
    background-size: cover;
    padding-bottom: 30px;
  }
  .cooperation .swiper-button-next {
    opacity: 1;
    width: 40px;
    height: 40px;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.07);
    border-radius: 6px;
    background: url(../img/right.png) no-repeat 50% 50% #fff;
    background-size: 28px;
  }
  .cooperation .swiper-button-prev {
    opacity: 1;
    width: 40px;
    height: 40px;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.07);
    border-radius: 6px;
    background: url(../img/left.png) no-repeat 50% 50% #fff;
    background-size: 28px;
  }
  .cooperation .swiper-slide > div {
    position: relative;
    width: 1150px;
    max-width: 84%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    padding: 120px 30px 20px 30px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.07);
    border-radius: 6px;
    box-sizing: border-box;
  }
  .cooperation .swiper-slide > div h3 {
    font-size: 0.34rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.4rem;
    margin-bottom: 10px;
  }
  .cooperation .swiper-slide > div a {
    margin-top: 20px;
    float: right;
  }
  .cooperation .swiper-slide > div p {
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .cooperation .swiper-slide > div img {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 200px;
    height: 100px;
    object-fit: cover;
    transform: translate(-50%, 0);
  }
  .case {
    background: linear-gradient(270deg, #192746 0%, #1e2035 100%);
    padding-bottom: 30px;
  }
  .case .case-list {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 0.4rem;
    justify-content: space-between;
  }
  .case .case-list a {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
    padding: 0.3rem 0.3rem 0.3rem 0.7rem;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.04);
    border-radius: 6px;
  }
  .case .case-list h3 {
    font-size: 0.3rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.4rem;
    margin-bottom: 10px;
  }
  .case .case-list p {
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.34rem;
    height: 0.68rem;
  }
  .case .case-list span {
    margin-top: 10px;
  }
  .case .case-list em {
    position: absolute;
    left: -0.4rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.07);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
  }
  .case .case-list em img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 0.6rem;
    max-width: 0.4rem;
  }
  .function {
    background: url(../img/funbg.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-bottom: 20px;
  }
  .function .fun-body {
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(82, 82, 82, 0.07);
    border-radius: 6px;
    overflow: hidden;
  }
  .function .fun-left {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    background: url(../img/leftbg.png) no-repeat 0 bottom rgba(64, 123, 255, 0.03);
    background-size: 150px;
    border-radius: 6px 0px 0px 6px;
  }
  .function .fun-left ul {
    border-left: 2px solid rgba(64, 123, 255, 0.25);
  }
  .function .fun-left li {
    float: left;
    margin: 10px;
    line-height: 0.3rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #333333;
    padding-left: 20px;
    cursor: pointer;
  }
  .function .fun-left .curr {
    border-left: 4px solid #407bff;
    color: #407bff;
  }
  .function .fun-right {
    position: relative;
    float: right;
    height: 300px;
    width: 100%;
    min-width: 65%;
    box-sizing: border-box;
    padding: 20px 20px 0;
    font-size: 0.2rem;
    font-weight: 500;
    color: #666666;
    line-height: 28px;
  }
  .function .fun-right p {
    position: relative;
    z-index: 9;
  }
  .function .fun-right img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: calc(100% - 60px);
  }
  .function .fun-right .fun-list {
    display: none;
  }
  .function .fun-right .fun-list:nth-child(1) {
    display: block;
  }
  .characteristic {
    width: 100%;
    background: #f2f8ff;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .characteristic .cha-main {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .characteristic .cha-list {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px 20px 20px 100px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .characteristic .cha-list img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 80px;
    display: block;
    margin: 0 auto;
  }
  .characteristic .cha-list h3 {
    font-size: 0.3rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.34rem;
    margin: 0.2rem 0;
    text-align: left;
  }
  .characteristic .cha-list p {
    font-size: 0.2rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.34rem;
  }
  .logo-list {
    position: absolute;
    top: -30px;
    z-index: 99;
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 1px 4px 12px 0px rgba(82, 82, 82, 0.07);
    border-radius: 6px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
  }
  .logo-list p {
    width: 180px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #707070;
    line-height: 20px;
  }
  .logo-list .swiper-container {
    width: 100%;
    height: 40px;
  }
  .logo-list img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .contact {
    margin-bottom: 80px;
  }
  .contact .contact-main {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    background: rgba(64, 123, 255, 0.8);
    box-sizing: border-box;
    padding: 20px 25px;
    color: #fff;
    font-size: 0.25rem;
    line-height: 0.5rem;
  }
}
.footer-phone {
  width: 216px;
  height: 77px;
  border-radius: 4px;
  margin-top: 15px;
  line-height: 17px;
  background-color: #454851;
  font-size: 12px;
  font-weight: 400;
}
.footer-phone  > p {
  opacity: 0.6;
  line-height: 17px;
}
