﻿@charset "utf-8";
@borderColor: #e5e5e5;
@mainColor: #e0092f;
@accessoryColor: #e0092f;

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

.navbar {
  border: 0px;
  min-height: 95px;
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: none;
  background: none;
}

/*公用菜单样式*/
#mainmenu {
  .navbar {

    .navbar-nav {
      > li {
        text-align: left;
        > a {
          text-shadow: none;
          padding: 15px 25px;
          font-size: 1em;
          font-weight: normal;
        }
        > ul {
          > li {
            border: 0px;
            > a {
              color: #555;
              padding: 8px 15px;
              font-size: 1em;
              font-weight: normal
            }
          }
        }
      }
    }

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

  }

  .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;
    }

  }
}

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

.navbar-default .navbar-offcanvas {
  background: #fff;
  border-left-width: 0px;
}

#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;
      padding-right:0px;padding-left:20px;
      &:hover, &:focus, &:active {
        color: @accessoryColor
      }
      &:after
      {
      content:' ';
      display:inline-block;
      width:1px;
      height:15px;
      border-right:1px solid #d0d0d0;
      margin-left:20px;
      vertical-align:middle;

      }


    }

    > .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: @mainColor;
  .navbar-offcanvas {
    background: none;
  }
  .navbar-nav {
    > li {
      &.active {
        > a {
          color: @accessoryColor;
          font-size:1.1em;
          font-weight:bold;
        }
      }

      > a {
        color: #fff;
        font-size:1.1em;
        font-weight:bold;
        &:hover {
          color: @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;
        }

      }


    }
  }
  .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: #efefef;
  padding: 0px 0px;
}

#subMenu .navbar-inverse {
  min-height:auto;
  .navbar-offcanvas {
    background: none;
  }
  .navbar-nav {
    > li {
      > a {
        color: #444;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left:25px;padding-right:25px;
        text-shadow:none;
        &:hover, &:focus, &.active {

         background: @accessoryColor;
          color:#fff;
        }
      }
    }
  }
}

/*折叠装态*/
#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;
      padding-bottom: 8px;

      &: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 {
  position:fixed;
  right:30px;
  top:200px;
  width:40px;
z-index:10000;

  a {
    width:20px;
    display:block;
    line-height:130%;
    background-color:#333;
    padding:10px;
    width:100%;
    color:#fff;
    border-bottom:1px solid #fff;
    text-decoration: none;
    font-weight:bold;
    &:hover,&.active
    {
      background: @accessoryColor;
    }

  }

}

#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;
}

/***********通用样式**********/
.cat {
  padding-left: 1px;
  padding-right: 0px;
  &:first-child {
    padding-left: 0px;
  }
  .cat-text {
    padding: 15px 20px;
    background: #f2f2f2;
    .header a {
      color: @accessoryColor;
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 10px;
      display: block
    }
  }
}

html, body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: "STXiHei", "Microsoft Yahei", "微软雅黑", FZLTXH, Helvetica, arial, sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 15px;
  overflow-x: hidden;
  color: #333;
}

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

.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;
}

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

}



.home_header {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold
}

.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;
}


.input-rounded
{
  border-radius: 15px;
  background: transparent;
  border:1px solid #fff;
  color:#fff;

}
.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
}

.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: @accessoryColor;
    border: 1px solid @accessoryColor
  }
}

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

.border {
  border: 1px solid @borderColor
}

.picshadow {
  box-shadow: 0px 0px 3px 1px #ccc
}

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

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

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

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

.header1 {
  font-size: 1.2em;
  color: #555;
  padding-bottom: 10px;
  font-weight: bold;
}

.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 {
  background: #fff;
  border-color: #e0e0e0;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
}

.btn-simple:hover, .btn-simple:active, .btn-simple:focus, .btn-simple.active {
  background: #f8f8f8;
  box-shadow: none;
}

.modal {
  z-index: 90000
}

/***********顶部效果**********/
#top {
  background-color: #fff;
  border-bottom:5px solid @accessoryColor;
  #topbar {
    background: #000;
    padding: 8px 0px;
    color: #fff;
    a {
      color: #fff;
      margin-right: 25px;
    }
  }

  .toplink {
    color: #999;
    a {
      color: #555;
      line-height: 30px;
      &:hover {
        opacity: 1;
        color: @accessoryColor;
        text-decoration: none
      }
    }
    .glyphicon {
      font-size: 14px;
    }
  }

}



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

.contactBlock .img
{
  padding-left:15px;
}


.puzzle {
  .row {margin-left:0px;margin-right:0px;
  .item {padding-left:5px;padding-right:5px;}
  }
}
.prod {
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-left-with: 0px;
  cursor: pointer;

  .header {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    display: none;
    text-align: center;
    color: #fff;
  }

  .overlay {
    height: 100%;
    background: @mainColor;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    cursor: hand;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
  }

  .pic {
    display:block;
    overflow: hidden;
    img {
      display: 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;
    }
  }
  .text {
    padding: 5px;
  }
  .text-block {
    padding: 10px;
  }
  .summary, .summary * {
    color: #555 !important
  }

  &:hover {

    .header {
      display: block;
      z-index: 12000
    }
    .overlay {
      z-index: 10000;
      opacity: 0.3
    }
    .pic img {
      transform: scale(1.1);

    }
    .summary {
      color: #eee;
      p, div li {
        color: #eee;
      }
    }
  }

}


.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: @mainColor;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      opacity: 0.3;
      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 {

    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
  }
}

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

#page_title {
  font-size: 1.4em;
  color: @mainColor;
  margin: 20px auto;
  font-weight: bold;
 background:url(/images/hline1.png) no-repeat left bottom;
  padding-bottom: 25px;
}

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

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

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

}

#content_panel {
  min-height: 600px;
}

.floaterTop {
  background: #fff;
}

/***********页脚**********/
#footer_div {
  background: #fff;
  border-top:1px solid #e0e0e0;

  #footer_nav {
    padding: 35px 0px;
    h5 {
      font-weight: bold;
      font-size: 1.1em;
    }
    a {
      display: block;

      line-height: 200%;
      &:hover {
        text-decoration: underline;
        color: @accessoryColor;
      }
    }

  }

  #footer {
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;

    a {
      &:hover {
        text-decoration: underline;
        color: @mainColor;
      }
    }

  }



}


.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;
    }
  }
}

/***********侧导航**********/
#left_panel {
  width: 240px;
  padding-top: 30px;
  vertical-align: top;
  #subNavPanel {
    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: 8px 0px;
            padding-left: 15px;
            padding-right: 5px;
            border-top: 0px;
            border-right: 0px;
            border-bottom: 1px solid #efefef;
            margin-bottom: 0px;
            text-indent: 20px;

            &:hover {

            }
          }

          ul li a {
            text-indent: 35px
          }

        }

        li {
          a {
            display: block;
            padding: 10px 0px;
            line-height: 20px;
            border-bottom: 1px solid #e5e5e5;
            text-align: left;
            text-indent: 25px;
            &: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: @mainColor;
        }
      }
    }
    .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;
    /*
    border: 1px solid @borderColor;
    */

    overflow: hidden;
    .playicon {
      height: 100%;
      background: url(/images/play.png) no-repeat center center;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      display: block;
      cursor: hand;
    }
    .overlay {
      height: 100%;
      background: @accessoryColor;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      display: none;
      cursor: hand;
      opacity: 0.2
    }
  }
  .text-block {

    padding: 10px;
    /*
     background: #f8f8f8;
    border: 1px solid @borderColor;
    border-top: 0px;
    */

    .title {
      ine-height: 25px;
      display: block;
      font-size: 1em;
      font-weight:bold;
      text-align:center;
    }
    .summary {
      line-height: 20px !important;
      text-align:center;
      color: #666;

      margin-top: 10px;
      p, div, li {
        color: #555;
      }
      ul {
        margin: 5px 0px;
        padding-left: 20px;
      }
    }

  }
  .title {
    ine-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);
        transition: all 1s ease 0s;
        -webkit-transform: scale(1.1);
        transition: 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 {
    border: 1px solid #e5e5e5;
    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;
    }

  }
}

.leftright .item {
  .pic {
    background: #fff;
    display: block;
    padding: 5px;
  }
  .title {
    color: #005fd3;
    line-height: 25px;
  }
  .summary {
    color: #999;
    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;
  }
}

.homeblock .item {

  cursor: pointer;
  .pic {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;

  }

  .text {
    background: #f5f5f5;
    padding: 15px;
    min-height: 120px;
    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;
    .header {
      text-align: center;
      margin-bottom: 10px;
      font-size: 1.2em;
      font-weight: bold;
    }
  }
  &:hover {
    .pic {
      opacity: 0.8;
    }
    .text {
      background: @accessoryColor;
      color: #fff;

    }
  }

}

.partner a {
  display: inline-block;
  margin-left: 10px;
}


.blackstrap {position:absolute;top:0px;left:0px;height:3px;width:100%;line-height:1px;margin-top:-2px;background:url(/images/blackstrap.jpg) no-repeat center top}
.intro
{
  h3,h4 {background: url(/images/hline.jpg) no-repeat left bottom;padding-bottom:15px;margin-top:15px;margin-bottom:5px;font-weight:bold;}
}

.hline {padding-bottom:15px;margin-bottom:25px;background:url(/images/hline.jpg) no-repeat  center bottom;}
.spaceText {letter-spacing: 0.3em;}


h4.hline {font-weight:bold;}
/*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;
  top: 40px;
  z-index: 1000;
  width: 240px;
}

.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: 80px;
  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;
  background: #000;
  z-index: 2000;
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
  opacity: 0.3;
  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;
  background: #000;
  z-index: 2000;
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
  opacity: 0.3;
  .radius;
  text-decoration: none;

}

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

.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 {
  font-family: arial;
  font-size: 36px;
  width: 10px;
  margin-left: 5px;
  margin-right: 5px;
  height: 10px;
  line-height: 12px;
  display: inline-block;
  color: transparent;
  border: 1px solid #ccc;
  background:#ccc;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cycle-pager span.cycle-pager-active {
  color: transparent;
  background: @accessoryColor;
  border: 1px solid @accessoryColor;
}

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

  #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;
  }

  .navbar-default .navbar-offcanvas {
    border-left-width: 1px;
  }

  #subMenu {
    .navbar-inverse {
      .navbar-offcanvas {
        background: none;
      }
      .navbar-nav > li > a {
        &:hover, &:focus, &.active {
          color: #000;
          background: @accessoryColor;
        }
      }

    }
  }

}

@media (min-width: 768px) {
  #mainmenu .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

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

}
