.index-title {
  text-align: center;
}

.index-title h2 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.index-title p {
  color: #999999;
  font-size: 16px;
  line-height: 1;
  margin-top: 28px;
}

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

.index-1 .pro-slide {
  margin-top: 42px;
}

.index-1 .pro-slide .hd {
  margin-bottom: 48px;
}

.index-1 .pro-slide .hd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.index-1 .pro-slide .hd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  line-height: 69px;
  margin-top: 20px;
  cursor: pointer;
}

.index-1 .pro-slide .hd ul li .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #154a93;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-1 .pro-slide .hd ul li .content .iconfont {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  margin-right: 20px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-1 .pro-slide .hd ul li .content span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-1 .pro-slide .hd ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 69px solid #154a93;
  border-left: 16px solid transparent;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-1 .pro-slide .hd ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 69px solid #154a93;
  border-right: 16px solid transparent;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-1 .pro-slide .hd ul li.on::before {
  border-bottom: 69px solid #d90606;
}

.index-1 .pro-slide .hd ul li.on .content {
  background-color: #d90606;
}

.index-1 .pro-slide .hd ul li.on::after {
  border-top: 69px solid #d90606;
}

.index-1 .pro-slide .bd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-1 .pro-slide .bd ul li {
  width: 32%;
  margin-right: 2%;
}

.index-1 .pro-slide .bd ul li:nth-child(3n) {
  margin-right: 0;
}

.index-1 .pro-slide .bd ul li .pic {
  display: block;
  width: 100%;
  height: 217px;
  overflow: hidden;
}

.index-1 .pro-slide .bd ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-1 .pro-slide .bd ul li .title {
  line-height: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-1 .pro-slide .bd ul li .title .tit {
  color: #000000;
  font-size: 16px;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-1 .pro-slide .bd ul li .title .more {
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition-delay: 0.33s;
  -o-transition-delay: 0.33s;
  transition-delay: 0.33s;
  margin-left: auto;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.index-1 .pro-slide .bd ul li .title .more .iconfont {
  font-size: 26px;
  color: #4b7abb;
}

.index-1 .pro-slide .bd ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-1 .pro-slide .bd ul li.active .title {
  background-color: #154a93;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}

.index-1 .pro-slide .bd ul li.active .title .tit {
  color: #fff;
}

.index-1 .pro-slide .bd ul li.active .title .more {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index-2 {
  width: 100%;
  height: 785px;
  padding-top: 82px;
  background: url(404.png) no-repeat center center;
}

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

.index-2 ul li {
  width: 339px;
  height: 201px;
  margin-top: 60px;
  text-align: center;
  margin-right: 90.66667px;
  position: relative;
}

.index-2 ul li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index-2 ul li .bg .white {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
  background: url(404.png) no-repeat center center;
}

.index-2 ul li .bg .blue {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: url(404.png) no-repeat center center;
}

.index-2 ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-2 ul li .info .iconfont {
  color: #154a93;
  font-size: 64px;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.index-2 ul li .info h4 {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  margin: 29px 0;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.index-2 ul li .info .line {
  width: 32px;
  height: 4px;
  background-color: #d90606;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

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


.index-2 ul li .info {
  position: relative;
}

.index-2 ul li.active .bg .white {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.index-2 ul li.active .bg .blue {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index-2 ul li.active .info .iconfont {
  color: #fff;
}

.index-2 ul li.active .info h4 {
  color: #fff;
}

.index-2 ul li.active .info .line {
  background-color: #fff;
}

.index-3 {
  width: 100%;
  height: 311px;
  background: url(404.png) repeat-x center center;
}

.index-3 .index-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.index-3 .index-title h2 {
  color: #fff;
  font-size: 48px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
}

.index-3 .index-title p {
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.66);
}

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

.index-4 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-4 .cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 586px;
  margin-top: 50px;
}

.index-4 .cont li .pic {
  width: 244px;
  height: 255px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.index-4 .cont li .info {
  padding: 32px;
  background-color: #f0f6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  flex: 1;
}

.index-4 .cont li .info .tit {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

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

.index-4 .cont li .info .more {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #d90606;
  padding: 0.75em 2em;
  border-radius: 99px;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.index-4 .cont li:hover .info .tit {
  color: #154a93;
}

.index-4 .cont li:hover .info .more {
  background-color: #d90606;
  color: #fff;
}

.index-5 {
  width: 100%;
  padding: 72px 0;
  background: url(404.png) no-repeat center center;
}

.index-5 .cont {
  margin-top: 44px;
}

.index-5 .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-5 .cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 586px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 17px;
  position: relative;
}

.index-5 .cont ul li .date {
  width: 91px;
  height: 74px;
  text-align: center;
  margin-right: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.index-5 .cont ul li .date p {
  color: #333333;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.index-5 .cont ul li .date span {
  caret-color: #333333;
  font-size: 16px;
  line-height: 1;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.index-5 .cont ul li .info .tit {
  color: #333333;
  font-size: 16px;
  line-height: 1;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.index-5 .cont ul li .info .desc {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.index-5 .cont ul li .line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-5 .cont ul li .line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #154a93;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.index-5 .cont ul li.active .date {
  background-color: #154a93;
}

.index-5 .cont ul li.active .date p {
  color: #fff;
}

.index-5 .cont ul li.active .date span {
  color: #fff;
}

.index-5 .cont ul li.active .info .tit {
  color: #154a93;
}

.index-5 .cont ul li.active .line::before {
  width: 100%;
}

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

.index-6 .honor-scroll {
  margin-top: 40px;
  position: relative;
}

.index-6 .honor-scroll .hd a {
  top: 45%;
  color: #d90606;
  cursor: pointer;
  position: absolute;
}

.index-6 .honor-scroll .hd a .iconfont {
  font-size: 36px;
}

.index-6 .honor-scroll .hd .prev {
  left: -60px;
}

.index-6 .honor-scroll .hd .next {
  right: -60px;
}

.index-6 .honor-scroll .bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-6 .honor-scroll .bd ul li {
  width: 285px;
  margin: 0 7.5px;
  position: relative;
}

.index-6 .honor-scroll .bd ul li .pic {
  width: 100%;
  height: 388px;
  display: block;
  overflow: hidden;
  border: 1px solid #efefef;
}

.index-6 .honor-scroll .bd ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.index-6 .honor-scroll .bd ul li .tit {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 3;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.index-6 .honor-scroll .bd ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.index-7 {
  width: 100%;
  height: 650px;
  background: url(404.png) no-repeat center center;
}

.index-7 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-7 .cont .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.index-7 .cont .info h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.index-7 .cont .info h4 {
  color: #fff;
  font-size: 20px;
}

.index-7 .cont .info span {
  color: #fff;
  font-size: 16px;
}

.index-7 .cont .info p {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: justify;
}

.index-7 .cont .info .more {
  color: #154a93;
  font-size: 14px;
  padding: 0.5em 2em;
  border-radius: 99px;
  background-color: #fff;
}