.reportForm .content {
  margin: auto;
}

.reportForm .content .two .title {
  font-size: 32px;
}

.reportForm .content .list {
  width: 100%;
  height: auto;
}

.reportForm .content .list .reprot1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 46px;
  margin-bottom: 40px;
}

.reportForm .content .list .reprot1 .report1_item {
  width: 388px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 25px 0;
}

.reportForm .content .list .reprot1 .report1_item:hover {
  cursor: pointer;
  box-shadow: 0px 5px 20px rgba(0, 116, 255, 0.12);
}

.reportForm .content .list .reprot1 .report1_item .report1_left {
  width: 48px;
  height: 48px;
  margin-right: 30px;
  flex-shrink: 0;
}

.reportForm .content .list .reprot1 .report1_item .report1_left img {
  width: 100%;
  height: 100%;
}

.reportForm .content .list .reprot1 .report1_item .report1_right .item_title {
  font-size: 18px;
  color: #404750;
  margin-bottom: 8px;
}

.reportForm .content .list .reprot1 .report1_item .report1_right .item_des {
  width: 263px;
  font-size: 14px;
  color: #A6A8AA;
}

.reportForm .content .list .reprot2 {
  width: 100%;
  height: 704px;
  background: #F9FCFF;
  position: relative;
}

.reportForm .content .list .reprot2 .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  color: #404750;
  text-align: center;
  padding: 70px 0 20px 0;
}

.reportForm .content .list .reprot2 p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #A6A8AA;
  margin-bottom: 22px;
}

.reportForm .content .list .reprot2 .reprot2_items {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.reportForm .content .list .reprot2 .reprot2_items .re2_item1 {
  width: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reportForm .content .list .reprot2 .reprot2_items .re2_item1 .item_pic {
  width: 78px;
  height: 78px;
}

.reportForm .content .list .reprot2 .reprot2_items .re2_item1 .item_pic img {
  width: 100%;
  height: 100%;
}

.reportForm .content .list .reprot2 .reprot2_items .re2_item1 .item_title {
  font-size: 20px;
  color: #404750;
  margin: 12px 0;
}

.reportForm .content .list .reprot2 .reprot2_items .re2_item1 .item_des {
  width: 282px;
  color: #A6A8AA;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.reportForm .content .list .reprot2 .re_bg {
  width: 432px;
  height: 360px;
  position: absolute;
  top: 254px;
  left: 50%;
  margin-left: -200px;
}

.reportForm .content .list .reprot2 .re_bg img {
  width: 100%;
  height: 100%;
  animation: myfirst 2s infinite;
}

@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.reportForm .content .list .three_part {
  width: 100%;
  height: auto;
  background: #fbfbfb;
}

.reportForm .content .list .three_part .three {
  margin: auto;
  width: 1200px;
  margin-bottom: 20px;
  height: auto;
}

.reportForm .content .list .three_part .three p {
  font-size: 32px;
}

.reportForm .content .list .three_part .three .luo .luo-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 95px;
}

.reportForm .content .list .three_part .three .luo .luo-item .item-title {
  width: 31%;
  margin-bottom: 38px;
}

.reportForm .content .list .three_part .three .luo .luo-item .item-title .title1 {
  font-size: 28px;
}

.reportForm .content .list .three_part .three .luo .luo-item .item-title .des {
  font-size: 20px;
  font-weight: lighter;
  padding-top: 17px;
  line-height: 30px;
}

.reportForm .content .list .three_part .three .luo .luo-item .item-img {
  width: 530px;
  height: 355px;
}

.reportForm .content .list .three_part .three .luo .luo-item .item-img img {
  width: 100%;
  height: 100%;
}

.reportForm .content .sass {
  width: 100%;
}

.reportForm .content .sass .five_part {
  margin: auto;
  width: 1200px;
  height: auto;
}

.reportForm .content .sass .five_part p {
  font-size: 34px;
  text-align: center;
  padding-top: 60px;
  margin-top: 30px;
  margin-bottom: 120px;
  color: #063D64;
}

.reportForm .content .sass .five_part .five_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.reportForm .content .sass .five_part .five_items .item_left {
  font-size: 24px;
}

.reportForm .content .sass .five_part .five_items .five_left {
  display: flex;
  flex-direction: column;
  width: 45%;
  height: auto;
}

.reportForm .content .sass .five_part .five_items .five_left .items {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reportForm .content .sass .five_part .five_items .five_left .items .num {
  font-size: 70px;
  color: #e8e8e8;
  height: 60px;
}

.reportForm .content .sass .five_part .five_items .five_left .items .item_right {
  font-size: 14px;
  margin-top: 15px;
  width: 353px;
  color: #A6A8AA;
  line-height: 30px;
}

.reportForm .content .sass .five_part .five_items .five_right {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

.reportForm .content .sass .five_part .five_items .five_right > div {
  width: 588px;
  height: 360px;
}

.reportForm .content .sass .five_part .five_items .five_right > div img {
  width: 100%;
  height: 100%;
}

.reportForm .content .sass .five_part .digital_list {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 150px;
}

.reportForm .content .sass .five_part .digital_list .digital_img {
  width: 588px;
  height: 360px;
}

.reportForm .content .sass .five_part .digital_list .digital_img > div {
  width: 588px;
  height: 360px;
}

.reportForm .content .sass .five_part .digital_list .digital_img > div img {
  width: 100%;
  height: 100%;
}

.reportForm .content .sass .five_part .digital_list .digital_item {
  width: 353px;
  height: auto;
}

.reportForm .content .sass .five_part .digital_list .digital_item .digi_box {
  float: right;
  margin-top: 56px;
}

.reportForm .content .sass .five_part .digital_list .digital_item .digi_box .num {
  font-size: 70px;
  color: #e8e8e8;
}

.reportForm .content .sass .five_part .digital_list .digital_item .digi_box > span {
  font-size: 24px;
}

.reportForm .content .sass .five_part .digital_list .digital_item .digi_box > div {
  width: 353px;
  margin-top: 15px;
  font-size: 14px;
  color: #A6A8AA;
  line-height: 30px;
}

.reportForm .content .bg10 {
  width: 100%;
  height: 762px;
  background: url(https://cdn.jnpfsoft.com/img/icon/bg10.png) center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.reportForm .content .bg10 .title {
  font-size: 34px;
  color: #FFFFFF;
  margin-bottom: 170px;
}

.reportForm .content .bg10 .swiper-container {
  cursor: pointer;
}

.reportForm .one {
  background: url(https://cdn.jnpfsoft.com/img/banner/banner4.png) no-repeat center;
  background-size: auto 100%;
  height: 500px;
}

.reportForm .one .one-back {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.reportForm .one .one-back > img {
  width: 494px;
  height: 405px;
  margin-top: 168px;
  margin-right: 78px;
}

.reportForm .one .one-back .one_font > h3 {
  font-size: 48px;
  color: white;
  margin-top: 160px;
  margin-bottom: 34px;
  font-weight: 400;
}

.reportForm .one .one-back .one_font > p {
  font-size: 24px;
  color: white;
  line-height: 40px;
  width: 588px;
  height: 120px;
  font-weight: lighter;
}

.reportForm .one .one-back .one_font button {
  width: 268px;
  height: 48px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  background: #060014;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  margin-top: 48px;
}

.reportForm .title {
  padding-top: 80px;
  text-align: center;
  font-size: 32px;
}
