.cont .section_tit p,
.cont .section_tit span {
  display: block;
  color: #222;
  font-weight: bold;
}
.cont .section_tit span {
  color: rgba(34, 34, 34, 0.2);
  margin-top: 10px;
}
.cont .page1 {
  position: relative;
  background: url(../img/about/p1_bg.jpg) center center no-repeat;
  background-size: cover;
}
.cont .page1 .w1440 {
  display: flex;
  justify-content: space-between;
}
.cont .page1 .w1440 .item-l {
  width: 40%;
}
.cont .page1 .w1440 .item-l .des {
  margin-top: 30px;
  color: #333;
  line-height: 2;
  text-align: justify;
}
.cont .page1 .w1440 .item-r {
  width: 55%;
}
.cont .page1 .w1440 .item-r .img {
  border-radius: 10px;
  overflow: hidden;
}
.cont .page1 .w1440 .item-r .img:hover img {
  transform: scale(1.05);
}
.cont .page2 {
  position: relative;
  background: url(../img/about/p2_bg.jpg) center center no-repeat;
  background-size: cover;
}
.cont .page2 .w1440 {
  display: flex;
  justify-content: space-between;
}
.cont .page2 .w1440 .swiper-container {
  padding-top: 10px;
}
.cont .page2 .w1440 .swiper-container .swiper-wrapper {
  align-items: flex-end;
}
.cont .page2 .w1440 .swiper-container .img {
  transition: all 0.5s;
}
.cont .page2 .w1440 .swiper-container .img img {
  width: auto;
  max-width: 100%;
}
.cont .page2 .w1440 .item-l {
  width: 50%;
}
.cont .page2 .w1440 .item-l .section_tit p,
.cont .page2 .w1440 .item-l .section_tit span {
  color: #fff;
}
.cont .page2 .w1440 .item-l .sw-box {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.cont .page2 .w1440 .item-l .sw-box div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  position: relative;
  border-radius: 100%;
  top: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}
.cont .page2 .w1440 .item-l .sw-box div::after {
  font-size: 18px;
  position: static;
  margin: 0;
  color: #fff;
  z-index: 10;
}
.cont .page2 .w1440 .item-l .sw-box div::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.cont .page2 .w1440 .item-l .sw-box div:hover {
  border: 1px solid transparent;
}
.cont .page2 .w1440 .item-l .sw-box div:hover::before {
  opacity: 1;
}
.cont .page2 .w1440 .item-l .sw-bg {
  background: url(../img/about/p2_bg1.png) bottom center no-repeat;
  background-size: 100% 103px;
  padding: 0 50px 103px 50px;
}
.cont .page2 .w1440 .item-r {
  width: 50%;
}
.cont .page2 .w1440 .item-r .sw-bg {
  background: url(../img/about/p2_bg2.png) bottom center no-repeat;
  background-size: 100% 103px;
  padding: 0 50px 103px 50px;
}
.cont .page2 .w1440 .swiper-slide:hover .img {
  transform: translateY(-5px);
}
.cont .page3 {
  position: relative;
  background: url(../img/about/p3_bg.jpg) center center no-repeat;
  background-size: cover;
}
.cont .page3 .section_tit p,
.cont .page3 .section_tit span {
  text-align: center;
}
.cont .page3 .map-box {
  position: relative;
  margin-top: -100px;
}
.cont .page3 .map-box .dian {
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  background: #ef2727;
  transition: all 0.5s;
}
.cont .page3 .map-box .dian p{
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0,-50%);
    white-space: nowrap;
    display: block;
    opacity: 0;
    transition: all 0.5s;
}
.cont .page3 .map-box .dian.on p{
    opacity: 1;
}
.cont .page3 .map-box .dian i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.5s;
}
.cont .page3 .map-box .dian:nth-child(1) {
  top: 24%;
  left: 68%;
}
.cont .page3 .map-box .dian:nth-child(2) {
  top: 37%;
  left: 60%;
}
.cont .page3 .map-box .dian:nth-child(3) {
  top: 41%;
  left: 61%;
}
.cont .page3 .map-box .dian:nth-child(4) {
  top: 65%;
  left: 51%;
}
.cont .page3 .map-box .dian:nth-child(5) {
  top: 59%;
  left: 62%;
}
.cont .page3 .map-box .dian:nth-child(6) {
  top: 61%;
  left: 67%;
}
.cont .page3 .map-box .dian:nth-child(7) {
  top: 66%;
  left: 65%;
}
.cont .page3 .map-box .dian:nth-child(8) {
  top: 70%;
  left: 66.5%;
}
.cont .page3 .map-box .dian:nth-child(9) {
  top: 81%;
  left: 67.5%;
}
.cont .page3 .map-box .dian::before,
.cont .page3 .map-box .dian::after,
.cont .page3 .map-box .dian i::before,
.cont .page3 .map-box .dian i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(239, 39, 39, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 1.8s infinite;
  pointer-events: none;

}
.cont .page3 .map-box .dian.on::before,
.cont .page3 .map-box .dian.on::after,
.cont .page3 .map-box .dian.on i::before,
.cont .page3 .map-box .dian.on i::after  {
 
  display: block;
}
.cont .page3 .map-box .dian.on{
     transform:scale(2.2);
}
.cont .page3 .map-box .dian::after {
  animation-delay: 0s;
}
.cont .page3 .map-box .dian::before {
  animation-delay: 0.6s;
}
.cont .page3 .map-box .dian i::before {
  animation-delay: 1.2s;
}
.cont .page3 .map-box .dian i::after {
  animation-delay: 1.8s;
}
@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 500%;
    height: 500%;
    opacity: 0;
  }
}
.cont .page3 .map-box .map {
  width: 100%;
}
.cont .page4 {
  position: relative;
  width: 100%;
  display: none;
}
.cont .page4 .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35%;
  z-index: 2;
  background: url(../img/about/p4_bg1.jpg) no-repeat center right;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  overflow: hidden;
  background-size: cover;
}
.cont .page4 .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cont .page4 .bg2 img {
  height: 100%;
  object-fit: cover;
}
.cont .page4 .w1440 {
  position: relative;
  z-index: 5;
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cont .page4 .w1440 .section_tit p {
  color: #fff;
}
.cont .page4 .w1440 .section_tit span {
  color: rgba(255, 255, 255, 0.2);
  margin-top: 0;
}
.cont .page4 .w1440 .pics {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.cont .page4 .w1440 .pics .ic {
  transition: all 0.5s;
}
.cont .page4 .w1440 .pics .ic img {
  width: auto;
  max-width: 100%;
}
.cont .page4 .w1440 .pics .ic:hover {
  transform: translateY(-5px);
}
/* 125% */
@media screen and (max-width: 1366px) {
  .cont .page2 .w1440 .item-l .sw-box {
    width: 90px;
  }
  .cont .page2 .w1440 .item-l .sw-box div {
    width: 40px;
    height: 40px;
  }
  .cont .page2 .w1440 .item-l .sw-box div::after {
    font-size: 14px;
  }
  .cont .page4 .w1440 .pics {
    gap: 30px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .w1440 {
    flex-wrap: wrap;
  }
  .cont .page1 .w1440 .item-l {
    width: 100%;
  }
  .cont .page1 .w1440 .item-l .des {
    margin-top: 15px;
  }
  .cont .page1 .w1440 .item-r {
    width: 100%;
    margin-top: 20px;
  }
  .cont .page4 .w1440 .pics {
    gap: 15px;
  }
  .cont .page3 .map-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .cont .section_tit span {
    margin-top: 0px!important;
  }
  .cont .page2 .w1440 {
    flex-wrap: wrap;
  }
  .cont .page2 .w1440 .item-l {
    width: 100%;
  }
  .cont .page2 .w1440 .item-l .sw-bg {
    background-size: 100% 50px;
    padding: 0 30px 50px 30px;
  }
  .cont .page2 .w1440 .item-r {
    width: 100%;
    margin-top: 20px;
  }
  .cont .page2 .w1440 .item-r .sw-bg {
    background-size: 100% 50px;
    padding: 0 30px 50px 30px;
  }
  .cont .page3 .map-box {
    width: 120%;
    margin-left: -10%;
  }
  .cont .page4 .bg1 {
    display: none;
  }
  .cont .page4 .bg2 {
    left: -20%;
  }
  .cont .page4 .w1440 {
    padding: 15vw 0;
  }
  .cont .page4 .w1440 .pics {
    width: 100%;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=./about-us.css.map */
