html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1200px;
  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: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  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: 40px;
  line-height: 40px;
  padding: 0 60px;
  border: 1px solid #32ced7;
  color: #32ced7;
  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.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #585656;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #585656;
  border-color: #f3f7fd;
}
.l-btn.white {
  color: #285fff;
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.white:hover {
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #285fff;
  background: #285fff;
}
.l-btn.red:hover {
  border: 1px solid #ff3d39;
  background: #ff3d39;
}
@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="cross"][data-index="7"] {
  overflow: hidden;
  position: relative;
}
.tab[data-direction="cross"][data-index="7"] > i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/research/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0px;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
.tab[data-direction="cross"][data-index="7"] > i:hover {
  background: url(../images/research/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="7"] > i + i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/research/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: auto;
  right: 0px;
  top: 20px;
  border-radius: 50%;
}
.tab[data-direction="cross"][data-index="7"] > i + i:hover {
  background: url(../images/research/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn {
  width: 1400px;
  transition: all 0.3s;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn > li {
  width: 200px;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn.left {
  transform: translateX(-200px);
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn.right {
  transform: translateX(0);
}
.tab[data-direction="cross"][data-index="8"] {
  overflow: hidden;
  position: relative;
}
.tab[data-direction="cross"][data-index="8"] > i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/research/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0px;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
.tab[data-direction="cross"][data-index="8"] > i:hover {
  background: url(../images/research/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="8"] > i + i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/research/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: auto;
  right: 0px;
  top: 20px;
  border-radius: 50%;
}
.tab[data-direction="cross"][data-index="8"] > i + i:hover {
  background: url(../images/research/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn {
  width: 1600px;
  transition: all 0.3s;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn > li {
  width: 200px;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.left1 {
  transform: translateX(-400px);
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.left {
  transform: translateX(-200px);
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.right {
  transform: translateX(0);
}
.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%;
}
@media (max-width: 978px) {
  .tab[data-direction="cross"][data-index="7"] > i {
    display: none;
  }
  .tab[data-direction="cross"][data-index="8"] > i {
    display: none;
  }
}
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-title {
  padding-bottom: 30px;
  font-size: 0;
  text-align: center;
  text-align: left;
}
.l-title h2 {
  font-size: 28px;
  color: #000000;
  line-height: 40px;
  font-weight: 500;
}
.l-title p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}
.l-title img {
  display: inline-block;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
  }
  .l-title p {
    font-size: 14px;
    color: #585656;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
  }
}
.content {
  padding-top: 0;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/research/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(0);
}
.unfold.fold-icon {
  transform: rotateX(180deg);
}
@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;
  }
}
.more-btn {
  font-size: 16px;
  color: #585656;
  line-height: 24px;
  font-weight: 400;
  margin-top: 5px;
}
.more-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(../images/research/aaaaa.svg) center no-repeat !important;
  background-size: 100% 100%;
}
.more-btn:hover {
  color: #285fff;
}
.more-btn:hover i {
  background: url(../images/research/aaaaa-h.svg) center no-repeat !important;
  background-size: 100% 100%;
  animation: arrow 1s linear infinite;
}
@media (max-width: 978px) {
  .more-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
  }
  .more-btn i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  .more-btn:hover i {
    animation: arrow 1s linear infinite;
  }
}
.typed-cursor {
  margin-left: 5px;
  opacity: 1;
  -webkit-animation: typedjsBlink 1s;
  animation: typedjsBlink 1s;
}
@keyframes typedjsBlink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  background: url(../images/research/banner-bg.jpg) center no-repeat;
  background-size: cover;
}
.banner .l-container {
  position: relative;
}
.banner .banner-main {
  line-height: 480px;
  height: 480px;
  text-align: left;
}
.banner .banner-main .banner-topic {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 14px;
}
.banner .banner-main .banner-topic i {
  display: inline-block;
  width: 173px;
  height: 50px;
  background: #00adbb;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/research/banner-icon.png) center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.banner .banner-main .banner-topic span {
  display: inline-block;
  vertical-align: middle;
}
.banner .banner-main .banner-bottom {
  margin-top: 20px;
}
.banner .banner-main .banner-bottom i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #00adbb;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/research/notice-icon.svg) center no-repeat;
  background-size: cover;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h1 {
  font-size: 44px;
  color: #000000;
  text-align: center;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner .banner-main p {
  font-size: 16px;
  color: #585656;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 80px;
  max-width: 520px;
}
.banner .banner-main div a {
  display: inline-block;
  float: none;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
    height: 440px;
  }
  .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: 40px;
    margin-bottom: 60px;
  }
  .banner .banner-main .banner-topic {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .banner .banner-main .banner-topic span {
    display: inline-block;
    vertical-align: middle;
  }
  .banner .banner-main .banner-bottom {
    margin-top: 20px;
  }
  .banner .banner-main .banner-bottom i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #00adbb;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/notice-icon.svg) center no-repeat;
    background-size: cover;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }
  .banner .banner-main h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner .banner-main p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
  }
}
.content {
  padding-top: 60px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.brand {
  background: #fafbff;
  padding-top: 0;
  padding-bottom: 70px;
  z-index: 1;
}
.brand .t-content {
  position: relative;
  top: -120px;
  border-radius: 8px;
  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/research/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/research/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;
  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: #fff;
  width: 30px;
}
.brand .b-content {
  font-size: 0;
  text-align: center;
}
.brand .b-content h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px; padding-top:30px;
}
.brand .b-content .brand-scroll {
  overflow-x: auto;
}
.brand .b-content .brand-scroll::-webkit-scrollbar {
  display: none;
}
.brand .b-content .brand-scroll .scroll-box {
  width: 2440px;
  -webkit-animation: scroll 100s linear infinite;
  -moz-animation: scroll 100s linear infinite;
  animation: scroll 100s linear infinite;
  animation-play-state: running;
}
.brand .b-content .brand-scroll .scroll-box > img {
  width: 1200px;
  margin-right: 20px;
  display: inline-block;
}
.brand .b-content .brand-scroll .scroll-box.active {
  animation-play-state: paused;
}
.brand .b-content .img-box {
  display: inline-block;
  position: relative;
}
.brand .b-content .img-box > img {
  display: inline-block;
  width: 100%;
  max-width: 506px;
}
.brand .b-content .img-box ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
}
.brand .b-content .img-box ul li img {
  width: 100%;
  cursor: pointer;
}
.brand .b-content .img-box ul li p {
  background: ##e8eeff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  font-size: 16px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  transition: all 0.3s;
}
.brand .b-content .img-box ul li img:hover + p {
  border: 1px solid #285fff;
}
.brand .b-content .img-box ul li:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
}
.brand .b-content .img-box ul li:nth-child(1) p {
  width: 270px;
  left: calc(100% + 120px);
  top: 50%;
  transform: translateY(-50%);
}
.brand .b-content .img-box ul li:nth-child(2) {
  top: 50%;
  left: -4%;
  transform: translateX(0) translateY(-50%);
}
.brand .b-content .img-box ul li:nth-child(2) p {
  width: 240px;
  right: calc(100% + 20px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.brand .b-content .img-box ul li:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: translateX(0) translateY(-50%);
}
.brand .b-content .img-box ul li:nth-child(3) p {
  width: 305px;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
.brand .b-content .img-box ul li:nth-child(4) {
  top: 78%;
  left: 25%;
  transform: translateX(-50%) translateY(0);
}
.brand .b-content .img-box ul li:nth-child(4) p {
  width: 180px;
  right: calc(100% + 20px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.brand .b-content .img-box ul li:nth-child(5) {
  top: 78%;
  left: 75%;
  transform: translateX(-50%) translateY(0);
}
.brand .b-content .img-box ul li:nth-child(5) p {
  width: 305px;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 978px) {
  .brand {
    background: #fff;
    padding-bottom: 40px;
  }
  .brand .l-container {
    padding: 0;
  }
  .brand .t-content {
    position: relative;
    top: 0;
    box-shadow: 0px 15px 40px 0px rgba(239, 240, 251, 0.7);
    border-radius: 0;
    margin-bottom: 40px;
  }
  .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;
  }
  .brand .b-content {
    font-size: 0;
    padding: 0 20px;
  }
  .brand .b-content h3 {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
  }
  .brand .b-content img {
    width: 100%;
  }
}
.food {
  background: url(../images/food-bg.png) center no-repeat;
  background-size: cover;
}
.food .l-title h2 {
  text-align: left;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.food .t-content {
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 30px 60px 0px #f3f4fa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 55px 0;
}
.food .t-content ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.food .t-content ul li h3 {
  font-size: 50px;
  color: #285fff;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
}
.food .t-content ul li h3 s {
  text-decoration: none;
}
.food .t-content ul li h3 span {
  font-size: 30px;
  color: #285fff;
  letter-spacing: 0;
  font-weight: 700;
}
.food .t-content ul li p {
  font-size: 16px;
  color: #585656;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.food .b-content {
  background: url(../images/food-b-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.food .b-content ul li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 50px;
}
.food .b-content ul li img {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  vertical-align: middle;
}
.food .b-content ul li p {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 978px) {
  .food {
    background: url(../images/food-bg-mb.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
  }
  .food .l-title h2 {
    text-align: left;
    font-size: 28px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 500;
  }
  .food .t-content {
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0px 30px 50px 0px #f3f4fa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px 0;
  }
  .food .t-content ul {
    text-align: center;
  }
  .food .t-content ul li {
    float: none;
    display: inline-block;
    width: 30%;
    text-align: center;
  }
  .food .t-content ul li h3 {
    font-size: 32px;
    color: #285fff;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .food .t-content ul li h3 span {
    font-size: 14px;
    color: #285fff;
    letter-spacing: 0;
    font-weight: 700;
  }
  .food .t-content ul li p {
    font-size: 12px;
    color: #585656;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
  }
  .food .b-content {
    background: url(../images/food-b-bg-mb.jpg) center no-repeat;
    background-size: cover;
    padding: 30px 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  .food .b-content ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
  }
  .food .b-content ul li img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 0;
    vertical-align: middle;
  }
  .food .b-content ul li p {
    display: block;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    vertical-align: middle;
  }
}
.awards {
  background-image: linear-gradient(180deg, #f8f8fa 0%, #ffffff 59%);
}
.awards .a .l-title h2 {
  text-align: left;
}
.awards .a .l-title p {
  text-align: left;
}
.awards .a .l-body ul li {
  float: left;
  width: calc(100% / 6);
  text-align: center;
}
.awards .a .l-body ul li img {
  max-width: 104px;
  margin-bottom: 10px;
}
.awards .a .l-body ul li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.awards .a .l-body ul li p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
.awards .a .l-body .l-content-t {
  margin-bottom: 40px;
}
.awards .a .l-body .l-content-t p {
  font-size: 16px;
  color: #585656;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 978px) {
  .awards {
    padding-bottom: 0px;
  }
  .awards .a {
    padding-bottom: 10px;
    background-image: linear-gradient(180deg, #f8f8fa 0%, #ffffff 59%);
  }
  .awards .a .l-title img {
    width: 140px;
  }
  .awards .a .l-body ul li {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 30px;
  }
  .awards .a .l-body ul li img {
    max-width: 75px;
    margin-bottom: 10px;
  }
  .awards .a .l-body ul li h3 {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
  }
  .awards .a .l-body ul li p {
    font-size: 12px;
    color: #585656;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    white-space: nowrap;
    display: none;
    transform: scale(0.83) translateX(-1px);
  }
  .awards .a .l-body .l-content-t {
    margin-bottom: 30px;
  }
  .awards .a .l-body .l-content-t p {
    font-size: 14px;
    color: #585656;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.awards.active .a {
  display: none;
}
.awards.active .b {
  display: block;
}
.houette {
  background: #f8f8fa;
  padding-bottom: 100px;
}
.houette .l-title {
  max-width: 1180px;
  margin: 0 auto;
}
.houette .l-title h2 {
  text-align: left;
}
.houette .l-title p {
  text-align: left;
}
.houette .l-body {
  position: relative;
  font-size: 0;
}
.houette .l-body .l-content-t {
  margin-bottom: 30px;
  margin-bottom: 50px;
}
.houette .l-body .l-content-t p {
  font-size: 18px;
  color: #dbdaff;
  line-height: 28px;
  margin-bottom: 10px;
}
.houette .l-body img {
  max-width: 68px;
  width: 100%;
  height: 68px;
  display: inline-block;
}
.houette .l-body .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.houette .l-body .swiper-slide {
  position: relative;
}
.houette .l-body .swiper-slide .info-box {
  width: calc(100% / 7);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.houette .l-body .swiper-slide h3 {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.houette .l-body .swiper-slide p {
  margin-bottom: 40px;
  font-size: 12px;
  color: #585656;
  letter-spacing: 0;
  line-height: 18px;
  min-height: 36px;
  padding: 0 13px;
}
.houette .l-body .swiper-slide p span {
  display: block;
}
.houette .l-body .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: -100px;
  margin-top: -60px;
  background: url(../images/allow-left-new.svg);
  background-size: 100% 100%;
  z-index: 2;
  transition: all 0.3s;
}
.houette .l-body .swiper-button-prev:hover {
  background: url(../images/allow-left-new-h.svg);
  background-size: 100% 100%;
}
.houette .l-body .swiper-button-next {
  width: 60px;
  height: 60px;
  right: -100px;
  background: url(../images/allow-right-new.svg);
  background-size: 100% 100%;
  z-index: 2;
  margin-top: -60px;
  transition: all 0.3s;
}
.houette .l-body .swiper-button-next:hover {
  background: url(../images/allow-right-new-h.svg);
  background-size: 100% 100%;
}
.houette .l-body .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: -10px;
}
.houette .l-body .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 1;
}
.houette .l-body .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  background: #285fff;
  border-radius: 25px;
  opacity: 1;
}
@media (max-width: 1400px) {
  .houette .l-body .swiper-button-prev {
    display: none;
  }
  .houette .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .houette {
    background: #f8f8fa;
    padding-bottom: 60px;
  }
  .houette .l-title {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .houette .l-title img {
    width: 280px;
  }
  .houette .l-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .houette .l-body {
    position: relative;
    font-size: 0;
  }
  .houette .l-body .l-content-t {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .houette .l-body .l-content-t p {
    font-size: 14px;
    color: #dbdaff;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .houette .l-body img {
    width: 60px;
    height: 60px;
  }
  .houette .l-body .swiper-container:after {
    display: none;
  }
  .houette .l-body .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .houette .l-body .swiper-slide {
    position: relative;
  }
  .houette .l-body .swiper-slide .info-box {
    width: calc(100% / 3);
    text-align: center;
    display: inline-block;
    vertical-align: text-top;
  }
  .houette .l-body .swiper-slide h3 {
    margin-bottom: -1px;
    margin-top: 5px;
  }
  .houette .l-body .swiper-slide p {
    margin-bottom: 20px;
    padding: 0 0;
    transform: scale(0.8);
  }
  .houette .l-body .swiper-button-prev {
    display: none;
  }
  .houette .l-body .swiper-button-next {
    display: none;
  }
  .houette .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -10px;
  }
}
.authority {
  padding-bottom: 100px;
}
.authority .l-title h2 {
  text-align: left;
}
.authority .l-title p {
  text-align: left;
}
.authority .l-body {
  font-size: 0;
  display: flex;
  align-items: center;
}
.authority .l-body .info-box {
  width: calc(100% - 450px);
}
.authority .l-body .info-box p {
  font-size: 18px;
  line-height: 28px;
  color: #585656;
  margin-bottom: 40px;
}
.authority .l-body .info-box p:last-child {
  margin-bottom: 0;
}
.authority .l-body .info-box img {
  width: 100%;
}
.authority .l-body > img {
  width: 184px;
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.3s;
}
.authority .l-body > img:nth-child(2) {
  margin-right: 50px;
}
.authority .l-body > img:hover {
  transform: scale(1.8);
}
@media (max-width: 978px) {
  .authority {
    padding-bottom: 40px;
  }
  .authority .l-title img {
    width: 200px;
  }
  .authority .l-body {
    font-size: 0;
    display: block;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  .authority .l-body .info-box {
    width: 100%;
    padding-top: 30px;
    text-align: left;
  }
  .authority .l-body .info-box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .authority .l-body img {
    width: 200px;
    display: inline-block;
    margin-right: 0 !important;
  }
  .authority .l-body img:hover {
    transform: scale(1);
  }
  .authority .l-body .swiper-wrapper {
    padding-bottom: 30px;
  }
  .authority .l-body .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 0px;
    top: 50%;
    background: url(../images/research/allow-left.svg);
    background-size: 100% 100%;
  }
  .authority .l-body .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    background: url(../images/allow-right.svg);
    background-size: 100% 100%;
  }
  .authority .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 0;
  }
  .authority .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
  }
  .authority .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
    background: #285fff;
    box-shadow: 0px 30px 60px 0px #ebebeb;
    border-radius: 25px;
    opacity: 1;
  }
}
@keyframes imgshow {
  0% {
    left: 100%;
  }
  50% {
    left: 100%;
  }
  60% {
    left: 0;
  }
  90% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes imgshow1 {
  0% {
    transform: translateX(200%);
  }
  10% {
    transform: translateX(-50%);
  }
  40% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.video-box {
  background: #f8f8fa;
  padding-bottom: 60px;
}
.video-box .l-title {
  padding-bottom: 30px;
}
.video-box .l-title h2 {
  text-align: left;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  padding-bottom: 3px;
}
.video-box .l-title h2 a {
  float: right;
}
.video-box .l-title p {
  text-align: left;
}
.video-box ul {
  text-align: left;
}
.video-box ul li {
  width: calc((100% - 60px) / 4);
  float: left;
  margin-right: 20px;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #eeeef4;
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
}
.video-box ul li:nth-child(4n) {
  margin-right: 0;
}
.video-box ul li img {
  width: 100%;
  transition: all 0.3s;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.video-box ul li img:first-child {
  width: 36px;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 0;
}
.video-box ul li .info-box {
  padding: 15px 15px;
}
.video-box ul li .info-box i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 100% 100% !important;
  vertical-align: top;
  margin-top: 2px;
}
.video-box ul li .info-box h3 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 7px;
  transition: all 0.3s;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  min-height: 48px;
  -webkit-box-orient: vertical;
}
.video-box ul li .info-box p {
  font-size: 12px;
  color: #585656;
  line-height: 18px;
  margin-bottom: 15px;
}
.video-box ul li .info-box span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 100%;
  color: #285fff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  background: #f8f8fa;
  border-radius: 4px;
  transition: all 0.3s;
}
.video-box ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0px 9px 18px 0px #eff0fb;
}
.video-box ul li:hover .info-box h3 {
  color: #285fff;
}
.video-box ul li:hover .info-box span {
  background: #285fff;
  color: #fff;
}
.video-box .tab-btn {
  width: 208px;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding-top: 3px;
}
.video-box .tab-btn span {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  width: 100px;
  cursor: pointer;
}
.video-box .tab-btn span.active {
  background: #285fff;
  border-radius: 4px;
  color: #fff;
}
.video-box .tab-box {
  margin-bottom: 10px;
}
.video-box .tab-box ul:last-child {
  display: none;
}
.video-box .l-body {
  text-align: center;
}
.video-box .btn-box {
  width: 255px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  transition: all 0.3s;
  cursor: pointer;
}
.video-box .btn-box a {
  font-size: 14px;
  color: #285fff;
}
.video-box .btn-box a i {
  width: 10px;
  height: 10px;
  background: url(../images/aaaaa-h.svg) center no-repeat !important;
  background-size: 100% 100%;
}
.video-box .btn-box:hover {
  background: #ffffff;
}
.video-box .btn-box:hover a {
  color: #285fff;
}
.video-box .btn-box:hover i {
  background: url(../images/aaaaa-h.svg) center no-repeat !important;
  background-size: 100% 100%;
  animation: arrow 0s linear infinite;
}
@media (max-width: 978px) {
  .video-box {
    padding-bottom: 40px;
  }
  .video-box .l-container {
    padding: 0;
  }
  .video-box .l-title {
    padding-left: 20px;
  }
  .video-box .tab-btn {
    margin-left: 20px;
  }
  .video-box .swiper-container {
    box-shadow: none;
    border-radius: 8px;
    padding-left: 20px;
  }
  .video-box ul li {
    width: 285px;
    float: left;
    margin-right: 0;
    font-size: 0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .video-box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .video-box ul li img {
    width: 100%;
    transition: all 0.3s;
  }
  .video-box ul li img:first-child {
    width: 30px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .video-box ul li .info-box {
    padding: 15px;
    position: relative;
  }
  .video-box ul li .info-box i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 100% 100% !important;
    vertical-align: top;
    margin-top: 2px;
  }
  .video-box ul li .info-box h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
  }
  .video-box ul li .info-box h3 span {
    float: right;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    color: #585656;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .video-box ul li .info-box p {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .video-box ul li:hover {
    transform: translateY(0);
  }
  .video-box .l-btn-box {
    text-align: center;
  }
  .video-box .l-btn-box a {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .video-box .tab-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .video-box .tab-box ul:last-child {
    display: flex;
  }
  .video-box .tab-box .swiper-container:last-child {
    display: none;
  }
}
.report {
  padding-bottom: 60px;
}
.report .l-title h2 {
  text-align: left;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  padding-bottom: 3px;
}
.report .l-title h2 a {
  float: right;
}
.report .l-body {
  display: flex;
}
.report .l-body .l-content {
  width: 590px;
  font-size: 0;
  margin-right: 20px;
  overflow: hidden;
}
.report .l-body .l-content img {
  width: 100%;
  transition: all 0.3s;
}
.report .l-body .l-content:hover img {
  transform: scale(1.1);
}
.report .l-body .r-content {
  width: calc(100% - 620px);
}
.report .l-body .r-content .card {
  float: left;
  margin-right: 20px;
  font-size: 0;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #eeeef4;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 20px;
  transition: all 0.3s;
  width: calc((100% - 20px) / 2);
}
.report .l-body .r-content .card a {
  display: inline-block;
}
.report .l-body .r-content .card:last-child {
  margin-right: 0;
}
.report .l-body .r-content .card span {
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  font-size: 14px;
  width: calc(100% - 30px);
  color: #285fff;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  background: #f8f8fa;
  border-radius: 4px;
  transition: all 0.3s;
}
.report .l-body .r-content .card img {
  width: 100%;
}
.report .l-body .r-content .card h3 {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 15px 0 15px;
}
.report .l-body .r-content .card p {
  font-size: 12px;
  color: #585656;
  line-height: 18px;
  font-weight: 400;
  min-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 15px 15px 15px;
}
.report .l-body .r-content .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 9px 18px 0px #eff0fb;
}
.report .l-body .r-content .card:hover h3 {
  color: #285fff;
}
.report .l-body .r-content .card:hover span {
  background: #285fff;
  color: #fff;
}
@media (max-width: 978px) {
  .report {
    padding-bottom: 40px;
    background: #fff;
  }
  .report .l-title h2 {
    text-align: left;
  }
  .report .l-title h2 a {
    float: right;
  }
  .report .l-body {
    display: block;
  }
  .report .l-body .l-content {
    width: 100%;
    margin-bottom: 10px;
  }
  .report .l-body .r-content {
    width: 100%;
  }
  .report .l-body .r-content a {
    display: inline-block;
    width: 100%;
  }
  .report .l-body .r-content .card {
    float: left;
    margin-right: 10px;
    font-size: 0;
    width: calc((100% - 10px) / 2);
    background: transparent;
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .report .l-body .r-content .card:last-child {
    margin-right: 0;
  }
  .report .l-body .r-content .card span {
    display: inline-block;
    background: rgba(235, 183, 122, 0.15);
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 10px;
    color: #af8451;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .report .l-body .r-content .card img {
    width: 100%;
  }
  .report .l-body .r-content .card h3 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .report .l-body .r-content .card p {
    display: none;
  }
  .report .l-body .r-content .card span {
    width: 116px;
    height: 30px;
    background: #f8f8fa;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    color: #285fff;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
  }
}
.case-box {
  padding-bottom: 60px;
  background: #fcfcff;
}
.case-box .l-title h2 {
  text-align: left;
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  padding-bottom: 3px;
}
.case-box .l-title h2 a {
  float: right;
}
.case-box ul li {
  width: calc((100% - 60px) / 3);
  float: left;
  margin-right: 30px;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.case-box ul li:nth-child(3n) {
  margin-right: 0;
}
.case-box ul li img {
  width: 100%;
  transition: all 0.3s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.case-box ul li .info-box {
  padding: 20px 0px;
}
.case-box ul li .info-box h3 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-box ul li .info-box p span {
  display: inline-block;
  background: rgba(212, 58, 46, 0.15);
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 10px;
  color: #285fff;
  margin-right: 10px;
}
.case-box ul li .info-box p span.span1 {
  color: #285fff;
  background: rgba(212, 58, 46, 0.1);
}
.case-box ul li .info-box p span.span2 {
  color: #235bdb;
  background: rgba(46, 94, 211, 0.1);
}
.case-box ul li .info-box p span.span3 {
  color: #7b51e7;
  background: rgba(111, 76, 228, 0.1);
}
.case-box ul li .info-box p span.span4 {
  color: #262dad;
  background: rgba(106, 119, 246, 0.1);
}
.case-box ul li .info-box p span.span5 {
  color: #4289af;
  background: rgba(77, 137, 176, 0.1);
}
.case-box ul li a {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.case-box ul li a span {
  background: transparent;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 64px;
  transition: all 0.3s;
  right: 0;
  z-index: 1;
}
.case-box ul li a span img {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s;
  transform: translateX(-50%) translateY(-50%) scale(0);
}
.case-box ul li a:hover span {
  background: rgba(222, 0, 29, 0.3);
}
.case-box ul li a:hover span img {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.case-box ul li:hover .info-box h3 {
  text-decoration: underline;
}
@media (max-width: 978px) {
  .case-box {
    padding-bottom: 40px;
  }
  .case-box .l-title h2 {
    text-align: left;
    font-size: 28px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 500;
    position: relative;
    padding-bottom: 3px;
  }
  .case-box .l-title h2 a {
    float: right;
  }
  .case-box .l-container {
    padding: 0;
  }
  .case-box .l-title {
    padding-left: 20px;
  }
  .case-box .swiper-container {
    box-shadow: none;
    border-radius: 8px;
    padding-left: 20px;
  }
  .case-box ul li {
    width: 285px;
    float: left;
    margin-right: 0;
    font-size: 0;
    margin-bottom: 20px;
    position: relative;
    border: none;
    border-radius: 4px;
    transition: all 0.3s;
    box-shadow: none;
    border-radius: 8px;
    background: transparent;
    margin-bottom: 0;
    cursor: pointer;
  }
  .case-box ul li:nth-child(4n) {
    margin-right: 0;
  }
  .case-box ul li img {
    width: 100%;
    transition: all 0.3s;
  }
  .case-box ul li .info-box {
    padding-top: 10px;
  }
  .case-box ul li .info-box i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 100% 100% !important;
    vertical-align: top;
    margin-top: 2px;
  }
  .case-box ul li .info-box h3 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .case-box ul li:hover {
    transform: translateY(0);
    box-shadow: none;
  }
  .case-box ul li:hover .info-box h3 {
    color: #285fff;
  }
}
.logo .l-title h2 {
  text-align: left;
}
.logo .l-body img {
  width: 100%;
}
@media (max-width: 978px) {
  .logo .l-title h2 {
    text-align: left;
  }
  .logo .l-body img {
    width: 100%;
  }
}
@keyframes videoBg {
  0% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  25% {
    opacity: 0.1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
  }
  50% {
    opacity: 0.1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
  }
  100% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-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);
  }
}
