hr {
  border: none !important;
}
.page1 {
  padding: 100px 0 76px 0;
}
.page1 .w1440 {
  display: flex;
}
.page1 .con_l {
  flex: 0 0 50%;
  padding-right: 80px;
}
.page1 .con_l .tit {
  font-weight: 700;
  text-align: left;
  color: #222222;
  line-height: 1;
}
.page1 .con_l hr {
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: 18px 0 34px 0;
}
.page1 .con_l .mes {
  font-weight: 400;
  text-align: justify;
  color: #777777;
  line-height: 2;
}
.page1 .con_l .numcon {
  display: flex;
  margin-top: 40px;
}
.page1 .con_l .numcon .numCount_list {
  flex: 0 0 auto;
  margin-right: 80px;
}
.page1 .con_l .numcon .numCount_list:last-child {
  margin-right: 0;
}
.page1 .con_l .numcon .numCount_list > div {
  color: #2b2bd6;
  display: flex;
  align-items: center;
}
.page1 .con_l .numcon .numCount_list .numCX {
  margin-right: 10px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
}
.page1 .con_l .numcon .numCount_list .numtit {
  margin-top: 16px;
  max-width: 110px;
}
.page1 .con_r {
  flex: 0 0 50%;
  overflow: hidden;
}
.page1 .con_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page2 {
  background: #f2f6fa;
  position: relative;
}
.page2 > img {
  width: 100%;
}
.page2 .center {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  text-align: center;
  color: #2b2bd6;
  line-height: 1;
  transform: translateX(-50%) translateY(-100%);
}
.page2 .layer_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.page2 .layer_box .list {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2f77d5;
  position: absolute;
}
.page2 .layer_box .list:hover {
  z-index: 2;
}
.page2 .layer_box .list:hover .layer {
  display: block;
}
.page2 .layer_box .list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 15px;
  background: #2f77d5;
  height: 15px;
  border-radius: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(1);
  animation: myfirst 4s linear 0s infinite;
}
.page2 .layer_box .list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 25px;
  background: #2f77d5;
  height: 25px;
  border-radius: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(1.5);
  animation: myfirst 4s linear 1s infinite;
}
.page2 .layer_box .list > div {
  position: absolute;
}
.page2 .layer_box .list .tit {
  padding: 14px 28px;
  background: linear-gradient(#2b47d6 25%, #00aaff 100%);
  border-radius: 4px;
  color: #fff;
  width: max-content;
  cursor: pointer;
}
.page2 .layer_box .list .layer {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 360px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 8.66px 20px 10px rgba(219, 223, 233, 0.4);
  padding: 30px 30px 35px 30px;
  display: none !important;
}
.page2 .layer_box .list .layer .subtit {
  font-weight: 600;
  text-align: left;
  color: #222222;
  line-height: 1;
}
.page2 .layer_box .list .layer hr {
  width: 50px;
  height: 3px;
  background: #25bc4e;
  margin: 12px 0 20px 0;
}
.page2 .layer_box .list .layer .mes {
  font-weight: 400;
  text-align: left;
  color: #7d7d7d;
  line-height: 2;
}
.page2 .layer_box .list .layer .image {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}
.page2 .layer_box .list .layer .image:hover img {
  transform: scale(1.05);
}
.page2 .layer_box .list .layer .image img {
  width: 100%;
  transition: all 0.4s linear;
}
.page2 .layer_box .list:nth-child(1) {
  top: 25%;
  left: 54%;
}
.page2 .layer_box .list:nth-child(1) > div {
  left: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
}
.page2 .layer_box .list:nth-child(2) {
  top: 38%;
  right: 26%;
}
.page2 .layer_box .list:nth-child(2) > div {
  left: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
}
.page2 .layer_box .list:nth-child(3) {
  top: 63%;
  right: 28%;
}
.page2 .layer_box .list:nth-child(3) > div {
  left: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
}
.page2 .layer_box .list:nth-child(4) {
  top: 73%;
  left: 50%;
}
.page2 .layer_box .list:nth-child(4) > div {
  right: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
}
.page2 .layer_box .list:nth-child(5) {
  top: 58%;
  left: 25%;
}
.page2 .layer_box .list:nth-child(5) > div {
  right: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
}
.page2 .layer_box .list:nth-child(6) {
  top: 29%;
  left: 35%;
}
.page2 .layer_box .list:nth-child(6) > div {
  right: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
}
.page3 {
  padding: 78px 0 194px 0;
  background-color: #fff;
}
.page3 .w1440 {
  overflow: visible;
}
.page3 .tit {
  font-weight: 700;
  text-align: center;
  color: #222222;
  line-height: 1;
}
.page3 hr {
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: 20px auto 40px auto;
}
.page3 .mes {
  max-width: 1160px;
  margin: auto;
  font-weight: 400;
  text-align: center;
  color: #777777;
  line-height: 2;
}
.page3 .con {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.page3 .con .list {
  flex: 0 0 calc((100% - 40px)/2);
  margin-right: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 38, 77, 0.1);
  padding: 20px 0 24px 0;
  margin-bottom: 30px;
}
.page3 .con .list:nth-child(2n) {
  margin-right: 0;
}
.page3 .con .list .bar {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #222222;
  padding: 0 40px;
}
.page3 .con .list .bar p {
  padding: 6px 14px;
  background: #eeeeee;
  border-radius: 4px;
  color: #222222;
}
.page3 .con .list .bar p.on {
  color: #fff;
  background: linear-gradient(#2b47d6 25%, #00aaff 100%);
}
.page3 .con .list .bar svg {
  margin: 0 8px;
}
.page3 .con .list hr {
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.page3 .con .list .tit_box {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.page3 .con .list .tit_box:hover .tit {
  color: #2b2bd6;
}
.page3 .con .list .tit_box:hover div {
  color: #2b2bd6;
}
.page3 .con .list .tit_box > div {
  flex: 0 0 auto;
}
.page3 .con .list .tit_box .tit {
  width: 100%;
  flex: 1;
  line-height: 1.2;
  padding-left: 10px;
  font-weight: 700;
  text-align: left;
  color: #222222;
  border-left: 2px solid #25bc4e;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.2s linear;
}
.page3 .con .list .tit_box .more {
  flex: 0 0 auto;
  font-weight: 400;
  color: #777777;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.page3 .con .list .tit_box .mes {
  display: none;
}
.layer_page3 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.layer_page3 > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer_page3 > div .con {
  position: relative;
  width: 700px;
  padding: 30px 40px 50px 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 10px rgba(219, 223, 233, 0.4);
}
.layer_page3 > div .con .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.layer_page3 > div .con .tit {
  font-weight: 600;
  text-align: left;
  color: #222222;
  display: flex;
  flex-wrap: wrap;
}
.layer_page3 > div .con hr {
  width: 50px;
  height: 3px;
  background: #25bc4e;
  margin: 20px 0 28px 0;
}
.layer_page3 > div .con .mes {
  font-weight: 400;
  text-align: justify;
  color: #7d7d7d;
  line-height: 2;
}
@keyframes myfirst {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    opacity: 0.2;
  }
  90% {
    transform: translateX(-50%) translateY(-50%) scale(2);
    opacity: 0.1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(2.1);
    opacity: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .page1 {
    padding: 5.2vw 0 3.9vw;
  }
  .page1 .con_l {
    padding-right: 4.16vw;
  }
  .page1 .con_l .numcon {
    margin-top: 2vw;
  }
  .page3 {
    padding: 4.06vw 0 10.1vw 0;
  }
  .page3 hr {
    margin: 1vw auto;
  }
  .page3 .con {
    margin-top: 3.125vw;
  }
  .page1 .con_l .numcon .numCount_list {
    margin-right: 4.16vw;
  }
  .page2 .layer_box .list .layer {
    padding: 2vw;
  }
  .page2 .layer_box .list .layer hr {
    margin-bottom: 1.45vw;
  }
  .page2 .layer_box .list .layer .image {
    margin-top: 1vw;
  }
  .page2 .layer_box .list .layer .mes{
      line-height: 1.6;
  }
}
@media only screen and (max-width: 1440px) {
  .page2 .layer_box .list:nth-child(3) .layer,
  .page2 .layer_box .list:nth-child(2) .layer {
    left: auto;
    right: 0;
  }
  .page2 .layer_box .list:nth-child(3) > div,
  .page2 .layer_box .list:nth-child(2) > div,
  .page2 .layer_box .list:nth-child(1) > div {
    left: calc(100% + 20px);
  }
  .page2 .layer_box .list:nth-child(6) > div,
  .page2 .layer_box .list:nth-child(5) > div,
  .page2 .layer_box .list:nth-child(4) > div {
    right: calc(100% + 20px);
  }
}
@media only screen and (max-width: 1200px) {
  .page3 .con .list {
    flex: 0 0 calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .page3 .con .list .bar svg {
    width: 14px;
    height: auto;
  }
  .page3 .con .list .tit_box,
  .page3 .con .list .bar {
    padding: 0 20px;
  }
  .page2 .layer_box .list .tit {
    padding: 10px 20px;
  }
  .page1 .con_l .numcon .numCount_list .numtit {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .page2 .center {
    font-size: 24px;
  }
  .page3 hr {
    width: 40px;
    height: 2px;
    margin: 20px auto;
  }
  .page1 .con_l hr {
    width: 40px;
    height: 2px;
    margin: 20px 0;
  }
  .page3 .con .list .bar {
    flex-wrap: wrap;
  }
  .page3 .con .list .bar p {
    /*flex: 0 0 calc(50% - 30px);*/
            flex: 0 0 calc((100% - 60px) / 3);
    padding: 10px;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .page1 .w1440 {
    flex-wrap: wrap;
  }
  .page1 .w1440 > div {
    flex: 0 0 100%;
  }
  .page1 .con_l .numcon {
    margin-top: 20px;
  }
  .page1 .con_r {
    margin-top: 20px;
  }
  .page1 {
    padding: 40px 0;
  }
  .page2 .layer_box .list {
    width: 6px;
    height: 6px;
  }
  .page2 .layer_box .list::before,
  .page2 .layer_box .list::after {
    width: 8px;
    height: 8px;
  }
  .page2 .layer_box .list:nth-child(1) .layer {
    left: auto;
    right: 0;
  }
  .page2 .layer_box .list .tit {
    padding: 4px 10px;
  }
  .page2 .layer_box .list:nth-child(3) > div,
  .page2 .layer_box .list:nth-child(2) > div,
  .page2 .layer_box .list:nth-child(1) > div {
    left: calc(100% + 10px);
  }
  .page2 .layer_box .list:nth-child(6) > div,
  .page2 .layer_box .list:nth-child(5) > div,
  .page2 .layer_box .list:nth-child(4) > div {
    right: calc(100% + 10px);
  }
  .page2 .layer_box .list:nth-child(1) {
    top: 12%;
    left: 51%;
  }
  .page2 .layer_box .list:nth-child(2) {
    top: 30%;
    right: 39%;
  }
  .page2 .layer_box .list:nth-child(3) {
    top: 68%;
    right: 45%;
  }
  .page2 .layer_box .list:nth-child(4) {
    top: 87%;
    left: 54%;
  }
  .page2 .layer_box .list:nth-child(5) {
    top: 66%;
    left: 42%;
  }
  .page2 .layer_box .list:nth-child(6) {
    top: 29%;
    left: 42%;
  }
  .page2 .center {
    font-size: 14px;
  }
  .page2 .layer_box .list .layer {
    width: 240px;
    padding: 20px;
  }
  .page3 {
    padding: 40px 0 100px 0;
  }
  .page3 .con .list {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .layer_page3 > div .con {
    width: 90%;
    padding: 20px 40px;
  }
  .layer_page3 > div .con hr {
    margin: 20px 0;
  }
  .page1 .con_l .numcon .numCount_list{
              flex: 1;
        text-align: center;
        margin-right: 0;
  }
  .page1 .con_l .numcon .numCount_list > div{
      justify-content: center;
  }
}
