@charset "UTF-8";
.row {
  margin-left: 0;
  margin-right: 0; }

.carousel {
  width: 100%; }

.carouseVideo {
  width: 100%;
  height: auto; }

.banner-mainTitle {
  line-height: 1.5; }

.carousel-item {
  line-height: 0.6; }

.carousel-item img {
  width: 100%; }

.carousel-indicators {
  margin-bottom: 0;
  bottom: 10px; }

.carousel-control-next, .carousel-control-prev {
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 99; }

.content-title {
  color: #000;
  font-size: 48px;
  text-align: center;
  padding: 40px 0 30px; }

.planItemTitle {
  position: absolute;
  left: 0;
  bottom: 28px;
  color: #fff;
  width: 100%;
  text-align: center; }

.planLeftBox a {
  display: block;
  position: relative;
  vertical-align: top; }

.planRightBox {
  vertical-align: top; }
  .planRightBox .planItem {
    width: calc(33.3% - 10px);
    margin-left: 10px; }
  .planRightBox .planImgItem a {
    position: relative;
    display: block; }
  .planRightBox .planImgItem:first-child {
    margin-bottom: 10px; }

.planLeftBox img, .planImgItem img {
  width: 100%;
  height: 100%; }

.list-tabs .nav-item {
  width: 16.6%;
  text-align: center;
  padding-top: 0; }

.classicCaseItem {
  position: relative; }

.classicCaseLeft {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 25px 0;
  overflow: hidden;
  white-space: nowrap; }

.classicCaseRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #134f99;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  letter-spacing: 1px; }

.caseImgTitle {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  color: #fff;
  font-size: 36px; }

.caseLeftItem {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  margin-right: -3px; }

.caseItemBtn {
  cursor: pointer;
  mix-blend-mode: luminosity;
  opacity: 0.8;
  width: 110px;
  height: 30px; }

.caseLeftItem.active .caseItemBtn {
  mix-blend-mode: normal;
  opacity: 1; }

.videoCover {
  width: 100%;
  height: auto; }

.videoSwitch {
  cursor: pointer;
  margin: 20px 0 10px; }

.companyVideo {
  position: relative; }

.companyIntro {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff; }

.companyIntro-title {
  font-size: 48px; }

.companyIntro-info {
  font-size: 16px;
  padding: 20px 0;
  line-height: 30px; }

.learnMore {
  display: inline-block;
  width: 120px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid white;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  margin-top: 55px; }

.learnMore:hover {
  color: #fff; }

.vidContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 10011;
  pointer-events: auto; }

.vidContainer video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  bottom: 0;
  right: 0;
  margin: auto; }

.closeVid {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 37px;
  right: 30px;
  z-index: 10012;
  cursor: pointer;
  color: #fff;
  pointer-events: auto; }

.classicCaseItem {
  width: 100%;
  overflow: hidden; }

.caseItemBg {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s; }

.caseItemBg:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.caseBox {
  background: #F2F2F2; }
  .caseBox .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.caseLogoBox {
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll; }
  .caseLogoBox.widthStyle {
    width: 100%; }

.caseLogoBox::-webkit-scrollbar {
  display: none; }

.caseSwitch {
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: rgba(202, 217, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  text-align: center;
  cursor: pointer; }
  .caseSwitch.active {
    color: #fff; }

.caseBack {
  margin-left: 10px; }

.newsImgBox {
  position: relative;
  overflow: hidden; }
  .newsImgBox .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.imgAnimation {
  display: inline-block;
  width: 100%; }

.newsContent {
  background: #EFF6F9; }

.lookMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 30px; }

.newsType .item {
  display: inline-block;
  width: 98px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid rgba(1, 1, 1, 0.15);
  border-radius: 50px;
  font-size: 14px;
  color: rgba(1, 1, 1, 0.5);
  text-align: center;
  margin-right: 10px; }

.newsType .item.active {
  border: 1px solid #0060ff;
  color: #0060FF; }

.newsType .item:hover {
  border: 1px solid #0060ff;
  color: #0060FF; }

.newsMoreBtn {
  font-size: 14px;
  color: rgba(1, 1, 1, 0.5); }
  .newsMoreBtn:hover {
    color: rgba(1, 1, 1, 0.5); }

.newsBottom {
  background: #fff;
  padding: 17px; }
  .newsBottom .title {
    font-size: 14px;
    color: #0C0C0C;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .newsBottom .title:hover {
      color: #0060FF; }
  .newsBottom .time {
    text-align: right;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6); }

.newsInfo {
  font-size: 12px;
  color: rgba(1, 1, 1, 0.6);
  line-height: 24px;
  margin: 12px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.newsListItem {
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  padding: 15px; }
  .newsListItem .itemLeft {
    width: 20%;
    color: rgba(1, 1, 1, 0.8); }
  .newsListItem .itemRight {
    width: 80%;
    color: rgba(1, 1, 1, 0.8); }
  .newsListItem .day {
    font-size: 30px; }
  .newsListItem .yearMonth {
    font-size: 14px; }
  .newsListItem .title {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .newsListItem .newsInfo {
    margin: 0; }

.newsListItem + .newsListItem {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .newsListBox {
    height: 311px;
    overflow: hidden; }
  .list-tabs .nav-link {
    padding-top: 0; }
  .tab-content {
    padding-top: 15px; }
  .content-title {
    padding: 80px 0 60px; }
  .newsBox .content-title {
    padding: 124px 0 60px; }
  .mobileCarouse {
    display: none; }
  .index-news {
    padding-bottom: 180px; }
  .index-news .col-md-4 {
    max-width: calc(33.333333% - 10px); }
  .newsItem {
    padding: 0; }
  .newsItem + .newsItem {
    margin-left: 15px; }
  .mobilePlan {
    display: none; }
  .nav-pills .nav-link {
    color: #000; }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 2px solid #008CFF;
    border-radius: 0;
    background: none;
    color: #000; }
  .mobileVideo {
    display: none; }
  .videoStyle {
    -o-object-fit: fill;
       object-fit: fill; }
  .imgAnimation {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden; }
  .newsImgBox img {
    -webkit-transition: all .6s;
    transition: all .6s; }
  .newsImgBox:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .classicCaseRight {
    padding: 20px 50px; }
  .caseBox {
    padding-bottom: 90px;
    margin-top: 90px; }
  .classicCaseItem {
    height: 321px; } }

@media screen and (max-width: 767.98px) {
  .mobileNewsType .list-tabs {
    width: 240px; }
  .mobileNewsType .nav-item {
    width: 120px !important; }
    .mobileNewsType .nav-item.active {
      border-radius: 0;
      background: #008CFF;
      color: #fff;
      padding: 0.5rem 1rem; }
  .newsImgBox {
    height: 180px; }
  .newsMoreBtn {
    right: 15px !important;
    bottom: 0px !important; }
  .caseBox {
    margin-top: 30px;
    padding-bottom: 30px; }
  .classicCaseItem:first-child {
    height: 190px; }
  .classicCaseRight {
    max-height: 270px;
    font-size: 13px;
    line-height: 24px;
    padding: 30px; }
  .caseImgTitle {
    font-size: 30px; }
  .caseItemBtn {
    width: 92px;
    height: 26px; }
  .content-title {
    font-size: 24px; }
  .tab-content {
    padding: 0 15px; }
  .mobilePlan {
    display: block;
    width: 100%;
    padding: 0 15px; }
  .pcPlan {
    display: none; }
  .planItem, .planImgItem {
    position: relative; }
    .planItem .planItemTitle div:last-child, .planImgItem .planItemTitle div:last-child {
      margin-top: -10px; }
  .planImgItem {
    width: 100%;
    margin-bottom: 15px; }
  .planItem img {
    width: 100%;
    height: 100%; }
  .planImgItem {
    margin-bottom: 10px;
    width: 100%;
    height: calc(50% - 5px); }
  .planItem:nth-child(2n-1) {
    margin-right: 10px; }
  .planItem {
    margin-bottom: 10px;
    width: calc(50% - 5px); }
  .planItemTitle {
    bottom: 15px !important;
    font-size: 20px !important; }
  .planItemTitle div:last-child {
    margin-top: -5px !important; }
  .nav-pills .nav-link {
    color: #000; }
  .list-tabs {
    width: calc(100% - 30px);
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    overflow-scrolling: touch;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 10px; }
  .list-tabs::-webkit-scrollbar {
    display: none; }
  .list-tabs .nav-item {
    width: 33.3%;
    display: inline-block; }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-radius: 0;
    background: #008CFF;
    color: #fff; }
  .classicCaseLeft {
    padding: 15px 0; }
  .index-news {
    padding-bottom: 30px; }
  .newsItem + .newsItem {
    margin-top: 15px; }
  .pcVideo {
    display: none; }
  .mobileVideo {
    position: relative;
    width: 100%; }
  .videoSwitch {
    width: 45px;
    height: 45px; }
  .companyIntro {
    text-align: center;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff; }
  .companyIntro-title {
    font-size: 26px; }
  .companyIntro-info {
    font-size: 13px;
    padding: 15px 30px;
    line-height: 24px; }
  .learnMore {
    display: inline-block;
    width: calc(100% - 30px);
    background: #004cae;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border: none; }
  .newsListItem {
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .newsBottom .title {
    font-size: 16px; }
  .newsBottom .newsInfo {
    font-size: 14px;
    margin: 10px 0; }
  .newsBottom .time {
    font-size: 14px; }
  .itemRight .title {
    font-size: 16px; }
  .itemRight .newsInfo {
    font-size: 14px;
    line-height: 18px;
    color: rgba(1, 1, 1, 0.5);
    margin-top: 5px; }
  .mobileLookMore {
    text-align: center;
    padding-top: 15px; } }

/*我们能为您做什么 用媒体查询 分768 912 1199 三个断点*/
@media (min-width: 768px) and (max-width: 911.98px) {
  .learnMore {
    margin-top: 0; }
  .videoSwitch {
    width: 40px;
    height: 40px; }
  .companyIntro-info {
    font-size: 14px;
    line-height: 27px; }
  .classicCaseRight {
    font-size: 13px; }
  .mainContent .container-xl {
    padding-left: 15px;
    padding-right: 15px; }
  .planLeftBox a {
    width: 240px;
    height: 242px; }
  .planRightBox {
    width: calc(100% - 245px); }
    .planRightBox .planImgItem a {
      height: 116px; }
  .planItemTitle {
    font-size: 20px; }
  .companyIntro-title {
    font-size: 26px; }
  .newsImgBox {
    height: 128px; }
  .newsListBox {
    height: 281px;
    overflow: hidden; }
  .newsListItem {
    height: 87px;
    padding: 15px 10px; }
    .newsListItem .day {
      font-size: 22px; }
    .newsListItem .yearMonth {
      font-size: 12px; }
    .newsListItem .title {
      font-size: 13px; }
    .newsListItem .newsInfo {
      line-height: 20px; } }

@media (min-width: 912px) and (max-width: 1199px) {
  .mainContent .container-xl {
    padding-left: 15px;
    padding-right: 15px; }
  .companyIntro-title {
    font-size: 34px; }
  .companyIntro-info {
    font-size: 14px;
    padding: 15px 10px; }
  .newsImgBox {
    height: 160px; }
  .newsListItem .day {
    font-size: 26px; }
  .newsListItem .yearMonth {
    font-size: 13px; } }

@media screen and (min-width: 912px) {
  .planLeftBox a {
    width: 340px;
    height: 372px; }
  .planRightBox {
    width: calc(100% - 345px); }
    .planRightBox .planImgItem a {
      height: 181px; }
  .planItemTitle {
    font-size: 28px; } }

@media screen and (max-width: 1199.98px) {
  .pcCarouse {
    display: none; }
  .mobileCarouse {
    display: block; }
  .pc-consult .consult {
    width: 76px; } }

@media screen and (min-width: 1200px) {
  .mobilePlan {
    display: none; }
  .newsImgBox {
    height: 158px; } }
