.index-title {
  text-align: center;
  margin-bottom: 40px;
}

.index-title h2 {
  display: block;
  color: #333;
  font-size: 32px;
  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 p {
  display: block;
  color: #d3d3d3;
  font-size: 24px;
  -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;
  text-transform: uppercase;
}

.index-1 {
  margin-top: -61px;
  position: relative;
  z-index: 10;
}

.index-1 .cont {
  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;
  padding: 30px;
  background-color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 20px 0 rgba(68, 68, 68, 0.33);
  box-shadow: 0 0 20px 0 rgba(68, 68, 68, 0.33);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.index-1 .cont .left {
  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;
  -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-1 .cont .left .text p {
  color: #184987;
  font-size: 16px;
  font-weight: bold;
}

.index-1 .cont .left .text span {
  color: #888888;
  font-size: 12px;
}

.index-1 .cont .desc {
  color: #818181;
  font-size: 14px;
  line-height: 24px;
  width: 466px;
  -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-1 .cont .forms {
  -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-1 .cont .forms form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-1 .cont .forms form input {
  width: 211px;
  border-right: none;
  line-height: 33px;
  text-indent: 1em;
  border: 1px solid #e5e5e5;
}

.index-1 .cont .forms form button {
  background-color: #184987;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 0 1em;
}

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

.index-2 .cont {
  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;
}

.index-2 .cont .text {
  margin-right: 155px;
}

.index-2 .cont .text .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.index-2 .cont .text .tit h3 {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  -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: fadeInLeft;
  animation-name: fadeInLeft;
}

.index-2 .cont .text .tit span {
  color: #d3d3d3;
  font-size: 24px;
  margin-left: 0.5em;
  -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: fadeInLeft;
  animation-name: fadeInLeft;
}

.index-2 .cont .text .desc {
  color: #666;
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  margin-top: 48px;
  -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 .cont img {
  -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: fadeInRight;
  animation-name: fadeInRight;
}

.index-3 {
  width: 100%;
  height: 174px;
  background: url(../images/bg.jpg) repeat-x center center;
}

.index-3 .cont {
  height: 100%;
}

.index-3 ul {
  height: 100%;
  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;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.index-3 ul li {
  color: #656565;
  font-size: 14px;
  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-3 ul li .num span {
  color: #184987;
  font-size: 48px;
  font-weight: bold;
  margin-right: 12px;
}

.index-4 {
  padding: 80px 0;
}

.index-4 .cont .service {
  padding-bottom: 60px;
}

.index-4 .cont .service .swiper-wrapper .swiper-slide {
  border: 1px dotted #c4c4c4;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -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-4 .cont .service .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 220px;
  display: block;
}

.index-4 .cont .service .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-4 .cont .service .swiper-wrapper .swiper-slide .info {
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 148px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index-4 .cont .service .swiper-wrapper .swiper-slide .info .tit {
  color: #7c7c7c;
  font-size: 16px;
  line-height: 1;
  margin-bottom: auto;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.index-4 .cont .service .swiper-wrapper .swiper-slide .info p {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.index-4 .cont .service .swiper-wrapper .swiper-slide:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(68, 68, 68, 0.33);
  box-shadow: 0 0 10px 0 rgba(68, 68, 68, 0.33);
}

.index-4 .cont .service .swiper-wrapper .swiper-slide:hover .info .tit {
  color: #184987;
}

.index-4 .cont .service .swiper-wrapper .swiper-slide:hover .info p {
  color: #184987;
}

.index-4 .cont .service .swiper-pagination {
  bottom: 0;
  -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 .service .swiper-pagination span {
  opacity: 1;
  width: 30px;
  height: 30px;
  color: #666;
  margin: 0 5px;
  line-height: 28px;
  border: 1px solid #184987;
  background-color: transparent;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.index-4 .cont .service .swiper-pagination .swiper-pagination-bullet-active {
  background: #184987;
  color: #fff;
}

.index-5 {
  padding-bottom: 80px;
}

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

.index-5 .cont ul li {
  width: 552px;
  height: 440px;
  padding-top: 172px;
}

.index-5 .cont ul li .info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.17);
  -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;
  overflow: hidden;
}

.index-5 .cont ul li .info .tit {
  color: #ffffff;
  font-size: 24px;
}

.index-5 .cont ul li .info .line {
  width: 76px;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 16px;
  background-color: #fff;
}

.index-5 .cont ul li .info .desc {
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
}

.index-5 .cont ul li .info .more {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0.5em 2em;
  border-radius: 16px;
  margin-top: 16px;
  background: rgba(47, 91, 147, 0.9);
}

.index-5 .cont ul li:nth-child(1) {
  background: url(../images/c1.jpg) no-repeat center center;
}

.index-5 .cont ul li:nth-child(2) {
  margin-left: auto;
  background: url(../images/c2.jpg) no-repeat center center;
}

.index-6 {
  padding-bottom: 80px;
}

.index-6 .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.index-6 .news .left .news-top {
  width: 424px;
  height: 440px;
  background-color: #f8f8f8;
  position: relative;
  padding: 23px;
  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-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 .news .left .news-top .color {
  width: 100%;
  height: 175px;
  background-color: #184987;
  position: absolute;
  top: 0;
  left: 0;
}

.index-6 .news .left .news-top .title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-6 .news .left .news-top .title .text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.33333em;
}

.index-6 .news .left .news-top .title .text span {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  text-transform: uppercase;
}

.index-6 .news .left .news-top .title .more {
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-left: auto;
  text-align: center;
  border: 1px solid #fff;
}

.index-6 .news .left .news-top .pic {
  width: 100%;
  height: 183px;
  margin-top: 16px;
  position: relative;
}

.index-6 .news .left .news-top .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-6 .news .left .news-top .tit {
  line-height: 3;
  font-size: 16px;
  font-weight: bold;
  color: #0d0d0f;
}

.index-6 .news .left .news-top .desc {
  color: #0d0d0f;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.5;
  text-align: justify;
}

.index-6 .news .left .news-top .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.index-6 .news .left .news-top .date .line {
  width: 78px;
  height: 2px;
  background: #cecece;
}

.index-6 .news .left .news-top .date .line span {
  color: #0d0d0f;
  font-size: 12px;
  margin-left: auto;
}

.index-6 .news .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 60px;
}

.index-6 .news .right ul {
  height: 100%;
  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-6 .news .right ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  border-bottom: 1px dashed #f4f4f4;
}

.index-6 .news .right ul li .pic {
  width: 197px;
  height: 122px;
}

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

.index-6 .news .right ul li .info {
  height: 122px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index-6 .news .right ul li .info .tit {
  color: #0d0d0f;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

.index-6 .news .right ul li .info span {
  color: #02115d;
  font-size: 12px;
  line-height: 1;
  margin-top: 0.5em;
}

.index-6 .news .right ul li .info .desc {
  color: #0d0d0f;
  font-size: 12px;
  line-height: 1.5;
  margin-top: auto;
}

.index-6 .news .right ul li:nth-child(1) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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: fadeInRight;
  animation-name: fadeInRight;
}

.index-6 .news .right ul li:nth-child(2) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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: fadeInRight;
  animation-name: fadeInRight;
}

.index-6 .news .right ul li:nth-child(3) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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: fadeInRight;
  animation-name: fadeInRight;
}

.index-7 {
  padding-bottom: 80px;
}

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

.index-7 ul li {
  width: 230px;
  height: 108px;
  margin-top: 12.5px;
  margin-right: 12.5px;
  border: 2px solid #e5e5e5;
}

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

.index-7 ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
}

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