@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;
}
.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: 78px;
  }
  .navs > li {
    margin-right: 1.5625vw;
  }
  .header {
    padding-left: 5.2083vw;
  }
  .navs > li > a {
    font-size: 14px;
  }
  .customer-text-item p {
    font-size: 14px;
  }
  .inner {
    width: 75vw;
  }
  .common__tt strong {
    font-size: 0.4rem;
  }
  .history__tab:before {
    background-size: 100vw auto;
  }
  .history__tab {
    padding-bottom: 10.4167vw;
  }
  .news__texts p {
    font-size: 14px;
  }
  .virtuous__btn--fix span i {
    margin-left: 0.2rem;
  }
  .virtuous__btn--fix {
    font-size: 14px;
    line-height: 1.2;
  }
  .hot__dynamic {
    position: relative;
    top: 0;
  }
  .menu__list li {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1360px) {
  .footer__middle {
    padding-bottom: 0.5rem;
  }
  .footer__slogo {
    padding-bottom: 0.4rem;
  }
  .home__about--top {
    margin-bottom: 40px;
  }
  .home__about--data {
    margin-top: 40px;
  }
  .partners__info {
    margin-bottom: 30px;
  }
  .dynamic__list li a {
    padding: 12px 2.08vw;
  }
  .dynamic__text strong {
    height: 1rem;
  }
  .footer__navs--item {
    margin-right: 30px;
  }
  .footer__address {
    width: 3.4rem;
  }
  .service__hotline b {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1260px) {
  .navs > li {
    margin-right: 1.0417vw;
  }
  .search,
  .certificate {
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .navs > li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0 5%;
  }
  .header__right {
    position: fixed;
    right: -100%;
    top: 0.84rem;
    bottom: 0;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 1rem 5%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: 0.88s;
  }
  .header__right.show {
    right: 0;
  }
  .navs {
    display: block;
  }
  .navs > li {
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
  .navs > li > a {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
  }
  .navs > li > a i {
    margin-left: 0.1rem;
    background: url(../images/ico2.png) center no-repeat;
    display: none;
    background-size: cover;
  }
  .navs > li.active a {
    color: #f3c500;
  }
  .navs > li > a b {
    display: block;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    transition: 0.35s;
  }
  .navs > li > a:hover {
    color: #f3c500;
  }
  .navs > li.now > a b {
    transform: rotate(90deg);
  }
  .navs > li.active a {
    color: #000;
  }
  .navs__menu--list li {
    text-align: left;
  }
  .navs__menu--list li a {
    padding: 0;
  }
  .navs > li > a:before {
    display: none !important;
  }
  .navs__menu {
    position: relative;
    transition: 0s;
    display: none;
    left: 0;
    margin-left: 0;
    width: auto;
    transform: translate(0px);
    clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  .header__cer {
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 0.3rem;
  }
  .header.flex .menubtn.active span {
    background: transparent;
  }
  .header.flex .menubtn span {
    background: #000;
  }
  .header.flex .menubtn span:before,
  .header.flex .menubtn span:after {
    background: #000000;
  }
  .search a {
    color: #000;
  }
  .certificate {
    margin-left: 0;
  }
  .home__swiper {
    height: auto;
  }
  .home__swiper > .swiper-wrapper {
    display: block !important;
    transform: translateY(0) !important;
    height: auto !important;
  }
  .home-slide > section {
    transform: translateY(0) !important;
  }
  .home__about--top {
    display: block !important;
  }
  .home__about--data {
    display: flex !important;
  }
  .home__about {
    padding: 0;
    height: auto;
  }
  .home__about--wrap {
    padding: 0.8rem 5%;
    height: auto;
  }
  .home__about--video video {
    z-index: -2;
  }
  .home__about--top p {
    width: auto;
    max-width: 100%;
  }
  .home__about--bg.pathClie {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  .home__about--data li {
    margin-right: auto;
  }
  .home__about--data li p b {
    font-size: 0.6rem;
  }
  .home__about--data li span {
    margin-top: 0.2rem;
    font-size: 14px;
  }
  .home__about--logo {
    transform: none !important;
  }
  .btext strong {
    font-size: 0.5rem;
  }
  .btext p {
    font-size: 0.24rem;
  }
  .banner .swiper-pagination {
    width: 40vw;
  }
  .home__business {
    padding-top: 0;
    height: auto;
  }
  .home__business--list {
    flex-wrap: wrap;
  }
  .home__business--list li {
    margin-right: 0;
    width: 50% !important;
  }
  .home__business--list li:hover {
    width: 50% !important;
  }
  .customer-wrap {
    padding: 0;
  }
  .customer {
    padding: 80px 0;
    height: auto;
  }
  .partners {
    padding: 80px 5%;
    height: auto;
  }
  .partners__wrap {
    padding: 0;
  }
  .partners__info {
    width: 100%;
  }
  .partners__list li {
    margin-right: 4%;
    width: 22%;
  }
  .partners__list li:nth-child(4n+4) {
    margin-right: 0;
  }
  .partner__global {
    display: none;
  }
  .dynamic {
    padding-top: 0;
    height: auto;
    padding: 80px 0;
  }
  .dynamic__wrap {
    padding: 0 5%;
    display: block;
  }
  .dynamic__fix {
    display: block;
  }
  .dynamic__info--list {
    width: 100%;
  }
  .dynamic__list {
    padding-top: 30px;
    width: 100%;
  }
  .home-slide .footer {
    padding-top: 0;
  }
  .footer__slogo {
    padding: 0.8rem 5% 0.5rem;
  }
  .footer__copy {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .footer__navs {
    display: none;
  }
  .footer__middle {
    padding: 0 5% 40px;
  }
  .menubtn {
    display: block;
  }
  .inner {
    width: 90%;
  }
  .menu__leval {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu__list {
    padding: 0 5vw;
    width: auto;
    display: inline-flex;
  }
  .menu__list li a {
    white-space: nowrap;
  }
  .history__tab {
    padding: 0 5% 80px;
  }
  .history__tab:before {
    display: none;
  }
  .history__swiper {
    display: block;
  }
  .history__wr {
    padding-bottom: 0.9rem;
  }
  .history__wr:before {
    bottom: 0.1rem;
    height: 0.7rem;
  }
  .history__wr time {
    font-size: 0.36rem;
  }
  .history__wr p {
    font-size: 14px;
  }
  .history-slide:nth-child(2n+2) .history__wr {
    padding-bottom: 0.9rem;
  }
  .history-slide:nth-child(2n+2) .history__wr:before {
    height: 0.7rem;
  }
  .history__tab .history-slide:last-child .history__wr {
    padding-bottom: 0;
  }
  .history__tab .history-slide:last-child .history__wr:before {
    display: none;
  }
  .architecture {
    display: block;
  }
  .architecture__info {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .contact__wrap {
    display: block;
  }
  .contact__info {
    width: 100%;
  }
  .contact__maps {
    margin-top: 0.38rem;
    width: 100%;
  }
  .idea__wr {
    display: block;
  }
  .idea__info {
    width: 100%;
  }
  .idea__text {
    font-size: 14px;
  }
  .idea__imgs {
    margin-top: 0.5rem;
    width: 100%;
  }
  .virtuous__head span:nth-child(2),
  .virtuous__head span:nth-child(3),
  .virtuous__head span:nth-child(4) {
    display: none;
  }
  .virtuous__head span:nth-child(5) {
    width: 1.8rem;
  }
  .virtuous__btn--fix span:nth-child(2),
  .virtuous__btn--fix span:nth-child(3),
  .virtuous__btn--fix span:nth-child(4) {
    display: none;
  }
  .virtuous__btn--fix span:nth-child(5) {
    width: 1.8rem;
  }
  .virtuous__btn--fix span:first-child {
    width: auto;
  }
  .virtuous__hide,
  .virtuous__email {
    font-size: 14px;
  }
  .notice__list li {
    margin-right: 3%;
    width: 48.5%;
  }
  .notice__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .platform__wrap {
    display: block;
  }
  .online-service {
    padding: 0.8rem 0 0.4rem;
    width: auto;
  }
  .platform__tt strong {
    font-size: 0.3rem;
  }
  .consulting {
    margin-top: 0;
    width: auto;
  }
  .scales__list li {
    margin-right: 4%;
    width: 48%;
  }
  .scales__list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .scales__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .project__tab {
    flex-direction: column-reverse;
  }
  .project__lefts {
    width: 100%;
  }
  .project__imgs__swiper {
    width: 100%;
  }
  .view__wrap {
    display: block;
  }
  .views__box {
    padding-top: 0;
    width: 100%;
  }
  .hot__dynamic {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 861px) {
  .resources__tab {
    display: block;
  }
  .resources__bg {
    display: none;
  }
  .resources__title {
    padding-left: 0;
  }
  .resources__wr {
    width: auto;
  }
  .resources-slide b,
  .resources-slide p {
    color: #222222;
  }
  .resources__prev {
    color: #ccc;
  }
  .resources__fix {
    margin-top: 0.5rem;
    width: auto;
  }
  .resources__text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 751px) {
  .home__about--top strong {
    font-size: 0.3rem;
  }
  .home__about--top p {
    font-size: 13px;
  }
  .home__about--bg {
    width: 4rem;
    height: 0.96rem;
  }
  .home__about--data {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }
  .home__about--data li {
    margin-right: 0;
    margin-top: 40px;
    width: 33.333%;
  }
  .home__about--data li:last-child {
    width: auto;
  }
  .home__about--data li p {
    font-size: 14px;
  }
  .home__about--data li p b {
    font-size: 0.5rem;
  }
  .home__about--bg {
    background-size: 150vw auto;
  }
  .btext {
    left: 5%;
    width: 90%;
  }
  .btext strong {
    font-size: 0.32rem;
  }
  .banner__prev {
    display: none;
  }
  .btext p {
    width: 100%;
    font-size: 0.2rem;
  }
  .home__business--list li {
    width: 100% !important;
  }
  .home__business--list li:hover {
    width: 100% !important;
  }
  .home__business--list li figure {
    height: 300px;
  }
  .home__business--content {
    display: none;
  }
  .home__business__title {
    padding: 0.8rem 5% 0.24rem;
  }
  .home__business--list li:hover .home__business__title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .customer-top {
    padding: 0 5%;
    display: block;
    justify-content: flex-start;
  }
  .customer-tab {
    width: 200%;
    left: -50%;
  }
  .customer-infos {
    margin: 0;
    margin-top: 40px;
    padding: 0 5%;
  }
  .customer-btn-prev {
    display: none;
  }
  .customer-top {
    margin-bottom: 30px;
  }
  .customer-btn strong {
    font-size: 0.32rem;
  }
  .customer-btn p {
    font-size: 14px;
  }
  .customer-in {
    margin-top: 0.2rem;
    font-size: 0.2rem;
  }
  .customer-in b {
    font-size: 0.34rem;
  }
  .common__tt strong {
    font-size: 0.32rem;
  }
  .common__tt i {
    margin-left: 0.12rem;
    width: 1.5rem;
    height: 0.4rem;
  }
  .partners__text strong {
    margin-bottom: 0.12rem;
    font-size: 0.22rem;
  }
  .partners__text p {
    font-size: 14px;
  }
  .partners__list li figure {
    padding-bottom: 1rem;
  }
  .partners {
    padding-bottom: 60px;
  }
  .dynamic__info--list {
    display: block;
  }
  .dynamic__info--list li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .dynamic__list li a strong {
    font-size: 16px;
  }
  .footer__slogo {
    display: block;
  }
  .footer__prices {
    margin-top: 0.12rem;
  }
  .footer__middle {
    display: block;
  }
  .footer__address {
    width: 100%;
  }
  .footer__eq {
    margin: auto;
    margin-top: 0.3rem;
  }
  .address__item dt {
    margin-bottom: 0.12rem;
  }
  .introduct {
    display: block;
  }
  .introduct__left {
    width: 100%;
  }
  .introduct__info {
    margin-top: 0.4rem;
    width: 100%;
  }
  .introduct__text {
    font-size: 14px;
  }
  .introduct__info .home__about--data li {
    margin-right: 0;
  }
  .pbanner figure {
    padding-bottom: 80%;
  }
  .ptext strong {
    font-size: 0.42rem;
  }
  .ptext small {
    font-size: 0.32rem;
  }
  .ptext {
    text-align: center;
  }
  .menu__list li {
    margin-right: 0.5rem;
  }
  .introduct__desc {
    font-size: 0.2rem;
  }
  .history__tab {
    margin-top: 0.5rem;
  }
  .history__wr p {
    margin-right: 0;
  }
  .architecture-slide {
    width: 70vw;
  }
  .architecture,
  .resources {
    padding: 0.8rem 0;
  }
  .honor__box {
    padding: 0.8rem 0;
  }
  .honor__swiper {
    padding-top: 0.8rem;
    margin-top: 0.5rem;
  }
  .honor-slide {
    width: 3rem;
  }
  .honor-slide p {
    font-size: 14px;
  }
  .culture__list {
    margin-top: 0.45rem;
  }
  .culture__list li {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .introduct__video {
    width: 88%;
    margin-left: -44%;
  }
  .video__close {
    right: 0;
    top: -0.5rem;
  }
  .news__tab {
    display: block;
  }
  .news__swiper {
    width: 100%;
  }
  .news__li {
    width: 100%;
  }
  .news__li li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
    margin-bottom: 0;
  }
  .news__in {
    padding-right: 5%;
  }
  .news__in,
  .news__li li .news__in {
    padding-left: 5%;
  }
  .news__swiper .swiper-pagination {
    bottom: 0.22rem;
  }
  .news__list li a {
    display: block;
  }
  .news__imgs {
    width: 100%;
  }
  .news__imgs figure {
    padding-bottom: 61.63%;
  }
  .news__contents {
    margin-right: 0;
    margin-top: 0.3rem;
    width: auto;
  }
  .news__list li a:hover {
    padding: 0.4rem 0;
  }
  .news__texts {
    padding-left: 0.28rem;
    margin-left: 0.2rem;
  }
  .news__btns {
    justify-content: space-between;
  }
  .news__btns a {
    margin-right: 0;
  }
  .page__list a {
    margin-right: 0.08rem;
    width: 0.32rem;
    height: 0.32rem;
    font-size: 13px;
    min-width: 0.32rem;
  }
  .page__list a:first-child,
  .page__list a:last-child {
    display: none;
  }
  .contact-informate__list li {
    width: 50%;
  }
  .contact-informate__list li strong {
    font-size: 16px;
  }
  .cooperate__wrap {
    display: block;
  }
  .cooperate__wrap h3 {
    margin-bottom: 0.28rem;
    font-size: 0.3rem;
  }
  .contact__box {
    padding: 0.8rem 0;
  }
  .idea__title {
    margin-top: 0.2rem;
  }
  .notice__list li {
    margin-right: 0;
    width: 100%;
  }
  .investor__tt strong {
    margin: 0 0.14rem;
    font-size: 0.3rem;
  }
  .investor__tt i {
    width: 1.2rem;
  }
  .certificate__data {
    padding: 0.32rem 0 0.1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .certificate__data li {
    margin-bottom: 0.22rem;
    width: 33.333%;
  }
  .certificate__data li strong {
    font-size: 0.3rem;
  }
  .data__end p {
    font-size: 13px;
  }
  .data__end {
    margin-top: 0.24rem;
  }
  .certificate__data li p {
    font-size: 13px;
  }
  .finance__list li {
    margin-right: 0;
    width: 100%;
  }
  .finance__btn strong {
    text-align: center;
    line-height: 1.2;
  }
  .service__list li {
    margin-right: 0;
    width: 100%;
  }
  .service__texts p {
    font-size: 13px;
  }
  .service__top b {
    font-size: 13px;
  }
  .service__title {
    font-size: 0.18rem;
  }
  .service__info {
    margin-left: 0;
  }
  .consulting__input .text {
    font-size: 13px;
  }
  .consulting__row {
    display: block;
  }
  .consulting__input {
    margin-right: 0;
  }
  .network {
    padding: 0.7rem 0;
  }
  .network__list {
    display: block;
  }
  .network__list li {
    margin-right: 0;
    width: auto;
  }
  .network__info p {
    font-size: 14px;
  }
  .scales__list li {
    margin-right: 0 !important;
    width: 100%;
  }
  .advantage__info {
    font-size: 14px;
  }
  .advantage__list li {
    margin-right: 4%;
    width: 48%;
    margin-bottom: 0.3rem;
  }
  .advantage__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .advantage {
    padding-bottom: 0.6rem;
  }
  .advantage__list li b {
    height: 0.7rem;
  }
  .area__text p {
    font-size: 14px;
  }
  .views__prev {
    display: block;
  }
  .view__time p {
    line-height: 1.8;
  }
  .contact-informate__list li p {
    font-size: 16px;
  }
  .home__about--logo {
    background-size: auto 80%;
    background-position: center 20%;
  }
  .home__about--logo:before,
  .home__about--logo:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 30%;
    background: #fff;
  }
  .home__about--logo:after {
    top: auto;
    bottom: 0;
  }
  .navs__menu--list {
    border: 0;
  }
}
