﻿.m_jnbygroup_tit1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_tit1 {
    font-size: calc(36 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_tit1 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
}
.m_jnbygroup_tit1.tit-w {
  color: #fff;
}
.m_jnbygroup_tit2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_tit2 {
    font-size: calc(30 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_tit2 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
}
.m_jnbygroup_text {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_text {
    font-size: 0.32rem;
    line-height: 1.75;
  }
}
.m_jnbygroup_list1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.m_jnbygroup_list1 .item {
  width: calc((100% - 50px) / 3);
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list1 .item {
    width: calc((100% - calc(50 / 1920 * 100vw)) / 3);
    margin-right: calc(25 / 1920 * 100vw);
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list1 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.m_jnbygroup_list1 .item:nth-child(3n) {
  margin-right: 0;
}
.m_jnbygroup_list1 .item:hover {
  z-index: 9;
}
.m_jnbygroup_list1 .item:hover .pop {
  opacity: 1;
  visibility: visible;
}
.m_jnbygroup_list1 .item:hover .item_con {
  border-color: #000;
}
.m_jnbygroup_list1 .item:hover .item_con .more .jt {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 4px;
}
.m_jnbygroup_list1 .item_con {
  color: #333;
  display: block;
  border-bottom: 10px solid #9a9a9a;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list1 .item_con {
    border-width: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list1 .item_con {
    border-width: 0.1rem;
    border-color: #000;
  }
}
.m_jnbygroup_list1 .item_con .num {
  font-size: 66px;
  font-family: 'PingFang-SC-Regular', 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list1 .item_con .num {
    font-size: calc(66 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list1 .item_con .num {
    font-size: 0.6rem;
    margin-bottom: 0.4rem;
  }
}
.m_jnbygroup_list1 .item_con .title {
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list1 .item_con .title {
    font-size: calc(32 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list1 .item_con .title {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
}
.m_jnbygroup_list1 .item_con .more {
  color: #fff;
  font-size: 14px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list1 .item_con .more {
    font-size: 0.24rem;
  }
}
.m_jnbygroup_list1 .item_con .more .jt {
  width: 0;
  height: 0;
  border-width: 8px 4px 8px 4px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  margin: 10px;
  position: relative;
  top: -4px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_jnbygroup_list1 .item_con .desc {
  font-size: 18px;
  line-height: 2.222;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_list1 .item_con .desc {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list1 .item_con .desc {
    font-size: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list1 .item_con .desc {
    font-size: 0.28rem;
  }
}
.m_jnbygroup_list1 .picture {
  height: 0;
  padding-top: calc(325 / 570 * 100%);
  background-color: #e8e8e8;
  position: relative;
  overflow: hidden;
}
.m_jnbygroup_list1 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m_jnbygroup_list1 .pop {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 60px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list1 .pop {
    padding: calc(60 / 1920 * 100vw) calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list1 .pop {
    padding: 0.6rem 0.4rem;
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.m_jnbygroup_list1 .text {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding: 0 35px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list1 .text {
    bottom: calc(40 / 1920 * 100vw);
    padding: 0 calc(35 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list1 .text {
    bottom: 0.4rem;
    padding: 0 0.4rem;
  }
}
.m_jnbygroup_xkjn {
  position: relative;
  z-index: 2;
}
.m_jnbygroup_list2 {
  /*display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;*/
  position: relative;
  z-index: 9;
  margin-bottom: -50px;
  /*overflow: hidden;*/
 
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list2 {
    margin-bottom: calc(-50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list2 {
    margin-bottom: -0.4rem;
  }
}
.m_jnbygroup_list2 .item {
  /*width: calc((100% - 50px) / 2);*/
 	width: 100%;
  position: relative;
  /*margin-right: 50px;*/
  /*margin-bottom: 50px;*/
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list2 .item {
    /*width: calc((100% - calc(50 / 1920 * 100vw)) / 2);*/
    /*margin-right: calc(50 / 1920 * 100vw);*/
   width: 100%;
    /*margin-bottom: calc(50 / 1920 * 100vw);*/
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list2 .item {
    width: 100%;
    margin-right: 0;
    /*margin-bottom: 0.4rem;*/
  }
}
.m_jnbygroup_list2 .item:nth-child(2n) {
  margin-right: 0;
}
.m_jnbygroup_list2 .item_con {
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_jnbygroup_list2 .item_con:hover .text {
  background-color: rgba(0,0,0,0.6);
}
.m_jnbygroup_list2 .item_con:hover .more i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.m_jnbygroup_list2 .item_con .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list2 .item_con .title {
    font-size: calc(30 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_list2 .item_con .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list2 .item_con .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list2 .item_con .title {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
}
.m_jnbygroup_list2 .item_con .more {
  font-size: 14px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list2 .item_con .more {
    font-size: 0.2rem;
  }
}
.m_jnbygroup_list2 .item_con .more i {
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_jnbygroup_list2 .picture {
  height: 0;
  padding-top: calc(580 / 850 * 100%);
  background-color: #e8e8e8;
  position: relative;
  overflow: hidden;
}
.m_jnbygroup_list2 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
	transition: all 0.8s;
}
.m_jnbygroup_list2 .picture:hover img{
	transform: scale(1.1);
	transition: all 0.8s;
}
.m_jnbygroup_list2 .text {
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#ban.jnbygroup_ban {
  height: 770px;
}
#ban.jnbygroup_ban2 {
  height: 100vh;
  min-height: 100vh;
}
@media screen and (max-width: 1920px) {
  #ban.jnbygroup_ban {
    height: calc(770 / 1920 * 100vw);
  }
   #ban.jnbygroup_ban2 {
    height: 100vh;
  }
}
@media screen and (max-width: 990px) {
  #ban.jnbygroup_ban {
    height: calc(770 / 990 * 100vw);
  }
  #ban.jnbygroup_ban2 {
    height: 100vh;
  }
}
#ban.jnbygroup_ban::before {
  display: none;
}
.m_jnbygroup_imgs {
  text-align: center;
}
.m_jnbygroup_imgs img {
  max-width: 100%;
}
.m_jnbygroup_list3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.m_jnbygroup_list3 .item {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list3 .item {
    margin-right: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list3 .item {
    width: calc((100% - calc(60 / 1920 * 100vw)) / 4);
    flex: none;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list3 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.m_jnbygroup_list3 .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list3 .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list3 .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list3 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.m_jnbygroup_list3 .item {
  padding: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list3 .item {
    padding: 0.2rem 0.4rem;
  }
}
.m_jnbygroup_list3 .item:nth-child(4n) {
  margin-right: 0;
}
.m_jnbygroup_list3 .item .hd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list3 .item .hd {
    padding: calc(20 / 1920 * 100vw) 0;
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list3 .item .hd {
    padding: 0.2rem 0;
    margin-bottom: 0.1rem;
  }
}
.m_jnbygroup_list3 .item .icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_jnbygroup_list3 .item .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.m_jnbygroup_list3 .item .title {
  font-size: 26px;
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_list3 .item .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list3 .item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list3 .item .title {
    font-size: 0.36rem;
  }
}
.m_jnbygroup_list3 .item .bd {
  font-size: 18px;
  line-height: 2.222;
  padding: 20px 0;
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_list3 .item .bd {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list3 .item .bd {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list3 .item .bd {
    font-size: 0.28rem;
    padding: 0.2rem 0;
    line-height: 1.75;
  }
}
.m_jnbygroup_list4.m_jnbygroup_list4-2 .item .text {
  align-items: center;
}
.m_jnbygroup_list4 .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list4 .item {
    margin-bottom: calc(70 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list4 .item {
    display: block;
    margin-bottom: 0.6rem;
  }
}
.m_jnbygroup_list4 .item:nth-child(2n) .text {
  order: 1;
}
.m_jnbygroup_list4 .item:nth-child(2n) .picture {
  order: 2;
}
.m_jnbygroup_list4 .item:last-child {
  margin-bottom: 0;
}
.m_jnbygroup_list4 .item .text {
  flex: none;
  width: calc(600 / 1440 * 100%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list4 .item .text {
    width: auto;
  }
}
.m_jnbygroup_list4 .item .text .title {
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list4 .item .text .title {
    font-size: calc(32 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_list4 .item .text .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list4 .item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list4 .item .text .title {
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
  }
}
.m_jnbygroup_list4 .item .text .desc {
  font-size: 18px;
  line-height: 2.222;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_list4 .item .text .desc {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list4 .item .text .desc {
    font-size: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list4 .item .text .desc {
    font-size: 0.28rem;
  }
}
.m_jnbygroup_list4 .item .picture {
  width: calc(600 / 1420 * 100%);
  background-color: #e8e8e8;
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list4 .item .picture {
    width: auto;
    margin-bottom: 0.2rem;
  }
}
.m_jnbygroup_list4 .item .picture img {
  display: block;
  width: 100%;
}
.m_jnbygroup_list5 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.m_jnbygroup_list5 .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list5 .item {
    width: calc((100% - calc(40 / 1920 * 100vw)) / 3);
    margin-right: calc(20 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list5 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.m_jnbygroup_list5 .item:nth-child(3n) {
  margin-right: 0;
}
.m_jnbygroup_list5 .item:last-child {
  margin-bottom: 0;
}
.m_jnbygroup_list5 .item_con {
  color: #999;
  display: block;
}
.m_jnbygroup_list5 .item_con:hover .picture img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.m_jnbygroup_list5 .item_con:hover .title {
  color: $blue;
}
.m_jnbygroup_list5 .picture {
  height: 0;
  padding-top: calc(395 / 570 * 100%);
  background-color: #e8e8e8;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_list5 .picture {
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list5 .picture {
    margin-bottom: 0.2rem;
  }
}
.m_jnbygroup_list5 .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_jnbygroup_list5 .text {
  color: #333;
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_list5 .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list5 .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list5 .text {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
.m_jnbygroup_list5 .text .title {
  font-size: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0 15px;
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_list5 .text .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_list5 .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_list5 .text .title {
    font-size: 0.32rem;
    margin: 0.1rem 0;
  }
}
.m_jnbygroup_record_swiper .swiper {
  overflow: visible;
  width: calc(1150 / 1920 * 100vw);
}
.m_jnbygroup_record_swiper .swiper .prev,
.m_jnbygroup_record_swiper .swiper .next {
  color: #333;
  font-size: 12px;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_record_swiper .swiper .prev,
  .m_jnbygroup_record_swiper .swiper .next {
    width: calc(78 / 1920 * 100vw);
    height: calc(78 / 1920 * 100vw);
    min-width: 40px;
    min-height: 40px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_record_swiper .swiper .prev,
  .m_jnbygroup_record_swiper .swiper .next {
    width: 0.6rem;
    height: 0.6rem;
    min-width: 30px;
    min-height: 30px;
  }
}
.m_jnbygroup_record_swiper .swiper .prev.swiper-button-disabled,
.m_jnbygroup_record_swiper .swiper .next.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.m_jnbygroup_record_swiper .swiper .prev::before,
.m_jnbygroup_record_swiper .swiper .next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.m_jnbygroup_record_swiper .swiper .prev i,
.m_jnbygroup_record_swiper .swiper .next i {
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.m_jnbygroup_record_swiper .swiper .prev:hover::before,
.m_jnbygroup_record_swiper .swiper .next:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.m_jnbygroup_record_swiper .swiper .prev:hover i,
.m_jnbygroup_record_swiper .swiper .next:hover i {
  color: #fff;
}
.m_jnbygroup_record_swiper .swiper .prev {
  left: -40px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_record_swiper .swiper .prev {
    left: calc(-40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_record_swiper .swiper .prev {
    left: -0.3rem;
  }
}
.m_jnbygroup_record_swiper .swiper .next {
  right: -40px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_record_swiper .swiper .next {
    right: calc(-40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_record_swiper .swiper .next {
    right: -0.3rem;
  }
}
.m_jnbygroup_record_swiper .item_con {
  padding: 0 95px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_record_swiper .item_con {
    padding: 0 calc(95 / 1920 * 100vw);
  }
}
.m_jnbygroup_record_swiper .video,
.m_jnbygroup_record_swiper .picture {
  height: 0;
  padding-top: calc(620 / 960 * 100%);
  overflow: hidden;
  position: relative;
}
.m_jnbygroup_record_swiper .video:hover img,
.m_jnbygroup_record_swiper .picture:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.m_jnbygroup_record_swiper .video video,
.m_jnbygroup_record_swiper .picture video,
.m_jnbygroup_record_swiper .video img,
.m_jnbygroup_record_swiper .picture img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.jd_list2-2 {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jd_list2-2 .item {
  width: calc(calc(100% - 25px) / 2);
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .jd_list2-2 .item {
    width: calc(calc(100% - calc(25 / 1920 * 100vw)) / 2);
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .jd_list2-2 .item {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
.jd_list2-2 .item.big {
  width: 100%;
}
.jd_list2-2 .item.big .picture {
  padding-bottom: calc(620 / 1760 * 100%);
}
.jd_list2-2 .item_con {
  position: relative;
  display: block;
}
.jd_list2-2 .item_con:hover .text {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jd_list2-2 .item_con:hover .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.jd_list2-2 .picture {
  height: 0;
  padding-bottom: calc(620 / 875 * 100%);
  position: relative;
  overflow: hidden;
}
.jd_list2-2 .picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 990px) {
  .jd_list2-2 .picture img {
    width: auto;
  }
}
.jd_list2-2 .picture::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
}
.jd_list2-2 .text {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(calc(-50% + 2em));
  -ms-transform: translateY(calc(-50% + 2em));
  transform: translateY(calc(-50% + 2em));
  -webkit-transition: 0.55s;
  -ms-transition: 0.55s;
  transition: 0.55s;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .jd_list2-2 .text {
    -webkit-transform: translateY(calc(-50% + 1em));
    -ms-transform: translateY(calc(-50% + 1em));
    transform: translateY(calc(-50% + 1em));
  }
}
.jd_list2-2 .text .text_con {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .jd_list2-2 .text .text_con {
    text-align: center;
  }
}
.jd_list2-2 .text .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .jd_list2-2 .text .title {
    font-size: calc(30 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .jd_list2-2 .text .title {
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
}
.jd_list2-2 .text .btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  -webkit-transition: 0.55s;
  -ms-transition: 0.55s;
  transition: 0.55s;
}
.jd_list2-2 .text .btn:hover i {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.jd_list2-2 .text .btn i {
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  display: inline-block;
}
.m_jnbygroup_row {
  padding-top: 50px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_row {
    padding-top: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_row {
    padding-top: 0.5rem;
  }
}
.jd_list2-2.jsMorelist .item {
  display: none;
}
.jd_list2-2.jsMorelist .item:nth-child(1),
.jd_list2-2.jsMorelist .item:nth-child(2) {
  display: block;
}
.jd_list2-2.jsMorelist.show .item {
  display: block;
}
.jd_list1.jsMorelist .item {
  display: none;
}
.jd_list1.jsMorelist .item:nth-child(1),
.jd_list1.jsMorelist .item:nth-child(2),
.jd_list1.jsMorelist .item:nth-child(3) {
  display: block;
}
.jd_list1.jsMorelist.show .item {
  display: block;
}
.jsMorebtn {
  color: #333;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  line-height: 2;
  position: relative;
}
.jsMorebtn.hide {
  display: none;
}
.jsMorebtn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.jsMorebtn:hover::after {
  width: 100%;
}
.m_jnbygroup_tabnav {
  padding: 0 100px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_tabnav {
    padding: 0 calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_tabnav {
    padding: 0;
  }
}
.m_jnbygroup_tabnav ul {
  border-bottom: 1px solid #d4d4d4;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
.m_jnbygroup_tabnav .swiper {
  border-bottom: 1px solid #d4d4d4;
}
.m_jnbygroup_tabnav .swiper .swiper-wrapper {
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_tabnav .swiper .swiper-wrapper {
    justify-content: flex-start;
  }
}
.m_jnbygroup_tabnav .swiper-slide {
  width: auto;
  padding: 0 100px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_tabnav .swiper-slide {
    padding: 0 calc(100 / 1920 * 100vw);
  }
}
.m_jnbygroup_tabnav .swiper-slide.swiper-slide-thumb-active .item {
  color: #333;
}
.m_jnbygroup_tabnav .swiper-slide.swiper-slide-thumb-active .item::after {
  width: 100px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_tabnav .swiper-slide.swiper-slide-thumb-active .item::after {
    width: 5em;
  }
}
.m_jnbygroup_tabnav .swiper-slide.swiper-slide-thumb-active .item .title {
  display: block;
}
.m_jnbygroup_tabnav .item {
  color: #c6c6c6;
  font-size: 20px;
  line-height: 1.3;
  cursor: pointer;
  padding: 20px 0;
  height: 100px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_tabnav .item {
    padding: calc(20 / 1920 * 100vw) 0;
    height: calc(100 / 1920 * 100vw);
    min-height: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_tabnav .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_tabnav .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_tabnav .item {
    font-size: 0.28rem;
    padding: 0.2rem 0;
    height: 1rem;
    flex: none;
    margin: 0 0.2rem;
  }
}
.m_jnbygroup_tabnav .item:first-child {
  margin-left: 0;
}
.m_jnbygroup_tabnav .item:last-child {
  margin-right: 0;
}
.m_jnbygroup_tabnav .item::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #000;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_tabnav .item::after {
    height: 0.05rem;
  }
}
.m_jnbygroup_tabnav .item .title {
  font-size: 28px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 1440px) {
  .m_jnbygroup_tabnav .item .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .m_jnbygroup_tabnav .item .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .m_jnbygroup_tabnav .item .title {
    font-size: 0.36rem;
  }
}
.m_jnbygroup_tabnav .item.active {
  color: #333;
}
.m_jnbygroup_tabnav .item.active::after {
  width: 100px;
}
@media screen and (max-width: 1920px) {
  .m_jnbygroup_tabnav .item.active::after {
    width: 5em;
  }
}
.m_jnbygroup_tabnav .item.active .title {
  display: block;
}
.m_jnbygroup_tabcon_item {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.m_jnbygroup_tabcon_item.active {
  height: auto;
  visibility: visible;
}
.bjqytabconSwiper .swiper-slide {
  overflow: hidden;
}
.m-brand-row {
  position: relative;
}
.m-brand-row .mbg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 990px) {
  .m-brand-row .mbg {
    display: block;
  }
}
.banIntro {
  color: #fff;
  height: 100%;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banIntro2{
	 text-align: left;
}

@media screen and (max-width: 1920px) {
  .banIntro {
    padding-top: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .banIntro {
    padding-top: 0.8rem;
  }
}
.banIntro .slogant {
  height: 80px;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .banIntro .slogant {
    height: calc(80 / 1920 * 100vw);
    min-height: 40px;
    margin-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .banIntro .slogant {
    margin-bottom: 0.3rem;
  }
}
.banIntro .slogant img {
  max-height: 100%;
  display: block;
}
.banIntro .text {
  font-size: 18px;
  line-height: 2.222;
  padding: 0 25px;
  margin-bottom: 60px;
}
.banIntro2 .text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1920px) {
  .banIntro .text {
    margin-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .banIntro .text {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 1280px) {
  .banIntro .text {
    font-size: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 990px) {
  .banIntro .text {
    padding: 0 0.4rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .banIntro .text {
    font-size: 0.18rem;
  }
}
.banIntro .btn {
  color: #fff;
  padding: 10px 40px;
  border: 1px solid rgba(255,255,255,0.6);
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 990px) {
  .banIntro .btn {
    font-size: 14px;
    padding: 0.1rem 0.4rem;
  }
}
.banIntro .btn:hover {
  color: #333;
  background-color: #fff;
}
/* 公司验证码*/
.j_contact_box .trow {
	display: flex;
}
.j_contact_box .tcolumn {
	width: 40%;
}
.j_contact_box .tcolumn:nth-child(2) {
	width: 60%;
}
.jnby_label_file .file_btn {
  flex: none;
}
.jnby_label_file {
  flex: 1;
  line-height: 1.2;
}
.j_contact_box .yzm_box {
  display: flex;
  align-items: center;
  flex: 1;
}
.j_contact_box .box_item .form .inp.yzm_inp {
  width: 100px;
  margin: 0;
  margin-right: 10px;
}
.j_contact_box .yzm_img {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
}
.j_contact_box .yzm_img img{
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 990px) {
	.j_contact_box .trow {
		display: block;
	}
	.j_contact_box .tcolumn:nth-child(2),
	.j_contact_box .tcolumn {
		width: auto;
		margin-top: .2rem;
	}
  .j_contact_box .yzm_box {
    /* margin-top: .2rem; */
  }
  .j_contact_box .box_item .form .inp.yzm_inp,
  .j_contact_box .yzm_box {
    width: auto;
  }
  .j_contact_box .yzm_img {
    width: 1.2rem;
    height: 0.8rem;
  }
}
/*资质荣誉*/
.honor-wrap{
	background: #f4f4f4;
}
.honor-wrap .honorSwiper{
	overflow: hidden;
}
.honor-wrap .swiper-pagination {
  position: static;
  margin-top: 50px;
}

@media screen and (max-width: 1920px) {
 .honor-wrap .swiper-pagination {
    margin-top: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .honor-wrap .swiper-pagination {
    margin-top: 0.3rem;
  }
}
.honor-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #666;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1920px) {
  .honor-wrap .swiper-pagination .swiper-pagination-bullet {
    width: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .honor-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }
}
.index_jnby_news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #000;
}
@media screen and (max-width: 1920px) {
  .honor-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .honor-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.5rem;
  }
}
.honorSwiper .picture {
  position: relative;
  height: 0;
  height: calc(362 / 1920  * 100vw);
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.honorSwiper .picture img {
	width: 324px;
	height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  transform: scale(1);
	transition: all 0.8s;
}
.honorSwiper .picture .title{
	position: absolute;
	bottom: 20px;
	font-size: 16px;
}
 
.honorSwiper .item{
	cursor: pointer;
}
.honorSwiper .item:hover img {
	transform: scale(1.1);
	transition: all 0.8s;
}
.honorSwiper .item:hover .title{
	color: #de070c;
}
@media screen and (max-width: 990px) {
 .honorSwiper .picture {
      height: calc(362 / 610  * 100vw);
  }
  .honorSwiper .picture img {
  	width: auto;
  }
}

/*党建活动*/
.partyActivitySwiper{
	width: 100%;
}
.partyActivitySwiper-wrap .prev,
.honor-wrap .prev,
.partyActivitySwiper-wrap .next,
.honor-wrap .next {
  color: #333;
  font-size: 12px;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .partyActivitySwiper-wrap  .prev,
  .partyActivitySwiper-wrap  .next,
  .honor-wrap .next,
  .honor-wrap .prev {
    width: calc(78 / 1920 * 100vw);
    height: calc(78 / 1920 * 100vw);
    min-width: 50px;
    min-height: 50px;
  }
}
.partyActivitySwiper-wrap .prev.swiper-button-disabled,
.partyActivitySwiper-wrap .next.swiper-button-disabled,
.honor-wrap .prev.swiper-button-disabled,
.honor-wrap .next.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.partyActivitySwiper-wrap  .prev::before,
.partyActivitySwiper-wrap  .next::before,
.honor-wrap  .prev::before,
.honor-wrap  .next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
.partyActivitySwiper-wrap  .prev i,
.partyActivitySwiper-wrap  .next i,
.honor-wrap  .prev i,
.honor-wrap  .next i {
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.partyActivitySwiper-wrap  .prev:hover::before,
.partyActivitySwiper-wrap  .next:hover::before,
.honor-wrap  .prev:hover::before,
.honor-wrap  .next:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.partyActivitySwiper-wrap  .prev:hover i,
.partyActivitySwiper-wrap  .next:hover i,
.honor-wrap  .prev:hover i,
.honor-wrap  .next:hover i {
  color: #fff;
}
.partyActivitySwiper-wrap  .prev,
.honor-wrap  .prev  {
  left: -20px;
}
@media screen and (max-width: 1920px) {
  .partyActivitySwiper-wrap  .prev {
  }
}
@media screen and (max-width: 990px) {
  .partyActivitySwiper-wrap  .prev,
  .honor-wrap  .prev  {
    left: -10px;
    margin-left: 0;
  }
}
.partyActivitySwiper-wrap  .next,
.honor-wrap  .next {
  right:-20px;
}
@media screen and (max-width: 1920px) {
 .partyActivitySwiper-wrap  .next,
 .honor-wrap  .next  {
    /*margin-right: calc(-120px / 1920 * 100vw - 120 / 1920 * 100vw);*/
  }
}
@media screen and (max-width: 990px) {
 .partyActivitySwiper-wrap  .next,
  .honor-wrap  .next {
    right: -10px;
    margin-right: 0;
  }
}
 
