.nav {
  height: 100px;
  background: #fff;
}

.nav-inner {
  padding-top: 8px;
  width: 1400px;
  min-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.logo{
  width: 260px;
}

.nav-list {
  position: relative;
  /* margin: 0 60px; */
  padding-top: 12px;
}

.nav-item {
  width: 140px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.nav-link {
  display: inline-block;
  width: 115px;
  color: #1b1b1b;
}


.nav-item.cur-item .nav-link {
  color: #538793;
  border-bottom: 2px solid #538793;
}


.sub-nav-list {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 70px;
  background: #538793;
  padding: 10px 0;
  display: none;
}

.sub-nav-item {
  line-height: 40px;
  font-size: 15px;
}

.sub-nav-link {
  color: #fff;
}

.sub-nav-link:hover {
  text-decoration: underline;
}

.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
a {
  color: #666;
  text-decoration: none;
}


.swiper-container-banner {
  width: 100%;
  min-width: 1200px;
  height: 580px;
  /* top: -5px; */
}

.swiper-container-banner .swiper-slide a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner_item>img {
  width: 100%;
  height: 580px;
}

.pagination-intro-banner {
  width: 100%;
  text-align: center;
}

.pagination-intro-banner .swiper-pagination-switch {
  display: inline-block;
  width: 42px;
  height: 5px;
  background: #fff;
  margin: 0 5px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.pagination-intro {
  text-align: center;
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin: 0;
}
.pagination-intro .swiper-pagination-switch.swiper-active-switch {
  background: #538793;
}

/* 新闻头条 */
.bgf5 {
  background: #f5f5f5;
  padding: 20px 0;
}
.container{
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lb_left{
  flex: 0 0 54.333333%;
  max-width: 54.333333%;
}
.lb_right {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide a{
  width: 100%;
  height: 100%;
  display: block;
}

/* 头条 */
.newbox2 {
  border-bottom: #ddd solid 1px;
  padding-bottom: 20px;
  position: relative;
}
.row {
  display: flex;
  flex-wrap: wrap;

}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center !important;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.newbox1 .col-10 h3 {
  overflow: hidden;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.newbox1 .col-10 h3  a{
  color: #212529;

}
.newbox2 .col-10 p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  color: #666;
}
.newbox2 .col-2 {
  color: #666;
}
.newbox1 .col-2 {
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  color: #212529;
}
.newbox1 .col-2 span {
  font-size: 20px;
  color: #212529;
}

ul.mainul li {
  font-size: 18px;
  padding: 15px 0px;
  display: flex
;
  justify-content: space-between;
  border-bottom: #ddd solid 1px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}
ul.mainul li a {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  color: #212529;
}

ul.mainul li:hover a{
  color: #538793;
}
ul.mainul li:hover span{
  color: #538793;
}


a {
  color: inherit;
}

.space-between{
  justify-content: space-between;
}
.newsmenu {
  width: 100%;
  border-bottom: #eee solid 1px;
  display: flex
;
  justify-content: center;
  margin-bottom: 0px;
}
.newsmenu li {
  width: 120px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  margin: -1px 20px;
  font-size: 26px;

}
.newsmenu li.redborder {
  font-weight: bold;
}

.redborder {
  border-bottom: #a21f2c solid 1px;
}
.gap20{
  gap: 20px;
}
.swiper-wrapper{
  display: flex;
}
.bgblack1 {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

/* .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
} */


.bgblack2 .col-2 {
  color: #fff;
}
.bgblack2 .col-2  span{
  color: #fff;
}

.bgblack2 {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.bgblack2 .col-10{
  text-align: left;
}
.bgblack2 .col-10 h3 a{
  color: #fff;
}

.bgblack2 .col-10 a{
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.newbox1 .col-10 p {
 
}


/* 产业布局 */
.section-industrial {
  height: 669px;
  /* background: url(../img/cybj_bg.png) no-repeat center center; */
  box-sizing: border-box;
  padding: 32px 0 0 0;
  background-color: #046b6b;
}

.section-title {
  text-align: center;
  color: #fff;
}

.section-title-main {
  font-size: 28px;
  margin-bottom: 15px;
}

.section-title-sub {
  font-size: 12px;
  font-weight: normal;
}

.show-list {
  font-size: 0;
  width: 1440px;
  margin: 70px 0 0 0;
  display: flex;
  justify-content: center;
  /* gap: 70px; */
}

.show-item {
  width: 240px;
  height: 420px;
  box-sizing: border-box;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 40px 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  transition: transform 0.5s;
}

.show-item .show-link,
.show-item .show-img {
  width: 100%;
  height: 100%;
}

.show-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.show-title-text {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 27px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.show-item:hover {
  transform: scale(1.15);
}

.show-item:hover .show-title {
  opacity: 1;
}

.section-container {
  width: 1400px;
  margin: 0 auto;
}

/* 专题 */
.nav_zhuanti{
  width: 1200px;
  display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
  margin: 30px auto;
}
.nav_zt1 img{
  width: 100%;
  height: 180px;
}

.nav_zt1{
  cursor: pointer;
  overflow: hidden;
}

.nav_zt1:hover img{
  transform: scale(1.05);
  transition: all .8s;
}


/* 底部 */
.footer_top{
  width: 100%;
  background-color: #046b6b;
  opacity: 0.98;
  box-sizing: border-box;
  padding: 0rem 8.15rem;
}

/* 最底部 */
.footer__bot {
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  background-color: #122953;
  font-size: 0.707rem;
}
 .footer__bot .bot_text {
  opacity: 0.7;
  color: #fff;
  display: inline-block;
}
 .footer__bot .bot_text {
  opacity: 0.7;
  color: #fff;
  display: inline-block;
}
 .footer__bot .pad10 {
  padding-right: 0.5rem;
}
 .footer__bot .bot_r img {
  display: inline-block;
}

.footer__bot a{
  color: #fff;
}



 .footer_top .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
}

 .footer_top .flex_box .left_box {
  cursor: pointer;
}

 .footer_top .flex_box .left_box .nav_list {
  display: flex;
  padding-bottom: 1.6rem;
}

 .footer_top .flex_box .left_box .nav_list li {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 590;
  padding-right: 1rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

 .footer_top .flex_box .left_box h1 {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  padding-bottom: 0.4rem;
  font-weight: 400;
}

 .footer_top .flex_box .left_box p {
  color: #fff;
  font-size: 0.875rem;
  padding-bottom: 0.4rem;
  font-weight: 590;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

 .footer_top .flex_box .right_box {
  display: flex;
  justify-content: flex-end;
}

 .footer_top .flex_box .right_box .qr_box {
  width: 7.15rem;
  height: 8rem;
  margin-left: 1.85rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

 .footer_top .flex_box .right_box .qr_box img {
  height: 114px;
}
.footer_top .flex_box .right_box .qr_box span{
  color: #fff;
  font-size: 16px;
  margin: 5px;
}

 .footer_top .flex_box .qr_text {
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.65rem;
}

 .footer_top .flex_box .qr_text .qr_line {
  display: inline-block;
  color: #fff;
}

 .footer_top .flex_box .qr_text .qr_t {
  color: #ffff;
  display: inline-block;
  padding: 0 0.4rem;
  opacity: 0.8;
}


/* 头部header */
.header {
  height: 16px;
  min-width: 1400px;
  background-color: #fff;
}


.header_inner {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.header-slogan {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
  line-height: 32px;
}

.header_right {}

.header_nav {
  line-height: 32px;
}

.header_nav_item {
  font-size: 15px;
  padding: 0 29px;
}

.header_nav_item img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}


.header_nav_item a {
  color: #ababab;
}

.header_nav_item span {
  font-size: 14px;
  color: #999;
}

.header_nav_item span:hover {
  color: #206BD1;
}

.header_search {
  box-sizing: border-box;
  padding: 0 10px;
  width: 200px;
  height: 38px;
  margin: 4px 50px 0 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 29px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;

}

.header_search>input {
  width: 150px;
  height: 100%;
  outline: none;
  border-radius: 29px;

}

.header_search>img {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 4px;
}

.footer_container{
  width: 1450px;
  margin: 0 auto;
}

@media screen and (max-width:1680px) {
  .footer_container{
    width: 1200px;
  }
}


.top_banner{
  height: 39rem;
  width: 100%;
  position: relative;

}

.top_banner img{
  width: 100%;
  height: 100%;
}

.group_bg {
  background-image: url(../jtqy_img/group.webp);
  background-size: 100% 100%;
  padding: 5rem 12.05rem 0rem;
}
 .group_bg .log_title {
  width: 11.05rem;
  height: 3.55rem;
  background-size: 100% 100%;
  background-image: url(../jtqy_img/6041747813255_.pic.jpg);
}
 .group_bg .group_content {
  padding: 3rem 0rem 3.45rem 0rem;
  text-align: justify;
}
 .group_bg .group_content p {
  font-weight: 400 !important;
  font-size: 1.2rem !important;
  color: #636262 !important;
  line-height: 2.4rem !important;
  margin-bottom: 1.4rem !important;
}

@media screen and (max-width:768px) {
  .group_bg .group_content p {
    line-height: 3rem !important;
  }
}



/* 专题 */
.party_special {
  position: relative;
}
.party_special .img_box {
  /* height: 41rem; */
  width: 100%;
}
.party_special .img_box img {
  width: 100%;
  height: 100%;
}

.party_special .link_nav ul {
  display: flex
;
  align-items: center;
  justify-content: center;
}
.party_special .link_nav ul .li_text {
  font-weight: 400;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0rem 0.5rem 0rem 0.65rem;
  position: relative;
}
.party_special .link_nav ul .li_text:first-child::before {
  position: absolute;
  content: "";
  right: 0rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.party_special .party_list_pg {
  background-image: url(../zt_img/party_bg3.webp);
  background-size: 100% 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 12.65rem;
}
.party_special .party_list_pg .party_content {
  display: flex
;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  box-shadow: inset 0rem 0.2rem 0.25rem 0rem rgba(35, 115, 210, 0.23);
  padding: 1rem 1.1rem 0rem 1rem;
}
.party_special .party_list_pg .party_content .right_box {
  width: 100%;
  margin-left: 1rem;
  padding-bottom: 7rem;
}
.party_special .party_list_pg .party_content .right_list {
  background: #fff;
  width: 100%;
  margin-bottom: 7rem;
  box-sizing: border-box;
}
.party_special .party_list_pg .party_content .right_list h1 {
  width: 100%;
  font-size: 1.3rem;
  color: red;
  font-weight: 700;
  position: relative;
  margin: 0.5rem 0rem 1.5rem 0rem;
}
.party_special .party_list_pg .party_content .right_list h1::after {
  content: '';
  width: 100%;
  bottom: -0.5rem;
  left: 0rem;
  position: absolute;
  border-bottom: 0.25rem solid red;
}
.party_special .party_list_pg .party_content .right_list .list_content_ul {
  height: 100%;
  box-sizing: border-box;
}
.party_special .party_list_pg .party_content .right_list .list_content_ul li {
  background-color: #f9f9f9;
  border-radius: 0.1rem;
  margin-bottom: 0.95rem;
  display: flex
;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0.8rem;
  cursor: pointer;
}
.party_special .party_list_pg .party_content .right_list .list_content_ul li h2 {
  width: 85%;
  font-weight: 400;
  font-size: 1.05rem;
  color: #242939;
  box-sizing: border-box;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li:hover {
  box-shadow: 0rem 0rem 0.25rem #c1c2c3;
}
.party_special .party_list_pg .party_content .right_list .list_content_ul li:hover h2 {
  color: #ba2309;
}
.party_special .party_list_pg .party_content .right_list .list_content_ul li:hover .list_content_ul_date {
  color: #ba2309;
}

.party_special .party_list_pg .party_content .right_list .list_content_ul li .list_content_ul_img {
  background-image: url(../zt_img/arrow.png);
  background-size: 100% 100%;
  height: 1rem;
  width: 1rem;
}
.party_special .party_list_pg .party_content .right_list .list_content_ul li:hover .list_content_ul_img {
  background-image: url(../zt_img/red_arrows@2x.png);
}


/* 内容页 */
.party_incorrupt_list {
  position: relative;
  /* background-color: #f8f3f3; */
}

.party_incorrupt_list .topic_title_box {
  height: 12.55rem;
  padding: 0rem 12.55rem;
  display: flex
;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.party_incorrupt_list .topic_title_box h1 {
  font-weight: 500;
  font-size: 2rem;
  color: #222222;
  padding-bottom: 3rem;
}
.party_incorrupt_list .topic_title_box span {
  font-weight: 400;
  font-size: 0.8rem;
  color: #9d9d9d;
}
.party_incorrupt_list .article_content {
  padding: 0rem 16.4rem 7rem;
}
.party_incorrupt_list .article_content p {
  text-indent: 2rem !important;
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  color: #222222 !important;
  line-height: 2rem !important;
  margin-bottom: 1rem !important;
  font-family: 'MiSans-Norma' !important;
}
.party_incorrupt_list .article_content p span {
  text-indent: 2rem !important;
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  color: #222222 !important;
  line-height: 1.55rem !important;
  margin-bottom: 1rem !important;
  font-family: 'MiSans-Norma' !important;
}
.party_incorrupt_list .top_bg {
  height: 14.85rem;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-size: 100% 100%;
  background-image: url(../zt_img/party_bg1.webp);
}
.party_incorrupt_list .bot_bg {
  width: 100%;
  height: 18rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-size: 100% 100%;
  background-image: url(../zt_img/party_bg2.webp);
}
.redBack {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 4.2rem;
  height: 4.2rem;
  background-image: url(../zt_img/back_red.png);
  background-size: 100% 100%;
  z-index: 100;
  cursor: pointer;
}

.nav {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

 .top_banner .line {
  position: absolute;
  left: 0px;
  bottom: 4.9rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}
 .top_banner .link_log {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 5rem;
  background: rgba(0, 0, 0, 0.3);
  display: flex
;
  display: flex
;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

 .top_banner .link_log .link_log_item {
  padding: 0rem 1.6rem;
  height: 5rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 5rem;
  font-style: normal;
}


.honor-list {
  display: grid;
  /* 改用grid布局更容易控制 */
  grid-template-columns: repeat(4, 1fr);
  /* 明确指定4列 */
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.honor-list2 {
  display: grid;
  /* 改用grid布局更容易控制 */
  grid-template-columns: repeat(3, 1fr);
  /* 明确指定4列 */
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.honor-item {
  height: 200px;
  border: 1px solid #eee;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.honor-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.honor-item img:hover {
  transform: scale(1.05);
}

/* 响应式布局 */
@media screen and (max-width: 992px) {
  .honor-list {
      grid-template-columns: repeat(3, 1fr);
      /* 平板上3列 */
  }
}

@media screen and (max-width: 768px) {
  .honor-list {
      grid-template-columns: repeat(2, 1fr);
      /* 手机上2列 */
  }
}

.home{
  margin-top: 4.5rem;
}
.main{
  margin-top: 4.5rem;
}

.bot_r img{
  margin-right: 2px;
  position: relative;
  top: 4px;
}

a img {
  border: none; /* 移除IE浏览器下的默认边框 */
  outline: none; /* 移除点击时的外边框 */
}