.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.ov2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*banner*/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner_main .banner {
  width: 100%;
 height:calc(100vh - 162px);
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.banner_main .banner .tip {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 5%;
  z-index: 10;
  display: inline;
}
.banner_main .banner .tip span {
  margin: 0 13px;
  width: 15px;
  height: 10px;
  background: #fff;
  opacity: 0.9;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.banner_main .banner .tip span.cur {
  opacity: 1;
  background: #13289c;
  width: 30px;
}
.banner_main .banner .prev,
.banner_main .banner .next {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 5%;
  z-index: 10;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  background: #fff;
  text-align: center;
  opacity: 0.5;
  border-radius: 100%;
  display: flex;
  align-items: center;
}
.banner_main .banner .prev i,
.banner_main .banner .next i {
  font-size: 20px;
  color: #13289c;
  margin: 0 auto;
}
.banner_main .banner .next {
  left: auto;
  right: 5%;
}
.banner .next:hover {
  opacity: 1;
  transform: translateX(5px);
}
.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-5px);
}
.banner_main .banner .list {
  width: 100%;
}
.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center center;
  left: 0;
  top: 0;
}
.index_1_main {
  background: #f6f6f6;
  line-height: 80px;
  height: 80px;overflow: hidden;
}
.index_1_main .title {
  background: #13289c;
  color: #fff;
  text-align: center;
  width: 120px;
  font-size: 22px;
  float: left;
}
.index_1_main .txtScroll-top {
  width: calc(100% - 220px);
  float: right;
  line-height: 80px;
  height: 80px;
  overflow: hidden;
}
.index_1_main .txtScroll-top i {
  font-size: 19px;
  color: #4a61dd;
  margin-right: 10px;float: left;
}
.index_1_main .txtScroll-top .bd{height: 80px;line-height: 80px;text-align: center;}
.index_1_main .txtScroll-top li {
  
  
}

.index_1_main .txtScroll-top li a{width:100%;display: block;
  font-size:28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #555;}
.index_1_main .txtScroll-top li .title2{/*width: calc(100% - 160px);*/display: block;/*float: left;*/overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
font-size:32px;font-weight:bold;}
.index_1_main .txtScroll-top li .date{float: right;}
.index_1_main .txtScroll-top li a:nth-child(2n) {
  border-left: 1px solid #c2c2c2;
  padding-left: 50px;
  margin-left: 50px;width: calc(50% - 50px);
}
.index_2 {
  margin: 44px auto 60px;
}
.index_2 .slideBox {
  position: relative;
  height: 380px;
  width:100%;
  overflow: hidden;
}
.index_2 .slideBox .hd {
  position: absolute;
  right: 20px;
  z-index: 15;
  bottom: 18px;
}
.index_2 .slideBox .hd li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #cbcbcb;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.index_2 .slideBox .hd li.on {
  background: #ff1700;
}
.index_2 .slideBox .bd {
  height: 100%;
}
.index_2 .slideBox .bd li {
  position: relative;  
  height:380px;
  overflow: hidden;
}
.index_2 .slideBox .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_2 .slideBox .bd li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.index_2 .slideBox .bd li h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  color: #fff;
  font-size: 20px;
  padding: 0 190px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.index_2 .slideTxtBox {
  padding-left: 15px;
  width: 100%;
  overflow: hidden;
}
.index_2 .slideTxtBox .hd {
  width: 100%;
  border-bottom: 2px solid #ededed;
  
}
.index_2 .slideTxtBox .hd li {
  font-size: 24px;
  float: left;
  font-weight: bold;
  margin-right: 48px;
  cursor: pointer;line-height: 48px;
}
.index_2 .slideTxtBox .hd li.on {
  position: relative;
  color: #13289c;
}
.index_2 .slideTxtBox .hd li.on a {
  color: #13289c;
}
.index_2 .slideTxtBox .hd li.on:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #13289c;
  content: "";
}
.index_2 .slideTxtBox .hd .more {
  float: right;
  font-size: 14px;
  color: #666;
  transition: ease-in-out 0.2s;
}
.index_2 .slideTxtBox .hd .more:hover {
  color: #13289c;
  transform: translateX(-5px);
}
.index_2 .slideTxtBox .bd {
  position: relative;
}
.index_2 .slideTxtBox .bd li {
  margin-top: 24px;
}
.index_2 .slideTxtBox .bd li a {
  display: flex;
}
.index_2 .slideTxtBox .bd li .time {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #F4F4F4;
  display: block;
}
.index_2 .slideTxtBox .bd li .time b {
  display: block;
  font-size: 32px;
  color: #666;
  font-weight: 400;
  font-family: arial;
  line-height: 32px;
  width: 100%;
  height: 32px;
  margin-top: 10px;
}
.index_2 .slideTxtBox .bd li .time span {
  color: #999;font-size: 14px;
}
.index_2 .slideTxtBox .bd li .title {
  flex: 1;
  overflow: hidden;
}
.index_2 .slideTxtBox .bd li .title span {
  font-size: 20px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.index_2 .slideTxtBox .bd li .title span b {
  color: #002fa5;
}
.index_2 .slideTxtBox .bd li .title p {
  color: #999;
  line-height: 28px;font-size: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_2 .slideTxtBox .bd li:hover .time {
  border-color: #13289c;
}
.index_2 .slideTxtBox .bd li:hover .time b,
.index_2 .slideTxtBox .bd li:hover .time span {
  color: #13289c;
}
.index_2 .slideTxtBox .bd li:hover .title span {
  color: #13289c;
}
.index_2 .slideTxtBox .bd ul:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 98%;
  left: 39px;
  background: #e7e7e7;
  z-index: -1;
}
.index_3_main {
  background: #f4f8ff;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}
.index_3_main .title {
  text-align: center;
  padding-top: 50px;
}
.index_3_main .title h3 {
  font-size: 30px;
  color: #000;
}
.index_3_main .title p {
  font-size: 18px;
  color: #13289c;
  padding-bottom: 40px;
}
.index_3_main .more {
  text-align: center;
  transition: ease-in-out 0.2s;
  width: 148px;
  height: 48px;
  line-height: 48px;
  background: rgba(134, 138, 149, 0);
  border-radius: 6px;
  border: 1px solid #000000;
  margin: 0 auto;
}
.index_3_main .more i {
  margin-left: 14px;
  color: #000;
  transition: ease-in-out 0.2s;
  display: inline-block;
}
.index_3_main .more:hover {
  border: 1px solid #13289c;
  background: #13289c;
}
.index_3_main .more:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.index_3_main .more:hover a i {
  color: #fff;
  transform: translateX(10px);
}
.index_3_main .my_swiper {
  position: relative;
}
.index_3_main .swiper {
  width: 100%;
  position: relative;
  margin-bottom: 49px;
}
.index_3_main .swiper-slide {
  width: 750px;
  height: 349px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.index_3_main .swiper-slide img {
  position: relative;
  z-index: 9;
}
.index_3_main .swiper-slide .box {
  z-index: 10;
  border-radius: 12px;
  position: absolute;
  padding: 25px;
  left: 56px;
  bottom:30px;
  transition: ease-in-out 0.2s;
  width: 350px;
  background: rgba(10, 67, 170, 0.4);
}
.index_3_main .swiper-slide .box h3 {
  font-size: 24px;
  margin-bottom: 5px; padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_3_main .swiper-slide .box p {
  font-size: 16px;
  color: #000;
  line-height: 29px; text-overflow: -o-ellipsis-lastline;  overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;
  -webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical; 
}
.index_3_main .swiper-slide .box:hover {
  background: #0a43aa;
}
.index_3_main .swiper-slide .box::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.6);
}
.index_3_main .swiper-slide:hover img {
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
}
.index_3_main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.index_3_main .swiper-button-prev,
.index_3_main .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #cecece;
  background: #fff;
  color: #b8b8b8;
  left: 50%;
  margin-left: -442px;
}
.index_3_main .swiper-button-next {
  margin-left: 402px;
  right: auto;
}
.index_3_main .swiper-button-prev:after,
.index_3_main .swiper-button-next:after {
  content: "";
}
.index_3_main .swiper-button-prev:hover,
.index_3_main .swiper-button-next:hover {
  color: #13289c;
  border-color: #13289c;
}
.index_4 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.index_4 .left {
  width: 51%;
  float: left;
}
.index_4 .left .title {
  line-height: 48px;
}
.index_4 .left .title b {
  font-size: 48px;
  color: #000;
}
.index_4 .left .title span {
  font-size: 18px;
  color: #13289c;
  margin-left: 10px;
}
.index_4 .left .title .fl {
  float: left;
}
.index_4 .left .title .fr {
  float: right;
  font-size: 14px;
  color: #666;
  padding-top: 14px;
}
.index_4 .left .p {
  font-size: 18px;
  line-height: 41px;
  color: #666;
  padding-top: 10px;
}
.index_4 .left .p p {
  text-indent: 2em;
}
.index_4 .left .more {
  background: #13289c;
  color: #fff;
  width: 165px;
  height: 54px;
  background: #002FA5;
  border-radius: 6px;
  display: block;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  margin-top: 24px;
  transition: ease-in-out 0.2s;
}
.index_4 .left .more i {
  opacity: 0;
  transition: ease-in-out 0.2s;
  font-size: 0;
}
.index_4 .left .more:hover i {
  margin-left: 10px;
  opacity: 1;
  font-size: 16px;
}
.index_4 .right {
  width: 45%;
  float: right;
}
.index_4 .right img {
  border-radius: 6px;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center center;
}
.index_4 .right img:hover {
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
}
.index_5 {
  padding-bottom: 65px;
}
.index_5 .sideMenu {
  overflow: hidden;
  height: 520px;
  box-shadow: 0px 0px 9px 0px rgba(184, 184, 184, 0.27);
}
.index_5 .sideMenu .tab {
  float: left;
  width: 100px;
  margin-right: 3px;
}
.index_5 .sideMenu .tab .title {
  width: 100px;
  float: left;
  height: 520px;
  background: linear-gradient(0deg, #EDAA77, #E4BB63);
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  position: relative;
  cursor: pointer;
}
.index_5 .sideMenu .tab .title b {
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 100%;
  flex-wrap: wrap;
  margin-bottom: 22px;
  margin-top: 155px;
  font-weight: 400;
  line-height: 62px;
}
.index_5 .sideMenu .tab .title b i {
  color: #e9b16f;
  font-size: 38px;
}
.index_5 .sideMenu .tab .title p {
  letter-spacing: 5px;
}
.index_5 .sideMenu .tab .title .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/index_5_bg.png) no-repeat;
  z-index: 10;
  width: 100%;
  height: 131px;
}
.index_5 .sideMenu .tab .box {
  float: left;
  background: #FFFFFF;
  width: 0;
  padding: 50px 38px 0;
  height: 520px;
  transition: ease-in-out 0.3s;
}
.index_5 .sideMenu .tab .box .swiper-slide {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}
.index_5 .sideMenu .tab .box img {
  background: #E4E5E9;
  box-shadow: 0px 0px 5px 0px rgba(171, 171, 171, 0.45);
  border: 3px solid #FFFFFF;
  height: 350px;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 48%;
}

.index_5 .sideMenu .tab .box .con {
  background: #f7f7f7;
  border-radius: 0px 12px 50px 0px;
  height: 320px;
  margin-left: 45px;
  padding-left: 48%;
  padding-right: 48px;
}
.index_5 .sideMenu .tab .box .con h3 {
  font-size: 24px;
  line-height: 42px;
  padding-top: 40px;
  color: #333;
}
.index_5 .sideMenu .tab .box .swiper {
  padding-bottom: 50px;
}
.index_5 .sideMenu .tab .box .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
  background: #e1e1e1;
  opacity: 1;
  margin: 0 10px;
}
.index_5 .sideMenu .tab .box .swiper-pagination-bullet-active {
  background: #4e77df;
}
.index_5 .sideMenu .tab .title2 {
  background: linear-gradient(0deg, #11AA96, #63E4D3);
}
.index_5 .sideMenu .tab .title2 b i {
  color: #20b5a1;
}
.index_5 .sideMenu .tab .title3 {
  background: linear-gradient(0deg, #1159AA, #63D0E4);
}
.index_5 .sideMenu .tab .title3 b i {
  color: #2c81bd;
}
.index_5 .sideMenu .tab .more {
  text-align: center;
  transition: ease-in-out 0.2s;
  width: 148px;
  height: 48px;
  line-height: 48px;
  background: rgba(134, 138, 149, 0);
  border-radius: 6px;
  margin-top: 25px;
  border: 1px solid #000000;
}
.index_5 .sideMenu .tab .more i {
  margin-left: 14px;
  color: #000;
  transition: ease-in-out 0.2s;
  display: inline-block;
}
.index_5 .sideMenu .tab .swiper-slide:hover .more {
  border: 1px solid #13289c;
  background: #13289c;
  color: #fff;
}
.index_5 .sideMenu .tab .swiper-slide:hover  .more i {
  color: #fff;
  transform: translateX(10px);
}
.index_5 .sideMenu .tab:last-child {
  margin-right: 0;
}
.index_5 .sideMenu .tab.on {
  width: calc(100% - 206px);
}
.index_5 .sideMenu .tab.on .box {
  width: calc(100% - 103px);
}
@media (max-width: 1400px) {
  .index_4 .left .p {
    font-size: 16px;
    line-height: 41px;
  }
}
@media (max-width: 1300px) {
  .index_4 .left {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .index_4 .left .p {
    font-size: 18px;
    line-height: 40px;
  }
  .index_4 .right {
    width: 100%;
    float: none;
  }
  .index_4 .right img {
    height: 460px;    
  }
}
@media (max-width: 1280px) {
  .index_1_main .title {
    width: 150px;
    font-size: 26px;
  }
  .index_1_main .txtScroll-top {
    width: calc(100% - 190px);
  }
  .index_1_main .txtScroll-top li a{font-size: 26px;}
  .index_2 .slideBox .bd li h3 {
    font-size: 16px;
  }
  .index_5 .sideMenu .tab .box .con h3 {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 1130px) {
  .index_1_main .txtScroll-top li a{font-size: 28px;}
  .index_3_main .swiper {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px);
  }
  .index_3_main .swiper-slide {
    width: 100%;
    height: 400px;
  }
  .index_3_main .swiper-button-prev,
  .index_3_main .swiper-button-next {
    left: 15px;
    margin-left: 0;
  }
  .index_3_main .swiper-button-prev i,
  .index_3_main .swiper-button-next i {
    font-size: 16px;
  }
  .index_3_main .swiper-button-next {
    left: auto;
    right: 15px;
  }
  .index_3_main .swiper-slide .box {
    width: 70%;
  }
  .index_5 .sideMenu {
    height: auto;
  }
  .index_5 .sideMenu .tab {
    width: 100%;margin-right: 0;margin-bottom: 3px;
  }
  .index_5 .sideMenu .tab .title {
    width: 100%;
    height: 100px;
    float: none;
    writing-mode: inherit;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .index_5 .sideMenu .tab.on {
    width: 100%;
  }
  .index_5 .sideMenu .tab .title b {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .index_5 .sideMenu .tab .title .bg {
    left: auto;
    height: 131px;
    width: 100px;
    transform: rotate(-90deg);
    top: -15px;
    right: 0;
  }
  .index_5 .sideMenu .tab .box {
    display: none;
  }
  .index_5 .sideMenu .tab.on .box {
    display: block;
    width: 100%;
  }
}
@media (max-width: 990px) {
  
  .index_2 .slideTxtBox {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 750px) {
  .index_1_main{line-height: .9rem;height: .9rem;}
  .index_1_main .txtScroll-top i {
    font-size: 0.29rem;
  }
  .index_1_main .txtScroll-top{line-height: .9rem;}
  .index_1_main .txtScroll-top .bd{line-height: .9rem;height: .9rem;}
  .index_1_main .txtScroll-top li a{font-size: .35rem;}
  .index_1_main .title {
    font-size: 0.3rem;
    width: 1.5rem;
  }
  .index_1_main .txtScroll-top li .title2{width: 88%;}
  .index_1_main .txtScroll-top {
    width: calc(100% - 1.8rem); 
  }

  .index_1_main .txtScroll-top li {   
    font-size: 0.26rem;
    
  }

  .index_1_main .txtScroll-top li span {
    display: none;
  }
  .index_2 {
    margin: 0.5rem auto 0.6rem;
  }
  .index_2 .slideBox {
    height: auto;width: 100%;
  }
  .index_2 .slideBox .bd li {
    height: auto;
    margin-top: 0.2rem;
  }
  .index_2 .slideBox .bd li a {
    position: relative;
    padding-top: 75%;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .index_2 .slideBox .bd li h3 {
    font-size: 0.3rem;
    line-height: 0.9rem;
    height: 0.9rem;
    padding: 0 2.3rem 0 0.1rem;
  }
  .index_2 .slideBox .hd li {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.15rem;
  }
  .index_2 .slideBox .hd {
    right: 0.2rem;
    bottom: 0.35rem;
  }
  .index_2 .slideTxtBox {
    margin-top: 0.5rem;
  }
  .index_2 .slideTxtBox .hd {
    line-height: 0.7rem;
  }
  .index_2 .slideTxtBox .hd li {
    font-size: 0.35rem;
    margin-right: 0.5rem;
  }
  .index_2 .slideTxtBox .hd .more {
    font-size: 0.24rem;
  }
  .index_2 .slideTxtBox .bd ul:before {
    left: 0.75rem;
    bottom: 0.1rem;
    top: 0.1rem;
    height: calc(100% - .2rem);
  }
  .index_2 .slideTxtBox .bd li .time b {
    font-size: 0.5rem;
    line-height: 0.4rem;
    height: 0.4rem;
    margin-top: 0.4rem;
  }
  .index_2 .slideTxtBox .bd li .time span {
    line-height: 0.3rem;
    height: 0.3rem;
  }
  .index_2 .slideTxtBox .bd li .time {
    font-size: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .index_2 .slideTxtBox .bd li .title span {
    font-size: 0.3rem;
    padding-top: 0.1rem;
  }
  .index_2 .slideTxtBox .bd li .title p {
    line-height: 0.45rem;
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .index_3_main .title {
    padding-top: 0.5rem;
  }
  .index_3_main .title h3 {
    font-size: 0.45rem;
    margin-bottom: 0.2rem;
  }
  .index_3_main .title p {
    font-size: 0.26rem;
    padding-bottom: 0.3rem;
  }
  .index_3_main {
    padding-bottom: 0.5rem;
  }
  .index_3_main .swiper {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    width: calc(100% - 1.2rem);
    margin-bottom: 0.5rem;
  }
  .index_3_main .swiper-slide {
    height: auto;
    border-radius: 0.2rem;
  }
  .index_3_main .swiper-button-prev,
  .index_3_main .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.24rem;
  }
  .index_3_main .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .index_3_main .swiper-slide .box {
    width: 100%;
    position: relative;
    left: 0;
    top: auto;
    bottom: 0;
    border-radius: 0 0 0.2rem 0.2rem;
    color: #fff;
    padding: 0.2rem 0.3rem;
  }
  .index_3_main .swiper-slide .box::after {
    display: none;
  }
  .index_3_main .swiper-slide .box p {
    color: #fff;
    font-size: 0.25rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.35rem;
    height: 0.7rem;
  }
  .index_3_main .swiper-slide .box h3 {
    font-size: 0.34rem;
    text-align: center;
    padding-top: 0.2rem;
  }
  .index_3_main .more {
    font-size: 0.26rem;
    width: 2.48rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .index_3_main .more i {
    margin-left: 0.1rem;
    font-size: 0.24rem;
  }
  .index_3_main .more:hover {
  border: 1px solid #000;
  background:none;
}
.index_3_main .more:hover a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.index_3_main .more:hover a i {
  color: #333;
  transform: translateX(0px);
}
  .index_4 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .index_4 .left .title b {
    font-size: 0.45rem;
  }
  .index_4 .left .title span {
    font-size: 0.26rem;
    margin-left: 0.1rem;
  }
  .index_4 .left .title .fr {
    font-size: 0.24rem;
    padding-top: 0.14rem;
  }
  .index_4 .left .p {
    font-size: 0.24rem;
    line-height: 0.45rem;
  }
  .index_4 .left {
    margin-bottom: 0.5rem;
  }
  .index_4 .left .more {
    width: 2.65rem;
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
  }
  .index_4 .left .more i {
    font-size: 0.24rem;
  }
  .index_4 .right img {
    width: 100%;
    height: auto;
  }
  .index_5 {
    padding-bottom: 0.6rem;
  }
  .index_5 .sideMenu .tab .title {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.35rem;
  }
  .index_5 .sideMenu .tab .title b {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .index_5 .sideMenu .tab .title b i {
    font-size: 0.4rem;
  }
  .index_5 .sideMenu .tab .box {
    float: none;
    padding: 0.2rem;
    height: auto;
  }
  .index_5 .sideMenu .tab .box img {
    width: 100%;
    
    height: 4rem;object-fit: cover;object-position: center center;
    position: relative;
    left: 0;
    top: 0;
    border: 3px solid #f7f7f7;
  }
  .index_5 .sideMenu .tab .box .con {
    padding: 0.4rem 0.2rem;
    margin: 0;
    border-radius: 0 0 0.2rem 0.2rem;
    height: auto;
  }
  .index_5 .sideMenu .tab .box .swiper-slide {
    padding-top: 0.3rem;
  }
  .index_5 .sideMenu .tab .box .con h3 {
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 0.15rem;
  }
  .index_5 .sideMenu .tab .more {
    width: 2.48rem;
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    margin-left: 0.15rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .index_5 .sideMenu .tab .box .swiper {
    padding-bottom: 0.7rem;
  }
  .index_5 .sideMenu .tab .more i {
    font-size: 0.24rem;
  }
  .index_5 .sideMenu .tab .box .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.05rem;
    margin: 0 0.1rem;
  }
}
/*******ny**********/
.news_search{margin-top: 45px;}
.news_search .no_date{text-align: center;padding-top: 50px;}

.news_manin_1 {
  background: url(../img/news_bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 123px;
  border-radius: 6px;
  margin: 40px 0 48px;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 60px;
  align-items: center;
}
.news_manin_1 .tit {
  font-size: 18px;
  margin-right: 26px;
  color: #000;
}
.news_manin_1 .tit i {
  font-size: 28px;
  color: #1658a0;
  margin-right: 10px;
}
.news_manin_1 .search select {
  background: #fff;
  width: 180px;
  height: 60px;
  line-height: 60px;
  outline: none;
  border: none;
  box-shadow: 0px 0px 11px 0px rgba(220, 220, 220, 0.61);
  border-radius: 4px;
  padding: 0 15px;
  margin-right: 10px;
}
.news_manin_1 .search input {
  width: 400px;
  padding: 0 15px;
  margin-right: 10px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgba(220, 220, 220, 0.61);
  border-radius: 4px;
  outline: none;
  border: none;
}
.news_manin_1 .search a {
  width: 120px;
  height: 60px;
  background: #1658A0;
  border-radius: 4px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.news_manin_2 li {
  background: #F7F8FC;
  height: 220px;
  margin-bottom: 44px;
  transition: ease-in-out 0.2s;
}
.news_manin_2 li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.news_manin_2 li .img {
  display: block;
  width: 335px;
  height: 220px;
  position: relative;
  overflow: hidden;
  margin-right: 45px;
}
.news_manin_2 li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.2s;
}
.news_manin_2 li .txt {
  padding-right: 30px;
  width: calc(100% - 480px);
}
.news_manin_2 li.noimage .txt{ width: calc(100% - 145px); padding-left: 50px;}
.news_manin_2 li .txt h3 {
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.news_manin_2 li .txt p {
  font-size: 18px;
  line-height: 36px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_manin_2 li .time {
  text-align: center;
  margin-right: 30px;
}
.news_manin_2 li .time h4 {
  font-size: 36px;
  color: #666;
  margin-bottom: 0;
}
.news_manin_2 li .time p {
  font-size: 16px;
  color: #999;
}
.news_manin_2 li:hover {
  background: #fff;
  box-shadow: -1px -1px 16px 0px rgba(220, 220, 220, 0.5);
}
.news_manin_2 li:hover .img img {
  transform: scale(1.05);
}
.news_manin_2 li:hover .txt h3 {
  color: #13289c;
}
@media (max-width: 980px) {
  .news_manin_1 .search select {
    width: 150px;
  }
  .news_manin_1 .search input {
    width: 220px;
  }
  .news_manin_2 li .time {
    display: none;
  }
  .news_manin_2 li .txt {
    width: calc(100% - 360px);
  }
  .news_manin_2 li.noimage .txt{width: calc(100% - 20px); padding-left: 20px;}
  .news_manin_2 li .img {
    margin-right: 25px;
  }
}
@media (max-width: 750px) {
  .news_manin_1 {
    margin: 0.5rem 0 0.5rem;
    height: 1.23rem;
  }
  .news_manin_1 .tit {
    font-size: 0.24rem;
    margin-right: 0.1rem;
    display: none;
  }
  .news_manin_1 .search select {
    width: 1.4rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-right: 0.1rem;
    padding: 0 0.1rem;
    font-size: 0.24rem;
  }
  .news_manin_1 .search input {
    width: 2.9rem;
    line-height: 0.7rem;
    height: 0.7rem;
    margin-right: 0.1rem;
    padding: 0 0.1rem;
    font-size: 0.24rem;
  }
  .news_manin_1 .search a {
    width: 1.1rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }
  .news_manin_2 li {
    height:auto;
    margin-bottom: 0.3rem;
  }
  .news_manin_2 li a{display: block;}
  .news_manin_2 li .img {
    width: 100%;
    height:100%;padding-top: 75%;
    margin-right:0;
  }
  .news_manin_2 li .txt {
    width:100%;
    padding:.3rem .2rem;
  }
  .news_manin_2 li .txt h3 {
    font-size: 0.33rem;
    margin-bottom: 0.2rem;
  }
  .news_manin_2 li .txt p {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.news_show {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 60px;
  box-sizing: border-box;
  margin-bottom: 44px;
  margin-top: 44px;
  border-radius: 10px;
}
.news_show .title {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.news_show .title h1 {
  font-size: 26px;
  line-height: 68px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.news_show .title p {
  font-size: 16px;
  color: #000;
}
.news_show .content {
  padding: 52px 0;
  font-size: 18px !important;
  line-height: 38px;font-family: "仿宋";
}
.news_show .content p {
  font-size: 18px !important;
}
.news_show .content img,
.news_show .content video,
.news_show .content iframe {
  display: block;
  margin: 15px auto;
  max-width: 75%;
  vertical-align: top;
}
.news_show .content table {
  width: 100% !important;margin:15px 0;
}
.news_show .content table td {
  padding: 5px 1px;
  border: 1px solid #ddd !important;
  text-align: center !important;
  font-size: 16px !important;
  color: #666 !important;
  word-break: break-word;
  width: auto !important;
}
.news_show .content table td p {
  text-align: center !important;
  font-size: 16px !important;
  color: #666 !important;
  word-break: break-word;
  width: auto !important;
}
.news_show .content table td p span {
  text-align: center !important;
  font-size: 16px !important;
  color: #666 !important;
  word-break: break-word;
  width: auto !important;
}
@media (max-width: 1360px) {
  .news_show .title h1 {
    font-size:24px;
    line-height: 43px;
  }
}
@media (max-width: 900px) {
  .news_show .title h1 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (max-width: 750px) {
  .news_show {
    padding: 0.4rem 0.3rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    border-radius: 0.1rem;
  }
  .news_show .title {
    padding-bottom: 0.3rem;
  }
  .news_show .title h1 {
    font-size: 0.35rem;
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
  }
  .news_show .title p {
    font-size: 0.24rem;
  }
  .news_show .content {
    padding: 0.52rem 0;
    font-size: 0.26rem !important;
    line-height: 0.4rem;
  }
  .news_show .content table td {
    padding: 0.05rem 1px;
    font-size: 0.24rem !important;
  }
  .news_show .content table td p {
    font-size: 0.24rem !important;
  }
  .news_show .content table td p span {
    font-size: 0.24rem !important;
  }
  .news_show .content p {
    font-size: 0.24rem !important;
  }
  .news_search .no_date{padding-bottom: .5rem;}
  .news_search .no_date h3{font-size: .3rem; margin-bottom: 0;}
}
