.n-about{
  width: 100%;
  overflow: hidden;
  background:url(../images/briefBg.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -4.6vw;
  padding-top: 4.6vw;
  position: relative;
  z-index: 1;
}
.n-about .about-box1{
  padding:120px 0;
  overflow: hidden;
}
.n-about .about-box1 .about{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.n-about .about-box1 .about .left{
  width: 30%;
  color: #0348b2;
}
.n-about .about-box1 .about .left h1{
  font-size: 42px;
  line-height: 42px;
}
.n-about .about-box1 .about .left h2{
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}
.n-about .about-box1 .about .right{
  width: 66%;
}
.n-about .about-box1 .about .right .title{
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
.n-about .about-box1 .about .right .title span{
  color: #0348b2;
}
.n-about .about-box1 .about .right .content{
  margin-top: 40px;
}
.n-about .about-box1 .number{
  margin-top: 80px;
}
.n-about .about-box1 .number ul{
  display: flex;
  justify-content: space-between;
}
.n-about .about-box1 .number li{
  display: flex;
  align-items: flex-start;
}
.n-about .about-box1 .number .info{
  margin-left: 20px;
}
.n-about .about-box1 .number .info .info-1{
  display: flex;
  align-items: flex-start;
}
.n-about .about-box1 .number .info .info-1 .counter{
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}
.n-about .about-box1 .number .info .info-2{
  margin-top: 10px;
}
.n-about .about-box1 .video{
  margin-top: 80px;
  height: 66vh;
  background: url(../images/briefVideoBg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.n-about .about-box1 .video a{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.n-about .about-box1 .video img{
  display: block;
  animation: rotate 10s linear infinite;
  transition: ease 1s;
  -webkit-animation: rotate 10s linear infinite;
}
.n-about .about-box2{
  width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  background:url(../images/cultureBg.jpg) #0348b2 no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
}
.n-about .about-box2 .title{
  text-align: center;
  color: #fff;
}
.n-about .about-box2 .title h1{
  font-size: 48px;
  line-height: 48px;
  display: block;
}
.n-about .about-box2 .title h2{
  font-size: 120px;
  opacity: 0.2;
  line-height: 1;
  font-weight: bold;
  -webkit-text-stroke: 1px #ddd;
  text-stroke: 1px #ddd;
  color: transparent;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}
.n-about .about-box2 .title h3{
  margin-top: -1.5em;
  font-size: 50px;
  font-weight: 600;
  display: block;
}
.n-about .about-box2 .content{
  margin-top: 60px;
  position: relative;
  color: #fff;
}
.n-about .about-box2 .content .x-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.3rem;
  height: 100%;
}
.n-about .about-box2 .content .x-line .x-i1 {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: url(../images/x-zhixx1.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
}
.n-about .about-box2 .content .x-line .x-i3 {
    display: inline-block;
    width: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    max-height: 95%;
    transition: 0.1s ease;
}
.n-about .about-box2 .content .x-line .x-i3 img {
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    object-fit: contain;
    max-width: initial;
}
.n-about .about-box2 .content .cultureUl li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}
.n-about .about-box2 .content .cultureUl li:nth-child(2n){
  flex-direction: row-reverse;
  text-align: right;
}
.n-about .about-box2 .content .cultureUl .image,
.n-about .about-box2 .content .cultureUl .text{
  width: 42%;
}
.n-about .about-box2 .content .cultureUl .image{
  border-radius: 20px;
  overflow: hidden;
}
.n-about .about-box2 .content .cultureUl .image img{
  width: 100%;
  display: block;
}
.n-about .about-box2 .content .cultureUl .text .text-1{
  font-size: 32px;
  font-weight: 600;
}
.n-about .about-box2 .content .cultureUl .text .text-2{
  font-size: 20px;
}
.n-about .about-box3{
  width: 100%;
  padding:60px 0 120px 0;
  background: url(../images/historyBg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  overflow: hidden;
}
.n-about .about-box3 .title{
  text-align: center;
}
.n-about .about-box3 .title h2{
  font-size: 120px;
  opacity: 0.2;
  line-height: 1;
  font-weight: bold;
  -webkit-text-stroke: 1px #ddd;
  text-stroke: 1px #ddd;
  color: transparent;
  text-transform: uppercase;
  display: block;
}
.n-about .about-box3 .title h3{
  margin-top: -1.5em;
  font-size: 50px;
  font-weight: 600;
  display: block;
}
.n-about .about-box3 .content{
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.n-about .about-box3 .content .info{
  width: 80%;
  background:#fff;
  border-radius: 20px;
  padding:30px 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.n-about .about-box3 .content .info .historyUl li{
  position: relative;
  display: none;
}
.n-about .about-box3 .content .info .historyUl li.active {
  display: block;
}
.n-about .about-box3 .content .info .historyUl .years {
  position: absolute;
  top: 0;
  line-height: 1;
  margin-top: -.8em;
  right: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0348b2, #0f60dd);
  font-size: 100px;
  font-weight: 700;
}
.n-about .about-box3 .content .info .historyUl .words{
  width: 64%;
  line-height: 2.4;
}
.n-about .about-box3 .content .circle{
  width: 43vw;
  height: 15.625vw;
  margin: 9.375vw auto 0;
  position: relative;
}
.n-about .about-box3 .content .circle:before {
  content: '';
  width: 43vw;
  height: 43vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/img-11.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.n-about .about-box3 .content .circle:after{
  content: '';
  width: 1px;
  height: 3.125vw;
  position: absolute;
  left: 50%;
  top: -1.5625vw;
  background-image: linear-gradient(180deg, #0348b2, #7fb0fa);
  z-index: 2;
}
.n-about .about-box3 .content .circle .img-box {
  width: 43vw;
  height: 43vw;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.n-about .about-box3 .content .circle .items {
  width: 43vw;
  height: 43vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: transform .3s ease;
  font-size: 50px;
  font-weight: 600;
}
.n-about .about-box3 .content .circle .items .item{
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 50%;
  transform-origin: center bottom;
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(1) {
    transform: rotate(0deg);
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(2) {
    transform: rotate(-25.7deg);
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(3) {
    transform: rotate(-51.4deg);
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(4) {
    transform: rotate(-77.1deg);
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(5) {
    transform: rotate(-102.8deg);
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(6) {
    transform: rotate(-128.5deg);
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(7) {
    transform: rotate(-154.2deg);
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(8) {
    transform: rotate(-179.9deg);
}
.n-about .about-box3 .content .circle .items .item:nth-of-type(9) {
    transform: rotate(-205.6deg);
}
.n-about .about-box3 .content .circle .items .item span {
    position: absolute;
    bottom: calc(100% + 2vw);
    left: 50%;
    color: #dedede;
    transform: translateX(-50%) scale(0.75);
    transition: all .3s ease;
    cursor: pointer;
}
.n-about .about-box3 .content .circle .items .item.active span {
    color: #0348b2;
    transform: translateX(-50%) scale(1);
    bottom: calc(100% + 3vw);
}
.n-about .about-box4{
  width: 100%;
  padding:60px 0 120px 0;
  background: url(../images/honorBg.png) no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
}
.n-about .about-box4 .title{
  text-align: center;
}
.n-about .about-box4 .title h2{
  font-size: 120px;
  opacity: 0.2;
  line-height: 1;
  font-weight: bold;
  -webkit-text-stroke: 1px #ddd;
  text-stroke: 1px #ddd;
  color: transparent;
  text-transform: uppercase;
  display: block;
}
.n-about .about-box4 .title h3{
  margin-top: -1.5em;
  font-size: 50px;
  font-weight: 600;
  display: block;
}
.n-about .about-box4 .content{
  margin-top: 60px;
}
.n-about .about-box4 .content .x-box1,
.n-about .about-box4 .content .x-box2{
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.n-about .about-box4 .content .x-ul{
  display: flex;
}
.n-about .about-box4 .content .x-ul .x-li{
  width: 19.7vw;
  height: 12.5vw;
  margin:0 12px;
  padding:25px;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-about .about-box4 .content .x-ul .x-li:hover{
  color: #fff;
  background: linear-gradient(to bottom, #0f63e1, #0348b2);
}
.n-about .about-box4 .content .x-ul .x-li .text{
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  text-align: center;
  word-break: break-word;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.n-about .about-box4 .content .x-ul .x-li .honorImg {
  max-width: 100%;
    max-height: 100%;
    opacity: .08;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}
.n-about .about-box5{
  width: 100%;
  background: #f9f9f9;
  padding:60px 0 120px 0;
  overflow: hidden;
}
.n-about .about-box5 .title{
  text-align: center;
}
.n-about .about-box5 .title h2{
  font-size: 120px;
  opacity: 0.2;
  line-height: 1;
  font-weight: bold;
  -webkit-text-stroke: 1px #ddd;
  text-stroke: 1px #ddd;
  color: transparent;
  text-transform: uppercase;
  display: block;
}
.n-about .about-box5 .title h3{
  margin-top: -1.5em;
  font-size: 50px;
  font-weight: 600;
  display: block;
}
.n-about .about-box5 .content{
  position: relative;
  margin-top: 60px;
}
.n-about .about-box5 .content .cursor{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.n-about .about-box5 .content .next, 
.n-about .about-box5 .content .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.n-about .about-box5 .content .prev {
    left: 21%;
}
.n-about .about-box5 .content .next {
    right: 21%;
}
.n-about .about-box5 .content .corporateSwiper .swiper-slide img{
  border-radius: 20px;
  display: block;
  width: 100%;
}
.n-about .about-box5 .content .corporateSwiper .swiper-slide .bigImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-about .about-box5 .content .corporateSwiper .swiper-slide {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
}
.n-about .about-box5 .content .corporateSwiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.n-about .about-box5 .content .pagination{
  display: none;
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .n-about .about-box1 .about .left h1{
    font-size: 36px;
    line-height: 36px;
  }
  .n-about .about-box1 .about .left h2{
    font-size: 72px;
    line-height: 72px;
  }
  .n-about .about-box1 .number .info .info-1 .counter{
    font-size: 54px;
    line-height: 54px;
  }
  .n-about .about-box2 .title h1{
    font-size: 42px;
    line-height: 42px;
  }
  .n-about .about-box2 .title h2{
    font-size: 100px;
  }
  .n-about .about-box2 .title h3{
    font-size: 42px;
  }
  .n-about .about-box2 .content .cultureUl .text .text-1{
    font-size: 28px;
  }
  .n-about .about-box2 .content .cultureUl .text .text-2{
    font-size: 18px;
  }
  .n-about .about-box3 .title h2{
    font-size: 100px;
  }
  .n-about .about-box3 .title h3{
    font-size: 42px;
  }
  .n-about .about-box3 .content .info .historyUl .years{
    font-size: 90px;
  }
  .n-about .about-box3 .content .circle .items{
    font-size: 44px;
  }
  .n-about .about-box4 .title h2{
    font-size: 100px;
  }
  .n-about .about-box4 .title h3{
    font-size: 42px;
  }
  .n-about .about-box5 .title h2{
    font-size: 100px;
  }
  .n-about .about-box5 .title h3{
    font-size: 42px;
  }
}
@media (max-width: 1360px) {
  .n-about .about-box1 .about .left h1{
    font-size: 32px;
    line-height: 32px;
  }
  .n-about .about-box1 .about .left h2{
    font-size: 64px;
    line-height: 64px;
  }
  .n-about .about-box1 .about .right .title{
    font-style: 42px;
    line-height: 42px;
  }
  .n-about .about-box1 .number .info .info-1 .counter{
    font-size: 48px;
    line-height: 48px;
  }
  .n-about .about-box2 .title h1{
    font-size: 36px;
    line-height: 36px;
  }
  .n-about .about-box2 .title h2{
    font-size: 80px;
  }
  .n-about .about-box2 .title h3{
    font-size: 36px;
  }
  .n-about .about-box2 .content .cultureUl .text .text-1{
    font-size: 24px;
  }
  .n-about .about-box2 .content .cultureUl .text .text-2{
    font-size: 16px;
  }
  .n-about .about-box3 .title h2{
    font-size: 80px;
  }
  .n-about .about-box3 .title h3{
    font-size: 36px;
  }
  .n-about .about-box3 .content .info .historyUl .years{
    font-size: 72px;
  }
  .n-about .about-box3 .content .circle .items{
    font-size: 36px;
  }
  .n-about .about-box4 .title h2{
    font-size: 80px;
  }
  .n-about .about-box4 .title h3{
    font-size: 36px;
  }
  .n-about .about-box4 .content .x-ul .x-li .text{
    font-size: 18px;
  }
  .n-about .about-box5 .title h2{
    font-size: 80px;
  }
  .n-about .about-box5 .title h3{
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .n-about .about-box1{
    padding:10% 0;
  }
  .n-about .about-box1 .about{
    flex-direction: column;
  }
  .n-about .about-box1 .about .left,
  .n-about .about-box1 .about .right{
    width: 100%;
  }
  .n-about .about-box1 .about .right{
    margin-top: 6%;
  }
  .n-about .about-box1 .about .left h1{
    font-size: 26px;
    line-height: 26px;
  }
  .n-about .about-box1 .about .left h2{
    font-size: 48px;
    line-height: 48px;
  }
  .n-about .about-box1 .about .right .content{
    margin-top: 4%;
  }
  .n-about .about-box1 .about .right .title{
    font-size: 28px;
    line-height: 28px;
  }
  .n-about .about-box1 .number{
    margin-top: 8%;
  }
  .n-about .about-box1 .number ul{
    flex-wrap: wrap;
  }
  .n-about .about-box1 .number li{
    width: 50%;
  }
  .n-about .about-box1 .number li:nth-child(n+3){
    margin-top: 4%;
  }
  .n-about .about-box1 .number .info .info-1 .counter{
    font-size: 36px;
    line-height: 36px;
  }
  .n-about .about-box1 .video{
    margin-top: 8%;
    height: 50vh
  }
  .n-about .about-box1 .video img{
    width: 120px;
  }
  .n-about .about-box2{
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .n-about .about-box2 .title h1{
    font-size: 28px;
    line-height: 28px;
  }
  .n-about .about-box2 .title h2{
    font-size: 64px;
    margin-top: 3%;
  }
  .n-about .about-box2 .title h3{
    font-size: 28px;
  }
  .n-about .about-box2 .content{
    margin-top: 0;
  }
  .n-about .about-box2 .content .x-line{
    display: none;
  }
  .n-about .about-box2 .content .cultureUl .text .text-1{
    font-size: 20px;
  }
  .n-about .about-box2 .content .cultureUl .text .text-2{
    font-size: 14px;
  }
  .n-about .about-box2 .content .cultureUl li{
    padding-top: 6%;
    flex-direction: column;
  }
  .n-about .about-box2 .content .cultureUl li:nth-child(2n){
    flex-direction:column;
    text-align: left;
  }
  .n-about .about-box2 .content .cultureUl .image,
  .n-about .about-box2 .content .cultureUl .text{
    width: 100%;
  }
  .n-about .about-box2 .content .cultureUl .text{
    margin-top: 2%;
  }
  .n-about .about-box3{
    padding:6% 0 10% 0;
  }
  .n-about .about-box3 .title h2{
    font-size: 64px;
  }
  .n-about .about-box3 .title h3{
    font-size: 28px;
  }
  .n-about .about-box3 .content{
    margin-top: 6%;
  }
  .n-about .about-box3 .content .info{
    width: 100%;
    padding: 4%;
  }
  .n-about .about-box3 .content .info .historyUl .years{
    font-size: 42px;
  }
  .n-about .about-box3 .content .info .historyUl .years {
      bottom: auto;
      top: auto;
      left: auto;
      margin-top: 0;
      right: auto;
      position: relative;
  }
  .n-about .about-box3 .content .info .historyUl .words{
    width: 100%;
    line-height: 1.5;
    margin-top: 2%;
  }
  .n-about .about-box3 .content .circle {
    width: 66vw;
    height: 15.625vw;
    margin: 120px auto 0;
  }
  .n-about .about-box3 .content .circle .items{
    font-size: 28px;
    width: 66vw;
    height: 66vw;
  }
  .n-about .about-box3 .content .circle .img-box {
      width: 66vw;
      height: 66vw;
  }
  .n-about .about-box4{
    padding:6% 0 10% 0;
  }
  .n-about .about-box4 .title h2{
    font-size: 64px;
  }
  .n-about .about-box4 .title h3{
    font-size: 28px;
  }
  .n-about .about-box4 .content{
    margin-top: 6%;
  }
  .n-about .about-box4 .content .x-box1,
  .n-about .about-box4 .content .x-box2{
    margin-top: 3%;
  }
  .n-about .about-box4 .content .x-ul .x-li{
    width: 180px;
    height: 110px;
    padding:3%;
  }
  .n-about .about-box4 .content .x-ul .x-li .text{
    font-size: 16px;
    padding:0 20px;
  }
  .n-about .about-box5{
    padding:6% 0 10% 0;
  }
  .n-about .about-box5 .title h2{
    font-size: 64px;
  }
  .n-about .about-box5 .title h3{
    font-size: 28px;
  }
  .n-about .about-box5 .content{
    margin-top: 6%;
  }
  .n-about .about-box5 .content .cursor{
    display: none;
  }
  .n-about .about-box5 .content .pagination{
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .n-about .about-box5 .content .pagination .swiper-pagination-bullet{
    margin:0 2px;
  }
}
@media (max-width: 750px) {
  .n-about .about-box1 .about .left h1{
    font-size: 20px;
    line-height: 20px;
  }
  .n-about .about-box1 .about .left h2{
    font-size: 32px;
    line-height: 32px;
  }
  .n-about .about-box1 .about .right .title{
    font-size: 20px;
    line-height: 20px;
  }
  .n-about .about-box1 .number img{
    width: 30px;
  }
  .n-about .about-box1 .number .info{
    margin-left: 10px;
  }
  .n-about .about-box1 .number .info .info-1 .counter{
    font-size: 24px;
    line-height: 24px;
  }
  .n-about .about-box1 .video{
    height: 42vh;
  }
  .n-about .about-box1 .video img{
    width: 80px;
  }
  .n-about .about-box2{
    padding-top: 15%;
  }
  .n-about .about-box2 .title h1{
    font-size: 20px;
    line-height: 20px;
  }
  .n-about .about-box2 .title h2{
    font-size: 42px;
  }
  .n-about .about-box2 .title h3{
    font-size: 20px;
  }
  .n-about .about-box2 .content .cultureUl .image{
    border-radius: 10px;
  }
  .n-about .about-box2 .content .cultureUl .text .text-1{
    font-size: 16px;
  }
  .n-about .about-box3 .title h2{
    font-size: 42px;
  }
  .n-about .about-box3 .title h3{
    font-size: 20px;
  }
  .n-about .about-box3 .content .info{
    padding:6%;
  }
  .n-about .about-box3 .content .info .historyUl .years{
    font-size: 28px;
  }
  .n-about .about-box3 .content .circle .items{
    font-size: 20px;
  }
  .n-about .about-box3 .content .circle{
    margin-top: 80px;
  }
  .n-about .about-box4 .title h2{
    font-size: 42px;
  }
  .n-about .about-box4 .title h3{
    font-size: 20px;
  }
  .n-about .about-box4 .content .x-ul .x-li .text{
    font-size: 14px;
  }
  .n-about .about-box5 .title h2{
    font-size: 42px;
  }
  .n-about .about-box5 .title h3{
    font-size: 20px;
  }
}