/* 单独处理头部样式 */
.main .header-box {
  background: transparent;
  transition: background-color 0.8s;
  -ms-transition: background-color 0.8s; /* IE 9 */
  -moz-transition: background-color 0.8s; /* Firefox */
  -webkit-transition: background-color 0.8s; /* Safari 和 Chrome */
  -o-transition: background-color 0.8s; /* Opera */
}
.banner {
  height: 520px;
  background: url('../../images/custom/banner-bg-1.png') no-repeat center / cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 210px;
}
.banner .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 67px;
  margin-bottom: 60px;
  letter-spacing: 3px;
}
.banner .btn {
  width: 160px;
  height: 48px;
  background: #3377FF;
  box-shadow: 0 10px 20px 0 #3377ff33;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
/* 私有化 */
.private {
  background: #E4EEFF;
}
.private .container {
  width: 1200px;
  box-sizing: border-box;
  padding: 80px 0 50px;
}
.private .container > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 36px;
  color: #17294D;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 60px;
}
.private .container .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.private .container .list .item {
  width: 380px;
  height: 356px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 60px;
  margin: 0 30px 30px 0;
}
.private .container .list .item:nth-child(3n) {
  margin-right: 0;
}
.private .container .list .item .icon {
  width: 88px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 32px;
}
.private .container .list .item:nth-child(1) .icon {
  background-image: url('../../images/custom/private-ic-1.png');
}
.private .container .list .item:nth-child(2) .icon {
  background-image: url('../../images/custom/private-ic-2.png');
}
.private .container .list .item:nth-child(3) .icon {
  background-image: url('../../images/custom/private-ic-3.png');
}
.private .container .list .item:nth-child(4) .icon {
  background-image: url('../../images/custom/private-ic-4.png');
}
.private .container .list .item:nth-child(5) .icon {
  background-image: url('../../images/custom/private-ic-5.png');
}
.private .container .list .item:nth-child(6) .icon {
  background-image: url('../../images/custom/private-ic-6.png');
}
.private .container .list .item .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 24px;
  color: #17294D;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 16px;
}
.private .container .list .item .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #5A5C5F;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
/* 使用企业 */
.enterprise {
  background: #F3F7FF;
}
.enterprise .container {
  width: 1200px;
  box-sizing: border-box;
  padding: 120px 0;
}
.enterprise .container > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 36px;
  color: #17294D;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 60px;
  text-align: center;
}
.enterprise .container .list {
  width: 100%;
  height: 176px;
  display: flex;
  justify-content: space-between;
}
.enterprise .container .list .item {
  width: 380px;
  height: 176px;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 24px 0 0 24px;
}
.enterprise .container .list .item .icon {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.enterprise .container .list .item:nth-child(1) .icon {
  background-image: url('../../images/custom/enterprise-ic-1.png');
}
.enterprise .container .list .item:nth-child(2) .icon {
  background-image: url('../../images/custom/enterprise-ic-2.png');
}
.enterprise .container .list .item:nth-child(3) .icon {
  background-image: url('../../images/custom/enterprise-ic-3.png');
}
.enterprise .container .list .item .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 24px;
  color: #17294D;
  letter-spacing: 1px;
  line-height: 33px;
  margin-bottom: 16px;
}
.enterprise .container .list .item .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #5A5C5F;
  line-height: 22px;
  letter-spacing: 1px;
}
/* 部署 */
.deploy {
  background: #E4EEFF;
  box-sizing: border-box;
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.deploy > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 36px;
  color: #17294D;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 80px;
}
.deploy .list {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
}
.deploy .list .item {
  width: 520px;
  height: 128px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 40px 40px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 24px;
}
.deploy .list .item:nth-child(2n) {
  margin-right: 0;
}
.deploy .list .item .left {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.deploy .list .item:nth-child(1) .left {
  background-image: url('../../images/custom/deploy-ic-1.png');
}
.deploy .list .item:nth-child(2) .left {
  background-image: url('../../images/custom/deploy-ic-2.png');
}
.deploy .list .item:nth-child(3) .left {
  background-image: url('../../images/custom/deploy-ic-3.png');
}
.deploy .list .item:nth-child(4) .left {
  background-image: url('../../images/custom/deploy-ic-4.png');
}
.deploy .list .item .right .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 24px;
  color: #17294D;
  line-height: 33px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.deploy .list .item .right .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #919399;
  line-height: 22px;
}
/* 客户 */
.client {
  width:100%;
  background: #F3F7FF;
}
.client .container {
  width: 100%;
  padding: 80px 0 60px;
}
.client .container .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 36px;
  color: #17294D;
  letter-spacing: 1px;
  margin-bottom: 60px;
  text-align: center;
}
.client .client-wrapper {
  width:100%;
  overflow: hidden;
}
.client .client-logo-wrapper {
  width: 4760px;
  height: 108px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 20px;
  box-sizing: border-box;
}
.client .client-logo-wrapper.line-odd {
  animation: scrollToRight1 36s infinite linear;
}
.client .client-logo-wrapper.line-even {
  animation: scrollToRight1 30s infinite linear;
}
.client .client-logo-list{
  width: 2380px;
  height: 88px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.client .client-logo-list:last-of-type{
  margin-right: 0;
}
.client .client-logo-item {
  width: 220px;
  height: 88px;
  font-size: 0;
  box-shadow: 0 5px 20px 2px rgba(36, 39, 47, 0.1);
  margin-left: 20px;
}
.client .client-logo-item:first-of-type {
  margin-left: 0;
}
.client .client-logo-item img{
  width: 220px;
  height: 100%;
}
@keyframes scrollToRight1 {
  0% {
    -webkit-transform:translate3d(-50%,0,0);
  }
  100% {
    -webkit-transform:translateZ(0);
  }
}
/* 评测 */
.survey {
  height: 411px;
  padding-top: 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../../images/operation/survey-bg-1.png') no-repeat center / 100% 411px;
}
.survey > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 36px;
  color: #17294D;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
  margin-bottom: 24px;
}
.survey > .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #535E75;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  margin-bottom: 75px;
}
.survey .btn-wrapper {
  display: flex;
  justify-content: center;
}
.survey .btn-wrapper .btn {
  width: 136px;
  height: 48px;
  border: 1px solid #3377FF;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3377FF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.survey .btn-wrapper .btn.active {
  background: #3377FF;
  color: #fff;
  margin-right: 24px;
  box-shadow: 0 10px 20px 0 #3377ff33;
}