@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: 80px;
  }
  .wrap {
    width: 75vw;
  }
  .shares__info b,
  .shares__info span,
  .home__about--text {
    font-size: 14px;
  }
  .join__contact {
    font-size: 0.32rem;
  }
  .home_banner .svg2 svg,
  .home_banner .svg1 svg {
    height: 4rem;
    width: auto;
  }
  .ptext {
    margin-left: -37.5vw;
  }
  .company__list li strong {
    font-size: 0.2rem;
  }
  .company__list li p,
  .company__infos {
    font-size: 14px;
  }
  .company__box {
    padding: 1.2rem 0 2rem;
  }
  .leval__menu--list li a,
  .posite span,
  .posite a,
  .posite b {
    font-size: 14px;
  }
  .cooperate__text,
  .cooperate__contact p {
    font-size: 14px;
  }
  .honor__list li strong {
    padding: 0.2rem 0.16rem 0.2rem;
    font-size: 0.2rem;
  }
  .history__infos,
  .brand__texts,
  .core__info {
    font-size: 14px;
  }
  .brand__texts p {
    text-indent: 28px;
  }
  .link__down li a {
    font-size: 12px;
  }
  .navs > li > a,
  .navs__menu--list li a {
    font-size: 14px;
  }
  .navs__menu--list li {
    margin-right: 4.0625vw;
  }
  .navs__menu--list li:before {
    right: -2.03125vw;
  }
  .news__list li a time,
  .news__list li a strong {
    margin-bottom: 1.0417vw;
  }
  .team__item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1360px) {
  .cooperate__wrap {
    width: 80%;
    margin-left: -40%;
  }
}
@media screen and (max-width: 1260px) {
  .navs > li {
    margin-right: 0.22rem;
  }
  .header__search {
    margin-left: 0.4rem;
    margin-right: 0.2rem;
  }
  .pop__contact {
    width: 78%;
    margin-left: -39%;
  }
}
@media screen and (max-width: 1024px) {
  .load .slogan1 {
    left: 8vw;
  }
  .load .slogan2 {
    right: 8vw;
  }
  .menubtn {
    display: block;
  }
  .header__right {
    position: fixed;
    box-sizing: border-box;
    padding: 0 5%;
    right: -100%;
    top: 0;
    bottom: 0;
    display: block;
    padding-top: 1.4rem;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.88s;
    visibility: hidden;
  }
  .header__right.show {
    visibility: visible;
    right: 0;
  }
  .navs {
    display: block;
  }
  .navs__menu--list li {
    margin-bottom: 0.1rem;
    margin-right: 0.5rem;
    height: auto;
  }
  .navs__menu--list li:before {
    right: -0.25rem;
  }
  .navs__menu--list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .navs > li:nth-child(4) .navs__menu {
    transform: none;
  }
  .navs > li {
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .navs > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
  }
  .navs > li > a i {
    display: block;
    line-height: 1;
    font-size: 12px;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .navs__bgs {
    display: none;
  }
  .search__wr {
    padding-top: 0.2rem;
  }
  .header__search {
    margin-left: 0;
  }
  .navs__menu {
    display: none;
    margin-bottom: 0.2rem;
    padding-top: 0.1rem;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    transition: 0s;
  }
  .navs__menu--list {
    padding: 0;
    box-shadow: none;
  }
  .navs > li.now > a i {
    color: #333;
    transform: rotate(270deg);
  }
  .wrap {
    width: 90%;
  }
  .home_part_5 {
    padding: 1rem 0;
  }
  .news__swiper {
    width: 100%;
  }
  .news__infos strong {
    font-size: 0.28rem;
  }
  .news__right {
    margin-top: 0.44rem;
    width: 100%;
  }
  .footer__navs {
    display: none;
  }
  .footer__eq {
    justify-content: center;
  }
  .footer__address {
    text-align: center;
  }
  .eq__imgs {
    justify-content: center;
  }
  .footer__top .footer__logo {
    height: 0.4rem;
  }
  .joins {
    display: block;
  }
  .join__item {
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .join__item:first-child {
    position: relative;
    z-index: 10;
  }
  .join__item:nth-child(2) .join__wrap {
    width: auto;
    margin-left: 0;
  }
  .link {
    padding-top: 0.5rem;
    margin-right: 0;
    width: 100%;
  }
  .links__list li a p {
    font-size: 12px;
  }
  .join__contact {
    font-size: 0.28rem;
  }
  .load .bg {
    display: none;
  }
  .header {
    transform: translateY(0);
  }
  .content_body {
    overflow: visible;
  }
  .load .slogan strong {
    color: #fff;
    font-size: 9vw;
  }
  .load.on .slogan strong {
    font-size: 9vw;
  }
  .load .slogan1 {
    left: 10vw !important;
  }
  .load .slogan2 {
    right: 10vw !important;
  }
  .company__wrap {
    display: block;
  }
  .footer__contact {
    width: 100%;
  }
  .company__left,
  .company__infos {
    width: 100%;
  }
  .leval__menu {
    height: auto;
    padding: 0.2rem 0 0;
  }
  .leval__menu--wrap {
    display: block;
    height: auto;
  }
  .ptext {
    margin-left: -45%;
  }
  .team__box {
    padding: 0.8rem 0 1.6rem;
  }
  .teams {
    display: block;
  }
  .team__menu {
    width: 100%;
  }
  .team__right {
    margin-top: 0.5rem;
    width: 100%;
  }
  .cooperate__list li {
    width: 50%;
  }
  .cooperate__wrap {
    left: 0;
    margin-left: 0;
    width: 100%;
    top: 0;
    transform: translateY(0);
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .honor__list li {
    margin-right: 4%;
    width: 48%;
  }
  .honor__list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .honor__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .history__year {
    display: none;
  }
  .history__line {
    left: 0.12rem;
  }
  .history__list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.4rem;
  }
  .news-list__top {
    display: block;
  }
  .news-list__top .news__swiper,
  .news-list__top .news__right {
    width: 100%;
  }
  .special__btn {
    margin-bottom: 0.45rem;
    justify-content: flex-start;
  }
  .recuite__box {
    padding: 0.4rem 0 0.7rem;
  }
  .recuite__list li a {
    padding: 0.5rem 0;
  }
  .recuite__texts span {
    font-size: 14px;
  }
  .news__v img {
    width: 100% !important;
    height: auto !important;
  }
  .news__v video {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
  .navs > li:first-child a i {
    display: none;
  }
  .mobile__search {
    display: block !important;
  }
  .search__wr {
    display: none;
  }
  .news__tab {
    display: block;
  }
  .news__list li a {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 751px) {
  .header {
    padding: 0 5%;
    height: 0.7rem;
  }
  .content_body .header {
    transform: translateY(0);
  }
  .logo {
    height: 0.4rem;
  }
  .shares__logo {
    display: none;
  }
  .shares__info {
    flex-wrap: wrap;
  }
  .shares-slide {
    padding-right: 0.3rem;
  }
  .home_part_2 {
    padding: 0.8rem 0;
  }
  .home_part_2 .wrap {
    display: block;
  }
  .home__about {
    width: 100%;
  }
  .home__about--right {
    margin-top: 0.5rem;
    width: 100%;
  }
  .news__top {
    display: block;
  }
  .news__btn {
    margin-top: 0.3rem;
  }
  .news__btn li {
    margin-right: auto;
  }
  .news__btn li:last-child {
    margin-right: 0;
  }
  .news-slide figure {
    padding-bottom: 55.59%;
  }
  .news__infos {
    padding: 0.3rem 0.3rem 0.3rem;
    height: 2rem;
  }
  .news__infos strong {
    font-size: 0.22rem;
  }
  .news__list li a {
    padding: 0.3rem 0;
  }
  .home_part_5 {
    padding: 0.8rem 0;
  }
  .home_part_4 {
    padding: 0.8rem 0;
    background-attachment: local;
  }
  .home_part_4 .con_b .li_box {
    padding-top: 0;
  }
  .business__items {
    margin-right: 4%;
    margin-bottom: 0.2rem;
    width: 48%;
  }
  .business__items:nth-child(2n+2) {
    margin-right: 0;
  }
  .business__list {
    flex-wrap: wrap;
  }
  .business__items a b {
    width: 0.7rem;
    height: 0.7rem;
  }
  .business__items a p {
    margin-top: 0.2rem;
  }
  .business__items a p,
  .check__more span {
    font-size: 0.18rem;
  }
  .home_part_6.on .con,
  .home_part_6 {
    height: 5rem;
  }
  .home__contact {
    width: 100%;
  }
  .home__contact strong {
    font-size: 0.36rem;
  }
  .home__contact strong:before {
    right: 0;
  }
  .footer__copy {
    display: block;
  }
  .copy__href {
    margin-top: 0.1rem;
  }
  .footer__middle {
    padding-bottom: 0.5rem;
  }
  .footer__top {
    padding: 0.6rem 0 0.3rem;
  }
  .home_banner .svg1 {
    bottom: -1.2rem;
  }
  .mtop {
    height: 0.7rem;
  }
  .pbanner figure {
    padding-bottom: 55%;
  }
  .pbanner__title strong {
    font-size: 0.6rem;
  }
  .pbanner__title strong b {
    left: 0.52rem;
    top: -0.32rem;
  }
  .pbanner__title p {
    font-size: 0.3rem;
  }
  .leval__menu {
    padding-top: 0;
  }
  .posite {
    display: none;
  }
  .leval__mene--hide {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .leval__menu--list {
    padding: 0 5vw;
    display: inline-flex;
    flex-wrap: nowrap;
  }
  .leval__menu--list li {
    margin-right: 0.4rem;
  }
  .leval__menu--list li a {
    white-space: nowrap;
  }
  .leval__menu--wrap {
    width: auto;
  }
  .company__box {
    padding: 0.8rem 0 1.2rem;
  }
  .company__title strong {
    font-size: 0.32rem;
  }
  .company__infos p {
    text-indent: 0.26rem;
  }
  .team__item {
    width: 50%;
  }
  .team__item p {
    font-size: 14px;
  }
  .organizate {
    padding: 1rem 0;
  }
  .organizate__title strong {
    font-size: 0.32rem;
  }
  .organizate__item {
    margin-bottom: 0.6rem;
    display: block;
  }
  .organizate__li {
    margin-top: 0.4rem;
    width: 100%;
  }
  .organizate__subtitle p {
    font-size: 14px;
  }
  .cooperate__wrap {
    padding: 0.8rem 5%;
  }
  .closes {
    right: 5%;
    top: 0.24rem;
  }
  .honor__list li {
    margin-right: 0 !important;
    width: 100%;
  }
  .page__list a {
    min-width: 0.36rem;
    margin-right: 0.06rem;
    line-height: 0.36rem;
    font-size: 12px;
  }
  .page__list a:first-child,
  .page__list a:last-child {
    display: none;
  }
  .history__wrap {
    height: 300px;
  }
  .history__list {
    height: 100%;
  }
  .history__line:before {
    top: 0.3rem;
  }
  .news__lifix li {
    padding: 0.6rem 0;
  }
  .news__lifix li a {
    display: block;
  }
  .news__images {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .news__list--info {
    width: auto;
  }
  .news__list--info span {
    font-size: 14px;
  }
  .news-list__top .news__list li a {
    padding: 0.35rem 0;
  }
  .news__view--top {
    padding: 0.6rem 0 0.3rem;
  }
  .news__view--top h3 {
    font-size: 0.24rem;
  }
  .news__view--top p span,
  .news__v {
    font-size: 14px;
  }
  .news__prevs {
    display: block;
  }
  .news__prevs p a {
    font-size: 14px;
    line-height: 2;
  }
  .special {
    padding: 0.7rem 0 0.3rem;
    display: block;
  }
  .special__menu {
    width: 100%;
  }
  .special__menu--list {
    display: flex;
    flex-wrap: wrap;
  }
  .special__menu--list li {
    width: 50%;
  }
  .special__swiper {
    width: 100%;
  }
  .join__info {
    padding: 0.8rem 0;
  }
  .join__info p {
    font-size: 0.2rem;
  }
  .idea__box {
    padding: 0.8rem 0;
  }
  .idea__list li b {
    padding-left: 0;
    font-size: 0.55rem;
    width: 1rem;
  }
  .idea__list li {
    padding: 0.4rem 0;
    display: block;
  }
  .idea__fix {
    margin-top: 0.3rem;
    width: auto;
  }
  .announcement {
    padding: 0.5rem 0;
    display: block;
  }
  .announcement__info {
    padding-right: 0;
    margin-bottom: 0.4rem;
    font-size: 0.2rem;
  }
  .chack__btn a {
    width: 2.2rem;
    height: 0.58rem;
    font-size: 0.18rem;
  }
  .recuite__list li a {
    padding: 0.45rem 0;
    display: block;
  }
  .recuite__time {
    width: auto;
    display: flex;
    padding-left: 0;
  }
  .recuite__texts {
    padding-left: 0;
    margin-top: 0.3rem;
    border-left: none;
    width: auto;
  }
  .recuite__texts strong {
    font-size: 0.2rem;
  }
  .build__box {
    padding: 0.7rem 0 0.5rem;
  }
  .build__list li {
    margin-right: 0;
    width: 100%;
  }
  .brand___box {
    padding: 1rem 0 0.5rem;
  }
  .brand__logo {
    margin-bottom: 0.5rem;
  }
  .brand__logo img {
    max-height: 0.6rem;
  }
  .command {
    padding: 0.7rem 0 0.5rem;
  }
  .command__list li {
    margin-right: 4%;
    width: 48%;
  }
  .command__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .command__list li figure {
    padding-bottom: 1.4rem;
  }
  .cores {
    padding: 0.8rem 0 0.45rem;
  }
  .companyfix {
    padding: 0.6rem 0 0.3rem;
  }
  .company__li {
    display: block;
  }
  .company__li li {
    width: 100%;
  }
  .search-defaul {
    margin-bottom: 0.4rem;
  }
  .popup_video .cont .sole {
    right: 0;
    top: -0.5rem;
  }
  .popup_video .cont {
    width: 90%;
  }
  .organizate__subtitle {
    width: 100%;
  }
  .home_part_2 {
    overflow: hidden;
  }
  .search-defaul .text {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .search-defaul span,
  .search-defaul p {
    line-height: 50px;
  }
  .news-list__top {
    padding-bottom: 0;
    padding-top: 0.4rem;
  }
  .pop__contact {
    width: 90%;
    margin-left: -45%;
  }
  .contact__wrap {
    padding: 0.5rem 5%;
  }
  .contact__tt {
    font-size: 0.28rem;
  }
  .contact__li {
    display: block;
  }
  .contact__li li {
    margin-right: 0;
    width: 100%;
  }
  .contact__info span,
  .contact__info p {
    font-size: 14px;
  }
  .closebtn {
    right: 5%;
    top: 0.22rem;
  }
  .contact__li li b {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
  }
}
