.part-banner{
  background-color: #ffd04e;
}
.part-banner img{
  display: block;
}

.part-title{
  text-align: center;
  font-size: 18px;
  color: #444458;
  margin-bottom: 56px;
}
.part-title .tit{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 32px;
}
.part-title .sub-s{
  color: #fb8702;
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
}


.part-1{
  margin-top: 56px;
}
.part-1 .sps{
  font-size: 0;
  text-align: center;
}
.part-1 .sps .item{
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 265px;
  height: 324px;
  margin: 0 35px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  border: 4px solid #fb8702;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
.part-1 .sps .item::before{
  content: '';
  position: absolute;
  bottom: -230px;
  right: -230px;
  width: 320px;
  height: 320px;
  /* background-color: #f2f2f2; */
  border-radius: 50%;
}
.part-1 .sps .item:hover::before{
  background-color: #fb8702;
}
.part-1 .sps .item .tit{
  padding-top: 35px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  color: #fb8702;
  font-weight: bold;
}
.part-1 .sps .item .tit i{
  display: inline-block;
  width: 28px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
.part-1 .sps .item .tit i.s-i-1{
  background: url("../images/icon_pp_1.jpg") no-repeat center;
}
.part-1 .sps .item .tit i.s-i-2{
  background: url("../images/icon_pp_2.jpg") no-repeat center;
}
.part-1 .sps .item .tit i.s-i-3{
  background: url("../images/icon_pp_3.jpg") no-repeat center;
}
.part-1 .sps .item .divide{
  position: relative;
  height: 50px;
  border-left: 6px solid #fb8702;
}
.part-1 .sps .item .divide::after{
  content: '';
  position: absolute;
  top: 23px;
  left: 0;
  width: 40px;
  border-top: 4px solid #fb8702;
}
.part-1 .sps .item .s-list{
  margin-top: 20px;
}
.part-1 .sps .item .s-list ul li{
  position: relative;
  z-index: 5;
  padding: 0 35px;
  font-size: 16px;
  color: #444458;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 15px;
}
.part-1 .sps .item .s-list ul li:after{
  content: '';
  position: absolute;
  top: 7px;
  left: 16px;
  width: 10px;
  height: 10px;
  background-color: #edd69d;
  border-radius: 50%;
}

.part-2{
  margin-top: 56px;
}
.part-2 .part-content ul{
  text-align: center;
  font-size: 0;
}
.part-2 .part-content ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  width: 215px;
  height: 260px;
  border: 4px solid #eaecf5;
  border-radius: 20px;
  background-color: #fff;
  transition: all .3s ease-out;
}
.part-2 .part-content ul li.link{
  cursor: pointer;
}
.part-2 .part-content ul li:hover{
  transform: translate(-5px, -5px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.part-2 .part-content ul li .img{
  width: 100%;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
}
.part-2 .part-content ul li .img.i-1{
  background-image: url("../images/p_private_p1.png");
}
.part-2 .part-content ul li .img.i-2{
  background-image: url("../images/p_private_p2.png");
}
.part-2 .part-content ul li .img.i-3{
  background-image: url("../images/p_private_p3.png");
}
.part-2 .part-content ul li .img.i-4{
  background-image: url("../images/p_private_p4.png");
}
.part-2 .part-content ul li .img.i-5{
  background-image: url("../images/p_private_p5.png");
}
.part-2 .part-content ul li .img.i-6{
  background-image: url("../images/p_private_p6.png");
}
.part-2 .part-content ul li .img.i-7{
  background-image: url("../images/p_private_p7.png");
}
.part-2 .part-content ul li .img.i-8{
  background-image: url("../images/p_private_p8.png");
}

.part-2 .part-content ul li .tit{
  font-size: 18px;
  font-weight: bold;
  color: #444458;
  height: 30px;
}
.part-2 .part-content ul li p{
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin-top: 15px;
}
.part-2 .part-content ul li .action{
  text-align: center;
}
.part-2 .part-content ul li .btn-contact{
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fb8702;
  border-radius: 10px;
  color: #fff;
}


.operation{
  margin-top: 40px;
  margin-bottom: 270px;
  background-color: #ff9720;
  height: 606px;
  overflow: visible;
}
.operation .title{
  width: 965px;
  background-color: #fb8702;
  padding: 60px 0 55px 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.operation .title .tit{
  font-size: 30px;
  font-weight: bold;
}
.operation .title .sub-tit{
  font-size: 18px;
  margin-top: 32px;
}
.operation .operates{
  width: 1090px;
  margin: 0 auto;
  background: url("../images/bg_private_sy.png") no-repeat 765px -100px #fff;

}
.operates .op-list{
  padding: 65px 25px 0;
  font-size: 0;
  text-align: left;
}
.operates .op-list .item{
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 266px;
  height: 180px;
  border: 1px solid #ffd04e;
  border-radius: 17px;
  background-color: #fff;
  padding: 32px 0 0 43px;
  box-sizing: border-box;
  margin: 0 40px 35px;
}
.operates .op-list .item .tit{
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 30px;
  padding: 0 12px;
  background-color: #fff;
  font-size: 22px;
  color: #444458;
  font-weight: bold;
}
.operates .op-list .item .tit span{
  position: relative;
  z-index: 10;
}
.operates .op-list .item .tit:before{
  content: attr(index);
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 0;
  font-size: 44px;
  font-weight: bold;
  color: #ffdecf;
}
.operates .op-list .item ul li{
  box-sizing: border-box;
  width: 120px;
  font-size: 14px;
  color: #666666;
  border: 1px dashed #ffd04e;
  border-radius: 10px;
  padding: 5px 0;
  margin-bottom: 15px;
  text-align: center;
}
.operates .op-list .item ul.i-b li{
  width: 182px;
  padding-left: 30px;
  text-align: left;
}

.operation .op-org{
  font-size: 0;
  margin-top: 20px;
  padding-left: 105px;
}
.operation .op-org .ot{
  font-size: 18px;
  color: #444458;
  font-weight: bold;
  margin-right: 50px;
}
.operation .op-org .item{
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 130px;
  height: 67px;
  background: url("../images/p_private_k1.png") no-repeat left center;
  margin-right: 40px;
  padding-left: 23px;
  line-height: 67px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}



.part-3{
  margin-top: 96px;
}


.part-4{
  margin-top: 96px;
}
.part-4 ul{
  font-size: 0;
  text-align: center;
}
.part-4 ul li{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #444458;
  margin: 0 20px;
}
.part-4 ul li .img{
  display: table-cell;
  vertical-align: middle;
  width: 134px;
  height: 134px;
  background-color: #fffaed;
  border-radius: 50%;
}
.part-4 ul li .img img{
  vertical-align: middle;
}
.part-4 ul li p{
  margin-top: 30px;
}

.service{
  box-sizing: border-box;
  height: 299px;
  background: url("../images/p_private_2.jpg") no-repeat center #2f2e32;
  text-align: center;
  padding-top: 80px;
  margin-top: 110px;
}
.service p{
  color: #fff;
  font-size: 36px;
  margin-bottom: 40px;
  letter-spacing: 10px;
}
.service .btn-seek{
  width: 270px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  color: #fb8702;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 5px;
}
