﻿body {
  font-family: "微软雅黑" ，sans-serif;
}
* {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
img{
  opacity: 1 !important;
}
/*********header部分*******************/
.navbar-default {
  background-color: #242a37;
  color: #fff;
  border: none;
}
.navbar-default .navbar-brand {
  height: 64px;
  line-height: 32px;
  vertical-align: middle;
  font-size: 28px;
}

.navbar-brand > img {
  display: block;
  padding-top: 7px;
}

.navbar-default .navbar-nav > li > a {
  height: 64px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}

.navbar-default .navbar-toggle:hover {
  border-color: #10c18a;
  background-color: #10c18a;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle {
  margin-top: 15px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #10c18a;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #10c18a;
  background-color: transparent;
}

.navbar-nav li > a.active {
  color: #10c18a;
}

.carousel-caption {
  position: absolute;
  left: 20%;
  top: 50% !important;
  transform: translateY(-50%);
  padding: 0;
  bottom: auto;
  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#carousel-container .carousel-caption h2 {
  font-family: "微软雅黑", helvetica, sans-serif, arial;
  font-size: 36px;
  line-height: 60px;
  margin-top: 0;
}

#carousel-container .carousel-caption p {
  line-height: 30px;
  margin-top: 1em;
  font-size: 16px;
  color: #ccc;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
}

#carousel-container .carousel-caption a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-top: 2em;
  border: 1px solid #27db99;
  color: #27db99;
  text-decoration: none;
  text-align: center;
}
.case-section {
  background-color: #fff !important;
  margin-top: -80px !important;
}

.case-section .carousel {
  margin-top: -20px !important;
}
@media screen and (max-width: 1400px) {
  /* .case-carousel {
    width: 1170px !important;
  } */
}
@media screen and (max-width: 1024px) {
  #carousel-container img {
    height: 486px;
  }

  #carousel-container .carousel-caption h2 {
    font-family: "微软雅黑", helvetica, sans-serif, arial;
    font-size: 36px;
    height: 60px;
    line-height: 60px;
  }

  #carousel-container .carousel-caption p {
    width: 700px;
    line-height: 30px;
    margin-top: 1em;
    font-size: 16px;
    color: #ccc;
    font-family: "微软雅黑", helvetica, sans-serif, arial;
  }

  #carousel-container .carousel-caption a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 2em;
    border: 1px solid #27db99;
    color: #27db99;
    text-decoration: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #carousel-container .carousel-caption h2 {
    font-family: "微软雅黑", helvetica, sans-serif, arial;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
  }

  #carousel-container img {
    height: 240px;
  }

  #carousel-container .carousel-caption p {
    width: 700px;
    line-height: 30px;
    margin-top: 1em;
    font-size: 16px;
    color: #ccc;
    font-family: "微软雅黑", helvetica, sans-serif, arial;
  }

  #carousel-container .carousel-caption a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 2em;
    border: 1px solid #27db99;
    color: #27db99;
    text-decoration: none;
    text-align: center;
  }
}

@media screen and (max-width: 488px) {
  #carousel-container .carousel-caption h2 {
    /* display: none; */
  }

  #carousel-container img {
    /* height: 180px; */
  }

  #carousel-container .carousel-caption p {
    /* display: none; */
  }

  #carousel-container .carousel-caption a {
    /* display: none; */
  }
}

@media screen and (max-width: 358px) {
  #carousel-container .carousel-caption h2 {
    display: none;
  }

  #carousel-container img {
    height: 180px;
  }

  #carousel-container .carousel-caption p {
    display: none;
  }

  #carousel-container .carousel-caption a {
    display: none;
  }
}

main .section {
  padding: 0px 0px 3em 0px;
}
.special-sec {
  background-color: #f7f8fa;
  margin-top: 30px;
}
main .section .section-title > h2 {
  height: 80px;
  line-height: 100px;
  font-size: 24px;
  font-weight: bolder;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
}

main .section .section-title > p {
  height: 30px;
  line-height: 30px;
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
}

main .section1 h4 {
  height: 40px;
  line-height: 45px;
  font-size: 16px;
  text-align: left;
  text-indent: 18px;
}

main .section1 .product-box {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
}

main .section1 .product-box:hover {
  transition: 0.6s;
  box-shadow: 0px 0px 5px #24a980;
}

main .section1 .product-box .media p {
  font-size: 12px;
  color: #c9c9c9;
  text-align: left;
  text-indent: 18px;
}
main .media-heading {
  color: #333 !important;
}
main .section1 .product-box a:hover {
  text-decoration: none;
}

main .section1 .product-box .media .media-right a {
  display: inline-block;
  width: 60px;
  height: 38px;
  margin-right: 15px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  color: #888;
}

main .section .section-more {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  margin: 20px 0;
}

main .section2 .section2-more {
  margin-top: 15px;
}

.section .section-more a {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #0fc18a;
  color: #0fc18a;
  font-size: 18px;
}
/*****************section2部分*****************/

#index_solve {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#index_solve > div.index_solve_min {
  width: 100%;
  display: block;
  height: 420px;
  
  margin: 0 auto;
  position: relative;
}

#index_solve > div.index_solve_min ul {
  display: block;
  overflow: hidden;
  font-size: 0;
  padding-inline-start: 0px;
}

#index_solve > div ul li {
  width: 288px;
  height: 420px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#index_solve > div ul li:hover .index_solve_hover {
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  top: 60px\9 \0;
}

#index_solve > div ul li:hover .solve0_icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}

#index_solve > div ul li:hover .index_solve_hover h5 {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  -o-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#index_solve > div ul li:hover .index_solve_hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  -webkit-transform: translate3d(0, -70px, 0);
  -moz-transform: translate3d(0, -70px, 0);
  -ms-transform: translate3d(0, -70px, 0);
  -o-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
}

#index_solve > div ul li:hover .index_solve_hover span.solve_btn {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  -webkit-transform: translate3d(0, -70px, 0);
  -moz-transform: translate3d(0, -70px, 0);
  -ms-transform: translate3d(0, -70px, 0);
  -o-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
}

#index_solve > div ul li:hover .index_solve_mask {
  background: #00a673;
  opacity: 0.9;
  filter: alpha(opacity=55);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(55));
}

#index_solve > div ul li > a {
  display: block;
}

#index_solve > div ul li > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.solve_img {
  width: 100%;
  height: 100%;
}

div.index_solve1 {
  background: url("../img/index/section2-1.png") no-repeat center center;
}

div.index_solve2 {
  background: url("../img/index/section2-2.png") no-repeat center center;
}

div.index_solve3 {
  background: url("../img/index/section2-3.png") no-repeat center center;
}

div.index_solve4 {
  background: url("../img/index/section2-4.png") no-repeat center center;
}

div.index_solve5 {
  background: url("../img/index/section2-5.png") no-repeat center center;
}

div.index_solve6 {
  background: url("../img/index/section2-5.png") no-repeat center center;
}

div.index_solve_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1ms;
}

div.index_solve_mask1 {
  background: #42444c;
  opacity: 0.6;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
}

div.index_solve_mask2 {
  background: #2c2f38;
  opacity: 0.6;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(65));
}

.index_solve_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.index_solve_int {
  display: block;
  position: relative;
  width: 288px;
  height: 420px;
}

.index_solve_int1 {
  background: url("../img/index/section2-1.png") no-repeat center center;
}

.index_solve_int2 {
  background: url("../img/index/section2-2.png") no-repeat center center;
}

.index_solve_int3 {
  background: url("../img/index/section2-3.png") no-repeat center center;
}

.index_solve_int4 {
  background: url("../img/index/section2-4.png") no-repeat center center;
}

.index_solve_int5 {
  background: url("../img/index/section2-5.png") no-repeat center center;
}

.index_solve_int6 {
  background: url("../img/index/section2-5.png") no-repeat center center;
}

.index_solve_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1ms;
}

.index_solve_hover i {
  position: relative;
  width: 100%;
  height: 70px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

i.solve1_icon {
  background: url("../img/index/mail.png") no-repeat center center;
}

i.solve2_icon {
  background: url("../img/index/iot.png") no-repeat center center;
}

i.solve3_icon {
  background: url("../img/index/tel.png") no-repeat center center;
}

i.solve4_icon {
  background: url("../img/index/id.png") no-repeat center center;
}

i.solve5_icon {
  background: url("../img/index/cloud.png") no-repeat center center;
}

i.solve6_icon {
  background: url("../img/index/cloud.png") no-repeat center center;
}

.index_solve_hover h5 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-top: -42px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.index_solve_hover p {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px;
  position: relative;
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
  height: 72px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.index_solve_hover span.solve_btn {
  display: inline-block;
  border: 1px solid #fff;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 62px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1ms;
}

.index_solve_hover span.solve_btn:hover {
  opacity: 1;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #29e09c;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}

.solve0_icon {
  padding: 0;
  margin: 0;
  font-size: 0;
  height: 78px;
  margin-top: 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1ms;
  background: url("../img/index/solve0_icon.png") no-repeat center center;
}

.index_solve_prev,
.index_solve_net {
  height: 420px;
  width: 50px;
  position: absolute;
  display: block;
  cursor: pointer;
}

.index_solve_prev {
  left: 0;
  background: url("../img/index/prev2.png") no-repeat center center
    rgba(43, 57, 83, 0.5);
}

.index_solve_net {
  right: 0;
  background: url("../img/index/next2.png") no-repeat center center
    rgba(43, 57, 83, 0.5);
}

#index_solve:hover .index_solve_prev,
#index_solve:hover .index_solve_net {
  display: block;
}

.index_sub_title {
  font-size: 18px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  padding-top: 10px;
}

.animations {
  -webkit-animation: fadeInDownBig 0.3s ease both;
  -moz-animation: fadeInDownBig 0.3s ease both;
}

.index_solve_min {
  position: relative;
  overflow: hidden;
}

.index_solve_ul {
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1ms;
}
/**************section3***********************/
main .section3 {
  background: url("../img/index/section3-bg1.png") no-repeat center top;
}
main .special-sec4 {
  margin-top: -20px;
  background-color: #f7f8fa;
}
main .special-sec4 .container {
  margin-bottom: 50px;
}

main .section3 .heart-box {
  padding: 20px 0;
}

main .section3 .heart-box img {
  height: 100px;
}

main .section3 .heart-box img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: all 0.6s;
}

main .section3 h3 {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bolder;
  color: #000;
}

main .section3 p {
  color: #b2b2b2;
}

main .section3 .heart-content p {
  width: 300px;
  padding: 0 50px;
  line-height: 30px;
}
/*******section4部分**********/
.news .img-holder{
  height: 200px;
}
.news .cover-image {
  width: 100%;
  height: 100%;
  display: inline;
}

.news_list_met_16_13.met-index-body {
  padding: 0px 0px 3em 0px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news_list_met_16_13.met-index-body h3 {
  font-size: 22px;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_list_met_16_13.met-index-body h3 a {
  color: #000000;
  position: relative;
  text-decoration: none;
}

.news_list_met_16_13.met-index-body h3 a:after {
  background: none repeat scroll 0 0;
  background-color: #0356e2;
  background-color: ;
  content: "";
  height: 3px;
  width: 30%;
  left: 35%;
  top: 35px;
  position: absolute;
}

.news_list_met_16_13.met-index-body p.desc {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #999999;
  color: ;
  margin: 0px auto;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .news_list_met_16_13.met-index-body {
    padding: 40px 0px;
  }

  .news_list_met_16_13.met-index-body p.desc {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .news_list_met_16_13.met-index-body {
    padding: 30px 0px;
  }

  .news_list_met_16_13.met-index-body p.desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 488px) {
  .news_list_met_16_13.met-index-body p.desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 358px) {
  .news_list_met_16_13.met-index-body p.desc {
    margin-bottom: 20px;
  }
}

.news_list_met_16_13.met-index-news .single-blog-post {
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  background-color: ;
  background-color: ;
}

.news_list_met_16_13.met-index-news .single-blog-post .img-holder {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.news_list_met_16_13.met-index-news .single-blog-post .img-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.news_list_met_16_13.met-index-news
  .single-blog-post
  .img-holder
  .overlay
  .overlays {
  width: 100%;
  height: 100%;
  position: relative;
}

.news_list_met_16_13.met-index-news
  .single-blog-post
  .img-holder
  .overlay
  .overlays:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  opacity: 0.7;
}

.news_list_met_16_13.met-index-news
  .single-blog-post
  .img-holder:hover
  .overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.news_list_met_16_13.met-index-news
  .single-blog-post
  .img-holder
  .overlay
  .inner-holder {
  display: table;
  width: 100%;
  height: 100%;
}

.news_list_met_16_13.met-index-news .single-blog-post .img-holder .date {
  background: #000000;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  line-height: 20px;
  padding: 10px 15px;
  font-weight: 500;
}

.news_list_met_16_13.met-index-news .single-blog-post .img-holder .date b {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
}

.news_list_met_16_13.met-index-news .single-blog-post h2 {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  height: 22px;
  vertical-align: bottom;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news_list_met_16_13.met-index-news .single-blog-post h2:hover {
  color: #0356e2;
}

.news_list_met_16_13.met-index-news .single-blog-post .newsdetail {
  padding: 15px;
  text-align: left;
}

.news_list_met_16_13.met-index-news .single-blog-post .newsdetail > a {
  float: right;
  text-decoration: none;
  color: #27db99;
}

.news_list_met_16_13.met-index-news
  .single-blog-post
  .newsdetail
  .new-box
  .news-title {
  display: block;
  color: #666;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.news_list_met_16_13.met-index-news
  .single-blog-post
  .newsdetail
  .new-box
  .news-date{
    float: right;
    display: block;
  }

.news_list_met_16_13.met-index-news .single-blog-post .newsdetail .new-box {
  height: 30px;
  line-height: 30px;
}

.news_list_met_16_13.met-index-news
  .single-blog-post
  .newsdetail
  .new-box
  span {
  color: #3e3e3e;
  font-weight: 400;
  font-family: helvetica;
}

.news_list_met_16_13.met-index-news .single-blog-post .newsdetail .new-box a {
  color: #27db99;
  text-decoration: none;
}

.news_list_met_16_13.met-index-news .single-blog-post:hover .img-holder:before,
.news_list_met_16_13.met-index-news .single-blog-post:focus .img-holder:before,
.news_list_met_16_13.met-index-news
  .single-blog-post:active
  .img-holder:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767px) {
  .news_list_met_16_13.met-index-news .single-blog-post {
    margin-top: 10px;
  }
}

/**************section5部分******************/

.section5 {
  padding: 0px 0px 3em 0px;
  background-color: #f7f8fa;
}

.section5 .container .row .nav-tabs {
  text-align: center;
  margin: 3em 0px 0px 0px;
  height: 100px;
  line-height: 100px;
}

.section5 .nav-tabs {
  width: 100%;
  border-bottom: none;
}

.section5 .nav-tabs > li.active > a {
  width: 10em;
  color: #10c18a;
  cursor: default;
  background-color: transparent;
  border-bottom: 2px solid #10c18a;
  text-align: center;
}
.nav-tabs > li.active > a {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.nav-tabs > li > a:hover {
  border: none !important;
}

.section5 .nav-tabs > li > a {
  width: 10em;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: bolder;
  background-color: #f7f8fa;
}
.nav-tabs > li > a:hover {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.section5 .partner-box img {
  width: 80%;
  margin: 15px;
  border: 1px solid #f1f1f1;
}

.section5 .container .row .nav-tabs {
  text-align: center;
  margin-top: 3em;
  height: 100px;
  line-height: 100px;
}

.section5 .container .row .nav-tabs li {
  float: none;
  display: inline-block;
}

.section5 .container .row .nav-tabs li.active a {
  display: inline-block;
  width: 200px;
}
.section5 .container .row .nav-tabs li.active a:hover {
  border-bottom: 2px solid rgb(16, 193, 138) !important;
}


footer {
  background-color: #242a37;
  padding-bottom: 40px;
}
footer p:last-child{
  margin-top: 12px;
}
footer .row:nth-of-type(2){
  padding: 0 15px;
}

footer dl {
  margin-top: 30px;
}

footer dl dt {
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

footer dl dd a {
  height: 30px;
  line-height: 30px;
  color: #929093;
  font-size: 12px;
}
footer dl dd a:hover,
footer dl dd a:focus {
  color: #10c18a;
}
footer dl dd img {
  width: 100px;
}

footer h4 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  vertical-align: bottom;
}

footer ul {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  vertical-align: bottom;
}

footer ul li {
  display: inline-block;
  vertical-align: bottom;
}

footer ul li a {
  display: block;
  font-size: 12px;
  color: #929093;
  margin: 0 15px;
}
footer ul li a:hover,
footer ul li a:focus {
  color: #10c18a;
}
footer .border {
  height: 20px;
  border-bottom: 1px solid #929093;
}

footer p {
  font-size: 12px;
  color: #929093;
  margin-top: 20px;
}

.open>.dropdown-menu {
 display: none !important; 
} 
@media screen and (max-width: 560px) {
  .open>.dropdown-menu {
    display: block; 
   }
   /* .nav-menu-solution {
     display: none;
   } */
}
.dropdown-menu {
  margin-left: 10px;
}
.dropdown-menu .nav-menu-content li {
  margin-bottom: 10px;
}
.dropdown-menu .nav-menu-content li a {
  color: #999;
  text-decoration: none;
}
.dropdown-menu .nav-menu-content li a:hover {
  color: #10c18a;
}
@media screen and (max-width: 770px) {
  .nav-menu-solution {
    display: none !important;
  }
  .nav-menu-product {
    display: none !important;
  }
  .open>.dropdown-menu {
    display: block !important;
  }
  .carousel-caption {
    left: 10%;
  }
  /* .carousel-inner {
    width: 85% !important;
    margin: 0 auto;
  } */
  
  main .section1 .product-box .media h4, main .section1 .product-box .media p{
    text-indent: 0;
  }
  .section5 .carousel-inner .item{
    width: 100%;
    margin: 0 auto;
  }
  #index_solve > div.index_solve_min {
    height: 100%;
  }
  #index_solve .index_solve_min ul li {
    margin-bottom: 10px;
  }
  main .section3 .heart-content p {
    margin: 0 auto;
  }
  .case-carousel {
    width: 100% !important;
  }
  .carousel-caption {
    left: 12%;
    right: 12%;
  }
  #carousel-container .carousel-caption h2 {
    font-size: 16px;
  }
  #carousel-container .carousel-caption p{
    font-size: 12px;
  }
  .section3 .container div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  
}
