/**字体介入**/
/* @font-face {
font-family: 'OPPOSans';
    src: url('../fontFamily/OPPOSans-M.ttf');
}
@font-face {
    font-family: 'OPPOSans-B';
        src: url('../fontFamily/OPPOSans-B.ttf');
}
@font-face {
    font-family: 'OPPOSans-R';
        src: url('../fontFamily/OPPOSans-R.ttf');
} */
/* *{
    font-family: "OPPOSans";
} */
ol,
ul {
  list-style: none;
}
/* .website-index-body{
    min-width: 1260px;
    width: 100%;
} */

.website-index-body-pc {
  width: 100%;
}
.website-index-public-title {
  font-size: 47px;
  letter-spacing: 2px;
  font-weight: bold;
  padding-top: 114px;
  width: 100%;
  text-align: center;
}
.website-index-public-node {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 44px;
  width: 100%;
  text-align: center;
}
.website-index-banner {
  width: 100%;
  height: 700px;
}

.website-index-banner .swiper-container .banner_pagination {
  bottom: 30px;
}
/**banner的class**/
.swiper_banner {
  width: 100%;
  height: 100%;
}
/**首页轮播**/
.swiper_banner {
  height: 700px;
  overflow: visible;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
  width: 100%;
  height: auto !important;
}
.swiper_slide {
  position: relative;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  overflow: hidden;
}
.swiper_slide-active {
  opacity: 1;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.slide1 {
  background: transparent;
}
.event-poster {
  position: relative;
  background: url("../image/index/index_banner251111.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.event-poster .banner-btn-l {
  position: absolute;
  /* left: calc(854px - (1920px - 100vw) / 2); */
  left: calc(760px - (1920px - 100vw) / 2);
  bottom: 145px;
  width: 160px;
  height: 78px;
  border-radius: 36px;
  cursor: pointer;
  background: url("../image/index/btn1-index_banner251111.png");
  background-size: 160px;
}

.event-poster .banner-btn-r {
  position: absolute;
  left: calc(942px - (1920px - 100vw) / 2);
  bottom: 145px;
  width: 219px;
  height: 78px;
  border-radius: 36px;
  cursor: pointer;
  background: url("../image/index/btn2-index_banner251111.png");
  background-size: 219px;
}

.event-poster .block-1 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

.event-poster .block-2 {
  position: absolute;
  right: calc(454px - (1920px - 100vw) / 2);
  bottom: 74px;
  width: 467px;
  height: 168px;
  border-radius: 10px;
  cursor: pointer;
}

/* .slide2 {
    background-color: brown;
} */
.website-index-banner-video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  pointer-events: none;
}
.website-index-banner-img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}
.swiper-slide-node {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-slide-node-body {
  /* width: 1260px; */
  /* margin: auto; */
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.swiper-slide-node-box {
  width: 377px;
  height: 413px;
  border-radius: 10px;
  position: absolute;
  top: 163px;
  left: calc((100vw - 1260px) / 2);
  /* margin-top: 163px; */
}
.swiper-slide-node-text-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.swiper-slide-node-body-bg {
  width: 100%;
  height: 100%;
  background: #0e38a8de;
  border-radius: 10px;
}
.swiper-slide-node-title {
  /* width: 305px; */
  font-size: 34px;
  margin-left: 36px;
  margin-right: 36px;
  padding-top: 60px;
  font-weight: 800;
  color: #ffffff;
  line-height: 52px;
}
.swiper-slide-node-text {
  /* width: 227px; */
  font-size: 18px;
  margin-left: 36px;
  /* margin-top: 30px; */
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.swiper-slide-node-botton {
  margin-top: 43px;
  margin-left: 36px;
  margin-right: 36px;
}
.swiper-slide-node-botton > a {
  width: 140px;
  height: 42px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fefefe;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fefefe;
  background: transparent;
  cursor: pointer;
}
.swiper-slide-node-botton > a:nth-child(2) {
  margin-left: 8px;
  /* border: 1px solid #EA5F1A;
    color: #FFFFFF;
    background: #EA5F1A; */
}

.swiper-slide-node-botton-blue {
  border: 1px solid #0f39a8 !important;
  color: #ffffff !important;
  background: #0f39a8 !important;
}

.swiper-slide-node-botton-blue:hover {
  border: 1px solid #fefefe !important;
  color: #fefefe !important;
  background: transparent !important;
}

.swiper-slide-node-botton-orange {
  border: 1px solid #ea5f1a !important;
  color: #ffffff !important;
  background: #ea5f1a !important;
}
.swiper-slide-node-botton-orange:hover {
  border: 1px solid #fefefe !important;
  color: #fefefe !important;
  background: transparent !important;
}

.enterprise-swiper-node-box .swiper-slide-node-botton > a:hover {
  border: 1px solid #0f39a8;
  color: #ffffff;
  background: #0f39a8;
}
.drainage-swiper-node-box .swiper-slide-node-botton > a:hover {
  border: 1px solid #ea5f1a;
  color: #ffffff !important;
  background: #ea5f1a;
}

.swiper-slide-node-botton > a:hover {
  border: 1px solid #ea5f1a;
  color: #ffffff;
  background: #ea5f1a;
}
.swiper-slide-node-botton > a > img {
  width: 22px;
  height: 22px;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -4px;
}
.swiper-slide-node-hr {
  width: 180px;
  height: 2px;
  background: rgba(255, 255, 255, 0.43);
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 39px;
}

.enterprise-swiper-node-box {
  width: 390px;
}

.enterprise-swiper-node-box .swiper-slide-node-body-bg {
  opacity: 0.85;
  background-image: linear-gradient(180deg, #fe7e00 0%, #ea5f19 97%);
}

.enterprise-swiper-node-box .swiper-slide-node-text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}

.enterprise-swiper-node-box .swiper-slide-node-title {
  margin-left: 20px;
  margin-right: 20px;
}

.enterprise-swiper-node-box .swiper-slide-node-hr {
  width: calc(100% - 40px);
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.enterprise-swiper-node-box .swiper-slide-node-text {
  width: calc(100% - 40px);
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: normal;
}

.enterprise-swiper-node-box .swiper-slide-node-botton {
  margin-left: 20px;
  margin-right: 20px;
}

.enterprise-swiper-node-box .swiper-slide-node-botton a {
  width: 155px;
}

.enterprise-swiper-node-box .swiper-slide-node-botton a:nth-child(2) {
  margin-left: 10px;
}

.drainage-swiper-node-box {
  width: 390px;
}

.drainage-swiper-node-box .swiper-slide-node-body-bg {
  opacity: 1;
  background: #ffffff;
}

.drainage-swiper-node-box .swiper-slide-node-text-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(108, 105, 255, 0.16);
  border-radius: 10px;
}

.drainage-swiper-node-box .swiper-slide-node-title {
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 45px;
  line-height: 60px;
  color: #fe5c1c;
  text-shadow: 1px 1px 1px rgba(246, 167, 147, 0.28);
  text-align: center;
  padding-top: 40px;
}

.drainage-swiper-node-box .swiper-slide-node-hr {
  width: calc(100% - 40px);
  margin-top: 18px;
  margin-left: 20px;
  margin-right: 20px;
  color: #2b170a;
  background-color: rgba(15, 57, 168, 0.08);
}

.drainage-swiper-node-box .swiper-slide-node-text {
  width: calc(100% - 40px);
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #2b170a;
  line-height: 36px;
  text-align: center;
}

.drainage-swiper-node-box .swiper-slide-node-botton {
  margin-left: 20px;
  margin-right: 20px;
}

.drainage-swiper-node-box .swiper-slide-node-botton a {
  width: 155px;
  color: #ff761b !important;
  border: 1px solid #ff761b;
}

.drainage-swiper-node-box .swiper-slide-node-botton a:nth-child(2) {
  margin-left: 10px;
  background: conic-gradient(
    from 116deg at 50% 50%,
    #b0d0ff 38.29764515161514deg,
    #f0f2f2 105.9645402431488deg,
    #e1dcff 207.00265645980835deg,
    #d0d6fe 296.3857913017273deg
  ) !important;
  border: 1px solid #b0d0ff !important;
  color: rgba(15, 57, 168, 1) !important;
}
.drainage-swiper-node-box .swiper-slide-node-botton a:nth-child(2):hover {
  box-shadow: 0 0 6px 4px #94949438;
}
.banner_pagination {
  position: absolute;
  left: 0;
  text-align: center;
  /* bottom: 100px; */
  width: 100%;
  z-index: 1;
}
.banner_pagination .swiper-pagination-bullet {
  width: 20px !important;
  height: 6px !important;
  border-radius: 3px !important;
  background: #fff !important;
}
.banner_pagination .swiper-pagination-bullet-active {
  background: #0054a4 !important;
}
.website-index-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 0px;
  position: relative;
}
.website-index-navigation-body {
  width: 1260px;
  height: 125px;
  display: flex;
  position: absolute;
  top: -25px;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 18px 1px rgb(148 148 148 / 29%);
}
.website-index-cloud {
  width: 100%;
  height: 1088px;
  background: url("../image/index_new/website-index-cloud-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.website-index-navigation-div {
  width: 20%;
  height: 100%;
}
.website-index-navigation-img {
  width: 60px;
  height: 60px;
  margin-top: 40px;
  margin-left: 33px;
}
.website-index-navigation-node {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.website-index-navigation-num {
  padding-top: 35px;
  color: #0f39a8;
  font-size: 28px;
  font-weight: bold;
}
.website-index-navigation-text {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  margin-top: -5px;
}
.website-index-cloud-body {
  width: 1260px;
  height: 100%;
  margin: auto;
  position: relative;
}
.website-index-cloud-title {
  width: 100%;
  text-align: center;
  padding-top: 210px;
  font-size: 47px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #0f39a8;
}
.website-index-cloud-node {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #3d3d3d;
  padding-top: 20px;
  margin-bottom: 70px;
}
.website-index-cloud-box {
  width: 100%;
}
.website-index-cloud-left {
  width: 158px;
  margin-left: 50px;
  /* display: inline-block;
    vertical-align: top; */
  float: left;
  max-height: 650px;
  overflow-y: auto;
}
.website-index-cloud-left::-webkit-scrollbar {
  width: 7px;
}
.website-index-cloud-left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #bccbf6;
}
.website-index-cloud-left::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: none;
}
.website-index-cloud-server {
  width: 100%;
  height: 42px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 42px;
  text-align: left;
  background: transparent;
  border-radius: 5px;
  margin-bottom: 8px;
  cursor: pointer;
}
.website-index-cloud-server > img {
  width: 42px;
  height: 23px;
  line-height: 42px;
  margin-left: 6px;
  margin-right: 3px;
}
.website-index-cloud-server:hover {
  background: #0f39a8;
  color: #ffffff;
}
.website-index-cloud-server-active {
  background: #0f39a8;
  color: #ffffff;
}
.website-index-cloud-right {
  width: 1020px;
  height: 570px;
  float: right;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* vertical-align: top;
    margin-left: 34px; */
}
.website-index-cloud-right-box {
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}
.website-index-cloud-right-box-white {
  background: #ffffff;
}
.website-index-cloud-right-box-block {
  background: rgb(28, 31, 44);
}
.website-index-cloud-right-box-active {
  display: block;
}
.website-index-cloud-right-video {
  width: 100%;
  height: auto;
  /* height: 100%; */
  background-color: transparent;
  margin-top: 32px;
  /* object-fit: cover; */
}
.website-index-cloud-right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.website-index-cloud-right-tip {
  position: absolute;
  bottom: 20px;
  left: 100px;
  width: 800px;
  height: 215px;
}
.website-index-cloud-right-tip-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e38a8de;
  z-index: 2;
  border-radius: 10px;
}
.website-index-cloud-right-tip-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 10px;
}
.website-index-cloud-right-name {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
}
.website-index-cloud-right-node {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.website-index-cloud-right-hr {
  width: 168px;
  height: 2px;
  background: #6f95da;
  margin-top: 10px;
  margin-bottom: 15px;
}
.website-index-cloud-right-close {
  position: absolute;
  left: 770px;
  top: 0px;
  bottom: 160px;
  font-size: 24px;
  color: #ffffff;
  opacity: 0.6;
  cursor: pointer;
}
.website-index-cloud-right-close:hover {
  color: #ffffff;
  opacity: 1;
}
.website-index-manag {
  width: 100%;
  height: 720px;
  background: #ffffff;
}
.website-index-manage-body {
  width: 1260px;
  height: 720px;
  margin: auto;
  position: relative;
}
.website-index-manage-title {
  color: #ea5f1a;
}
.website-index-manage-node {
  color: #3d3d3d;
}
.website-index-manage-box {
  width: calc(100% - 50px);
  margin-top: 70px;
  margin-left: 50px;
  display: flex;
}
.website-index-manage-div {
  width: 384px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(148, 148, 148, 0.2);
  border-radius: 10px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.website-index-manage-div:last-child {
  margin-right: 0px;
}
.website-index-manage-node-title {
  width: 100%;
  height: 123px;
  line-height: 123px;
  text-align: left;
  font-size: 27px;
  font-weight: bold;
  color: #3d3d3d;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  padding-left: 38px;
}
.website-index-manage-img-box {
  width: 100%;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  transform: rotate(0deg);
}
.website-index-manage-img {
  width: 100%;
  height: 123px;
  object-fit: fill;
  transition: all 0.5s;
}
.website-index-manage-title-hover {
  color: #ea5f1a;
}
.website-index-manage-node-name {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 148px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #3d3d3d;
}
.website-index-manage-node-text {
  padding-left: 38px;
  padding-right: 38px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 26px;
}
.website-index-integration {
  width: 100%;
  height: 1020px;
  background: #f7f8fb;
}
.website-index-integration-body {
  width: 1260px;
  height: 100%;
  margin: auto;
  position: relative;
}
.website-index-integration-title {
  color: #0f39a8;
}
.website-index-integration-node {
  color: #3d3d3d;
}
.website-index-integration-navigation {
  background: #eeeff1;
  width: 16px;
  height: 100%;
  position: absolute;
  left: 12px;
  top: 0px;
}
.website-index-integration-slide {
  width: 40px;
  height: 810px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.website-index-integration-rod {
  width: 16px;
  height: 767px;
  margin-left: 12px;
  padding-top: 4px;
  margin-top: 2px;
  background: #bbcbf5;
  text-align: center;
  line-height: 4px;
}
.website-index-integration-ball {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #0f39a8;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.website-index-integration-box {
  width: 100%;
  padding-left: 50px;
}
.website-index-integration-line {
  width: 100%;
  height: 290px;
  margin-bottom: 40px;
}
.website-index-integration-left {
  width: 190px;
  height: 100%;
  background: url("../image/index_new/website-index-integration-left-bg-1.jpg")
    no-repeat;
  background-size: 100% 100%;
  float: left;
  position: relative;
  border-radius: 6px;
}
.website-index-integration-left-bottom {
  background: url("../image/index_new/website-index-integration-left-bg-2.jpg")
    no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
}
.website-index-integration-left-title {
  width: 100%;
  padding-top: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.website-index-integration-left-node {
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 0px;
}
.website-index-sliding {
  width: 1260px;
  margin: auto;
  height: 0px;
  position: relative;
}
.website-index-sliding-none {
  display: none;
}
.website-index-sliding-div {
  position: fixed;
  height: 100%;
  top: 0px;
}
.website-index-sliding-ball-blue {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #0f39a8;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.website-index-sliding-div-blue {
  background-color: #bccbf6;
  width: 18px;
  margin-left: 11px;
  margin-top: 5px;
  padding-top: 5px;
  height: calc(100% - 45px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  /* opacity: 0.25; */
}
.website-index-sliding-div-all {
  background-color: #eeeff1;
  width: 18px;
  position: absolute;
  height: 100%;
  margin-left: 11px;
  top: 0px;
}
.website-index-public-ball-1 {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: auto;
  background: #0f39a8;
  opacity: 0.9;
  display: block;
}
.website-index-public-ball-2 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: auto;
  margin-top: 5px;
  background: #0f39a8;
  opacity: 0.6;
  display: block;
}
.website-index-public-ball-3 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: auto;
  margin-top: 5px;
  background: #0f39a8;
  opacity: 0.3;
  display: block;
}
.website-index-sliding-occupy {
  width: 40px;
  height: calc(50% + 25px);
  position: absolute;
  bottom: 0;
}
.website-index-orange-ball {
  background: #ea5f1a;
}
.website-index-sliding-div-orange > .website-index-public-ball-1 {
  background: #ea5f1a !important;
}
.website-index-sliding-div-orange > .website-index-public-ball-2 {
  background: #ea5f1a !important;
}
.website-index-sliding-div-orange > .website-index-public-ball-3 {
  background: #ea5f1a !important;
}
.website-index-sliding-div-orange {
  background: #f9e0ca;
  /* opacity: 0.25 */
}
.website-index-sliding-integration-font {
  font-size: 15px;
}
.website-index-integration-left-more {
  width: 124px;
  height: 42px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fefefe;
  line-height: 43px;
  position: absolute;
  left: 34px;
  bottom: 32px;
}
.website-index-integration-left-more:hover {
  border: 1px solid #ea5f1a;
  color: #ffffff;
  background: #ea5f1a;
}
.website-index-integration-right {
  width: 985px;
  height: 100%;
  overflow: auto;
  white-space: nowrap;
  float: right;
}
.website-index-integration-device {
  width: 180px;
  height: 226px;
  background: #0f39a8;
  box-shadow: 0px 6px 6px 2px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  margin-top: 30px;
  margin-right: 35px;
  display: inline-block;
}
.website-index-integration-device-img {
  width: 180px;
  height: 180px;
  background: #f3f3f8;
}
.website-index-integration-device-img > img {
  width: 180px;
  height: 180px;
}
.website-index-integration-device-name {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 43px;
  text-align: center;
}
.website-index-integration-right::-webkit-scrollbar {
  height: 7px;
}
.website-index-integration-right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(172, 187, 224);
}
.website-index-integration-right::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: none;
}
.website-index-project {
  width: 100%;
  height: 909px;
  background: url("../image/index_new/website-index-project-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.website-index-project-body {
  width: 1260px;
  height: 100%;
  margin: auto;
}
.website-index-project-title {
  color: #ea5f1a;
}
.website-index-project-node {
  color: #3d3d3d;
  margin-top: 23px;
  margin-bottom: 67px;
}
.website-index-cooperation {
  width: 100%;
  height: 716px;
  position: relative;
  background: #ffffff;
}
.website-index-cooperation-top-bg {
  width: 100%;
  height: 333px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url("../image/index_new/website-index-cooperation-bg-new.png")
    no-repeat;
  background-size: 100% 100%;
}
.website-index-cooperation-body {
  /* width: 1260px; */
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 3;
}
.website-index-case-titel {
  color: #0f39a8;
  padding-top: 64px;
  position: relative;
}
.website-index-case {
  width: 100%;
  height: 803px;
  background-color: #ffffff;
  background-image: url("../image/index_new/website-index-case-bg.jpg");
  background-size: 100% 100%;
}
.website-index-case-body {
  width: 1260px;
  height: 100%;
  margin: auto;
}
.website-index-case-a {
  width: 100%;
  text-align: center;
}
.website-index-case-a > a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline !important;
  color: #0f39a8;
  line-height: 16px;
}
.website-index-case-a > a:hover {
  text-decoration: underline !important;
  color: #3d3d3d;
}
.website-index-case-node {
  margin-bottom: 28px;
}
.website-index-case-box {
  margin-top: 70px;
  width: 100%;
  display: flex;
  height: 407px;
}
.website-index-case-div {
  width: 405px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(148, 148, 148, 0.2);
  border-radius: 10px;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.website-index-case-div:last-child {
  margin-right: 0px;
}
.website-index-case-div-title {
  padding-top: 47px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 27px;
  font-weight: bold;
  color: #3d3d3d;
}
.website-index-case-div-title-active {
  color: #0f39a8;
}
.website-index-case-div-hr {
  width: 37px;
  height: 3px;
  background: #fe5c0c;
  border-radius: 2px;
  margin-left: 25px;
  margin-top: 15px;
  margin-right: 25px;
  transition: all 0.5s;
}
.website-index-case-div-node {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #717171;
  line-height: 22px;
}
.website-index-case-div-img-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 204px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  transform: rotate(0deg);
}
.website-index-case-div-img {
  width: 100%;
  height: 204px;
  transition: all 0.5s;
}
.website-index-case-div-img-active {
  transform: scale(1.05);
}
.website-index-client {
  width: 100%;
  height: 935px;
  position: relative;
  background-color: #ffffff;
}
.website-index-client-body {
  width: 1260px;
  height: 935px;
  margin: auto;
}
.website-index-client-title {
  color: #0f39a8;
}
.website-index-client-div {
  height: 526px;
  width: 100%;
}
.website-index-client-left {
  width: 690px;
  float: left;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 6px 2px rgba(17, 17, 17, 0.07);
  overflow: hidden;
  cursor: pointer;
}
.website-index-client-right {
  width: 526px;
  float: right;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.website-index-client-right::-webkit-scrollbar {
  width: 7px;
}
.website-index-client-right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(172, 187, 224);
}
.website-index-client-right::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: none;
}
#carousel_video_1 {
  background: url("../image/index_new/website-index-client-12.jpg?t=20231002")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_2 {
  background: url("../image/index_new/website-index-client-2.jpg?t=20230625")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_3 {
  background: url("../image/index_new/website-index-client-3.jpg?t=20230625")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_4 {
  background: url("../image/index_new/website-index-client-4.jpg?t=20230625")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_5 {
  background: url("../image/index_new/website-index-client-5.jpg?t=20230625")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_6 {
  background: url("../image/index_new/website-index-client-8.jpg?t=20231002")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_7 {
  background: url("../image/index_new/website-index-client-7.jpg?t=20231002")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_8 {
  background: url("../image/index_new/website-index-client-10.jpg?t=20231002")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_9 {
  background: url("../image/index_new/website-index-client-11.jpg?t=20231002")
    no-repeat;
  background-size: 100% 100%;
}
#carousel_player_10 {
  background: url("../image/index_new/website-index-client-13.jpg?t=20231002")
    no-repeat;
  background-size: 100% 100%;
}
.website-index-client-video-img {
  width: 690px;
  height: 380px;
  position: relative;
}
.website-index-client-player {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 142px;
  left: 300px;
  cursor: pointer;
  transition: all 0.5s;
}
.website-index-client-player-hover {
  transform: scale(1.05);
}
.website-index-client-left-name {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  font-size: 27px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 20px;
}
.website-index-client-left-node {
  margin-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 22px;
}
.website-index-client-right-div {
  width: 476px;
  height: 164px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.website-index-client-right-player {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 55px;
  right: 60px;
  transition: all 0.5s;
  cursor: pointer;
}
.website-index-client-right-player-hover {
  transform: scale(1.05);
}
.website-index-client-right-name {
  padding-top: 44px;
  padding-left: 37px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.website-index-client-right-node {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
  padding-top: 5px;
  padding-left: 37px;
  padding-right: 205px;
}
.website-index-go {
  width: 100%;
  height: 520px;
  background: url("../image/index_new/website-index-go-bg.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.website-index-go-body {
  width: 1260px;
  height: 100%;
  margin: auto;
}
.website-index-go-title {
  padding-top: 80px;
  color: #ffffff;
}
.website-index-go-node {
  margin-top: 35px;
}
.website-index-go-node a {
  color: #ffffff;
  /* width: 122px; */
  padding-left: 25px;
  padding-right: 25px;
  height: 42px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  line-height: 42px;
  display: inline-block;
  /* text-decoration: underline; */
}
.website-index-go-node a:hover {
  /* text-decoration: underline !important; */
  border: 1px solid #ea5f1a;
  color: #ffffff;
  background: #ea5f1a;
}
.website-index-go-div {
  width: 100%;
  height: 180px;
}
.website-index-go-div-node {
  float: left;
  width: 274px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 9px 1px rgba(148, 148, 148, 0.23);
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.website-index-go-node-img-box {
  width: 100%;
  height: 127px;
  transform: rotate(0deg);
  overflow: hidden;
  border-radius: 10px;
}
.website-index-go-node-img {
  width: 100%;
  height: 127px;
  transition: all 0.5s;
}
.website-index-go-node-img-active {
  transform: scale(1.05);
}
.website-index-go-node-name {
  font-size: 18px;
  font-weight: bold;
  color: #0f39a8;
  text-align: center;
  width: 100%;
  padding-top: 14px;
}
.website-index-go-node-name > img {
  margin-top: -4px;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.website-index-go-node-name-active {
  color: #3d3d3d;
}
.website-index-go-div-next {
  width: 30px;
  height: 180px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  line-height: 180px;
}
.website-index-go-next-img {
  width: 100%;
}
.website-index-project-header {
  width: 100%;
  height: 50px;
  margin-left: 50px;
  display: flex;
  /* box-shadow: 0px 2px 5px 0px rgba(17,17,17,0.07); */
  margin-bottom: 57px;
  position: relative;
}
.website-index-project-header-title {
  height: 100%;
  /* padding-left: 36px; */
  /* padding-right: 36px; */
  height: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #3d3d3d;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.website-index-project-header-span {
  height: 50px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.website-index-project-header-span-active {
  color: #ea5f1a;
}
.website-index-project-header-hr {
  position: absolute;
  bottom: -2px;
  width: 0px;
  height: 2px;
  background: #ea5f1a;
  transition: all 0.5s;
}
.website-index-project-header-hr-active {
  width: 100%;
}
/* .website-index-project-header-span-active{
    border-bottom: 2px solid #EA5F1A;
 } */
.website-index-project-node-body {
  width: 100%;
  margin-left: 50px;
  height: 530px;
  display: none;
}
.website-index-project-node-body-active {
  display: flex;
}
.website-index-project-left {
  width: 440px;
  height: 100%;
  margin-left: 35px;
}
.website-index-project-right {
  width: 688px;
  height: 100%;
  margin-left: 60px;
  position: relative;
}
.website-index-project-left-tltle {
  font-size: 28px;
  font-weight: bold;
  color: #3d3d3d;
  margin-top: 25px;
}
.website-index-project-left-node {
  font-size: 16px;
  font-weight: 500;
  color: #717171;
  line-height: 32px;
  margin-top: 20px;
}
.website-index-project-left-a {
  width: 100%;
  margin-top: 122px;
}
.website-index-project-left-a > a {
  width: 123px;
  height: 40px;
  text-align: center;
  background: #ea5f1a;
  border-radius: 5px;
  line-height: 40px;
  border: 1px solid #ea5f1a;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 15px;
}
.website-index-project-left-a > a:hover {
  border: 1px solid #717171;
  color: #717171;
  background: #ffffff;
}
.website-index-project-right-img {
  width: 688px;
  height: 348px;
  margin-top: 20px;
  border-radius: 10px;
}
.website-index-project-right-button {
  position: absolute;
  display: inline-block;
  width: 124px;
  height: 43px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff !important;
  line-height: 43px;
  text-align: center;
  left: 282px;
  top: 181px;
  cursor: pointer;
}
.website-index-project-right-button:hover {
  border: 1px solid #ea5f1a;
  color: #ffffff;
  background: #ea5f1a;
}
@media only screen and (max-width: 1000px) {
  .website-index-body-pc {
    display: none;
  }
  .website-index-body-mobile {
    display: block;
  }
  .website-index-body {
    width: 100%;
  }
  .website-index-sliding-div {
    left: 5px !important;
  }
  .website-index-sliding-occupy-immobilization {
    height: calc(100% - 175px) !important;
  }
  .website-index-sliding-div-all,
  .website-index-sliding-club {
    width: 8px;
  }
  .website-index-sliding-ball {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .website-index-public-ball-1 {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }
  .website-index-public-ball-2 {
    width: 2px;
    height: 2px;
    border-radius: 1px;
  }
  .website-index-public-ball-3 {
    width: 2px;
    height: 2px;
    border-radius: 1px;
  }
}
@media only screen and (min-width: 1000px) {
  .website-index-body-pc {
    display: block;
  }
  .website-index-body-mobile {
    display: none;
  }
  .website-index-body {
    min-width: 1260px;
    width: 100%;
  }
}
.website-index-body-mobile {
  width: 100%;
  min-width: 360px;
}
.website-index-mobile-banner {
  padding-top: 60px;
  width: 100%;
  /* height: 455px; */
  min-height: 458px;
}
.website-index-mobile-banner-div {
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  position: absolute;
  bottom: 25px;
  height: 150px;
}
.website-index-mobile-banner-text {
  width: 100%;
  height: 100%;
  background-color: #0e38a8;
  /* opacity: 0.8; */
  border-radius: 10px;
}
.website-index-mobile-banner-title {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 20px;
  margin: auto;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  line-height: 25px;
}
.drainage-mobile-box .website-index-mobile-banner-title {
  padding-top: 16px;
  font-weight: 600;
  font-size: 20px;
  color: #fe5c1c;
  line-height: 20px;
  text-shadow: 1px 1px 1px rgba(246, 167, 147, 0.28);
  text-align: center;
}
.website-index-mobile-banner-hr {
  width: 210px;
  height: 1px;
  background: rgba(255, 255, 255, 0.43);
  margin: auto;
  margin-top: 11px;
  margin-bottom: 12px;
}
.drainage-mobile-box .website-index-mobile-banner-hr {
  margin-top: 8px;
  margin-bottom: 10px;
  width: 225px;
  background-color: rgba(15, 57, 168, 0.08);
}
.website-index-mobile-banner-node {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
}
.drainage-mobile-box .website-index-mobile-banner-node {
  font-weight: 400;
  font-size: 12px;
  color: #2b170a;
  line-height: 18px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.website-index-mobile-banner-a {
  width: 122px;
  height: 34px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fefefe !important;
  line-height: 33px;
  display: block;
  margin: auto;
  margin-top: 12px;
}
.drainage-mobile-box .website-index-mobile-banner-a {
  font-weight: 600;
  color: #ff761b !important;
  border: 1px solid #ff761b;
  margin-top: 10px;
}
.website-index-mobile-banner-bottom {
  display: flex;
}

.website-index-mobile-banner-bottom .website-index-mobile-banner-a.trial {
  background: #0f39a8;
  border-color: #0f39a8;
}
.drainage-mobile-box
  .website-index-mobile-banner-bottom
  .website-index-mobile-banner-a.trial {
  background: conic-gradient(
    from 116deg at 50% 50%,
    #b0d0ff 38.29764515161514deg,
    #f0f2f2 105.9645402431488deg,
    #e1dcff 207.00265645980835deg,
    #d0d6fe 296.3857913017273deg
  ) !important;
  border: 1px solid #b0d0ff !important;
  color: rgba(15, 57, 168, 1) !important;
}
.website-index-mobile-banner-a:hover {
  color: #ffffff !important;
}
.drainage-mobile-box .website-index-mobile-banner-a:hover {
  color: #ff761b !important;
}
.website-index-mobile-banner-a > img {
  width: 14px;
  height: 14px;
  margin-right: 12px;
  margin-top: -3px;
  vertical-align: middle;
}
/* drainage-swiper-node-box */
.drainage-mobile-box .website-index-mobile-banner-text {
  height: 166px;
  background: #ffffff;
  padding: 10px;
}
.drainage-mobile-box-border {
  position: absolute;
  left: 50%;
  top: calc(50% + 0px);
  z-index: 2;
  height: calc(100% - 20px);
  width: calc(100% - 76px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(108, 105, 255, 0.16);
  border-radius: 6px;
}
.website-index-mobile-nav {
  width: 100%;
  height: 90px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.website-index-mobile-nav-rolling {
  height: 90px;
  white-space: nowrap;
}
.website-index-mobile-nav-box {
  height: 90px;
  display: inline-block;
  vertical-align: top;
  padding-left: 29px;
  padding-right: 29px;
}
.website-index-mobile-nav-left {
  line-height: 90px;
  height: 90px;
  float: left;
}
.website-index-mobile-nav-right {
  height: 90px;
  margin-left: 14px;
  float: right;
}
.website-index-mobile-nav-img {
  width: 43px;
  height: 43px;
}
.website-index-mobile-nav-num {
  margin-top: 20px;
  color: #0f39a8;
  font-size: 20px;
  font-weight: bold;
}
.website-index-mobile-nav-name {
  font-size: 12px;
  font-weight: 400;
  color: #717171;
  line-height: 14px;
}
.website-index-mobile-cloud {
  width: 100%;
  background: url("../image/index_new/website-index-mobile-cloud-bg.png")
    no-repeat;
  background-size: 100% 100%;
  padding-bottom: 48px;
  position: relative;
}
.website-index-mobile-cloud-title {
  padding-top: 60px;
  font-size: 30px;
}
.website-index-mobile-cloud-node {
  font-size: 12px;
  padding-top: 20px;
  margin-bottom: 36px;
}
.website-index-mobile-cloud-card {
  width: calc(100% - 43px);
  margin-left: 43px;
  padding-right: 22px;
}
.website-index-mobile-cloud-card > .card {
  border: none;
  background: transparent;
}
.mobile-card-link-cloud {
  width: 100%;
  height: 40px;
  background: transparent;
}
.mobile-card-link-cloud > div {
  padding: 0px;
  background: transparent;
  display: flex;
  align-items: center;
}
.card-header {
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 40px;
  border-bottom: 1px solid #cfd2dc;
}
.card-header > img {
  width: 36px;
  height: 18px;
}
.mobile-card-body-cloud {
  width: 100%;
  background: #ffffff;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 10px;
}
.website-index-mobile-cloud-video {
  width: 100%;
  height: 160px;
  object-fit: fill;
  border-radius: 10px;
  overflow: hidden;
}
.website-index-mobile-cloud-img {
  width: 100%;
  height: 160px;
  object-fit: fill;
  border-radius: 10px;
  overflow: hidden;
}
.website-index-mobile-cloud-card-name {
  padding-top: 26px;
  padding-left: 25px;
  padding-right: 19px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
  color: #3d3d3d;
}
.website-index-mobile-cloud-card-hr {
  height: 1px;
  background: rgba(61, 61, 61, 0.43);
  border-radius: 0px;
  /* margin: auto; */
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 25px;
}
.website-index-mobile-cloud-card-node {
  padding-left: 25px;
  padding-right: 19px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #3d3d3d;
}
.website-index-mobile-cloud-card-node:last-child {
  padding-bottom: 25px;
}
.website-index-mobile-device {
  width: 100%;
  height: 435px;
  background: url("../image/index_new/website-index-mobile-device.png")
    no-repeat;
  background-size: 100% 100%;
}
.website-index-mobile-device-title {
  padding-top: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #ea5f1a;
}
.website-index-mobile-device-node {
  padding-top: 14px;
  margin-top: 0px;
  margin-bottom: 36px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
}
.cd-item-wrapper {
  background-color: none;
  margin-bottom: 0;
  border: none;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
}
.cd-gallery > li {
  background: none;
}
.cd-item-wrapper li {
  left: 8%;
  width: 68%;
}
.selected {
  z-index: 2;
}
.move-left,
.move-right {
  top: 30px !important;
}
.website-index-mobile-device-box {
  width: 100%;
  height: 240px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.website-index-mobile-device-box-name {
  width: 100%;
  height: 78px;
  background: url("../image/index_new/website-index-manage-0.png") no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 78px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
}
.website-index-mobile-device-box-title {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 18px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #3d3d3d;
}
.website-index-mobile-device-box-node {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 20px;
}
.website-index-mobile-integration {
  width: 100%;
  height: 1060px;
  background: #f7f8fb;
}
.website-index-mobile-integration-title {
  padding-top: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #0f39a8;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
}
.website-index-mobile-integration-node {
  padding-top: 14px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
  text-align: center;
  width: 100%;
}
.website-index-mobile-integration-div {
  width: 83.3%;
  margin-left: 37px;
  height: 165px;
  background: url("../image/index_new/website-index-integration-left-bg-1.jpg")
    no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}
.website-index-mobile-integration-div-title {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  font-size: 20px;
  line-height: 9px;
  font-weight: bold;
  color: #ffffff;
}
.website-index-mobile-integration-div-node {
  width: 100%;
  height: 56px;
  text-align: left;
  margin-top: 18px;
  padding-left: 18px;
  padding-right: 10px;
  font-size: 12px;
  /* font-weight: 400; */
  color: #ffffff;
  line-height: 18px;
}
.website-index-mobile-integration-a {
  width: 80px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fefefe;
  display: block;
  line-height: 31px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}
.website-index-mobile-integration-devs {
  width: calc(100% - 34px);
  margin-left: 34px;
  height: 200px;
  white-space: nowrap;
  overflow-x: auto;
  margin-top: 28px;
  margin-bottom: 50px;
}
.integration-devs-box {
  width: 112px;
  height: 164px;
  background: #0f39a8;
  box-shadow: 0px 1px 2px 0px rgba(17, 17, 17, 0.07);
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  border-radius: 5px;
  overflow: hidden;
}
.integration-devs-img {
  width: 112px;
  height: 136px;
  background: #f3f3f8;
  border-radius: 2px 2px 0px 0px;
}
.integration-devs-img > img {
  width: 100%;
  height: 100%;
}
.integration-devs-name {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  line-height: 28px;
  width: 100%;
  height: 28px;
}
.website-index-mobile-case {
  width: 100%;
  padding-bottom: 50px;
}
.website-index-mobile-case-title {
  padding-top: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #ea5f1a;
  text-align: center;
  letter-spacing: 2px;
}
.website-index-mobile-case-node {
  text-align: center;
  padding-top: 16px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 6px;
}
.website-index-mobile-case-ngv {
  width: calc(100% - 37px);
  margin-left: 37px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  box-shadow: 0px 2px 5px 0px rgb(17 17 17 / 7%);
}
.website-index-mobile-case-ngv::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.website-index-mobile-case-ngv-div {
  display: inline-block;
  margin-left: 17px;
  margin-right: 17px;
}
.website-index-mobile-case-ngv-div:first-child {
  margin-left: 0px;
}
.website-index-mobile-case-ngv-name {
  height: 32px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d;
  position: relative;
}
.website-index-mobile-case-ngv-name-active {
  color: #ea5f1a;
}
.website-index-mobile-case-ngv-hr {
  width: 0px;
  height: 2px;
  background: #ea5f1a;
  position: absolute;
  bottom: 0px;
  transition: all 0.5s;
}
.website-index-mobile-case-ngv-hr-active {
  width: 100%;
}
.website-index-mobile-case-box {
  width: 100%;
  padding-left: 37px;
  margin-top: 34px;
  padding-right: 23px;
  position: relative;
  display: none;
}
.website-index-mobile-case-box-active {
  display: block;
}
.website-index-mobile-case-box-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.website-index-mobile-case-box-div {
  width: 100%;
  position: relative;
}
.website-index-mobile-case-box-title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 23px;
  margin-top: 50px;
}
.website-index-mobile-case-box-node {
  font-size: 12px;
  font-weight: 500;
  color: #717171;
  /* line-height: 19px; */
  margin-top: 20px;
}
.website-index-mobile-case-box-a {
  width: 100%;
  margin-top: 30px;
}
.website-index-mobile-case-box-a > a {
  width: 40%;
  height: 34px;
  background: #ea5f1a;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5%;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
}
.website-index-mobile-cooperation {
  width: 100%;
  height: 620px;
  /* background: url("../image/index_new/website-index-mobile-cooperation-bg.jpg") no-repeat;
    background-size: 100% 100%;  */
  background: #ffffff;
  position: relative;
}
.website-index-mobile-cooperation-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../image/index_new/website-index-mobile-cooperation-bg.jpg")
    no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  height: 242px;
  width: 100%;
}
.website-index-mobile-cooperation-node-body {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.website-index-mobile-experience {
  width: 100%;
  padding-bottom: 45px;
  background: url("../image/index_new/website-mobile-index-case-bg.jpg")
    no-repeat;
  background-size: 100% 100%;
}
.website-index-mobile-experience-title {
  width: 100%;
  padding-top: 32px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #0f39a8;
}
.website-index-mobile-experience-node {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 10px;
}
.website-index-mobile-experience-a {
  width: 100%;
  margin-top: 17px;
  text-align: center;
}
.website-index-mobile-experience-a > a {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #0f39a8;
  line-height: 10px;
}
.cd-item-wrapper-mobile-experience > li {
  width: 72%;
}
.website-index-mobile-experience-box {
  width: 100%;
  /* height: 280px; */
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 1px rgb(148 148 148 / 20%);
}
.website-index-mobile-experience-div {
  margin-top: 43px;
}
.website-index-mobile-experience-box-name {
  padding-top: 30px;
  padding-left: 25px;
}
.website-index-mobile-experience-box-span {
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 18px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.website-index-mobile-experience-box-hr {
  width: 24px;
  height: 2px;
  background: #fe5c0c;
  position: absolute;
  bottom: -2px;
  transition: all 0.5s;
}
.cd-item-wrapper-mobile-experience
  > .selected
  > .website-index-mobile-experience-box
  > .website-index-mobile-experience-box-name
  > .website-index-mobile-experience-box-span {
  color: #0f39a8;
}
.cd-item-wrapper-mobile-experience
  > .selected
  > .website-index-mobile-experience-box
  > .website-index-mobile-experience-box-name
  > .website-index-mobile-experience-box-span
  > .website-index-mobile-experience-box-hr {
  width: 100%;
}
.website-index-mobile-experience-div > .cd-gallery {
  padding-left: 0px;
}
.website-index-mobile-experience-box-node {
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 500;
  color: #717171;
  line-height: 17px;
}
.website-index-mobile-experience-img-box {
  width: 100%;
  padding-top: 22px;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  position: relative;
}
.website-index-experience-div-img {
  width: 100%;
}
.website-index-mobile-client {
  width: 100%;
  background: #ffffff;
  padding-bottom: 60px;
}
.website-index-mobile-client-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #0f39a8;
  letter-spacing: 2px;
  padding-top: 60px;
}
.website-index-mobile-client-node {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 11px;
  padding-top: 18px;
  padding-bottom: 38px;
}
.website-index-mobile-client-div-big {
  padding-left: 22px;
  padding-right: 22px;
  width: 100%;
}
.website-index-mobile-client-div-box {
  width: 100%;
  box-shadow: 0px 3px 9px 0px rgba(148, 148, 148, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.website-index-mobile-client-big-player {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60px;
  left: 0px;
}
.website-index-mobile-client-big-player > img {
  width: 46px;
  height: 46px;
}
.website-index-mobile-client-div-video {
  width: 100%;
  height: 175px;
  background: url("../image/index_new/website-index-client-12.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.website-index-mobile-client-div-video > video {
  display: none;
  width: 100%;
  height: 175px;
  object-fit: contain;
  z-index: 3;
  position: absolute;
}
/* .website-index-mobile-client-div-video>img{
    width: 100%;
    height: 175px;
    object-fit: fill;
} */
.website-index-mobile-client-div-name {
  width: 100%;
  text-align: left;
  padding-top: 21px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
}
.website-index-mobile-client-div-node {
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 19px;
  padding-bottom: 20px;
}
.website-index-mobile-client-div-scorll {
  width: 100%;
  height: 412px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 40px;
}
.website-index-mobile-client-scorll-box {
  width: 100%;
  padding-right: 20px;
}
.website-index-mobile-client-scorll-video {
  width: 100%;
  height: 125px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.website-index-mobile-client-scorll-video > video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 3;
}
#website-index-mobile-client-scorll-1 {
  background: url("../image/index_new/website-index-mobile-client-2.jpg")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-client-scorll-2 {
  background: url("../image/index_new/website-index-mobile-client-3.jpg")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-client-scorll-3 {
  background: url("../image/index_new/website-index-mobile-client-4.jpg")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-client-scorll-4 {
  background: url("../image/index_new/website-index-mobile-client-5.jpg")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-client-scorll-5 {
  background: url("../image/index_new/website-index-client-7.jpg") no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-client-scorll-6 {
  background: url("../image/index_new/website-index-client-8.jpg") no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-client-scorll-7 {
  background: url("../image/index_new/website-index-client-10.jpg") no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-client-scorll-8 {
  background: url("../image/index_new/website-index-client-11.jpg") no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-client-scorll-9 {
  background: url("../image/index_new/website-index-client-13.jpg") no-repeat;
  background-size: 100% 100%;
}
.website-index-mobile-client-scorll-name {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 22px;
  padding-left: 18px;
}
.website-index-mobile-client-scorll-node {
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  padding-top: 5px;
  padding-left: 18px;
  padding-right: 80px;
}
.website-index-mobile-client-scorll-player {
  width: 38px;
  height: 100%;
  text-align: center;
  position: absolute;
  right: 18px;
  top: 0px;
  line-height: 125px;
  vertical-align: middle;
}
.website-index-mobile-client-scorll-player
  > .website-index-mobile-client-player {
  width: 38px;
  height: 38px;
}
.website-index-mobile-go {
  width: 100%;
  padding-bottom: 50px;
  /* background: linear-gradient(0deg, #000452, #020BC2); */
  background: url("../image/index_new/website-index-mobile-go-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.website-index-mobile-go-title {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.website-index-mobile-go-node {
  width: 100%;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 37px;
}
.website-index-mobile-go-node > a {
  height: 34px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
  display: inline-block;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
}
.website-index-mobile-go-line {
  width: 315px;
  margin: auto;
  display: flex;
}
.website-index-mobile-go-div {
  width: 143px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  margin-right: 26px;
}
.website-index-mobile-go-div:nth-child(even) {
  margin-right: 0px;
}
.website-index-mobile-go-node-img-box {
  width: 100%;
  height: 66px;
  border-radius: 2px;
  overflow: hidden;
}
.website-index-mobile-go-node-img {
  width: 100%;
  height: 100%;
}
.website-index-mobile-go-node-name {
  font-size: 12px;
  font-weight: bold;
  color: #0f39a8;
  line-height: 24px;
  text-align: center;
  margin-top: 3px;
}
.website-index-mobile-go-node-name > img {
  width: 12px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.website-index-mobile-go-line:last-child {
  margin-top: 26px;
}
.website-index-mobile-case-box-div-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.website-index-mobile-case-box-div-shield {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.55;
  border-radius: 10px;
}
.website-index-mobile-case-box-button {
  width: 94px;
  height: 34px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
}
.website-index-mobile-case-box-button:hover {
  color: #ffffff;
}

/* 商务合作-mobile */
.website-index-mobile-cooperation-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  text-shadow: 0px 1px 2px rgba(148, 148, 148, 0.2);
  padding-top: 50px;
  letter-spacing: 2px;
}
.website-index-mobile-cooperation-node {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 28px;
}
.website-index-mobile-cooperation-node > a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff;
  line-height: 22px;
}

.cd-item-wrapper-mobile-cooperation > li {
  width: 75%;
}

.cd-item-wrapper-mobile-cooperation .website-index-cooperation-item {
  width: 100%;
}

.cd-item-wrapper-mobile-cooperation .website-index-cooperation-item-top img {
  object-fit: cover;
  object-position: right;
  width: 100%;
}

.cd-item-wrapper-mobile-cooperation .website-index-cooperation-item-bottom {
  padding: 10px 14px;
}

.cd-item-wrapper-mobile-cooperation .website-index-cooperation-sub-title {
  line-height: 22px;
  font-size: 18px;
  margin-left: unset;
}

.cd-item-wrapper-mobile-cooperation .website-index-cooperation-describe {
  font-size: 12px;
  margin-bottom: 12px;
}

.cd-item-wrapper-mobile-cooperation .website-index-cooperation-title-box {
  margin-bottom: 12px !important;
}

.cd-item-wrapper-mobile-cooperation .website-index-cooperation-title-slider {
  transform: unset;
}

.cd-item-wrapper-mobile-cooperation .website-index-cooperation-handle {
  font-size: 16px;
  width: 49%;
  height: 40px;
  line-height: 40px;
  margin-right: unset;
}

/* 
.website-index-mobile-cooperation-box{
    width: 100%;
    background: #F7F8FB;
    box-shadow: 0px 2px 6px 1px rgba(148,148,148,0.2);
    border-radius: 10px;
    overflow: hidden;
}
.website-index-mobile-cooperation-top-box{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    height: 104px;
    text-align: left;
    overflow: hidden;
}
.website-index-mobile-cooperation-top-title{
    padding-top: 43px;
    font-size: 25px;
    font-weight: bold;
    color: #1039A8;
    line-height: 23px;
}
.website-index-mobile-cooperation-top-text{
    font-size: 12px;
    font-weight: 600;
    color: #1039A8;
    line-height: 18px;
    margin-top: 14px;
}
.website-index-mobile-cooperation-top-hr{
    width: 14px;
    height: 2px;
    background: #FE5C0C;
    border-radius: 1px;
    margin-top: 36px;
    transition: all 0.5s;
}
.selected>.website-index-mobile-cooperation-box>.website-index-mobile-cooperation-box-top>.website-index-mobile-cooperation-top-box>.website-index-mobile-cooperation-top-hr{
    width: 100%;
}
.website-index-mobile-cooperation-box-top{
    width: 100%;
    background: #FFFFFF;
    position: relative;
}
.website-index-mobile-cooperation-bottom-node{
    font-size: 12px;
    color: #3D3D3D;
    line-height: 19px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 36px;
    padding-bottom: 20px;
}
.website-index-mobile-cooperation-bottom-box{
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
}
.website-index-mobile-cooperation-bottom-text{
    font-size: 12px;
    font-weight: 400;
    color: #717171;
    line-height: 24px;
}
.website-index-mobile-cooperation-bottom-text>img{
    width: 14px;
    height: 14px;
    margin-top: -4px;
    margin-right: 15px;
    display: inline-block !important;
}
.website-index-mobile-cooperation-a-box{
    width: 100%;
    bottom: -20px;
    text-align: center;
    position: absolute;
}
.website-index-mobile-cooperation-bottom-a{
    display: inline-block;
    height: 35px;
    background: #FE5C0C;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.website-index-mobile-cooperation-bottom-a:hover{
    color:#FFFFFF
}
.website-index-mobile-cooperation-bottom-a>span{
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
} */
.website-index-cooperation-title {
  color: #ffffff;
  text-shadow: 0px 3px 9px rgba(148, 148, 148, 0.2);
  padding-top: 60px;
}
.website-index-cooperation-node {
  margin-bottom: 45px;
  margin-top: 15px;
}
.website-index-cooperation-node > a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff;
}
.website-index-cooperation-node > a:hover {
  color: #fe5c0c;
  text-decoration: underline !important;
}
.website-index-cooperation-box {
  display: flex;
  width: 100%;
  justify-content: center;
}

.website-index-cooperation-item {
  width: 618px;
  height: 438px;
  background: #ffffff;
  box-shadow: 0 0 6px 5px #9494941a;
  border-radius: 10px;
  overflow: hidden;
  /* cursor: pointer; */
}
.website-index-cooperation-item:first-of-type {
  margin-right: 25px;
}
.website-index-cooperation-item-top {
  width: 100%;
  height: 141px;
  overflow: hidden;
}

.website-index-cooperation-item:hover .website-index-cooperation-item-top img {
  transform: scale(1.05);
}

.website-index-cooperation-item-top img {
  height: 141px;
  transition: transform 0.4s ease;
}

.website-index-cooperation-item-bottom {
  padding: 24px 36px;
  box-sizing: border-box;
}

.website-index-cooperation-item-bottom .website-index-cooperation-title-box {
  margin-bottom: 32px;
  display: inline-block;
}

.website-index-cooperation-title-box .website-index-cooperation-bottom-title {
  font-weight: bolder;
  font-size: 30px;
  line-height: 34px;
  color: #0f39a8;
}
.website-index-cooperation-sub-title {
  margin-left: 30px;
  font-weight: bolder;
  font-size: 20px;
  line-height: 34px;
  color: #0f39a8;
  vertical-align: top;
}
.website-index-cooperation-title-slider {
  width: 30px;
  height: 4px;
  background: #fe5c1c;
  border-radius: 2px;
  transform: translateY(14px);
  transition: width 0.4s ease;
}

.website-index-cooperation-item:hover .website-index-cooperation-title-slider {
  width: 100%;
}

.website-index-cooperation-describe {
  font-size: 14px;
  color: #3d3d3d;
  text-align: justify;
  line-height: 22px;
  margin-bottom: 14px;
}

.website-index-cooperation-handle {
  width: 151px;
  height: 45px;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 45px;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-right: 12px;
  display: inline-block;
  border: 1px solid transparent;
}

.website-index-cooperation-handle.detail {
  background: #0f39a8;
}

.website-index-cooperation-handle.contact {
  background: #fe5c1c;
  cursor: pointer;
}

.website-index-cooperation-handle:hover {
  background: #fff;
  border: 1px solid #717171;
  color: #717171;
}

.website-index-client-shielding {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
}
.website-index-client-text-shielding {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.website-index-project-shielding {
  width: 688px;
  height: 348px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #000000;
  opacity: 0.55;
  border-radius: 10px;
}
.website-index-case-shielding {
  background: #001c95;
  opacity: 0.32;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 204px;
  border-radius: 0px 0px 10px 10px;
  z-index: 3;
}
.website-index-mobile-client-shield {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.website-index-mobile-client-shield-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.website-index-mobile-experience-shielding {
  background: #001c95;
  opacity: 0.32;
  position: absolute;
  left: 0;
  top: 22px;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 10px 10px;
}
.website-index-cooperation-sliding,
.website-index-cooperation-sliding-mobile {
  position: relative;
}
.website-index-cooperation-div-span {
  font-size: 14px;
}
.website-index-sliding-div-immobilization {
  position: absolute;
  top: 0px;
  left: 0px;
}
.website-index-sliding-occupy-immobilization {
  height: calc(100% - 285px);
}
.website-index-cloud-right-tip-big-top > .website-index-cloud-right-node {
  line-height: 25px;
}
#website-index-cooperation-div-top-1 {
  background: url("../image/index_new/website-index-cooperation-div-top-1.jpg?t=20230601")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-cooperation-div-top-2 {
  background: url("../image/index_new/website-index-cooperation-div-top-2.jpg?t=20230601")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-cooperation-div-top-3 {
  background: url("../image/index_new/website-index-cooperation-div-top-3.jpg?t=20230601")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-cooperation-div-top-4 {
  background: url("../image/index_new/website-index-cooperation-div-top-4.jpg?t=20230601")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-cooperation-top-box-1 {
  background: url("../image/index_new/website-index-mobile-cooperation-top-box-1.jpg?t=20230601")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-cooperation-top-box-2 {
  background: url("../image/index_new/website-index-mobile-cooperation-top-box-1.jpg?t=20230601")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-cooperation-top-box-3 {
  background: url("../image/index_new/website-index-mobile-cooperation-top-box-1.jpg?t=20230601")
    no-repeat;
  background-size: 100% 100%;
}
#website-index-mobile-cooperation-top-box-4 {
  background: url("../image/index_new/website-index-mobile-cooperation-top-box-1.jpg")
    no-repeat;
  background-size: 100% 100%;
}
.website-index-mobile-cloud-xiala {
  width: 14px !important;
  height: 14px !important;
  vertical-align: middle;
  transition: all 0.5s;
  margin-left: auto;
}
.website-index-mobile-cloud-xiala-active {
  transform: rotate(180deg);
  margin-top: 5px;
}
.website-index-project-header-all-hr {
  width: calc(100% - 72px);
  height: 2px;
  margin-left: 36px;
  background: rgba(17, 17, 17, 0.07);
  position: absolute;
  bottom: -2px;
  left: 0px;
}
.website-index-cloud-shield {
  width: 20px;
  height: 200px;
  position: absolute;
  left: 10px;
  top: 0px;
  z-index: 1;
  background: #f8f7fc;
}
.website-index-mobile-cloud-shield {
  width: 10px;
  height: 70px;
  position: absolute;
  left: 16px;
  top: 0px;
  z-index: 1;
  background: #f8f7fb;
}
.website-index-cooperation-div-money {
  font-size: 20px;
}
.website-index-mobile-cooperation-div > .cd-gallery {
  padding-left: 0px;
}
.website-index-mobile-cooperation-money {
  font-size: 16px !important;
}
@media only screen and (min-width: 768px) {
  .cd-gallery > li {
    width: 100% !important;
  }
}
.video-mobile-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgb(148 148 148 / 85%);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.video-mobile-my-video-box {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.video-mobile-my-video {
  width: 100%;
  height: 200px;
  margin: auto;
}
.video-mobile-my-close {
  width: 100%;
  text-align: right;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.video-mobile-my-close > img {
  width: 30px;
  height: 30px;
}
.website-index-add-cloud {
  width: 100%;
  height: 845px;
  background: url("../image/index_new/website-index-add-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.website-index-add-body {
  width: 1260px;
  margin: auto;
}
.website-index-add-title {
  font-size: 50px;
  font-weight: bold;
  color: #fe5c0c;
  /* line-height: 33px; */
  padding-top: 90px;
}
.website-index-add-node {
  font-size: 18px;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 16px;
  margin-top: 23px;
  margin-bottom: 94px;
}
.website-index-add-box {
  width: 100%;
  height: 405px;
  display: flex;
}
.website-index-add-big-right {
  width: 1060px;
  height: 100%;
  display: none;
}
.website-index-add-big-right-active {
  width: 1060px;
  height: 100%;
  display: flex;
}
.website-index-add-left {
  width: 200px;
  height: 100%;
}
.website-index-add-middle {
  width: 1060px;
  height: 100%;
  display: flex;
}
.website-index-add-left-name {
  width: 100%;
  height: 64px;
  font-size: 20px;
  background: transparent;
  font-weight: bold;
  color: #717171;
  line-height: 64px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 36px;
  cursor: pointer;
}
.website-index-add-left-name:last-child {
  margin-bottom: 0px;
}
.website-index-add-left-name-active {
  background: #fe5c0c;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 64px;
}
.website-index-add-middle-left {
  width: 225px;
  height: 100%;
  background: rgb(255, 255, 255, 0.2);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 20px;
  box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.1);
}
.website-index-add-middle-left-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 20px;
  padding-top: 59px;
  padding-bottom: 60px;
  width: 100%;
}
.website-index-add-middle-left-hr {
  width: 168px;
  height: 0px;
  border-bottom: 2px dotted #fe5c0c;
  margin-left: 28px;
}
.website-index-add-middle-left-img {
  padding-left: 28px;
  padding-right: 28px;
}
.website-index-add-middle-left-img > img {
  width: 168px;
  height: 208px;
}
.website-index-add-middle-left-img > div {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #717171;
  line-height: 20px;
}
.website-index-add-middle-left-add {
  width: 27px;
  height: 100%;
  padding-top: 65px;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 20px;
  text-align: center;
}
.website-index-add-middle-next {
  width: 518px;
  height: 100%;
  background: rgb(255, 255, 255, 0.2);
  box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.1);
}
.website-index-add-middle-next-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 20px;
  padding-top: 59px;
  padding-bottom: 60px;
  width: 100%;
}
.website-index-add-middle-next-hr {
  width: 452px;
  height: 0px;
  border-bottom: 2px dotted #fe5c0c;
  margin-left: 28px;
}
.website-index-add-middle-next-img {
  padding-left: 28px;
  padding-right: 28px;
}
.website-index-add-middle-next-img > img {
  width: 452px;
  height: 208px;
}
.website-index-add-middle-right {
  width: 230px;
  height: 100%;
  background: rgb(255, 255, 255, 0.2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 2px 11px 1px rgba(0, 0, 0, 0.1);
}
.website-index-add-middle-right-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 20px;
  padding-top: 59px;
  padding-bottom: 60px;
  width: 100%;
}
.website-index-add-middle-right-hr {
  width: 190px;
  height: 0px;
  border-bottom: 2px dotted #fe5c0c;
  margin-left: 20px;
}
.website-index-add-middle-right-ul {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 44px;
}
.website-index-add-middle-right-li {
  margin-bottom: 5px;
}
.website-index-add-right-li-ball {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 18px;
  background: #fe5c0c;
}
.website-index-add-right-li-node {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
  line-height: 28px;
  margin-left: 12px;
}
.website-index-add-middle-next-img-node {
  width: 100%;
  display: flex;
}
.website-index-add-middle-next-node-1 {
  width: 200px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #717171;
  line-height: 20px;
}
.website-index-add-middle-next-node-2 {
  width: 226px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #717171;
  line-height: 20px;
}
.website-index-mobile-server {
  background: url("../image/index_new/website-index-mobile-server-bg.jpg")
    no-repeat;
  background-size: 100% 100%;
}
.website-index-mobile-server-title {
  padding-top: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #ea5f1a;
  text-align: center;
  letter-spacing: 2px;
}
.website-index-mobile-server-node {
  text-align: center;
  padding-top: 16px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 6px;
}
.website-index-mobile-server-top {
  /* width: 100%; */
  padding-left: 23px;
  overflow-x: auto;
  overflow-y: hidden;
  height: 40px;
  white-space: nowrap;
}
.website-index-mobile-server-top::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.website-index-mobile-server-name {
  width: 120px;
  height: 40px;
  background: transparent;
  font-size: 12px;
  color: #717171;
  line-height: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 26px;
}
.website-index-mobile-server-name-active {
  background: #fe5c0c;
  color: #ffffff;
}
.website-index-mobile-server-bottom {
  margin-top: 32px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 66px;
}
.website-index-mobile-server-bottom-box {
  width: 100%;
  height: 100%;
  display: none;
}
.website-index-mobile-server-bottom-box-active {
  display: block;
}
.website-index-mobile-server-row {
  width: 100%;
  display: flex;
  height: 210px;
}
.website-index-mobile-server-left {
  width: 130px;
  height: 210px;
  font-size: 20px;
  color: #fe5c0c;
  line-height: 32px;
  text-align: center;
  padding-top: 68px;
  border: 1px dotted #fe5c0c;
}
.website-index-mobile-server-left-first {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.website-index-mobile-server-row-add {
  width: 100%;
  padding-left: 60px;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 25px;
}
.website-index-mobile-server-row-sh {
  height: 25px;
}
.website-index-mobile-server-left-last {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.website-index-mobile-server-right {
  background: rgba(255, 255, 255, 0.3);
  width: 168px;
  height: 210px;
  margin-left: auto;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.website-index-mobile-server-right-first {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.website-index-mobile-server-right-last {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.website-index-mobile-server-img-top {
  width: 168px;
  height: 146px;
}
.website-index-mobile-server-img-middle {
  width: 168px;
  height: 85px;
}
.website-index-mobile-server-right > div {
  font-size: 12px;
  color: #717171;
  line-height: 12px;
  text-align: center;
}
.website-index-mobile-server-right-ul {
  width: 100%;
  padding-left: 17px;
  padding-right: 18px;
  padding-top: 55px;
}
.website-index-mobile-server-right-li {
  width: 100%;
  text-align: left;
}
.website-index-mobile-server-right-ball {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  vertical-align: middle;
  background: #fe5c0c;
}
.website-index-mobile-server-right-text {
  display: inline-block;
  font-size: 12px;
  color: #000000;
  vertical-align: middle;
  line-height: 20px;
  margin-left: 3px;
}
.website-index-mobile-cooperation-a-line {
  width: 100%;
  height: 10px;
  background: url("../image/index_new/website-index-mobile-line.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -5px;
}
.slide2 > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.two11link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.website-index-mobile-banner-div.enterprise {
  height: 170px;
}

.website-index-mobile-banner-div.enterprise .website-index-mobile-banner-text {
  background: linear-gradient(
    180deg,
    rgba(254, 126, 0, 0.85) 0%,
    rgba(234, 95, 25, 0.85) 97%
  );
}
.slide4 .website-index-mobile-banner-div {
  height: 166px;
  /* bottom: 40px; */
}

.website-index-mobile-banner-div.drainage .website-index-mobile-banner-text {
  background: linear-gradient(
    180deg,
    rgba(254, 126, 0, 0.85) 0%,
    rgba(234, 95, 25, 0.85) 97%
  );
}

.website-index-cooperation-item-bottom-tabs-list {
  width: 100%;
  display: flex;
  margin-bottom: 28px;
}
.website-index-cooperation-item-bottom-tabs-list .tabs-list-item {
  display: inline-block;
  width: 80px;
  height: 26px;
  background: #f1f4fa;
  border-radius: 2px;
  margin-right: 16px;
  line-height: 26px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 12px;
  color: #0f39a8;
}
.website-index-cooperation-sliding-mobile .website-index-cooperation-item {
  height: 490px;
}

.website-index-cooperation-sliding-mobile
  .website-index-cooperation-item-bottom-tabs-list {
  margin-bottom: 18px;
}

.website-index-cooperation-sliding-mobile .website-index-cooperation-describe {
  height: 130px;
}
