@keyframes expand {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    /* 圆圈放大到原始大小的两倍 */
    opacity: 1;
    /* 动画结束时圆圈透明度为0 */
  }
}
.privatization .banner {
  width: 100%;
  height: 520px;
  background: url("/images/privatization/bg.png") no-repeat center center;
  background-size: cover;
}
.privatization .banner .privatization-head {
  padding-top: 160px;
}
.privatization .banner .privatization-head .title {
  font-weight: 900;
  font-size: 36px;
  color: #333333;
  line-height: 54px;
}
.privatization .banner .privatization-head .title span {
  color: #2254f5;
}
.privatization .banner .privatization-head .sub-title {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-top: 16px;
}
.privatization .banner .privatization-head .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 44px;
  background-color: #2254f5;
  border-radius: 8px;
  margin-top: 81px;
  cursor: pointer;
}
.privatization .banner .privatization-head .btn a .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.privatization .banner .privatization-head .btn a .icon {
  width: 20px;
  height: 20px;
  background: url("/images/privatization/head-btn-icon.png") no-repeat center;
  background-size: 20px;
  margin-left: 10px;
}
.privatization .privatization-title {
  font-weight: 900;
  font-size: 36px;
  color: #333333;
  line-height: 54px;
  text-align: center;
}
.privatization .why {
  margin-top: 120px;
  background: #f9fbff;
  border-radius: 20px;
}
.privatization .why .why-head {
  height: 180px;
  background: url("/images/privatization/why-head-bg.png") no-repeat center;
  background-size: 1200px 180px;
  padding-top: 46px;
}
.privatization .why .why-head .subtitle {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-top: 16px;
}
.privatization .why .why-main {
  padding: 50px 70px;
}
.privatization .why .why-main .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.privatization .why .why-main .items .item {
  margin-bottom: 50px;
}
.privatization .why .why-main .items .item .title {
  display: flex;
  align-items: center;
}
.privatization .why .why-main .items .item .title .icon {
  width: 40px;
  height: 40px;
}
.privatization .why .why-main .items .item .title .icon.icon1 {
  background: url("/images/privatization/why-icon1.png") no-repeat center;
  background-size: 40px;
}
.privatization .why .why-main .items .item .title .icon.icon2 {
  background: url("/images/privatization/why-icon2.png") no-repeat center;
  background-size: 40px;
}
.privatization .why .why-main .items .item .title .icon.icon3 {
  background: url("/images/privatization/why-icon3.png") no-repeat center;
  background-size: 40px;
}
.privatization .why .why-main .items .item .title .icon.icon4 {
  background: url("/images/privatization/why-icon4.png") no-repeat center;
  background-size: 40px;
}
.privatization .why .why-main .items .item .title .icon.icon5 {
  background: url("/images/privatization/why-icon5.png") no-repeat center;
  background-size: 40px;
}
.privatization .why .why-main .items .item .title .icon.icon6 {
  background: url("/images/privatization/why-icon6.png") no-repeat center;
  background-size: 40px;
}
.privatization .why .why-main .items .item .title .icon.icon7 {
  background: url("/images/privatization/why-icon7.png") no-repeat center;
  background-size: 40px;
}
.privatization .why .why-main .items .item .title .icon.icon8 {
  background: url("/images/privatization/why-icon8.png") no-repeat center;
  background-size: 40px;
}
.privatization .why .why-main .items .item .title .text {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-left: 20px;
}
.privatization .why .why-main .items .item h4 {
  width: 400px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-left: 60px;
}
.privatization .advantage {
  width: 100%;
  background: #fafbfd;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.privatization .advantage .items {
  margin-top: 60px;
}
.privatization .advantage .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.privatization .advantage .items .item .item-i {
  height: 400px;
  background-color: #fff;
  border-radius: 16px;
}
.privatization .advantage .items .item .item-i .pic img {
  width: 100%;
}
.privatization .advantage .items .item .item-i .pic.pic1 {
  width: 690px;
  height: 270px;
}
.privatization .advantage .items .item .item-i .pic.pic2 {
  width: 490px;
  height: 248px;
}
.privatization .advantage .items .item .item-i .pic.pic3 {
  width: 490px;
  height: 248px;
}
.privatization .advantage .items .item .item-i .pic.pic4 {
  width: 690px;
  height: 270px;
}
.privatization .advantage .items .item .item-i .pic.pic5 {
  width: 690px;
  height: 270px;
}
.privatization .advantage .items .item .item-i .pic.pic6 {
  width: 490px;
  height: 270px;
}
.privatization .advantage .items .item .item-i .title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-left: 30px;
  margin-top: 10px;
}
.privatization .advantage .items .item .item-i .text {
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-left: 30px;
  margin-top: 10px;
}
.privatization .advantage .items .item .item-i .text.text630 {
  width: 630px;
}
.privatization .advantage .items .item .item-i .text.text430 {
  width: 430px;
}
.privatization .structure {
  padding-top: 120px;
}
.privatization .structure .structure-main {
  margin-top: 60px;
}
.privatization .structure .structure-main .more {
  display: block;
  width: 40px;
  height: 12px;
  background: url("/images/privatization/structure-point.png") no-repeat center;
  background-size: 100% 100%;
}
.privatization .structure .structure-main .noneli {
  display: flex;
  justify-content: center;
  align-items: center;
}
.privatization .structure .structure-main .q-g-function {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.privatization .structure .structure-main .q-g-function .q-g-left {
  transition: all 0.3s;
  width: 152px;
  height: 148px;
  background: #e8effc;
  border-radius: 12px;
  font-size: 18px;
  color: #333333;
  line-height: 148px;
  text-align: center;
}
.privatization .structure .structure-main .q-g-function .q-g-right {
  transition: all 0.3s;
  width: 1028px;
  height: 148px;
  background: #fafbfd;
  border-radius: 12px;
  border: 1px solid #e2eafd;
}
.privatization .structure .structure-main .q-g-function .q-g-right ul {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
}
.privatization .structure .structure-main .q-g-function .q-g-right ul li {
  margin-top: 20px;
  margin-left: 20px;
  width: 148px;
  height: 44px;
  transition: all 0.3s;
}
.privatization .structure .structure-main .q-g-function .q-g-right ul li:not(.noneli) {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e3ebfd;
  font-size: 14px;
  color: #333333;
  font-weight: 350;
  line-height: 44px;
  text-align: center;
}
.privatization .structure .structure-main .q-g-function.two-q-g-function {
  margin-top: 20px;
}
.privatization .structure .structure-main .w-p-function {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  transition: all 0.3s;
}
.privatization .structure .structure-main .w-p-function .top {
  width: 590px;
  height: 60px;
  background: #e8effc;
  border-radius: 12px 12px 12px 12px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s;
}
.privatization .structure .structure-main .w-p-function .bottom {
  width: 590px;
  height: 212px;
  background: #fafbfd;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #e2eafd;
  margin-top: 20px;
  transition: all 0.3s;
}
.privatization .structure .structure-main .w-p-function .bottom ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 18px;
  transition: all 0.3s;
}
.privatization .structure .structure-main .w-p-function .bottom ul li {
  transition: all 0.3s;
  width: 170px;
  height: 44px;
}
.privatization .structure .structure-main .w-p-function .bottom ul li:not(.noneli) {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e3ebfd;
  text-align: center;
  line-height: 44px;
  font-weight: 350;
  font-size: 14px;
  color: #333333;
}
.privatization .kuozhan-function {
  margin-top: 20px;
}
.privatization .kuozhan-function .top {
  width: 1200px;
  height: 60px;
  background: #e8effc;
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
}
.privatization .kuozhan-function .mian {
  width: 1200px;
  height: 148px;
  background: #fafbfd;
  border-radius: 12px;
  border: 1px solid #e2eafd;
  margin-top: 20px;
}
.privatization .kuozhan-function .mian ul {
  display: flex;
  padding: 20px;
  justify-content: space-between;
}
.privatization .kuozhan-function .mian ul li {
  width: 148px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e3ebfd;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 44px;
  font-weight: 350;
}
.privatization .kuozhan-function .mian .update {
  width: 482px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e3ebfd;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 44px;
  font-weight: 350;
}
.privatization .kuozhan-function .bootom {
  width: 1200px;
  height: 54px;
  background: #fafbfd;
  border-radius: 12px;
  border: 1px solid #e2eafd;
  margin-top: 20px;
  text-align: center;
}
.privatization .kuozhan-function .bootom .icon {
  width: 40px;
  height: 12px;
  background: url("/images/privatization/structure-point.png") no-repeat center;
  background-size: 40px 12px;
  margin: 0 auto;
  margin-top: 21px;
}
.privatization .start {
  margin-top: 120px;
}
.privatization .start .items {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.privatization .start .items .line {
  position: absolute;
  left: 125px;
  top: 46px;
  z-index: -1;
  width: 950px;
  border: 1px dashed #ecf1ff;
}
.privatization .start .items .item {
  position: relative;
  width: 180px;
}
.privatization .start .items .item .round-box {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.privatization .start .items .item .round-box .round {
  position: absolute;
  left: 0;
  right: 0;
  width: 62px;
  height: 62px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(2, 36, 86, 0.08);
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 14px;
  padding-top: 17px;
}
.privatization .start .items .item .round-box .round .icon {
  width: 28px;
  height: 28px;
  margin-left: 17px;
}
.privatization .start .items .item .round-box .round .icon.icon1 {
  background: url("/images/privatization/start-iocn-01.png") no-repeat center;
  background-size: 28px;
}
.privatization .start .items .item .round-box .round .icon.icon2 {
  background: url("/images/privatization/start-iocn-02.png") no-repeat center;
  background-size: 28px;
}
.privatization .start .items .item .round-box .round .icon.icon3 {
  background: url("/images/privatization/start-iocn-03.png") no-repeat center;
  background-size: 28px;
}
.privatization .start .items .item .round-box .round .icon.icon4 {
  background: url("/images/privatization/start-iocn-04.png") no-repeat center;
  background-size: 28px;
}
.privatization .start .items .item .round-box .round .icon.icon5 {
  background: url("/images/privatization/start-iocn-05.png") no-repeat center;
  background-size: 28px;
}
.privatization .start .items .item .round-box .circle {
  position: absolute;
  left: 22.5px;
  top: 22.5px;
  width: 45px;
  height: 45px;
  border: 1px solid #ecf1ff;
  border-radius: 50%;
  animation: expand 2s infinite;
}
.privatization .start .items .item .title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 16px;
  text-align: center;
}
.privatization .start .items .item p {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-top: 10px;
  text-align: center;
}
.privatization .now-future {
  margin-top: 120px;
  width: 100%;
  background-color: #fafbfd;
  padding-bottom: 100px;
}
.privatization .now-future .now {
  padding-top: 120px;
}
.privatization .now-future .now .now-main {
  display: flex;
  width: 1200px;
  height: 362px;
  background: #fafbfd;
  box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  margin-top: 72px;
}
.privatization .now-future .now .now-main .pic {
  width: 298px;
  height: 270px;
  background: url("/images/privatization/now-pic.png") no-repeat center;
  background-size: 298px;
}
.privatization .now-future .now .now-main .right {
  margin-left: 90px;
}
.privatization .now-future .now .now-main .right .title {
  font-size: 20px;
  color: #000000;
  line-height: 29px;
  margin-top: 40px;
}
.privatization .now-future .now .now-main .right form {
  margin-top: 30px;
}
.privatization .now-future .now .now-main .right form .form-item {
  display: flex;
}
.privatization .now-future .now .now-main .right form .form-item .item {
  position: relative;
}
.privatization .now-future .now .now-main .right form .form-item .item input {
  width: 340px;
  height: 48px;
  border: none;
  background: #ffffff;
  border-radius: 12px;
  padding: 0 20px;
}
.privatization .now-future .now .now-main .right form .form-item .item input::placeholder {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.privatization .now-future .now .now-main .right form .form-item .item textarea {
  width: 720px;
  height: 101px;
  margin-top: 16px;
  border: none;
  padding: 14px 20px;
  resize: none;
}
.privatization .now-future .now .now-main .right form .form-item .item textarea::placeholder {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.privatization .now-future .now .now-main .right form .form-item .item .xing {
  position: absolute;
  right: -10px;
  top: 5px;
  color: #ff0000;
}
.privatization .now-future .now .now-main .right form .form-item .item .xing1 {
  position: absolute;
  right: -10px;
  top: 20px;
  color: #ff0000;
}
.privatization .now-future .now .now-main .right form .form-item .item.two-item {
  margin-left: 40px;
}
.privatization .now-future .now .now-main .right form .form-item button {
  width: 160px;
  height: 48px;
  border: none;
  background-color: #2254f5;
  box-shadow: 0px 4px 5px 0px rgba(67, 127, 236, 0.1);
  border-radius: 12px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin: 0 auto;
  margin-top: 20px;
}
.privatization .now-future .future {
  padding-top: 120px;
}
.privatization .now-future .future .subtitle {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-top: 18px;
}
.privatization .now-future .future .future-items {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.privatization .now-future .future .future-items .item .pic {
  width: 375px;
  height: 160px;
  font-size: 20px;
  color: #ffffff;
  line-height: 160px;
  text-align: center;
}
.privatization .now-future .future .future-items .item .pic.pic1 {
  background: url("/images/privatization/future-pic-01.png") no-repeat center;
  background-size: 375px 160px;
}
.privatization .now-future .future .future-items .item .pic.pic2 {
  background: url("/images/privatization/future-pic-02.png") no-repeat center;
  background-size: 375px 160px;
}
.privatization .now-future .future .future-items .item .pic.pic3 {
  background: url("/images/privatization/future-pic-03.png") no-repeat center;
  background-size: 375px 160px;
}
.privatization .now-future .future .future-items .item .text {
  width: 375px;
  height: 240px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px 27px 30px 28px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
