:root {

  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e4002b;
  --blackBlue: rgb(14, 39, 92);
  --black: rgb(8, 21, 50);
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #F8F8F8;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d43418;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
  --them-color: rgb(8, 21, 50);
  --gray: #f6f6f6;
}

html,
body {

  font-family: Microsoft YaHei, arial, sans-serif, 'Noto Sans CJK';
  font: 12px;
  padding: 0;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
}

.font-w4 {
  font-weight: 400;
}

.font-w6 {
  font-weight: 600;
}

.split-top {
  min-height: 100px;
}

.bg-gray {
  background-color: var(--gray);
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--red);
  text-decoration: none;
  background-color: transparent;
}

a:visited {
  color: var(--them-color);
  text-decoration: none;
  background-color: transparent;
}

a.btn-more:hover {
  color: var(--them-color);
  text-decoration: none;
}

a.btn-more:visited {
  color: var(--red);
  /* text-decoration: none;
  background-color: transparent; */
}

/* nav 导航定制 */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  /* border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; */
  border: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 0rem 0;
  margin: 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0 0 1rem 1rem;
}

/* 滑动显示子菜单 */
.navbar-nav>li.sliding-displaying:hover .dropdown-menu {
  display: block;
}

.slide-down {
  animation: slide-down 0.86s ease-in;
}

/*定义下滑的动画，包括动画名称、执行时间和缓动函数*/
@keyframes slide-down {
  0% {
    height: 0%;
  }

  50% {
    height: 50%;
  }

  100% {

    height: 100%;
  }
}

footer a:visited {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  width: 6px;
  align-items: center;
  -webkit-box-shadow: inset 0 0 6px rgb(229, 236, 241);
  border-radius: 6px;
  background-color: rgba(229, 236, 241, 0.868);
}

.rounded-10 {
  border-radius: 10px;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px #212529;
  background-color: #212529;
}

.hide {
  display: none;
  opacity: 0;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-left: 0;
  padding-right: 0;

}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1500px;
}

.bg-light {
  background-color: #FFFFFF !important;
}

.row {
  margin: auto 0;
}



.jumbotron {
  padding: 1.6rem 0;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.logo img {
  width: auto;
  height: 56px;
}


.navbar {
  padding: 0 1.5rem;
  font-size: 18px;
}

.navbar li {
  height: 100px;
  width: auto;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-brand {
  flex-grow: 1;
}

.navbar-collapse {
  flex-grow: 0;
}

.bg-primary {
  background-color: #FFFFFF !important;
}

ul.navbar-nav li {
  /* float: right;
  text-align: center;
  list-style-position: inside; */
  padding: 0 0.46vw;

}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--red);
  font-weight: 150;
}


.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--red);
}

.navbar .navbar-nav .nav-link {
  color: black;
}

.navbar .navbar-toggler-icon {
  /* background-color: #545b62; */
}

.navbar .active {
  /* background-color: #39B1FA; */
  color: var(--red);

}

.navbar a:active {
  /* background-color: #39B1FA; */
  color: var(--red);
}

.navbar li.show {
  /* background-color: #39B1FA; */
  color: var(--red);
}

.navbar li:hover {
  /* background-color: #39B1FA; */
  color: var(--red);
  border-bottom: 4px solid var(--red);
  /* background-color: rgba(8, 21, 50); */
}

#carouselCaptions_ywhl {
  /* margin-top: 100px; */
}

.carousel-caption {
  position: absolute;
  top: calc(50% - 180px);
  z-index: 0;
  font-size: 16px;
}

.banner_2 {
  margin-top: 18vh;
}

.banner_3 {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 0;
  /* opacity: 0.88; */
}


.carousel-indicators li {
  display: block;
  width: 44px;
  height: 6px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  transition: 0.5s;
  cursor: pointer;
}

.number dl {
  text-align: center;
  float: left;
  margin: 0 3vw 3vw 0;
  min-width: 190px;
}

dt.counter {
  font-size: 40px;
  font-weight: 700;
  color: rgb(8, 21, 50);
}

.number dd aside {
  font-size: 16px;
}

.companyinfo {
  line-height: 44px;
  text-align: left;
  color: #000;
}

.company-img {
  height: 27px;
  width: auto;
  margin-right: 1rem;
}

.companyinfo ul,
li {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.companyinfo ul,
li :hover,
a:hover {
  background-color: transparent;
}

.company-info .company-info-item a {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}

.company-info .company-info-item:hover {
  /* display: block;
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;

  font-weight: 400;
  text-decoration: none;
  font-style: normal; */
}

.display-1 {
  height: 6rem;
  font-size: 6rem;
  font-weight: bold;
  color: #FFFFFF;
}




.banner-text {
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 100px;
  transform: translateY(-50%);
}


.banner-text-1 {
  font-size: 34px;
}

.banner-text-2 {
  font-size: 34px;
}

.banner-text-3 {
  font-size: 34px;
}

.banner-text-4 {
  font-size: 34px;
}

.market-positioning {
  position: absolute;
  right: 0;
  top: 18rem;
  left: 0;
  z-index: 16;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 37px;
  height: 132px;
  background: 50%/100% 100% no-repeat;
  opacity: 1.00 !important;
  transition: none;
}


.carousel-control-prev-icon {
  background-image: url("/images/prev.png");
}

.carousel-control-next-icon {
  background-image: url("/images/next.png");
}

.carousel-indicators li {
  background-color: #E8E8E8;
}

ol.carousel-indicators {
  /* margin-bottom: 3rem; */
}

.carousel-indicators li:hover {
  background-color: var(--red);
  ;
}

.carousel-indicators li.active {
  background-color: var(--red);
}

.min-vh-75 {
  min-height: 600px;
  max-height: 800px;
  background-color: #1f5A75;
  color: #E5E5E5;
  opacity: 0.86;
}

.service-principles-bg {
  background-color: #F8F8F8;
  /* opacity: 0.86; */
}

.service-principles-floor {
  padding: 1rem 0;
  background-color: #F8F8F8;
}

.service-principles {
  text-align: center;
  margin: 2vh auto;
  display: block;
  margin: 16rem auto;
}

.foyer-img {
  /* margin: 2vh -30vh 0vh 20vh; */
  opacity: 0.18;
}

.foyer-img:hover {
  opacity: 0.88;
  /* transform: rotate(0);
  border-radius: 6vh;
  background-color: #061430ec;
  transition: 1.26s transform;
  transform: rotate(1deg);
  transform-origin: 50% 50%; */
}

.foyer-img img {

  /* border-radius: 10vh; */

}

.service-principles-img {
  width: 63px;
  height: 68px;
}

.service-principles .card-title {
  margin-top: 0.18em;
  margin-bottom: 0.26em;
}

.service-principles .card-text {
  font-size: 16px;
  font-weight: 400;
  min-width: 180px;
}

.vertical-separator-line {
  margin: 3.618rem auto;
  width: 1px;
  /* border: 1px dashed #E5E5E5; */
}

.about {

  /* font-weight: 400;
  color: #323232; */
}

.floor {
  /* padding-top: 1.208vw;
  padding-bottom: 3vw; */
  /* font-size: 100px; */
  min-height: 36vh;
}

.floor-about {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /* background-image: url("/images/floor-about.jpg"); */
  background-image: url("/images/bg-about.jpg");
}

.floor-about .lead {
  font-size: 18px;
  line-height: 2.68rem;
}

.floor .title {
  cursor: pointer;
  font-size: 34px;
  font-weight: bold;
}

div.about {
  min-height: 1em;
  text-indent: 2em;
}

.article-header-interval {
  display: inline-block;
  width: 0rem;
}

a.btn-more {
  color: #fff;
  /* display: inline-block; */
  /* background: url(/images/btn-more.png) 85% center no-repeat rgb(8, 21, 50); */
  /* background: url(/images/btn-more.png) 85% center no-repeat rgb(8, 21, 50); */
  width: 180px;
  height: 56px;
  line-height: 46px;
  font-size: 16px;
  /* border-radius: 28px 0; */
  border: 1px solid #504f4f;
  color: #111;
}

a.btn-more:hover {
  color: var(--white);
  background-color: var(--red);
  border: 1px solid var(--red);
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 1.218rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.business {

  background-size: cover;
  background-color: #5e5e5e;
}

.card-text {
  -webkit-line-clamp: 6;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  overflow: hidden;
 
  line-height: 3vh;
  white-space: nowrap; 
  text-overflow: ellipsis;
}

.main-business .col {
  padding: 0 0;
}

.main-business .card {
  margin: 0rem 1.2rem 1.2rem 1.2rem;
  background-color: #F5F5F5;
  border-radius: 3rem 3rem;
}

.main-business .card-img-top {
  border-radius: 3rem 3rem 0 0;
}

.main-business .customer-over {
  text-align: center;
  color: #FFF;
}

.main-business .customer-over:hover {
  padding-top: 35%;
  background-color: rgb(8, 21, 50);
  /* opacity: 0.86; */
  cursor: pointer;
  border-radius: 3rem;
}

.main-business .card-body {
  padding: 1.25rem 0;
}

.main-business .card-title {
  color: #323232;
  font-size: 18px;
}

.main-business .card-text {
  text-align: left;
  margin: 0 1.68rem;
  font-size: 1.02rem;
  min-height: 8vh;
}

.main-business .btn-more {
  margin-top: 3rem;
}

.customer {
  height: 100%;
  /* background-image: url("/images/bg-customer.png"); */
  background-color: rgb(8, 21, 50);
  background-image: url("/images/bg_blue_2.png");
  background-size: auto;
  background-position: center center;
}

.customer-list {
  border: 1px solid transparent;
}

.customer-item {
  /* width: 33.333333%; */
  width: 11.25%;
  position: relative;
  float: left;
  margin: 0.12rem 0.12rem;
}

.random-bg-color {
  background: #ffffffFF;
  /* background: rgb(Math.floor(Math.random() * 256), Math.floor(Math.random() * 256), Math.floor(Math.random() * 256)); */
}

.customer-item .img_wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 98%;
}

.customer-item .img_wrap .img {
  position: absolute;
  max-width: calc(86% - 4px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.customer-over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.customer-item:hover .customer-over {
  opacity: 0.86;
  text-decoration: none;
  cursor: pointer;
}

.customer-item:hover .text-img {
  /* color: rgb(19, 177, 229); */
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.customer-item:hover .img_wrap .img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08) translate(-50%, -50%);
}


.customer-info {
  color: #fff;
  background-color: rgb(8, 21, 50);
  padding: 28% 2px;
  position: absolute;
  align-items: center;
  justify-content: center;
  margin: 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.text-img {
  font-size: 1.0rem;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #FFFFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

/* .card-title {
  color: #39b1fa;
} */

.text-img p {
  margin: 0 0.6rem;
}


.text-img img {
  display: none;
}


.customer-text {
  font-size: 14px;
}

.customer-title {
  font-size: 24px;
  line-height: 26px;
  padding: 8px 0;
}

.news {
  height: 100%;
  /* background-image: url("/images/bg-news.png"); */
  background-color: #FEFEFE;
}

/* 翻转 */
@keyframes flip {
  0% {
    background-color: transparent;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(-180deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    border: solid transparent 1px;
  }

  50% {
    background-color: #061430ec;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(-90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    border: solid var(--red) 2px;
    border-radius: 50%;
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    border: 1px dashed #E5E5E5;
  }
}

div.service-principles {
  background-color: rgba(8, 21, 50, 0);
  position: relative;
  /* animation: flip 4.2s linear; */
  transform-style: preserve-3d;
  animation-fill-mode: forwards;
  /* color: #FFF; */
  font-size: 6rem;
  border-radius: 6px;
  margin: 1vh 1vh;

}

.carousel-caption div.service-principles {
  background-color: #151414c6;
}

@keyframes card-flip {
  0% {
    background-color: transparent;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(-180deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    border: solid transparent 1px;
  }

  50% {
    background-color: #061430ec;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(-90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    border: solid var(--red) 2px;
    border-radius: 50%;
  }

  100% {
    background-color: #061430ec;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    border: 1px dashed #E5E5E5;
  }
}

div.service-principles:focus-within {
  position: relative;
  animation: card-flip 1.86s linear;
  transform-style: preserve-3d;
  animation-fill-mode: forwards;
  cursor: pointer;
}


@keyframes img-flip {
  0% {
    background-color: transparent;
    -webkit-transform: calc(0.6);
    transform: calc(0.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    border-radius: 2rem;
  }


  50% {
    background-color: #061430ec;
    -webkit-transform: calc(1.6);
    transform: calc(1.6);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    border-radius: 50%;
  }



  100% {
    -webkit-transform: calc(1.00);
    transform: calc(1.00);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    border-radius: 2rem;
  }
}

.floor img {
  /* -webkit-transform: scale(1.012);
  transform: scale(1.012); */
  /* border-radius: 3rem 3rem 0 0; */
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  transform-style: preserve-3d;
  animation-fill-mode: forwards;
  /* animation: img-flip 1.26s linear; */
  cursor: pointer;
}

.slide-left {
  animation: bounceInLeft 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 alternate forwards;
  -webkit-animation: bounceInLeft 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 alternate forwards;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: none;
  }
}


.contactus .card {
  margin: 0 1.6rem;
  padding-top: 31px;
  border-bottom: 3px solid #39b1fa;
}

.contactus img {
  margin: 0px auto;
  width: 32px;
  height: 32px;
}

.contactus .card-body {
  padding: 0.6rem;
}

.contactus .card-text {
  min-height: 1rem;
  margin-top: 54px;
  font-size: 14px;
  color: #2A2D34;
}

.case .col {
  padding: 0 0;
  margin: 5px 5px;
}

.case .media {
  /* border: 1px dashed #F5F5F5; */
  border-radius: 0.3rem;
  display: flex;
  align-items: center;

}

.case .mr-3,
.mx-3 {
  margin-right: 0 !important;
}

.case .mt-0 {
  display: flex;
  align-items: center;
  font-size: 1.18rem;
  color: #F5F5F5;
  justify-content: center;
  margin: 0 1.62rem;
}

.case img {
  width: 40vh;
  height: auto;
}

.case-01 {
  background-color: #84BCFA;
}

.case-02 {
  background-color: #F1B28B;
}

.case-03 {
  background-color: #A7BDD5;
}

.case-04 {
  background-color: #8D9196;
}

.news {
  padding-bottom: 10rem;
}

.news-type {
  display: inline-flex;
  justify-content: baseline;
  justify-content: space-between;
  font-size: 14px;
}

.new-type div.title {
  font-size: 1.428rem;
}

.news-title {
  font-size: 1.428rem;
}

.news-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.62rem;
}

.w-news {
  width: 98%;
}

.news-logo img {
  margin: 22px 0;
  width: auto;
  height: 60px;
}

.news-list {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0 !important;
  margin-block-end: 1em;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px;
  padding-inline-start: 0px !important;
  line-height: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
}

.news-list li {
  display: inline-flex;
  overflow: hidden;
  padding: 1.3rem 0;
  list-style: none;
  border-bottom: 1px dotted var(--blackBlue);
  list-style: none;
}

.news-list li.row:first-child {
  border-top: 1px dotted var(--blackBlue);
}

.news-list li:hover {
  border-bottom: 2px solid var(--red);
  transition: all 0.8s cubic-bezier(.46, 1, .23, 1.52);
}

.news-list .datetime {
  display: inline-grid;
  width: auto;
  height: 100%;
  line-height: 100%;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  padding: 1rem;
  /* background-color: var(--black);
  color: #FFF; */
  /* background-color: #FFF; */
  color: var(--black);
}

.news-list .datetime .time {
  font-size: 34px;
  margin-bottom: 1rem;
}

.news-list .datetime .date {
  font-size: 18px;
}

.news-list .news-title {
  margin: 0;
  line-height: 2rem;
  font-size: 18px;
  font-weight: bolder;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.news-list .abstract {
  display: inline-block;
  line-height: 1.5rem;
  margin-top: 1rem;
  font-size: 18px;
  width: 96%;
  min-width: 560px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0a0a0ae3;
}

.news li {
  margin-bottom: 1.168rem;
  cursor: pointer;
}

.news-list li:hover {
  background-color: transparent;
  color: #E5E5E5;
  cursor: hand;
}

.news .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.news .media-body {
  margin-left: 8px;
  font-size: 1.18rem;
}

.weixin-gzh {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 1.62rem; */
}

.weixin-gzh img {
  width: 186px;
  height: auto;
}

.popover-gzh {
  padding: 0.5rem 0rem;
  border-radius: 0.5rem;
}

figure {
  margin: 0 0;
}

/**底部公众号显示*/
figure[data-trigger]:hover {
  cursor: pointer;
}

.text-muted {
  font-size: 14px;
  color: #FFF !important;
  line-height: 2.68rem;
  padding: 1.6rem 0;
}

.cp_lib {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), transparent);
  background-color: rgba(255, 255, 255, 1);
}

.copyright {

  background-color: rgb(8, 21, 50);
  color: #FFF;
}

.copyright span {
  margin: 0 1.6rem;
}

.title-h1 {
  font-size: 1.76rem;
  font-weight: bold;
  color: #000;
  min-height: 1.68rem;
  margin: 1rem auto;
}

.title-h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  min-height: 1.68rem;
  margin: 1rem auto;
}

.title-h3 {
  color: var(--red);
  font-size: 24px;
  margin: 0;
}

.footer-info {
  color: #000;
}

.footer-info .item {
  margin: 1.28rem 0;
}

.vh-50 {
  height: 40vh;
}




.carousel-indicators>li {
  position: relative;
  background-color: rgba(170, 170, 170, 0.8);
}

/* .carousel-indicators .active::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  height: inherit;
  width: 0px;
  animation: banner-active 6s linear infinite;
} */

/* hover时指示器动画停止 */
.carousel-fade:hover .carousel-indicators .active::before {
  animation: none;
}

/* hover时指示器颜色 */
.carousel-fade:hover .carousel-indicators .active {
  background-color: #fff;
}

@keyframes banner-active {
  from {
    width: 0px;
  }

  to {
    width: inherit;
  }
}


.news {
  /* background-color: #1f5475; */
  background-color: rgb(246, 246, 246);

}

.news .col {
  margin: 0 0;
  padding: 0 0;
}

.news ul,
.news li {

  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

li.news-hot:hover {
  cursor: pointer;
}

li.news-hot p {
  font-size: 18px;
  margin-bottom: 2px;
}

.new-abstract {
  padding: 0 3px 0 6px;
  /* color: #929292; */
}

.new-abstract .news-title {
  padding-top: 1rem;

  font-size: 18px;
}

.news-hot p.news-title>a {
  display: inline-block;
  font-size: 18px;
  font-weight: bolder;
  padding-top: 12px;
  text-decoration: none;
  line-height: 2rem;
}

.news-hot .datetime {
  margin-bottom: 3px;
  display: block;
  padding-top: 6px;

}

.news-hot .abstract {
  /* padding-top: 1rem; */
  display: inline-block;
  line-height: 2.12vh !important;
  width: 90%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}


/* 联系我们 */
.conact {
  background: #f8f8f8;
  position: relative;

}

.conact .col-sm-6,
.conact .col-md-6 {
  padding: 0 0;
}

.conact .pic {
  display: inline-flex;
  position: relative;
  float: left;
  vertical-align: middle;
}

.pic .icon {
  display: inline-block;
  background-color: var(--them-color);
  line-height: 47px;
  padding: 1rem 1rem;
  width: 100%;
}

.conact .pic .icon span {
  text-transform: uppercase;
  display: block;
  color: #fff;
  padding: 18px;
  font-weight: bold;
  font-size: 14px;
}

.conact .pic .figure-img {
  border-radius: 0 0 60px 60px;
  margin: 0 0;
}

.conact .figure {
  height: 100%;
  padding: 0 3rem;
  display: inline-block;
}

.conact .figure h1 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  padding-bottom: 2rem;
  margin: 0;
  border-bottom: solid 1px #d6d6d6;
}

.conact .figure ul {
  padding: 2rem 0;
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

.conact .figure li {
  line-height: 2rem;
  padding: 0 0 3rem 0px;
  font-size: 16px;
  color: #000;
}

#allmap {
  border-radius: 0rem 0rem;
}

/* 公司介绍 */
.companyinfo {
  font-family: 'SourceHanSansCN-Regular';
}

.companyinfo .title {
  /* margin: 30px 0; */
  font-weight: bold;
}

.companyinfo .about {
  overflow: auto;
  max-height: 420px;
}

.companyinfo .pic img {
  margin-top: 1.5rem;
  /* max-height: 380px; */
  /* border-radius: 60px 0 60px 0; */
}

.number .counter:hover {
  color: var(--red);
  cursor: pointer;
}

.companyinfo .number dl {
  text-align: center;
  float: left;
  margin: 3rem 0vw 3rem 0;
  min-width: 25%;
}

/* 企业文化 */
.carousel-banner .culture {
  /* padding: 100px 0; */
  background: transparent;
  opacity: 0;
}

.culture {
  /* padding: 100px 0; */
  /* background: #f8f8f8; */
}

.culture .card {
  margin-bottom: 20px;
  border: none;
  background: transparent;
}

.culture .slogan {
  width: auto;
  height: 100%;
  text-align: center;
  z-index: 3;
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: 18px;
}

.culture .slogan h3 {
  margin: 15px 0;
}

.culture .card .split {
  width: 10px;
  height: auto;
}

.culture .card .figure {
  position: absolute;
  height: 100%;
  max-height: 100%;
  width: 98%;
  /* background-image: url(/images/banner/banner_1.jpg); */
  border-radius: 30px;
}

.culture .card .figure {
  position: absolute;
  height: 100%;
  max-height: 100%;
  width: 98%;

  border-radius: 30px;
}

.culture .card .figure_bg_1 {
  /* background-image: url("/images/banner/banner_1.jpg"); */
  background-color: #1484ff80;
}

.culture .card .figure_bg_2 {
  /* background-image: url("/images/banner/banner_3.jpg"); */
  background-color: #26273D80;
}

.culture .card .figure_bg_3 {
  /* background-image: url("/images/banner/banner_1.png"); */
  background-color: #5A86B680;
}

.culture .card .figure_bg_4 {
  /* background-image: url("/images/banner/banner_2.jpg"); */
  /* background-color: #1f5475; */
  background-color: #22C2C480;
}

.culture .card .img-fluid {
  max-width: none;
  width: auto;
  border-radius: 30px;
  margin-bottom: 20px;
}

/* 荣誉资质 */
.honor-credential {
  /* padding: 100px 0; */
}

.honor-credential .col-sm-2,
.honor-credential .col-sm-3,
.honor-credential .col-sm-4,
.honor-credential .col-md-2,
.honor-credential .col-md-3,
.honor-credential .col-md-4 {
  padding: 0 1px;
}

.carousel_honor .img-a4 {
  padding: 1rem 1rem;
  width: auto;
  height: 29.7rem;
  display: flex;
  /* 设置容器为flex布局 */
  justify-content: center;
  /* 水平居中对齐内容 */
  align-items: center;
}

.carousel_honor .img-a4-h {
  padding: 1rem 1rem;
  width: auto;
  height: 29.7rem;
  display: flex;
  /* 设置容器为flex布局 */
  justify-content: center;
  /* 水平居中对齐内容 */
  align-items: center;
}

.left-icon {
  display: inline-block;
  width: 1rem;
  height: 100%;
  min-height: 1rem;
  line-height: 100px;
  background: url("/images/arrow_l.png") no-repeat center;
}

.right-icon {
  display: inline-block;
  width: 1rem;
  height: 100%;
  min-height: 1rem;
  line-height: 100px;
  background: url(/images/arrow_r.png) no-repeat center;
}

.honor-credential .page-link {
  color: var(--them-color);
}

.carousel_honor .img-a4 img {
  width: auto;
  height: 100%;
  border-radius: 1rem;
  cursor: pointer;
}

.carousel_honor .img-a4-h img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  cursor: pointer;
}

.carousel_honor .img-a4-h .card-body,
.carousel_honor .img-a4 .card-body {
  position: absolute;
  bottom: 0rem;
  left: 0;
  /* background-color: #818f8a47; */
  width: 100%;
  height: 7rem;
  text-align: center;
  vertical-align: middle;
  z-index: 98;
}

.carousel_honor .card-body .card-title,
.carousel_honor .card-body .card-title {
  color: #050505;
  font-size: 16px;
  background-color: #F5F5F5;
  opacity: 0.60;
}

/* .carousel_honor .card-body .card-title:hover, */
.carousel_honor .card-body .card-title:hover {
  background-color: var(--black);
  opacity: 1;
  color: #FFFFFF;

}

.carousel_honor img::after {
  content: "点击全屏显示";
}

li.page-link {
  cursor: pointer;
}

.pagination .carousel-indicators {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}

.pagination .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0px;
  cursor: pointer;
  border: 1px solid #dee2e6;
  opacity: 1;
  transition: opacity .6s ease;
}

.pagination .carousel-indicators>li {
  position: relative;
  background-color: var(--white);
  color: var(--them-color);
}

.pagination .carousel-indicators>li:hover {
  background-color: var(--them-color);
  color: var(--white);
}

.pagination .carousel-indicators>li.active {
  background-color: var(--them-color);
  color: var(--white);
}

.pagination .carousel-indicators>li.active:hover {
  background-color: var(--them-color);
  color: var(--red);
}

/* 公司发展历程 */
.companyinfo-history {
  background-color: #F8F8F8;
  /* background-color: rgb(14, 39, 92); */
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  /* margin: 0 0 4vw 0; */
  padding-bottom: 6vw;
  height: 100%;
  /* background: url("/images/timeline_3.png") no-repeat rgb(14, 39, 92); */
  background-size: 90% 48vh;
  background-position: -3vh 15vh;
}


.companyinfo .companyinfo-timeline {
  display: inline-flexbox;
}

/*  */
:fullscreen .carousel-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

/* 产品解决方案导航 */
.top-sub-left {
  display: inline-flex;
  width: 60%;
  background-color: #fcfcfc;
}

.top-sub-left .type-title {
  position: absolute;
  width: 55%;
  top: 1rem;
  left: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.top-sub-right {
  display: inline-flex;
  width: 40%;
  background-color: #fcfcfc;
}

.top-sub-right .type-title {
  position: absolute;
  width: 40%;
  top: 1rem;
  right: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

/* 产品二级菜单 */
.product-nav {
  position: absolute;
  width: 40%;
  top: 50px;
  right: 0;
  font-weight: 700;
  font-size: 16px;
}

.product-menu {
  padding-top: 21px;
}

.product-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 260px;
  background: #f1f5f8;
}

.product-menu ol {
  width: 100px;
  display: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 150px;
  left: calc(60% + 120px);
  z-index: 999;
  background-color: #e6eaee;
}

.product-menu .item-list3 {
  position: absolute;
  box-sizing: border-box;
  padding-top: 21px;
  padding-right: 40px;
  padding-bottom: 21px;
  overflow: auto;
}

.product-menu ol.on {
  display: block;
}

.product-menu li:hover ol {
  display: block;
}

.product-menu li:hover {
  background: url(../images/sanjiao.png) left top no-repeat #e6eaee;
}

.product-menu ol li:hover {
  background: url(../images/sanjiao.png) left top no-repeat #FFFFFF;
}

.product-menu a {
  display: block;
  text-decoration: none;
  line-height: 30px;
  padding: 10px 30px;
}

/* 新闻中心 */
.carousel_news img {
  width: 36rem;
  min-height: 20.8rem;
  height: 20.8rem;
  border-radius: 0rem;
  cursor: pointer;
}

.carousel_news img:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  /* border-radius: 3rem; */
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  transform-style: preserve-3d;
  animation-fill-mode: forwards;

}


.carousel_news img::after {
  content: "点击全屏显示";
}

.carousel_news {
  padding: 1rem 0;
}

.carousel_news .card {
  border: none;
}

.carousel_news a {
  color: var(--them-color);
}

.news_detail .title {
  font-size: 38px;
  font-weight: bold;
}

.news_detail .new_context {
  text-indent: 2rem;
  font-size: 18px;
  line-height: 2.2;
  color: #646464;
  padding: 1.268rem 0;
}

.news_detail .sub_title {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;

  margin: 1.268rem 0;
}

.news_detail .img_title {
  text-align: center;
  font-size: 18px;
  line-height: 2.2;
  color: var(--red);
  margin: 1.268rem 0;
}

.news_detail img {
  height: 46%;
  width: auto;
}

.news_detail img:hover {
  cursor: pointer;
}

.news_detail .pic_title {
  font-size: 16px;
  letter-spacing: normal;
  text-indent: 32px;
  margin: 1rem 0;
  font-weight: bold;
}

.home_nav em {
  font-style: normal;
  padding-left: 30px;
  background: url(../images/news/home.png) no-repeat left center;
  font-size: 14px;
  line-height: 2rem;
  margin-top: 1rem;
  color: #d6d6d6;
}

.home_nav em a {
  color: #7d7d7d;
  padding: 0 1rem;
}

.home_nav em a:hover {
  color: var(--red);
  padding: 0 1rem;
}


/* 行业解决方案 */
.industry-subject {
  height: 600px;
  width: 100%;
}

.industry {
  min-height: 300px;
  width: 100%;
}



.bg-industry {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.e-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.industry-title {
  line-height: 600px;
  align-items: center;
}

.industry-title .text {

  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4rem;
}

.industry-title .text .title {
  font-size: 52px;
  line-height: 1.4;
  margin-top: -12px;
  color: #333;
}

.industry-title .text .sub-title {
  line-height: 1.583;
  font-size: 24px;
  color: #666;
}

.e-a-001 {
  background: url("../images/industry/e-a-001.jpg") no-repeat right center;
}

.industry .context {
  position: relative;
  color: #333;
}

.industry .context .title {
  font-size: 34px;
  line-height: 62px;
  margin: 0 0 10px 0;
}

.industry .context .sub-title {
  text-indent: 2rem;
  font-size: 18px;
  line-height: 1.889;
  color: #666;
  padding-top: 20px;
}

.industry .context p.title span.bottom-line {
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid var(--red);
}





.industry .context .card {
  border: none;
  display: block;
  margin: 40px 0px 0px 0px;
  line-height: 28px;
}

.industry .context .solution {
  margin: 10px 6px;
  padding: 0 1rem;
}

.industry .context .card .pic {

  max-width: 120px;
  margin: auto;
}

.industry .context .solution .pic {
  min-height: 300px;
  margin: auto;
}

.industry .context .card .card-body {
  padding: 0 0;

}

.industry .context .card .card-body p {

  padding: 0 0;
  margin: 0 0;
  padding-top: 15px;
}

.industry .context .card .pic img {
  display: block;
  width: 100%;
}

.industry .context .card .card-text {

  font-size: 20px;
  text-align: center;
  text-indent: 0rem;

}

.industry .context .card .card-sub-title {
  padding-top: 6px;
  font-size: 16px;
  text-align: left;
  text-indent: 0rem;
  line-height: 2.2;
}

.industry .context .card .card-sub-title dd::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  margin: 0 8px;
}

.industry .context .card .card-sub-title .no dd::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  background-color: black;
  border-radius: 50%;
  margin: 0 8px;
}

.industry .context .card .card-sub-title dd span {

  font-weight: bolder;
}

.industry .context .card .card-sub-title dd span::after {
  content: ":";
}

.color-red {
  color: var(--red);
}

.solution-components {
  /* background-color: var(--gray); */
  margin-top: 12px;
}

.industry .context .card .card-sub-title dd.solution-components::before {
  width: 0px;
  height: 0px;
  margin: 0 8px;
}

.industry .context .card .card-sub-title dd.solution-components span::after {
  content: '\D\A';
  white-space: pre;
}

.industry .context .card .card-sub-title dd.solution-components p {
  margin-left: 16px;
}


.products {
  border: 1px solid var(--gray);
}

.industry .context .products .pic {
  max-width: 260px;
}

/* 案例详情 */
.case-info {
  background: #fcfcfc;
}

.case-detail .content {
  position: relative;
  padding: 20px 0;

}

.case-detail .content .overview {
  text-indent: 2em;
}

.case-detail h1 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #000;
  border-bottom: 1px solid #efefef;
  padding: 0 0 20px;
}

.case-detail .content h2 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #303030;
  border-bottom: 1px solid #efefef;
  padding: 0 0 1vw;
  padding-left: 0px;
  position: relative;
  padding-left: 20px;
}

.case-detail .content h2::before {
  width: 4px;
  height: 20px;
  background: var(--red);
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
}

.case-detail .content .overview p,
.case-detail .content .feature dd {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
  /* margin-bottom: 10px;
  padding-bottom: 20px; */
}

.case_pic {
  cursor: pointer;
  margin-bottom: 6px;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
  color: #303030;

  display: block;
  color: #333;
  position: relative;
  font-size: 15px;
  line-height: 51px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: none;
  color: var(--red);
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 51px;
  padding: 0 1rem 0 25px;
}

.nav-pills .nav-link.active::after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  right: 15px;
  top: 10px;
  background: url(../images/top_more2.png) no-repeat center;
  transform: rotate(0);
}

/**合作伙伴*/
.partners {
  /* background-color: #C5C5C5; */
}

.partners .card {
  width: 460px;
  display: -webkit-inline-box;
  border: none;
  padding: 1.25rem;
}

.partners .card .w-image-bx {
  border: 1px solid #F6F6F6;
  position: relative;
  border-radius: 0.3rem;
  text-align: center;
  overflow: hidden;
  width: 200px;
  max-width: 200px;
  line-height: 100px;
  vertical-align: middle;
}

.partners .card .w-image-bx .bg-dark {
  height: 100px;
  background-color: var(--them-color);
}

.partners .card .card-img-middle {
  max-width: 200px !important;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}

.partners .card .card-body {
  width: 260px;
  height: 100%;
  line-height: 1.5;
  padding: 0 2rem 0 1.25rem;
  margin-left: 200px;
}

.partners .card .card-body .card-title {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}

/* 解决方案  */
.solution-content {
  position: relative;
  min-height: 10vh;
}

.e-a-002 {
  background-image: url("https://e.huawei.com/-/mediae/EBG/Images/SolutionV2/security/general-education-metropolitan-area-network/banner-pc.jpg");
}

.e-a-003 {
  background-image: url("https://e.huawei.com/-/mediae/images/solutions/enterprise-collaboration/smart-classroom-solution/digital-classroom/banner-pc.jpg");
}

.e-a-004 {
  background-image: url("/images/solution/s_edu_a004_t_02.png");
  opacity: 0.86;
}

.e-b-001 {
  background-image: url("https://e.huawei.com/-/mediae/images/industries/education/higher-education/campus-network-higher-education/campus-network/campus-network-banner-pc.jpg");
}

.e-b-002 {
  background-image: url("https://e.huawei.com/-/mediae/images/industries/education/higher-education/talent-development/digital-training/banner-pc-03.jpg");
}

.e-b-004 {
  background-image: url("/images/solution/s_edu_b004_t_02.png");
  opacity: 0.86;
}

.h-a-001 {
  background-image: url("https://e.huawei.com/-/mediae/images/industries/commercial-market/hotel-all-optical-network/banner-pc-01.jpg");
}

.solution_commercial_a-001 {
  background-image: url("https://e.huawei.com/-/mediae/images/industries/commercial-market/smart-all-wireless-small-business-office/smart-all-wireless-small-business-office-banenr-pc1.jpg");
}

.solution_commercial_a-002 {
  background-image: url("/images/solution/office-meeting-banner-pc.jpg");
}

.solution_commercial_a-003 {
  background-image: url("/images/solution/office-security-banner-pc.jpg");
}

.solution_commercial_a-005 {
  background-image: url("/images/solution/smb-anti-risk-security.jpg");
}


.solution_finance-a-002 {
  background-image: url("/images/solution/financial-multi-branch-sd-wan.jpg");
}

.solution_finance-a-003 {
  background-image: url("/images/solution/office-meeting.jpg");
}

.pain-spot .card .card-body .card-text {
  text-align: center;
  color: var(--red);
  font-weight: 400;
}

.pain-spot .card .card-body .card-text {
  border-bottom: 2px solid var(--red);
  padding-bottom: 1rem;
}

.circle {
  display: inline-block;
  border-radius: 18px;
  border: 2px solid var(--red);
  width: 36px;
  height: 36px;

}

.bg-cirlce {
  background-color: #FFFFFF;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 1px solid var(--black);
  margin-left: calc(50% - 60px);
  padding-top: 20px;
  margin-bottom: 2rem;
}



@media screen and (max-width: 1620px) and (min-width: 1200px) {
  .floor {
    padding-top: 1.208vw;
    padding-bottom: 3vw;
    font-size: 12px;
  }

  .product-menu ol {
    left: calc(60% + 200px) !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .floor {
    padding-top: 1.208vw;
    padding-bottom: 3vw;
    font-size: 12px;
  }

  .figure {
    display: flex;
  }

  .vh-50 {
    height: 20vh;
  }

  .case img {
    width: 30vh;
  }

  .product-menu ol {
    left: calc(60% + 260px) !important;
  }

  .news-list li{
    display: flex;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .col-sm-6 {
    max-width: 100%;
  }

  .floor {
    padding-top: 1.208vw;
    padding-bottom: 1vw;
    font-size: 12px;
  }

  .service-principles {
    margin: 2rem auto;
  }

  .figure {
    display: flex;
  }

  .float-left {
    float: none;
  }

  .row {
    display: block;
  }

  .navbar li {
    height: 46px;
    width: auto;
  }

  .vh-50 {
    height: 20vh;
  }

  .min-vh-75{
    min-height: 186px;
  }

  .product-menu ol {
    left: calc(60% + 260px) !important;
  }

  .news-list li{
    display: flex;
  }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
  .col-sm-6 {
    max-width: 100%;
  }

  .floor {
    padding-top: 1.208vw;
    padding-bottom: 3vw;
    font-size: 12px;
  }

  .service-principles {
    margin: 2rem auto;
  }

  .float-left {
    float: none;
  }

  .row {
    display: block;
  }

  .navbar li {
    height: 46px;
    width: auto;
  }

  .vh-50 {
    height: 20vh;
  }
  .min-vh-75{
    min-height: 186px;
  }
  .figure {
    display: flex;
  }

  .case img {
    width: 20vh;
  }
  .news-list li{
    display: flex;
  }
}

@media (max-width: 576px) {
  .floor {
    padding-top: 1.208vw;
    padding-bottom: 3vw;
    font-size: 12px;
  }

  .split-top{
    min-height: 60px;
  }
  .carousel-caption{
    top: 60px;
  }
  .service-principles {
    margin: 2rem auto;
  }

  .float-left {
    float: none;
  }

  .figure {
    display: flex;
  }

  .row {
    display: block;
  }

  .companyinfo .number{
    display: flex;
  }

  .news-list .datetime{
    padding: 1rem 1rem 1rem 0rem;
  }
  .navbar li {
    height: 46px;
    width: auto;
  }

  .vh-50 {
    height: 16vh;
  }
  .min-vh-75{
    min-height: 186px;
  }
  .case img {
    width: 20vh;
  }
  .news-list li{
    display: flex;
  }

  .partners .card{
    width: 100%;
  }
  .partners .card .card-body{
    margin-left: 0px;
    color: #FFFFFF;
    
  }
  .partners .card .card-body .card-title{   
    color: #FFFFFF;    
  }

  .companyinfo .about{
    max-height: 100%;
  }
}

@media (max-width: 438px) {
  .floor {
    padding-top: 1.208vw;
    padding-bottom: 3vw;
    font-size: 12px;
  }

  .service-principles {
    margin: 2rem auto;
  }

  .float-left {
    float: none;
  }

  .row {
    display: block;
  }

  .navbar li {
    height: 46px;
    width: auto;
  }

  .vh-50 {
    height: 20vh;
  }
  .min-vh-75{
    min-height: 186px;
  }
  .case img {
    width: 6vh;
  }
  .news-list li{
    display: flex;
  }
}

@media(max-width:2000px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px;
  }
}

@media(max-width:1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media(max-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1000px;
  }
}

@media(max-width:1100px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 900px;
  }
}

@media(max-width:900px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 800px;
  }
}

@media(max-width:700px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 600px;
  }
}
