.top-banner .tab-list-wrap {
  height: 80px!important;
}
.top-banner .indexLink {
  padding-bottom: 560px!important;
  background-size: cover!important;
}
@media only screen and (max-width: 1920px) and (min-width: 1200px) {
  .top-banner .indexLink {
    background-position-x: calc(50vw - 960px);
  }
}
@media only screen and (max-width: 1200px) {
  .top-banner .indexLink {
    background-position-x: -340px;
  }
}
.header-bottom-line::after {
  height: 0 !important;
}
@media only screen and (min-width: 768px) {
  .top-banner-phone,
  .main-business-phone,
  .case-wrap-phone,
  .partners-wrap-phone,
  .insight-wrap-phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner,
  .insight-wrap,
  .main-business-pc,
  .case-wrap-pc,
  .partners-wrap {
    display: none !important;
  }
  .top-banner {
    display: none;
  }
}
@media only screen and (min-width: 1241px) {
  .insight-wrap {
    padding-bottom: 160px;
    background-color: #F6F8FC;
  }
  .insight-wrap .insight-title {
    display: flex;
    justify-content: center;
  }
  .insight-wrap .insight-title img {
    margin: 80px auto 70px;
  }
  .insight-wrap .insight-content {
    display: flex;
    justify-content: center;
  }
  .insight-wrap .insight-content #content-box {
    overflow: hidden;
    text-overflow: clip;
  }
  .insight-wrap .insight-content .insight-top {
    display: flex;
    flex-direction: row-reverse;
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-top:hover .insight-top-left {
    transform: scale(1.1);
  }
  .insight-wrap .insight-content .insight-top:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-top:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-top .insight-top-left {
    width: 640px;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background-size: 100% 100%;
    margin-right: 120px;
    transition: 1s;
  }
  .insight-wrap .insight-content .insight-top .insight-top-right {
    flex: 1;
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-top .insight-top-right:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-top .insight-top-right:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-middle {
    display: flex;
    margin: 120px 0 120px;
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-middle:hover .insight-middle-right {
    transform: scale(1.1);
  }
  .insight-wrap .insight-content .insight-middle:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-middle:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-middle-right {
    width: 640px;
    height: 300px;
    flex-shrink: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    background-size: 100% 100%;
    margin-left: 120px;
    transition: 1s;
  }
  .insight-wrap .insight-content .insight-middle-left {
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-middle-left:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-middle-left:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-middle .insight-middle-left:hover + .insight-middle-right {
    transform: scale(1.1);
  }
  .insight-wrap .insight-content .insight-bottom {
    height: 544px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: 1s;
  }
  .insight-wrap .insight-content .insight-bottom:hover {
    background-size: 110% 110%;
  }
  .insight-wrap .insight-content .insight-bottom:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-bottom:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-bottom .mirr {
    z-index: 5;
    width: 100%;
    height: 100%;
    /* 主要内容 */
    background: rgba(255, 255, 255, 0.1);
    /* 模糊大小就是靠的blur这个函数中的数值大小 */
    backdrop-filter: blur(1px);
  }
  .insight-wrap .insight-content .insight-bottom .left-box {
    box-sizing: border-box;
    padding: 70px 60px 0 60px;
    position: absolute;
    top: 46px;
    left: 0;
    width: 512px;
    height: 452px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-bottom .left-box:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-bottom .left-box:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-title {
    font-size: 28px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #34343A;
    line-height: 40px;
    margin-bottom: 15px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .insight-wrap .insight-content .insight-desc {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #6F7A92;
    line-height: 27px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
  }
  .insight-wrap .insight-content .insight-arrow {
    width: 45px;
    height: 22px;
    background-image: url(../images/index/pc/arrow-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .insight-wrap .insight-button-more {
    margin: 60px auto 0;
    text-align: center;
    line-height: 42px;
    width: 160px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6EBF4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #4A7BEE;
    border-radius: 4px;
    cursor: pointer;
  }
  .insight-wrap .insight-button-more .arrow {
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-color: #4A7BEE;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin-left: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .insight-wrap {
    padding-bottom: 160px;
    background-color: #F6F8FC;
  }
  .insight-wrap .insight-title {
    display: flex;
    justify-content: center;
  }
  .insight-wrap .insight-title img {
    margin: 80px auto 70px;
  }
  .insight-wrap .insight-content {
    display: flex;
    justify-content: center;
  }
  .insight-wrap .insight-content #content-box {
    overflow: hidden;
    text-overflow: clip;
  }
  .insight-wrap .insight-content .insight-top {
    display: flex;
    flex-direction: row-reverse;
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-top:hover .insight-top-left {
    transform: scale(1.1);
  }
  .insight-wrap .insight-content .insight-top:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-top:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-top .insight-top-left {
    width: calc(100vw / 1240 * 640);
    height: calc(100vw / 1240 * 300);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background-size: 100% 100%;
    margin-right: calc(100vw / 1240 * 120);
    transition: 1s;
  }
  .insight-wrap .insight-content .insight-top .insight-top-right {
    flex: 1;
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-top .insight-top-right:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-top .insight-top-right:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-top .insight-top-right:hover + .insight-top-left {
    transform: scale(1.1);
  }
  .insight-wrap .insight-content .insight-middle {
    display: flex;
    margin: calc(100vw / 1240 * 120) 0 calc(100vw / 1240 * 120);
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-middle:hover .insight-middle-right {
    transform: scale(1.1);
  }
  .insight-wrap .insight-content .insight-middle:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-middle:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-middle-right {
    width: calc(100vw / 1240 * 640);
    height: calc(100vw / 1240 * 300);
    flex-shrink: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    background-size: 100% 100%;
    margin-left: calc(100vw / 1240 * 120);
    transition: 1s;
  }
  .insight-wrap .insight-content .insight-middle-left {
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-middle-left:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-middle-left:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-middle .insight-middle-left:hover + .insight-middle-right {
    transform: scale(1.1);
  }
  .insight-wrap .insight-content .insight-bottom {
    height: calc(100vw / 1240 * 544);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: 1s;
  }
  .insight-wrap .insight-content .insight-bottom:hover {
    background-size: 110% 110%;
  }
  .insight-wrap .insight-content .insight-bottom:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-bottom:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-bottom .mirr {
    z-index: 5;
    width: 100%;
    height: 100%;
    /* 主要内容 */
    background: rgba(255, 255, 255, 0.1);
    /* 模糊大小就是靠的blur这个函数中的数值大小 */
    backdrop-filter: blur(1px);
  }
  .insight-wrap .insight-content .insight-bottom .left-box {
    box-sizing: border-box;
    padding: calc(100vw / 1240 * 70) calc(100vw / 1240 * 60) 0 calc(100vw / 1240 * 60);
    position: absolute;
    top: calc(100vw / 1240 * 46);
    left: 0;
    width: calc(100vw / 1240 * 512);
    height: calc(100vw / 1240 * 452);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    cursor: pointer;
  }
  .insight-wrap .insight-content .insight-bottom .left-box:hover .insight-title {
    color: #2072E3;
  }
  .insight-wrap .insight-content .insight-bottom .left-box:hover .insight-arrow {
    background-image: url(../images/index/pc/arrow-right-hover.png) !important;
  }
  .insight-wrap .insight-content .insight-title {
    font-size: calc(100vw / 1240 * 28);
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #34343A;
    line-height: calc(100vw / 1240 * 40);
    margin-bottom: calc(100vw / 1240 * 15);
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .insight-wrap .insight-content .insight-desc {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #6F7A92;
    line-height: 27px;
    margin-bottom: calc(100vw / 1240 * 25);
    max-height: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
  }
  .insight-wrap .insight-content .insight-arrow {
    width: 45px;
    height: 22px;
    background-image: url(../images/index/pc/arrow-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .insight-wrap .insight-button-more {
    margin: 60px auto 0;
    text-align: center;
    line-height: 42px;
    width: 160px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6EBF4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #4A7BEE;
    cursor: pointer;
    border-radius: 4px;
  }
  .insight-wrap .insight-button-more .arrow {
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-color: #4A7BEE;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    margin-left: 4px;
  }
}
.top-banner {
  position: relative;
}
.top-banner .swiper-container {
  background: #ecf3ff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-banner .indexLinkWrap {
  width: 100%;
  max-width: 1920px!important;
  margin-left: 50%;
  transform: translateX(-50%);
}
.top-banner .swiper-container .indexLink {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 29.16%;
  min-width: 767px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 1920px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.top-banner .tab-list-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100vw / 1920 * 80);
  max-height: 100px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  z-index: 10;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
}
.top-banner .tab-list {
  display: flex;
  justify-content: space-between;
}
.top-banner .tab-list .tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.top-banner .tab-list .tab .tab-title {
  max-height: 100px;
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #3A3A3F;
  margin-bottom: calc(100vw / 1920 * 9);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.top-banner .tab-list .tab .tab-slogen {
  font-size: 14px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #6F7A92;
  line-height: 20px;
}
.top-banner .tab-list .active-tab {
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(2px);
}
.top-banner .tab-list .active-tab .tab-title {
  color: #2072E3 !important;
}
.partners-wrap {
  position: relative;
}
.partners-wrap .partners-title {
  margin: 100px auto 62px;
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-family: DOUYUFont;
  color: #3A3A3F;
}
.partners-wrap .partners-swiper-container-wrap {
  position: relative;
  margin-bottom: 130px;
}
.partners-wrap .partners-swiper-container-wrap .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;
}
.partners-wrap .partners-swiper-container-wrap .partners-swiper-container {
  width: 100%;
  height: 27vw;
}
.partners-wrap .partners-swiper-container-wrap .partners-swiper-container .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.partners-wrap .partners-swiper-container-wrap .partners-swiper-container .swiper-slide {
  width: 100%;
}
.partners-wrap .partners-swiper-container-wrap .partners-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.partners-wrap .partners-swiper-container-wrap .mask-left {
  height: 30vw;
  width: 31.25vw;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  top: -2vw;
  z-index: 2;
}
.partners-wrap .partners-swiper-container-wrap .mask-right {
  height: 30vw;
  width: 31.25vw;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: -2vw;
  z-index: 2;
}
.main-business-pc .main-business-title {
  display: flex;
  justify-content: center;
  margin: 90px auto 56px;
}
.main-business-pc .main-business-title img {
  width: 176px;
  height: 33px;
}
.main-business-pc .business-box-wrap {
  display: flex;
  justify-content: center;
}
.main-business-pc .business-box-wrap .business-box {
  position: relative;
  display: flex;
  cursor: pointer;
}
.main-business-pc .business-box-wrap .business-box::after {
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -29px;
  content: '';
  background: #F0F2F7;
}
.main-business-pc .business-box-wrap .business-box .active-line {
  position: absolute;
  height: 3px;
  width: 16.66%;
  left: 0;
  bottom: -29px;
  content: '';
  background: #2B83F0 !important;
  transition: 0.3s;
}
.main-business-pc .business-box-wrap .business-box-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.main-business-pc .business-box-wrap .business-box-item img {
  max-width: 100%;
}
.main-business-pc .business-box-wrap .business-box-item .business-title {
  font-size: 18px;
  margin-top: 25px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
}
.main-business-pc .business-box-wrap .business-box-item::after {
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -29px;
  content: '';
  background: #F0F2F7;
}
.main-business-pc .business-box-wrap .business-box .active-business .business-title {
  color: #2072E3;
}
.main-business-pc .business-content {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .main-business-pc .business-content img {
    display: none;
  }
}
@media only screen and (max-width: 1376px) {
  .main-business-pc .business-content img {
    width: calc(100vw / 1376 * 550) !important;
    margin-left: 87px;
    margin-left: calc(100vw / 1376 * 88) !important;
  }
}
.main-business-pc .business-content img {
  width: 550px;
  margin-left: 87px;
}
.main-business-pc .business-content .business-content-box-shadow {
  box-shadow: 0px 10px 40px 0px rgba(145, 163, 190, 0.12), 0px -1px 6px 0px rgba(145, 163, 190, 0.03);
}
@media only screen and (max-width: 1376px) {
  .main-business-pc .business-content .business-content-box {
    margin-right: calc(100vw / 1376 * 88) !important;
  }
}
.main-business-pc .business-content .business-content-box {
  margin-right: 88px;
  width: 547px;
  height: 294px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 33px 42px 38px 36px;
}
.main-business-pc .business-content .business-content-box .business-content-title {
  font-size: 25px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #3A3A3F;
  line-height: 36px;
  margin-bottom: 13px;
}
.main-business-pc .business-content .business-content-box .business-content-desc {
  font-size: 17px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #6F7A92;
  line-height: 26px;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main-business-pc .business-content .business-content-box .business-content-btn {
  width: 127px;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #2B83F0;
  color: #2072E3;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  font-size: 14px;
}
.main-business-pc .business-swiper-container {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 100px;
}
.main-business-pc .swiper-container .business-content {
  display: block;
  max-width: 1376px;
  margin: 0 auto;
  background: #fff;
}
.main-business-pc .swiper-container .swiper-b-next {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 30%;
  right: 0px;
  margin-top: -30px;
  z-index: 5;
  cursor: pointer;
}
.main-business-pc .swiper-container .swiper-b-next i {
  margin-left: auto;
  margin-top: 31px;
  display: block;
  width: 18px;
  height: 36px;
  background: url(../images/index/pc/big-arrow2.png) no-repeat;
  background-size: 100% 100%;
}
.main-business-pc .swiper-container .swiper-b-prev {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 30%;
  left: 0px;
  margin-top: -30px;
  z-index: 5;
  cursor: pointer;
}
.main-business-pc .swiper-container .swiper-b-prev i {
  margin-right: auto;
  margin-top: 31px;
  display: block;
  width: 18px;
  height: 36px;
  background: url(../images/index/pc/big-arrow.png) no-repeat;
  background-size: 100%;
}
.case-wrap-pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F6F8FC;
}
.case-wrap-pc .case-title {
  max-width: 177px;
}
.case-wrap-pc .case-title img {
  width: 100%;
  margin: 90px auto 70px;
}
.case-wrap-pc .case-box {
  margin-bottom: 120px !important;
  max-height: 531px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.case-wrap-pc .case-box .case-left,
.case-wrap-pc .case-box .case-middle {
  margin-right: 20px;
}
.case-wrap-pc .case-box .case-left,
.case-wrap-pc .case-box .case-middle,
.case-wrap-pc .case-box .case-right {
  width: calc(100vw / 1200 * 370);
  max-width: 386px;
}
.case-wrap-pc .case-box .case-left img,
.case-wrap-pc .case-box .case-middle img,
.case-wrap-pc .case-box .case-right img {
  width: 100%;
  border-radius: 8px;
}
.case-wrap-pc .case-box .case-left {
  height: 100%;
}
.case-wrap-pc .case-box .case-left img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.case-wrap-pc .case-box .case-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-wrap-pc .case-box .case-middle-top {
  flex: 1;
  margin-bottom: 20px;
  height: calc(100vw / 1200 * 255);
  max-height: 255px;
}
.case-wrap-pc .case-box .case-middle-bottom {
  flex: 1;
}
.case-wrap-pc .case-box .case-middle img {
  width: 100%;
  height: 100%;
}
.case-wrap-pc .case-box .case-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-wrap-pc .case-box .case-right-top {
  flex: 1;
  margin-bottom: 20px;
  height: calc(100vw / 1200 * 255);
  max-height: 255px;
}
.case-wrap-pc .case-box .case-right-bottom {
  flex: 1;
}
.case-wrap-pc .case-box .case-right img {
  width: 100%;
  height: 100%;
}
.case-wrap-pc .case-box .case-left,
.case-wrap-pc .case-box .case-middle-top,
.case-wrap-pc .case-box .case-middle-bottom,
.case-wrap-pc .case-box .case-right-top,
.case-wrap-pc .case-box .case-right-bottom {
  position: relative;
}
.case-wrap-pc .case-box .case-left:hover .case-mask,
.case-wrap-pc .case-box .case-middle-top:hover .case-mask,
.case-wrap-pc .case-box .case-middle-bottom:hover .case-mask,
.case-wrap-pc .case-box .case-right-top:hover .case-mask,
.case-wrap-pc .case-box .case-right-bottom:hover .case-mask {
  opacity: 0.8;
}
.case-wrap-pc .case-box .case-left:hover .case-mask-zero,
.case-wrap-pc .case-box .case-middle-top:hover .case-mask-zero,
.case-wrap-pc .case-box .case-middle-bottom:hover .case-mask-zero,
.case-wrap-pc .case-box .case-right-top:hover .case-mask-zero,
.case-wrap-pc .case-box .case-right-bottom:hover .case-mask-zero {
  opacity: 0.8;
}
.case-wrap-pc .case-box .case-logo-wrap {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 0  0 40px 0;
}
.case-wrap-pc .case-box .case-logo-wrap .case-logo-icon {
  padding: 5px 20px 5px 10px;
}
.case-wrap-pc .case-box .case-logo-wrap .case-logo-text {
  font-size: 13px;
  font-family: DOUYUFont;
  color: #3A3A3F;
  padding: 17px 20px 11px 10px;
}
.case-wrap-pc .case-box .case-mask {
  z-index: 20;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
  opacity: 0;
  transition: 0.8s;
  overflow: hidden;
}
.case-wrap-pc .case-box .case-mask .case-mask-text {
  height: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin: 9% 9% 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.case-wrap-pc .case-box .case-mask .case-mask-tab {
  position: absolute;
  top: 65%;
  display: inline-block;
  color: #fff;
  margin: 9%;
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.case-wrap-pc .case-box .case-mask-zero {
  z-index: 20;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
  opacity: 0;
  transition: 0.8s;
  overflow: hidden;
}
.case-wrap-pc .case-box .case-mask-zero .case-mask-text {
  height: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin: 40% 9% 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.case-wrap-pc .case-box .case-mask-zero .case-mask-tab {
  position: absolute;
  top: 65%;
  display: inline-block;
  color: #fff;
  margin: 9%;
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .case-wrap-pc .case-box .case-left,
  .case-wrap-pc .case-box .case-middle {
    margin-right: calc(100vw / 1240 * 20);
  }
  .case-wrap-pc .case-box .case-middle-top,
  .case-wrap-pc .case-box .case-right-top {
    margin-bottom: calc(100vw / 1240 * 20);
  }
}
.top-banner-phone {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.top-banner-phone .swiper-pagination-bullets {
  bottom: 3px;
}
.top-banner-phone .swiper-pagination-bullet {
  width: 5px;
  height: 4px;
  border-radius: 0 !important;
}
.top-banner-phone .swiper-pagination-bullet-active {
  width: 11px;
}
.top-banner-phone .swiper-container {
  position: relative;
  width: 100vw;
  height: 60vw;
}
.top-banner-phone .swiper-slide {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}
.top-banner-phone .swiper-slide a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top-banner-phone .tab-list-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 13vw;
  display: flex;
  justify-content: center;
  z-index: 10;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
}
.top-banner-phone .tab-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top-banner-phone .tab-list .tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.top-banner-phone .tab-list .tab .tab-title {
  max-height: 100px;
  font-size: calc(100vw / 767 * 24);
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #3A3A3F;
  line-height: 25px;
  margin-bottom: calc(100vw / 1920 * 9);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.top-banner-phone .tab-list .tab .tab-slogen {
  font-size: 14px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #6F7A92;
  line-height: 20px;
}
.top-banner-phone .tab-list .active-tab {
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(2px);
}
.top-banner-phone .tab-list .active-tab .tab-title {
  color: #2072E3 !important;
}
.main-business-phone {
  margin-bottom: 0.9rem;
}
.main-business-phone .main-business-title {
  display: flex;
  justify-content: center;
  margin: 0.9rem auto 0.56rem;
}
.main-business-phone .main-business-title img {
  width: 2.08rem;
}
.main-business-phone .business-box-wrap {
  display: flex;
  justify-content: center;
}
.main-business-phone .business-box-wrap .business-box {
  position: relative;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.main-business-phone .business-box-wrap .business-box::after {
  position: absolute;
  height: 1px;
  bottom: 0px;
  content: '';
  background: #F0F2F7;
}
.main-business-phone .business-box-wrap .business-box .active-line {
  position: absolute;
  height: 3px;
  width: 2.07rem;
  left: 0;
  bottom: 0;
  content: '';
  background: #2B83F0 !important;
  transition: 0.3s;
}
.main-business-phone .business-box-wrap .business-box::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.main-business-phone .business-box-wrap .business-box-item {
  width: 2.07rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 10px;
}
.main-business-phone .business-box-wrap .business-box-item .business-icon {
  width: 13.3333vw;
  margin: 0 auto;
}
.main-business-phone .business-box-wrap .business-box-item .business-title {
  font-family: AlibabaPuHuiTi_2_65_Medium;
  margin-top: 0.25rem;
  font-size: 0.25rem;
  white-space: nowrap;
  text-align: center;
}
.main-business-phone .business-box-wrap .business-box .active-business .business-title {
  color: #2072E3;
}
.main-business-phone .business-box-wrap .business-box .active-business::after {
  height: 3px !important;
  background: #2B83F0 !important;
}
.main-business-phone .business-content-wrap {
  background: #fcfdfd;
  box-shadow: 0px 13px 50px 0px rgba(145, 163, 190, 0.12), 0px -1px 7px 0px rgba(145, 163, 190, 0.06);
}
.main-business-phone .business-content {
  height: 4.72rem;
  margin: 0.6rem 0.32rem 0;
  background: #FFFFFF;
  box-shadow: 0px 13px 50px 0px rgba(145, 163, 190, 0.12), 0px -1px 7px 0px rgba(145, 163, 190, 0.06);
  border-radius: 10px;
  padding: 0 0.34rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-business-phone .business-content-title {
  font-size: 0.34rem;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  margin-top: 0.38rem;
  margin-bottom: 0.16rem;
}
.main-business-phone .business-content-desc {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #6F7A92;
}
.main-business-phone .business-content-content {
  width: 6.18rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 0.02rem solid #2B83F0;
  font-size: 0.26rem;
  color: #2072E3;
  margin-bottom: 0.63rem;
}
.case-wrap-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #Fff;
}
.case-wrap-phone .case-title {
  width: 2.06rem;
  margin-bottom: 0.82rem;
}
.case-wrap-phone .case-title img {
  width: 100%;
}
.case-wrap-phone .case-box {
  display: flex;
  margin: 0 0.32rem;
}
.case-wrap-phone .case-box .case-left {
  margin-right: 0.2rem;
}
.case-wrap-phone .case-box .case-left img,
.case-wrap-phone .case-box .case-right img {
  width: 100%;
}
.case-wrap-phone .case-box .case-left {
  height: 100%;
}
.case-wrap-phone .case-box .case-left-top {
  width: 3.34rem;
  height: 4.6rem;
  margin-bottom: 0.19rem;
}
.case-wrap-phone .case-box .case-left-bottom {
  width: 3.33rem;
  height: 2.2rem;
}
.case-wrap-phone .case-box .case-left img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
.case-wrap-phone .case-box .case-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-wrap-phone .case-box .case-right-top,
.case-wrap-phone .case-box .case-right-middle,
.case-wrap-phone .case-box .case-right-bottom {
  width: 3.33rem;
  height: 2.2rem;
}
.case-wrap-phone .case-box .case-right-top,
.case-wrap-phone .case-box .case-right-middle {
  margin-bottom: 0.19rem;
}
.case-wrap-phone .case-box .case-right img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .case-wrap-phone .case-box .case-left,
  .case-wrap-phone .case-box .case-middle {
    margin-right: calc(100vw / 1240 * 20);
  }
  .case-wrap-phone .case-box .case-middle-top,
  .case-wrap-phone .case-box .case-right-top {
    margin-bottom: calc(100vw / 1240 * 20);
  }
}
.case-wrap-phone .case-box .case-left-top,
.case-wrap-phone .case-box .case-left-bottom,
.case-wrap-phone .case-box .case-right-top,
.case-wrap-phone .case-box .case-right-middle,
.case-wrap-phone .case-box .case-right-bottom {
  position: relative;
}
.case-wrap-phone .case-box .case-left-top .case-logo-wrap,
.case-wrap-phone .case-box .case-left-bottom .case-logo-wrap,
.case-wrap-phone .case-box .case-right-top .case-logo-wrap,
.case-wrap-phone .case-box .case-right-middle .case-logo-wrap,
.case-wrap-phone .case-box .case-right-bottom .case-logo-wrap {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 0.3rem 0;
}
.case-wrap-phone .case-box .case-left-top .case-logo-wrap .case-logo-icon,
.case-wrap-phone .case-box .case-left-bottom .case-logo-wrap .case-logo-icon,
.case-wrap-phone .case-box .case-right-top .case-logo-wrap .case-logo-icon,
.case-wrap-phone .case-box .case-right-middle .case-logo-wrap .case-logo-icon,
.case-wrap-phone .case-box .case-right-bottom .case-logo-wrap .case-logo-icon {
  height: 0.39rem;
  padding: 0.1rem 0.15rem 0.05rem;
}
.case-wrap-phone .case-box .case-left-top .case-logo-wrap .case-logo-text,
.case-wrap-phone .case-box .case-left-bottom .case-logo-wrap .case-logo-text,
.case-wrap-phone .case-box .case-right-top .case-logo-wrap .case-logo-text,
.case-wrap-phone .case-box .case-right-middle .case-logo-wrap .case-logo-text,
.case-wrap-phone .case-box .case-right-bottom .case-logo-wrap .case-logo-text {
  font-size: 0.12rem;
  font-family: DOUYUFont;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  color: #3A3A3F;
  padding: 0.05rem 0.15rem 0.05rem;
  display: flex;
  align-items: center;
}
.partners-wrap-phone {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.partners-wrap-phone .partners-title {
  margin: 1.4rem auto 0.85rem;
  display: flex;
  justify-content: center;
  font-family: DOUYUFont;
  font-size: 0.4rem;
  color: #3A3A3F;
}
.partners-wrap-phone .partners-title img {
  width: 3.6rem;
}
.partners-wrap-phone .partners-swiper-container-wrap {
  position: relative;
}
.partners-wrap-phone .partners-swiper-container-wrap .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;
}
.partners-wrap-phone .partners-swiper-container-wrap .partners-swiper-container {
  width: 19.2rem;
  height: 5rem;
}
.partners-wrap-phone .partners-swiper-container-wrap .partners-swiper-container .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.partners-wrap-phone .partners-swiper-container-wrap .partners-swiper-container .swiper-slide {
  width: 100%;
}
.partners-wrap-phone .partners-swiper-container-wrap .partners-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.partners-wrap-phone .partners-swiper-container-wrap .mask-left {
  height: 5rem;
  width: 0.5rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  top: -2vw;
  z-index: 2;
}
.partners-wrap-phone .partners-swiper-container-wrap .mask-right {
  height: 5rem;
  width: 0.5rem;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: -2vw;
  z-index: 2;
}
.insight-wrap-phone .insight-title {
  display: flex;
  justify-content: center;
}
.insight-wrap-phone .insight-title img {
  margin: 0.9rem auto 0.8rem;
  width: 2.07rem;
}
.insight-wrap-phone .insight-content {
  display: flex;
  justify-content: center;
}
.insight-wrap-phone .insight-content #content-box {
  overflow: hidden;
  text-overflow: clip;
}
.insight-wrap-phone .insight-content .insight-top {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0.9rem;
}
.insight-wrap-phone .insight-content .insight-top .insight-top-left {
  width: 3.12rem;
  height: 2.16rem;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  background-size: 100% 100%;
  margin-right: 0.27rem;
  transition: 1s;
}
.insight-wrap-phone .insight-content .insight-top .insight-top-right {
  flex: 1;
  cursor: pointer;
}
.insight-wrap-phone .insight-content .insight-top .insight-top-right:hover .insight-title {
  color: #2072E3;
}
.insight-wrap-phone .insight-content .insight-top .insight-top-right:hover .insight-arrow {
  background-image: url(../images/index/pc/arrow-right-hover.png) !important;
}
.insight-wrap-phone .insight-content .insight-top .insight-top-right:hover + .insight-top-left {
  transform: scale(1.1);
}
.insight-wrap-phone .insight-content .insight-middle {
  display: flex;
  margin-bottom: 0.9rem;
}
.insight-wrap-phone .insight-content .insight-middle-right {
  width: 3.12rem;
  height: 2.16rem;
  flex-shrink: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  background-size: 100% 100%;
  margin-left: 0.27rem;
  transition: 1s;
}
.insight-wrap-phone .insight-content .insight-middle-left {
  cursor: pointer;
}
.insight-wrap-phone .insight-content .insight-middle-left:hover .insight-title {
  color: #2072E3;
}
.insight-wrap-phone .insight-content .insight-middle-left:hover .insight-arrow {
  background-image: url(../images/index/pc/arrow-right-hover.png) !important;
}
.insight-wrap-phone .insight-content .insight-middle .insight-middle-left:hover + .insight-middle-right {
  transform: scale(1.1);
}
.insight-wrap-phone .insight-content .insight-bottom {
  width: 6.86rem;
  height: 3.36rem;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.insight-wrap-phone .insight-content .insight-bottom .mirr {
  z-index: 5;
  width: 100%;
  height: 100%;
  /* 主要内容 */
  background: rgba(255, 255, 255, 0.1);
  /* 模糊大小就是靠的blur这个函数中的数值大小 */
  backdrop-filter: blur(1px);
}
.insight-wrap-phone .insight-content .insight-bottom .left-box {
  box-sizing: border-box;
  padding: 70px 60px 0 60px;
  position: absolute;
  top: 46px;
  left: 0;
  width: 512px;
  height: 452px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.insight-wrap-phone .insight-content .insight-bottom .left-box:hover .insight-title {
  color: #2072E3;
}
.insight-wrap-phone .insight-content .insight-bottom .left-box:hover .insight-arrow {
  background-image: url(../images/index/pc/arrow-right-hover.png) !important;
}
.insight-wrap-phone .insight-content .insight-bottom-text {
  margin-top: 0.3rem;
}
.insight-wrap-phone .insight-content .insight-title {
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #3A3A3F;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.insight-wrap-phone .insight-content .insight-desc {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #6F7A92;
  margin-bottom: 0.19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.insight-wrap-phone .insight-content .insight-arrow {
  width: 0.45rem;
  height: 0.22rem;
  background-image: url(../images/index/pc/arrow-right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.insight-wrap-phone .insight-button-more {
  margin: 13.3333vw auto 1.1rem;
  text-align: center;
  line-height: 42px;
  width: 1.8rem;
  height: 0.58rem;
  background: #FFFFFF;
  border: 1px solid #E6EBF4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.22rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #4A7BEE;
  cursor: pointer;
  border-radius: 4px;
}
.insight-wrap-phone .insight-button-more .arrow {
  width: 0.05rem;
  height: 0.05rem;
  background-color: transparent;
  border-color: #4A7BEE;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  margin-left: 4px;
}
.insight-wrap-phone .insight-button-nomore {
  height: 1.4rem;
}
