.xwzx {
    width: 100%;
    background: #ffffff;
  }
  @media screen and (max-width: 1200px) {
    .xwzx{
      padding: 0 15px !important;
    }
  }
  @media screen and (max-width: 1024px) {
    .xwzx {
      margin: 0;
      height: auto;
      padding: 15px;
    }
  }
  
  .xwzx .xwzx-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .xwzx .xwzx-list ul {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 1024px) {
    .xwzx .xwzx-list ul {
      padding: 0 10px;
    }
  }
  
  .xwzx .xwzx-list ul li:nth-of-type(odd) {
    margin-right: 15px;
    box-sizing: border-box;
  }
  
  @media screen and (max-width: 1024px) {
    .xwzx .xwzx-list ul li:nth-of-type(odd) {
      margin-right: 0;
    }
  }
  
  .xwzx .xwzx-list ul li {
    width: 49%;
    height: 130px;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 1024px) {
    .xwzx .xwzx-list ul li {
      width: 49%;
      height: 80px;
      margin-bottom: 5px;
    }
  }
  
  .xwzx .xwzx-list ul li img {
    width: 100%;
    height: 100%;
  }
  
  .xwzx .xwzx-tit {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
  }
  
  @media screen and (max-width: 1024px) {
    .xwzx .xwzx-tit {
      padding: 10px 0;
    }
  }
  
  .xwzx .xwzx-tit h6 {
    color: #999999;
    font-size: 14px;
  }
  
  .xwzx .xwzx-tit .xwzx-titt::after {
    content: ">";
  }
  
  .xwzx .xwzx-tit .xwzx-titt {
    text-align: right;
  }
  
  @media screen and (max-width: 1024px) {
    .xwzx .xwzx-tit .xwzx-titt {
      text-align: center;
    }
  }
  
  .xwzx .xwzx-tit .xwzx-titt a {
    margin-right: 40px;
    color: #999999;
    text-decoration: none;
  }
  
  @media screen and (max-width: 1024px) {
    .xwzx .xwzx-tit .xwzx-titt a {
      margin-right: 10px;
    }
  }
  
  .xwzx .xwzx-tit h5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 50px;
  }
  
  .xwzx .xwzx-tit h5 span {
    position: relative;
    color: #2a68cf;
  }
  
  .xwzx .xwzx-tit h5 span:nth-of-type(1)::before {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    border-bottom: 1px solid #dadada;
    position: absolute;
    left: -60px;
    top: 24.9px;
  }
  
  .xwzx .xwzx-tit h5 span:nth-of-type(2)::after {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    border-bottom: 1px solid #dadada;
    position: absolute;
    right: -60px;
    top: 24.9px;
  }
  
  .xwzx .xwzx-tit h5 p {
    font-size: 30px;
    color: #333333;
    margin: 0 25px;
  }
  
  
  
  .jtjs {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .jtjs .jtjs-b {
    width: 100%;
  }
  
  .jtjs .jtjs-b ul {
    width: 100%;
    height: 413px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-b ul {
      flex-direction: row;
      height: auto;
      flex-wrap: wrap;
    }
  }
  
  .jtjs .jtjs-b ul li:last-child {
    margin-right: 0;
  }
  
  .jtjs .jtjs-b ul li:hover img {
    transform: scale(1.2);
    transition: all 1s;
  }
  
  .jtjs .jtjs-b ul li {
    width: 100%;
    height: 100%;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-b ul li {
      margin-right: 0px;
    }
  }
  
  .jtjs .jtjs-b ul li a {
    text-decoration: none;
  }
  
  .jtjs .jtjs-b ul li img {
    width: 100%;
    height: 100%;
  }
  
  .jtjs .jtjs-b ul li .jtjs-b-con {
    width: 100%;
    height: 100%;
    padding: 80% 30px 30px 0;
    text-align: right;
    background: #333;
    opacity: 0.5;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 1s;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-b ul li .jtjs-b-con {
      padding: 30px 5px 0 0;
      width: 100%;
    }
  }
  
  .jtjs .jtjs-b ul li .jtjs-b-con h6 {
    font-size: 22px;
    color: #f2f2f2;
    white-space: nowrap;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-b ul li .jtjs-b-con h6 {
      font-size: 12px;
    }
  }
  
  .jtjs .jtjs-b ul li .jtjs-b-con span {
    font-size: 16px;
    color: #c0c0c0;
    white-space: nowrap;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-b ul li .jtjs-b-con span {
      font-size: 12px;
      white-space: normal;
    }
  }
  
  .jtjs .jtjs-b ul li .jtjs-b-con p {
    margin-top: 30px;
    white-space: nowrap;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-b ul li .jtjs-b-con p {
      margin-top: 5px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-b ul li .jtjs-b-con p svg {
      width: 15px;
      height: 15px;
    }
  }
  
  .jtjs .jtjs-t {
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-t {
      padding: 10px 0;
    }
  }
  
  .jtjs .jtjs-t p {
    font-size: 18px;
    color: #6a6a6a;
    line-height: 40px;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-t p {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  .jtjs .jtjs-t h6 {
    width: 400px;
    height: 65px;
    margin-bottom: 20px;
  }
  
  @media screen and (max-width: 1024px) {
    .jtjs .jtjs-t h6 {
      width: 200px;
      height: 32.5px;
    }
  }
  
  .jtjs .jtjs-t h6 img {
    width: 100%;
    height: 100%;
  }
  .bg-f5{
    /* background: #f9f9f9; */
  }
  .fgs-bbb img{
    width: fit-content;
    margin: 0 auto;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .zzry-tt{
      padding: 0 15px
    }
  }
  
  .swiper-containerrrr {
    width: 100%;
    height: 715px;
    padding: 180px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  
  }
  .swiper-containerrrr .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property:all;
    transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    -webkit-transition: 1s all;
  }
  .swiper-containerrrr #progressEffect{
  position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
  }
  
  @media screen and (min-width: 1024px) {
  .swiper-containerrrr .swiper-slide{
    opacity: 0.6;
  }
  .xwzx{
    padding: 40px 0;
    margin: 40px 0;
  }
  }
  @media screen and (max-width: 1024px) {
    
  .fgs-bbb img{
    width: 100%;
    margin: 0 auto;
  }
  .swiper-containerrrr{
    height: auto;
    padding: 20px 0;
  }
  .xwzx .xwzx-tit h5 p{
    font-size: 18px;
  }
  .jtjs .jtjs-b ul li{
    width: 50%;
  }
  }
  
  
  
  .swiper-slidt img{
    width: 100%;
  }
  @media screen and (min-width: 1024px){
    .swiper-containerrrr .swiper-slide-active,.swiper-slide-duplicate-active{
    transform:scale(2);
    z-index:99;
    opacity: 1;
  }
  .swiper-containerrrr .swiper-wrapper .swiper-slide-prev,.swiper-slide-next{
    transform:scale(1.5);
    z-index:98;
    opacity: 0.8;
  }
  .swiper-slidt{
    width: 190px !important;
    height: 255px !important;
  }
  /* .swiper-slide-duplicate{
    transform:scale(0.9);
  } */

  }
  @media screen and ( max-width: 1200px){
      .jtjs .jtjs-b ul{
          height: auto;
      }
  }
  
  