﻿@charset "utf-8";
@charset "utf-8";
@borderColor: #e5e5e5;
@mainColor: #1a4899;
@accessoryColor: #0061a6;

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 9000;
}

.navbar {
  border: 0px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  font-family: "Roboto";
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: none;
  background: none;
}

/*公用菜单样式*/
#mainmenu {
  .navbar {
    .navbar-nav {
      > li {
        text-align: left;
        > a {
          text-shadow: none;
          font-weight: bold;
          padding: 26px 20px;
          font-size: 1.1em;
          transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          border-bottom:2px solid transparent;

        }
        > ul {
          > li {
            border: 0px;
            > a {
              color: #555;
              padding: 8px 10px;
              font-weight: normal;

            }
          }
        }
      }
    }

    .navbar-toggle {
      border: 0px;
      margin-top: 10px;
    }

    .navbar-brand img {
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
    }

  }

  .navmenu-brand {
    padding: 0px 15px
  }

}

.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
  border-radius: 0px;
}

.dropdown-menu:after, .dropdown-menu:before {
  bottom: 100%;
  left: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dropdown-submenu {
  position: relative;
  > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  &:hover {
    > .dropdown-menu {
      display: block;
    }

    > a:after {
      border-left-color: #fff;
    }
  }
  > 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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }

  &.pull-left {
    float: none;
    .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;
    }

  }
}

#mainmenu .offcanvas {
  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    text-align: left;
    list-style: none;
    background: #fff;
    padding: 25px 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);

    .header {
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #e0e0e0;
      display: block;
    }

    .pic-block {

      a {
        display: inline-block;
        position: relative;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;

        img {
          display: inline-block;
          margin-bottom: 10px;
          border-radius: 4px;
          width: 100px;
          overflow: hidden;
          transition: all 0.5s ease-in-out 0s;
          -moz-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
        }

        &:hover {
          text-decoration: none;
          color: @accessoryColor;
          img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            opacity: 0.5;

          }
        }

        .quickview {
          position: absolute;
          left: 0px;
          width: 100%;
          text-align: center;
          display: none;
          top: 40px;
          line-height: 30px;
          background: @accessoryColor;
          color: #fff;

        }

        &:hover {
          .quickview {
            display: block;
          }
        }

      }

    }

  }

  &.in {
    .submenu {
      display: none;
      background: #fff;
      position: relative;

      .pic-block {

        a {
          display: block;
          margin-left: 0px;
          margin-right: 0px;
          color: #666;
          text-align: left;
          img {
            display: none;
          }

          div {
            line-height: 25px;
          }
        }

      }

    }
  }

}

/*********************************普通模式*********************************************/

#mainmenu .navbar-default {
  box-shadow: none;
  background: none;

  .navbar-brand {
    color: #fff;
    padding: 0px 15px;
  }

  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #f5f5f5 !important;
  }
  .navbar-nav > li {
    > a {

      color: #333;
      font-weight: normal;
      &:hover, &:focus, &:active {
        color: @accessoryColor;
        border-bottom:2px solid @accessoryColor;
      }
    }
    > .dropdown-menu {

      margin-top: 0px;
      border-radius: 0px;
      &:after {
        border-color: rgba(213, 0, 0, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
      }
      &:before {
        border-color: rgba(25, 245, 0, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-left: -11px;
      }
    }

  }

}

/*********************************反色模式*********************************************/
#mainmenu .navbar-inverse {
  background: transparent;

  .navbar-offcanvas {
    background: none;
  }
  .navbar-nav {
    > li {

      > a {
        color: #fff;
        &:hover, &:focus, &:active {
          color: #78f0d3;

        }

      }

      > .dropdown-menu {

        margin-top: 0px;
        border-radius: 0px;
        &:after {
          border-color: rgba(213, 0, 0, 0);
          border-bottom-color: #fff;
          border-width: 10px;
          margin-left: -10px;
        }
        &:before {
          border-color: rgba(25, 245, 0, 0);
          border-bottom-color: #ccc;
          border-width: 11px;
          margin-left: -11px;
        }
      }

    }
  }
  .navbar-link {
    color: #fff
  }
  .navbar-brand {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;

  }

  .navbar-toggle {
    &:hover, &:focus {
      background-color: @accessoryColor !important;
    }
  }
}

#subMenu {
  background: @accessoryColor;
}

#subMenu .navbar-inverse {
  min-height: 66px;
  .navbar-offcanvas {
    background: none;
  }
  .navbar-nav {
    > li {
      > a {
        color: #fff;
        padding-top: 16px;
        min-height: 66px;
        &:hover, &:focus {
          color: #fff;
          background: @mainColor;
        }
        &.active {
          color: #fff;
          background: @mainColor;
        }
      }
    }
  }
}

/*折叠装态*/
#mainmenu .offcanvas.in {
  width: 200px;
  border-left-color: #ccc;
  background: #fff;
  .navbar-nav {
    > li > a {
      color: #333;
      border-bottom: 1px solid @borderColor;
      border-left: 0px;
      border-right: 0px;
      padding-top: 8px !important;
      padding-bottom: 8px !important;


      &:hover, &:focus {
        background: none;
        background-color: #f5f5f5;
        box-shadow: none;
        border-radius: 0px;
        border: 0px;
        border-bottom: 1px solid @borderColor;
      }

    }
    li li a {
      padding-left: 25px;
    }

    > .open > a, > .active > a {
      background: none;
      background-color: #f5f5f5;
      box-shadow: none;
      border-radius: 0px;
      border: 0px;
      border-bottom: 1px solid @borderColor;
    }

    .open .dropdown-menu > li > a {
      &:hover, &:focus {
        background-color: #f5f5f5;
      }
    }

  }

  .dropdown-menu {
    > li {
      > a {
        color: #333;
        border-bottom: 1px solid @borderColor;
        border-left: 0px;
        border-right: 0px;
        padding-top: 8px;
        padding-bottom: 8px

      }
    }
  }

}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

#pageData {
  border-bottom: 1px solid @borderColor;
}

#pageData .navbar {
  margin-bottom: -10px;
}

#pageData .navbar-header {
  color: @accessoryColor;
  font-size: 1.1em;
  padding-top: 10px;
}

#pageData .navbar .navbar-nav > .open > a, #pageData .navbar .navbar-nav > .active > a {
  box-shadow: none;
}

#pageData .navbar .navbar-nav > .active > a, #pageData .navbar .navbar-nav > .active > a:hover, #pageData .navbar .navbar-nav > .active > a:focus {
  background: url(/images/barr.jpg) no-repeat center bottom;
  color: @accessoryColor;
  box-shadow: none;

}

.mixItUp .mix {
  display: none;
}

/***********通用样式**********/

html, body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 13px;
  overflow-x: hidden;
  color: #333;
}

body {
  background-color: #fff;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  height: 100%;
  overflow: hidden;
}

.opacity-button {
  border: 0px;
  background: none;
  padding: 0px;
}

label {
  font-weight: normal
}

.graytext {
  color: #666;
}

.dblline {
  line-height: 2em;
}

.articles a {
  display: block;
  line-height: 2.1em;
  padding-left: 15px;
  background: url(/images/rect.jpg) no-repeat left 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.radius15 {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#scrollNews {
  position: relative;
  top: -200px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 2000;
  text-align: center;
  opacity: 0;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  text-align: center;
}

#scrollNews_close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.radius-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;

}

.home_header {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.gotop:hover {
  text-decoration: none;
}

.border-top {
  border-top: 1px solid @borderColor
}

.border-bottom {
  border-bottom: 1px solid @borderColor
}

.input-xs {
  height: 24px;
  text-indent: 5px;
  border: 0px;
  background: #f2f2f2;
  color: #555;
  border: 1px solid @borderColor;
  background: #fff;
}

.stButton span {
  height: 24px !important;;
}

.margintp {
  margin-top: 10px
}

.margin2xtp {
  margin-top: 20px
}

.margin3xtp {
  margin-top: 30px
}

.margin4xtp {
  margin-top: 40px
}

.marginbt {
  margin-bottom: 10px
}

.margin2xbt {
  margin-bottom: 20px
}

.margin3xbt {
  margin-bottom: 30px
}

.margin4xbt {
  margin-bottom: 40px
}

.fa-lg {
  font-size: 1.3em;
}

.linkbutton {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d0d0d0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  color: #444;
  border-radius: 4px;
  &:hover {
    text-decoration: none;
    color: #fff;
    background: #005fd3;
    border: 1px solid #005fd3
  }
}

.whitebutton {
  display: inline-block;
  padding: 5px 10px;
  background: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  &:hover {
    text-decoration: none;
    color: #fff;
    background: @accessoryColor;
  }
}

.whitetext, .whitetext * {
  color: #fff;
  line-height: 1.6em;
}

.border {
  border: 1px solid @borderColor
}

.picshadow {
  box-shadow: 1px 1px 15px 0px #b17400;
}

.summarytext {
  color: #777;
  line-height: 160%;
}

a {
  color: #333;
  &:hover {
    color: @accessoryColor
  }
}

.article {
  .title {
    color: #333;
  }
  .datetime {
    color: #333;
    margin-top: 10px;
  }
  .summary {
    color: #555;
    margin-top: 10px;
  }
}

.form-group {
  margin-bottom: 10px
}

.header1 {
  font-size: 1.8em;
  color: #555;
  font-family: "OpenSans";
  padding-bottom: 20px;
  background: url(/images/header1bg.jpg) no-repeat center bottom
}

.header2 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 15px auto;
  color: @accessoryColor;
}

.moretext {
  margin-top: 20px;
  margin-bottom: 15px;
}

.moretext a {
  color: #777;
}

.whitebg {
  background: #fff;
}

.btn-simple {
  border: 1px solid @mainColor;
  color:@mainColor;
  background: transparent;
  padding: 8px 30px;
  border-radius: 20px;
  margin: 5px 3px;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;

  &:hover {
    border: 1px solid @accessoryColor;
    color: @accessoryColor;
    text-decoration: none;
  }

  &.active {
    border: 1px solid @accessoryColor;
    color: @accessoryColor;
    text-decoration: none;

  }

}


.btn-simple1 {
  border: 1px solid @accessoryColor;
  color:@accessoryColor;
  background: transparent;
  padding: 8px 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  &:hover {
    background: @accessoryColor;
    border: 1px solid @accessoryColor;
    color: #fff;
    text-decoration: none;
  }
;
  &.active {
    background: @accessoryColor;
    border: 1px solid @accessoryColor;
    color: #fff;
    text-decoration: none;

  }

}



.modal {
  z-index: 90000
}

#prodRecommend {
  border-bottom: 0px;
  margin-bottom: -10px;
}

#prodRecommend.nav-tabs > li > a:hover {
  background: none;
  border-color: transparent
}

#prodRecommend.nav-tabs > li.active > a {
  background: url(/images/downarrow.png) center bottom no-repeat;
  border: 0px;
}

.partner {
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  &:hover {
    opacity:0.8;
  }
}

/***********顶部效果**********/
#topbar {
  a {
    .icon {

      &:hover {
        color: @mainColor;
      }
    }

  }

  #search {
    position: absolute;
    background: @accessoryColor;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 56px;
    z-index: 90000;
    ::-webkit-input-placeholder {
      color: #fff;
    }
    #q {
      background: transparent;
      border-radius: 0px;
      border: 0px;
      border-bottom: 1px solid #fff;
      color: #fff;
      height: 30px;
      margin-top: 10px;
      &:hover, &:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
      }
    }
    button, a {
      color: #fff;
      margin-left: 10px;
      &:hover {
        color: #fff;
      }
    }
  }

}

.opacity {
  background-color: rgba(255,255,255,0.7);

  #mainmenu > .navbar {
    height: 82px;
    .navbar-nav > li > a
    {
      padding-top:30px;padding-bottom:30px;
    }
  }

  .navbar-brand img {
    height:80px;
   }
}

.noopacity {
  background-color: rgba(255,255,255,1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);

  #mainmenu > .navbar {
    height: 60px;

      .navbar-nav > li > a
     {
       padding-top:20px;padding-bottom:20px;
     }

  }

  .navbar-brand img {
    height:60px;
   }

}

/***********首页效果**********/

.articlebox {
  border: 1px solid #e0e0e0;
  // box-shadow: 1px 1px 10px 0px #ddd;
  padding-bottom: 15px;
  width: 100%;
  .pic {
    display: block;
    background: @mainColor;
    img {
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      opacity: 1;
    }
    &:hover img {
      opacity: 0.6;
    }
  }
  .textbox {
    margin: 15px;
    .title {
      display: block;
      font-size: 1.2em;
      font-family: Roboto;
      font-weight: 500;
      margin-bottom: 15px;
      margin-top:15px;
      overflow: hidden;
      text-overflow: ellipsis;
      color:@accessoryColor;
      white-space: nowrap;
    }
    .time {
      display: block;
      color: #777;
      font-family: "OpenSans";
      margin-bottom: 10px;
    }
    .summary {
      color: #777;
      line-height: 25px;
      height: 75px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
    }
    .more {
      margin-top: 20px;
      a {
        color: @mainColor
      }
    }
  }

  &:hover {
    box-shadow: 1px 1px 10px 0px #ddd;

  }

}

.prod {
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  cursor: pointer;
  .pic {
    border: 1px solid #e0e0e0;
    display: block;
  }
  .title {
    margin-top: 15px;
    display: inline-block;
  }

}

.overitem {
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;

  .overlay {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
    cursor: hand;
    .bg {
      height: 100%;
      background: #000;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      opacity: 0.8;
      z-index: 800
    }
    .text {
      color: #fff;
      padding: 40px 20px;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      z-index: 1000;
      .header {
        font-size: 2em;
        margin-bottom: 20px
      }
      .summary {
        line-height: 200%;
        text-align: left;
      }
    }
  }

  &:hover {
    .overlay {
      display: block
    }
  }
  .title {
    height: 60px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    color: #000;
  }
}

/***********页面部件**********/

#page_title {
  font-size: 1.4em;
  color: @accessoryColor;
  margin: 20px auto;
  font-weight: normal;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 25px;
}

#page_content {
  margin: 20px auto;
  p, div, td {
    line-height: 180%
  }
}

#page_body {
  margin-top: 20px;
  min-height: 600px;
  position: relative;
}

#prevPage {
  position: absolute;
  left: 0px;
  top: 300px;
  z-index: 10000;
  a {
    color: #ccc;
  }
}

#nextPage {
  position: absolute;
  right: 0px;
  top: 300px;
  z-index: 10000;
  a {
    color: #ccc;
  }

}

#right_panel {
  padding: 20px 0px;
  vertical-align: top

}

#content_panel {
  min-height: 600px;
}

.floaterTop {
  background: #fff;
}



/***********页脚**********/
#footer_div {
  background: #f3f3f3;
  text-align: left;
  a {
    &:hover {
      text-decoration: none;
      color: @accessoryColor
    }
  }

  hr {
    border-top: 1px solid #e0e0e0;
  }

  .footer_link {
    color: #666;
    line-height: 72px;
    padding-left: 20px;
    padding-right: 20px;
    display: table-cell;
  }
  .icon_link {
    line-height: 72px;;
    display: inline-block;
    color: #999;
    padding-left: 10px;
    padding-right: 10px;
    &:hover {
      color: @accessoryColor
    }
  }

  #footer_nav {
    padding: 50px 0px;
    text-align: left;
    h5 {
      margin-bottom: 10px;
      text-align: left;
      color: #000;
    }
    a {
      display: inline-block;
      line-height: 200%;
      text-align: left;
    }

  }

  .icons {
    text-align: left;
    margin-top: 15px;

    a {
      margin-left: 10px;
      margin-right: 10px;

      display: inline-block;
      text-align: center;
      vertical-align: middle;
      transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;

      &:hover {

        color: @accessoryColor;
      }

    }
  }

}

#topicons {
  margin-top: 15px;
  margin-left: 30px;
  a {
    margin-left: 3px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    color: #fff;
    transition: all 0.1s ease-in-out 0s;

    &:hover {
      transform: scale(1.2);
    }

  }
}

.nav-bottom {
  background-color: @accessoryColor;
  td {
    border-left: 1px solid #295db8;
    &:first-child {
      border-left: 0px;
    }
    &:last-child {
      border-right: 0px;
    }
    a {
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
      transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;

      &:hover {
        background-color: @accessoryColor
      }

      span {
        margin-top: 7px;
        display: inline-block
      }
    }
  }

}

.icon {
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  color: #999;
  i {
    margin-right: 5px;
    color: #999;
  }
  &:hover {
    color: @accessoryColor;
    i {
      text-decoration: none;
      color: @accessoryColor;
    }
  }
}

.section {
  text-align: center;
  background-position: center center;
  background-repeat: repeat;
  .header {
    font-size: 2em;
    font-family: "Roboto";
    font-weight:300;
  }
  .en {color:#666;display:inline-block; }

}

.section1 {
  text-align: center;
  background-position: center center;
  background-repeat: repeat;
  .header {
    font-size: 2.5em;
    font-family: "Roboto";
    font-weight:400;
    color:#fff;
  }
  .en {display:inline-block;font-size:1.2em;color:#fff;}

}




.feature {
  text-align: center;
  .pic {
    display: block;
    img {
      opacity: 0.7;
      transition: all 1s ease-in-out 0s;
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
    }
    &:hover img {
      opacity: 1;
    }

  }
  .bigtext {
    font-size: 5em;
    color: #fff;
    font-weight: 500;
  }
  .littletext {
    font-size: 1.2em;
    color: #fff;
  }
  .summarytext {
    color: #fff;
    font-size: 1.2em;
    margin-top: 15px;
  }
}

.teambox {
  margin-left: 15px;
  margin-right: 15px;
  .pic {
    display: block;
    text-align: center;
    img {
      display: inline-block;

      transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
    }
  }

  .textbox {

    margin-top: 30px;

    .title {
      font-size: 1.2em;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }
    .summary {
      line-height: 1.6em;
      text-align: center;
    }
    .icons {
      text-align: center;
      margin-top: 30px;
      a {
        border: 1px solid @mainColor;
        display: inline-block;
        width: 30px;
        line-height: 30px;
        color: #999;
        margin: 0px 10px;
        border-radius: 50%;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;

        &:hover {
          background-color: @accessoryColor;
          color: #fff;
          border-color: @accessoryColor;
        }
      }
    }
  }

  &:hover {
    .pic img {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      opacity: 0.8;
    }
  }

}

.solutionbox {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;

  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;

  .titlebox {
    position: absolute;
    width: 40%;
    //height: 30%;
    border: 2px solid #fff;
    left: 50%;
    top: 40%;
    margin-left: -20%;
    margin-top: 0%;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;

    .title {
      font-size: 1.6em;
      height: 100%;
      text-align: center;
      padding: 5% 0px;
      font-weight: 300;
      color: #fff;
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
    }
  }
  &:hover {
    background: rgba(0, 0, 0, 0.4);
    .titlebox {
      .title {
        font-size: 1.8em;

      }
    }
  }
}

#homeGallery {
  margin-left:-1px;
  .item {
    a {
      display: block;
      position: relative;
      margin-top:1px;margin-left:1px;
      background-color: #000;
      overflow:hidden;
      .zoom {position:absolute;left:48%;top:48%;opacity: 0;z-index:5000;
      }
      img
      {
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;

      }

      &:hover
      {
        img
        {
          opacity:0.6;
          transform: scale(1.03);
        }
        .zoom {opacity: 1}

      }
    }
  }
}

.catbox {
  display: block;
  width: 100%;
  height: 100%;
  background: @mainColor;
  .pic {

    overflow: hidden;
    img {
      transition: all 1s ease-in-out 0s;
      -webkit-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      opacity: 1;

    }
  }

  .titlebox {

    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    background: #efefef;
    padding: 15px 30px;

    .title {
      font-size: 1.5em;
      text-align: center;
      font-weight: bold;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .summary {
      line-height: 25px;
      text-align: center;
      height: 50px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      color: #666;
    }

  }
  &:hover {
    text-decoration: none;
    .pic {

      img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0.5;

      }
    }
    .titlebox {
      background: @mainColor;
      .title {
        color: #fff;
      }
      .summary {
        color: #fff;
      }
    }

  }
}

/***********侧导航**********/
#left_panel {
  width: 220px;
  padding-top: 30px;
  vertical-align: top;
  #LeftNavPanel {
    margin: 10px auto;
    background: #fff;
    #leftheader {
      height: 45px;
      line-height: 45px;
      text-indent: 15px;
      background: @accessoryColor;
      font-size: 1.2em;
      color: #fff;
    }

    #leftNav {
      border-right: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;

      ul {
        list-style: none;
        margin: 0px;
        clear: both;
        padding: 0px;
        ul {
          margin: 0px 0px;
          li a {
            font-size: 13px;
            padding: 5px 0px;
            padding-left: 15px;
            border-top: 0px;
            border-right: 0px;
            border-bottom: 1px solid #efefef;
            margin-bottom: 0px;
            padding-left: 35px;
            background: url(/images/menu-right.png) no-repeat 20px center;
            &:hover {
              background: url(/images/menu-right1.png) no-repeat 17px center;

            }
          }

          ul li a {
            text-indent: 35px
          }

        }

        li {
          a {
            display: block;
            padding: 7px 0px;
            line-height: 20px;
            border-bottom: 1px solid #e5e5e5;
            text-align: left;
            padding-left: 15px;
            &:hover {
              text-decoration: none;
              background: #fff;
              border-left: 3px solid @accessoryColor;
              margin-right: -1px;

            }

          }

        }

      }

    }

  }

}

/*---------------浮动层-------------------*/

.floater {
  z-index: 20000;
  position: absolute
}

#rightFloater {
  border: 1px solid #dedede;
  a {

    display: block;
    padding: 5px 5px;
    border-bottom: 1px solid #dedede;
    background: #fff;
    color: #666;
    text-align: center;

    &:hover {
      text-decoration: none;
      background: @accessoryColor;
      color: #fff
    }
    &:last-child {
      margin-bottom: 0px;
    }

  }
}

/*---------------版面样式-------------------*/
.List {
  padding-left: 15px;
  padding-right: 15px;
}

.titleList {
  padding-left: 0px;
  padding-right: 0px;
  .item {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid @borderColor;
    .title {
      line-height: 40px;
      a {
        background: url(/images/news2.png) no-repeat left 2px;
        text-indent: 25px;
        display: block;
        &:hover {
          color: #004986
        }
      }
    }
    .time {
      color: #666;
      padding: 0px;
    }
    .content {
      margin-left: 25px;
    }
    .summary {
      margin-top: 5px;
      color: #888;
    }
    .tag {
      margin-top: 10px;
      color: #999;
      a {
        color: #666666;
      }
    }
    .download a {
      color: #666;
      display: block;
      background: url(/images/pdf.png) no-repeat left 2px;
      text-indent: 22px;
      margin-top: 10px
    }

  }
}

.topBottom .item {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  .pic {
    display: block;
    position: relative;
    overflow: hidden;
    img {
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
    }
    .playicon {
      height: 100%;
      background: url(/images/play.png) no-repeat center center;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      display: none;
      cursor: hand;
    }
    .overlay {
      height: 100%;
      background: @accessoryColor;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      display: none;
      cursor: hand;
      opacity: 0.2
    }
  }
  .text-block {
    background: #f8f8f8;
    padding: 10px;
    border: 1px solid @borderColor;
    border-top: 0px;

    .title {
      line-height: 25px;
      display: block;
      font-size: 1em;
      color: @accessoryColor;
    }
    .summary {
      line-height: 20px !important;
      color: #888;
      text-align: left;
      margin-top: 10px;
      p, div, li {
        color: #555;
      }
      ul {
        margin: 5px 0px;
        padding-left: 20px;
      }
    }

  }
  .title {
    line-height: 30px;
    display: block;
    font-size: 1em;
  }
  .summary {
    line-height: 20px !important;
    color: #888;
    text-align: left;
    margin-top: 10px;
    p, div, li {
      color: #555;
    }
    ul {
      margin: 5px 0px;
      padding-left: 20px;
    }
  }
  &:hover {
    .pic {

      img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -webkit-transform: all 1s ease 0s;
      }

      .overlay {
        display: block
      }
    }

    .text-block {
      background: @accessoryColor;
      .title {
        color: #fff;
      }
      .summary {
        color: #eee;
        p, div li {
          color: #eee;
        }
      }
    }

  }
}

.topBottom1 .item {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  .block {
    width: 100%;
    height: 100%;
    .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      background: #fff;
      opacity: 0.7
    }
    .pic {
      display: block;
    }
    .text-block {
      padding: 10px;
    }
    .title {
      line-height: 25px;
    }
    .summary {
      color: #de0f05;
      line-height: 20px !important;
      color: #999;
      text-align: left;
      min-height: 50px;
      margin-top: 10px;
    }
    .tag {
      margin-top: 10px;
      color: #999;
    }

  }
}

.gallery {
  padding-left: 15px;
  padding-right: 15px;
  .item {
    margin-bottom: 10px;
    .title {
      margin-top: 5px;
    }
  }
}

.leftright .item {
  .pic {
    background: #fff;
    display: block;
    padding: 5px;
  }
  .title {
    line-height: 25px;
  }
  .summary {
    color: #777;
    text-align: left;
    min-height: 50px;
    margin-top: 10px;
    p, div, li {
      color: #666;
    }
    ul {
      margin: 5px 0px;
      padding-left: 20px;
    }
  }
  .tag {
    margin-top: 10px;
    color: #999;
  }
  .more {
    margin-top: 20px;
  }
}

.cascade > .item {
  margin-bottom: 20px;
  > .header {
    font-weight: bold;
    color: #555;
  }
  > .titleList > .item {
    padding: 5px 0px;
  }
  > .more {
    margin-top: 10px;
  }
}

#shareButtons {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 210px;
  height: 36px;
  border: 1px solid #d0d0d0;
  text-align: right;
  padding-top: 4px;
  background: #fff;
  display: none;
}

/*bootstrap样式覆写*/

.thumb-pager a {
  display: inline-block;
  border: 1px solid @borderColor;
  margin-right: 5px;
  margin-bottom: 5px;
}

.thumb-pager .cycle-pager-active {
  border: 1px solid #004bbe;
}

.tooltip-inner {
  max-width: 500px;
  padding: 3px 8px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d0d0d0
}

.tooltip.top .tooltip-arrow {
  border-top-color: #d0d0d0;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #d0d0d0;
}

.tooltip.top-right .tooltip-arrow {

  border-top-color: #d0d0d0;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #d0d0d0;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #d0d0d0;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d0d0d0;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #d0d0d0;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #d0d0d0;
}

.affix {
  position: fixed;
  z-index: 1000;
  width: 240px;
  top: 30px
}

.affix-bottom {
  position: absolute;
}

.affix-top {
  width: 240px;
}

.desctext {
  color: #888;
  font-size: 1.1em;
  margin-top: 10px;
}

blockquote {
  font-size: 1em;
}

.cycle-slideshow-responsive, .cycle-slideshow-responsive * {
  BOX-SIZING: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.cycle-slideshow-responsive {
  POSITION: relative;
  MIN-WIDTH: 200px;
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 0px;
  width: 100%;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px
}

.cycle-slideshow-responsive > IMG {
  POSITION: absolute;
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 0px;
  WIDTH: 100%;
  PADDING-RIGHT: 0px;
  DISPLAY: block;
  TOP: 0px;
  PADDING-TOP: 0px;
  LEFT: 0px;
  cursor: hand;
}

#buttons {
  position: absolute;
  bottom: 100px;
  z-index: 2100;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  a {
    display: inline-block;
    margin: 0px 5px;
  }
}

#pager_prev, #pager_prev:visited {
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 2000;
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
  opacity: 0.6;
  text-decoration: none;
  .radius;
}

#pager_prev:hover, #pager_prev:focus, #pager_prev:active {
  text-decoration: none;
  opacity: 0.8;
}

#pager_next, #pager_next:visited {
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 2000;
  text-align: center;
  line-height: 20px;
  opacity: 0.6;
  padding-top: 5px;
  .radius;
  text-decoration: none;

}

#pager_next:hover, #pager_next:active, #pager_next:focus {
  text-decoration: none;
  opacity: 1;
}

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 10px !important;
  overflow: hidden;
}

.cycle-pager-bottom {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: relative;
  margin-top: 15px;
}

.cycle-pager span, .cycle-pager-bottom span {
  font-family: arial;
  font-size: 36px;
  width: 12px;
  margin-left: 5px;
  margin-right: 5px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
  color: transparent;
  cursor: pointer;
  border: 1px solid @accessoryColor;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cycle-pager span.cycle-pager-active, .cycle-pager-bottom span.cycle-pager-active {
  color: transparent;
  background: @accessoryColor;
}

.history .item {
  clear: both;

  .left {
    text-align: right;
    padding-right: 20px;
    .time {
      margin-bottom: 15px;
      font-size: 1.1em;
    }
  }

  .right {
    background: url(/images/timebg.jpg) no-repeat left top;
    padding-left: 60px;
    padding-bottom: 80px;
    .title {
      font-weight: bold;
      font-size: 1.1em;
      margin-bottom: 15px;
    }
    .summary {
      margin-bottom: 20px;
      color: #555;
    }
    .pic {
      border: 1px solid #e0e0e0;
    }

  }

}

.advanced {
  .header {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
  }
  .summary {
    color: #777;
    text-align: left;
    font-size:0.9em;
  }

}

@media (max-width: 740px) {
  html, body, .dropdown-menu {
    font-size: 13px;
  }

  #footer_div #footer .icons {
    text-align: left;
  }

  #topicons {
    a {
      color: #666;
    }
  }

  #mainmenu .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    display: block;
  }

  #mainmenu .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu a,
  #mainmenu .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu a:hover,
  #mainmenu .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu a:focus {
    text-indent: 15px;
  }

  .solutionbox .titlebox .title {
    font-size: 1.1em;
    padding-top: 10%;
    &:hover {
      font-size: 1.2em;
    }
  }

}

@media (max-width: 1200px) {

  #mainmenu .navbar .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (min-width: 768px) {

  #mainmenu .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  #mainmenu .navbar-right .dropdown-menu {
    left: 0px;
    right: auto;
  }

}

@media (min-width: 1200px) {


  #mainmenu .navbar .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (min-width: 1400px) {

  html, body {
    font-size:14px;
  }


  .container {
    width: 1280px;
  }

}
