/*********index界面*************/

.icon {
  width: 4em;
  height: 4em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

body,
html {
  font-size: 12px;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}

.olym-index .row {
  margin-left: 0;
  margin-right: 0;
}

.olym-index #menu .nav > li > a {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  font-size: 18px;
}

.olym-index #menu .nav {
  height: 70px;
  float: right;
}

.olym-index #menuList li a {
  padding: 0px 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.olym-index .navbar-inverse {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #080808;
}

@media (max-width: 1024px) {
  .olym-index .carousel-caption h2 {
    font-family: "微软雅黑", helvetica, sans-serif, arial;
    font-size: 36px;
    height: 60px;
    line-height: 60px;
  }
  .olym-index #carousel-example-generic img {
    height: 486px;
  }
}

@media (max-width: 767px) {
  .olym-index .carousel-caption h2 {
    font-family: "微软雅黑", helvetica, sans-serif, arial;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
  }
  .olym-index #carousel-example-generic img {
    height: 240px;
  }
}

@media (max-width: 488px) {
  .olym-index .carousel-caption h2 {
    font-family: "微软雅黑", helvetica, sans-serif, arial;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  .olym-index #carousel-example-generic img {
    height: 180px;
  }
}

@media (max-width: 358px) {
  .olym-index .carousel-caption h2 {
    font-family: "微软雅黑", helvetica, sans-serif, arial;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  .olym-index #carousel-example-generic img {
    height: 180px;
  }
}

.olym-index .dropdown-menu {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 420px;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
}

.olym .dropdown-menu {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 360px;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
}

.olym-index .index-nav .nav-tabs li {
  width: auto;
  float: none;
  display: inline-block;
}

.olym-index .navbar-nav .dropdown-menu {
  text-align: center;
}

.olym-index .navbar-nav .dropdown-menu li {
  text-align: center;
}

.olym-index .dropdown-menu.solution li {
  height: 50px;
  line-height: 50px;
}

.olym-index .dropdown-menu.solution li a,
.olym-index .dropdown-menu.product li a {
  display: inline-block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
}

.olym-index .dropdown-menu.solution li a:hover,
.olym-index .dropdown-menu.solution li a:focus,
.olym-index .dropdown-menu.product li a:hover,
.olym-index .dropdown-menu.product li a:focus {
  color: #27db99;
  background-color: transparent;
}

.olym-index .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #27db99;
  text-decoration: none;
  background-color: transparent;
}

.olym-index .navbar-nav li {
  vertical-align: middle;
  position: static;
}

.olym-index .navbar-nav > li > .dropdown-menu > li {
  display: block;
  vertical-align: top;
}

.olym-index nav .navbar-brand {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0;
}

.olym-index nav .navbar-brand img {
  height: 70px;
}

.olym-index .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.olym-index .carousel-caption p {
  width: 700px;
  line-height: 30px;
  margin-top: 1em;
  font-size: 16px;
  color: #ccc;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
}

.olym-index .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;
}

.olym-index main .section1 .section1-title > h2,
.olym-index main .section2 .section2-title > h2,
.olym-index main .section3 .section3-title > h2,
.olym-index main .section4 .section4-title > h2,
.olym-index main .section5 .section5-title > h2 {
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  font-weight: bolder;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
}

.olym-index main .section1,
.olym-index main .section2,
.olym-index main .section3,
.olym-index main .section4,
.olym-index main .section5 {
  padding: 0px 0px 3em 0px;
}

.olym-index main .section1 .section1-title > p,
.olym-index main .section2 .section2-title > p,
.olym-index main .section3 .section3-title > p,
.olym-index main .section4 .section4-title > p,
.olym-index main .section5 .section5-title > p {
  height: 30px;
  line-height: 30px;
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
}

.olym-index main .section1 h3 {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.olym-index main .section1 .product-box {
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #f5f5f5;
}

.olym-index main .section1 .product-box:hover {
  transition: 0.6s;
  box-shadow: 0px 0px 5px #24a980;
}

.olym-index main .section1 .product-box .media-left 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);
}

.olym-index main .section1 .product-box .media h4 {
  font-size: 16px;
  text-align: left;
  text-indent: 25px;
}

.olym-index main .section1 .product-box .media p {
  font-size: 12px;
  color: #c9c9c9;
  text-align: left;
  text-indent: 25px;
}

.olym-index 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;
}

.olym-index main .section1 .section1-more,
.olym-index main .section2 .section2-more,
.olym-index main .section3 .section3-more,
.olym-index main .section4 .section4-more,
.olym-index main .section5 .section5-more {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  margin: 20px 0;
}

.olym-index main .section2 .section2-more {
  margin-top: 15px;
}

.olym-index main .section1 .section1-more a,
.olym-index main .section2 .section2-more a,
.olym-index main .section3 .section3-more a,
.olym-index main .section4 .section4-more a,
.olym-index main .section5 .section5-more a {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #0fc18a;
  color: #0fc18a;
  font-size: 18px;
}

/*****************section2部分*****************/

.olym-index #index_solve {
  width: 100%;
  height: 420px;
  background: #2c2f38;
  position: relative;
  overflow: hidden;
}

.olym-index #index_solve > div {
  width: 1440px;
  display: block;
  height: 420px;
  margin: 0 auto;
  position: relative;
}

.olym-index #index_solve > div ul {
  display: block;
  overflow: hidden;
  font-size: 0;
}

.olym-index #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);
}

.olym-index #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;
}

.olym-index #index_solve > div ul li:hover .solve0_icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}

.olym-index #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);
}

.olym-index #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);
}

.olym-index #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);
}

.olym-index #index_solve > div ul li:hover .index_solve_mask {
  background: #29e09c;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(55));
}

.olym-index #index_solve > div ul li > a {
  display: block;
}

.olym-index #index_solve > div ul li > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.olym-index .solve_img {
  width: 100%;
  height: 100%;
}

.olym-index div.index_solve1 {
  background: url("../img/index/section2-1.png") no-repeat center center;
}

.olym-index div.index_solve2 {
  background: url("../img/index/section2-2.png") no-repeat center center;
}

.olym-index div.index_solve3 {
  background: url("../img/index/section2-3.png") no-repeat center center;
}

.olym-index div.index_solve4 {
  background: url("../img/index/section2-4.png") no-repeat center center;
}

.olym-index div.index_solve5 {
  background: url("../img/index/section2-5.png") no-repeat center center;
}

.olym-index div.index_solve6 {
  background: url("../img/index/section2-5.png") no-repeat center center;
}

.olym-index 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;
}

.olym-index div.index_solve_mask1 {
  background: #42444c;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
}

.olym-index div.index_solve_mask2 {
  background: #383b42;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(65));
}

.olym-index .index_solve_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.olym-index .index_solve_int {
  display: block;
  position: relative;
  width: 288px;
  height: 420px;
}

.olym-index .index_solve_int1 {
  background: url("../img/index/section2-1.png") no-repeat center center;
}

.olym-index .index_solve_int2 {
  background: url("../img/index/section2-2.png") no-repeat center center;
}

.olym-index .index_solve_int3 {
  background: url("../img/index/section2-3.png") no-repeat center center;
}

.olym-index .index_solve_int4 {
  background: url("../img/index/section2-4.png") no-repeat center center;
}

.olym-index .index_solve_int5 {
  background: url("../img/index/section2-5.png") no-repeat center center;
}

.olym-index .index_solve_int6 {
  background: url("../img/index/section2-5.png") no-repeat center center;
}

.olym-index .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;
}

.olym-index .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);
}

.olym-index i.solve1_icon {
  background: url("../img/index/mail.png") no-repeat center center;
}

.olym-index i.solve2_icon {
  background: url("../img/index/iot.png") no-repeat center center;
}

.olym-index i.solve3_icon {
  background: url("../img/index/tel.png") no-repeat center center;
}

.olym-index i.solve4_icon {
  background: url("../img/index/id.png") no-repeat center center;
}

.olym-index i.solve5_icon {
  background: url("../img/index/cloud.png") no-repeat center center;
}

.olym-index i.solve6_icon {
  background: url("../img/index/cloud.png") no-repeat center center;
}

.olym-index .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);
}

.olym-index .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);
}

.olym-index .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;
}

.olym-index .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));
}

.olym-index .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;
}

.olym-index .index_solve_prev,
.olym-index .index_solve_net {
  height: 420px;
  width: 50px;
  position: absolute;
  display: none;
  cursor: pointer;
}

.olym-index .index_solve_prev {
  left: 0;
  top: 0;
  background: url("../img/index/prev2.png") no-repeat center center
    rgba(43, 57, 83, 0.5);
}

.olym-index .index_solve_net {
  right: 0;
  top: 0;
  background: url("../img/index/next2.png") no-repeat center center
    rgba(43, 57, 83, 0.5);
}

.olym-index #index_solve:hover .index_solve_prev,
.olym-index #index_solve:hover .index_solve_net {
  display: block;
}

.olym-index .index_sub_title {
  font-size: 18px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  padding-top: 10px;
}

.olym-index .animations {
  -webkit-animation: fadeInDownBig 0.3s ease both;
  -moz-animation: fadeInDownBig 0.3s ease both;
}

.olym-index .index_solve_min {
  position: relative;
  overflow: hidden;
}

.olym-index .index_solve_ul {
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1ms;
}
/**************section3***********************/
.olym-index main .section3 {
  background: url("../img/index/section3-bg.png") no-repeat;
  background-size: cover;
}

.olym-index main .section3 .heart-box {
  padding: 20px 0;
}

.olym-index main .section3 .heart-box img {
  height: 100px;
}

.olym-index 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;
}

.olym-index main .section3 h3 {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bolder;
  color: #000;
}

.olym-index main .section3 p {
  color: #b2b2b2;
}

.olym-index main .section3 .heart-content p {
  width: 300px;
  padding: 0 50px;
  line-height: 30px;
}

/*******section4部分**********/

.news .cover-image {
  display: inline;
}

.news_list_met_16_13.met-index-body {
  padding: 0px 0px 3em 0px;
  background-color: #fff;
  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;
  background: ;
  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;
  color: ;
  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: inline-block;
  color: #666;
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.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部分******************/

.olym-index .section5 {
  padding: 0px 0px 3em 0px;
  background-color: #f7f8fa;
}

.olym-index .section5 .nav-tabs {
  width: 100%;
  height: 60px;
  border-bottom: none;
}

.olym-index .section5 .nav-tabs > li.active > a,
.olym-index .section5 .nav-tabs > li.active > a:focus,
.olym-index .section5 .nav-tabs > li.active > a:hover {
  width: 15em;
  color: #10c18a;
  cursor: default;
  background-color: transparent;
  border-bottom: 2px solid #10c18a;
  text-align: center;
}

.olym-index .section5 .nav-tabs > li > a {
  /*width: 15em;*/
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: bolder;
  background-color: #f7f8fa;
}

.olym-index .section5 .partner-box img {
  width: 80%;
  margin: 15px;
  border: 1px solid #f1f1f1;
}

.olym-index footer {
  background-color: #242a37;
  padding-bottom: 40px;
}
footer p:last-child{
  margin-top: 12px;
}
footer .row:nth-of-type(2){
  padding: 0 15px;
}

.olym-index footer dl {
  margin-top: 30px;
}

.olym-index footer dl dt {
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.olym-index footer dl dd a {
  height: 30px;
  line-height: 30px;
  color: #929093;
  font-size: 12px;
}

.olym-index footer dl dd img {
  width: 100px;
}

.olym-index footer h4 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  vertical-align: bottom;
}

.olym-index footer ul {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  vertical-align: bottom;
}

.olym-index footer ul li {
  display: inline-block;
  vertical-align: bottom;
}

.olym-index footer ul li a {
  display: block;
  font-size: 12px;
  color: #929093;
  margin: 0 15px;
}

.olym-index footer .border {
  height: 20px;
  border-bottom: 1px solid #929093;
}

.olym-index footer p {
  font-size: 12px;
  color: #929093;
  margin-top: 20px;
}

/****************密九邮页面样式**************************/

main .btn-group {
  height: 50px;
  line-height: 50px;
}

main .btn-group a {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #3e3e3e;
  text-decoration: none;
  cursor: pointer;
}

main .btn-group a:hover,
main .btn-group a:focus,
main .btn-group a.btn-active {
  color: #10c18a;
  border-bottom: 2px solid #10c18a;
}

main .section1 {
  margin-top: 30px;
}

main .section1-header {
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  margin: 3em 0 1em 0;
  border-left: 6px solid #10c18a;
  font-size: 20px;
  font-weight: bolder;
  color: #000;
}

main .section1 p {
  height: 30px;
  line-height: 30px;
  text-indent: 2em;
  color: #666;
  font-size: 16px;
}

main .section2 {
  width: 100%;
  padding: 15px 0;
  background-color: #f7f8fa;
}

main .section-header {
  display: block;
  height: 60px;
  line-height: 60px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bolder;
  color: #000;
  text-align: center;
  text-decoration: none;
}

main .section2 .media {
  padding: 15px;
  margin: 10px 0;
}

main .section2 .media .media-heading {
  color: #666;
  font-size: 16px;
}

main .section2 .media .media-body p {
  padding-top: 10px;
  color: #666;
  font-size: 14px;
}

main .section3 {
  width: 100%;
  padding: 15px 0;
  background: #fff;
  background: url("../img/product/section3-bg.png") no-repeat;
}

main .section3 .card {
  width: 320px;
  height: 360px;
  padding: 30px;
  margin: 15px 0;
  border: 1px solid #f1f2f4;
  box-shadow: 1px 1px 5px #ccc;
}

main .section4 h3 {
  font-weight: bold;
  font-size: 18px;
  color: #3e3e3e;
}

main .section4 .media {
  background-color: #f7f7f7;
  padding: 15px;
  margin: 10px 0;
}

main .section4 .media .media-heading {
  font-size: 16px;
  line-height: 30px;
}

/*****************solution 解决方案部分样式********************/

/******************公共部分样式************************/

main .solution .btn-group,
main .product .btn-group {
  height: 4em;
  padding: 3em 0;
}

main .solution .btn-group a,
main .product .btn-group a {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 1.2em;
  color: #3e3e3e;
  text-decoration: none;
  cursor: pointer;
}

main .solution .btn-group a:hover,
main .solution .btn-group a:focus,
main .solution .btn-group a.btn-active {
  color: #10c18a;
  border-bottom: 2px solid #10c18a;
}

main .product .btn-group a:hover,
main .product .btn-group a:focus,
main .product .btn-group a.btn-active {
  color: #10c18a;
  border-bottom: 2px solid #10c18a;
}

main .solution .section-header,
main .product .product-header {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bolder;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.mailSolution-section {
  padding: 3em 0;
}

/************mailSolution邮件安全解决方案*************************/

.mailSolution-section1 h2,
.mailSolution-section2 h2,
.mailSolution-section h2 {
  height: 2em;
  margin: 3em 0 1em 0;
  font-size: 2em;
  font-weight: bolder;
}

.mailSolution-section1 .card {
  height: 320px;
  border: 1px solid #f1f2f4;
  border-radius: 0.5em;
  padding: 1.2em;
  cursor: pointer;
}

.mailSolution-section1 .card:hover,
.mailSolution-section1 .card:focus {
  box-shadow: 0px 3px 5px #f1f2f4;
}

.mailSolution-section1 .card .card-text {
  height: 10em;
  line-height: 30px;
  font-size: 1.2em;
  color: #929093;
}

.mailSolution-section1 .card .card-footer {
  float: right;
  height: 3.2em;
}

main .mailSolution-section2 {
  background-color: #f7f8fa;
  padding: 3em 0;
}

main .encrytedcall-section2 {
  padding: 3em 0;
}

.mailSolution-section2 .card {
  height: 360px;
  border: 1px solid #f1f2f4;
  padding: 1.2em;
  background-color: #fff;
}

.mailSolution-section2 .card-title {
  font-size: 1.5em;
  font-weight: bolder;
  padding: 1em 1em 0.5em 1em;
}

.mailSolution-section2 .card-text {
  height: 8em;
  line-height: 30px;
  color: #929093;
  font-size: 1.2em;
}

.mailSolution-section2 .card-footer {
  padding-left: 2em;
}

.mailSolution-section2 .card-footer ul li {
  list-style: disc;
  line-height: 30px;
  color: #929093;
}

.media-content {
  padding-left: 25px;
  color: #666;
}

.product .section1 {
  padding: 3em 0;
}

.product .section2 {
  background-color: #fff;
}

.product .section2 .nav-tabs > li.active > a,
.product .section2 .nav-tabs > li.active > a:focus,
.product .section2 .nav-tabs > li.active > a:hover {
  width: 15em;
  color: #10c18a;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 2px solid #10c18a;
  text-align: center;
}

.product .section2 .nav-tabs > li > a {
  width: 15em;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px;
  text-align: center;
  color: #000;
  background-color: #f0f3f7;
}

.product .section3-t {
  background-color: #f7f8fa;
}

.product .section3-t table {
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  border: 1px solid #eaeaeb;
}

.product .section3-t table tr {
  height: 2.5em;
  line-height: 2.5em;
  color: #959595;
}

.product .section3-t table tr:nth-child(odd) {
  background: #f7f8fa;
}

.product .section3-t table tr:nth-child(even) {
  background: #fff;
}

.product .section3-t p {
  height: 3em;
  margin: 2em 0;
}

.product .section4 .card {
  box-shadow: 0px 3px 3px #f4f4f4;
}

.product .section4 .col-md-4 .card-block {
  border: 1px solid #f4f4f4;
  padding: 15px;
}

.product .section4 .card-img-top {
  width: 100%;
  height: 100%;
}

.product .section4 .card p {
  height: 90px;
  line-height: 30px;
}

.product .section6 {
  height: 656px;
  background: url(../img/solution/mailSolution/mailSolution6-bg.png) no-repeat;
  background-size: cover;
}

.product .section6 button {
  height: 80px;
  width: 240px;
  margin: 2em 0;
  background-color: #10c18a;
  color: #fff;
  border-radius: 40px;
  font-size: 2em;
}

.encrytedcall-section2 .small-title {
  height: 2.5em;
  line-height: 2.5em;
  color: #666;
  font-size: 1.25em;
}

.encrytedcall-section2 .media {
  height: 114px;
  border: 1px solid #e7eaec;
  background-color: #f3f6f9;
}

.encryptedcallSection2 {
  background-color: #f7f8fa;
}

.encryptedcallSection2 .card {
  height: 370px;
  padding: 1.25em;
  margin: 1em 0 1em 0;
  border: 1px solid #f1f2f4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0px 3px 3px #f1f2f4;
  background-color: #fff;
}

.encryptedcallSection2 .card .card-header {
  margin-top: 6em;
}

.encryptedcallSection2 .card .card-title {
  height: 3em;
  line-height: 3em;
}

.encryptedcallSection2 .card .card-text {
  line-height: 2em;
  padding: 0 2em;
  color: #666;
}

.encryptedcallSection3 {
  height: 560px;
  background: url(../img/solution/encryptedcall/encryptedcallSec3-bg.png)
    no-repeat;
  background-size: cover;
}

.encryptedcallSection3 .media {
  height: 94px;
  margin: 1em 0;
}

.encryptedcallSection3 .media p {
  line-height: 30px;
  color: #666;
}

.internet-of-things-solution-section2 p {
  text-indent: 2em;
  line-height: 30px;
  color: #666;
  font-size: 1.25em;
}

.internet-of-things-solutionSection3 {
  height: 408px;
}

.accessSection3 {
  height: 820px;
}

.accessSection3 .tabList {
  margin: 0 0 3em 0;
}

.accessSolution-section4 .card p.card-text {
  height: 120px;
  line-height: 30px;
}

/************aboutUs页面样式**************/

.aboutUs {
  margin-top: 2em;
}

.aboutUs .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #666;
  border: 1px solid #f1f2f4;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: center;
}

.aboutUs .nav > li > a:last-child {
  border-bottom: 1px solid #f1f2f4;
}

.aboutUs .nav > li > a img {
  padding: 0 5px 0 0;
}

.aboutUs .nav > li.active a {
  color: #10c18a;
}

/* 三角形 */
.triangle {
  margin-right: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #10c18a;
}

.aboutUs .nav > li.active {
  background-color: #f1f2f6;
}

.aboutUs .company-title {
  /* height: 40px; */
  margin: 0 0 1em 0;
  border-left: 4px solid #10c18a;
  text-indent: 10px;
}

.aboutUs .company-content {
  color: #666;
  line-height: 2em;
}

.aboutUs .company-content span {
  display: inline-block;
  text-indent: 2em;
}

.aboutUs #tab1 video {
  margin: 2em 0 5em 0;
}

.aboutUs #tab3 img {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #f1f2f4;
}
.aboutUs #tab3 .honours img {
  height: 200px;
}
.aboutUs #tab3 .qualification img {
  height: 282px;
}

.aboutUs #tab3 p {
  margin: 0 0 2em 0;
  color: #666;
}

.aboutUs #tab4 .section1-head p {
  width: 100%;
  padding: 23px 24px 23px 30px;
  height: 100px;
  line-height: 24px;
  background: url("../img/aboutUs/about-us-back.png") no-repeat;
  /* background:linear-gradient(0deg,rgba(251,250,255,1),rgba(247,248,253,1)); */
  background-size: cover;
  margin: 1em 0;
  border-right: 1px solid rgba(221, 221, 221, 1);
  text-indent: 0;
}

.aboutUs #tab4 .travel-img {
  padding: 0;
}

.aboutUs #tab4 .travel-img1 img {
  width: 100%;
  /* height: 262px; */
  border: 1px solid #f1f2f4;
}

.aboutUs #tab4 .travel-img2 img {
  width: 100%;
  height: 173px;
  border: 1px solid #f1f2f4;
}

.aboutUs #tab4 .section1,
.aboutUs #tab4 .section2,
.aboutUs #tab4 .section3,
.aboutUs #tab4 .section4 {
  background: #fff;
}

.aboutUs #tab4 section h4 {
  margin: 30px 0;
}

.aboutUs #tab4 .section2 video {
  margin: 0 0 70px 0;
}
.special-travel {
  margin-top: 30px;
}
.special-title {
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}
.special-title1 {
  margin-bottom: 40px !important;
}
.aboutUs #tab4 .section3 .left-int,
.aboutUs #tab4 .section2 .right-img {
  height: 270px;
  vertical-align: middle;
  margin: 0 0 3em 0;
}

.aboutUs #tab4 .section3 .join-us {
  margin: 3em 0;
}

.aboutUs #tab5 .tab-pane {
  position: relative;
}
.aboutUs #tab5 .context-num img {
  width: 100%;
  border: 1px solid #f1f2f4;
}
.aboutUs #tab5 .context-map {
  margin-top: 60px;
  background-color: #f7f9fc;
  padding: 10px;
}
.aboutUs #tab5 .context-map .col-md-7 {
  padding: 0;
}
.aboutUs #tab5 .context-map img {
  width: 100%;
  padding: 5px;
}
.aboutUs #tab5 .context-map .map-address {
  padding: 0;
  padding: 5px;
}
.aboutUs #tab5 .context-map .map-address .media {
  background-color: #fff;
  padding: 15px 5px 5px 5px;
}
.aboutUs #tab5 .context-map .map-address .media .media-content {
  padding-left: 10px;
}
.aboutUs #tab5 .context-map .map-address .media h4 {
  font-size: 16px;
  color: #666;
}
.aboutUs #tab5 .context-map .map-address .media p {
  color: #999;
  font-size: 12px;
  margin: 0;
  height: 24px;
  line-height: 24px;
}
.aboutUs #tab5 .partner,
.aboutUs #tab5 .service {
  background: #f7f8fc;
  height: 400px;
  padding: 2em;
  margin: 3em 0;
  color: #666;
  font-weight: normal;
}
/*************CISP培训页面样式********************/

.cisp .cisp-section h2 {
  height: 2em;
  margin: 3em 0 1em 0;
  font-size: 2em;
  font-weight: bolder;
}
.cisp .cisp-section1 .pic {
  padding: 0;
}
.cisp .section1-content h4 {
  font-size: 1.5em;
  color: #000;
  margin: 2em 0 1em 0;
  font-weight: bolder;
}
.cisp .section1-content p {
  line-height: 2em;
  font-size: 14px;
}
.cisp .section1-content ul {
  margin: 0 0 5em 0;
  list-style-image: url("../img/cisp/yuan.png");
}

.cisp .section1-content ul li {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-indent: 0.5em;
}

.cisp .cisp-section2 {
  background-color: #f7f8fa;
}

.cisp .cisp-section2 .tabList {
  margin: 0 0 5em 0;
  font-size: 14px;
}

.cisp .cisp-section2 .tabList thead {
  background-color: #10c18a;
  color: #fff;
}

.cisp .cisp-section2 .tabList td {
  vertical-align: middle;
  text-align: center;
}

.cisp .cisp-section3 {
  margin: 3em 0;
  background-color: #fff;
}

.cisp .cisp-section3 p {
  line-height: 30px;
  text-indent: 2em;
  color: #666;
}

.cisp .cisp-section4 {
  background-color: #fff;
}

.cisp .cisp-section4 #index_solve {
  margin: 0 0 5em 0;
}

.cisp .cisp-section4 i.solve1_icon {
  background: url("../img/cisp/doctor.png") no-repeat center center;
}

.cisp .cisp-section4 i.solve2_icon {
  background: url("../img/cisp/work-experience.png") no-repeat center center;
}

.cisp .cisp-section4 i.solve3_icon {
  background: url("../img/cisp/training-qualifications.png") no-repeat center
    center;
}

.cisp .cisp-section4 i.solve4_icon {
  background: url("../img/cisp/pass.png") no-repeat center center;
}
.cisp .cisp-section5 {
  background-color: #f7f8fa;
}

.cisp .cisp-section5 .row {
  line-height: 30px;
}

.cisp .cisp-section5 .guidance-notes {
  margin: 0 0 3em 0;
}

.cisp .cisp-section5 label {
  display: inline-block;
  width: 120px;
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #666;
}

.cisp .cisp-section5 span {
  color: #666;
  font-size: 14px;
}

/************news-center新闻中心页面样式*****************/

.news-center .media {
  margin: 40px 0;
  position: relative;
}

.news-center .news #myTab {
  margin-top: 2em;
  height: 60px;
  line-height: 60px;
  border: none;
}

.news-center .news .nav-tabs > li a {
  color: #666;
}

.news-center .news .nav-tabs > li.active > a,
.news-center .news .nav-tabs > li.active > a:focus,
.news-center .news .nav-tabs > li.active > a:hover,
.news-center .news .nav-tabs > li.active > a:visited {
  color: #666;
  cursor: pointer;
  background-color: transparent;
  border: transparent;
  border-bottom-color: transparent;
}

.news-center .news .nav-tabs > li.active > a,
.news-center .news .nav-tabs > li.active > a:focus,
.news-center .news .nav-tabs > li.active > a:hover {
  color: #10c18a;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #10c18a;
  text-align: center;
}

.news-center .news .media .media-body .media-heading {
  line-height: 30px;
  font-size: 20px;
  font-weight: bolder;
  color: #000;
}

.news-center .news .media .news-content {
  line-height: 2em;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: justify;
}

.news-center .news .media img {
  width: 440px;
  height: 290px;
}

.news-center .news .media .news-date {
  margin: 20px 0;
  color: #666;
  font-size: 1em;
}

.news-center .news .media .news-button .btn {
  position: absolute;
  bottom: 5px;
  width: 150px;
  height: 40px;
  line-height: 25px !important;
  border-radius: 0px !important;
  border: 1px solid #d2d2d2;
  background-color: transparent;
  color: #666;
}

.news-center .news .media .news-button .btn:hover,
.news-center .news .media .news-button .btn:active,
.news-center .news .media .news-button .btn:focus {
  background-color: #10c18a;
  color: #fff;
  cursor: pointer;
  outline: none;
}

/*********************.news页面样式*/

.news tr {
  border-bottom: 1px solid #d8d8d8;
}
.news .media-heading {
  margin-bottom: 15px !important;
}

.news .news-header {
  margin: 40px auto 20px;
  width: 60%;
  line-height: 35px;
  font-size: 25px;
  text-align: center;
  color: #000;
  font-weight: bolder;
}
.news p {
  font-size: 15px;
}
.news .news-time {
  color: #888;
  text-align: center;
}
.news .barcon {
  color: #10c18a;
  margin: 20px 0;
}
.news .barcon span {
  border: 1px solid #ddd;
  display: inline-block;
  height: 35px;
  padding: 6px 12px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 0;
}
.news .barcon a {
  display: inline-block;
  color: #10c18a;
  margin: 0 5px;
}
.news .barcon .active {
  color: #222;
  border: none;
}
.news .barcon .active span {
  border: none;
}

/**********download-center***********/

.download-center .downloadObj {
  margin-top: 6em;
}

.download-center .downloadObj .media .media-left img {
  padding: 15px;
  width: 250px;
  height: 250px;
}

.download-center .downloadObj .media .download-content {
  height: 6em;
  line-height: 2em;
  color: #666;
  font-size: 14px;
  text-indent: 2em;
}

.download-center .downloadObj .media .media-body {
  padding: 15px;
  padding-left: 8em;
}

.download-center .downloadObj .media .news-button .btn {
  width: auto;
  border: 1px solid #d2d2d2;
  background-color: transparent;
  color: #666;
  right: 25px;
}
