.breadcrumbs-nav {
      position: relative;
  height:30px;
  
}
.breadcrumbs-nav .w1440{
top: auto!important;
    bottom: 0;
  padding:0!important;
}
.ctn .page1 {
  background: url(../jpg/2c235778-a7f3-4cf2-b26c-03d0a838670cec56.jpg?d=1716975641355) center center;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}
.ctn .page1 .w1440 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn .page1 .txt-l {
  width: 35%;
}
.ctn .page1 .txt-l p {
  color: #171717;
  font-weight: 600;
  display: block;
}
.ctn .page1 .txt-l span {
  margin-top: 20px;
  display: block;
  color: #b60004;
}
.ctn .page1 .txt-r {
  width: 60%;
}
.ctn .page1 .txt-r p {
  color: #171717;
  font-weight: 600;
}
.ctn .page1 .txt-r span {
  color: #171717;
  display: block;
  margin-top: 15px;
  line-height: 2;
}
.ctn .page1 .txt-r .cd {
  margin-top: 40px;
}
.ctn .page1 .txt-r ul {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: flex-start;
}
.ctn .page1 .txt-r ul li {
  padding: 5px 20px;
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.ctn .page1 .txt-r ul img {
  width: auto;
  margin-right: 7px;
}
.ctn .page1 .txt-r ul i {
  color: #171717;
}
.ctn .page2 {
  width: 100%;
  height: 120vh;
  position: relative;
}
.ctn .page2 .bg1,
.ctn .page2 .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ctn .page2 .bg1 img,
.ctn .page2 .bg2 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.ctn .page2 .bg2 {
  z-index: 5;
  transform: translateY(100px);
  opacity: 0;
  transition: all ease-out 2s;
}
.ctn .page2 .bg2.on {
  transform: translateY(0);
  opacity: 1;
}
.ctn .page2 .w1440 {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  overflow: initial;
  transform: translateX(-50%);
  z-index: 20;
}
.ctn .page2 .w1440 .tit {
  font-weight: 600;
  color: #222;
  margin-top: 8%;
  text-align: center;
}
.ctn .page2 .w1440 .labels {
  width: 100%;
  height: 80%;
  margin-top: -8%;
}
.ctn .page2 .w1440 .labels li {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(182, 0, 6, 0.2);
  transition: all 0.3s;
  animation-name: bubbles;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.ctn .page2 .w1440 .labels li .txt {
  width: 90%;
  height: 90%;
  border: 9px solid #e1e7e9;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10%;
  position: relative;
}
.ctn .page2 .w1440 .labels li .txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px dashed #fff;
  opacity: 0;
  transition: all 0.3s;
}
.ctn .page2 .w1440 .labels li p {
  color: #fff;
  text-align: center;
}
.ctn .page2 .w1440 .labels li span {
  color: #fff;
  text-align: center;
  display: none;
  font-size: 20px;
  padding: 6px;
}
@keyframes quan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ctn .page2 .w1440 .labels li:nth-child(1),
.ctn .page2 .w1440 .labels li:nth-child(5),
.ctn .page2 .w1440 .labels li:nth-child(7),
.ctn .page2 .w1440 .labels li:nth-child(8),
.ctn .page2 .w1440 .labels li:nth-child(9),
.ctn .page2 .w1440 .labels li:nth-child(12) {
  width: 240px;
  height: 240px;
}
.ctn .page2 .w1440 .labels li:nth-child(1) p,
.ctn .page2 .w1440 .labels li:nth-child(5) p,
.ctn .page2 .w1440 .labels li:nth-child(7) p,
.ctn .page2 .w1440 .labels li:nth-child(8) p,
.ctn .page2 .w1440 .labels li:nth-child(9) p,
.ctn .page2 .w1440 .labels li:nth-child(12) p {
  font-size: 24px;
}
.ctn .page2 .w1440 .labels li:nth-child(1) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(5) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(7) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(8) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(9) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(12) .txt::after {
  animation: quan 20s linear 0s infinite reverse;
}
.ctn .page2 .w1440 .labels li:nth-child(1):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(5):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(7):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(8):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(9):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(12):hover .txt span {
  font-size: 20px;
}
.ctn .page2 .w1440 .labels li:nth-child(2),
.ctn .page2 .w1440 .labels li:nth-child(3),
.ctn .page2 .w1440 .labels li:nth-child(6),
.ctn .page2 .w1440 .labels li:nth-child(10),
.ctn .page2 .w1440 .labels li:nth-child(11),
.ctn .page2 .w1440 .labels li:nth-child(13) {
  width: 240px;
  height: 240px;
}
.ctn .page2 .w1440 .labels li:nth-child(2) p,
.ctn .page2 .w1440 .labels li:nth-child(3) p,
.ctn .page2 .w1440 .labels li:nth-child(6) p,
.ctn .page2 .w1440 .labels li:nth-child(10) p,
.ctn .page2 .w1440 .labels li:nth-child(11) p,
.ctn .page2 .w1440 .labels li:nth-child(13) p {
  font-size: 20px;
}
.ctn .page2 .w1440 .labels li:nth-child(2) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(3) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(6) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(10) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(11) .txt::after,
.ctn .page2 .w1440 .labels li:nth-child(13) .txt::after {
  animation: quan 20s linear 0s infinite;
}
.ctn .page2 .w1440 .labels li:nth-child(2):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(3):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(6):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(10):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(11):hover .txt span,
.ctn .page2 .w1440 .labels li:nth-child(13):hover .txt span {
  font-size: 20px;
}
.ctn .page2 .w1440 .labels li:nth-child(1) {
  top: 23%;
  left: 6%;
  animation-delay: 0s;
}
.ctn .page2 .w1440 .labels li:nth-child(2) {
  top: 28%;
  left: 56%;
  animation-delay: 0.2s;
}
.ctn .page2 .w1440 .labels li:nth-child(3) {
  top: 28%;
  left: 84%;
  animation-delay: 0.4s;
}
.ctn .page2 .w1440 .labels li:nth-child(4) {
  width: 240px;
  height: 240px;
  top: 32%;
  left: 34%;
  animation-delay: 0.6s;
}
.ctn .page2 .w1440 .labels li:nth-child(4) .txt::after {
  animation: quan 20s linear 0s infinite reverse;
}
.ctn .page2 .w1440 .labels li:nth-child(4) p {
  font-size: 24px;
}
.ctn .page2 .w1440 .labels li:nth-child(5) {
  top: 57%;
  left: 68%;
  animation-delay: 0.5s;
}
.ctn .page2 .w1440 .labels li:nth-child(6) {
  top: 54%;
  left: 19%;
  animation-delay: 0.2s;
}
.ctn .page2 .w1440 .labels li:nth-child(7) {
  top: 44%;
  left: 45%;
  animation-delay: 0.4s;
}
.ctn .page2 .w1440 .labels li:nth-child(8) {
  top: 64%;
  left: 1%;
  animation-delay: 0.6s;
}
.ctn .page2 .w1440 .labels li:nth-child(9) {
  top: 57%;
  left: 27%;
  animation-delay: 0.7s;
}
.ctn .page2 .w1440 .labels li:nth-child(10) {
  top: 73%;
  left: 50%;
  animation-delay: 0.8s;
}
.ctn .page2 .w1440 .labels li:nth-child(11) {
  top: 57%;
  left: 61%;
  animation-delay: 0.6s;
}
.ctn .page2 .w1440 .labels li:nth-child(12) {
  top: 73%;
  left: 73%;
  animation-delay: 0.2s;
}
.ctn .page2 .w1440 .labels li:nth-child(13) {
  top: 55%;
  left: 84%;
  animation-delay: 0.4s;
}
.ctn .page2 .w1440 .labels li:hover {
  background: #b60006;
}
.ctn .page2 .w1440 .labels li:hover .txt {
  border: 9px solid #ffffff;
  background: url(../png/13952bb9-c831-4ce5-a09f-cc062d4b20c05d72.png?d=1716975665802) center center no-repeat;
  background-size: 70%;
}
.ctn .page2 .w1440 .labels li:hover .txt::after {
  opacity: 1;
}
.ctn .page2 .w1440 .labels li:hover .txt p {
  display: none;
}
.ctn .page2 .w1440 .labels li:hover .txt span {
  display: inline-block;
}
@keyframes bubbles {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}
.ctn .page3 {
  background: url(../png/764595fd-fa25-470b-8650-15d9b2d0bd5b4cd4.png?d=1716975687235);
  background-size: 50px;
  height: 100vh;
  display: flex;
  align-items: center;
}
.ctn .page3 .w1440 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: initial;
}
.ctn .page3 .w1440 .item-l {
  width: 34%;
}
.ctn .page3 .w1440 .item-l .tit {
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
.ctn .page3 .w1440 .item-l .num {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.ctn .page3 .w1440 .item-l .num div {
  color: #fff;
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  font-family: Arial;
  position: relative;
}
.ctn .page3 .w1440 .item-l .num div.n1 {
  opacity: 0.2;
}
.ctn .page3 .w1440 .item-l .num div p {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.ctn .page3 .w1440 .item-l .num div p:nth-last-child(1) {
  top: 100%;
}
.ctn .page3 .w1440 .item-l .sw-year {
  height: 200px;
  margin-top: 40px;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 59px;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide .dian {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide .dian i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide .dian i::after {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background: #69676d;
  border-radius: 100%;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide .dian .line {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 200px;
  background: #69676d;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide p {
  display: inline-block;
  width: 140px;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide span {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 45px;
  height: 46px;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide p,
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide span {
  color: rgba(255, 255, 255, 0.2);
  line-height: 45px;
  border-bottom: 1px solid transparent;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide.on p,
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide.on span {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide.on .dian {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide.on .dian::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(199, 44, 49, 0.4);
  animation: spread 1s linear infinite;
}
@keyframes spread {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide.on .dian i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide.on .dian i::before {
  content: '';
  display: block;
  background: #a72119;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide.on .dian i::after {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background: #fff;
  border-radius: 100%;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide.on .dian .line {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 200px;
  background: #69676d;
}
.ctn .page3 .w1440 .item-l .sw-year .swiper-slide:nth-last-child(1) .dian .line {
  display: none;
}
.ctn .page3 .w1440 .item-r {
  width: 60%;
  height: 75vh;
  position: absolute;
  top: 44%;
  right: 0;
  transform: translateY(-50%);
}
.ctn .page3 .w1440 .item-r .sw-ctn {
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;

}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-slide {
  display: flex;
  align-items: center;
  opacity: 0.3;
}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-slide .img {
  width: 34%;
}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-slide .txt {
  width: 60%;
  color: #fff;
  padding-left: 30px;
  display:none;
}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-slide.swiper-slide-active .txt{
display:block
}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-prev{
  right: 0px;top:34%;
    left: auto;width:50px;height:50px;background:rgba(255,255,255,0.5);
  border-radius:100%;overflow:hidden;
    transform: rotate(90deg);
}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-prev:after{
color:#fff;font-size:24px;
}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-next{
  right: 0px;width:50px;height:50px;background:rgba(255,255,255,0.5);
  border-radius:100%;overflow:hidden;top:64%;
    transform: rotate(90deg);
}
.ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-next:after{
color:#fff;font-size:24px;
}
.ctn .page3 .w1440 .item-r .sw-ctn.act {
  display: block;
}
.ctn .page4 {
  padding: 100px 0 150px;
}
.ctn .page4 .w1440 {
  overflow: initial;
}
.ctn .page4 .tit {
  width: 100%;
  text-align: center;
  color: #171717;
  font-weight: 600;
}
.ctn .page4 .tab {
  margin-top: 35px;
  text-align: center;
}
.ctn .page4 .tab a {
  display: inline-block;
  width: 155px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin-left: 20px;
  border: 1px solid #d4d4d4;
  color: #171717;
}
.ctn .page4 .tab a:nth-child(1) {
  margin-left: 0;
}
.ctn .page4 .tab a:hover {
  background: rgba(199, 44, 49, 0.2);
}
.ctn .page4 .tab a.on {
  background: #c72c31;
  color: #fff;
}
.ctn .page4 .box-swiper {
  margin-top: 80px;
  height:254px;
      position: relative;
}
.ctn .page4 .box-swiper .item {
  
  position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  opacity: 0;
    transition: all .5s;
}
.ctn .page4 .box-swiper .item .swiper-button-prev::after,
.ctn .page4 .box-swiper .item .swiper-button-next::after {
  color: #cacaca;
  font-size: 30px;
}
.ctn .page4 .box-swiper .item .swiper-button-prev:hover::after,
.ctn .page4 .box-swiper .item .swiper-button-next:hover::after {
  color: #c72c31;
}
.ctn .page4 .box-swiper .item .swiper-button-prev {
  left: -40px;
}
.ctn .page4 .box-swiper .item .swiper-button-next {
  right: -40px;
}
.ctn .page4 .box-swiper .item.on {
  opacity: 1;
  z-index:5;
}
.ctn .page4 .sw-honor .swiper-slide {
  height: 107px;
}
.ctn .page4 .sw-honor .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 107px;
  background: url(../png/3b710b83-3f81-48a7-8c9f-457a4296693cc5f2.png?d=1716975708090);
  background-size: cover;
}
.ctn .page4 .sw-honor .swiper-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 107px;
  background: url(../png/3b710b83-3f81-48a7-8c9f-457a4296693cc5f2.png?d=1716975708090);
  background-size: cover;
  transform: rotateY(-180deg);
}
.ctn .page4 .sw-honor .swiper-slide span {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #555;
}
.ctn .page4 .sw-honor .swiper-slide p {
  height: 90px;
  width: 100%;
  padding: 0 10%;
  display: flex;
  color: #333333;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  text-align: center;
  font-weight: 600;
}
.ctn .page5 {
  background: url(../jpg/8446a330-3005-41ba-9266-a1cbbcac1caeb70f.jpg?d=1716975729714) center center;
  background-size: cover;
  padding: 170px 0 310px;
}
.ctn .page5 .w1440 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
      align-items: center;
}
.ctn .page5 .w1440 .img {
  width: 44.44%;
  height: 360px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.ctn .page5 .w1440 .img img {
  height: 100%;
  object-fit: cover;
}
.ctn .page5 .w1440 .img .swiper-slide{overflow: hidden;}
.ctn .page5 .w1440 .img .ic {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page5 .w1440 .img .ic svg {
  width: 50px;
  height: 50px;
}
.ctn .page5 .w1440 .img:hover img {
  transform: scale(1.05);
}
.ctn .page5 .w1440 .txt {
  width: 47.5%;
}
.ctn .page5 .w1440 .txt .tit {
  color: #fff;
  font-weight: 600;
}
.ctn .page5 .w1440 .txt .des {
  line-height: 2;
  margin-top: 40px;
  color: #fff;
  text-align: justify;
}
.ctn .page5 .w1440 ul {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.ctn .page5 .w1440 ul .num {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 32px;
}
.ctn .page5 .w1440 ul .num p {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-right: 10px;
}
.ctn .page5 .w1440 ul .txt {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .ctn .page3 .w1440 .item-l .num div {
    font-size: 180px;
  }
  .ctn .page3 .w1440 .item-r {
    top: 43%;
  }
}
/* 125% */

@media screen and (max-width: 1440px) {
  /*
  .ctn .page2 .w1440 .labels li:nth-child(1),
  .ctn .page2 .w1440 .labels li:nth-child(5),
  .ctn .page2 .w1440 .labels li:nth-child(7),
  .ctn .page2 .w1440 .labels li:nth-child(8),
  .ctn .page2 .w1440 .labels li:nth-child(9),
  .ctn .page2 .w1440 .labels li:nth-child(12) {
    width: 150px;
    height: 150px;
  }
  .ctn .page2 .w1440 .labels li:nth-child(1) p,
  .ctn .page2 .w1440 .labels li:nth-child(5) p,
  .ctn .page2 .w1440 .labels li:nth-child(7) p,
  .ctn .page2 .w1440 .labels li:nth-child(8) p,
  .ctn .page2 .w1440 .labels li:nth-child(9) p,
  .ctn .page2 .w1440 .labels li:nth-child(12) p {
    font-size: 22px;
  }
  .ctn .page2 .w1440 .labels li:nth-child(2),
  .ctn .page2 .w1440 .labels li:nth-child(3),
  .ctn .page2 .w1440 .labels li:nth-child(6),
  .ctn .page2 .w1440 .labels li:nth-child(10),
  .ctn .page2 .w1440 .labels li:nth-child(11),
  .ctn .page2 .w1440 .labels li:nth-child(13) {
    width: 110px;
    height: 110px;
  }
  .ctn .page2 .w1440 .labels li:nth-child(2) p,
  .ctn .page2 .w1440 .labels li:nth-child(3) p,
  .ctn .page2 .w1440 .labels li:nth-child(6) p,
  .ctn .page2 .w1440 .labels li:nth-child(10) p,
  .ctn .page2 .w1440 .labels li:nth-child(11) p,
  .ctn .page2 .w1440 .labels li:nth-child(13) p {
    font-size: 16px;
  }
  .ctn .page2 .w1440 .labels li:nth-child(4) {
    width: 180px;
    height: 180px;
  }
  .ctn .page2 .w1440 .labels li:nth-child(4) p {
    font-size: 22px;
  }
  */
  .ctn .page2 .w1440 .tit {
    margin-top: 8%;
  }
  .ctn .page2 {
    height: 900px;
  }
  .ctn .page2 .w1440 .labels {
    margin-top: -10%;
    height: 90%;
  }
  .ctn .page5 {
    padding: 120px 0 260px;
  }
  .ctn .page5 .w1440 .txt .des {
    line-height: 1.8;
    margin-top: 30px;
  }
  .ctn .page5 .w1440 .img .ic {
    width: 70px;
    height: 70px;
  }
  .ctn .page5 .w1440 ul .num p {
    font-size: 60px;
  }
  .ctn .page5 .w1440 ul {
    margin-top: 70px;
  }
  .ctn .page1 .txt-r .cd {
    margin-top: 30px;
  }
  .ctn .page1 .txt-r ul {
    margin-bottom: 30px;
  }
  .ctn .page3 .w1440 .item-l .num div {
    font-size: 160px;
  }
  .ctn .page3 .w1440 .item-r {
    top: 41%;
  }
  .ctn .page4 .box-swiper {
    margin-top: 50px;
  }
  .ctn .page4 .sw-honor .swiper-slide p {
    font-size: 16px;
  }
  .ctn .page4 .sw-honor .swiper-slide span {
    font-size: 14px;
  }
   .ctn .page1 .w1440{
      position: static;
    padding: 120px 0;
    transform: translateX(0%);
  }
  .ctn .page1{height:auto;}
}
@media screen and (max-width: 1366px) {
  .ctn .page1 .txt .des {
    margin-top: 20px;
    line-height: 1.8;
  }
  .ctn .page3 .w1440 .item-l .num div {
    font-size: 140px;
  }
  .ctn .page3 .w1440 .item-l .sw-year .swiper-slide p {
    width: 100px;
    font-size: 16px;
  }
  .ctn .page3 .w1440 .item-l .sw-year .swiper-slide span {
    font-size: 16px;
  }
  .ctn .page3 .w1440 .item-l .sw-year .swiper-slide {
    padding-left: 40px;
  }
 
}
@media screen and (max-width: 1280px) {
  .ctn .page5 .w1440 ul .num p {
    font-size: 40px;
  }
  .ctn .page5 .w1440 ul .num {
    font-size: 20px;
  }
  .ctn .page5 .w1440 ul .txt {
    font-size: 14px;
  }
  .ctn .page2 .w1440 .labels li {
        width: 18vw !important;
        height: 18vw !important;
  }
  .ctn .page3 .w1440 .item-r{height: 60vh;}
  .ctn .page3{height: 80vh;}
}
@media screen and (max-width: 1170px) {
  .breadcrumbs-nav {
    padding-top: 80px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .ctn .page4 {
    padding: 40px 0 80px;
  }
  .ctn .page1 .txt-r .cd {
    margin-top: 10px;
  }
  .ctn .page1 .txt-r ul {
    margin-bottom: 10px;
  }
  .ctn .page1 .txt-r span {
    margin-top: 10px;
  }
  .ctn .page1 .txt {
    width: 80%;
    margin-top: 30px;
  }
  .ctn .page1 .txt-r ul i {
    font-size: 14px;
  }
  .ctn .page1 {
    height: auto;
    padding-bottom: 100px;
  }
  .ctn .page1 .w1440 {
    position: static;
    transform: translateX(0);
    padding: 50px 0;
  }
  .ctn .page1 .w1440 .txt-l {
    width: 100%;
  }
  .ctn .page1 .w1440 .txt-r {
    width: 100%;
    margin-top: 30px;
  }
  .breadcrumbs-nav {
    padding-top: 65px;
  }
  .ctn .page5 .w1440 .img {
    width: 100%;
  }
  .ctn .page5 .w1440 .txt {
    width: 100%;
    margin-top: 30px;
  }
  .ctn .page5 .w1440 .txt .des {
    margin-top: 15px;
  }
  .ctn .page5 {
    padding: 40px 0 150px;
  }
  .ctn .page3 .w1440 {
    flex-wrap: wrap;
  }
  .ctn .page3 .w1440 .item-l {
    width: 100%;
  }
  .ctn .page3 .w1440 .item-r {
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: static;
    transform: translateY(0);
  }
  .ctn .page3 .w1440 .item-r .sw-ctn {
    position: static;padding-bottom:7vw;
  }
  .ctn .page3 {
    height: auto;
    padding: 50px 0;
  }
  .ctn .page3 .w1440 .item-l .tit {
    margin-bottom: 20px;
    text-align: center;
  }
  .ctn .page3 .w1440 .item-l .sw-year {
    margin-top: 0px;
    height: 120px;
  }
  .ctn .page3 .w1440 .item-l .sw-year .swiper-slide span {
    font-size: 14px;
  }
  .ctn .page3 .w1440 .item-l .sw-year .swiper-slide p,
  .ctn .page3 .w1440 .item-l .sw-year .swiper-slide span {
    line-height: 35px;
    height: 36px;
  }
  .ctn .page3 .w1440 .item-l .num {
    width: 220px;
    margin: 0 auto;
  }
  .ctn .page3 .w1440 .item-l .num div {
    font-size: 100px;
  }
  .ctn .page4 .tab a {
    width: 24%;
    margin-left: 0;
  }
  .ctn .page4 .tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .ctn .page4 .box-swiper{height:auto;}
  .ctn .page4 .box-swiper .item{position: static;}
  .ctn .page4 .box-swiper .item .swiper-button-next {
    right: 0;
  }
  .ctn .page4 .box-swiper .item .swiper-button-prev {
    left: 0;
  }
  .ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-prev{
    right: auto;top:90%;
    left: 44%;transform: rotate(0deg);width:40px;height:40px;
}

.ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-next{
  right: 44%;top:90%;transform: rotate(0deg);width:40px;height:40px;
}
  .ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-prev:after{font-size:18px;}
  .ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-next:after{font-size:18px;}
}
@media screen and (max-width: 768px) {
  .ctn .page1 .txt {
    width: 100%;
  }
  .ctn .page1 .txt-r ul i {
    font-size: 12px;
  }
  .ctn .page1 .txt-r ul img {
    width: 18px;
    margin-right: 5px;
  }
  .ctn .page2 .w1440 .labels li {
    width: 28vw!important;
    height: 28vw!important;
    margin-bottom: 15px;
    animation-name: none;
    position: static;
  }
  .ctn .page2 .w1440 .labels li p {
    font-size: 16px!important;
  }
  .ctn .page2 .w1440 .labels li .txt {
        border: 2px solid #e1e7e9;
    padding:0;
  }
  .ctn .page2 .w1440 .labels li:hover .txt{
  border: 2px solid #ffffff;
  }
  .ctn .page2 {
    height: auto;
  }
  .ctn .page2 .w1440 {
    position: relative;
    transform: translate(0, 0);
    left: 0;
  }
  .ctn .page2 .w1440 .tit {
    margin-top: 0;
    padding-top: 40px;
  }
  .ctn .page2 .w1440 .labels {
    margin-top: 30px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  
  .ctn .page2 .w1440 .labels li:hover .txt::after {
    opacity: 0;
  }
  .ctn .page2 .w1440 .labels li:hover .txt span {
    font-size:12px!important;
  }
  .ctn .page4 {
    padding: 40px 0;
  }
  .ctn .page5 .w1440 .img {
    height: 220px;
  }
  .ctn .page5 .w1440 .img .ic {
    width: 50px;
    height: 50px;
  }
  .ctn .page5 .w1440 .img .ic svg {
    width: 18px;
    height: 18px;
  }
  .ctn .page5 .w1440 ul {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .ctn .page5 .w1440 ul .txt {
    text-align: left;
    margin-top: 0;
  }
  .ctn .page5 .w1440 ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  .ctn .page4 .tab a {
    width: 48%;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .ctn .page4 .box-swiper {
    margin-top: 20px;
  }
  .ctn .page4 .sw-honor .swiper-slide p {
    font-size: 14px;
  }
  .ctn .page4 .sw-honor .swiper-slide span {
    font-size: 12px;
  }
  .ctn .page3 .w1440 .item-r .sw-ctn{padding-bottom:13vw;}
    .ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-prev{
    right: auto;top:95%;left:34%;
}

.ctn .page3 .w1440 .item-r .sw-ctn .swiper-button-next{
  right: 34%;top:95%;
}
  .ctn .page3 .w1440 .item-l .num div{font-size:86px;}
}
/*# sourceMappingURL=./about-us.css.map */