/* --手机端导航-- */
.sj_lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9700;
  display: none;
}

.sj_head {
  width: 100%;
  height: 54px;
  padding: 0 4%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9900;
  display: none;
  background: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sj_head.current {
  background-color: rgba(0, 0, 0, 0.3);
}

.sj_head_logo {
  width: 80%;
  height: 54px;
  float: left;
  overflow: hidden;
}

.sj_head_logo2 {
  display: none;
}

.sj_head_logo img {
  width: auto;
  height: 34px;
  float: left;
  margin-top: 10px;
}

.sj_head_bar {
  width: 7%;
  max-width: 30px;
  height: 47px;
  padding: 10px 0;
  position: absolute;
  right: 4%;
  top: 3px;
  z-index: 9;
  cursor: pointer;
}

.sj_head_bar .bar {
  width: 100%;
  height: 3px;
  margin: 3px auto;
  display: block;
  background-color: #333;
  float: left;
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(1) {
  margin-top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(2) {
  opacity: 0;
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(3) {
  margin-top: -15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sj_nav_all {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  overflow: auto;
  z-index: 9800;
}

.sj_nav {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.sj_nav_li {
  margin: 0 4%;
  position: relative;
}

.sj_nav_li .navn {
  font-size: 16px;
  color: #FFF;
  display: block;
  line-height: 48px;
  height: 69px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.36s;
  cursor: pointer;
  position: relative;
}

.sj_nav_li .navn span {
  display: block;
  background: url(../image/sj_nava_arrow.png) no-repeat right center;
  background-size: auto 100%;
  width: 12px;
  height: 12px;
  transition: all 0.36s;
  position: absolute;
  right: 6px;
  top: 28px;
}

.sj_nav_li.current .navn span {
  transform: rotate(90deg);
}

.sj_nav_li_son {
  margin: 0 4%;
  font-size: 16px;
  display: none;
}

.sj_nav_li_son_li {
  height: 69px;
  line-height: 48px;
  padding: 10px 4%;
  font-size: 16px;
  color: #FFF;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  cursor: pointer;
}

.sj_nav_li_son_li span {
  display: block;
  background: url(../image/sj_nava_arrow.png) no-repeat right center;
  background-size: auto 100%;
  width: 12px;
  height: 12px;
  transition: all 0.36s;
  position: absolute;
  right: calc(4% + 6px);
  top: 28px;
}

@media screen and (max-width: 1680px) {
  .pub {
    width: 92%;
  }

  .f60 {
    font-size: 42px;
    line-height: 52px;
  }

  .f32 {
    font-size: 28px;
    line-height: 42px;
  }

  .header {
    height: 120px;
  }

  .header .logo {
    height: 120px;
  }

  .header .nava li {
    height: 120px;
  }

  .header .nava li .navaLi {
    line-height: 120px;
  }

  .header .search {
    top: 30px;
  }

  .header.show {
    top: -120px;
  }

  .homeBanner .pagination {
    bottom: 140px !important;
  }

  .homeBanner .smalldown {
    bottom: 120px;
  }

  .homeAbout .pub {
    padding-top: 120px;
  }

  .homeAbout .leftBox .item li {
    height: 140px;
  }

  .homeAbout .rightBox .wz {
    margin-top: 2%;
  }

  .homeAbout .rightBox .title2 {
    margin-top: auto;
  }

  .homeAbout .rightBox .title2 h1 {
    font-size: 24px;
  }

  .homeAbout .rightBox .title2 .f20 {
    margin-top: 4%;
  }

  .homeAbout .rightBox .item {
    margin-top: 6%;
  }

  .homeNews .leftBox {
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .homeNews .rightBox {
    padding-left: 30px;
    padding-bottom: 30px;
  }

  .homeNews .rightBox .list {
    height: 546px;
  }

  .homeNews .rightBox .title .more {
    width: 42px;
    height: 42px;
  }

  .homeIndustry .list {
    height: 520px;
  }

  .homeVideo .box {
    padding: 60px;
  }

  .homeHonor .box {
    margin-top: 4%;
  }

  .homeHonor .txt {
    height: 406px;
    padding: 30px;
  }

  .homeHonor .txt li {
    margin-top: 15px;
  }

  .homeHonor .list .bd ul li a .img img {
    height: 160px;
  }

  .innerTitle .en {
    font-size: 24px;
  }

  .groupIntro .txt .leftBox h2 i {
    margin-left: 25px;
    margin-top: 21px;
  }

  .honorList li a .pic {
    height: 230px;
    line-height: 230px;
  }

}

@media screen and (max-width: 1440px) {
  .section {
    margin-top: 20px;
  }

  .pub {
    width: 94%;
  }

  .f60 {
    font-size: 32px;
    line-height: 48px;
  }

  .f42 {
    font-size: 32px;
    line-height: 48px;
  }

  .f32 {
    font-size: 24px;
    line-height: 36px;
  }

  .f24 {
    font-size: 20px;
    line-height: 32px;
  }

  .f20 {
    font-size: 18px;
    line-height: 32px;
  }

  .header {
    height: 100px;
  }

  .header .logo {
    height: 100px;
    left: 3.5%;
  }

  .header .box {
    width: 67%;
    padding-right: 60px;
    margin-left: 3.5%;
  }

  .header .nava li {
    height: 100px;
  }

  .header .nava li .navaLi {
    font-size: 16px;
    line-height: 100px;
  }

  .header .search {
    top: 20px;
  }

  .header.show {
    top: -100px;
  }

  .homeBanner .pagination {
    bottom: 120px !important;
  }

  .homeBanner .smalldown {
    bottom: 100px;
  }

  .homeTitle {
    margin-bottom: 10px;
  }

  .homeTitle .f16 {
    height: 32px;
    margin-top: 0;
  }

  .homeAbout .pub {
    padding-top: 100px;
  }

  .homeAbout .leftBox {
    width: 42%;
  }

  .homeAbout .leftBox .imglist {
    width: 100%;
  }

  .homeAbout .leftBox .item {
    width: 140px;
  }

  .homeAbout .leftBox .item li {
    width: 140px;
    height: 122px;
  }

  .homeAbout .leftBox .item li p:nth-of-type(3) {
    margin-top: 4px;
  }

  .homeAbout .leftBox .item li .en {
    line-height: 16px;
  }

  .homeAbout .rightBox {
    width: 50%;
  }

  .homeAbout .leftBox .imglist .swiper .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 540px;
    height: 460px;
    padding: 50px 0;
    overflow: hidden;
  }

  .homeAbout .rightBox .wz {
    max-height: 270px;
    line-height: 2.5;
  }

  .homeAbout .rightBox .title2 h1 {
    font-size: 20px;
  }

  .homeNews .leftBox .list {
    height: calc(100% - 90px);
  }

  .homeNews .leftBox .list .pic .wz {
    padding: 4px 20px;
  }

  .homeNews .rightBox .list {
    height: 462px;
  }

  .homeNews .rightBox .title .more {
    width: 36px;
    height: 36px;
    background-size: 16px auto;
  }

  .homeIndustry .list {
    height: 420px;
  }

  .homeIndustry .list li .txt {
    width: 82%;
    padding: 10px 30px;
  }

  .homeVideo .box {
    padding: 30px;
  }

  .homeVideo .list .video .player img {
    width: 46px;
    height: 46px;
  }

  .homeVideo .list .videobtn .player img {
    width: 46px;
    height: 46px;
  }

  .homeHonor .trait li .img .icon img {
    height: 32px;
  }

  .homeHonor .txt {
    height: 346px;
    padding: 20px;
  }

  .homeHonor .txt li {
    margin-top: 10px;
  }

  .homeHonor .list .bd ul li a .img img {
    height: 130px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer .leftBox .logo {
    margin-bottom: 20px;
  }

  .footer .leftBox ul li:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer .rightBox {
    padding-top: 20px;
  }

  .footer .rightBox .tel {
    padding-top: 60px;
    background-size: auto 40px;
  }

  .footer .rightBox .title {
    margin-top: 10px;
  }

  .icp {
    padding: 32px 0;
  }

  .innerTitle .en {
    font-size: 20px;
  }

  .groupIntro .txt .leftBox h2 i {
    margin-left: 20px;
    margin-top: 18px;
  }

  .honorList li a .pic {
    height: 190px;
    line-height: 190px;
  }

  .partyHot .pic .wz p {
    height: 32px;
  }

  .partyHot .list .con {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .partyHot .list .con h3 {
    height: 32px;
  }

  .partyHot .list .con .f16 {
    margin-top: 1%;
  }

  .partyHot .list li {
    margin-top: 1%;
  }

  .partyHot .list li .wz {
    height: 32px;
  }

  .partyHot .list li .time {
    height: 32px;
    line-height: 32px;
  }

  .partyList li a .title {
    height: 32px;
  }

  .partyList li a .img img {
    height: 156px;
  }

  .partyList li a .wz {
    height: 84px;
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }

  .partyList li a .time {
    margin-top: 10px;
  }

  .newsHot .pic .wz p {
    height: 32px;
  }

}

@media screen and (max-width: 1200px) {
  .f60 {
    font-size: 24px;
    line-height: 36px;
  }

  .f42 {
    font-size: 28px;
    line-height: 44px;
  }

  .f32 {
    font-size: 20px;
    line-height: 24px;
  }

  .f24 {
    font-size: 18px;
    line-height: 24px;
  }

  .f20 {
    font-size: 16px;
    line-height: 24px;
  }

  .homeNews .leftBox .list .pic .wz p {
    /* max-height: 24px; */
    color: #FFF;
    overflow: hidden;
  }

  .header .nava li .navaLi {
    font-size: 14px;
  }

  .homeNews .rightBox .list {
    height: 378px;
  }

  .homeNews .rightBox .title .more {
    width: 24px;
    height: 24px;
    background-size: 12px auto;
  }

  .homeVideo .list .video .player img {
    width: 36px;
    height: 36px;
  }

  .homeVideo .list .videobtn .player img {
    width: 36px;
    height: 36px;
  }

  .homeVideo .list .video .wz {
    margin-top: 10px;
  }

  .homeVideo .list .videobtn .wz {
    margin-top: 10px;
  }

  .innerTitle .en {
    font-size: 16px;
  }

  .groupIntro .txt .leftBox h2 i {
    margin-left: 15px;
    margin-top: 12px;
  }

  .groupAdvantage .list li {
    width: 29.33%;
    margin: 0 2%;
  }

  .groupAdvantage .list li .up {
    padding: 50px 30px;
  }

  .groupAdvantage .list li .under {
    padding: 50px 30px;
  }

  .honorList li {
    padding: 15px;
  }

  .honorList li a .pic {
    height: 160px;
    line-height: 160px;
  }

  .partyHot .pic .wz p {
    height: 24px;
  }

  .partyHot .list .con {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .partyHot .list .con h3 {
    height: 24px;
  }

  .partyHot .list li {
    margin-top: 1%;
  }

  .partyHot .list li .wz {
    height: 24px;
  }

  .partyHot .list li .time {
    height: 24px;
    line-height: 24px;
  }

  .partyList li a .title {
    height: 24px;
  }

  .partyList li a .img img {
    height: 128px;
  }

  .partyList li a .wz {
    height: 72px;
    line-height: 24px;
    margin-top: 6px;
  }

  .partyList li a .time {
    margin-top: 6px;
  }

  .partyList2 li a .txt {
    margin-top: 0;
  }

  .partyList2 li a .title {
    height: 24px;
  }

  .partyList2 li a .wz {
    height: 84px;
    line-height: 28px;
  }

  .newsHot .pic .wz p {
    height: 24px;
  }

  .newsList li .txt .title {
    height: 24px;
  }


}

@media screen and (max-width: 960px) {
  body {
    padding-top: 54px !important;
  }

  .pub {
    width: 92%;
  }

  .sj_head {
    display: block;
  }

  .header {
    display: none;
  }

  .leftMenu {
    display: none;
  }

  .publicSidebar {
    display: none;
  }

  .f60 {
    font-size: 20px;
    line-height: 32px;
  }

  .f42 {
    font-size: 24px;
    line-height: 36px;
  }

  .f32 {
    font-size: 18px;
    line-height: 24px;
  }

  .f24 {
    font-size: 16px;
    line-height: 24px;
  }

  .f20 {
    font-size: 16px;
    line-height: 24px;
  }

  .f16 {
    font-size: 15px;
    line-height: 24px;
  }

  .f14 {
    font-size: 13px;
    line-height: 18px;
  }

  .swiperBanner .pagination {
    bottom: 10px !important;
  }

  .swiperBanner .pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }

  .slide-inner {
    width: 92%;
    left: 4%;
  }

  .slide-inner .banner2_1 {
    width: 60%;
    left: 4%;
    top: 18%;
  }

  .slide-inner .banner1_1 {
    width: 60%;
    left: 4%;
    top: 24%;
  }

  .slide-inner .banner1_2 {
    width: 50%;
    left: 4%;
    top: 34%;
    margin-top: 0;
  }

  .slide-inner .banner3_1 {
    width: 76%;
    left: 11%;
    top: 20%;
  }

  .swiperBanner .smalldown {
    width: 42px;
    height: 42px;
    /* left: 4%; */
    bottom: 11%;
  }

  .swiperBanner .smalldown .bg {
    width: 42px;
    height: 42px;
  }

  .swiperBanner .smalldown .arrow {
    width: 42px;
    height: 42px;
  }

  #myContainer .pub {
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }

  .homeAbout,
  .homeNews,
  .homeIndustry,
  .homeVideo,
  .homeHonor,
  .homeShows {
    padding: 3% 0;
    overflow: hidden;
  }

  .section {
    margin-top: 0px;
  }

  .homeAbout {
    padding-top: 6%;
  }

  .homeShows {
    padding-bottom: 10%;
  }

  .homeAbout .pub {
    padding-top: 0;
  }

  .homeAbout .leftBox {
    width: 100%;
    margin-bottom: 20px;
  }

  .homeAbout .leftBox .imglist .swiper .title {
    line-height: 20px;
    height: 64px;
    min-height: 64px;
    /* padding: 10px 0; */
    font-size: 16px;
    display: flex;
    padding: 0 15px;
    align-items: center;
  }

  .homeAbout .leftBox .imglist {
    /* width: calc(100% - 100px); */
    width: 100%;
  }

  .homeAbout .leftBox .item {
    width: 100px;
  }

  .homeAbout .leftBox .item li {
    width: 100px;
    height: 80px;
    padding-left: 5px;
  }

  .homeAbout .leftBox .item li p:nth-of-type(3) {
    margin-top: 4px;
  }

  .homeAbout .leftBox .item li .cn {
    height: 16px;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
  }

  .homeAbout .leftBox .item li .en {
    height: 12px;
    line-height: 12px;
    overflow: hidden;
  }

  .homeAbout .leftBox .item li:hover {
    padding-left: 15px;
  }

  .homeAbout .rightBox {
    width: 100%;
  }

  .homeAbout .rightBox .title {
    background: url(../image/homeAboutTitle.png) no-repeat right center;
    background-size: auto 36px;
  }

  .homeAbout .rightBox .title h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .homeAbout .rightBox .wz {
    max-height: 230px;
    margin-top: auto;
  }

  .homeAbout .rightBox .title2 {
    margin-top: 6%;
    padding: 20px 0 10px;
  }

  .homeAbout .rightBox .title2 h1 {
    font-size: 18px;
  }

  .homeAbout .rightBox .title2 .f20 {
    margin-top: 2%;
  }

  .homeAbout .rightBox .item {
    margin: 6% 0;
  }

  .homeAbout .rightBox .item li {
    text-align: center;
  }

  .homeTitle h1 {
    padding-top: 2%;
  }

  .homeTitle .f16 {
    height: auto;
    margin-top: 0;
  }


  .homeNews .box {
    border-bottom: 1px solid #e2e2e2;
  }

  .homeNews .box .en {
    padding-bottom: 6px;
  }

  .homeNews .leftBox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .homeNews .leftBox .list {
    width: 100%;
    height: auto;
  }

  .homeNews .leftBox .list .pic {
    margin-top: 4%;
  }

  .homeNews .leftBox .list .pic img {
    min-height: 280px;
  }

  .homeNews .leftBox .list .pic:nth-of-type(1) {
    width: 100%;
    height: auto;
    position: relative;
  }

  .homeNews .leftBox .list .pic:nth-of-type(2) {
    width: 100%;
    height: auto;
    position: relative;
  }

  .homeNews .leftBox .list .pic:nth-of-type(3) {
    width: 100%;
    height: auto;
    position: relative;
  }

  .homeNews .leftBox .list .pic .wz {
    width: 100%;
    padding: 10px;
    min-height: 68px;
  }
  .homeNews .leftBox .list .pic:nth-of-type(2) .wz,
  .homeNews .leftBox .list .pic:nth-of-type(3) .wz {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: auto;
    min-height: 36px;
    background: rgba(31, 67, 155, 1);
    p{
      font-size: 16px;
      line-height: 24px;
      max-height: 48px;
    }
  }
  .homeNews .leftBox .list .pic .pic2 {
    padding: 0;
  }

  .homeNews .leftBox .list .pic .wz p {
    min-height: 24px;
  }

  .homeNews .rightBox {
    width: 100%;
    margin-top: 6%;
    padding-left: 0;
    padding-bottom: 0;
    border-left: none;
  }

  .homeNews .rightBox .title {
    padding-bottom: 10px;
  }

  .homeNews .rightBox .title h1 {
    float: left;
  }

  .homeNews .rightBox .title .more {
    width: 24px;
    height: 24px;
    background-size: auto 16px;
  }

  .homeNews .rightBox .list {
    height: auto;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .homeNews .rightBox .list li {
    height: 32px;
    line-height: 32px;
    margin-top: 4%;
  }


  .homeIndustry .list {
    height: auto;
  }

  .homeIndustry .list li {
    width: 100%;
    height: 32vh;
  }

  .homeIndustry .list li .en {
    right: 10px;
    top: 20px;
    font-size: 12px;
  }

  .homeIndustry .list li .under {
    padding: 20px 40px 20px 20px;
  }

  .homeIndustry .list li .under .title {
    padding-bottom: 10px;
  }

  .homeIndustry .list li .under .title:after {
    height: 2px;
    bottom: 0;
  }

  .homeIndustry .list li .under .wz {
    height: 60px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 4%;
  }

  .homeIndustry .list li .txt {
    display: none;
  }

  .homeIndustry .list li.active {
    width: 100%;
  }

  .homeIndustry .list li.active:before {
    opacity: 0;
    display: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .homeIndustry .list li.active .under {
    opacity: 0;
    display: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .homeIndustry .list li.active .en {
    opacity: 0;
    display: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .homeIndustry .list li.active .txt {
    opacity: 1;
    display: block;
    left: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .homeIndustry .list li .txt .wz {
    height: 168px;
  }


  .homeVideo .box {
    padding: 4%;
  }

  .homeVideo .list .video {
    width: 100%;
    height: auto;
    padding: 6% 0;
  }

  .homeVideo .list .video .player img {
    height: 36px;
  }

  .homeVideo .list .video .wz {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    overflow: hidden;
  }

  .homeVideo .list .videobtn {
    width: 48%;
    height: auto;
    margin-top: 2%;
    margin-left: 0;
    padding: 6% 0;
  }

  .homeVideo .list .videobtn.s1 {
    margin-right: 4%;
  }

  .homeVideo .list .videobtn .player img {
    width: 36px;
    height: 36px;
  }

  .homeVideo .list .videobtn .wz {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    overflow: hidden;
  }


  .homeHonor .box {
    margin-top: 4%;
    display: block;
  }

  .homeHonor .txt {
    width: 100%;
    height: auto;
    padding: 6%;
  }

  .homeHonor.on .txt {
    width: 100%;
  }

  .homeHonor .txt li {
    width: 33.33%;
    float: left;
    margin-top: 4%;
  }

  .homeHonor .list {
    width: 100%;
    margin-left: 0;
    margin-top: 6%;
  }

  .homeHonor .list .bd ul li {
    width: 46%;
    margin: 0 6px;
  }

  .homeHonor .list .bd ul li a .img {
    padding: 6px;
  }

  .homeHonor .list .bd ul li a .img img {
    height: 28vw;
  }

  .homeHonor .list .picMarquee-left3 {
    margin-top: 4%;
  }


  .homeShows .bd ul li {
    width: 36%;
    margin: 0 5px;
  }

  .homeShows .picMarquee-right {
    margin-top: 10px;
  }

  .footer {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .footer .leftBox {
    width: 100%;
  }

  .footer .leftBox .logo {
    margin-bottom: 6%;
  }

  .footer .leftBox .logo img {
    width: 60%;
    max-width: 415px;
  }

  .footer .leftBox ul {
    display: none;
  }

  .footer .rightBox {
    width: 100%;
    padding-top: 4%;
  }

  .footer .rightBox .en {
    font-size: 14px;
  }

  .footer .rightBox .tel {
    padding-top: 40px;
    background-size: auto 36px;
  }

  .footer .rightBox .title {
    font-size: 14px;
    margin-top: 2%;
  }

  .footer .rightBox .wechat p {
    font-size: 12px;
  }

  .footer .rightBox .add {
    margin-top: 6%;
    padding-left: 24px;
    background: url(../image/location.png) no-repeat left 5px center;
    background-size: auto 16px;
  }

  .icp {
    padding: 0;
    overflow: hidden;
  }

  .icp .leftBox {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .icp .rightBox {
    width: 100%;
    height: 15vw;
    background-size: 68% auto;
    position: relative;
  }


  .banner {
    width: 100%;
    height: 670px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    margin-top: 0;
  }

  .banner_title {
    width: 92%;
    padding: 0;
    text-align: center;
    left: 4%;
    top: 50%;
  }

  .banner_title h2 {
    margin-top: 2%;
    font-size: 12px;
    line-height: 24px;
  }

  .location {
    display: none;
  }

  .innerTitle .en {
    font-size: 14px;
  }

  .innerTitle2 h1 {
    padding-bottom: 8px;
  }


  .aboutGroup .leftBox {
    width: 100%;
  }

  .aboutGroup .leftBox .values img {
    width: 90%;
  }

  .aboutGroup .leftBox .values .txt {
    width: 38%;
    padding: 40px 0 0 24px;
  }

  .aboutGroup .rightBox {
    width: 100%;
    margin: 6% 0 0;
  }

  .aboutGroup .rightBox img {
    width: 100%;
    height: auto;
  }

  .aboutGroup .rightBox .list {
    padding-bottom: 180px;
    padding-top: 10px;
  }

  .aboutGroup .rightBox .list li {
    padding: 10px 60px 10px 30px;
    margin-top: 10px;
  }


  .groupIntro {
    padding-bottom: 6%;
  }

  .groupIntro .box {
    width: 100%;
  }

  .groupIntro .txt .pic {
    width: 100%;
    height: auto;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
  }

  .groupIntro .txt .pic img {
    width: 100%;
    height: auto;
  }

  .groupIntro .txt .leftBox {
    width: 100%;
    padding: 4%;
  }

  .groupIntro .txt .leftBox .wz {
    min-height: inherit;
    margin-top: 4%;
  }

  .groupIntro .txt .leftBox h2 i {
    margin-left: 10px;
    margin-top: 12px;
  }

  .groupIntro .title {
    margin-top: 6%;
    padding-top: 0;
  }

  .groupIntro .title .wz {
    width: 96%;
    margin: 0 auto 6%;
    text-align: left;
  }

  .groupIntro .title .wz p {
    margin-top: 4%;
  }

  .groupIntro .list {
    margin-top: 0;
  }

  .groupIntro .list li {
    width: 50%;
    margin-top: 6%;
  }

  .groupIntro .list li img {
    height: 32px;
  }

  .groupIntro .list li p {
    font-size: 14px;
    margin-top: 4px;
  }

  .groupIntro .count {
    margin-top: 6%;
    padding: 0;
  }

  .groupIntro .count li {
    width: 25%;
    margin: 0;
    float: left;
  }

  .groupIntro .count li p {
    font-size: 12px;
    line-height: 16px;
  }

  .groupIntro .count li p:nth-of-type(2) {
    margin-top: 6px;
  }

  .groupIntro .count li p b {
    font-size: 15px;
    margin-right: 0;
  }

  .groupIntro .list2 li {
    width: 50%;
    margin-top: 6%;
  }

  .groupIntro .list2 li img {
    height: 32px;
  }

  .groupIntro .list2 li p {
    font-size: 14px;
    margin-top: 4px;
  }


  .groupAdvantage .list {
    margin-top: 0;
  }

  .groupAdvantage .list li {
    width: 100%;
    height: auto;
    margin: 4% 0 0;
    border-radius: 6px;
  }

  .groupAdvantage .list li img {
    height: 36px;
  }

  .groupAdvantage .list li h2 {
    max-height: none;
    margin-top: 2%;
  }

  .groupAdvantage .list li p {
    height: auto;
    font-size: 13px;
    line-height: 20px;
    margin-top: 4%;
  }

  .groupAdvantage .list li .up {
    padding: 6% 4%;
  }

  .groupAdvantage .list li .under {
    padding: 6% 4%;
  }

  .groupIdea .list {
    margin-top: 4%;
    padding: 2%;
    background: rgba(255, 255, 255, 0.9);
  }

  .groupIdea .list li {
    width: 50%;
    height: auto;
    padding: 2%;
    margin: 0;
    background: none;
  }

  .groupIdea .list li .wz {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6%;
  }

  .groupIdea .list li .img {
    margin-top: 6%;
  }

  .groupCasesSwiper {
    margin-top: 6%;
  }

  /* --企业文化-- */
  .cultureList .txt {
    width: 100%;
  }

  .cultureList .txt .bt {
    margin-top: 4%;
  }

  .cultureList .txt .wz {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4%;
  }

  .cultureList .list {
    width: 100%;
    margin-top: 4%;
  }

  .cultureList .list li {
    width: 100%;
    padding: 6%;
    border-left: none;
    border-top: 1px solid #FFF;
  }

  .cultureList .list li img {
    height: 36px;
  }

  .cultureList .list li .bt {
    margin-top: 8%;
  }

  .cultureList .list li .wz {
    margin-top: 2%;
  }

  .cultureIdea .innerTitle {
    width: 100%;
    margin-top: 0;
  }

  .cultureIdea .list {
    width: 100%;
    margin-top: 4%;
  }

  .cultureIdea .list li {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0 10px 46px;
  }

  .cultureIdea .list li i {
    font-size: 14px;
  }

  /* --企业荣誉-- */
  .honorList {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .honorList li {
    width: 50%;
    padding: 3%;
  }

  .honorList li:nth-of-type(2n) {
    margin-right: 0;
  }

  .honorList li a .pic {
    height: 32vw;
    line-height: 32vw;
  }

  .honorList li a .wz {
    font-size: 15px;
    margin-top: 2%;
  }

  /* --党建工作-- */
  .partyHot .pic {
    width: 100%;
    display: none;
  }

  .partyHot .list {
    width: 100%;
  }

  .partyHot .list .title {
    padding-bottom: 10px;
  }

  .partyHot .list .con .f16 {
    width: 100%;
    height: 24px;
  }

  .partyHot .list li {
    margin-top: 2%;
  }

  .partyHot .list li .wz {
    width: calc(100% - 92px);
    font-size: 15px;
  }

  .partyHot .list li .time {
    width: 92px;
    text-align: right;
  }

  .partyList li {
    width: 100%;
    padding: 15px;
    margin-bottom: 4%;
    margin-right: 0;
  }

  .partyList li a .type {
    display: none;
  }

  .partyList li a .img {
    width: 36%;
  }

  .partyList li a .img img {
    width: 100%;
    height: 92px;
  }

  .partyList li a .txt {
    width: 60%;
  }

  .partyList li a .title {
    height: 24px;
  }

  .partyList li a .wz {
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 2%;
  }

  .partyList li a .time {
    margin-top: 2%;
  }

  .partyList2 li {
    padding: 15px;
    margin-bottom: 4%;
  }

  .partyList2 li a .img {
    width: 36%;
  }

  .partyList2 li a .img img {
    width: 100%;
    height: 92px;
  }

  .partyList2 li a .txt {
    width: 60%;
  }

  .partyList2 li a .title {
    height: 24px;
  }

  .partyList2 li a .wz {
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 2%;
  }

  .partyList2 li a .time {
    margin-top: 2%;
  }

  /* --新闻资讯-- */
  .newsHot {
    width: 100%;
    margin-bottom: 2%;
    position: relative;
  }

  .newsHot .pic {
    margin-bottom: 4%;
  }

  .newsHot .pic:nth-of-type(1) {
    width: 100%;
    height: auto;
    position: relative;
  }

  .newsHot .pic:nth-of-type(2) {
    width: 100%;
    height: auto;
    position: relative;
  }

  .newsHot .pic:nth-of-type(3) {
    width: 100%;
    height: auto;
    position: relative;
  }

  .newsHot .pic .wz {
    width: 100%;
    padding: 10px;
  }

  .newsHot .pic .wz p {
    height: 24px;
  }

  .newsList li .pic {
    width: 36%;
  }

  .newsList li .pic img {
    height: 100%;
  }

  .newsList li .txt {
    width: 60%;
    padding: 0;
  }

  .newsList li .txt .title {
    height: 24px;
  }

  .newsList li .txt .time {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin-top: 2%;
    padding-left: 20px;
    background-size: auto 12px;
  }

  .newsList li .txt .wz {
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 2%;
  }

  .newsList li .txt .more {
    display: none;
  }

  /* --新闻详情页-- */
  .articleDetails .title {
    width: 100%;
    padding: 0 10px 15px;
  }

  .articleDetails .title .time {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .articleDetails .title .time p {
    font-size: 14px;
    line-height: 24px;
    float: left;
    margin-right: 10px;
  }

  .articleDetails .title .time:after {
    display: none;
  }

  .articleDetails .title h1 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin-top: 2%;
  }

  .articleDetails .aside {
    width: 100%;
    padding: 15px 0;
  }

  .articleDetails .aside .share {
    width: 100%;
  }

  .articleDetails .aside .share .author {
    float: left;
  }

  .articleDetails .aside .share .click {
    float: left;
    margin-top: 0;
    margin-left: 20px;
  }

  .articleDetails .aside .share .link {
    float: right;
    margin-top: 0;
    line-height: 24px;
  }

  .articleDetails .aside .share .wz {
    line-height: 30px;
  }

  .articleDetails .aside .share .link li {
    margin: 0 4px;
    float: left;
  }

  .articleDetails .aside .share .link li .under {
    left: -45px;
    top: 40px;
  }

  .articleDetails .aside .txt {
    width: 100%;
    margin-top: 6%;
  }

  .articleDetails .aside .txt .wz {
    font-size: 15px;
    line-height: 28px;
  }

  .articleDetails .aside .txt .wz p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 4%;
    text-indent: 0;
  }

  .articleDetails .aside .txt .wz img {
    max-width: 100%;
  }

  .preview {
    width: 100%;
    padding: 20px 15px 0;
    margin-top: 4%;
  }

  .preview ul li {
    padding: 15px 0;
  }

  .preview ul li .time {
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .preview ul li .wz {
    height: 24px;
    font-size: 15px;
    line-height: 24px;
  }


  /* --翻页-- */
  .pageUpdown {
    margin-top: 6%;
  }

  .pageUpdown .btn {
    width: 48%;
    line-height: 28px;
    font-size: 14px;
    padding: 10px;
  }

  .pageUpdown .btn b {
    height: 28px;
    font-size: 14px;
  }

  .pageUpdown2 {
    margin-top: 6%;
  }

  .pageUpdown2 .btn {
    width: calc(50% - 30px);
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    padding: 0 10px;
  }

  .pageUpdown2 .btn b {
    font-size: 14px;
  }

  .pageUpdown2 .return {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 0;
    background-image: url(../image/list.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    background-color: #999;
  }

  /* --招投标信息-- */
  .biddingList .box {
    margin-bottom: 4%;
  }

  .biddingList .pic {
    width: 40%;
    display: none;
  }

  .biddingList .txt {
    width: 100%;
    padding: 20px 4%;
  }

  .biddingList .txt h2 {
    padding-top: 10px;
  }

  .biddingList .txt ul {
    width: 100%;
    min-height: inherit;
    margin-top: 6%;
  }

  .biddingList .txt ul li {
    height: 24px;
    font-size: 14px;
    line-height: 24px !important;
    margin-top: 2%;
  }

  .biddingList .txt ul li .title {
    width: 50%;
    height: 24px;
  }

  .biddingList .txt ul li .order {
    width: 16%;
    height: 24px;
    margin-left: 4%;
  }

  .biddingList .txt ul li .time {
    width: 26%;
    height: 24px;
    margin-left: 4%;
  }

  .biddingList .txt .more {
    height: 36px;
    margin-top: 6%;
    line-height: 34px;
    padding: 0 20px;
  }

  .biddingType {
    width: 100%;
    margin: 4% auto 0;
  }

  .biddingType .title {
    padding: 0;
    height: 46px;
  }

  .biddingType .title div {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
  }

  .biddingType .box {
    padding: 0;
  }

  .biddingType .box .list div {
    height: auto;
    padding: 8px 4px;
    line-height: 18px;
    font-size: 13px;
  }

  .biddingType .box .list .s3 {
    font-size: 12px;
  }

  .biddingType .box .list a {
    padding: 0;
    font-size: 13px;
  }


  /* --人才招聘-- */
  .tabPostList {
    width: 100%;
    margin-top: 6%;
  }

  .tabPostList .tab .alignLeft {
    font-size: 14px !important;
  }

  .tabPostList .tab thead tr th {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }

  .tabPostList .tab thead tr th i {
    display: block;
  }

  .tabPostList .tab tbody tr.trEven td {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
  }

  .tabPostList .tab tbody tr.trOdd td .postDel {
    padding: 20px 0;
  }

  .tabPostList .tab tbody tr.trOdd td .postDel .disc p {
    line-height: 28px;
    font-size: 14px;
  }

  .jobsList {
    width: 100%;
    margin-top: 6%;
  }

  .jobsList li {
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .jobsList li .box .icon {
    width: 24px;
  }

  .jobsList li .box .title {
    width: calc(100% - 130px);
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
  }

  .jobsList li .box .time {
    width: 90px;
    font-size: 12px;
    height: 24px;
    padding-left: 0;
    background: none;
    text-align: right;
  }


  .announceDetails {
    width: 100%;
  }

  .announceDetails .wz {
    font-size: 15px;
    line-height: 28px;
  }

  .announceDetails .wz p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 4%;
    text-indent: 0;
  }

  .announceDetails .wz img {
    max-width: 100%;
  }

  .announceDetails .wz table {
    width: 100%;
    margin: 0 auto 4%;
  }

  .announceDetails .wz table tr td {
    line-height: 24px;
    padding: 6px;
  }

  .announceDetails .dl {
    margin-top: 4%;
    text-indent: 0;
    font-size: 15px;
  }


  /* --联系我们-- */
  .contact .list {
    margin-top: 0;
  }

  .contact .list li {
    width: 100%;
    margin: 6% 0 0;
    text-align: left;
  }

  .contact .list li .icon {
    width: auto;
    height: auto;
    margin: 0 20px 0 5px;
    padding: 12px;
    float: left;
  }

  .contact .list li .icon img {
    height: 32px;
  }

  .contact .list li p {
    width: calc(100% - 90px);
    float: right;
  }

  .contact .list li .f20 {
    margin: 0 auto;
  }

  .contact .list li .ewm {
    margin: 0 20px 0 0;
    float: left;
  }

  .contact .list li .ewm img {
    width: 70px;
    height: 70px;
  }

  .contact .map {
    margin-top: 6%;
  }

  .contact .map .bg {
    height: 46vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .contact .map .mark {
    width: 46%;
    left: 35%;
    top: 40%;
  }




}

@media screen and (max-width: 668px) {
  .swiper {
    --swiper-theme-color: #000;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #000;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px !important;
    /* 设置按钮大小 */

  }

  .swiper-button-prev {
    left: 10px !important;
    right: auto;
    top: 40%;
  }

  .swiper-button-next {
    left: auto;
    right: 10px !important;
    top: 40%;
  }

  .swiper-button-prev:before {
    content: "";
    display: block;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    left: -10px;
    top: -7px;
    border: 2px solid rgba(0%, 0%, 0%, .5);
    border-radius: 50%;
  }

  .swiper-button-next:before {
    content: "";
    display: block;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    left: -13px !important;
    top: -7px;
    border: 2px solid rgba(0%, 0%, 0%, .5);
    border-radius: 50%;
  }

  .aboutGroup a {
    width: 100%;
  }

  .homeAbout .leftBox .imglist .swiper .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 540px;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
  }

  .homeAbout .leftBox .imglist .swiper .pic .pic2 {
    max-height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 40px;
  }

  .homeAbout .leftBox .imglist .swiper .pic img {
    width: auto;
    height: 100%;
    max-height: 300px;
  }



  .aboutGroup {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
  }

  .fancybox-navigation .fancybox-button {
    width: 70px !important;
    height: 100px !important;
  }

  .homeShows .bd ul li {
    max-width: 50%;
    height: 100px;
  }

  .homeIndustry .list li .under .wz {
    height: 125px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 4%;
  }

  .homeIndustry .list li .txt .wz {
    height: 100px;
    overflow: hidden;
    line-height: 21px;
    text-align: left;
    margin-top: 0px;
    text-indent: 2em;
  }

  .homeIndustry .list li .txt {
    width: 95%;
    padding: 10px 10px;
  }

  .homeIndustry .list li.active .txt {
    opacity: 1;
    display: block;
    left: 9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .f16 {
    font-size: 12px;
  }
}