@import "common.css";
.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1200px;
  max-width: 1920px;
  height: 452px;
  width: 100%;
  overflow: hidden;
}
.banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  height: 454px;
}
.banner .img {
  position: absolute;
  right: 0;
  top: 0;
}
.banner .butContent {
  position: absolute;
  width: 1200px;
  height: 100%;
}
.banner .dredge,
.banner .demonstrate {
  cursor: pointer;
  position: absolute;
  top: 307px;
  width: 160px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  color: #4062ec;
}
.banner .demonstrate {
  border: 1px solid #ffffff;
  border-radius: 5px;
  left: 193px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.advantage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1200px;
  max-width: 1920px;
  height: 130px;
  width: 100%;
  background-color: #1322f4;
}
.advantage .advantage_content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1200px;
  height: 100%;
}
.advantage .chunk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantage .title {
  padding: 19px 0 9px 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.advantage .describe {
  font-size: 15px;
  font-weight: 400;
  color: #02e5fd;
}
.integration_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fafafa;
}
.integration_content .common_column {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 15px 30px 0;
  background-color: #fff;
}
.integration_content .common_column .marketing,
.integration_content .common_column .client {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
.integration_content .common_column .active {
  background: linear-gradient(90deg, #0468ff2a 0%, #ffffff 100%);
}
.integration_content .common_column i {
  margin-right: 30px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4062ec;
}
.integration_content .common_column .title {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.integration_content .common_column .describe {
  width: 452px;
  height: 43px;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.integration_content .butBox {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  width: 1200px;
  background-color: #fff;
}
.integration_content .butBox .dredge {
  cursor: pointer;
  margin: 0 20px;
  width: 160px;
  height: 50px;
  background: linear-gradient(90deg, #0048e8 0%, #4993ff 100%);
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
}
.integration_content .butBox .demonstration {
  cursor: pointer;
  margin: 0 20px;
  width: 161px;
  height: 51px;
  border: 1px solid #0048e8;
  border-radius: 10px;
  font-size: 18px;
  color: #0048e8;
}
.scheme_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  width: 1200px;
}
.scheme_content .list {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px #e2e2e2;
  width: 282px;
}
.scheme_content .list:nth-child(1) {
  transition: opacity 1s;
}
.scheme_content .list:nth-child(2) {
  transition: opacity 1s ease 0.3s;
}
.scheme_content .list:nth-child(3) {
  transition: opacity 1s ease 0.6s;
}
.scheme_content .list:nth-child(4) {
  transition: opacity 1s ease 0.9s;
}
.scheme_content .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 16px;
}
.scheme_content .des {
  width: 248px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 24px;
}
.scheme_content button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 20px 0 30px;
  width: 109px;
  height: 37px;
  border: 1px solid #4062ec;
  font-size: 14px;
  font-weight: 400;
  color: #0048e8;
  transition: all 0.3s;
}
.scheme_content button:hover {
  background: #4062ec;
  color: #fff;
}
.private_flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 710px;
  background-image: url("../img/qiyesiyuliuliang.png");
  background-size: cover;
}
.private_flow .chunk_title {
  margin-top: 10px;
}
.private_flow .chunk_title .title {
  background-image: url("../img/TIANYINGKEJI_.png");
}
.private_flow .flow_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 1200px;
  height: 440px;
  overflow: hidden;
}
.private_flow .flow_content .chunk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  width: 580px;
  height: 200px;
  background: #ffffff;
  transition: all 1s linear;
}
.private_flow .flow_content .chunk .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 200px;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.private_flow .flow_content .chunk:nth-child(1) {
  left: -500px;
}
.private_flow .flow_content .chunk:nth-child(2) {
  right: -500px;
}
.private_flow .flow_content .chunk:nth-child(3) {
  left: -300px;
}
.private_flow .flow_content .chunk:nth-child(4) {
  right: -300px;
}
.private_flow .flow_content .chunk:nth-child(1) .title {
  background: #4993ff;
}
.private_flow .flow_content .chunk:nth-child(2) .title {
  background: linear-gradient(0deg, #9ed8d1 0%, #15ceb4 100%);
}
.private_flow .flow_content .chunk:nth-child(3) .title {
  background: linear-gradient(180deg, #6d32fd 0%, #e480fe 100%);
}
.private_flow .flow_content .chunk:nth-child(4) .title {
  background: linear-gradient(180deg, #fe8e17 0%, #ffc400 100%);
}
.partner_content {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.partner_content img {
  opacity: 0;
  transition: opacity 0.5s;
}
