@keyframes xanima {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes yanima {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes lineanima {
  0% {
    transform: translateX(0) scaleY(1);
  }
  100% {
    transform: translateX(-100%) scaleY(-1);
  }
}
.index-area {
  position: relative;
  overflow: hidden;
  background: url(../images/yingyong_bj.jpg) no-repeat center / cover; border:0px solid #f60; padding-bottom:60px;
}
.index-area .line-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.index-area .line-img .img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/list_2_bg2.png) repeat-x center;
  animation: lineanima 8s linear infinite;
}
.index-area .line-img .i2 {
  position: absolute;
  left: 100%;
  top: 0;
}
.index-area .auto-title-block {
  --text-en-color: #ffffff;
  --text-color: #ffffff;
  padding-bottom: 20px; border:0px solid #F60; margin-top:60px;padding:0px;
}
.index-area .list {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.index-area .list .list-li {
  width: 16.666%; float:left; border:0px solid #F60; overflow:hidden; height:700px; margin-top:-200px;
}
.index-area .list .list-li:nth-child(even) .pad {
  margin-top: 10%;
}
.index-area .list .list-li:nth-child(1) .list-ani-box {
  animation-delay: 0s;
}
.index-area .list .list-li:nth-child(1) .pad {
  animation-delay: 0s;
}
.index-area .list .list-li:nth-child(2) .list-ani-box {
  animation-delay: 3s;
  animation-duration: 6s;
}
.index-area .list .list-li:nth-child(2) .pad {
  animation-delay: 5s;
  animation-duration: 6s;
}
.index-area .list .list-li:nth-child(3) .list-ani-box {
  animation-delay: 5s;
  animation-duration: 4s;
}
.index-area .list .list-li:nth-child(3) .pad {
  animation-delay: 6s;
  animation-duration: 4s;
}
.index-area .list .on .big {
  opacity: 1;
  transform: scale(1);
}
.index-area .list .pad {
  position: relative;
}
.index-area .list .pad::before {
  content: '';
  display: block;
  width: 100%;
  padding-top:100%;
}
.index-area .list .bg {
  position: absolute;
  border-radius: 50%;
  background-color:#fff;
  margin-left:-30%;
}
.index-area .list .big {
  top:90%;
  left: 35%;
  z-index: 2;
  border-radius: 50%;
  width: 100%;
  max-width:240px;
  height: 100%;
  max-height:240px;
  padding: 5% 12% 3%;
  transform: scale(0);
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s, transform 0.4s ease;
}
.index-area .list .big:hover {
  opacity: 1;
  transform: scale(1);
}
.index-area .list .title-box {
  width:160px;
  height:160px;
  padding:60px 0px 0px 0px; font-weight: bold;
  font-size:22px;
  line-height:26px; color:#555;
  
}
.index-area .list .title-box:hover + .big {
  opacity: 1;
  transform: scale(1);
}
.index-area .list .title {
  font-size: 1.5em;
  font-weight: bold;
  padding:80px 0px 0px 0px;  color:#1a55a5;
}
.index-area .list .des {
  margin-top: 1.3em;
  margin-bottom: 1.5em;
  -webkit-line-clamp: 3;color:#666;
  overflow:hidden; padding:0px; font-size:14px;
}
.index-area .list .more-box-b {
  --h: calc(var(--s)*2.5);
}
.index-area .list .more-box-b .more-box::before {
  background-color: var(--main-hover-color);
}
.index-area .list .more-box-b .more-box .self-svg {
  --size: 70%;
  margin-left: 0.4em;
}
@media (max-width: 1600px) {
  .index-area .auto-title-block {
    padding-bottom: 60px;
  }
  .index-area .list {
    padding-bottom: 20px;
    --p: 40px;
    font-size: 15px;
    line-height: 1.6em;
  }
}
@media (min-width: 1201px) {
  .index-area .list .list-li .list-ani-box {
    animation: xanima 8s cubic-bezier(0.3, 0.65, 0.72, 0.91) infinite alternate;
  }
  .index-area .list .list-li .pad {
    animation: yanima 8s cubic-bezier(0.3, 0.65, 0.72, 0.91) infinite alternate;
  }
  .index-area .list .more-box-b {
    --h: calc(var(--s)*2.5);
  }
  .index-area .list .more-box-b .more-box::before {
    background-color: var(--main-hover-color);
  }
  .index-area .list .more-box-b .more-box .self-svg {
    --size: 70%;
    margin-left: 0.4em;
  }
}
@media (max-width: 1200px) {
 .index-area .list .list-li {
  width:46%; float:left; border:0px solid #F60; overflow:hidden; margin:5% 2% 0 2%; max-height:140px; border-radius:10px; background-color:#fff;
}
  .index-area .list .list-li:nth-child(even) .pad {
    margin-top: 0; border:0px solid #F60; width:100%;
  }
  .index-area .list .bg {
  border-radius: 50%;
  background-color:#fff; width:100%;
  margin-left:0%; text-align:center; border:0px solid #F60; margin:0px auto;
}
.index-area .list .big {
  z-index: 2;
  border-radius: 50%;
  width: 100%;
  max-width:450px;
  height: 100%;
  max-height:140px;
  padding: 0% 12% 3%;
  transform: scale(0);
  flex-direction: column;
  justify-content: center; border:0px solid #F60;
  opacity: 1;
  transition: opacity 0.3s, transform 0.4s ease;
}
  .index-area .list .pad::before {
    display: none;
  }
  .index-area .list .title {
    font-size: 2.0em;
    line-height: 2.4em;
	margin-top:-50px;
  }
  .index-area .list .des {
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .index-area .list .bg {
    display: none;
    border-radius: 0.1rem;
  }
  .index-area .list .big {
    display: block;
    position: static;
    opacity: 1;
    transform: scale(1);
    padding: 0.45rem 0.25rem;
  }
}
@media (max-width: 1080px) {
 .index-area .list .list-li {
  width:46%; float:left; border:0px solid #F60; overflow:hidden; margin:5% 2% 0 2%; max-height:120px; border-radius:10px; background-color:#fff;
}
.index-area .list .list-li:nth-child(even) .pad {
  margin-top:0%;
}
.index-area .list .list-li:nth-child(1) .list-ani-box {
  animation-delay: 0s;
}
.index-area .list .list-li:nth-child(1) .pad {
  animation-delay: 0s;
}
.index-area .list .list-li:nth-child(2) .list-ani-box {
  animation-delay: 3s;
  animation-duration: 6s;
}
.index-area .list .list-li:nth-child(2) .pad {
  animation-delay: 5s;
  animation-duration: 6s;
}
.index-area .list .list-li:nth-child(3) .list-ani-box {
  animation-delay: 5s;
  animation-duration: 4s;
}
.index-area .list .list-li:nth-child(3) .pad {
  animation-delay: 6s;
  animation-duration: 4s;
}
.index-area .list .on .big {
  opacity: 1;
  transform: scale(1);
}
.index-area .list .pad {
  position: relative;
}
.index-area .list .bg {
  border-radius:0px;
  margin-left:0%;  width: 100%;
  max-width:340px; border:0px solid #f60;
  height: 100%;
  min-height:240px;
  margin:10px auto;
}

.index-area .list .big:hover {
  opacity: 1;
  transform: scale(1);
}
.index-area .list .pad::before {
  content: '';
  display: block;
  width: 100%;
  padding-top:0%;
}


.index-area .list .title {
  font-size:30px;
  font-weight:bold;
  padding:10px 0px 0px 0px;  color:#1a55a5;
}
.index-area .list .des {
  margin-top:0.8em;
  margin-bottom: 1.2em;
  padding:0px 20px; line-height:20px; font-size:14px;
  -webkit-line-clamp: 3;color:#666; border:0px solid #f60;
}
.index-area .list .more-box-b {
  --h: calc(var(--s)*2.5);
}
}
@media (max-width: 768px) {
  .index-area .list {
    --p: 0.1rem;
	padding:0px 0px 0px 0px;
  }
  .index-area .list .list-li {
  width:46%; float:left; border:0px solid #F60; overflow:hidden; margin:5% 2% 0 2%; max-height:80px; border-radius:50%;
}
.index-area .list .list-li:nth-child(even) .pad {
  margin-top:0%;
}
.index-area .list .list-li:nth-child(1) .list-ani-box {
  animation-delay: 0s;
}
.index-area .list .list-li:nth-child(1) .pad {
  animation-delay: 0s;
}
.index-area .list .list-li:nth-child(2) .list-ani-box {
  animation-delay: 3s;
  animation-duration: 6s;
}
.index-area .list .list-li:nth-child(2) .pad {
  animation-delay: 5s;
  animation-duration: 6s;
}
.index-area .list .list-li:nth-child(3) .list-ani-box {
  animation-delay: 5s;
  animation-duration: 4s;
}
.index-area .list .list-li:nth-child(3) .pad {
  animation-delay: 6s;
  animation-duration: 4s;
}
.index-area .list .on .big {
  opacity: 1;
  transform: scale(1);
}
.index-area .list .pad {
  position: relative;
}
.index-area .list .bg {
  border-radius:0px;
  margin-left:0%;  width: 100%;
  max-width:340px; border:0px solid #f60;
  height: 100%;
  min-height:340px;
  margin:10px auto;
}

.index-area .list .big:hover {
  opacity: 1;
  transform: scale(1);
}
.index-area .list .pad::before {
  content: '';
  display: block;
  width: 100%;
  padding-top:0%;
}


.index-area .list .title {
  font-size:20px;
  font-weight:normal;
  padding:10px 0px 0px 0px;  color:#1a55a5;
}
.index-area .list .des {
  margin-top:0.8em;
  margin-bottom: 1.2em;
  padding:0px 20px; line-height:20px; font-size:14px;
  -webkit-line-clamp: 3;color:#666; border:0px solid #f60;
}
.index-area .list .more-box-b {
  --h: calc(var(--s)*2.5);
}
}
