.xxjj {
  font-size: 20px;
  line-height: 42px;
  color: #333;
  text-align: justify;
}
.xxjj .img-wrap {
  overflow: hidden;
}
.xxjj .img-wrap img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.xxjj .img-wrap:hover img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.xxjj .top .title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 36px;
}
.xxjj .top .wznr img {
  max-width: 100%;
  margin: 20px auto;
}
.xxjj .section {
  padding: 70px 0;
}
.xxjj .section .title {
  text-align: left;
  font-size: 32px;
  color: #00849a;
  margin-bottom: 18px;
}
.xxjj .section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xxjj .section .container {
  position: relative;
}
.xxjj .section .desc {
  text-align: justify;
}
.xxjj .section1 {
  padding-bottom: 90px;
  background: url(../images/xxjj/secion1.bg.png) bottom right no-repeat;
}
.xxjj .section1 .left {
  width: calc(100% - 580px);
  position: absolute;
  float: left;
  background: white;
  top: 50%;
padding: 20px 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xxjj .section1 .left .desc {
  margin-right: 40px;
}
.xxjj .section1 .right {
  width: 580px;
  height: 590px;
  background: url(../images/xxjj/xxls_bg.png);
  float: right;
}
.xxjj .section1 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 360px;
  margin: 0 auto;
  margin-top: 22px;
  margin-top: 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.xxjj .section1 .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.xxjj .section1 .right ul li:nth-child(2n-1) .line-h {
  left: auto;
  top: 55px;
  right: -114px;
  transform: rotate(12deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
}
.xxjj .section1 .right ul li:nth-child(2n) .line-h {
  top: 166px;
  left: -129px;
  transform: rotate(-23deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-23deg);
  width: 184px;
  -moz-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  -o-transform: rotate(-23deg);
}
.xxjj .section1 .right ul li:nth-child(2n) {
  margin-top: 30px;
}
.xxjj .section1 .right ul li:last-child .line-h {
  display: none;
}
.xxjj .section1 .right ul li .ls_number {
  width: 94px;
  height: 109px;
  font-size: 25px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/xxjj/xxls_item_dbx_bg.png);
  background-size: 100% 100%;
  font-weight: bold;
}
.xxjj .section1 .right ul li .ls_title {
  font-size: 16px;
  color: white;
  width: 134px;
  text-align: center;
  line-height: normal;
}
.xxjj .section1 .right ul li .line-h {
  position: absolute;
  width: 135px;
  height: 1px;
  top: 50%;
  border-bottom: 1px dashed white;
}
.xxjj .section1 .right ul li:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.xxjj .section1 .right ul li:hover .ls_number,
.xxjj .section1 .right ul li:hover .ls_title {
  color: #f1b90d;
}
.xxjj .section1 .right ul li:hover:nth-child(2n-1) .line-h {
  width: 126px;
  right: -105px;
}
.xxjj .section1 .right ul li:hover:nth-child(2n) .line-h {
  top: 166px;
  left: -114px;
  width: 168px;
  transform: rotate(-27deg);
  -webkit-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
}
.xxjj .section2 {
  background: #e1f0f5;
}
.xxjj .section2 .desc img {
  margin-top: 40px;
}
.xxjj .section3 {
  padding-bottom: 0;
}
.xxjj .section3 .swiper-container {
  padding-top: 65px;
  padding-bottom: 85px;
}
.xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #c9dfe3;
}
.xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide .number-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 145px;
  height: 145px;
  font-size: 30px;
  color: #00849a;
}
.xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide .number-warp span {
  font-size: 20px;
  margin-top: 5px;
}
.xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide .number-title {
  color: #333;
  font-size: 19px;
  margin-top: 20px;
  height: 48px;
  padding: 0 20px;
  text-align: center;
}
.xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide:nth-child(4n) {
  border-right: 1px solid #c9dfe3;
}
.xxjj .section3 .swiper-container .swiper-pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xxjj .section3 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin-right: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px;
  background: url(../images/xxjj/swiper-page-icon-unselected.png);
}
.xxjj .section3 .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.xxjj .section3 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/xxjj/swiper-page-icon-selected.png);
}
.xxjj .section4 {
  padding-top: 0;
}
.xxjj .section4 .content .left {
  width: calc(100% - 600px);
  padding-right: 40px;
}
.xxjj .section4 .content .right {
  width: 600px;
}
.xxjj .section5 {
  background: #e1f0f5;
}
.xxjj .section5 .content .right {
  width: calc(100% - 510px);
  padding-left: 40px;
}
.xxjj .section5 .content .left {
  width: 510px;
}
.xxjj .section5 .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
.xxjj .section5 .content2 .left {
  width: calc(100% - 510px);
  padding-right: 40px;
}
.xxjj .section5 .content2 .right {
  width: 510px;
}
.xxjj .section6 .content .right {
  width: calc(100% - 600px);
  padding-left: 40px;
}
.xxjj .section6 .content .left {
  width: 600px;
}
.xxjj .section7 {
  padding-top: 0;
}

@media screen and (max-width: 1279px) {
  .xxjj .section1 .left {
    width: 50%;
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .xxjj .section1 .right {
    width: 50%;
  }
  .xxjj .section .content,
  .xxjj .section .content2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxjj .section .content .left,
  .xxjj .section .content2 .left {
    width: 100%;
    padding: 0;
  }
  .xxjj .section .content .right,
  .xxjj .section .content2 .right {
    width: 100%;
    padding: 0;
  }
  .xxjj .section .content img,
  .xxjj .section .content2 img {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
  .xxjj .section5 .content, .xxjj .section6 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xxjj .section5 .content2 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .xxjj .section1 .left {
    width: 100%;
        padding: 0;
  }
  .xxjj .section1 .left .desc {
    margin-right: 0;
  }
  .xxjj .section1 .right {
    width: 100%;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .xxjj .top .title {
    font-size: 24px;
  }
  .xxjj {
    font-size: 16px;
    line-height: 32px;
  }
  .xxjj .top .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xxjj .section {
    padding: 35px 0;
  }
  .xxjj .section1 {
    padding-bottom: 45px;
  }
  .xxjj .section4, .xxjj .section7 {
    padding-top: 0;
  }
  .xxjj .section .title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .xxjj .section1 .right {
    margin-top: 18px;
  }
  .xxjj .section2 .desc img {
    margin-top: 20px;
  }
  .xxjj .section3 .swiper-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .xxjj .section3 .swiper-container .swiper-pagination {
    margin-top: 25px;
  }
  .xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide .number-title {
    font-size: 16px;
    margin-top: 10px;
  }
  .xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide .number-warp {
    width: 120px;
    height: 120px;
    font-size: 24px;
  }
  .xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide:nth-child(4n) {
    border-right: none;
  }
  .xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n) {
    border-right: 1px solid #c9dfe3;
  }
}
@media screen and (max-width: 537px) {
  .xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide:nth-child(3n) {
    border-right: none;
  }
  .xxjj .section3 .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n) {
    border-right: 1px solid #c9dfe3;
  }
}
@media screen and (max-width: 420px) {
  .xxjj .section1 .right ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .xxjj .section1 .right ul li .ls_number {
    font-size: 22px;
  }
  .xxjj .section1 .right ul li .line-h {
    width: 84px;
  }
  .xxjj .section1 .right ul li:nth-child(2n-1) .line-h {
    top: 55px;
    right: -65px;
  }
  .xxjj .section1 .right ul li:hover:nth-child(2n-1) .line-h {
    width: 81px;
    right: -61px;
  }
  .xxjj .section1 .right ul li:nth-child(2n) .line-h {
    top: 159px;
    left: -95px;
    width: 145px;
    transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    -moz-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    -o-transform: rotate(-29deg);
  }
  .xxjj .section1 .right ul li:hover:nth-child(2n) .line-h {
    top: 155px;
    left: -90px;
    width: 138px;
    transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    -moz-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    -o-transform: rotate(-29deg);
  }
}/*# sourceMappingURL=xxjj2025.css.map */