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 !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/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);
  background: url("../images/ifold-h.svg") center no-repeat;
  background-size: cover;
}
@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 #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: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.bs-btn {
  background: #2fc6d0;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.bs-btn span {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.bs-btn i {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  margin-left: 10px;
  display: block;
  overflow: hidden;
  width: 8px;
}
.bs-btn i svg {
  width: 100%;
  float: left;
}
.bs-btn i svg path {
  fill: #fff;
  opacity: 1;
}
.bs-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bs-btn:hover {
  border-color: #2cc6d0;
}
.bs-btn:hover i {
  transform: translateX(6px);
}
.bs-btn:hover svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.bs-btn:hover span {
  color: #2cc6d0;
}
.bs-btn:hover:before {
  width: 102%;
}
@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;
  }
  .bs-btn {
    background: #2fc6d0;
    border-radius: 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    float: left;
    margin: 0 auto;
  }
}
.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="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%;
}
.l-section {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.l-title {
  padding-bottom: 0.6rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.l-title p {
  text-align: center;
  color: #505050;
  font-weight: 400;
  margin-top: 0.1rem;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-weight: 400;
  }
  .l-title p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
body {
  background: #fff;
}
@media (max-width: 978px) {
  body {
    background: #fff;
  }
}
.content {
  padding-top: 70px;
}
@media (max-width: 978px) {
  padding-top: 60px;
}
.banner {
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner .banner-main {
  height: 400px;
  line-height: 400px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.banner .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  text-align: center;
  width: auto;
  position: relative;
}
.banner .banner-info h1 {
  color: #fff;
  letter-spacing: 0;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.6rem;
  margin-bottom: 20px;
}
.banner .banner-info p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  max-width: 100%;
}
.banner .btn-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner .btn-box a {
  background-image: linear-gradient(90deg, #85ced5 0%, #2fc6d0 100%);
  border-radius: 24px;
  margin-right: 0;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .banner .l-container {
    padding: 0 20px;
  }
  .banner .banner-main {
    height: auto;
    line-height: 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .banner .banner-main img {
    width: 100%;
  }
  .banner .bealters .cont {
    margin: 0 auto;
  }
  .banner .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
    padding: 60px 0 50px;
    width: 100%;
  }
  .banner .banner-info h1 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .banner .banner-info p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .banner .banner-info .btn-box {
    width: 100%;
    display: block;
    position: relative;
  }
  .banner .banner-info .btn-box a {
    background-image: linear-gradient(90deg, #85ced5 0%, #2fc6d0 100%);
    border-radius: 24px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .banner .banner-info .info-box {
    display: none;
  }
}
.what .l-body .card {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #daedef;
  border-radius: 8px;
  margin-bottom: 40px;
}
.what .l-body .card:last-child {
  margin-bottom: 0;
}
.what .l-body .card .img-box {
  width: 50%;
}
.what .l-body .card .img-box img {
  width: 100%;
}
.what .l-body .card .info-box {
  width: 50%;
  padding: 50px;
}
.what .l-body .card .info-box h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.what .l-body .card .info-box p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 978px) {
  .what .l-body .card {
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #daedef;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .what .l-body .card:last-child {
    margin-bottom: 0;
  }
  .what .l-body .card .img-box {
    width: 100%;
  }
  .what .l-body .card .img-box img {
    width: 100%;
    border-radius: 0px;
  }
  .what .l-body .card .info-box {
    width: 100%;
    padding: 30px 20px;
  }
  .what .l-body .card .info-box h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .what .l-body .card .info-box p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
}
.awards {
  background: url(../images/awards-bg.jpg) center center no-repeat;
  background-size: cover;
}
.awards .l-body {
  text-align: center;
}
.awards .l-body .info-box {
  text-align: center;
  width: 300px;
  background: url(../images/@2x.png) center top no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-top: 30px;
  display: inline-block;
  margin-right: 60px;
}
.awards .l-body .info-box:last-child {
  margin-right: 0;
}
.awards .l-body .info-box h3 {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 756px;
  display: inline-block;
}
.awards .l-body .info-box h3 span {
  display: block;
  font-size: 30px;
  color: #32ced7;
  margin-bottom: 20px;
}
.awards .l-body .info-box p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.awards .l-body .info-box p:last-child {
  margin-top: 50px;
}
@media (max-width: 978px) {
  .awards .l-body .info-box {
    text-align: center;
    width: 345px;
    background: url(../images/@2x.png) center top no-repeat;
    background-size: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .awards .l-body .info-box:last-child {
    margin-bottom: 0;
  }
}
.live {
  position: relative;
}
.live .t-content {
  position: relative;
}
.live .t-content .swiper-wrapper {
  padding-bottom: 60px;
}
.live .t-content .swiper-slide .card {
  background: #f9fbff;
  border-radius: 8px;
  background: url(../images/live-bg-01.jpg) center center no-repeat;
  background-size: cover;
  padding: 10px;
  display: flex;
}
.live .t-content .swiper-slide .card .img-box {
  width: 50%;
}
.live .t-content .swiper-slide .card .img-box img {
  width: 100%;
  border-radius: 4px;
}
.live .t-content .swiper-slide .card .info-box {
  width: 50%;
  text-align: center;
  position: relative;
}
.live .t-content .swiper-slide .card .info-box > span {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(56, 207, 217, 0.1);
  border-radius: 4px;
  font-size: 20px;
  color: #38cfd9;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 87px;
}
.live .t-content .swiper-slide .card .info-box h3 {
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
}
.live .t-content .swiper-slide .card .info-box a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translatey(-50%);
  top: 65%;
}
.live .t-content .swiper-pagination {
  width: 100%;
  left: 0;
  right: 0;
  height: 8px;
  top: auto;
  bottom: 30px;
}
.live .t-content .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s;
}
.live .t-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #32ced7;
  border-radius: 3px;
  width: 30px;
}
@media (max-width: 978px) {
  .live {
    position: relative;
  }
  .live .t-content {
    position: relative;
  }
  .live .t-content .swiper-wrapper {
    padding-bottom: 30px;
  }
  .live .t-content .swiper-slide .card {
    background: #f9fbff;
    border-radius: 8px;
    background: url(../images/live-bg-01-mb.jpg) center bottom no-repeat;
    background-size: contain;
    padding: 0px;
    display: block;
    overflow: hidden;
  }
  .live .t-content .swiper-slide .card .img-box {
    width: 100%;
  }
  .live .t-content .swiper-slide .card .img-box img {
    width: 100%;
    border-radius: 0px;
  }
  .live .t-content .swiper-slide .card .info-box {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 90px;
  }
  .live .t-content .swiper-slide .card .info-box > span {
    display: inline-block;
    padding: 5px 12px;
    background: rgba(56, 207, 217, 0.1);
    border-radius: 4px;
    font-size: 16px;
    color: #38cfd9;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .live .t-content .swiper-slide .card .info-box h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
  }
  .live .t-content .swiper-slide .card .info-box a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translatey(-50%);
    top: 70%;
  }
  .live .t-content .swiper-pagination {
    width: 100%;
    left: 0;
    right: 0;
    height: 8px;
    top: auto;
    bottom: 0px;
  }
  .live .t-content .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 30px;
    height: 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.3s;
  }
  .live .t-content .swiper-pagination .swiper-pagination-bullet-active {
    background: #32ced7;
    border-radius: 3px;
    width: 30px;
  }
}
.zhidu {
  background: #f7f7f7;
}
.zhidu .l-body ul li {
  float: left;
  background: #ffffff;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(( 100% - 20px ) / 2 );
  padding: 20px 30px;
}
.zhidu .l-body ul li:nth-child(even) {
  margin-right: 0;
}
.zhidu .l-body ul li:nth-child(7),
.zhidu .l-body ul li:nth-child(8) {
  margin-bottom: 0;
}
.zhidu .l-body ul li a {
  display: inline-block;
  width: 100%;
}
.zhidu .l-body ul li i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/zhidu.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 20px;
}
.zhidu .l-body ul li span {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.zhidu .l-body ul li:hover span {
  color: #32ced7;
}
@media (max-width: 978px) {
  .zhidu {
    background: #f7f7f7;
  }
  .zhidu .l-body ul li {
    float: left;
    background: #ffffff;
    border-radius: 8px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    padding: 15px 20px;
  }
  .zhidu .l-body ul li:nth-child(even) {
    margin-right: 0;
  }
  .zhidu .l-body ul li:nth-child(7),
  .zhidu .l-body ul li:nth-child(8) {
    margin-bottom: 0;
  }
  .zhidu .l-body ul li:nth-child(7) {
    margin-bottom: 10px;
  }
  .zhidu .l-body ul li a {
    display: inline-block;
    width: 100%;
  }
  .zhidu .l-body ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/zhidu.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 15px;
  }
  .zhidu .l-body ul li span {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
  }
  .zhidu .l-body ul li:hover span {
    color: #32ced7;
  }
}
.case {
  padding-bottom: 120px;
}
.case .l-body {
  display: flex;
}
.case .l-body .l-content {
  width: calc(( 100% - 17px ) / 1.01 );
  margin-right: 17px;
}
.case .l-body .r-content {
  width: calc(( 100% - 17px ) / 2 );
}
.case .l-body .r-content a + a {
  margin-top: 20px;
}
.case .l-body a {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
.case .l-body a:hover img {
  transform: scale(1.1);
}
.case .l-body img {
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 978px) {
  .case {
    padding-bottom: 30px;
  }
  .case .l-body {
    display: block;
  }
  .case .l-body .l-content {
    width: 100%;
    margin-right: 0px;
  }
  .case .l-body .l-content a img {
    font-size: 0;
    margin-bottom: 5px;
  }
  .case .l-body .r-content {
    width: 100%;
    display: flex;
  }
  .case .l-body .r-content a + a {
    margin-top: 0px;
  }
  .case .l-body .r-content a {
    width: calc(( 100% - 10px ) /  2 );
    margin-right: 10px;
    margin-top: 0px;
  }
  .case .l-body .r-content a:last-child {
    margin-right: 0;
  }
  .case .l-body a {
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
  }
  .case .l-body a:hover img {
    transform: scale(1.1);
  }
  .case .l-body img {
    width: 100%;
    transition: all 0.3s;
  }
}
