.index-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper-slide img {
  display: block;
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.index-banner .swiper-slide .banner-text {
  position: absolute;
  top: 38%;
  left: 13%;
  transform: translateY(-50%);
  line-height: 1.3;
}
.index-banner .swiper-slide .banner-text h2 {
  position: relative;
  top: -200px;
  opacity: 0;
  font-size: 48px;
  color: #3d69a6;
  text-shadow: rgba(4, 31, 69, 0.45) 1px 0 10px;
  transition: all 0s;
}
.index-banner .swiper-slide .banner-text h2 span {
  color: #bf9000;
}
.index-banner .swiper-slide .banner-text h4 {
  position: relative;
  top: -200px;
  opacity: 0;
  font-size: 60px;
  color: #3d69a6;
  font-weight: 900;
  text-shadow: rgba(4, 31, 69, 0.45) 1px 0 10px;
  transition: all 0s;
}
.index-banner .swiper-slide .banner-text h4::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #3d69a6;
  position: absolute;
  left: 0;
  bottom: -58%;
}
.index-banner .swiper-slide .banner-text h1 {
  position: relative;
  top: 200px;
  opacity: 0;
  font-size: 20px;
  line-height: 25px;
  color: rgba(61, 105, 166, 0.8);
  margin: 0;
  transition: all 0s;
  margin-top: 13%;
}
.index-banner .swiper-slide-active img,
.index-banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.index-banner .swiper-slide-active .banner-text h2 {
  top: 0;
  opacity: 1;
  transition: all 0.7s;
}
.index-banner .swiper-slide-active .banner-text h4 {
  top: 0;
  opacity: 1;
  transition: all 0.4s;
}
.index-banner .swiper-slide-active .banner-text h4::after {
  opacity: 1;
  transition: all 0.4s;
  bottom: -58%;
}
.index-banner .swiper-slide-active .banner-text h1 {
  top: 0;
  opacity: 1;
  transition: all 1s;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transition: all 0.5s;
  margin: 0 8px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
.index-banner .swiper-pagination {
  position: absolute;
  left: -35%;
  bottom: 180px;
}
.i-pro ul {
  display: flex;
  justify-content: space-between;
}
.i-pro ul li {
  width: 20.88541%;
  height: 600px;
  position: relative;
  transition: all 0.5s;
}
.i-pro ul li .i-proimg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
.i-pro ul li .i-proimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-pro ul li .s-wz {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.i-pro ul li .s-wz h3 {
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}
.i-pro ul li .s-wz h4 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.i-pro ul li .show-nr {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(299, 299, 299, 0.9);
  padding: 8% 4%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.i-pro ul li .show-nr .show-nr-bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.i-pro ul li .show-nr .show-nr-bot div {
  width: 31%;
  background-color: #3d69a6;
  border-radius: 5px;
  margin-top: 2%;
}
.i-pro ul li .show-nr .show-nr-bot div a {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.i-pro ul li .show-nr .show-nr-bot div:nth-last-child(1) {
  opacity: 0;
  visibility: hidden;
}
.i-pro ul .on {
  width: 34.375%;
}
.i-pro ul .on .s-wz {
  opacity: 0;
  visibility: hidden;
}
.i-pro ul .on .show-nr {
  opacity: 1;
  visibility: visible;
}
.i-pro ul .on .show-nr .show-nrtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-pro ul .on .show-nr .show-nrtit h5 {
  font-size: 26px;
  line-height: 30px;
  color: #333333;
}
.i-pro ul .on .show-nr .show-nrtit a {
  font-size: 14px;
  line-height: 30px;
  color: #3d69a6;
  font-weight: 500;
}
.i-pro ul .on .show-nr .show-nr-bot {
  opacity: 1;
  visibility: visible;
}
.i-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i-about .i-about-lt {
  width: 50%;
  border-radius: 10px 0px 0px 10px;
}
.i-about .i-about-lt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-about .i-about-rt {
  width: 50%;
  background-color: #f2f2f2;
  border-radius: 0px 10px 10px 0px;
  padding: 6% 4%;
}
.i-about .i-about-rt h3 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 550;
  color: #3d69a6;
}
.i-about .i-about-rt h4 {
  font-size: 16px;
  line-height: 50px;
  color: #bf9000;
  font-weight: 550;
  margin-bottom: 5%;
}
.i-about .i-about-rt p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin: 5% 0 17% 0;
  margin: 0!important;
}
.i-about .i-about-rt .about-ck {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17%;
}
.i-about .i-about-rt .about-ck a {
  width: 146px;
  border-radius: 22px;
  border: solid 1px #3d69a6;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  color: #3d69a6;
  transition: all 0.5s;
  position: relative;
}
.i-about .i-about-rt .about-ck a::before {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  background: #3d69a6;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  border-radius: 22px;
}
.i-about .i-about-rt .about-ck a:hover::before {
  width: 100%;
  opacity: 1;
  border-radius: 22px;
}
.i-about .i-about-rt .about-ck a:hover {
  color: #fff;
}
.i-yyly {
  width: 100%;
  height: 1042px;
  background: #f3f8fb;
  margin-top: 4%;
  padding-top: 1px;
}
.i-yyly-nav ul {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.i-yyly-nav ul li {
  width: 23%;
  border-radius: 30px;
  border: solid 1px #cccccc;
  transition: all 0.5s;
}
.i-yyly-nav ul li a {
  line-height: 60px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s;
}
.i-yyly-nav ul li:hover a {
  color: #fff;
}
.i-yyly-nav ul li:hover {
  background-color: #3d69a6;
  border: 1px solid #3d69a6;
}
.i-yyly-nav ul .yylyactive {
  background-color: #3d69a6;
  border: 1px solid #3d69a6;
}
.i-yyly-nav ul .yylyactive a {
  color: #fff;
}
.i-yyly-bot {
  margin-top: 3%;
  position: relative;
}
.i-yyly-bot .i-yyly-list {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.i-yyly-bot .yyly-listactive {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.i-yyly-bot .swiper .swiper-slide a > div {
  width: 450px;
  height: 547px;
  border-radius: 10px;
  overflow: hidden;
}
.i-yyly-bot .swiper .swiper-slide a > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.i-yyly-bot .swiper .swiper-slide:hover a > div img {
  transform: scale(1.05);
}
.i-yyly-bot .swiper .swiper-slide a p {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 550;
  text-align: center;
  margin-top: 3%;
  transition: all 0.5s;
}
.i-yyly-bot .swiper .swiper-slide:hover a p {
  color: #004795;
}
.i-yyly-bot .i-yyly-list .swiper-button-next {
  position: absolute;
  top: 42%;
  right: -2.3%;
  width: 64px;
  height: 64px;
  background-color: #3d69a6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.i-yyly-bot .i-yyly-list .swiper-button-next::after {
  font-size: 26px;
  color: #fff;
}
.i-yyly-bot .i-yyly-list .swiper-button-prev {
  position: absolute;
  top: 42%;
  left: -2.3%;
  width: 64px;
  height: 64px;
  background-color: #3d69a6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.i-yyly-bot .i-yyly-list .swiper-button-prev::after {
  font-size: 26px;
  color: #fff;
}
.i-news-nav ul {
  width: 20%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: -1%;
}
.i-news-nav ul li {
  width: 129px;
  height: 40px;
  background-color: #e6e6e6;
  border-radius: 20px;
  transition: all 0.5s;
}
.i-news-nav ul li a {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  transition: all 0.5s;
}
.i-news-nav ul li:hover {
  background: #004795;
}
.i-news-nav ul li:hover a {
  color: #fff;
}
.i-news-nav ul .newsactive {
  background: #004795;
}
.i-news-nav ul .newsactive a {
  color: #fff;
}
.i-news-box {
  margin-top: 4%;
  position: relative;
  height: 410px;
}
.i-news-box .i-news-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.i-news-box .newslist-active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  top: 0;
}
.i-news-box .i-news-list .i-news-lt {
  width: 45%;
}
.i-news-box .i-news-list .i-news-lt a {
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.i-news-box .i-news-list .i-news-lt a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.i-news-box .i-news-list .i-news-lt a p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 59px;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5%;
}
.i-news-box .i-news-list .i-news-lt:hover a img {
  transform: scale(1.05);
}
.i-news-box .i-news-list .i-news-rt {
  width: 52%;
}
.i-news-box .i-news-list .i-news-rt ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.i-news-box .i-news-list .i-news-rt ul li {
  border-bottom: 1px dashed #d9d9d9;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.i-news-box .i-news-list .i-news-rt ul li a {
  display: flex;
  justify-content: flex-start;
}
.i-news-box .i-news-list .i-news-rt ul li a .time h3 {
  font-size: 39px;
  line-height: 28px;
  color: #666666;
  text-align: center;
  font-weight: 550;
}
.i-news-box .i-news-list .i-news-rt ul li a .time h4 {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  text-align: center;
  margin-top: 11px;
}
.i-news-box .i-news-list .i-news-rt ul li a .tit {
  margin-left: 9%;
  position: relative;
}
.i-news-box .i-news-list .i-news-rt ul li a .tit::before {
  content: "";
  width: 1px;
  height: 53px;
  background: #cccc;
  position: absolute;
  top: 6px;
  left: -7%;
}
.i-news-box .i-news-list .i-news-rt ul li a .tit h5 {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 550;
  transform: all 0.5s;
}
.i-news-box .i-news-list .i-news-rt ul li a .tit p {
  font-size: 14px;
  line-height: 25px;
  color: #808080;
  margin-top: 2.7%;
}
.i-news-box .i-news-list .i-news-rt ul li:hover a .tit h5 {
  color: #004795;
}
.yqlj {
  margin-top: 4%;
}
.yqlj .yjjg-nr{
  display: flex;
}
.yqlj .yjjg-nr .yq-tit {
  width: 258px;
  height: 140px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 12, 88, 0.23);
  text-align: center;
  font-size: 40px;
  line-height: 68px;
  color: #3d69a6;
  font-weight: 550;
  margin-right: 24px;
} 
.hzSwiper {
  flex: 1;
}
.hzSwiper .swiper-slide {
  height: 143px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1%;
}
.hzSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}