.index-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-title .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.index-title .text h3 {
  color: #00adb8;
  font-size: 36px;
  font-weight: bold;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-title .text span {
  color: #666666;
  font-size: 24px;
  margin-left: 1em;
  text-transform: uppercase;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-title .more-btn {
  margin-left: auto;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-1 {
  padding: 50px 0;
  background-color: #e9eef0;
}

.index-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-1 ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}

.index-1 ul li .num {
  color: #00adb8;
  font-size: 24px;
}

.index-1 ul li .num span {
  font-size: 48px;
  font-weight: bold;
  margin-right: 10px;
}

.index-1 ul li p {
  color: #787878;
  font-size: 20px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-1 ul li .line {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #c9c9c9;
  border-top: 28px solid #00adb8;
}

.index-2 {
  width: 100%;
  height: 931px;
  padding-top: 100px;
  background: url(../images/bg.jpg) no-repeat center center;
}

.index-2 .index-tit h3 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .index-tit h3 span {
  color: #00adb8;
}

.index-2 .index-tit p {
  color: #666666;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

.index-2 .about .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.index-2 .about .info h3 {
  color: #00adb8;
  font-size: 30px;
  line-height: 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .about .info .desc {
  color: #333333;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .about .info .more-btn {
  font-size: 16px;
  margin-top: 12px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .about .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  bottom: -100px;
  position: absolute;
  background-color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  z-index: 2;
  -webkit-box-shadow: 0 0 16px 0 rgba(68, 68, 68, 0.3);
  box-shadow: 0 0 16px 0 rgba(68, 68, 68, 0.3);
}

.index-2 .about .info ul li {
  margin: 0 50px;
  text-align: center;
}

.index-2 .about .info ul li .iconfont {
  color: #515151;
  font-size: 48px;
}

.index-2 .about .info ul li p {
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
  margin-top: 10px;
}

.index-2 .about .media-box {
  width: 50%;
  margin-left: 80px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-2 .about .media-box img,
.index-2 .about .media-box video {
  width: 100%;
}

.index-3 {
  padding: 60px 0;
}

.index-3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-3 ul li {
  width: 23.5%;
  height: 0;
  padding-top: 28%;
  position: relative;
  margin-bottom: 122px;
  margin-right: 2%;
  margin-top: 40px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.index-3 ul li:nth-child(4n) {
  margin-right: 0;
}

.index-3 ul li .pic {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #fafafa;
}

.index-3 ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-3 ul li .info {
  width: 100%;
  height: 122px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.index-3 ul li .info .tit {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.index-3 ul li .info .more {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  padding: 0.5em 1.5em;
  margin-top: 12px;
  text-transform: uppercase;
  background-color: #949c9f;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.index-3 ul li:hover .info {
  background-color: #1d73b3;
}

.index-3 ul li:hover .info .tit {
  color: #fff;
}

.index-3 ul li:hover .info .more {
  background-color: #00adb8;
}

.index-4 {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  height: 624px;
  background-size: cover;
  position: relative;
  background: url(../images/bg1.jpg) no-repeat center center;
}

.index-4 .cont {
  padding-top: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index-4 .cont .en {
  color: #666666;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-4 .cont h3 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-4 .cont .tel {
  color: #00adb8;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-4 .cont p {
  color: #666666;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-5 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 720px;
  position: relative;
  background-size: cover;
  background: url(../images/bg2.jpg) no-repeat top center;
}

.index-5 .cont {
  padding-top: 5%;
}

.index-5 .cont .index-tit {
  text-align: center;
}

.index-5 .cont .index-tit h3 {
  color: #fff;
  font-size: 36px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  text-shadow: 0 0 5px rgba(68, 68, 68, 0.8);
}

.index-5 .cont .index-tit p {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  text-shadow: 0 0 5px rgba(68, 68, 68, 0.8);
}

.index-5 .cont .honor {
  margin-top: 6%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-5 .cont .honor .honor-swiper .swiper-wrapper .swiper-slide {
  padding-top: 22%;
}

.index-5 .cont .honor .honor-swiper .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.index-5 .cont .honor .honor-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}

.index-5 .cont .honor .btns .swiper-button-prev {
  left: -60px;
  top: 50%;
}

.index-5 .cont .honor .btns .swiper-button-next {
  right: -60px;
  top: 50%;
}

.index-6 {
  padding: 100px 0;
}

.index-6 .index-tit h3 {
  color: #333;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-6 .index-tit h3 span {
  color: #00adb8;
}

.index-6 .index-tit p {
  color: #666666;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-6 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-6 ul li {
  width: 32%;
  padding-top: 24%;
  position: relative;
  margin-right: 2%;
  margin-top: 2%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.index-6 ul li:nth-child(3n) {
  margin-right: 0;
}

.index-6 ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-6 ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-7 {
  width: 100%;
  height: 853px;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  position: relative;
  background: url(../images/bg3.jpg) no-repeat center center;
}

.index-7 .cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 6%;
}

.index-7 .cont .title h3 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
}

.index-7 .cont .title .en {
  color: #666666;
  font-size: 24px;
  margin-top: 2%;
  text-transform: uppercase;
}

.index-7 .cont .title p {
  color: #999999;
  margin-top: 2%;
  font-size: 16px;
}

.index-7 .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 335px;
  margin-top: 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-7 .cont ul li {
  width: 19%;
  border-radius: 16px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 315px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 18px;
}

.index-7 .cont ul li .iconfont {
  font-size: 60px;
  color: #00adb8;
  font-weight: lighter;
}

.index-7 .cont ul li h3 {
  color: #00adb8;
  font-size: 24px;
  margin-top: 1em;
}

.index-7 .cont ul li .desc {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.index-7 .cont ul li:nth-child(odd) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.index-7 .cont ul li:nth-child(even) {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.index-8 {
  padding: 100px 0;
}

.index-8 .index-tit h3 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-8 .index-tit h3 span {
  color: #00adb8;
}

.index-8 .index-tit p {
  color: #666666;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-8 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-8 ul li {
  height: 0;
  width: 32%;
  margin-right: 2%;
  padding-top: 20%;
  position: relative;
  margin-bottom: 196px;
  -webkit-box-shadow: 0 0 16px 0 rgba(68, 68, 68, 0.3);
  box-shadow: 0 0 16px 0 rgba(68, 68, 68, 0.3);
}

.index-8 ul li:last-child {
  margin-right: 0;
}

.index-8 ul li .pic {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.index-8 ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-8 ul li .info {
  width: 100%;
  height: 196px;
  padding: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(68, 68, 68, 0.3);
  box-shadow: 0 0 16px 0 rgba(68, 68, 68, 0.3);
}

.index-8 ul li .info .tit {
  color: #666666;
  font-size: 18px;
  line-height: 1;
}

.index-8 ul li .info .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  margin-top: 12px;
}

.index-8 ul li .info .more {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #dddddd;
  text-transform: uppercase;
}

.index-8 ul li .info .more span {
  color: #dddddd;
  font-size: 16px;
  margin-left: auto;
}