body {
  font-family: frutigernext, Microsoft YaHei, Arial, Helvetica, sans-serif;
}
/* global */
body {

}

/* header
----------------------------------------------- */
header {
  min-height: 50px;
}

header .container {
  position: relative;
}

header .logo a:hover {
  text-decoration: none;
}
header .logo img {
  width:100%;
}
header .header-navbar {
  position: absobtlute;
  right:0px;
  top:0px;
}
header .header-navbar .dropdown-menu {
    margin:0 0;
}

/* footer
----------------------------------------------- */
footer {
  margin-top:0;
  background-color: #005a38;
  color: #fff;
  padding:10px 0;
}

footer .container,
footer .container-fluid {
  border-radius: 4px;
}
/* link */
.footer-link{
  padding:10px 0;
  text-align:center;
}
.footer-link a,
.footer-link a:link,
.footer-link a:visited{
  padding: 0 10px;
}

/* text */
.footer-text {
  padding:3px;
  font-size: 12px;
  color:white;
}
.footer-text p {

}

/* auth */
.footer-auth {
  padding:10px 0;
  text-align: center;
}
.footer-auth a {
  display: inline-block;
  width: 80px;
  padding: 0 5px;
  text-align: center;
}
.footer-auth a:hover {
  text-decoration: none;
}
.footer-auth img{
  display: block;
  width:80px;
  height:80px;
}
.footer-auth span {
  display: none;
}

.navbar-nav>li>a {
    font-size: 16px;
}

/* navbar */
.dropdown:hover .menu-top {
    display: block;
}
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    min-width: 250px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#777;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover > a:after{
    border-left-color:#777;
}
.dropdown-submenu .pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.cat-navbar {
  margin-bottom: 0;
}
/*.cat-navbar .navbar-nav > li > a{
  padding: 15px 4px;
}
.cat-navbar .navbar-brand {
  padding-top:5px;
}
.cat-navbar .navbar-brand img{

}

@media (min-width: 1150px) {
    .cat-navbar .navbar-nav > li > a  {
      padding:15px 10px;
    }
}
@media (min-width: 1300px) {
    .cat-navbar .navbar-nav > li > a  {
      padding:15px 15px;
    }
}
@media (max-width: 1000px) {
  .cat-navbar .navbar-nav > li > ul {
    display: none;
  }
  .cat-navbar .navbar-brand img {
    height:40px;
    width:133px;
  }
}*/

/* scroll-nav */
.scroll-nav {
  width: 100%;
  overflow: hidden;
  border-bottom:1px solid #ddd;
}
.scroll-nav .swiper-slide {
  padding: 0 5px;
  letter-spacing:2px;
  width:auto;
  text-align:center;
}
.scroll-nav .nav > li.active > a,
.scroll-nav .nav > li.active > a:hover {
  cursor: default;
  color: #555;
  background-color: transparent;
}
.scroll-nav .nav-xs a {
  font-size: 12px;
}
.scroll-nav .nav-sm li.active > a {
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  border-bottom: transparent;
}
.scroll-nav .swiper-button-prev,
.scroll-nav .swiper-button-next {
  opacity: 0.3;
  background-size: 20px 30px;
}
.scroll-nav .swiper-button-prev {
  left:0;
}
.scroll-nav .swiper-button-next {
  right:0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 768px) {
  .scroll-nav .nav a{
    padding:10px 5px;
  }
}

/* cat-links */
.cat-links {
  background-color: #00a0e9;
  padding:10px 0;
}
.cat-links .label{
  font-size: 17px;
}
.cat-links .navbar-nav > li >a {
  font-size: 13px;
  color: #fff;
}
.cat-links .navbar-nav > li >a:hover {
  text-decoration: underline;
}

/* sub-nav */
.sub-nav .nav-pills > li > a {
  padding: 5px 15px;
}

/* article */
.article-list-thumbnail .thumbnail {
  border-radius: 0;
  padding: 0;
  background-color: #f5f5f5;
  text-decoration: none;
}
.article-list-thumbnail .thumbnail img{
  width: 100%;
}
.article-list-thumbnail-body{
  padding:9px;
}
.article-list-thumbnail-title {
   height: 34px;
   overflow: hidden;
   font-size: 16px;
}
.article-list-thumbnail-time {
  text-align:right;
  font-size: 12px;
  color: #999;
}
@media (max-width: 768px) {
    .article-list-thumbnail {
      padding: 0 5px;
    }
    .article-list-thumbnail-body{
      padding:4px;
    }
    .article-list-thumbnail-title {
      margin:5px 0;
    }
}

.article-list-media {
  padding:20px 10px;
  border-bottom:solid 1px #ddd;
}

.article-list-media .media-object {
  width: 250px;
}
.article-list-media .media-object-sm {
  width: 200px;
}
.article-list-media .media-object-xs {
  width: 100px;
}
.article-list-media .media-left {
  padding-right: 20px;
}
.article-list-media .media-heading,
.article-list-media .media-heading a{
  color: #555;
  margin-bottom: 15px;
  text-decoration: none;
}
.article-list-media .media-heading-right{
  float: right;
  padding: 0 10px;
  color: #999;
}
.article-list-media .media-text {
  font-size: 16px;
  line-height: 1.6;
  color: #999;
  overflow: hidden;
  margin-bottom: 15px;
}
.article-list-media .media-info {
  text-align: right;
  color: #aaa;
  padding-top: 20px;
}
.article-list-media  .media-text-ellipsis {
  max-width: 700px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .article-list-media  .media-text-ellipsis {
      max-width: 900px;
    }
}
@media (max-width: 1200px) {
  .article-list-media  .media-text-ellipsis {
      max-width: 700px;
    }
}
@media (max-width: 992px) {
  .article-list-media  .media-text-ellipsis {
      max-width: 500px;
    }
}
@media (max-width: 768px) {
    .article-list-media {
      padding: 10px 5px;
    }
    .article-list-media .media-object {
     width: 100px;
    }
    .article-list-media .media-left {
      padding-right: 5px;
    }
    .article-list-media .media-heading,
    .article-list-media .media-heading h4 {
      font-size: 17px;
      margin: 0 0 5px 0;
    }
    .article-list-media .media-text {
      font-size: 13px;
      margin-bottom: 5px;
    }
    .article-list-media .media-info {
      font-size: 12px;
      padding-top: 0px;
    }
}

/* solution */
.solution-list .thumbnail img{
  width: 100%;
}
.solution-list-body{
  padding:9px;
}
.solution-list-title {
  height: 34px;
  overflow: hidden;
  font-size: 16px;
}
.solution-list-video {

}
.solution-list-product {
  width:46px;
  height:46px;
  padding:0;
}
.solution-list-more {
  float:right;
}
@media (max-width: 768px) {
    .solution-list {
      padding: 0 5px;
    }
    .solution-list-body{
      padding:0;
    }
    .solution-list-title {
      margin:5px 0;
    }
    .solution-list-video,
    .solution-list-more {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
    }
    .solution-list-product {
      width:34px;
      height:34px;
      padding:0;
    }
}

/* product */
.product-list .thumbnail{
  padding:0;
}
.product-list .thumbnail:hover {
  text-decoration: none;
}
.product-list .caption h5 {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.product-list .caption p {
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .detail p{
  padding:20px 20px;
}
.product-list .detail button{
  position:absolute;
  bottom:5px;
  width: 100%;
  text-align:center;
}

@media (max-width: 768px) {
    .product-list {
      padding: 0 5px;
    }
}

/* product detail */
.product-body {
  padding: 50px 40px;
}
.product-title {
  display: inline-block;
  padding: 40px 10px 10px 10px;
  border-bottom: solid 5px #108cee;
}
.product-brief {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.product-sub-title {
  padding: 20px 10px 10px 10px;
}
.product-more {
  padding: 10px 0;
  text-align: right;
}
.product-params {
  font-size: 16px;
  text-align: center;
  margin-top:20px;
}
.product-params th,
.product-params td {
  text-align: center;
}
.product-params tr th {
  background-color: #f5f5f5;
}
.product-params thead th {
  color: #fff;
  background-color: #108cee;
}
@media (max-width: 600px) {
    .product-body {
      padding:90px 5px 40px 5px;
    }
    .product-title{
      padding-top: 0px;
      font-size: 20px;
    }
}

/* download */
.download-list > .thumbnail > img {
  padding:40px;
}
.download-list-body{
  padding:9px;
}
.download-list-title {
  height: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
    .download-list {
      padding: 0 5px;
    }
    .download-list > .thumbnail > img {
      padding:0px;
    }
    .download-list-body{
      padding:0;
    }
    .download-list-title {
      margin:5px 0;
    }
}

/* section */
.section {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
}
.section:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  clear:both;
}
.section-heading,
.section-secondary {
  color: inherit;
  text-align: center;
}
.section-heading-line {
  padding-bottom: 20px;
  border-bottom: solid 1px #d5d5d5;
}
.section-body {
  padding-top:15px;
  padding-bottom: 15px;
}
.section-body-absolute {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 30px;
}
.section-body img {
  max-width: 100%;
}
.section-text {
  padding: 10px 0;
}
.section-image {
  text-align: center;
}
.section-image img {
  max-width: 100%;
}
.section .container {
  max-width: 100%;
}
.section-lg .section-heading {
  font-size: 40px;
}
.section-lg .section-secondary {
  font-size: 36px;
}
.section-lg .section-text {
  font-size: 18px;
  line-height: 1.8;
}
.section-sm .section-heading {
  font-size: 30px;
}
.section-sm .section-secondary {
  font-size: 24px;
}
.section-sm .section-text {
  font-size: 12px;
}
.section-xs .section-heading {
  font-size: 24px;
}
.section-xs .section-secondary {
  font-size: 18px;
}
.section-xs .section-text {
  font-size: 12px;
}

/* panel */
.panel-body img,
.tab-pane img {
  max-width: 100%;
}
.panel-contact .panel-body{
  height:280px;
  overflow: auto;
}

.panel-style1 {
  border:none;
  box-shadow: none;

}
.panel-style1 .panel-heading {
  border-radius: 0;
  padding: 15px;
}
.panel-style1 .panel-title{
  font-size: 18px;
  text-align: center;
}
.panel-style1 .panel-body {
  font-size: 16px;
  line-height: 1.8;
  color:#999;
}

.panel-style2 {
  line-height: 1.8;
}
.panel-style2 .panel-heading {
  background-image: none;
  background-color: transparent;
  padding: 15px;
  color: #333;
  border-color: #ddd;
  text-align: center;
}
.panel-style2 .panel-title{
  font-size: 20px;
}
.panel-style2.panel-primary .panel-title {
  color: #337ab7;
}
.panel-style2 .panel-body {
  font-size: 16px;
  color: #555;
}

.panel-style3 .panel-heading {
  background-color: transparent;
  padding: 30px;
}
.panel-style3 .panel-title {
  font-size: 30px;
}
.panel-style3.panel-primary .panel-title {
  color: #337ab7;
}
.panel-style3 .panel-body {
  font-size: 18px;
  line-height: 2.0;
  color: #999;
  padding: 30px;
}

/* focus */
.focus {
  position:relative;
  display:block;
  overflow:hidden;
}

.focus .detail,
.focus .detail:visited {
  text-decoration: none;
  position:absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  bottom:0;
  left:0;
  display:block;
  color:#fff;
  background:rgba(0, 0, 0, 0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = 'true', startColorstr = '#80000000', endColorstr = '#80000000');
}

/* hover shadow */

.hover-shadow:hover {
  box-shadow: 0 0 8px rgba(186, 204, 207, 0.7)
}

@keyframes rotate {
  from {
    transform-origin: center;
  }

  to {
    transform-origin: center;
    transform:rotate(360deg);
  }
}
.animated.rotate {
  animation-duration: 15s;
}
.rotate {
  animation-name: rotate;
}
.animated.duration-2s {
  animation-duration: 2s;
}
.animated.duration-3s {
  animation-duration: 3s;
}
.animated.duration-4s {
  animation-duration: 4s;
}
.animated.duration-5s {
  animation-duration: 5s;
}
.animated.duration-6s {
  animation-duration: 6s;
}
.animated.duration-7s {
  animation-duration: 7s;
}
.animated.duration-8s {
  animation-duration: 8s;
}
.animated.duration-9s {
  animation-duration: 9s;
}
.animated.duration-10s {
  animation-duration: 10s;
}
.animated.delay-05s {
  animation-delay: 0.5s;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay:4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.delay-6s {
  animation-delay: 6s;
}
.animated.delay-7s {
  animation-delay: 7s;
}
.animated.delay-8s {
  animation-delay: 8s;
}
.animated.delay-9s {
  animation-delay: 9s;
}
.animated.delay-10s {
  animation-delay: 10s;
}
.fill-forwards {
  animation-fill-mode: forwards;
}
.fill-backwards {
  animation-fill-mode: backwards;
}
.fill-both {
  animation-fill-mode: both;
}
/* carousel */
.carousel  .carousel-image {
  width: 100%;
}
.carousel h1,
.carousel h2,
.carousel h3,
.carousel h4,
.carousel h5,
.carousel h6 {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .carousel-inner > .item > img.carousel-image,
  .carousel-inner > .item > a > img.carousel-image {
    width:150%;
    max-width: 150%;
    margin-left:-25%;
  }
  .carousel h1 {
    font-size: 12px;
  }
  .carousel h2 {
    font-size: 11px;
  }
  .carousel h3 {
    font-size: 10px;
  }
}

/* small-box */

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.small-box > .inner {
    padding: 10px
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}

.small-box h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0
}

.small-box p {
    font-size: 15px
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px
}

.small-box h3, .small-box p {
    z-index: 5
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15)
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9
}

.small-box:hover .icon {
    font-size: 95px
}

@media (max-width:767px) {
    .small-box {
        text-align: center
    }

    .small-box .icon {
        display: none
    }

    .small-box p {
        font-size: 12px
    }
}
