﻿.swiper-container {
  width: 100%;
  height: 100%;
}
a.btn-more{
  display: inline-block;
  background-color: #00af8e;
  color: #FFF;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
a.btn-more:hover{
  opacity: 0.8;
}
.swiper-prev,
.swiper-next{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.swiper-prev .iconfont,
.swiper-next .iconfont{
  font-size: 28px;
}
/* banner */
._banners{
  position: relative;
  background-color: #EEE;
  height: 600px;
}
._banners img{
  max-width: 100%;
}
._banners .swiper-slide.s-01,
._banners .swiper-slide.s-02,
._banners .swiper-slide.s-03{
  background: url(../image/b01.png) no-repeat center center;
  background-size: cover;
}

._banners ._container{
  display: table;
  height: 100%;
}
._banners ._container .con{
  display: table-cell;
  vertical-align: middle;
}

._banners h1{
  font-size: 48px;
  color: #118D72;
}
._banners .remark{
  font-size: 30px;
  color: #666;
  margin-top: 20px;
}
._banners .swiper-prev,
._banners .swiper-next{
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  color: #FFF;
}

._banners .swiper-prev{
  left: 5%;
}
._banners .swiper-next{
  right: 5%;
}


/* 面板 */
._panel{
  padding: 80px 0;
}
._panel--en-title{
  position: relative;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 30px;
  color: #1a1a1a;
}
._panel--en-title::before{
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #00af8e;
  border-radius: 1px;
}
._panel--zh-title{
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
  color: #1a1a1a;
}

/* 我们的优势  */

._advantage .about{
  text-align: center;
  padding: 0 80px;
  line-height: 1.5;
}
._advantage ul{
  width: 100%;
  margin-top: 50px;
}
._advantage li.item{
  position: relative;
  width: 20%;
  float: left;
  text-align: center;
  padding: 55px 0;
  box-sizing: border-box;
}


._advantage li.item .icon{
  display: inline-block;
  font-size: 54px;
  color: #1a1a1a;
}
._advantage li.item p{
  margin-top: 10px;
  font-size: 16px;
  color: #00af8e;
}
._advantage li.item:nth-child(odd){
  background-color: #00af8e;
  color: #FFF;
  overflow: hidden;
}
._advantage li.item:nth-child(even){
  background-color: #f5f5f5;
  color: #00af8e;
  overflow: hidden;
}
._advantage li.item:nth-child(odd) .icon,
._advantage li.item:nth-child(odd) p{
  color: #FFF;
}
._advantage li.item:nth-child(even) .icon{
  color: #00af8e;
}

/* 公司简介 */
._company .left{
  float: left;
  width: 600px;
  padding-right: 30px;
  box-sizing: border-box;
}
._company .right{
  float: right;
}
._company .right img{
  max-width: 100%;
}
._company .tit{
  font-size: 24px;
  font-weight: bold;
}
._company .remark{
  margin-top: 30px;
  margin-bottom: 40px;
  text-indent: 30px;
  font-size: 16px;
  line-height: 1.8;
  
}

._company ul{
  margin-top: 50px;
}
._company li{
  float: left;
  margin-right: 25px;
  text-align: center;
  font-size: 16px;
}
._company li:last-child{
  margin-right: 0;
}
._company li .v{
  color: #666;
}
._company li .num{
  color: #118d72;
  font-weight: bold;
  font-size: 47px;
}
/* 产品 */
._product {
  background: url(../image/back.png) no-repeat center center;
  background-size: cover;
}
._product .category-nar{
  background-color: #00a384;
  padding: 50px 0;
}
._product .swiper-category{
  margin-top: 40px;
}
._product li.nar{
  width: 25%;
  float: left;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  padding: 2px;
}
._product li.nar .con{
  background-color: #00af8e;
  padding: 40px 0;
  border-radius: 20px;
  cursor: pointer;
}
._product li.nar.active .con{
  position: relative;
  background-color: #69c3b2;
}
._product li.nar.active .con::before{
  content: '';
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -15px;
  border-width: 15px;
  border-color: #69c3b2 transparent  transparent;
  border-style: solid;
}
._product li.nar .con p{
  margin-top: 10px;
  font-size: 24px;
}
._product li.nar .icon{
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 50px;
  line-height: 80px;
  border: 2px solid #FFF;
  border-radius: 50%;
}
._product ._container > .con{
  padding-top: 50px;
  width: 100%;
}

._product .con .left{
  float: left;
}
._product .con .left img{
  max-width: 100%;
}
._product .con .right{
  float: right;
  width: 460px;
  margin-top: 20px;
}
._product .con .tit{
  font-size: 20px;
  color: #00af8e;
}
._product .con .remark{
  margin: 30px 0 80px 0;
  line-height: 1.7;
}

._product .display{
  position: relative;
  margin-top: 80px;
  padding-bottom: 70px;
}
._product .display li{
  width: 33.33%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 15px;
}
._product .display li .con{
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  height: 450px;
  background-color: #00af8e;
  border: 1px solid #CCC;
}
._product .display li .con img{
  max-width: 100%;
  max-height: 100%;
}
._product .display li .con .tit{
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 18px;
  color: #fff;  
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Summary{
  line-height: 25px;
  text-align: left;
  font-size: 14px;
  color: #fff;  
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._product .display li .con a{
  position: absolute;
  bottom: -15px;
  display: inline-block;
  background: #ffc24d;
  color: #FFF;
  font-size: 14px;
  padding: 9px 0;
  width: 140px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 50%;
  margin-left: -60px;
}
._product .display li .con a:hover{
  opacity: 0.8;
}
/*._product .display li .con:hover .tit{
background-color: #00af8e;
color: #FFF;
}*/
._product .swiper-prev,
._product .swiper-next{
  color: #999;
  margin-top: 0px;
}
._product .swiper-prev{
  left: -15px;
}
._product .swiper-next{
  right: -15px;
}
._product .swiper-product{
  margin-top: -10px;
}
._product .swiper-product ul{
  padding: 0 50px;
}


/* 业务模式 */
._business{
  background: url(../image/back1.png) no-repeat center center;
  background-size: cover;
}
._business ._panel--en-title::before{
  background-color: #FFF;
}
._business ._panel--en-title,
._business ._panel--zh-title{
  color: #FFF;
}
._business li{
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
}
._business li .con{
  position: relative;
  background-color: #FFF;
  text-align: center;
  padding: 10px 10px 20px 10px;
}
._business li .con img{
  width: 100%;
}
._business li .tit{
  font-size: 24px;
  padding: 20px 0;
}
._business li .remark{
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
._business li .con a{
  position: absolute;
  bottom: -15px;
  display: inline-block;
  background: #ffc24d;
  color: #FFF;
  font-size: 14px;
  padding: 9px 0;
  width: 140px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 50%;
  margin-left: -60px;
}
._business li .con a:hover{
  opacity: 0.8;
}
/* 公司介绍*/
._company .title2{
  width: 60%;margin: 40px auto;
}
._panel._company{
  padding-bottom: 300px;
}
/* 企业荣誉 */
._enterpeise {
  background: url(../image/back2.png) no-repeat center center;
  background-size: cover;
}
._enterpeise li{
  display: table;
  width: 25%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
._enterpeise li .con{
  display: table-cell;
  vertical-align: middle;
  background-color: #f7f7f7;
  padding: 20px;
  height: 180px;
  line-height: 2;
  text-align: center;
}
._enterpeise li .con:hover{
  background-color: #FFF;
}
._enterpeise li .con img{
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
/* 合作品牌 */
._cooperation ._container{
  position: relative;
}
._cooperation .swiper-cooperation ul{
  padding: 60px 70px;
}
._cooperation li{
  width: 20%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
._cooperation li .con{
  padding: 0;
  text-align: center;
  height: 180px;
  vertical-align: middle;
  display: table-cell;
}
._cooperation li .con img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
._cooperation .swiper-cooperation{
  margin-top: -80px;
}
._cooperation ._container .swiper-prev,
._cooperation ._container .swiper-next{
  color: #999;
  margin-top: 0px;
}
._cooperation ._container .swiper-prev{
  left: -10px;
}
._cooperation ._container .swiper-next{
  right: -10px;
}
._cooperation .swiper-pagination-bullet{
  color: #e6e6e6;
  width: 11px;
  height: 11px;
}
._cooperation .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 10px;
}
._cooperation .swiper-pagination-bullet-active{
  position: relative;
  top: 3.5px;
  background-color: #808080;
  width: 18px;
  height: 18px;
}
._cooperation .swiper-container-horizontal>.swiper-pagination-bullets{
}
._news{
  background: #efefef;
  background-size: cover;
  padding-bottom: 0;
}
._news .banner{
  float: left;
  width: 580px;
  height: 420px;
}
._news .banner img{
  width: 100%;
  height: 100%;
}
._news .banner .swiper-slide{
  position: relative;
}
._news .banner .tit{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  padding-left: 30px;
  color: #FFF;
}
._news .list{
  float: right;
  width: 580px;
}
._news .list li{
  background-color: #FFF;
  padding: 17px 18px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  cursor: pointer;
}
._news .list li:last-child{
  margin-bottom: 0;
}
._news .list li a> .remark,
._news .list li a> .date{
  display: none;
}
._news .list li .title{
  position: relative;
  font-size: 14px;
  color: #1a1a1a;
}
._news .list li .title>span.info{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._news .list li .title .date{
  position: absolute;
  right: 0;
  color: #b2b2b2;
  font-size: 12px;
}
._news .list li.active .info{
  color: #118D72;
  font-size: 18px;
}
._news .list li.active a> .remark,
._news .list li.active a> .date{
  display: inline-block
}
._news .list li.active .title .date{
  display: none;
}
._news .list li.active a> .date{
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 6px;
}
._news .list li.active a> .remark{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
  color: #1a1a1a;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._news .event{
  margin-top: 40px;
  text-align: center;
}
._news .swiper-pagination{
  right: 0;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  
}
._news .swiper-container-horizontal>.swiper-pagination-bullets, ._news .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 28px;
}
._news .swiper-pagination .swiper-pagination-bullet{
  background-color: #FFF;
  opacity: 1;
  width: 14px;
  height: 14px;
}
._news .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #118D72;
}
._news .con{
  margin-top: 40px;
}
@media screen and (max-width: 1440px){
  ._banners .swiper-prev{
    left: 1%;
}
._banners .swiper-next{
  right: 1%;
}
}
@media screen and (max-width: 1200px){
  
  /* 公司简介 */
  ._company{
    padding-left: 10px;
  padding-right: 10px;
}
._company .left{
  width: 50%;
  padding-right: 20px;
}
._company .right{
  width: 50%;
}
._company .tit{
  font-size: 16px;
  font-weight: bold;
}
._company .remark{
  margin-top: 20px;
  margin-bottom: 40px;
  text-indent: 30px;
  font-size: 13px;
  line-height: 1.8;
  
}

._company ul{
  margin: 30px 0;
  display: flex;
}
._company li{
  float: unset;
  flex: 1;
  margin-right: 0px;
  text-align: center;
  font-size: 12px;
}
._company li:last-child{
  margin-right: 0;
}
._company li .v{
  color: #666;
}
._company li .num{
  color: #118d72;
  font-weight: bold;
  font-size: 20px;
}
._product .category-nar{
  padding-left: 10px;
  padding-right: 10px;
}
._product .con{
  padding: 10px;
}
._product .con .left{
  width: 50%;
}
._product .con .right{
  margin-top: 0;
}
._product .con .remark{
  margin: 20px 0;
}
._product .swiper-prev,
._cooperation ._container .swiper-prev{
  left: 0px;
}
._product .swiper-next,
._cooperation ._container .swiper-next{
  right: 0px;
}
._cooperation .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 30px;
}
/* 新闻 */
._news{
  /*background: #f0f0f0 url(../imgs/news/back.png) no-repeat 47% bottom;*/
  background-size: auto 60%;
  margin-top: -50px;
}
._news .banner{
  float: unset;
  width: auto;
  height: 280px;
}
._news .banner .tit{
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 14px;
}
._news .list{
  float: unset;
  width: auto;
  margin-top: 40px;
}
._news .list li{
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 8px;
}
._news .list li .info{
  /*display: inline-block;
  white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding-right: 80px;
  box-sizing: border-box;
  width: 100%;
}
._news .list li .title .date{
  top: 50%;
  margin-top: -8px;
}
._news .list li.active a> .date{
  margin-top: 5px;
}
._news .list li.active a> .remark{
  margin-top: 10px;
  font-size: 12px;
}
._news .event{
  margin-top: 20px;
}
}
/* 移动 */
@media screen and (max-width: 950px) {
  a.btn-more{
    width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
._banners{
  height: 190px;
  text-align: center;
}
._banners h1{
  font-size: 18px;
  color: #118D72;
}
._banners .remark{
  font-size: 14px;
  margin-top: 10px;
}
._banners .swiper-pagination-bullet-active{
  background-color: #118D72;
}
/* 面板 */
._panel{
  padding: 30px 10px;
}
._panel--en-title {
  margin-bottom: 20px;
}
._panel--en-title img{
  height: 18px;
}
._panel--en-title::before{
  bottom: -10px;
  margin-left: -10px;
  width: 20px;
  height: 2px;
}
._panel--zh-title{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  color: #1a1a1a;
}
/* 公司简介 */
._company .left{
  float: unset;
  width: auto;
  padding-right: 0px;
  text-align: center;
}
._company .right{
  float: unset;
  width: auto;
  text-align: center;
}
._company .tit{
  font-size: 16px;
  font-weight: bold;
}
._company .remark{
  margin-top: 20px;
  margin-bottom: 40px;
  text-indent: 30px;
  font-size: 13px;
  line-height: 1.8;
  
}

._company ul{
  margin: 30px 0;
  display: flex;
}
._company li{
  float: unset;
  flex: 1;
  margin-right: 0px;
  text-align: center;
  font-size: 12px;
}
._company li:last-child{
  margin-right: 0;
}
._company li .v{
  color: #666;
}
._company li .num{
  color: #118d72;
  font-weight: bold;
  font-size: 20px;
}
/* 产品 */
._product .category-nar{
  background-color: #00a384;
  padding: 20px;
}
._product li.nar .con{
  padding: 20px 0;
  border-radius: 10px;
}
._product li.nar.active .con::before{
  content: '';
  position: absolute;
  bottom: -10px;
  margin-left: -5px;
  border-width: 5px;
}
._product li.nar .con p{
  margin-top: 10px;
  font-size: 14px;
}
._product li.nar .icon{
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}
._product .swiper-category{
  margin-top: 20px;
}
._product ._container > .con{
  width: auto;
  padding: 20px;
}
._product .con{
  padding: 10px;
}
._product .con .left{
  float: unset;
  width: auto;
  text-align: center;
}
._product .con .right{
  float: unset;
  width: auto;
  margin-top: 20px;
  text-align: center;
}
._product .con .tit{
  font-size: 16px;
}
._product .con .remark{
  margin: 20px 0 40px 0;
  line-height: 1.7;
  font-size: 12px;
}

._product .display{
  margin-top: 30px;
  padding-bottom: 20px;
}
._product .display li{
  width: 33.33%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 5px ;
}
._product .display li .con{
  box-sizing: border-box;
  padding-top: 15px;
  position: relative;
  height: 150px;
}
.Summary{
display:none;
}
._product .display li .con img{
  height: 80px;
}
._product .display li .con .tit{
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  right: 0;
  font-weight: normal;
}
._product .display li .con:hover .tit{
  background-color: #FFF;
  color: #1A1A1A;
}
._product .swiper-product{
  padding-bottom: 50px;
}
._product .swiper-pagination-bullet{
  background-color: #999;
  opacity: 1;
}
._product .swiper-pagination-bullet-active{
  background-color: #118D72;
}
._product .swiper-product ul{
  padding: 0;
}
/* 我们的优势  */
._advantage .about{
  text-align: center;
  padding: 0 ;
  font-size: 13px;
  line-height: 1.7;
}
._advantage ul{
  margin-top: 30px;
}
._advantage li.item{
  position: relative;
  width: 50%;
  padding: 30px 0;
  border-right: 0;
  border-bottom: 0;
}
._advantage li.item>.introduce{
display:none;
}
._advantage li.item:nth-child(1),
._advantage li.item:nth-child(4),
._advantage li.item:nth-child(5),
._advantage li.item:nth-child(8){
  background-color: #00af8e;
  color: #FFF;
}
._advantage li.item:nth-child(2),
._advantage li.item:nth-child(3),
._advantage li.item:nth-child(6),
._advantage li.item:nth-child(7){
  background-color: #f5f5f5;
  color: #00af8e;
}
._advantage li.item:nth-child(1) .icon,
._advantage li.item:nth-child(1) p,
._advantage li.item:nth-child(4) .icon,
._advantage li.item:nth-child(4) p,
._advantage li.item:nth-child(5) .icon,
._advantage li.item:nth-child(5) p,
._advantage li.item:nth-child(8) .icon,
._advantage li.item:nth-child(8) p{
  color: #FFF;
}
._advantage li.item:nth-child(2) .icon,
._advantage li.item:nth-child(3) .icon,
._advantage li.item:nth-child(6) .icon,
._advantage li.item:nth-child(7) .icon,
._advantage li.item:nth-child(2) p,
._advantage li.item:nth-child(3) p,
._advantage li.item:nth-child(6) p,
._advantage li.item:nth-child(7) p{
  color: #00af8e;
}
._advantage li.item .icon{
  font-size: 40px;
}
._advantage li.item p{
  margin-top: 10px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}


/* 业务模式 */
._business {
  padding-left: 10px;
  padding-right: 10px;
}
._business li{
  float: left;
  width: 50%;
  padding: 0px 5px 30px 5px;
}
._business li .con{
  padding: 5px 5px 30px 5px;
}
._business li .tit{
  font-size: 16px;
  padding: 10px 0;
}
._business li .remark{
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
._business li .con a{
  bottom: -12px;
  font-size: 12px;
  padding: 6px 0;
  width: 90px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 50%;
  margin-left: -45px;
}
._product .display li .con a{
 bottom: -12px;
    font-size: 12px;
    padding: 5px 0;
    width: 80px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 50%;
    margin-left: -40px;

}

/* 企业荣誉 */
._enterpeise li{
  width: 50%;
  padding: 5px;
}
._enterpeise li .con{
  padding: 10px;
  height: 120px;
}
/* 合作品牌 */
._cooperation{
  padding-bottom: 0px;
}
._cooperation li{
  padding: 0px;
}
._cooperation li .con{
  padding: 0px;
  height: 100px;
}
._cooperation .swiper-cooperation ul{
  padding: 70px 0px 30px 0;
}
._cooperation .swiper-cooperation{
}
._cooperation .swiper-pagination{
  margin-left: -2px;
}
._cooperation .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 0px;
}
._cooperation .swiper-pagination-bullet{
  width: 5px;
  height: 5px;
}
._cooperation .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 10px;
}
._cooperation .swiper-pagination-bullet-active{
  position: relative;
  top: 2px;
  background-color: #808080;
  width: 9px;
  height: 9px;
}
._news{
  margin-top: 40px;
  padding-bottom: 0;
}
._news .list{
  margin-top: 20px;
}
._company .title2{
  margin: 20px auto;
}
._panel._company{
  padding-bottom: 90px;
}

.isshowdaohang{
display:none;

}
.news-p,.news-p img{
    width: 100%;
}



}

/*优势*/
._advantage li.item>.introduce {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #ffc24d;
  color: #ffffff;
  padding: 30px;
  text-align: left;
  transform: translate(0, 360px);
  transform-origin: bottom;
  transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -webkit-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -moz-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -ms-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
  -o-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}
._advantage li.item> .introduce .tit {
  font-size: 18px;
}
._advantage li.item> .introduce .desc {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 30px;
}
._advantage li.item:nth-child(odd):hover .introduce {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);  
}
._advantage li.item:nth-child(even):hover .introduce {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);  
}
