.right {
  float: right;
}
.left {
  float: left;
}

.banner-service {
  height: 100vh;
  min-height: 8rem;
}

.banner-service .b-ico {
  width: calc(16.2rem / 2);
  margin-left: calc(50% - calc(16.2rem / 2));
  height: 100%;
  float: left;
}

.banner-service .b-img {
  width: 50%;
  height: 100%;
  float: left;
}
.banner-service .ico-box {
  height: 100%;
  padding-left: 0;
  position: relative;
}
.banner-service .box {
  text-align: right;
}
.banner-service .toggle {
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
}

.banner-service .box .name {
  font-size: 0.6rem;
  color: #0b1b20;
  font-weight: bold;
  overflow: hidden;
}
.banner-service .box .desc {
  color: #586168;
  font-weight: 300;
}
.banner-service .box .desc p {
  font-size: 0.3rem;
  line-height: 2;
  margin-top: 0.15rem;
}
.banner-service .box .desc font {
  font-size: 0.18rem;
  white-space: pre;
}
.banner-service .number {
  overflow: hidden;
}
.banner-service .numberul {
  float: right;
}
.banner-service .numberli {
  float: left;
  text-align: left;
  margin-right: 1rem;
}
.banner-service .numberli:nth-last-child(1) {
  margin-right: 0;
}
.banner-service .numberli .nian img {
  height: 64px;
}
.banner-service .numberli .title {
  color: #0777ff;
  font-size: 0.14rem;
  font-weight: bold;
  padding-bottom: 0.15rem;
}
.icoul {
  width: auto;
  max-width: 100%;
  float: right;
}
.icoul .icoli {
  margin-right: 0.16rem;
  width: 16%;
}
.icoul .icoli:nth-last-child(1) {
  margin-right: 0 !important;
}
.icoul .icoli img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icoul .icoli {
  position: relative;
}
.icoul .icoli:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: #0777ff 2px solid;
  opacity: 0;
  transition: opacity 0.5s;
}

.icoul .icoli.on:before {
  opacity: 1;
}

#ser-swiper-pic,
#ser-swiper-pic .img,
#ser-swiper-pic .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ser-swiper-pic .swiper-slide {
  position: relative;
}
#ser-swiper-pic .ser-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#ser-swiper-pic .btn_pop {
  background: #fff;
  float: left;
  margin-right: 0.1rem;
}
#ser-swiper-pic .btn_pop .btn_pop_text {
  color: #0b1b20;
}
#ser-swiper-pic .btn_pop:hover .btn_pop_text {
  color: #fff;
}

.banner-service .b-img {
  position: relative;
}
.banner-service .b-img .linedown {
  top: inherit;
  bottom: 0;
  right: 0.5rem;
  z-index: 1;
}
.banner-service .linedown .line {
  background: rgba(255, 255, 255, 0.5);
}
.banner-service .linedown .downtext i {
  background: #fff;
}
.banner-service .linedown .downtext span {
  color: #fff;
}

.other-banner .b-ico {
  float: right;
  margin-left: 0;
  margin-right: calc(50% - calc(16.2rem / 2));
}
.other-banner .ico-box {
  padding-left: 1rem;
  padding-right: 0;
}
.other-banner .b-img {
  float: left;
}
.other-banner .toggle {
  right: inherit;
  left: 1rem;
  width: calc(100% - 1rem);
}
.other-banner .icoul {
  float: left;
}
.other-banner #ser-swiper-pic .ser-btn {
  left: inherit;
  right: 0;
}
.other-banner .b-img .linedown {
  right: inherit;
  left: 0.5rem;
}
.other-banner .box {
  text-align: left;
}
.other-banner .numberul {
  float: left;
}
.other-banner #ser-swiper-ico {
  float: left;
}
.textimg.serviceitembox .text .name,
.textimg.serviceitembox .text .cont {
  transition: all 0s;
  transform: translate3d(0.8rem, 0, 0);
}
.textimg.serviceitembox[data-ed="0"] .text .name {
  opacity: 0;
}
.textimg.serviceitembox[data-ed="0"] .text .cont {
  opacity: 0;
}

.textimg.serviceitembox[data-ed="1"] .text .name {
  opacity: 1;
  transition: all 0.8s;
  transition-delay: 0.5s;
  transform: translate3d(0, 0, 0);
}
.textimg.serviceitembox[data-ed="1"] .text .cont {
  opacity: 1;
  transition: all 0.8s;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.textimg {
  overflow: hidden;
}
.textimg .ser-info {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 42vw;
  display: flex;
}

.textimg.a1-1 .ser-info {
  min-height: 50vw;
}

.textimg .ser-info .box {
  width: 50%;
  height: 100%;
}
.textimg.a1-1 .ser-info > .box .img {
  padding-top: 100%;
}
.textimg .ser-info > .box .img {
  padding-top: calc(836 / 963 * 100%);
  position: relative;
}
.textimg .ser-info > .box .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.textimg .ser-info .toggle {
  max-width: 84.375vw;
  margin: auto;
  width: 90%;
  position: relative;
  height: 100%;
  z-index: 4;
}

.ser-info.left .box {
  float: left;
}

.ser-info .toggle .text {
  padding-left: 1rem;
}

.textimg .ser-info > .box {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 4;
  width: 50%;
}

.textimg.model .ser-info > .box {
  position: relative;
  top: auto;
  right: auto;
  width: 50%;
  margin: 0 0 0 auto;
}

.textimg.model .ser-info > .box .img {
  padding-top: 100%;
}
.textimg.model .ser-info > .box .img img {
  object-fit: cover;
}
.textimg.model:nth-child(2n) .ser-info > .box {
  margin: 0 auto 0 0;
}
.textimg.model .ser-info .toggle {
  left: 50%;
  top: 0;
  width: 94%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
}

.textimg.model:nth-child(2n) .ser-info > .box {
  left: 0;
  right: auto;
}

.textimg.ptb10 .ser-info > .box {
  left: 0;
}
.textimg.ptb10 .ser-info > .toggle .text {
  margin: auto 0 auto auto;
  padding-left: 3vw;
}
.ser-info .box .otherimg {
  position: absolute;
  left: 0;
  bottom: 5%;
}
.ser-info .box .otherimg img {
  position: relative;
  left: 0;
  transform: translate(-50%, 0);
  width: 2.2rem;
}
.ser-info.right .toggle {
  left: 0;
  right: inherit;
}
.ser-info .toggle .text {
  padding-right: 1rem;
  width: 50%;
}

.textimg {
  position: relative;
}
.posname {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.posname .ename {
  font-size: 1.6rem;
  color: #eff1f2;
  line-height: 1;
  text-transform: capitalize;
  white-space: pre;
}
.textimg .w1620 {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.textimg .w1620 .img {
  text-align: right;
}
.textimg .w1620 .img img {
  max-height: 100%;
}

#sinfo4 .w1620 .img img {
  margin-right: 1rem;
}

.textimg .box .img,
.textimg .box .img img {
  height: 100%;
}
.textimg .box .img img {
  width: 100%;
  /* float: right; */
  /* object-fit: cover; */
  object-fit: fill;
}
.textimg .toggle {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 4;
}
.textimg .text {
  height: 100%;
  width: 50%;
}
.textimg .text.center {
  text-align: center;
}
.textimg .text.right {
  text-align: right;
}
.textimg .text .name {
  font-size: 0.4rem;
  line-height: 1.4;
}
.textimg .text .name1 {
  color: #0b1b20;
  font-weight: 300;
}
.textimg .text .name2 {
  color: #066be6;
  font-weight: bold;
}
.textimg .text .cont,
.textimg .text .desc {
  color: #586168;
  font-size: 0.18rem;
  font-weight: 300;
}
.textimg .text .desc {
  line-height: 2;
}

#sinfo3,
#sinfo4 {
  background: linear-gradient(to bottom, #f5f7f7, #f6f8f8, #f7f9f9, #ffffff);
}
.pr5 {
  padding-right: 0.5rem;
}
.textimg .auto50 {
  height: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.eightall {
  background: #0c2129;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.eightall .type-title {
  color: #086adf;
}
.eightall .box,
.eightall .toggle {
  width: 50%;
  height: 100%;
  float: left;
}
.eightall .service {
  padding-top: 1rem;
  padding-bottom: 0;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.eightall .eight-info {
  height: 100%;
}
.eightall .eight-swipertop {
  width: 100%;
  padding: 0 0.5rem;
  position: relative;
}
.eightall .service-swiper {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.eight-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
}
.eight-btn.eight-name-next {
  left: inherit;
  right: 0;
}
.eight-btn .ico {
  position: absolute;
  left: 35%;
  top: 20%;
  content: "";
  height: 30%;
  width: 30%;
  transform: rotate(-135deg) translate(-50%, -20%);
  -webkit-transform: rotate(-135deg) translate(-50%, -20%);
  border-width: 0.02rem;
  border-style: solid;
  border-left: transparent;
  border-bottom: transparent;
}
.eight-btn.eight-name-next .ico {
  left: 35%;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -20%);
  -webkit-transform: rotate(45deg) translate(-50%, -20%);
}
.eight-btn.swiper-button-disabled .ico {
  opacity: 0.5;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: inherit;
  margin: inherit;
}

.eightall .eight-info {
}
.eightall .eight-info .btnbox {
  flex-wrap: initial;
}
.eightall .eight-info .btnbox .item {
  margin: 0;
  width: 20%;
  padding: 15px 0px;
  background: inherit;
  border: inherit;
  color: #fff;
  text-align: center;
}
.eightall .eight-info .dllist-swipertop .btnbox .item {
  width: 25%;
}
.eightall .eight-info .btnbox .item {
  border: 1px solid #35454c;
  /* margin: 0 5px; */
}
/* .eightall .eight-info .btnbox .on > div,
.eightall .eight-info .btnbox .swiper-slide-duplicate-active > div {
  background: #0777ff;
  border: 1px solid #0777ff;
} */

.eightall .eight-info .dllist-swipertop .btnbox .item > div {
  border: rgba(255, 255, 255, 0.5) 1px solid;
}
.eightall .eight-info .dllist-swipertop .btnbox .on > div,
.eightall
  .eight-info
  .dllist-swipertop
  .btnbox
  .swiper-slide-duplicate-active
  > div {
  background: #0777ff;
  border: 1px solid #0777ff;
}

.eightall .eight-info .btnbox .eight-btn {
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 0.5rem;
  height: 0.5rem;
}
.eightall .eight-info .btnbox .eight-name-next {
  left: inherit;
  right: -0.5rem;
}
.eightall .eight-info .smalldesc {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}

.eightall .r360 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 90%;
  min-height: 6rem;
}
.eightall .r360 .r50 {
  width: 60%;
  height: 100%;
  float: right;
}
.eightall .r360 svg {
  max-width: 100%;
  max-height: 100%;
}

.whiteright {
  background: linear-gradient(to bottom, #b2c3cd, #c3d0d7, #e0e6e9, #f9f9f9);
}
.whiteright .type-title {
  color: var(--text-color);
}
.whiteright .eight-info .btnbox .item {
  color: var(--text-color);
}
/* .whiteright .eight-info .btnbox .item.swiper-slide-active {
  color: #fff;
} */
.whiteright .eight-info .bigtitle {
  color: var(--text-color);
}
.whiteright .eight-info .smalldesc {
  color: var(--text-color);
}
.whiteright .bg-intro .svg-ser {
  stroke: var(--color16);
}
.whiteright .icon .icon-img > path {
  stroke: #fff;
}
.whiteright .icon-2 .icon-img > path {
  fill: #fff;
}
.whiteright .icon .rser1 {
  fill: #a4c039;
}
.whiteright .icon-2 .rser1 {
  fill: #05b2b7;
}
.whiteright .icon-3 .rser1 {
  fill: #5900e0;
}
.whiteright .r360 .r2 {
  fill: #a4c039;
}
.whiteright .r360 .r3 {
  fill: #d09700;
}
.whiteright .r360 .r4 {
  fill: #079f6e;
}

.whiteright .r360 .r50 {
  float: left;
  width: 50%;
}
.whiteright .box {
  float: right;
}

.r360 .r1 {
  fill: #3924a0;
}
.r360 .r2 {
  fill: #54451d;
}
.r360 .r3 {
  fill: #095a40;
}
.r360 .r4 {
  fill: #364b2b;
}
.r360 .r5 {
  fill: transparent;
}

.icon-1 .rser1 {
  fill: #39502e;
}
.icon-2 .rser1 {
  fill: #394d56;
}
.icon-3 .rser1 {
  fill: #54451d;
}
.icon .icon-img > path {
  stroke: #576a4d;
  stroke-width: 2px;
  fill: transparent;
}
.icon-2 .icon-img > path {
  stroke: transparent;
  stroke-width: 0;
  fill: #576a4d;
}

.eightall .toggle {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 1.5rem);
}
.eightall .eight-bg {
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.eightall .eight-bg img {
  width: 578px;
  height: 827px;
}
.eight-pic {
  padding-top: 12px;
  padding-left: 1rem;
}
.eight-pic.lll {
  padding-left: 0;
}

.eight-pic.lll .eight-ul {
  margin-left: 202px;
}

.eightall .toggle .eight-pic {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  min-height: unset;
  padding-bottom: 150px;
}

/* .eight-pic,
.eight-ul {
  min-height: calc(100vh - 1.5rem);
} */
.eight-ul {
  margin-left: 87px;
  border-radius: 30px;
  height: 630px;
  width: 290px;
  background: #fff;
}

.eight-li .img {
  float: left;

  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.eight-li .img,
.eight-li .img img {
  height: 630px;
  width: 290px;
}

.ser-twelve {
  color: #fff;
}
.twelve-box,
.twelve-toggle {
  overflow: hidden;
}

.htitle {
  font-weight: 300;
}
.htitle .htitle1 {
  font-size: 0.4rem;
}
.htitle .htitle2 {
  font-size: 0.18rem;
  margin-top: 0.25rem;
}
.text-center {
  text-align: center;
}

.twelve-toggle ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: flex-start; */
  flex-direction: row;
}
.twelve-toggle li {
  width: calc((100% - 0.32rem * 3) / 4);
  margin-left: 0.32rem;
  margin-top: 0.32rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0.3rem;
}
.twelve-toggle li:nth-child(4n-3) {
  margin-left: 0;
}
.twelve-toggle li:nth-child(-n + 4) {
  margin-top: 0;
}
.twelve-toggle .ico {
  width: 0.5rem;

  float: left;
  padding-right: 0.1rem;
}
.twelve-toggle .text {
  width: calc(100% - 0.5rem);
  float: left;
}
.twelve-toggle .text .desc {
  width: 100%;
  color: #fff;
}
.twelve-toggle .ico img {
  display: block;
  height: 0.4rem;
}
.twelve-toggle .text {
  flex: 1;
  -webkit-flex: 1;
}
.twelve-toggle .text .name {
  font-size: 0.2rem;
  font-weight: bold;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-bottom: 0.16rem;
}
.twelve-toggle .text .desc {
  font-size: 0.14rem;
  line-height: 1.6;
  font-weight: 300;
}

.ser-case {
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, #f5f7f7, #f6f8f8, #f7f9f9, #ffffff);
}
.ser-case .ser-case-name {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ser-case .title .name {
  font-size: 0.4rem;
}
.ser-case .title .name1 {
  color: #0b1b20;
  font-weight: 300;
}
.ser-case .title .name2 {
  color: #0777ff;
  font-weight: bold;
}
.ser-case .link {
}
.ser-case .link .btn_pop_a {
  background: #e7e8ea;
}
.ser-case .link .btn_pop_text {
  color: #59595a;
}
.ser-case .link .btn_pop:hover .btn_pop_text {
  color: #fff;
}

.ser-case .contaienr1 {
  padding-bottom: 0;
  width: 94%;
  padding-left: 0;
  padding-right: 0;
}
.ser-case .ser-case-toggle {
  padding: 30px 0;
  position: relative;
  margin-top: 0.8rem;
  overflow: unset;
}
.ser-case-toggle .case-swiper .swiper-slide {
  background: #fff;
  margin-right: 0.8rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.175);
}
.ser-case-toggle .case-swiper .swiper-slide a {
  color: #0b1b20;
  padding-bottom: 0;
}
.ser-case-toggle .case-swiper .swiper-slide a .title {
  height: 0.9rem;
  line-height: 0.9rem;
  margin-top: 0;
  padding: 0 0.3rem;
  overflow: hidden;
}
.ser-case .ser-case-toggle .case-swiper {
  padding: 0;
  width: 100%;
}
.ser-case .ser-case-toggle .swibtn {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0.2rem 0.2rem rgba(174, 172, 179, 0.175);
  background-size: cover;
}
.ser-case .ser-case-toggle .swibtn-next {
  left: inherit;
  right: 0.6rem;
}
.ser-case .ser-case-toggle .swibtn.swiper-button-disabled {
  opacity: 0;
}

.ser-case-toggle .case-swiper .swiper-slide:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
}

.ser-call-us {
  overflow: hidden;
  position: relative;
  min-height: 0.8rem;
}

.ser-call-us:before {
  height: 100%;
  width: 50%;
  background-image: url(../images/service/ser-call-us.png);
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.ser-call-us:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #a4c039;
}

.ser-call-us.ichibg2:after {
  background-color: #0777ff;
}
.ser-call-us.ichibg3:after {
  background-color: #425bdc;
}

.ser-call-us .mm {
  width: 94%;
  max-width: 1620px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.ser-call-us .mm:after {
  content: "";
  display: block;
  clear: both;
}
.ser-call-us .ser-call-info {
  width: 50%;
  min-height: 0.8rem;
  padding: 0 1rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.ser-call-us .ser-call-info.left {
  color: #fff;
  padding-left: calc(calc(100% - 16.2rem) / 2);
  justify-content: flex-start;
}

.ser-call-us .ser-call-info.right {
  padding-right: calc(calc(100% - 16.2rem) / 2);
  text-align: right;
  justify-content: flex-end;
  position: relative;
}
.ser-call-us .ser-call-info.right .box {
  position: relative;
  z-index: 2;
}
.ser-call-us .ser-call-info.right .img {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%;
}
.ser-call-us .ser-call-info .name {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.48rem;
  font-weight: 300;

  line-height: 1;
}
.ser-call-us .ser-call-info .name1 {
  font-size: 0.4rem;
  font-weight: bold;
}
.ser-call-us .ser-call-info .phone-name {
  font-size: 0.24rem;
  font-weight: 300;
  color: #0b1b20;
}
.ser-call-us .ser-call-info .phone-number {
  color: #0777ff;
  font-size: 0.5rem;
  line-height: 1.5;
  font-weight: 300;
}
.ser-call-us .ser-qrcode {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
}
.ser-call-us .ser-qrcode .img {
  border: #1880ff 2px solid;
  position: relative;
}
.ser-call-us .ser-qrcode .img:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: -5%;
  top: 5%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    #a2ccff 25%,
    #fff 0,
    #fff 50%,
    #fff 0,
    #a2ccff 0,
    #a2ccff 75%,
    #fff 0
  );
  background-size: 0.05rem 0.05rem;
}
.ser-call-us .ser-qrcode .img img {
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.features {
  background: #054cff;
  min-height: 6rem;
  position: relative;
  font-weight: 300;
  text-align: center;
}
.features .upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.features .upimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features .w1440 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.features li {
  width: 1.9rem;
  height: 1.9rem;
  float: left;
  color: var(--color10);
  position: relative;
}
.features li.nol:before {
  display: none;
}
.features li .box {
  width: 100%;
  height: 100%;
  background: rgba(65, 117, 247, 0.2);
  float: left;
  border-radius: 100%;
  position: relative;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  box-shadow: 0 0 0.4rem 0.2rem rgb(0 0 0 / 3%);
}
.features li .box .info {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.features li .box .name {
  position: absolute;
  bottom: 0.3rem;
  width: 80%;
  margin: 0 10%;
  font-size: 0.18rem;
  line-height: 1.6;
  height: calc(0.18rem * 1.6);
  overflow: hidden;
}
.features ul.left li.justop .box {
  position: absolute;
  top: 130%;
}
.features ul li:before {
  position: absolute;
  content: "";
  left: -0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.features ul.right li.justop .box {
  top: inherit;
  bottom: 130%;
}
.features ul.right li:before {
  left: inherit;
  right: -0.6rem;
}
.features ul.left li:nth-child(1)::before {
  display: none;
}
.features ul.right li:nth-last-child(1)::before {
  display: none;
}
.features ul.left .nexton:before {
  display: none;
}
.features ul.right .prevon:before {
  display: none;
}
.features ul .justop:before {
  display: none;
}
.features ul .justop .box:after,
.features ul .justop .box:before {
  position: absolute;
  content: "";
  width: 86%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.features ul .justop .box:after {
  left: -65%;
  top: -10%;
  transform: rotate(45deg);
}
.features ul .justop .box:before {
  right: -65%;
  top: -10%;
  transform: rotate(-45deg);
}
.features ul.right .justop .box:after {
  left: inherit;
  top: inherit;
  right: -66%;
  bottom: -10%;
  transform: rotate(-135deg);
}
.features ul.right .justop .box:before {
  right: 74%;
  top: inherit;
  bottom: -15%;
  transform: rotate(135deg);
}

.featext {
  width: 100%;
  float: left;
  color: #fff;
  padding: 0.8rem 0;
}
.featext .ename {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 1.1;
}
.featext .name {
  font-size: 0.4rem;
}
.featext .desc {
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.features li.mr6 {
  margin-right: 0.6rem;
}
.features li.ml6 {
  margin-left: 0.6rem;
}
.features li.nomarl {
  margin: 0;
}
.features li .img {
  width: 36%;
  height: 36%;
  float: left;
  margin: 32%;
}

.icolist {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.icolist .w1440:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  height: 70%;
  left: 0;
  top: 0;
  z-index: 1;
}
.icolist .text {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
.icolist .text .name {
  font-size: 0.4rem;
  font-weight: 300;
}
.icolist .text .name.name2 {
  color: #0777ff;
  font-weight: bold;
}
.icolist .text .desc {
  margin-top: 0.2rem;
  color: #53616a;
  font-size: 0.18rem;
}
.icolist .icoinfo {
  margin-top: 0.3rem;
}
.icolist .icor360 {
  width: 5.3rem;
  height: 5.3rem;
  margin: 0 auto;
  position: relative;
}
.icolist .icor360,
.icolist .icor360 > div {
  border-radius: 100%;
  border: #eee 1px dashed;
}
.icolist .icolog {
  width: 42%;
  height: 42%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 0.5rem 0.2rem rgb(0 0 0 / 5%);
  border: 0 !important;
}
.icolist .icolog .svgico {
  width: 60%;
  height: 60%;
  float: left;
  margin: 20%;
}
.icolist .icolog path {
  fill: #0777ff;
}

.icolist .icor360 .icoimg {
  position: absolute;
  z-index: 0;
}
.icolist .icor360 .ico_1 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: icor360 linear 300s infinite;
}
.icolist .icor360 .ico_1 img {
  animation: icor0 linear 60s infinite;
}
.icolist .icor360 .ico_2 {
  width: 170%;
  height: 170%;
  left: -35%;
  top: -35%;
  border: #ddd 1px dashed;
  animation: icor360 linear 400s infinite;
  animation-direction: reverse;
}
.icolist .icor360 .ico_2 img {
  animation: icor0 linear 90s infinite;
  animation-direction: reverse;
}
.icolist .icor360 .ico_2 .img:nth-child(2) img {
  animation: icor0 linear 120s infinite;
  animation-direction: reverse;
}
.icolist .icor360 .ico_2 .img:nth-child(3n) img {
  animation: icor0 linear 95s infinite;
  animation-direction: normal;
}

.icolist .icor360 .ico_3 {
  width: 240%;
  height: 240%;
  left: -70%;
  top: -70%;
  border: #ddd 1px dashed;
  animation: icor360 linear 500s infinite;
}
.icolist .icor360 .ico_3 img {
  animation: icor0 linear 180s infinite;
}
.icolist .icor360 .img,
.icolist .icor360 .img img {
  width: 0.54rem;
  height: 0.54rem;
  float: left;
  position: absolute;
}
.icolist .icor360 .img img {
  border: #eaeaea 1px solid;
  border-radius: 0.1rem;
}
.icolist .icor360 .img1 {
  top: 15%;
  left: 5%;
}
.icolist .icor360 .img2 {
  top: 15%;
  right: 5%;
}
.icolist .icor360 .img3 {
  bottom: 15%;
  left: 5%;
}
.icolist .icor360 .img4 {
  bottom: 15%;
  right: 5%;
}

.icolist .icor360 .img5 {
  top: 25%;
  left: 2%;
}
.icolist .icor360 .img6 {
  top: 25%;
  right: 2%;
}
.icolist .icor360 .img7,
.icolist .icor360 .img11 {
  top: 45%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.icolist .icor360 .img8,
.icolist .icor360 .img12 {
  top: 45%;
  right: 0%;
  transform: translate(50%, -50%);
}
.icolist .icor360 .img9 {
  bottom: 25%;
  left: 2%;
}
.icolist .icor360 .img10 {
  bottom: 25%;
  right: 2%;
}

@keyframes icor0 {
  0% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
  }
}
@keyframes icor360 {
  0% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}
.park-banner {
  padding-top: 82px;
}
.park-banner {
  color: #fff;
  background-color: #1739a9;
  background-image: linear-gradient(to bottom right, #415adb, #102c86);
  position: relative;
  overflow: hidden;
}
.park-banner .box .name,
.park-banner .box .desc {
  color: #fff;
}
.park-banner .w1620 {
  height: 100%;
  min-height: 6rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.park-banner .text {
  width: 100%;
  height: auto;
  text-align: left;
  position: absolute;
  top: 40%;
  margin-bottom: 1rem;
  transform: translate(0, -50%);
}
.park-banner .text .name {
  font-size: 0.72rem;
}
.park-banner .text .desc {
  font-size: 0.3rem;
  overflow: hidden;
}
.park-banner .text .smalldesc {
  font-size: 0.18rem;
  padding-top: 0.09rem;
  /* white-space: pre; */
  font-weight: 300;
}

.park-banner .downlink {
  position: absolute;
  bottom: 0.5rem;
  cursor: pointer;
}
.park-banner .downlink .down {
  line-height: 0.6rem;
  padding: 0 0.35rem;
  font-size: 16px;
  border-radius: 0.3rem;
  border: var(--color16) 1px solid;
}
.park-banner .downlink .down:hover {
  background: var(--color10);
  color: var(--color7);
}

.park-banner .svgbanner {
  position: absolute;
  right: 0;
  top: 50%;
  width: 80%;
  height: 100%;
  transform: translate(20%, -50%);
}
.park-banner .svgbanner > svg {
  width: 100%;
  max-height: 130%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.svgbanner #shapes path {
  fill: #fff;
  stroke-width: 2px;
}
.svgbanner #shape-1 {
  width: 50%;
}
.parktitlebox.center {
  text-align: center;
}
.parktitlebox .name {
  font-size: 0.4rem;
  line-height: 1.4;
  font-weight: 300;
}
.parktitlebox .name .black {
  color: #0b1b20;
}
.parktitlebox .name .name2 {
  font-weight: bold;
  color: #066be6;
}

.fourlist {
  position: relative;
  z-index: 1;
  min-height: 5rem;
  padding: 1rem 0 calc(1rem - 3vw);
}
.fourlist .box .text {
  width: 100%;
}
.fourlist .toggle ul {
  /* display: flex; */
}
.fourlist .toggle ul:after {
  content: "";
  display: block;
  clear: both;
}
.fourlist .toggle li {
  width: calc((100% - 24%) / 4);
  margin-left: 8%;
  float: left;
  text-align: center;
  margin-bottom: 3vw;
}
.fourlist .toggle li:nth-child(4n + 1) {
  margin-left: 0;
}
.fourlist .toggle li .info {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: #ddd 1px solid;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
  color: #0b1b20;
  font-size: 0.18rem;
  position: relative;
  transition: all 0.5s;
}

.fourlist .toggle li .img {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.fourlist .toggle li .img img {
  transition: all 0.5s;
}
.fourlist .toggle li .ico2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.fourlist .toggle li .name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
}
.fourlist .toggle li:hover .info {
  /* background-color: #5e73e1;
  background-image: linear-gradient(to right, #5e73e1, #3785f8); */
  color: #fff;
}
.fourlist .toggle li .info:before {
  opacity: 0;
  background-color: #5e73e1;
  background-image: linear-gradient(to right, #5e73e1, #3785f8);
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  transition: all 0.5s;
  transform: scale(0.5);
  filter: blur(30px);
  border-radius: 100%;
}

.fourlist .toggle li:hover .info:before {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}

.fourlist .toggle li:hover .img .ico2 {
  opacity: 1;
}
.fourlist .toggle li:hover .img .ico1 {
  opacity: 0;
}

.kfys {
  min-height: 4rem;
  background: #e2eeff;
  background: linear-gradient(to bottom, #d8e9ff, #e3efff, #f4f9ff, #ffffff);
  position: relative;
}
.kfys .service {
  position: relative;
  padding-top: 0.5rem;
  z-index: 4;
}
.kfys .bg-intro .svg-ser {
  stroke: #d3d3d3;
}
.kfys .posname .ename {
  color: #d5e3f7;
}
.kfys .w1620 {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.kfys .w1620 .img {
  max-height: 100%;
}
.kfys .w1620 .img img {
  height: 100%;
  max-height: 100%;
  float: right;
}
.kfys .r360 .r1 {
  fill: #8852dd;
}
.kfys .r360 .r2 {
  fill: #ff9900;
}
.kfys .r360 .r3 {
  fill: #00ca69;
}
.kfys .r360 .r4 {
  fill: #a4c039;
}
.kfys .r360 .r5 {
  fill: #8852dd;
}
.kfys .r360 .r6 {
  fill: #a6b6bf;
}
.kfys .r360 .r7 {
  fill: #00ca69;
}
.kfys .r360 .r8 {
  fill: #8852dd;
}
.kfys .r360 .r9 {
  fill: #425bdc;
}
.kfys .r360 path {
  fill: #fff;
}

.kfys .box {
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
.kfys ul {
  margin-top: 0.5rem;
}
.kfys li {
  width: 100%;
  float: left;
  background: url(../images/service/kfysli.jpg);
  background-size: cover;
  background-position: right;
  padding: 0.25rem 0.3rem;
  margin-bottom: 0.15rem;
  box-shadow: 0 0.03rem 0.06rem 0.03rem rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: #fff 1px solid;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.kfys li:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  border-radius: 5px;
  width: 0%;
  height: 100%;

  filter: blur(20px);
  opacity: 0;
}
.kfys li .name {
  color: #333;
  font-size: 0.2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0.1rem;
}
.kfys li .desc {
  color: #586168;
  font-size: 0.16rem;
  position: relative;
  z-index: 1;
}
.kfys li:hover:before {
  width: 100%;
  filter: blur(0px);
  opacity: 1;
}

.solution {
  min-height: 8rem;
  position: relative;
  background: #3247b3;
  background: linear-gradient(to bottom, #201c85, #4171d5);
  color: #fff;
}

.solution .posname .ename {
  color: #222f9d;
}
.solution .w1620 {
  position: relative;
  z-index: 4;
}
.solution .text {
  width: 100%;
  margin-top: 0.5rem;
}
.solution .text .name1,
.solution .text .name2 {
  color: #fff;
}
.solution .toggle {
}
.solution .toggle .img {
  text-align: center;
  margin-top: 0.5rem;
}
.solution .toggle .img img {
  min-height: 6.6rem;
  object-fit: cover;
}

.solution .toggle .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*固定svg*/

.fangansvgbox .part-box {
  position: absolute;
  width: 19.947vw;
  box-sizing: content-box;
}
.fangansvgbox .part-box img {
  width: 100%;
  display: block;
}
.fangansvgbox .part-box .phone {
  display: none;
}
.fangansvgbox .part-box.p1 {
  left: 50%;
  top: 1.5rem;
  padding-left: 1rem;
}
.fangansvgbox .part-box.p2 {
  right: 0%;
  top: 1.5rem;
}
.fangansvgbox .part-box.p3 {
  right: 7.4%;
  top: 45%;
}
.fangansvgbox .part-box.p4 {
  right: 0%;
  bottom: 0.8rem;
}
.fangansvgbox .part-box.p5 {
  left: 0%;
  bottom: 1.2rem;
}
.fangansvgbox .part-box.p6 {
  left: 11.72%;
  top: 45%;
}
.fangansvgbox .part-box.p7 {
  left: 0%;
  top: 3.2rem;
}
.solution .sotop .name {
  width: 1.3rem;
  height: 0.6rem;
  background: #0777ff;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.solution .sotop .name p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  line-height: 1.3;
  transform: translate(-50%, -50%);
}
.solution li {
  position: absolute;
  text-align: center;
}
.solution li .desc {
  font-size: 0.16rem;
  margin: 0.2rem 0;
}
.solution li .sobottom {
  position: relative;
}
.solution li .sotext {
  position: absolute;
  padding: 0 0.1rem;
  border: #28a2ea 1px solid;
  line-height: 0.32rem;
  background: #3247b3;
  background: linear-gradient(to bottom, #1677f6, #765adb);
  width: auto;
}

.solution .soli1 {
  left: 0;
  top: 38%;
}
.solution .soli2 {
  left: 10%;
  top: 50%;
}
.solution .soli3 {
  left: 4%;
  top: 65%;
}
.solution .soli3 .sotop:before {
  position: absolute;
  content: "";
  bottom: -0.15rem;
  width: 1px;
  height: 0.4rem;
  background: #25a7ec;
}
.solution .soli3 .sobottom {
  margin-top: 0.4rem;
}
.solution .soli3 .sotext1 {
  left: -50%;
}
.solution .soli3 .sotext1:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 1px;
  height: 0.5rem;
  background: #25a7ec;
}
.solution .soli3 .sotext2 {
  right: -50%;
}
.solution .soli3 .sotext2:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -106%;
  width: 105%;
  height: 1px;
  background: #25a7ec;
}
.solution .soli3 .sotext3 {
  left: 0.07rem;
  margin-top: 50%;
  width: auto;
}
.solution .soli3 .sotext3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -36%;
  width: 35%;
  height: 1px;
  background: #25a7ec;
}
.solution .soli4 {
  top: 18%;
  left: 53%;
}
.solution .soli4 .sobottom {
  min-width: 100%;
  position: absolute;
  top: 0.15rem;
  left: 100%;
  margin-left: 0.5rem;
}
.solution .soli4 .sotext1 {
  top: 0;
  left: 0;
}
.solution .soli4 .sotext1:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.58rem;
  width: 0.58rem;
  height: 1px;
  background: #25a7ec;
}
.solution .soli4 .sotext2 {
  top: 0.7rem;
  left: 1.2rem;
  min-width: 60%;
}
.solution .soli4 .sotext2:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.48rem;
  width: 0.48rem;
  height: 1px;
  background: #25a7ec;
}
.solution .soli4 .sotext3 {
  top: 1.4rem;
  left: 0.3rem;
  min-width: 60%;
}
.solution .soli4 .sotext3:before {
  position: absolute;
  content: "";
  top: -1.08rem;
  left: 50%;
  width: 1px;
  height: 1.08rem;
  background: #25a7ec;
}
.solution .soli5 {
  top: 18%;
  right: 5%;
}
.solution .soli5 .sobottom {
  margin-top: 0.7rem;
}
.solution .soli5 .sotext1 {
  left: -0.35rem;
  top: 0;
}
.solution .soli5 .sotext2 {
  right: -0.35rem;
  top: 0;
}
.solution .soli5 .sobottom:before {
  position: absolute;
  content: "";
  top: -0.7rem;
  left: 50%;
  width: 1px;
  height: 0.35rem;
  background: #25a7ec;
}
.solution .soli5 .sobottom:after {
  position: absolute;
  content: "";
  top: -0.35rem;
  left: 0.08rem;
  width: 1.15rem;
  height: 1px;
  background: #25a7ec;
}
.solution .soli5 .sotext1:before,
.solution .soli5 .sotext2:before {
  position: absolute;
  content: "";
  top: -0.35rem;
  left: 50%;
  width: 1px;
  height: 0.35rem;
  background: #25a7ec;
}
.solution .soli6 {
  top: 45%;
  right: 18%;
}
.solution .soli6 .sobottom {
  margin-top: 0.4rem;
}
.solution .soli6 .sobottom:before {
  position: absolute;
  content: "";
  top: -0.4rem;
  left: 50%;
  width: 1px;
  height: 0.4rem;
  background: #25a7ec;
}
.solution .soli6 .sotext1 {
  margin-left: 0.06rem;
}
.solution .soli6 .sotext1:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 1px;
  height: 1.4rem;
  background: #25a7ec;
}
.solution .soli6 .sotext2 {
  margin-top: 0.7rem;
  left: -0.95rem;
}
.solution .soli6 .sotext3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.85rem;
  width: 0.85rem;
  height: 1px;
  background: #25a7ec;
}
.solution .soli6 .sotext3 {
  margin-top: 0.7rem;
  right: -0.95rem;
}
.solution .soli6 .sotext4 {
  margin-top: 1.4rem;
  margin-left: 0.06rem;
}
.solution .soli7 {
  top: 78%;
  right: 23%;
}
.solution .soli7 .sobottom {
  min-width: 100%;
  position: absolute;
  top: 0.15rem;
  left: 2.5rem;
}
.solution .soli7 .sotext1 {
  left: -50%;
  top: 0;
}
.solution .soli7 .sotext1:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.57rem;
  width: 0.57rem;
  height: 1px;
  background: #25a7ec;
}
.solution .soli7 .sotext2 {
  left: 0.4rem;
  top: 0.6rem;
}
.solution .soli7 .sotext2:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.49rem;
  width: 0.49rem;
  height: 1px;
  background: #25a7ec;
}
.solution .soli7 .sotext3 {
  left: -40%;
  top: 1.2rem;
}
.solution .soli7 .sotext3:before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 0.86rem;
  background: #25a7ec;
}

.ziguan {
  background: #fff;
}
.ziguan .eight-info .dllist-swipertop .btnbox .item.on {
  color: #fff;
}
.ziguan .eight-info .dllist-swipertop .btnbox .item {
  width: auto;
  color: #636f77;
  /* height: 0.6rem; */
  line-height: 0.6rem;
  padding: 0px 15px;
  /* margin-right: 10px; */
}

.ziguan .eight-info .bigdesc {
  color: #0777ff;
  font-weight: bold;
  font-size: 0.4rem;
  margin-top: 0.2rem;
}
.ziguan .eight-info .smalldesc {
  color: #53616a;
  font-size: 0.24rem;
  font-weight: 300;
  margin-top: 0.1rem;
  line-height: 0.3rem;
}
.ziguan .eight-info strong {
  font-size: 0.8em;
  color: #53616a;
  font-weight: bold;
}
.ziguan .smalldesc.link {
  margin-top: 0.5rem;
}
.ziguan .btn_pop_a {
  background: #aabcd2;
}

.park-eight-ul .swiper-slide {
  background: #fff;
  height: auto;
}
.park-eight-ul {
  padding: 0 1rem;
  overflow: unset;
}

.park-eight-ul .swiper-slide img {
  width: 100%;
  display: block;
  max-width: 62vw;
  margin: auto;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0%, 0, 0) scale(1.1);
  transition: all 0.5s;
}
.park-eight-ul .swiper-slide.swiper-slide-active img {
  transform: translate3d(0%, 0, 0) scale(1);
  opacity: 1;
  filter: blur(0);
}
.model-banner {
  background-color: #1739a9;
  background-image: linear-gradient(to bottom right, #1f2f52, #214d82, #2dbf6b);
}

.model {
  background: #000000;
}

.model:nth-child(1) {
  background: #000115;
}
.model:nth-child(2) {
  background: #00000d;
}
.model:nth-child(4) {
  background: #000115;
}

.model .text .cont,
.model .text .desc {
  color: #fff;
}
.model .text .name1 {
  color: #fff;
  font-weight: 300;
}
.model .text .name2 {
  font-size: 0.24rem;
  font-weight: 300;
}

.model#sinfo2 {
  margin-top: -1px;
}
.model#sinfo3 {
  margin-top: -2px;
  background: #01010d;
}
.model#sinfo4 {
  margin-top: -3px;
  background: #01010d;
  background-image: linear-gradient(to right, #000115, #01010d);
}
.model .toggle .subimg {
  float: left;
  padding-right: 0.5rem;
}
.model .toggle .subimg img {
  height: 310px;
  display: block;
}

.model .toggle .text {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.model .toggle .text .textmmm {
  display: flex;
  width: 100%;
}
.model .toggle .text .textmmm .tbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.model:nth-child(2n) .toggle .text {
  margin: 0 0 0 auto;
}

.model .box .img {
  text-align: center;
}
.model .box .img img {
  float: initial;
}
.eightall .r360.piao .r50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.eightall .r360.piao .r50 .pd {
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.eightall .r360.piao .r50 .pd .pf {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.eightall .r360.piao .r50 .pd .pf svg {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1600px) {
  .eightall .toggle .eight-pic {
    padding-bottom: 60px;
  }
  .eightall .eight-info .btnbox .item {
    padding: 12px 0;
  }
  .fangansvgbox .part-box {
    width: 21vw;
  }
  .park-banner {
    padding-top: 62px;
  }
  .eight-pic {
    padding-left: 0;
  }
  .eightall .r360 .r50 {
    width: 70%;
  }

  .whiteright .r360 .r50 {
    width: 50%;
  }
  .eight-pic,
  .eight-ul {
    min-height: 0;
  }
  .index-service .service-m {
    min-height: 40vw;
  }
  .eightall .toggle {
    min-height: 50vw;
  }
  .ser-case .contaienr1 {
    width: 94%;
  }
  .ser-case-toggle .case-swiper .swiper-slide {
    margin-right: 0.6rem;
  }
  .model .toggle .subimg img {
    height: 290px;
  }
  .model .text .name1 {
    font-size: 0.46rem;
  }
  .model .text .name2 {
    font-size: 0.3rem;
  }
  .model .text .cont {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1400px) {
  .solution {
    min-height: 7rem;
  }
  .fangansvgbox .part-box {
    width: 25vw;
  }
  .park-banner .downlink .down {
    font-size: 13px;
  }
  .eight-pic {
    padding-top: 10px;
  }
  .eight-li .img,
  .eight-li .img img {
    height: 450px;
    width: 208px;
    border-radius: 24px;
  }
  .eight-ul {
    height: 450px;
    width: 208px;
    border-radius: 24px;
    margin-left: 61px;
  }
  .eightall .eight-bg img {
    width: 413px;
    height: 591px;
  }
  .eightall .toggle {
    min-height: 20vw;
    height: 100%;
  }
  .eightall .toggle .eight-pic {
    position: relative;
    left: unset;
    bottom: unset;
    padding-bottom: unset;
  }

  .eight-pic.lll .eight-ul {
    margin-left: 146px;
  }
  .icolist .text .desc {
    font-size: 13px;
  }
  .kfys .box {
    padding-right: 0;
  }
  .model .toggle .subimg img {
    height: 250px;
  }
  .model .text .cont {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .solution {
    min-height: 6rem;
  }
  .fangansvgbox .part-box {
    width: 27vw;
  }
  .index-service.eightall .service {
    padding-left: 0;
    padding-right: 0;
    width: 94%;
  }
  .eightall .eight-info .btnbox .item {
    padding: 10px 0;
  }
  /* .index-service.eightall .service-m .btnbox .item {
    height: 38px;
    line-height: 36px;
  } */
  .banner-service .numberli {
    margin-right: 0.8rem;
  }
  .icolist .text .desc {
    font-size: 12px;
  }
  .kfys .box {
    padding-left: 0;
  }
  .kfys li .name {
    font-size: 14px;
  }
  .kfys li .desc {
    font-size: 12px;
  }
  .model .toggle .subimg img {
    height: 240px;
  }
  .model .text .cont {
    font-size: 14px;
  }
  .textimg .ser-info .toggle {
    max-width: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .other-banner .numberul {
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-service.serviceitembox {
    height: auto;
  }
  .banner-service.serviceitembox.park-banner {
    min-height: 100vh;
    height: 100vh;
  }
  .banner-service .numberli {
    margin-right: 0.7rem;
  }

  .ziguan .eight-info .dllist-swipertop .btnbox .item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  /* .banner-service.serviceitembox {
    height: auto;
  } */
  .park-banner .svgbanner {
    width: 1060px;
    right: -30%;
  }
  .fangansvgbox .part-box.p1 {
    left: 40%;
  }
  .solution .toggle .info {
    z-index: 2;
  }
  .fangansvgbox .part-box.p1 {
    padding-left: 0;
  }
  .solution .toggle {
    min-height: 70vw;
  }
  .solution .toggle .img {
    width: 94%;
    left: 3%;
    bottom: 0;
    position: absolute;
  }
  .fangansvgbox .part-box {
    width: 36vw;
  }

  .eightall .eight-bg {
    display: none;
  }

  .textimg .ser-info {
    height: auto;
  }
  .textimg.pt5 {
    padding-bottom: 1rem;
  }

  .banner-service:after {
    content: "";
    display: block;
    clear: both;
  }
  .banner-service > .b-ico {
    padding: 1rem 3%;
    margin: 0;
    position: relative;
  }
  .banner-service > .b-ico .box {
    text-align: left;
    padding: 0;
  }
  .banner-service > .b-ico .ico-box {
    padding: 0;
    position: unset;
  }
  .banner-service > .b-ico,
  .banner-service > .b-img {
    width: 50%;
    height: 60vw;
  }

  .textimg .ser-info > .toggle {
    width: 94%;
  }

  .textimg .ser-info > .toggle .text {
    padding: 6% 0;
    width: 50%;
    margin: 0;
    position: relative;
  }
  .model.textimg:nth-child(2n) .ser-info > .toggle .text {
    margin: 0 0 0 auto;
  }
  .banner-service .toggle {
    left: 6%;
    bottom: 0rem;
    right: auto;
    width: 88%;
  }
  .banner-service .toggle.mmbb10 {
    bottom: 1.5vw;
  }
  .banner-service .toggle .icoul {
    float: none;
  }
  .banner-service .numberul {
    float: unset;
  }
  #ser-swiper-pic .btn_pop:nth-child(1) {
    background-color: #066be6;
  }
  #ser-swiper-pic .btn_pop:nth-child(1) .btn_pop_text {
    color: #fff;
  }
  .banner-service .numberli .nian img {
    height: 54px;
  }

  .textimg .text .cont,
  .textimg .text .desc {
    font-size: 14px;
  }
  .index-service.eightall .service {
    padding-bottom: 1rem;
  }

  .eight-ul {
    height: 350px;
    width: 162px;
    margin: auto;
    border: 4px solid #fff;
    box-sizing: content-box;
    background-color: #fff;
  }
  .eightall .r360 .r50 {
    width: 55%;
  }
  .eightall .r360.piao .r50 {
    width: 70%;
  }
  .whiteright .r360 .r50 {
    opacity: 0.6;
  }
  .whiteright .eight-pic.lll .eight-ul {
    margin-left: 8vw;
  }
  .eight-li .img,
  .eight-li .img img {
    border-radius: 20px;
    height: 350px;
    width: 162px;
  }
  .eightall .toggle {
    width: 40%;
  }
  .eightall .box {
    width: 60%;
  }
  .twelve-toggle .text .name {
    font-size: 16px;
  }
  .twelve-toggle .text .desc {
    font-size: 14px;
  }
  .twelve-toggle li,
  .twelve-toggle li:nth-child(4n-3),
  .twelve-toggle li:nth-child(-n + 4) {
    width: calc((100% - 0.32rem * 2) / 3);
    margin-left: 0.32rem;
    margin-top: 0.32rem;
    border-radius: 0.25rem;
    padding: 0.5rem 0.3rem;
  }
  .twelve-toggle li:nth-child(3n-2) {
    margin-left: 0;
  }
  .twelve-toggle li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .ser-case .ser-case-toggle {
    margin-top: 0;
  }

  .banner-service .numberli {
    margin-right: 3vw;
  }
  .fourlist .toggle li {
    width: calc((100% - 15%) / 4);
    margin-left: 5%;
  }
  .eightall .r360.piao .r50 {
    width: 50%;
    margin: 0 0 0 auto;
    float: right;
  }
  .kfys .box {
    float: left;
    width: 70%;
  }
  /* .eightall .r360.piao .r50 .pd .pf{} */
  .kfys li .name {
    font-size: 16px;
  }
  .kfys li .desc {
    font-size: 14px;
  }
  .park-eight-ul {
    padding: 0 1rem 0 0;
  }
  .ziguan .eight-info .smalldesc {
    font-size: 16px;
    line-height: 1.4;
  }

  .model .toggle .subimg img {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .ziguan .eight-info .dllist-swipertop .btnbox .item {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .park-banner .svgbanner {
    width: 200%;
    top: 50%;
    right: unset;
    left: 50%;
    transform: translate3d(-50%, -55%, 0);
  }
  .solution .parksvgbigbox.toggle {
    /* padding-bottom: 40vw; */
    position: relative;
  }
  .textimg.ptb10 .ser-info > .toggle .text {
    padding-left: 0;
  }
  .fangansvgbox {
    max-width: 400px;
    margin: auto;
  }
  .solution .parksvgbigbox.toggle .img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .solution .parksvgbigbox.toggle .info {
    position: relative;
  }
  .fangansvgbox .part-box {
    position: unset;
    width: 100%;
    margin-bottom: 20vw;
  }
  .fangansvgbox .part-box .phone {
    display: block;
  }
  .fangansvgbox .part-box .pc {
    display: none;
  }
  .park-banner {
    padding-top: 59px;
  }
  .whiteright .eight-pic.lll .eight-ul {
    margin: auto;
  }
  .eightall .r360 {
    height: 94vw;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  .textimg.a1-1 .ser-info > .box .img {
    padding-top: 0;
  }
  .ser-info .box .otherimg {
    left: 20%;
  }
  .ser-info .box .otherimg img {
    width: 30vw;
  }
  .textimg .ser-info {
    min-height: auto;
    display: block;
  }
  .banner-service {
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-service > .b-ico,
  .banner-service > .b-img {
    width: 100%;
    float: none;
  }
  .banner-service .toggle {
    display: none;
  }
  .banner-service .box .name {
    font-size: 6vw;
  }

  .service-swiper .swiper-slide .bigtitle {
    font-size: 5vw;
  }
  .banner-service .box .desc p,
  .banner-service .box .desc font {
    font-size: 3.4vw;
  }
  .banner-service > .b-img {
    height: 80vw;
  }
  .banner-service > .b-ico {
    height: auto;
  }
  #ser-swiper-pic .ser-btn {
    padding: 0;
    left: 0%;
    width: 100%;
    text-align: center;
    bottom: 5%;
  }
  #ser-swiper-pic .btn_pop {
    display: inline-block;
    float: none;
    font-size: 14px;
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.5rem;
  }
  #ser-swiper-pic .btn_pop .btn_pop_text {
    height: 1rem;
    line-height: 1rem;
  }
  .banner-service .numberli .title {
    font-size: 2.8vw;
  }
  .banner-service .numberli .nian img {
    height: 12vw;
  }

  .textimg .ser-info .box {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
  .textimg .ser-info > .box .img {
    padding: 0;
  }
  .textimg .ser-info > .box .img img {
    height: auto;
    position: relative;
    display: block;
  }
  .textimg .ser-info > .toggle .text {
    width: 100%;
  }
  .textimg .text .name {
    font-size: 5vw;
  }
  .textimg .text .cont,
  .textimg .text .desc {
    font-size: 3.2vw;
  }
  .eightall .toggle {
    width: 100%;
  }
  .eightall .box {
    width: 100%;
  }
  .eight-ul {
    margin-top: 3vw;
    width: 208px;
    height: 450px;
  }
  .eight-li .img,
  .eight-li .img img {
    width: 208px;
    height: 450px;
  }
  .eightall .r360 .r50 {
    float: none;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
  }

  .twelve-toggle li,
  .twelve-toggle li:nth-child(4n-3),
  .twelve-toggle li:nth-child(-n + 4),
  .twelve-toggle li:nth-child(3n-2),
  .twelve-toggle li:nth-child(-n + 3) {
    width: calc((100% - 0.32rem) / 2);
    margin-left: 0.32rem;
    margin-top: 0.32rem;
    border-radius: 0.25rem;
    padding: 0.5rem 0.3rem;
  }
  .twelve-toggle li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .twelve-toggle li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .htitle .htitle1 {
    font-size: 4.5vw;
  }
  .htitle .htitle2 {
    font-size: 3vw;
  }
  .ser-case .title .name {
    font-size: 4.5vw;
  }
  .s-case-top {
    width: 100%;
  }
  .ser-case-toggle .case-swiper .swiper-slide a .title {
    font-size: 3.4vw;
    padding: 2.5vw 3vw;
    line-height: 1.2;
    height: auto;
  }
  .ser-case .link {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .ser-case .link .btn_pop {
    font-size: 3.2vw;
    height: 10vw;
    line-height: 10vw;
    border-radius: 5vw;
  }
  .ser-case .ser-case-toggle .swibtn {
    width: 6vw;
    height: 6vw;
    display: none;
  }
  .ser-case .ser-case-toggle .swibtn-next {
    right: 0;
  }
  .ser-case .ser-case-toggle .swibtn-prev {
    left: 0;
  }
  .btn_pop_text {
    line-height: 10vw;
  }
  .ser-call-us .ser-call-info {
    width: 100%;
    padding: 0;
    height: 30vw;
  }
  .ser-call-us:before,
  .ser-call-us:after {
    width: 100%;
    height: 50%;
  }
  .ser-call-us:before {
    top: auto;
    bottom: 0;
  }
  .ser-call-us .ser-qrcode {
    width: 24vw;
    height: 24vw;
    left: 0%;
    bottom: 15vw;
    transform: translateY(3vw);
  }
  .ser-call-us .ser-call-info .name {
    font-size: 7vw;
  }
  .ser-call-us .ser-call-info .name1 {
    font-size: 5vw;
  }
  .ser-call-us .ser-call-info .phone-name {
    font-size: 4vw;
  }
  .ser-call-us .ser-call-info .phone-number {
    font-size: 7vw;
  }
  .twelve-toggle .ico {
    margin-bottom: 3vw;
    width: 100%;
    float: none;
  }
  .twelve-toggle .ico img {
    height: 10vw;
  }
  .features {
    overflow: hidden;
  }
  .features li {
    width: 13vw;
    height: 13vw;
  }
  .features li .img {
    width: 50%;
    height: 50%;
    margin: 25%;
  }
  .features li .box .name {
    height: auto;
    top: 110%;
    bottom: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    font-size: 2.5vw;
    width: 120%;
    transform: translateX(-10%);
    overflow: unset;
  }
  .features .featext {
    padding: 20vw 0;
  }
  .features ul .justop .box:after,
  .features ul .justop .box:before {
    width: 100%;
  }
  .features ul .justop .box:before {
    top: -24%;
    left: 70%;
    display: none;
  }
  .features ul .justop .box:after {
    top: -24%;
    left: -70%;
    display: none;
  }
  .features ul.right .justop .box:after {
    right: -80%;
    bottom: -14%;
    display: none;
  }
  .features ul.right .justop .box:before {
    top: auto;
    bottom: -14%;
    left: -78%;
    display: none;
  }
  .features .w1440 {
    overflow: unset;
  }
  .features .w1440:after {
    content: "";
    display: block;
    clear: both;
  }
  .icolist .text .name {
    font-size: 5.6vw;
  }
  .icolist .text .desc {
    font-size: 3vw;
  }
  .icolist .icoinfo {
    margin-top: 10vw;
  }
  .icolist .w1440:before {
    background-image: linear-gradient(
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0)
    );
  }

  .park-banner .downlink .down {
    height: 8vw;
    font-size: 2.4vw;
    line-height: calc(8vw - 2px);
    border-radius: 4vw;
    padding: 0 4vw;
  }
  .park-banner .text .desc {
    font-size: 3.4vw;
  }
  .park-banner .text .smalldesc {
    font-size: 3vw;
  }
  .park-banner .svgbanner > svg {
    height: 150%;
    max-height: unset;
  }

  .parktitlebox .name {
    font-size: 5vw;
  }

  .fourlist .toggle li,
  .fourlist .toggle li:nth-child(4n + 1) {
    width: calc((100% - 12%) / 2);
    margin-left: 3%;
    margin-right: 3%;
    float: left;
    text-align: center;
    margin-bottom: 6vw;
  }
  /* .fourlist .toggle li:nth-child(2n + 1) {
    margin-left: 0;
  } */
  .fourlist .toggle li .img {
    width: 18vw;
    height: 18vw;
  }
  .fourlist .toggle li .img img {
    width: 100%;
    height: 100%;
  }
  .fourlist .toggle li .name {
    font-size: 3vw;
  }

  .kfys li .name {
    font-size: 3.2vw;
  }
  .kfys li .desc {
    font-size: 2.8vw;
  }
  .eightall .r360.piao .r50 {
    display: none;
  }
  .index-service.eightall.kfys .service {
    padding-bottom: 0;
  }
  .kfys li {
    margin-bottom: 2.4vw;
  }

  .ziguan .eight-info .smalldesc {
    font-size: 3vw;
  }
  .ziguan .eight-info .btn_pop_text {
    line-height: 1.2;
  }
  .ziguan .eight-info .bigdesc {
    margin-top: 2vw;
  }
  .park-banner .w1620 {
    height: 60vw;
  }
  .model .toggle .subimg img {
    height: 40vw;
  }

  .textimg.model .ser-info > .box {
    width: 100%;
  }
  .textimg.model .ser-info > .box .img {
    padding-top: 0;
  }
  .model .text .name1 {
    font-size: 5.1vw;
  }
  .model .text .name2 {
    font-size: 3.2vw;
  }
  .textimg.model .ser-info > .toggle .text {
    display: block;
    padding-top: 25vw;
  }
  .textimg.model .ser-info > .toggle {
    width: 85%;
  }
}

/*大屏*/
@media only screen and (min-width: 2500px) {
  .eightall .toggle .eight-pic {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    min-height: unset;
    padding-bottom: 250px;
    padding-top: 15px;
  }
  .eight-li .img,
  .eight-li .img img {
    width: 385px;
    height: 836px;
  }
  .eight-ul {
    margin-left: 114px;
    border-radius: 45px;
    width: 385px;
    height: 836px;
  }
  .eight-pic.lll .eight-ul {
    margin-left: 269px;
  }
  .eightall .eight-bg img {
    width: 767px;
    height: 1097px;
  }
  .eightall .eight-info .btnbox .item {
    padding: 20px 0;
    border-radius: 40px;
  }
  .ser-call-us .mm {
    max-width: 84.375vw;
  }
  .banner-service .numberli .nian img {
    height: 85px;
  }
  .ziguan .eight-info .dllist-swipertop .btnbox .item {
    padding: 0 22px;
    border-radius: 40px;
  }
}
