.proton-box {
  width: 100%;
}
.proton-box .proton-banner {
  width: 100%;
  height: 500px;
  position: relative;
}
.proton-box .proton-banner .banner-bg {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.proton-box .proton-banner .banner-content {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proton-box .proton-banner .banner-content .content-left {
  width: 330px;
  height: 193px;
}
.proton-box .proton-banner .banner-content .content-left .banner-left-line1 {
  font-size: 38px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.proton-box .proton-banner .banner-content .content-left .banner-left-line2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 26px;
}
.proton-box .proton-banner .banner-content .content-left .left-btn {
  width: 150px;
  height: 40px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4369d9;
  margin-top: 69px;
}
.proton-box .proton-banner .banner-content .content-left .left-btn:hover {
  width: 150px;
  height: 40px;
  background-color: #4369d9;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  margin-top: 69px;
  cursor: pointer;
}
.proton-box .proton-banner .banner-content .content-right {
  width: 729px;
  height: 425px;
  background: url("/static/images/policydecision/banner.png") no-repeat center / 100%;
}
.proton-box .line {
  width: 101px;
  height: 2px;
  background: linear-gradient(270deg, #749cee 0%, #4063d8 100%);
  margin-top: 16px;
}
.proton-box .hexingn {
  width: 100%;
  padding: 70px 0 78px 0;
}
.proton-box .hexingn .top-box {
  width: 128px;
  margin: auto;
}
.proton-box .hexingn .top-box .title {
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
}
.proton-box .hexingn .jieshaoimg {
  width: 1050px;
  height: 341px;
  margin: 59px auto 0 auto;
  background: url("/static/images/policydecision/gongneng.png") no-repeat center / 100%;
}
.proton-box .pingtai {
  width: 100%;
  height: 622px;
  background: linear-gradient(180deg, #e9eef7 0%, #fafbff 19%, #f7f9ff 100%);
  padding-top: 70px;
}
.proton-box .pingtai .top-box {
  width: 260px;
  margin: auto;
}
.proton-box .pingtai .top-box .title {
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
}
.proton-box .pingtai .pingtai-bottom {
  width: 1200px;
  height: 391px;
  margin: 46px auto 0 auto;
}
.proton-box .pingtai .pingtai-bottom .pingtai-bottom-left {
  width: 647px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.proton-box .pingtai .pingtai-bottom .pingtai-bottom-left .item {
  display: flex;
}
.proton-box .pingtai .pingtai-bottom .pingtai-bottom-left .item .logo {
  width: 15px;
  height: 19px;
  margin-top: 5px;
}
.proton-box .pingtai .pingtai-bottom .pingtai-bottom-left .item .title {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  margin-left: 10px;
}
.proton-box .pingtai .pingtai-bottom .right {
  width: 401px;
  height: 391px;
  background: url("/static/images/policydecision/pingtai-img.png") no-repeat center / 100%;
}
