@charset "UTF-8";
.header-mobile, .nav-mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  :root {
    font-size: calc(100vw / 375 * 20);
  }
  body {
    width: 100vw;
    max-width: 100vw;
    min-width: auto;
    overflow-x: hidden;
  }
  .header {
    display: none;
  }
  /***********************************   手机上的头部  ***********************************************/
  .header-mobile {
    width: 100%;
    height: 3rem;
    overflow: hidden;
    background-color: #fff;
    padding: 0 0.75rem;
    position: fixed;
    z-index: 999999;
    display: block;
    box-shadow: 0 0px 0.5rem #b3b3b3;
  }
  .header-mobile .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .header-mobile .wrap .logo {
    width: auto;
    height: 2.75rem;
    overflow: hidden;
    display: block;
  }
  .header-mobile .wrap .logo img {
    width: auto;
    height: 100%;
  }
  .header-mobile .wrap .more-mobile {
    width: 1.75rem;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  .header-mobile .wrap .more-mobile.active span {
    background: none;
  }
  .header-mobile .wrap .more-mobile.active span::before {
    margin: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header-mobile .wrap .more-mobile.active span::after {
    margin: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .header-mobile .wrap .more-mobile span {
    display: block;
    width: 1.75rem;
    height: .15rem;
    background-color: #3b82c4;
    position: relative;
    transition: background-color 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    -webkit-transition: background-color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, transform 0.3s;
  }
  .header-mobile .wrap .more-mobile span::before, .header-mobile .wrap .more-mobile span::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #3b82c4;
    transition: background-color 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    -webkit-transition: background-color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, transform 0.3s;
  }
  .header-mobile .wrap .more-mobile span::before {
    margin: -.45rem 0 0 0;
  }
  .header-mobile .wrap .more-mobile span::after {
    margin: .45rem 0 0 0;
  }
  /***********************************   手机上的导航  ***********************************************/
  .nav-mobile {
    width: 100vw;
    height: calc(100vh - 3rem);
    top: 3.05rem;
    position: fixed;
    z-index: 99999;
    transition: left 0.5s;
    -o-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    left: 100%;
    border-top: 0.05rem solid #fff;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: flex-end;
    z-index: 99999;
  }
  .nav-mobile.active {
    left: 0%;
  }
  .nav-mobile.active ul {
    left: 0;
  }
  .nav-mobile ul {
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding: 0rem 0.75rem 1rem;
    background-color: #fff;
    position: relative;
  }
  .nav-mobile ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 0.05rem solid #010101;
  }
  .nav-mobile ul li > a {
    width: 100%;
    padding: .75rem 0;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-bottom: 0.05rem solid #fff;
    font-size: 17px;
    color: #010101;
    text-align: right;
  }
  .nav-mobile ul li .sub-nav {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .nav-mobile ul li .sub-nav a {
    width: 100%;
    padding: 1rem 0;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #010101;
    border-bottom: 0.05rem solid #fff;
  }
  /***********************************   banner图  ***********************************************/
  .banner {
    width: 100vw;
    height: auto !important;
    overflow: hidden;
  }
  .banner > .wrap {
    height: auto !important;
    margin: 3rem 0 0 0;
  }
  .banner > .wrap ul li a img {
    width: 100%;
    height: auto;
  }
  .banner > .wrap .swiper-pagination {
    bottom: 0.5rem;
  }
  /***********************************   所在位置  ***********************************************/
  .position {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  /***********************************   分页  ***********************************************/
  .com-page {
    width: 100%;
  }
  /***********************************   end  ***********************************************/
  /***********************************   首页  ***********************************************/
  .main {
    width: 100vw;
  }
  .main > .wrap {
    margin: 1rem auto;
    width: calc(100% - 1.5rem);
  }
  .main > .wrap .main-top {
    width: 100%;
    flex-flow: column nowrap;
  }
  .main > .wrap .main-top .news {
    width: 100%;
    margin: 0;
  }
  .main > .wrap .main-top .news .title {
    margin: 0;
  }
  .main > .wrap .main-top .news .news-nav {
    margin: 1rem 0 1.5rem;
  }
  .main > .wrap .main-top .news .news-items {
    height: auto;
    min-height: 7.5rem;
  }
  .main > .wrap .main-top .news .news-items .news-item {
    height: auto;
  }
  .main > .wrap .main-top .news .news-items .news-item .item-wrap .item-left {
    display: none;
  }
  .main > .wrap .main-top .news .news-items .news-item .item-wrap .item-right ul li:first-child a .txt {
    margin: 0;
  }
  .main > .wrap .main-top .news .news-items .news-item .item-wrap .item-right ul li:first-child a .txt * {
    margin: 0;
  }
  .main > .wrap .main-top .industry {
    margin: 0;
    width: 100%;
    margin: 0 0 1.5rem 0;
    display: flex;
    flex-flow: column-reverse nowrap;
    position: relative;
    padding: 4.25rem 0 0 0;
  }
  .main > .wrap .main-top .industry .title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .main > .wrap .main-top .industry .industry-nav {
    margin: 0 0 1rem 0;
    flex-flow: row nowrap;
  }
  .main > .wrap .main-top .industry .industry-nav * {
    margin: 0 0.5rem 0 0;
  }
  .main > .wrap .main-top .industry .industry-nav *:last-child {
    margin: 0;
  }
  .main > .wrap .main-bottom {
    width: 100%;
    padding: 0;
  }
  .main > .wrap .main-bottom ul {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  .main > .wrap .main-bottom ul li {
    margin: 0 0 1rem 0;
    width: 100%;
  }
  .main > .wrap .main-bottom ul li:last-child {
    margin: 0;
  }
  /***********************************   集团概况  ***********************************************/
  .group {
    width: 100%;
  }
  .group > .wrap {
    width: calc(100% - 1.5rem);
  }
  .group > .wrap .zc {
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .group > .wrap .zc .img {
    width: 100%;
    height: auto;
    float: none;
    display: none;
  }
  .group > .wrap .zc .title {
    margin: 0 0 1rem 0;
  }
  .group > .wrap .jj, .group > .wrap .lc {
    margin: 1rem 0 0 0 !important;
  }
  .group > .wrap .jj .txt-box, .group > .wrap .lc .txt-box {
    margin: 1rem 0 0 0;
    text-align: justify;
  }
  .group > .wrap .group-box {
    margin: 0 0 1rem 0;
  }
  .group > .wrap .jt .time-node ul {
    flex-flow: row wrap;
    padding: 1rem 0;
  }
  .group > .wrap .jt .time-node ul li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .group > .wrap .jt .time-node ul li:hover {
    transform: none;
    box-shadow: none;
  }
  .group > .wrap .jt .time-node .spot {
    display: none;
  }
  .group .end {
    width: 100%;
    display: none;
  }
  /***********************************   企业精神  ***********************************************/
  .culture {
    width: 100%;
  }
  .culture > .wrap {
    margin: 1rem auto 0;
  }
  .culture > .wrap .spirit {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
  }
  .culture > .wrap .spirit ul {
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 0 0;
  }
  .culture > .wrap .spirit ul li {
    width: 49%;
    margin: 0 0 1rem 0 !important;
  }
  .culture > .wrap .spirit ul li:hover .img img {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .culture > .wrap .spirit ul li:last-child {
    margin: 0;
  }
  .culture > .wrap .spirit ul li .img {
    height: auto;
  }
  .culture > .wrap .vision {
    margin: 1rem 0 0 0;
    padding: 1rem 0;
  }
  .culture > .wrap .vision .content {
    margin: 0;
    width: calc(100% - 1.5rem);
    flex-flow: column wrap;
    margin: 1rem auto 0;
    padding: 0;
  }
  .culture > .wrap .vision .content .img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .culture > .wrap .vision .content .img img {
    width: 100%;
    height: auto;
  }
  .culture > .wrap .vision .content .txt-box {
    width: 100%;
    position: relative;
    margin: 1rem 0 0 0;
  }
  .culture > .wrap .vision .content .txt-box * {
    font-size: 0.8rem !important;
    line-height: 1.4rem !important;
  }
  /***********************************   新闻  ***********************************************/
  .news {
    width: 100%;
    margin: 0 auto;
  }
  .news > .wrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
  }
  .news > .wrap .news-lists ul li {
    padding: 0;
  }
  .news > .wrap .news-lists ul li:hover {
    box-shadow: none;
  }
  .news > .wrap .news-lists ul li a {
    padding: 0;
    flex-flow: column nowrap;
  }
  .news > .wrap .news-lists ul li a:hover .img img {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .news > .wrap .news-lists ul li a .img {
    margin: 0;
  }
  .news > .wrap .news-lists ul li a .middle {
    margin: 1rem 0;
  }
  .news > .wrap .news-lists ul li a .middle .title {
    margin: 0 0 0.5rem 0;
  }
  .news > .wrap .news-lists ul li a .middle .title, .news > .wrap .news-lists ul li a .middle .title * {
    font-size: 1rem;
  }
  .news > .wrap .news-lists ul li a .middle .txt-box, .news > .wrap .news-lists ul li a .middle .txt-box * {
    font-size: 0.8rem !important;
    line-height: 1.4rem !important;
  }
  .news > .wrap .news-lists ul li a .right {
    display: none;
  }
  .news > .wrap .com-page {
    display: none;
  }
  /***********************************   新闻详情  ***********************************************/
  .news-detail > .wrap {
    margin: 1rem auto 0;
    width: calc(100% - 1.5rem);
  }
  .news-detail > .wrap .left {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .news-detail > .wrap .left .top .news-title .title {
    line-height: 1.9rem;
  }
  .news-detail > .wrap .left .top .news-title .time {
    margin: 0.75rem 0;
  }
  .news-detail > .wrap .left .top .news-content {
    margin: 1rem 0;
  }
  .news-detail > .wrap .left .top .news-content * {
    font-size: 0.8rem !important;
    line-height: 1.4rem !important;
    text-align: justify;
  }
  .news-detail > .wrap .left .bottom {
    margin: 1rem 0;
    flex-flow: column nowrap;
  }
  .news-detail > .wrap .left .bottom .link {
    width: 100%;
  }
  .news-detail > .wrap .left .bottom .link .prev {
    margin: 0 0 1rem 0;
  }
  .news-detail > .wrap .left .bottom .back {
    margin: 1rem 0 0 0;
  }
  .news-detail > .wrap .right {
    display: none;
  }
  /***********************************   投资产业  ***********************************************/
  .industry {
    width: 100%;
  }
  .industry > .wrap {
    width: calc(100% - 1.5rem);
    margin: 1rem auto;
  }
  .industry > .wrap .industry-lists {
    width: 100%;
  }
  .industry > .wrap .industry-lists ul {
    width: 100%;
    flex-flow: row wrap;
    margin: 0 0 1rem 0;
    padding: 0;
  }
  .industry > .wrap .industry-lists ul li {
    margin: 0 0 1rem 0;
    padding: 0;
    width: 100%;
  }
  .industry > .wrap .industry-lists ul li:last-child {
    margin: 0;
  }
  .industry > .wrap .industry-lists ul li a .title {
    margin: 1rem 0;
    padding: 0;
  }
  .industry > .wrap .industry-lists ul li a .txt-box {
    margin: 0;
    padding: 0;
  }
  .industry > .wrap .com-page {
    margin: 0;
  }
  /***********************************   人才招聘  ***********************************************/
  .recruit > .wrap {
    margin: 1rem auto;
    width: calc(100% - 1.5rem);
  }
  .recruit > .wrap .ln {
    flex-flow: column nowrap;
    margin: 0 0 1rem 0;
  }
  .recruit > .wrap .ln .img {
    margin: 0;
    width: 55%;
    height: auto;
    margin: 0 auto;
  }
  .recruit > .wrap .ln .right .title {
    margin: 1rem 0;
  }
  .recruit > .wrap .ln .right .title .txt-box, .recruit > .wrap .ln .right .title .txt-box * {
    font-size: 0.8rem !important;
    line-height: 1.4rem !important;
  }
  .recruit > .wrap .need .title {
    margin: 0 0 1rem 0;
  }
  .recruit > .wrap .need .job .job-item .job-title {
    padding: 0 0 0.5rem 0;
  }
  .recruit > .wrap .need .job .job-item .job-content {
    padding: 0;
    background-image: none;
  }
  .recruit > .wrap .need .job .job-item .job-content .top {
    flex-flow: column nowrap;
  }
  .recruit > .wrap .need .job .job-item .job-content .top .item {
    margin: 0 !important;
  }
  .recruit > .wrap .need .job .job-item .job-content .top .item .item-title {
    margin: 0 0 1rem 0;
  }
  .recruit > .wrap .need .job .job-item .job-content .top .item .item-content {
    text-align: justify !important;
  }
  .recruit > .wrap .need .job .job-item .job-content .bottom {
    margin: 0.5rem 0;
  }
  /***********************************   联系我们  ***********************************************/
  .contact > .wrap {
    width: calc(100% - 1.5rem);
    margin: 1rem auto;
  }
  .contact > .wrap .contact-us {
    margin: 0 0 1rem 0;
  }
  .contact > .wrap .contact-us ul {
    margin: 1rem 0 0 0;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .contact > .wrap .contact-us ul li {
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
    width: 48% !important;
  }
  .contact > .wrap .contact-us ul li::before {
    display: none;
  }
  .contact > .wrap .map {
    width: 100%;
    height: auto;
  }
  /***********************************   尾部  ***********************************************/
  .footer {
    width: 100%;
  }
  .footer > .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .footer > .wrap .top, .footer > .wrap .middle {
    display: none;
  }
  .footer > .wrap .bottom {
    width: 100%;
  }
  .footer > .wrap .bottom .bottom-wrap {
    width: calc(100% - 1.5rem);
    padding: 1rem 0;
  }
  .footer > .wrap .bottom .bottom-wrap .link {
    display: none;
  }
  .footer > .wrap .bottom .bottom-wrap .bb {
    font-size: 0.7rem;
    line-height: 1.1rem;
    padding: 0;
  }
}
