.company-introduction .page1 {
  width: 100%;
  height: 620px;
  background-image: url("../img/about/company-introduction-page1.jpg");
  background-size: 100% 100%;
  padding-top: 234px;
}
.company-introduction .page2 {
  margin-top: 86px;
}
.company-introduction .page2 .w1200 {
  width: 1300px;
}
.company-introduction .page2 .content-box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.company-introduction .page2 .content-box .left {
  width: 637px;
  animation: fadeInRight 0.5s 1 0.2s;
  animation-fill-mode: both;
}
.company-introduction .page2 .content-box .left .img {
  width: 100%;
}
.company-introduction .page2 .content-box .right {
  width: 650px;
  animation: fadeInLeft 0.5s 1 0.2s;
  animation-fill-mode: both;
}
.company-introduction .page2 .content-box .right .text {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
  text-indent: 2em;
}
.company-introduction .page3 {
  width: 100%;
  height: 812px;
  background-image: url("../img/about/company-introduction-page3-bg.png");
  background-size: 100% 100%;
  padding-top: 75px;
  margin-top: 95px;
}
.company-introduction .page3 .public-title .text-box {
  animation: none;
  animation-fill-mode: both;
}
.company-introduction .page3 .public-title .desc {
  animation: none;
  animation-fill-mode: both;
}
.company-introduction .page3 .title {
  margin-top: 55px;
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.company-introduction .page3 .list-box {
  width: 1150px;
  margin: 232px auto 0;
  display: flex;
  justify-content: space-between;
}
.company-introduction .page3 .list-box .item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(225, 225, 225, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  font-style: italic;
  transition: all 0.5s;
}
.company-introduction .page3 .list-box .item:hover {
  background: #0571dd;
  color: #fff;
}
.company-introduction .page3.act .public-title .text-box {
  animation: fadeInUp 0.5s 1 0.2s;
  animation-fill-mode: both;
}
.company-introduction .page3.act .public-title .desc {
  animation: fadeInDown 0.5s 1 0.4s;
  animation-fill-mode: both;
}
.company-introduction .page3.act .title {
  animation: fadeInDown 0.5s 1 0.6s;
  animation-fill-mode: both;
}
.company-introduction .page3.act .list-box .item:nth-child(1) {
  animation: fadeInDown 0.5s 1 0.8s;
  animation-fill-mode: both;
}
.company-introduction .page3.act .list-box .item:nth-child(2) {
  animation: fadeInDown 0.5s 1.2s;
  animation-fill-mode: both;
}
.company-introduction .page3.act .list-box .item:nth-child(3) {
  animation: fadeInDown 0.5s 1.6s;
  animation-fill-mode: both;
}
.company-introduction .page3.act .list-box .item:nth-child(4) {
  animation: fadeInDown 0.5s 1.8s;
  animation-fill-mode: both;
}
.company-introduction .page4 {
  margin-top: 95px;
}
.company-introduction .page4 .w1200 {
  width: 1200px;
}
.company-introduction .page4 .public-title .text-box {
  animation: none;
  animation-fill-mode: both;
}
.company-introduction .page4 .public-title .desc {
  animation: none;
  animation-fill-mode: both;
}
.company-introduction .page4 .swiper-box {
  position: relative;
  margin-top: 50px;
}
.company-introduction .page4 .swiper-box .swiper-container {
  padding: 10px 0;
  box-sizing: border-box;
}
.company-introduction .page4 .swiper-box .swiper-slide {
  width: 370px;
  height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #dee9f5;
}
.company-introduction .page4 .swiper-box .swiper-slide:hover .hover-box {
  transform: translateY(0);
}
.company-introduction .page4 .swiper-box .swiper-slide .img-box {
  width: 100%;
  height: 100%;
}
.company-introduction .page4 .swiper-box .swiper-slide .img-box .img {
  width: 100%;
}
.company-introduction .page4 .swiper-box .swiper-slide .hover-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: all 0.5s;
  background: rgba(225, 225, 225, 0.9);
  color: #333333;
}
.company-introduction .page4 .swiper-box .swiper-slide .hover-box .tit {
  margin-bottom: 15px;
}
.company-introduction .page4 .swiper-box .swiper-slide .hover-box .tit .name {
  font-size: 26px;
}
.company-introduction .page4 .swiper-box .swiper-slide .hover-box .tit .jion {
  font-size: 16px;
  margin-left: 10px;
}
.company-introduction .page4 .swiper-box .swiper-slide .hover-box .text {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}
.company-introduction .page4 .swiper-box .swiper-button-next {
  right: -95px;
  background: url("../img/main-swiper-button-next.png") no-repeat center / 100%;
}
.company-introduction .page4 .swiper-box .swiper-button-prev {
  left: -95px;
  background: url("../img/main-swiper-button-prev.png") no-repeat center / 100%;
}
.company-introduction .page4 .swiper-box .swiper-button-next,
.company-introduction .page4 .swiper-box .swiper-button-prev {
  width: 53px;
  height: 87px;
  margin-top: -43px;
  outline: none;
}
.company-introduction .page4.act .public-title .text-box {
  animation: fadeInUp 0.5s 1 0.2s;
  animation-fill-mode: both;
}
.company-introduction .page4.act .public-title .desc {
  animation: fadeInDown 0.5s 1 0.4s;
  animation-fill-mode: both;
}
.company-introduction .page4.act .swiper-box {
  animation: fadeInUp 0.5s 1 0.6s;
  animation-fill-mode: both;
}
.company-introduction .page5 {
  margin-top: 90px;
}
.company-introduction .page5 .public-title .text-box {
  animation: none;
  animation-fill-mode: both;
}
.company-introduction .page5 .public-title .desc {
  animation: none;
  animation-fill-mode: both;
}
.company-introduction .page5 .w1200 {
  width: 1300px;
}
.company-introduction .page5 .page5-content {
  width: 100%;
  height: 762px;
  background-image: url("../img/about/company-introduction-page5-content.png");
  background-size: 100% 100%;
  padding-top: 60px;
}
.company-introduction .page5 .list-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.company-introduction .page5 .list-box .item {
  flex: none;
  width: 290px;
  height: 160px;
  margin-top: 50px;
  margin-left: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-introduction .page5 .list-box .item:nth-child(1),
.company-introduction .page5 .list-box .item:nth-child(2),
.company-introduction .page5 .list-box .item:nth-child(3),
.company-introduction .page5 .list-box .item:nth-child(4) {
  margin-top: 0;
}
.company-introduction .page5 .list-box .item:nth-child(4n - 3) {
  margin-left: 0;
}
.company-introduction .page5 .list-box .item .img {
  max-width: 100%;
  max-height: 100%;
}
.company-introduction .page5.act .public-title .text-box {
  animation: fadeInUp 0.5s 1 0.2s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .public-title .desc {
  animation: fadeInDown 0.5s 1 0.4s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(1) {
  animation: fadeInUp 0.5s 1 0.4s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(2) {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(3) {
  animation: fadeInUp 0.5s 1.2s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(4) {
  animation: fadeInUp 0.5s 1.6s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(5) {
  animation: fadeInUp 0.5s 1.9s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(6) {
  animation: fadeInUp 0.5s 2.2s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(7) {
  animation: fadeInUp 0.5s 2.5s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(8) {
  animation: fadeInUp 0.5s 2.8s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(9) {
  animation: fadeInUp 0.5s 3s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(10) {
  animation: fadeInUp 0.5s 3.2s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(11) {
  animation: fadeInUp 0.5s 3.4s;
  animation-fill-mode: both;
}
.company-introduction .page5.act .list-box .item:nth-child(12) {
  animation: fadeInUp 0.5s 3.6s;
  animation-fill-mode: both;
}
.glory-intelligence .page1 {
  width: 100%;
  height: 620px;
  background-image: url("../img/about/company-introduction-page1.jpg");
  background-size: 100% 100%;
  padding-top: 234px;
}
.glory-intelligence .content-box {
  box-sizing: border-box;
  background: #fff;
  padding: 60px 65px;
  margin-top: 50px;
}
.glory-intelligence .page2 {
  margin-top: 105px;
}
.glory-intelligence .page2 .w1200 {
  width: 1500px;
}
.glory-intelligence .page2 .list-box {
  display: flex;
  justify-content: space-around;
  padding-bottom: 35px;
  border-bottom: 1px solid #eeeeee;
}
.glory-intelligence .page2 .list-box.list-box2 {
  margin-top: 40px;
  border-bottom: none;
}
.glory-intelligence .page2 .list-box.list-box2 .list-item .img-box {
  width: 334px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.glory-intelligence .page2 .list-box.list-box2 .list-item .img-box:hover .img {
  transform: scale(1.1);
}
.glory-intelligence .page2 .list-box.list-box2 .list-item .img-box .img {
  width: auto;
  max-width: 100%;
  transition: all 0.5s;
}
.glory-intelligence .page2 .list-box .list-item .img-box {
  width: 334px;
  height: 215px;
  overflow: hidden;
}
.glory-intelligence .page2 .list-box .list-item .img-box:hover .img {
  transform: scale(1.1);
}
.glory-intelligence .page2 .list-box .list-item .img-box .img {
  width: 100%;
  transition: all 0.5s;
}
.glory-intelligence .page2 .list-box .list-item .text {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}
.glory-intelligence .page2 .public-title2.active {
  animation: fadeInDown 0.5s 0.6s;
  animation-fill-mode: both;
}
.glory-intelligence .page2 .list-box.active {
  animation: fadeInUp 0.5s 0.2s;
  animation-fill-mode: both;
}
.glory-intelligence .page3 {
  margin-top: 105px;
}
.glory-intelligence .page3 .w1200 {
  width: 1500px;
}
.glory-intelligence .page3 .list-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.glory-intelligence .page3 .list-box .list-item {
  width: 330px;
  margin-top: 30px;
}
.glory-intelligence .page3 .list-box .list-item .img-box {
  width: 180px;
  height: 240px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.glory-intelligence .page3 .list-box .list-item .img-box:hover .img {
  transform: scale(1.1);
}
.glory-intelligence .page3 .list-box .list-item .img-box .img {
  width: 100%;
  transition: all 0.5s;
}
.glory-intelligence .page3 .list-box .list-item .text {
  font-size: 14px;
  text-align: center;
  color: #333333;
}
.glory-intelligence .page3 .public-title2.active {
  animation: fadeInDown 0.5s 0.6s;
  animation-fill-mode: both;
}
.glory-intelligence .page3 .list-box.active {
  animation: fadeInUp 0.5s 0.2s;
  animation-fill-mode: both;
}
.glory-intelligence .page4 {
  margin-top: 105px;
  padding-bottom: 120px;
}
.glory-intelligence .page4 .w1200 {
  width: 1500px;
}
.glory-intelligence .page4 .list-box {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.glory-intelligence .page4 .list-box.list-box2 {
  justify-content: center;
  margin-top: 30px;
}
.glory-intelligence .page4 .list-box.list-box2 .list-item {
  margin-left: 130px;
}
.glory-intelligence .page4 .list-box .list-item {
  width: 323px;
}
.glory-intelligence .page4 .list-box .list-item .img-box {
  width: 323px;
  height: 244px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.glory-intelligence .page4 .list-box .list-item .img-box:hover .img {
  transform: scale(1.1);
}
.glory-intelligence .page4 .list-box .list-item .img-box .img {
  width: 100%;
  transition: all 0.5s;
}
.glory-intelligence .page4 .list-box .list-item .text {
  font-size: 14px;
  text-align: center;
  color: #333333;
}
.glory-intelligence .page4 .public-title2.active {
  animation: fadeInDown 0.5s 0.6s;
  animation-fill-mode: both;
}
.glory-intelligence .page4 .list-box.active {
  animation: fadeInUp 0.5s 0.2s;
  animation-fill-mode: both;
}
.develop-history .page1 {
  width: 100%;
  height: 620px;
  background-image: url("../img/about/develop-history-page1.jpg");
  background-size: 100% 100%;
  padding-top: 234px;
}
.develop-history .page2 {
  margin-top: 105px;
  padding-bottom: 120px;
}
.develop-history .page2 .content-box {
  margin-top: 70px;
  position: relative;
}
.develop-history .page2 .content-box .line-box {
  width: 4px;
  height: 1190px;
  margin: 0 auto;
  background-image: url("../img/about/icon-line.png");
  background-size: 100% 100%;
}
.develop-history .page2 .content-box .found-time {
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.develop-history .page2 .content-box .found-time.act {
  animation: fadeInUp 0.5s 0.2s;
  animation-fill-mode: both;
}
.develop-history .page2 .content-box .dot-list .item {
  position: absolute;
  width: 23px;
  height: 23px;
  left: 50%;
  margin-left: -12px;
}
.develop-history .page2 .content-box .dot-list .item.item1 {
  top: 124px;
}
.develop-history .page2 .content-box .dot-list .item.item2 {
  top: 355px;
}
.develop-history .page2 .content-box .dot-list .item.item3 {
  top: 580px;
}
.develop-history .page2 .content-box .dot-list .item.item4 {
  top: 740px;
}
.develop-history .page2 .content-box .dot-list .item.item5 {
  top: 940px;
}
.develop-history .page2 .content-box .dot-list .item::before,
.develop-history .page2 .content-box .dot-list .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #0571dd;
  z-index: 5;
}
.develop-history .page2 .content-box .dot-list .item::after {
  background: #86b9ec;
  z-index: 3;
  animation: myfirst 2s infinite;
}
.develop-history .page2 .content-box .text-list .item {
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.develop-history .page2 .content-box .text-list .item.item1 {
  top: 119px;
}
.develop-history .page2 .content-box .text-list .item.item2 {
  top: 350px;
}
.develop-history .page2 .content-box .text-list .item.item3 {
  top: 575px;
}
.develop-history .page2 .content-box .text-list .item.item4 {
  top: 735px;
}
.develop-history .page2 .content-box .text-list .item.item5 {
  top: 935px;
}
.develop-history .page2 .content-box .text-list .item.item6 {
  top: 1140px;
}
.develop-history .page2 .content-box .text-list .item.item7 {
  top: 1380px;
}
.develop-history .page2 .content-box .text-list .item .left,
.develop-history .page2 .content-box .text-list .item .right {
  flex: none;
  width: 590px;
}
.develop-history .page2 .content-box .text-list .item .left {
  text-align: right;
}
.develop-history .page2 .content-box .text-list .item .right {
  text-align: left;
}
.develop-history .page2 .content-box .text-list .item .time {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.develop-history .page2 .content-box .text-list .item .text-box {
  position: relative;
}
.develop-history .page2 .content-box .text-list .item .text-box.right {
  padding-left: 70px;
}
.develop-history .page2 .content-box .text-list .item .text-box.right::before {
  left: 0;
  right: auto;
}
.develop-history .page2 .content-box .text-list .item .text-box.left {
  padding-right: 70px;
}
.develop-history .page2 .content-box .text-list .item .text-box.left::before {
  left: auto;
  right: 0;
}
.develop-history .page2 .content-box .text-list .item .text-box::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 0;
  border-bottom: 1px solid #333333;
  left: 0;
  top: 15px;
}
.develop-history .page2 .content-box .text-list .item .text-box .text {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.develop-history .page2 .content-box .text-list .item.act {
  animation: fadeInUp 0.5s 0.2s;
  animation-fill-mode: both;
}
