/*核心服务*/
.coreServices {
  padding-top: 67px;
  width: 100%;
  padding-bottom: 20px;
}
.coreServices .service {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.coreServices .content {
  width: 100%;
  height: 800px;
  position: relative;
}
.coreServices .center {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  line-height: 300px;
  text-align: center;
}
.coreServices .center::before {
  position: absolute;
  top: 150px;
  left: -250px;
  z-index: -9;
  display: block;
  content: '';
  width: 800px;
  height: 0;
  border-top: 1px dashed blue;
  transform: rotate(-30deg);
}
.coreServices .center::after {
  position: absolute;
  top: 150px;
  left: -250px;
  z-index: -9;
  display: block;
  content: '';
  width: 800px;
  height: 0;
  border-top: 1px dashed blue;
  transform: rotate(30deg);
}
.coreServices .ecology {
  width: 100%;
  height: 100%;
  font-size: 40px;
  background: url(https://cfept-1252341512.file.myqcloud.com/offcial/imgs/service/service_center.png) no-repeat center / cover;
}
@media (max-width: 1200px) and (min-width: 900px) {
  .coreServices .content {
    height: 570px;
    transform: scale(0.7);
  }
}
@media (max-width: 900px) and (min-width: 540px) {
  .coreServices .content {
    height: 370px;
    transform: scale(0.5);
  }
}
@media (max-width: 540px) {
  .coreServices .content {
    height: 210px;
    transform: scale(0.35);
  }
  .coreServices .content .circleText {
    font-size: 28px;
  }
  .coreServices .serviceCircles li:hover .poster {
    display: none;
  }
}
.serviceCircles {
  position: absolute;
  left: calc(50% - 125px);
  top: calc(50% - 70px);
  z-index: 99;
  width: 250px;
  height: 143px;
}
.serviceCircles li {
  position: absolute;
  width: 250px;
  height: 250px;
}
.serviceCircles .circle1 {
  background: url(https://cfept-1252341512.file.myqcloud.com/offcial/imgs/service/circle1.png) no-repeat center / cover;
  left: -380px;
  top: -270px;
}
.serviceCircles .circle2 {
  background: url(https://cfept-1252341512.file.myqcloud.com/offcial/imgs/service/circle2.png) no-repeat center / cover;
  left: 356px;
  top: -270px;
}
.serviceCircles .circle4 {
  background: url(https://cfept-1252341512.file.myqcloud.com/offcial/imgs/service/circle4.png) no-repeat center / cover;
  left: 353px;
  top: 158px;
}
.serviceCircles .circle5 {
  background: url(https://cfept-1252341512.file.myqcloud.com/offcial/imgs/service/circle5.png) no-repeat center / cover;
  left: -380px;
  top: 168px;
}
.serviceCircles .circleText {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 103px);
  top: calc(50% - 103px);
  width: 206px;
  height: 206px;
  font-size: 20px;
}
.serviceCircles .circleText p {
  font-weight: bold;
}
.serviceCircles li:hover .poster {
  display: flex;
  align-items: center;
  justify-content: center;
}
.poster {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 390px;
  height: 240px;
  font-size: 16px;
  text-align: left;
}
.poster .flex {
  display: flex;
}
.poster .sort {
  width: 50px;
  min-width: 50px;
  text-align: center;
  font-weight: bold;
}
.poster .solutionTitle {
  box-sizing: border-box;
  padding-right: 10px;
}
.poster .fontStyle {
  color: blue;
}
.poster1 {
  position: relative;
  width: 250px;
  height: 347px;
  top: 160px;
  left: -250px;
  line-height: 2.5em;
  background: url(/web/img/service/purple1.png) no-repeat center / cover;
}
.poster1::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -160px;
  width: 100%;
  height: 160px;
}
.poster1::after {
  display: block;
  content: '';
  position: absolute;
  left: 250px;
  top: 0;
  width: 100%;
  height: 160px;
}
.poster2 {
  position: relative;
  width: 450px;
  height: 185px;
  top: -60px;
  left: -470px;
  background: url(/web/img/service/yellow.png) no-repeat center / cover;
}
.poster2::before {
  display: block;
  content: '';
  position: absolute;
  right: -249px;
  top: 0;
  width: 250px;
  height: 185px;
}
.poster2::after {
  display: block;
  content: '';
  position: absolute;
  right: -50px;
  top: 185px;
  width: 250px;
  height: 160px;
}
.poster4 {
  position: relative;
  width: 234px;
  height: 400px;
  left: 260px;
  top: -320px;
  background: url(/web/img/service/green.png) no-repeat center / cover;
}
.poster4::before {
  display: block;
  content: '';
  position: absolute;
  left: -10px;
  bottom: -185px;
  width: 250px;
  height: 185px;
}
.poster4::after {
  display: block;
  content: '';
  position: absolute;
  left: -100px;
  bottom: 0px;
  width: 100px;
  height: 260px;
}
.poster5 {
  position: relative;
  padding-left: 20px;
  width: 450px;
  height: 202px;
  top: 100px;
  left: 270px;
  z-index: 9;
  background: url(/web/img/service/blue.png) no-repeat center / cover;
}
.poster5 .poster5Wrap {
  display: flex;
}
.poster5::before {
  display: block;
  content: '';
  position: absolute;
  left: -100px;
  bottom: 0px;
  width: 100px;
  height: 202px;
}
.poster5::after {
  display: block;
  content: '';
  position: absolute;
  left: -100px;
  top: -60px;
  width: 100%;
  height: 60px;
}
.arrowList {
  position: absolute;
  z-index: 9;
  width: 38px;
  height: 36px;
}
.arrowList .arrow {
  position: absolute;
  left: 0;
  top: 0;
}
.arrowList .arrow11 {
  animation: move1 3s infinite;
}
.arrowList .arrow12 {
  animation: move1 3s 1s infinite;
}
.arrowList .arrow13 {
  animation: move1 3s 2s infinite;
}
.arrowList .arrow21 {
  animation: move2 3s infinite;
}
.arrowList .arrow22 {
  animation: move2 3s 1s infinite;
}
.arrowList .arrow23 {
  animation: move2 3s 2s infinite;
}
.arrowList .arrow41 {
  animation: move4 3s infinite;
}
.arrowList .arrow42 {
  animation: move4 3s 1s infinite;
}
.arrowList .arrow43 {
  animation: move4 3s 2s infinite;
}
.arrowList .arrow51 {
  animation: move5 3s infinite;
}
.arrowList .arrow52 {
  animation: move5 3s 1s infinite;
}
.arrowList .arrow53 {
  animation: move5 3s 2s infinite;
}
.arrowList1 {
  right: 7px;
  bottom: 55px;
}
.arrowList2 {
  left: 12px;
  bottom: 47px;
}
.arrowList4 {
  left: 10px;
  top: 47px;
}
.arrowList5 {
  right: 8px;
  top: 50px;
}
@keyframes move1 {
  to {
    transform: translate(145px, 85px) scale(0.2);
  }
}
@keyframes move2 {
  to {
    transform: translate(-130px, 78px) scale(0.2);
  }
}
@keyframes move4 {
  to {
    transform: translate(-120px, -71px) scale(0.2);
  }
}
@keyframes move5 {
  to {
    transform: translate(150px, -88px) scale(0.2);
  }
}
