/* 头部样式开始 ====================================================================================*/

header {
  color: #fff;
  padding: 10px 0;
  border-color: #e7e7e7;
  background-color: #f8f8f8;
  border: 1px solid transparent;
}

.hpIntroduce{
  line-height: 30px;
  height: 240px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:8;
  overflow: hidden;
  white-space:pre-wrap;
}

.hpNews{
  margin-top: 1%;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:5;
  overflow: hidden;
  white-space:pre-wrap;
}

.newsList{
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  white-space:pre-wrap;
}


/*.navbar {
  margin-bottom: 0;
}*/

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-default .navbar-nav>li>a {
  color: #333333;
  /*font-size: 18px;*/
}

.navbar-default .navbar-nav>.active>a {
  background-color: transparent;
}

.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:hover, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #0F77ED;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #0F77ED;
}

.dropdown-menu {
  text-align: center;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.dropdown-menu>li>a:hover {
  background-color: #0F77ED;
  color: #fff;
}

.navbar-toggle .collapsed {
  background-color: black;
}

.navbar-right .dropdown-menu {
  left: -26px;
}

.dropdown-menu>li>a {
  text-align: center;
  padding: 10px 0px;
  /* white-space: break-spaces; */
}

.navbar-nav>li>.dropdown-menu {
  padding: 0;
  box-shadow: 1px 1px 3px #ccc, -1px 1px 3px #ccc;
}

.nav>li>a {
  padding: 10px 25px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-align: left;
    padding-left: 10%;
  }
}

/*.navbar-toggle {
  background-color: #eaeaea;
}

  .navbar-toggle .icon-bar {
    background-color: gray;
  }*/

/* 头部样式结束 ====================================================================================*/

/* 轮播图样式结束 ====================================================================================*/

#carousel-example-generic .carousel-indicators li {
  width: 45px;
  height: 15px;
  background-color: #fff;
  border: none;
}

#carousel-example-generic .carousel-indicators .active {
  background-color: #D4B422;
  /*width: 45px;
  height: 15px;*/
  /*transition: width 0.5s;*/
}

#carousel-example-generic .carousel-caption {
  text-align: left;
}

#carousel-example-class .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #EAEAEA;
  border: none;
}

#carousel-example-class .carousel-indicators .active {
  background-color: #202F5D;
}

#carousel-example-class .carousel-control {
  width: 0px;
}

#carousel-example-class .carousel-indicators {
  bottom: -20px;
}

#carousel-example-class .carousel-control {
  color: #222B54;
}

#carousel-example-xs-sm .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #EAEAEA;
  border: none;
}

#carousel-example-xs-sm .carousel-indicators .active {
  background-color: #202F5D;
}

#carousel-example-xs-sm .carousel-control {
  width: 0px;
}

#carousel-example-xs-sm .carousel-indicators {
  bottom: -20px;
  left: 40%;
  width: 80%;
}

#carousel-example-xs-sm .carousel-control {
  color: #222B54;
}

#carousel-example-xs .carousel-indicators li {
  background-color: #EAEAEA;
  border: none;
}

#carousel-example-xs .carousel-indicators .active {
  background-color: #D4B422;
  width: 10px;
  height: 10px;
}

#carousel-example-xs .carousel-control {
  width: 0px;
}

#carousel-example-xs .carousel-indicators {
  bottom: 0;
}

#carousel-example-xs .carousel-control {
  color: #222B54;
}

.carousel-inner .item {
  text-align: center;
}

/* 轮播图样式结束 ====================================================================================*/

/* 更多按钮样式开始 ====================================================================================*/

.more {
  height: 36px;
  line-height: 36px;
  background-color: #0F77ED;
  width: 130px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.more:hover {
  background-color: #0F77ED;
}

/* 更多按钮样式结束 ====================================================================================*/

/* 行业方案样式开始 ====================================================================================*/

.selfScale {
  cursor: pointer;
  /*width: 240px;*/
  overflow: hidden;
  position: relative;
}

.selfScale img {
  top: 0;
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.selfScale img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.selfScale-text-area {
  position: absolute;
  /*height: 80px;*/
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
}

.selfScale-text {
  color: #fff;
  text-align: center;
  /*line-height: 80px;*/
  font-weight: bold;
  font-size: 18px;
  /*width: 240px;*/
}

/* 行业方案样式结束 ====================================================================================*/

/* 分隔线样式开始 ====================================================================================*/

hr {
  margin: 1.4em 0;
}

/* 分隔线样式结束 ====================================================================================*/

.sub-nav-arr {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
}

@media (max-width: 991px) {
  .banner-img {
    height: 120px;
    width: 100%;
  }
}

.hero-wrap {
  width: 100%;
  /* height: 100%; */
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

@media (max-width: 1199.98px) {
  .hero-wrap {
    background-position: center center !important;
  }
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .4;
  background: #000000;
}

.hero-wrap.hero-wrap-2 {
  height: 500px;
}

.hero-wrap.hero-wrap-2 .overlay {
  opacity: .5;
}

.hero-wrap.hero-wrap-2 .slider-text {
  height: 500px;
}

.hero-wrap.hero-wrap-2 .slider-text h1 {
  font-weight: 400;
  font-size: 40px;
}

.hero-wrap .slider-text h1 {
  color: #fff;
  line-height: 1.2;
  font-family: "Poppins", Arial, sans-serif;
}

@media (max-width: 991.98px) {
  .hero-wrap .slider-text h1 {
    font-size: 40px;
  }
}

.hero-wrap .slider-text h1 span {
  color: #f79f24;
}

.hero-wrap .slider-text .subheading {
  font-size: 15px;
  color: #f79f24;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero-wrap .slider-text p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.hero-wrap .slider-text p strong {
  font-weight: 700;
}

.hero-wrap .slider-text p strong a {
  color: #000000;
}

.hero-wrap .slider-text .breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  z-index: 99;
}

.hero-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.5);
}

.hero-wrap .slider-text .breadcrumbs span i {
  font-size: 12px;
}

.hero-wrap .slider-text .breadcrumbs span a {
  color: rgba(255, 255, 255, 0.7);
}

.hero-wrap .slider-text .breadcrumbs span a:hover, .hero-wrap .slider-text .breadcrumbs span a:focus {
  color: #f79f24;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i, .hero-wrap .slider-text .breadcrumbs span a:focus i {
  color: #f79f24;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 10px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  /* border: 1px solid #4d4d4d; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel .owl-dots .owl-dot.active:after {
  border-color: #fff;
}

.owl-carousel.home-slider {
  position: relative;
  height: 580px;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 580px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: .2;
  width: 100%;
  padding: 0;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}

.owl-carousel.home-slider .slider-item .slider-text {
  height: 580px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 24px;
  /* font-weight: 700; */
  color: #fff;
  line-height: 1;
  text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 24px;
    letter-spacing: 3px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev, .owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before, .owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before, .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 0;
  margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 0;
  margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev, .owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .owl-dots {
    bottom: 5px;
  }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  /* width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4); */
  width: 15px;
  height: 15px;
  background-color: #EAEAEA;
  border: none;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #D4B523;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #f79f24 !important;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 10px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

/* .owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
} */

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #D4B523;
  border: 1px solid #f79f24;
  color: #fff;
}

.btn.btn-primary:hover {
  border: 1px solid #D4B523;
  background: transparent;
  color: #D4B523;
}

.btn.btn-primary.btn-outline-primary {
  border: 1px solid #D4B523;
  background: transparent;
  color: #D4B523;
}

.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background: #D4B523;
  color: #fff;
}

.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
}

.btn.btn-white:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-white.btn-outline-white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-white.btn-outline-white:hover {
  border: 1px solid transparent;
  background: #fff;
  color: #000000;
}

.btn.btn-secondary {
  background: #064acb;
  border: 1px solid #064acb;
  color: #fff;
}

.btn.btn-secondary:hover {
  border: 1px solid #064acb;
  background: transparent;
  color: #064acb;
}

.btn.btn-secondary.btn-outline-secondary {
  border: 1px solid #064acb;
  background: transparent;
  color: #064acb;
}

.btn.btn-secondary.btn-outline-secondary:hover {
  border: 1px solid transparent;
  background: #064acb;
  color: #fff;
}
.companyProfileImg{
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.companyProfileImg:hover{
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.productServiceImg{
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.productServiceImg:hover{
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.carousel-inner>.item>a>img{
  display: inline;
}

.newsImg{
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.newsImg:hover{
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.vertical-center {
  display: flex;
  align-items: flex-end;
}

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

.solution-more {
  position: absolute;
  bottom: 0;
  left: 19%;
  margin: 5% 5%;
  height: 36px;
  line-height: 36px;
  background-color:#fff;
  width: 130px;
  color: #0F77ED;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0F77ED;
}

.solution-more:hover {
  background-color: #0F77ED;
  color: #fff;
}

.newsTitle{
  font-weight: bold; 
  font-size: 18px; 
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:1;
  overflow: hidden;
  white-space:pre-wrap;
}

.newsSummary{
  color: gray; 
  padding-top: 1%; 
  /* border-bottom: 1px solid gray; 
  padding-bottom: 5%; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  white-space:pre-wrap;
}

.news-more {
  margin: 1% 0 0 0;
  height: 36px;
  line-height: 36px;
  background-color:#fff;
  width: 130px;
  color: #0F77ED;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0F77ED;
}

.news-more:hover {
  background-color: #0F77ED;
  color: #fff;
}

@media (max-width: 430px){
  .solutionDiv{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:8;
    overflow: hidden;
    white-space:pre-wrap;
  }
}
@media (min-width: 431px){
  .solutionDiv{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:6;
    overflow: hidden;
    white-space:pre-wrap;
  }
}
@media (min-width: 500px){
  .solutionDiv{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    white-space:pre-wrap;
  }
}
@media (min-width: 768px){
  .solutionDiv{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:8;
    overflow: hidden;
    white-space:pre-wrap;
  }
}
@media (min-width: 992px){
  .solutionDiv{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:11;
    overflow: hidden;
    white-space:pre-wrap;
  }
}

.total_height {
  height: 240px;
}

@media (max-width: 1200px){
  .solution-more {
    left: 13%;
  }
}
@media (max-width: 991px){
  .solution-more {
    left: 25%;
  }
  .total_height {
    height: 480px;
  }
}
@media (max-width: 765px){
  .solution-more {
    left: 35%;
  }
}
@media (max-width: 525px){
  .solution-more {
    left: 31%;
  }
}
@media (max-width: 420px){
  .solution-more {
    left: 26%;
  }
}
@media (max-width: 330px){
  .solution-more {
    left: 20%;
  }
}
@media (max-width: 280px){
  .solution-more {
    left: 0;
  }
}

.img_hover {
  height: 312px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.img_width_auto {
  width: auto;
  height: 100%;
  transition: 0.6s;
}
.img_hover:hover .img_width_auto{
  transform: scale(1.2,1.2);
}
.img_title_syle {
  width: 100%;
  height: 70px;
  background-color: #0F77ED;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.6s;
}
.img_hover:hover .img_title_syle{
  /* background-color: #D4B523; */
  height: 100%;
  font-size: 26px;
}
@media (max-width: 991px){
  .img_width_auto {
    width: 100%;
    height: auto;
  }
}
