.aframe {
  overflow: hidden;
  padding: calc((60 / 1300) * 100%) 0 calc((20 / 1300) * 100%);
}

.aframe .list {
  overflow: hidden;
  margin-top: 10px;
}

.aframe .list .img {
  overflow: hidden;
}

.aframe .list .img img {
  width: 100%;
}

.aframe .list .txt {
  overflow: hidden;
}

.aframe .list .txt h3 {
  font-size: 26px;
  margin-bottom: calc((15 / 600) * 100%);
  color: var(--link-color-hover);
}
.aframe .list .txt h3:hover{
  color:#fff;
  background:var(--link-color-hover);
  width:138px;
  padding:5px;
}

.aframe .list .txt .content {
  color:#000;
  font-size: 15px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}
                      
@media (min-width:1px) and (max-width:991px) {
  .aframe .list .img {
    margin-bottom: 20px;
  }

  .aframe .list .txt h3 {
    font-size: 16px;
  }
}

@media (min-width:992px) {
  .aframe .list {
    display: flex;
    justify-content: space-between;
  }

  .aframe .list .img {
    width: 50%;
    margin: 0;
    padding-right: 35px;
  }

  .aframe .list .txt {
    width: 50%;
    margin: 0;
  }
}

@media (min-width:1230px) {
  .aframe .list {
    align-items: center;
  }
  
   .aframe .list .img {
    padding-right: 50px;
  }
}

.aframe1 {
  overflow: hidden;
  padding-top: calc((60 / 1300) * 100%);
}

.aframe1 .item {
  overflow: hidden;
  border-left: 1px solid #efefef;
  padding: 0 calc((30 / 1300) * 100%);
  width: calc((1 / 3) * 100%);
  position: relative;
}

.aframe1 .item:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  /*background: #d71635;*/
  position: absolute;
  left: 0;
  top: 60px;
}

.aframe1 .item .img {
  overflow: hidden;
  text-align: center;
}

.aframe1 .item .txt {
  overflow: hidden;
}

.aframe1 .item .txt h3 {
  font-size: 26px;
  padding: 15px 0;
  text-align: center;
}
.aframe1 .item .txt h3:hover{
  color:#fff;
  background:var(--link-color-hover);
}

.aframe1 .item .txt p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.aframe1 .item:last-child {
  border-right: 1px solid #efefef;
}

@media (min-width:992px) {
  .aframe1 .container {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width:1px) and (max-width:991px) {
  .aframe1 .item {
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .aframe1 .item .txt h3 {
    font-size: 18px;
  }

  .aframe1 .item .txt p {
    font-size: 14px;
  }
}

.aframe2 {
  overflow: hidden;
  margin-top: calc((60 / 1300) * 100%);
  padding-bottom: 60px;
  position: relative;
}

.service5 h2 {
 background: var(--btn-bg);
    font-size: 26px;
    color: #fff;
    line-height: 2;
    text-align: center;
}

.aframe2 .list {
  overflow: hidden;
  position: relative;
}

.aframe2 .list .swiper-slide {
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}

.aframe2 .list .swiper-slide img {
  width: 100%;
}

.aframe2 .list .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.aframe2 .list .btn:after {
  font-size: 16px;
  color: #fff;
}

.aframe2 .list .btn-prev {
  left: 0;
}

.aframe2 .list .btn-prev i {
  transform: rotate(180deg)
}

.aframe2 .list .btn-next {
  right: 0;
}

@keyframes identifier {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1);

  }
}

.aframe3 {
  overflow: hidden;
  position: relative;
  padding: calc((60 / 1300) * 100%) 0 0 0
}

.aframe3 .videopalay {
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  text-align: center;
}

.aframe3 .videopalay .videobtn {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aframe3 .videopalay .videobtn .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 74px;
  height: 74px;
  animation: identifier 6s infinite linear;
}

.aframe3 .videopalay .videobtn i {
  position: relative;
  z-index: 5;
  font-size: 30px;
  color: #fff;
}

@media (min-width:1px) and (max-width:991px) {
  .aframe3 .videopalay .videobtn {
    width: 64px;
  	height: 64px;
  }

 .aframe3 .videopalay .videobtn .bg {
      width: 64px;
  	  height: 64px;
  }
  
  .aframe3 .videopalay .videobtn i {
    font-size: 26px;
  }
}
.service5 {
  position: relative;
  background: #fff;
  padding: 90px 0
}

.service5 h3 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  line-height: 1;
  text-align: center
}

.service5 ul {
  margin: 40px -15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.service5 ul li {
  width:calc(100% / 7);
  padding: 15px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box
}

.service5 ul li .box {
  
}

.service5 ul li .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative
}

.service5 ul li .pic img:last-child{display:none;}

.service5 ul li:hover .pic img:first-child{display:none;}
.service5 ul li:hover .pic img:last-child{display:block;}             
             
.service5 ul li .pic::before {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  z-index: 10
}

.service5 ul li .pic > img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s
}

.service5 ul li .txt {
 
  text-align: center
}

.service5 ul li .txt h5 {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden
}

.service5 ul li:hover .pic:before {
  top:5px;
  left:5px;
  right:5px;
  bottom: 5px;
 
}

.service5 ul li:last-child .box {

}

.service5 ul li:last-child .t {
  border: 1px solid #f0f0f0;
  height: 100%;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.service5 ul li:last-child .t p {
  font-size: 18px;
  color: #469935;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 700
}

.service5 ul li:last-child .t p::before {
  content: "";
  background: url('../images/i1.png') no-repeat;
  width: 30px;
  height: 22px;
  display: block;
  margin: 0 auto 30px 0
}

.service5 ul li:last-child .t p::after {
  content: "";
  background: url('../images/more2.png') no-repeat;
  width: 58px;
  height: 17px;
  display: block;
  margin: 30px 0 0 auto
}

@media (max-width:992px) {
  .service5 ul {
	margin: 20px -6px 0;
   }
  .service5 ul li {
	width: calc(100% / 3);
	padding: 6px;
   }
}
                
@media (max-width:480px) {
  .service5 ul {
	margin: 20px -5px 0;
   }
  .service5 ul li {
	width: calc(100% / 2);
	padding: 5px;
   }
}

