.inn {
  width: 15.5rem;
  margin: 0 auto;
}

.inn .inn1 {
  width: 100%;
}

.inn .inn1 .inn1-thumb {
  width: 100%;
  /* height: 6.7rem; */
  margin-bottom: .1rem;
}

.inn .inn1 .inn1-thumb img {
  width: 100%;
  height: 100%;
}

.inn .inn1 .inn1-con {
  display: flex;
  justify-content: space-between;
}

.inn .inn1 .inn1-con .inn1-item:first-child {
  margin-right: .1rem;
}

.inn .inn1 .inn1-con .inn1-item img {
  width: 100%;
  height: 100%;
  transition: .2s ease;
}

.inn .inn1 .inn1-con .inn1-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: .6rem;
  width: 100%;
  padding: 0 .3rem;
  line-height: .6rem;
  font-size: .22rem;
  text-align: left;
  color: white;
  box-sizing: border-box;
  background: rgba(54, 158, 109, 0);
  transition: .2s;
}

.inn .inn1 .inn1-con .inn1-item .inn1-item-top {
  display: flex;
  justify-content: space-between;
  height: 2.1rem;
  margin-bottom: .1rem;
  cursor: pointer;
}

.inn .inn1 .inn1-con .inn1-item .inn1-item-top .inn1-item-top-i {
  width: calc(100% - .1rem);
  position: relative;
  overflow: hidden;
}

.inn .inn1 .inn1-con .inn1-item .inn1-item-top .inn1-item-top-i:first-child {
  margin-right: .1rem;
}

.inn .inn1 .inn1-con .inn1-item .inn1-item-top .inn1-item-top-i:hover img {
  transform: scale(1.1);
}

.inn .inn1 .inn1-con .inn1-item .inn1-item-top .inn1-item-top-i:hover span {
  background: #369e6d;
}

.inn .inn1 .inn1-con .inn1-item .inn1-item-con {
  position: relative;
  height: 3.8rem;
  overflow: hidden;
  cursor: pointer;
}

.inn .inn1 .inn1-con .inn1-item .inn1-item-con:hover img {
  transform: scale(1.1);
}

.inn .inn1 .inn1-con .inn1-item .inn1-item-con:hover span {
  background: #369e6d;
}

.inn .inn2 {
  position: relative;
  overflow: hidden;
}

.inn .inn2 .inn2-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .2s ease;
  cursor: pointer;
  pointer-events: none;
}

.inn .inn2 .inn2-active .inn2-active-top {
  width: 100%;
  height: 1.3rem;
  border: 2px solid #369e6d;
  box-sizing: border-box;
}

.inn .inn2 .inn2-active .inn2-active-bto {
  width: 100%;
  height: .6rem;
  background: #369e6d;
}

.inn .inn2 .swiper-slide {
  width: 45%;
  height: auto;
}

.inn .inn2 .inn2-item {
  cursor: pointer;
  width: 100%;
}

.inn .inn2 .inn2-item:hover .inn2-icon {
  border: 2px solid #369E6D;
}

.inn .inn2 .inn2-item:hover .inn2-opr {
  background: #369E6D;
}

.inn .inn2 .inn2-item:hover .inn2-thumb::after {
  background: transparent;
}

.inn .inn2 .inn2-item:hover .inn2-opr {
  color: white;
}

.inn .inn2 .inn2-item img {
  margin: 0 auto;
}

.inn .inn2 .inn2-item .inn2-icon {
  width: 100%;
  opacity: 1;
  box-sizing: border-box;
  background: #fff;
  border: 1px #ccc solid;
}

.inn .inn2 .inn2-item .inn2-icon p {
  margin: 0 auto;
}

.inn .inn2 .inn2-item .inn2-thumb {
  position: relative;
}

.inn .inn2 .inn2-item .inn2-thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  transition: .2s;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.inn .inn2 .inn2-item .inn2-thumb img {
  width: 100%;
}

.inn .inn2 .inn2-item .inn2-tit {
  height: .5rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .22rem;
  color: #333333;
}

.inn .inn2 .inn2-item .inn2-opr {
  height: .6rem;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .18rem;
  color: #666;
}

.inn .inn2 .inn2-item .inn2-opr span {
  position: relative;
  z-index: 10;
}

.inn .inn2 .inn2-item-active .inn2-thumb::after {
  background: transparent;
}

.inn .inn2 .inn2-item-active .inn2-opr {
  color: white;
}

.inn .inn3 {
  overflow: hidden;
}

.inn .inn3 .swiper-slide {
  padding: 0 .16rem;
  box-sizing: border-box;
}

.inn .inn3 .swiper-slide .inn3-item {
  height: 6.2rem;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../img/zj_bg.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  padding: .2rem;
  box-sizing: border-box;
  transition: .2s ease;
  cursor: pointer;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-item-cir {
  position: absolute;
  width: .15rem;
  height: .15rem;
  opacity: 1;
  background: #fffef1;
  border: 1px solid #000;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-item-cir:nth-child(1) {
  left: .17rem;
  top: .17rem;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-item-cir:nth-child(2) {
  left: .17rem;
  bottom: .17rem;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-item-cir:nth-child(3) {
  right: .17rem;
  top: .17rem;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-item-cir:nth-child(4) {
  right: .17rem;
  bottom: .17rem;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-tit {
  width: 4rem;
  flex-shrink: 0;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-tit .inn3-thumb {
  overflow: hidden;
  border: 1px solid #000;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-tit .inn3-thumb img {
  height: 100%;
  width: 100%;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-tit span {
  font-size: .24rem;
  display: block;
  transition: .2s;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-desc {
  max-height: 4.2rem;
  overflow: auto;
  font-size: .25rem;
  text-align: left;
  color: #000;
  line-height: .36rem;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  transition: .2s;
  width: 32vw;
  margin-left: 5vw;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-desc span {
  font-size: .45rem;
  border-bottom: 2px dashed #000;
  display: flex;
  transition: .2s;
  line-height: .8rem;
  font-weight: bold;
  letter-spacing: 5px;
  color: #000;
  align-items: baseline;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-desc span dd {
  font-weight: normal;
  letter-spacing: 0;
  font-size: .24rem;
}

.inn .inn3 .swiper-slide .inn3-item .inn3-desc::-webkit-scrollbar {
  width: 0 !important;
}

.inn .inn3 .inn3-pagination {
  font-size: 14px;
  margin-top: .25rem;
}

.inn .inn3 .inn3-pagination .swiper-pagination-bullet {
  width: .14rem;
  height: .14rem;
  opacity: 1;
  background: #eeeeee;
}

.inn .inn3 .inn3-pagination .swiper-pagination-bullet-active {
  background: #55b53d;
}

.inn .inn4 .swiper-container {
  width: 100%;
}

.inn .inn4 .swiper-container .swiper-slide {
  width: 321px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

.inn .inn4 .swiper-container .swiper-slide img {
  width: 100%;
}

.inn .inn4 .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.inn .inn4 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.inn .inn4 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #55b53d;
}