@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
  .navs {
    gap: 0 3.125vw;
  }
  .business-list li {
    padding-left: 0.3rem;
  }
  .business-title {
    top: 6.25vw;
  }
  .inner {
    width: 75vw;
  }
  .report-hide {
    height: 30.2083vw;
  }
}
@media screen and (max-width: 1278px) {
  .logo img {
    height: 0.5rem;
  }
  .about-list li p {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
  .menubtn {
    display: flex;
    align-items: center;
  }
  .header-right {
    position: fixed;
    right: -100%;
    top: 0.8rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.8rem 5%;
    transition: 0.88s;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-right.show {
    right: 0;
  }
  .header-search {
    margin-left: 0;
    margin-top: auto;
  }
  .header-search a {
    color: #000;
  }
  .commonWidth {
    width: 90%;
  }
  .navs {
    display: block;
    width: 100%;
  }
  .navs > li {
    margin-bottom: 0.2rem;
  }
  .navs > li:last-child {
    margin-bottom: 0;
  }
  .navs > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    line-height: 2;
    font-size: 0.2rem;
  }
  .navs > li > a i {
    display: block;
    font-size: 0.12rem;
  }
  .navs-down {
    position: relative;
    width: auto;
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
    pointer-events: visible;
    text-align: left;
    display: none;
    transition: 0s;
  }
  .navs-leval {
    box-shadow: none;
    padding: 0 0.08rem;
  }
  .navs > li.now > a i {
    transform: rotate(180deg);
  }
  .navs-leval li a {
    font-size: 0.18rem;
  }
  .banner-slide figure {
    padding-bottom: 50%;
  }
  .dynamic-wrap {
    display: block;
  }
  .dynamic-info {
    width: auto;
  }
  .dynamic-list {
    margin-top: 0.3rem;
    padding-left: 0;
    border-left: none;
    width: auto;
  }
  .dynamic-list li {
    margin-bottom: 0.3rem;
  }
  .dynamic-list li:last-child {
    margin-bottom: 0;
  }
  .business-tab {
    position: relative;
    border-top: none;
  }
  .business-list {
    width: auto;
    background: #222;
  }
  .business-list li {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 50%;
    flex: none;
  }
  .business-list li:nth-child(n+3) {
    border-bottom: none;
  }
  .business-list li:nth-child(2n+2) {
    border-right: none;
  }
  .business-title {
    position: relative;
    left: auto;
    transform: translateX(0);
    top: 0;
    margin-bottom: 0.3rem;
  }
  .businesss {
    padding-top: 0.5rem;
  }
  .business-title small {
    color: #999999;
  }
  .business-title strong {
    color: #333;
  }
  .leadership-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .certificate-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-slide a {
    display: block;
  }
  .news-imgs {
    width: 100%;
  }
  .news-right {
    padding-top: 0.3rem;
    width: auto;
  }
  .news-infos .swiper-pagination {
    left: 0;
    bottom: 0;
    justify-content: center;
    width: 100%;
  }
  .news-swiper {
    padding-bottom: 0.3rem;
  }
  .report-hide {
    height: 38vw;
  }
  .about-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem 0.4rem;
  }
}
@media screen and (max-width: 861px) {
  .announcement-swiper {
    width: 6rem;
  }
}
@media screen and (max-width: 751px) {
  .banner-slide figure {
    padding-bottom: 150%;
  }
  .announcement-flex {
    display: block;
    width: 100%;
  }
  .announcement-btn {
    display: none;
  }
  .announcement-swiper {
    margin-left: 0;
    width: auto;
    height: 0.3rem;
  }
  .announcement-wrap {
    padding: 0.2rem 0;
  }
  .announcement {
    position: relative;
    height: auto;
  }
  .header-wrap {
    height: 0.8rem;
  }
  .mtop {
    height: 0.8rem;
  }
  .dynamic-box {
    padding: 0.38rem 0 0.68rem;
    background-attachment: local;
  }
  .dynamic-title small {
    font-size: 0.34rem;
  }
  .dynamic-title strong {
    font-size: 0.34rem;
  }
  .dynamic-imgs {
    width: 1.5rem;
  }
  .dynamic-texts p {
    -webkit-line-clamp: 1;
  }
  .dynamic-list li a .dynamic-texts .dynamic-tag {
    margin-top: 0.12rem;
  }
  .dynamic-texts strong {
    font-size: 0.2rem;
  }
  .dynamic-list li a .dynamic-texts strong {
    margin-bottom: 0.05rem;
  }
  .business-slide figure {
    padding-bottom: 80%;
  }
  .business-text strong {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
  .business-text {
    margin-bottom: 0.4rem;
  }
  .business-list li b {
    margin-bottom: 0.06rem;
    margin-top: 0.24rem;
    width: auto;
    height: auto;
    border: none;
    line-height: 1;
  }
  .business-list li {
    padding: 0 0.1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .business-list li strong {
    margin-left: 0;
    font-size: 0.18rem;
  }
  .business-info {
    transform: translateX(-50%);
    top: 0.4rem;
  }
  .footer-top {
    padding: 0.5rem 0 0.3rem;
    display: block;
  }
  .footer-eq {
    margin-top: 0.2rem;
  }
  .footer-down {
    padding: 0.3rem 0;
    flex-wrap: wrap;
  }
  .links {
    margin-top: 0.12rem;
  }
  .footer-down p {
    width: 100%;
  }
  .footer-address p {
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .announcement-slide a strong {
    margin-right: 0.1rem;
  }
  .leval-menu {
    margin: 0;
    width: auto;
  }
  .pbanner figure {
    padding-bottom: 88%;
  }
  .ptext {
    top: 50%;
  }
  .ptext small {
    font-size: 0.4rem;
  }
  .ptext strong {
    font-size: 0.32rem;
  }
  .leval-menu-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .leval-menu-list li {
    width: 33.33%;
  }
  .leval-menu-list li a {
    padding: 0;
    width: 100%;
    line-height: 1.2;
    box-sizing: border-box;
  }
  .leval-menu-list.w50 li {
    width: 50%;
  }
  .introduct {
    padding: 0.8rem 0;
  }
  .introduct-wrap {
    display: block;
  }
  .introduct-info {
    padding-top: 0;
    width: auto;
  }
  .introduct-imgs {
    margin-top: 0.3rem;
    width: auto;
  }
  .intro-tt {
    font-size: 0.32rem;
  }
  .introduct-text {
    margin-top: 0.32rem;
  }
  .leadership {
    padding: 0.8rem 0;
  }
  .leadership-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.66rem 0;
  }
  .culture-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .honor-btns span.prev {
    left: 0;
  }
  .honor-btns span.next {
    right: 0;
  }
  .honor-box {
    padding-bottom: 0;
  }
  .honor-slide {
    height: 3rem;
  }
  .honor-btns span {
    width: 0.42rem;
    height: 0.42rem;
    font-size: 0.14rem;
  }
  .honor-title {
    font-size: 0.32rem;
  }
  .certificate {
    padding: 0.5rem 0 0.8rem;
  }
  .certificate-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-info {
    padding-top: 0;
    width: auto;
  }
  .contact-info strong {
    font-size: 0.3rem;
  }
  .contact-address {
    margin-top: 0.32rem;
  }
  .contact-eq {
    margin-top: 0.32rem;
  }
  .contact-map {
    width: auto;
    margin-right: 0;
    margin-top: 0.4rem;
  }
  .contact-map:before {
    display: none;
  }
  .map {
    height: 3.8rem;
  }
  .news-list li a {
    padding: 0.3rem 0;
    flex-direction: column-reverse;
  }
  .news-content {
    display: block;
    width: auto;
  }
  .news-content .news-text {
    margin-left: 0;
    width: auto;
    margin-top: 0.2rem;
  }
  .news-images {
    margin-left: 0;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .pages-list {
    gap: 0.1rem 0.2rem;
  }
  .pages {
    padding: 0.65rem 0;
  }
  .news-content .news-text strong {
    font-size: 0.22rem;
  }
  .news-view-top strong {
    font-size: 0.34rem;
  }
  .news-page {
    display: block;
    padding-top: 0.36rem;
  }
  .news-back {
    margin-top: 0.2rem;
  }
  .news-vs {
    padding-bottom: 0.6rem;
  }
  .news-view {
    padding-bottom: 0.7rem;
  }
  .party-tops {
    padding-top: 0.3rem;
  }
  .report-box {
    padding: 0.8rem 0;
  }
  .report-wrap {
    padding: 0;
    display: block;
  }
  .report-wrap:before {
    display: none;
  }
  .report-imgs {
    width: auto;
  }
  .report-hide {
    height: auto;
    width: auto;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .information-list li a {
    padding: 0.1rem 5%;
    min-height: 0.9rem;
    box-sizing: border-box;
  }
  .information-list li a time {
    padding-left: 0.2rem;
    width: 1.5rem;
    display: none;
  }
  .information-list li a span {
    width: auto;
  }
  .information-box {
    padding: 0.7rem 0;
  }
  .mouse {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 0.2rem;
  }
  .search-form {
    width: auto;
  }
  .search-wrap {
    padding-top: 0.5rem;
  }
  .search-list {
    margin-top: 0.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .home-about {
    padding: 0.8rem 0;
  }
  .about-ins {
    margin-bottom: 0.5rem;
  }
  .about-list {
    margin-top: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
