html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2cc6d0;
  color: #2cc6d0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #2cc6d0;
  background: #2cc6d0;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #505050;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #505050;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 30px;
  font-size: 0;
  text-align: left;
}
.l-title h2 {
  font-size: 30px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 20px;
    font-weight: 400;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.banner {
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
}
.banner .l-container {
  position: relative;
}
.banner .banner-main {
  line-height: 250px;
  height: 400px;
  text-align: center;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h1 {
  font-size: 40px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.banner .banner-main p {
  font-size: 20px;
  color: #505050;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
    height: 120px;
    display: none;
  }
  .banner .l-container {
    position: relative;
    height: 100%;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 32px;
    margin-bottom: 0px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }
  .banner .banner-main h1 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .banner .banner-main p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
  }
}
.brand {
  padding-top: 0;
  padding-bottom: 0px;
  height: 100px;
  z-index: 1;
}
.brand .t-content {
  position: relative;
  top: -150px;
  border-radius: 8px;
  box-shadow: 0px 15px 40px 0px rgba(239, 240, 251, 0.7);
  z-index: 1;
}
.brand .t-content .swiper-slide .card {
  border-radius: 10px;
  font-size: 0;
  overflow: hidden;
}
.brand .t-content .swiper-slide .card img {
  width: 100%;
}
.brand .t-content .swiper-brand-prev {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -68px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.brand .t-content .swiper-brand-prev:hover {
  background: url(../images/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.brand .t-content .swiper-brand-next {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -68px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.brand .t-content .swiper-brand-next:hover {
  background: url(../images/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.brand .t-content .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
}
.brand .t-content .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s;
}
.brand .t-content .swiper-pagination-bullet-active {
  background: #2cc6d0;
}
@media (max-width: 978px) {
  .brand {
    background: #fff;
    padding-bottom: 0;
    height: auto;
  }
  .brand .l-container {
    padding: 0;
  }
  .brand .t-content {
    position: relative;
    top: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0px;
  }
  .brand .t-content .swiper-slide .card {
    transition: all 0.3s;
    border-radius: 0;
  }
  .brand .t-content .swiper-brand-prev {
    display: none;
  }
  .brand .t-content .swiper-brand-next {
    display: none;
  }
  .brand .t-content .swiper-pagination {
    bottom: 10px;
  }
}
.list {
  padding-bottom: 100px;
}
.list .l-title {
  position: relative;
}
.list .select-box {
  position: absolute;
  top: 0;
  right: 0;
}
.list .select-box input {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
  width: 300px;
  height: 36px;
  margin-bottom: 15px;
  padding-left: 45px;
  overflow: hidden;
  border: 1px solid #dcdee2;
  border-radius: 18px;
  transition: all 0.3s;
}
.list .select-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bfc2d4;
}
.list .select-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bfc2d4;
}
.list .select-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bfc2d4;
}
.list .select-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bfc2d4;
}
.list .select-box i {
  width: 16px;
  height: 16px;
  background: url(../images/search-icon.svg) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 10px;
  cursor: pointer;
}
.list .select-box span {
  position: absolute;
  left: 45px;
  top: 6px;
  height: 24px;
  background: #47d2da;
  border-radius: 10px;
  padding: 0px 25px 0 10px;
  display: none;
}
.list .select-box span s {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.list .select-box span i {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 8px;
  background: url(../images/close-icon.svg);
  background-size: 100% 100%;
}
.list .t-content {
  margin-bottom: 60px;
  width: 1200px;
}
.list .t-content ul {
  float: right;
  height: 36px;
  width: calc( 100% - 50px );
}
.list .t-content ul li {
  float: left;
  margin-right: 10px;
}
.list .t-content ul li span {
  font-size: 16px;
  display: inline-block;
  color: #505050;
  line-height: 36px;
  font-weight: 400;
  padding: 0px 15px;
  background: transparent;
  border-radius: 6px;
  transition: all 0.3s;
  border-radius: 10px;
  cursor: pointer;
}
.list .t-content ul li.active span {
  color: #47d2da;
  font-weight: 500;
  background: rgba(71, 210, 218, 0.15) !important;
}
.list .t-content ul li:hover span {
  background: #f6f8f8;
}
.list .t-content .h-list {
  margin-bottom: 23px;
  height: 26px;
}
.list .t-content .h-list > span {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 1px;
  font-weight: 400;
  float: left;
  width: 50px;
}
.list .t-content .y-list {
  margin-bottom: 23px;
  height: 26px;
}
.list .t-content .y-list > span {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  float: left;
  width: 50px;
}
.list .t-content .s-list {
  margin-bottom: 60px;
  height: 26px;
}
.list .t-content .s-list > span {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  float: left;
  width: 50px;
}
.list .b-content {
  margin-bottom: 40px;
}
.list .b-content ul li {
  float: left;
  width: calc( ( 100% - 72px ) / 3 );
  margin-right: 36px;
  background: #fff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  height: 426px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.list .b-content ul li:nth-child(3n) {
  margin-right: 0;
}
.list .b-content ul li .img-box {
  font-size: 0;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.list .b-content ul li .img-box img {
  width: 100%;
  transition: all 0.3s;
}
.list .b-content ul li .img-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.list .b-content ul li .img-box:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  top: 50%;
  background: url(../images/list-icon-01.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
  z-index: 1;
  opacity: 0;
}
.list .b-content ul li .info-box {
  padding: 20px;
  padding-bottom: 30px;
}
.list .b-content ul li .info-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.list .b-content ul li .info-box p span {
  font-size: 16px;
  color: #2cc6d0;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.list .b-content ul li .info-box .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list .b-content ul li:hover img {
  transform: scale(1.1);
}
.list .b-content ul li:hover h3 {
  color: #47d2da;
}
.list .b-content ul li:hover .img-box:after {
  background: rgba(74, 166, 181, 0.6);
}
.list .b-content ul li:hover .img-box:before {
  opacity: 1;
}
@media (max-width: 978px) {
  .list {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .list .l-container {
    position: relative;
    padding: 0 20px;
  }
  .list .l-title {
    padding-bottom: 0px;
  }
  .list .l-title h2 {
    margin-bottom: 15px;
  }
  .list .select-box {
    position: relative;
  }
  .list .select-box input {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 45px;
    overflow: hidden;
    border: 1px solid #dcdee2;
    border-radius: 18px;
    transition: all 0.3s;
  }
  .list .select-box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bfc2d4;
  }
  .list .select-box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bfc2d4;
  }
  .list .select-box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bfc2d4;
  }
  .list .select-box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bfc2d4;
  }
  .list .select-box i {
    width: 16px;
    height: 16px;
    background: url(../images/search-icon.svg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
  }
  .list .t-content.mb {
    margin-bottom: 20px;
  }
  .list .t-content.mb ul {
    float: right;
    height: 26px;
    width: calc( 100% - 50px );
    position: relative;
  }
  .list .t-content.mb ul li {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
  }
  .list .t-content.mb ul li:nth-child(3) {
    margin-right: 0;
  }
  .list .t-content.mb ul li:nth-child(3) span:after {
    display: none;
  }
  .list .t-content.mb ul li span {
    font-size: 14px;
    color: #505050;
    line-height: 18px;
    font-weight: 400;
    padding: 5px 7px;
    min-width: 60px;
    transition: all 0.3s;
    border-radius: 6px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .list .t-content.mb ul li span:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #dcdee2;
    position: absolute;
    top: 6px;
    right: -10px;
  }
  .list .t-content.mb ul li:hover span {
    color: #505050;
  }
  .list .t-content.mb ul li.active span {
    color: #47d2da;
    background: transparent;
  }
  .list .t-content.mb ul li .fold-icon {
    position: absolute;
    display: block !important;
    top: 15px;
    right: 10px;
  }
  .list .t-content.mb ul .list-click {
    padding-right: 20px;
  }
  .list .t-content.mb ul .list-click:after {
    display: none;
  }
  .list .t-content.mb ul .drowdown-box {
    display: none;
    position: absolute;
    right: 0;
    top: 115%;
    z-index: 999;
    width: 35%;
    background: #fff;
  }
  .list .t-content.mb ul .drowdown-box ul {
    width: 100%;
  }
  .list .t-content.mb ul .drowdown-box ul li {
    width: 100%;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 5px 0;
  }
  .list .t-content.mb ul .drowdown-box ul li span {
    margin-right: 0;
  }
  .list .t-content.mb ul .drowdown-box ul li:after,
  .list .t-content.mb ul .drowdown-box ul li span:after {
    display: none;
  }
  .list .t-content.mb .h-list {
    margin-bottom: 35px;
    height: 20px;
  }
  .list .t-content.mb .h-list > span {
    font-size: 14px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    float: left;
    width: 50px;
  }
  .list .t-content.mb .h-list li:nth-child(4) span:after {
    display: none;
  }
  .list .t-content.mb .y-list {
    margin-bottom: 20px;
    height: 20px;
  }
  .list .t-content.mb .y-list > span {
    font-size: 14px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0px;
    float: left;
    width: 50px;
  }
  .list .t-content.mb .y-list li:nth-child(4) span:after {
    display: none;
  }
  .list .t-content.mb .s-list {
    margin-bottom: 30px;
    height: 20px;
  }
  .list .t-content.mb .s-list > span {
    font-size: 14px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0px;
    float: left;
    width: 50px;
  }
  .list .t-content.mb .s-list li:nth-child(3) span:after {
    display: none;
  }
  .list .b-content ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-bottom: 20px;
    height: auto;
    position: relative;
  }
  .list .b-content ul li .img-box {
    font-size: 0;
    position: relative;
    overflow: hidden;
  }
  .list .b-content ul li .img-box img {
    width: 100%;
    transition: all 0.3s;
  }
  .list .b-content ul li .info-box {
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .list .b-content ul li .info-box h3 {
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    transition: all 0.3s;
  }
  .list .b-content ul li .info-box p span {
    font-size: 14px;
    color: #47d2da;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 10px 5px 0;
    border-radius: 4px;
    margin-right: 10px;
  }
  .list .b-content ul li .info-box p span.span1 {
    background: rgba(112, 207, 216, 0.2);
  }
  .list .b-content ul li .info-box p span.span2 {
    color: #136bfd;
    background: rgba(19, 107, 253, 0.2);
  }
  .list .b-content ul li .info-box p span.span3 {
    color: #ffb029;
    background: rgba(255, 176, 41, 0.2);
  }
  .list .b-content ul li .info-box p span.span4 {
    color: #6d33ff;
    background: rgba(109, 51, 255, 0.2);
  }
  .list .b-content ul li .info-box p span.span5 {
    color: #ff80b2;
    background: rgba(255, 128, 178, 0.2);
  }
  .list .b-content ul li .info-box p span.span6 {
    color: #136bfd;
    background: rgba(19, 107, 253, 0.2);
  }
  .list .b-content ul li .info-box p span.span7 {
    color: #ff2828;
    background: rgba(255, 40, 40, 0.2);
  }
  .list .b-content ul li .info-box p span.span8 {
    color: #ff6b00;
    background: rgba(255, 107, 0, 0.2);
  }
  .list .b-content ul li .info-box p span.span9 {
    color: #47d2da;
    background: rgba(71, 210, 218, 0.2);
  }
  .list .b-content ul li .info-box p span.span10 {
    color: #136bfd;
    background: rgba(19, 107, 253, 0.2);
  }
  .list .b-content ul li .info-box p span.span11 {
    color: #ffb029;
    background: rgba(255, 176, 41, 0.2);
  }
  .list .b-content ul li .info-box .time {
    -webkit-line-clamp: 2;
  }
  .list .b-content ul li:hover img {
    transform: scale(1.1);
  }
  .list .b-content ul li:hover h3 {
    color: #47d2da;
  }
  .list .l-btn {
    height: 40px;
    border: 1px solid #dcdee2;
    border-radius: 20px;
    font-size: 14px;
    color: #bcc1ca;
    font-weight: 400;
    margin-right: 0;
    margin-top: 0;
  }
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.arrow-right {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/arrow-new-blue-h.svg") center 3px no-repeat;
  margin-left: 0px;
  transition: all 0.3s;
}
.list .b-content ul li:hover .arrow-right {
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
