@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;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 1450px) {
  .banner-prev {
    font-size: 50px;
    margin-top: -25px;
  }
  .numble b {
    font-size: 55px;
  }
  .company-list li b {
    width: 55px;
    height: 50px;
  }
}
@media screen and (max-width: 1350px) {
  .inner {
    width: 90%;
  }
  .banner .swiper-pagination {
    margin-left: -45%;
  }
  .numble {
    margin-right: -45%;
  }
  .logo {
    width: 400px;
    margin-top: 24px;
  }
  .navs > li {
    margin-left: 18px;
  }
  .leval-li {
    margin-left: 20px;
  }
  .leval-li li {
    margin-right: 22px;
  }
}
@media screen and (max-width: 1240px) {
  .navs > li > a {
    font-size: 14px;
    height: 80px;
    line-height: 80px;
  }
  .logo {
    width: 380px;
    margin-top: 20px;
  }
  .navs > li {
    margin-left: 12px;
  }
  .footer-lefts {
    width: auto;
  }
  .reserve p,
  .network a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-navs {
    margin-bottom: 32px;
  }
  .footer-address .footerlogo {
    width: 380px;
    margin-top: 15px;
  }
  .address {
    padding-left: 30px;
    margin-left: 30px;
  }
  .address p {
    font-size: 14px;
  }
  .leval-title {
    width: 180px;
    padding-left: 20px;
  }
  .leval-title strong {
    font-size: 28px;
  }
  .leval-title small {
    font-size: 16px;
  }
  .leval-li li a {
    font-size: 15px;
  }
  .leval-title {
    display: none;
  }
  .party-hidden {
    padding: 50px 0;
  }
  .party-swiper {
    width: 1800px;
    margin-left: -900px;
  }
  .party-text p {
    line-height: 56px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .navs > li {
    margin-left: 8px;
  }
  .party-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .navs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 80px 5% 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    background: #276e51;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header.scroll .navs li > a {
    height: 60px;
    line-height: 60px;
  }
  .navs.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
  .navs > li {
    float: none;
    margin-left: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .navs > li > a {
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: auto;
    font-size: 16px;
  }
  .navs > li > a:before {
    display: none;
  }
  .menubtn {
    display: block;
    margin-top: 20px;
  }
  .header {
    background: #276e51;
    padding: 12px 0;
  }
  .logo {
    z-index: 21;
  }
  .logo {
    width: 320px;
    margin-top: 0;
  }
  .spoce {
    height: 61px;
  }
  .numble {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-left: 0;
  }
  .banner-prev {
    font-size: 40px;
    margin-top: -20px;
  }
  .banner-prev.prev {
    left: 5%;
    opacity: 1;
    transform: none;
  }
  .banner-prev.next {
    opacity: 1;
    transform: none;
    right: 5%;
  }
  .header.scroll .logo {
    width: 320px;
  }
  .news-center {
    width: 100%;
  }
  .announcement {
    padding-top: 40px;
    width: 100%;
  }
  .special-title strong {
    font-size: 22px;
  }
  .footer-navs {
    display: none;
  }
  .footer-lefts {
    width: 100%;
  }
  .footer-address .footerlogo {
    float: none;
    margin-top: 0;
    margin: auto;
  }
  .address {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
    height: auto;
    background: none;
    margin-bottom: 12px;
  }
  .eq {
    float: none;
    margin: auto;
  }
  .copy-box {
    padding: 12px 0;
  }
  .reserve {
    width: 100%;
  }
  .network {
    float: left;
    text-align: center;
    width: 100%;
  }
  .recopy {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .reserve p,
  .network a {
    text-align: center;
  }
  .reserve {
    float: none;
    text-align: center;
  }
  .reserve p {
    float: none;
    display: inline-block;
  }
  .recopy img {
    vertical-align: middle;
  }
  .leval-posite {
    display: none;
  }
  .leval-list {
    float: none;
  }
  .leval-li {
    margin-left: 0;
    float: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .leval-li li a {
    white-space: nowrap;
    margin-right: 0;
  }
  .introduct-box {
    padding: 50px 0;
  }
  .framework {
    padding: 50px 0;
  }
  .framework-title {
    margin-bottom: 40px;
  }
  .framework-title strong {
    font-size: 26px;
    margin-bottom: 18px;
  }
  .framework-title time {
    font-size: 16px;
  }
  .member-wrap P {
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
  .member-wrap {
    padding-top: 34px;
  }
  .member-wrap strong {
    margin-bottom: 18px;
    font-size: 22px;
  }
  .views-img {
    padding: 42px 5%;
  }
  .contact__tops strong {
    font-size: 22px;
  }
  .contact {
    padding: 45px 0;
  }
  .contact__tops {
    margin-bottom: 30px;
  }
  .cooperate-text {
    position: relative;
    width: 100%;
  }
  .dynamic .news-banner {
    width: 100%;
  }
  .dynamic {
    padding: 42px 0;
  }
  .dynamic-list {
    margin-top: 30px;
    width: 100%;
  }
  .dynamicli li a {
    padding: 40px 0;
  }
  .dynamic-wr {
    display: block;
  }
  .dynamictime {
    display: none;
  }
  .dynamic__texts {
    margin: 0;
    margin-top: 30px;
  }
  .party-wrs {
    padding: 30px 0;
    display: block;
  }
  .party-content {
    margin-left: 0;
    margin-top: 30px;
  }
  .administrate-imgs {
    width: 100%;
  }
  .administrate-fix {
    width: 100%;
  }
  .row,
  .message-row1 .row {
    width: 48%;
    margin-right: 0;
  }
  .message-row1 {
    display: block;
    overflow: hidden;
  }
  .row1 {
    width: 100%;
  }
}
@media screen and (max-width: 861px) {
  .companys {
    padding: 50px 0;
  }
  .company-list li b {
    width: 40px;
    height: 35px;
  }
  .company-list li span {
    font-size: 16px;
  }
  .leaders {
    padding: 40px 0;
  }
  .leader-item .leader-title {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .leader-info {
    width: 100%;
    padding: 18px 0;
  }
  .member {
    padding: 45px 0 20px;
  }
  .meber-imgs {
    width: 100%;
  }
  .member-text {
    width: 100%;
  }
  .member-wrap {
    padding: 34px 5%;
  }
  .notice-fix strong {
    width: 80%;
  }
  .exchange-box {
    padding: 40px 0;
  }
  .exchange-imgs {
    width: 100%;
    box-sizing: border-box;
  }
  .exchange__texts {
    width: 100%;
    margin-top: 38px;
  }
  .specials {
    padding: 50px 0 30px;
  }
  .special-li li {
    width: 48.5%;
    margin-right: 0;
  }
  .special-li li:nth-child(2n+2) {
    float: right;
  }
}
@media screen and (max-width: 750px) {
  .party-swiper {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .row,
  .message-row1 .row {
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .banner-prev {
    font-size: 30px;
    margin-top: -15px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    margin-right: 12px;
  }
  .banner .swiper-pagination {
    bottom: 16px;
  }
  .main {
    padding: 44px 0;
  }
  .title {
    width: 100%;
  }
  .news-more {
    float: left;
    padding-top: 36px;
  }
  .news-title {
    margin-bottom: 20px;
  }
  .title strong,
  .announcement-title strong {
    font-size: 20px;
  }
  .title small {
    font-size: 20px;
    padding-top: 12px;
  }
  .news-info strong {
    max-width: 77%;
  }
  .news-center-li li a span {
    width: 70%;
  }
  .special-list li {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .special-list li:nth-child(2n+2) {
    float: right;
  }
  .special {
    padding: 50px 0 30px;
  }
  .leval-menus {
    height: auto;
  }
  .leval-li li {
    margin-right: 0;
  }
  .leval-li li a {
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
  }
  .introduct-box {
    padding: 35px 0;
    font-size: 14px;
  }
  .framework-title strong {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .leval-li {
    display: block;
  }
  .leval-li li {
    width: 33.3333%;
  }
  .member-wrap strong {
    font-size: 20px;
  }
  .member-wrap span {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .member-list li {
    margin-bottom: 30px;
  }
  .views-img {
    padding: 35px 5%;
  }
  .member-view {
    padding: 45px 0;
  }
  .views-title strong {
    font-size: 26px;
  }
  .views-title {
    padding-bottom: 26px;
  }
  .views-text p {
    font-size: 14px;
  }
  .views-text {
    margin-top: 30px;
  }
  .contact__tops strong {
    font-size: 18px;
  }
  .map {
    height: 320px;
  }
  .developments {
    padding: 50px 0;
  }
  .cooperate-boxs {
    padding: 50px 0;
  }
  .cooperate-text {
    padding: 32px 5%;
  }
  .cooperate-text p {
    font-size: 14px;
  }
  .dynamic-text strong {
    font-size: 16px;
  }
  .dynamic-text p {
    font-size: 14px;
  }
  .dynamic-text {
    padding-top: 5px;
    margin-left: 90px;
  }
  .dynamicli li a {
    padding: 32px 0;
  }
  .dynamic__texts strong {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .dynamic__texts p {
    font-size: 14px;
  }
  .dynamic__texts span {
    font-size: 14px;
  }
  .pages a {
    padding: 0 6px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .news-view {
    padding-top: 40px;
  }
  .news-view-title strong {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .news-views-text {
    padding-bottom: 44px;
    font-size: 14px;
  }
  .news-prev {
    padding: 30px 0;
    display: block;
  }
  .news-prev-btn {
    margin-bottom: 20px;
  }
  .news-prev-btn p {
    margin-bottom: 5px;
  }
  .news-back a {
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .news-prev-btn p a {
    font-size: 14px;
  }
  .notice-fix p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .notice-fix strong {
    width: 100%;
  }
  .notice-fix span {
    position: relative;
    font-size: 12px;
  }
  .notice-fix {
    padding-top: 0;
    margin-left: 88px;
  }
  .dynamic-time {
    min-width: 76px;
  }
  .notice-list li a {
    display: block;
  }
  .notice-list li a .dynamic-time {
    float: left;
  }
  .party-prev {
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
  }
  .notice {
    padding-top: 32px;
  }
  .party-text {
    padding: 0 18px;
  }
  .party-text p {
    height: 50px;
    line-height: 50px;
  }
  .party-hidden {
    padding-bottom: 20px;
  }
  .party-content {
    padding-right: 0;
  }
  .party-content i {
    display: none;
  }
  .party-content time {
    right: 0;
  }
  .party-content strong {
    width: 75%;
  }
  .administrate-top {
    padding: 40px 0;
  }
  .administrate-li li a span,
  .administrate-li li a time {
    font-size: 14px;
  }
  .group {
    padding-top: 20px;
  }
  .group li a {
    padding: 30px 0;
  }
  .group__text {
    margin-left: 110px;
  }
  .group__text strong {
    font-size: 16px;
  }
  .group__text p {
    margin-top: 16px;
    font-size: 14px;
  }
  .group__text span {
    margin-top: 22px;
    width: 140px;
    height: 38px;
    line-height: 38px;
  }
  .windows {
    padding-top: 39px;
  }
  .windows-list li a figure {
    width: 150px;
    height: 95px;
  }
  .window__text {
    margin-left: 175px;
    padding-top: 0;
  }
  .window__text span {
    margin-top: 10px;
  }
  .exchange__texts p {
    font-size: 14px;
  }
  .exchange__texts {
    padding-top: 0;
  }
  .questions {
    padding: 30px 5% 30px;
    box-sizing: border-box;
    width: 100vw;
    margin-left: -5vw;
    margin-top: 0;
  }
  .messages {
    margin-top: 22px;
  }
  .row-sub {
    padding-top: 20px;
  }
  .reply-top time {
    white-space: nowrap;
  }
  .reply-top {
    padding: 0 5%;
  }
  .questions-title span {
    font-size: 18px;
  }
  .reply-title p {
    font-size: 14px;
  }
  .specaial-top strong {
    font-size: 22px;
  }
  .specaial-top a {
    font-size: 14px;
  }
}
@media screen and (max-width: 481px) {
  .banner-slide figure img {
    width: auto;
    height: 250px;
    position: relative;
    left: 50%;
    margin-left: -269px;
  }
  .logo {
    width: 260px;
    margin-top: 6px;
  }
  .header.scroll .logo {
    width: 260px;
  }
  .main {
    padding: 32px 0;
  }
  .news-banner {
    width: 100%;
    float: none;
  }
  .news-img-list {
    display: flex;
    display: -webkit-flex;
    margin-top: 16px;
    width: 100%;
    position: relative;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .news-img-items {
    width: 48%;
  }
  .news-img-items:last-child {
    position: relative;
    width: 48%;
  }
  .news-fix span,
  .news-img-items span,
  .news-center-li li a span,
  .announcement-list li a strong,
  .announcement-title a {
    font-size: 14px;
  }
  .news-info strong {
    font-size: 16px;
  }
  .news-center-li li a {
    height: 50px;
  }
  .news-center-li li a span {
    padding-left: 22px;
  }
  .announcement-title strong {
    padding-bottom: 20px;
  }
  .special-title a {
    font-size: 14px;
  }
  .companys {
    padding: 50px 0 20px;
  }
  .company-list {
    display: block;
    overflow: hidden;
  }
  .company-list li {
    width: 33.3333%;
    float: left;
    margin-bottom: 30px;
  }
  .footer-address .footerlogo {
    width: 100%;
    height: auto;
  }
  .news-fix span {
    max-width: 70%;
  }
  .leader-info dt {
    font-size: 16px;
    width: 70px;
  }
  .leader-info dd {
    font-size: 14px;
  }
  .leader-info dd:before {
    height: 16px;
  }
  .leaders {
    padding-bottom: 0;
  }
  .leader-item {
    margin-bottom: 40px;
  }
  .framework-title strong {
    font-size: 20px;
  }
  .views-title strong {
    font-size: 22px;
  }
  .dynamic-wr figure {
    width: 100%;
  }
  .party-content time {
    font-size: 16px;
    top: 4px;
  }
  .party-wrs figure {
    width: 100%;
  }
  .administrate-li li a span {
    width: 60%;
  }
  .group-time {
    float: none;
  }
  .group__text {
    margin-left: 0;
    margin-top: 20px;
  }
  .group__text span {
    width: 120px;
  }
  .windows-list li a figure {
    width: 120px;
    height: 75px;
  }
  .window__text {
    margin-left: 135px;
  }
  .window__text strong {
    margin-bottom: 12px;
  }
  .special-li li {
    width: 100%;
  }
  .special-li li span {
    font-size: 16px;
  }
  .news-center-li li .news-defaul span {
    width: 65%;
  }
}
@media screen and (max-width: 400px) {
  .news-info strong {
    max-width: 65%;
  }
  .news-center-li li a span {
    width: 60%;
  }
}
