@charset "utf-8";
.mono {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.simsun {
  font-family: SimSun, sans-serif;
}
.blue2 {
  color: #2196f3;
}
.blue1 {
  color: #1976d2;
}
@media (min-width: 1200px) {
  .col-sm-4 {
    width: 30%;
  }
  .col-sm-8 {
    width: 70%;
  }
}
body {
  font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 16px;
  line-height: 1.375;
}
mark {
  background-color: #ddeaf8;
}
abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}
blockquote {
  font-size: 1.05em;
  background-color: #f8f8f8 !important;
  border: 1px solid #eee;
  border-left-color: #72aae1;
  border-left-width: 5px;
  border-radius: 3px;
}
.callout {
  background-color: #f8f8f8 !important;
  border: 1px solid #eee;
  border-left-color: #72aae1;
  border-left-width: 5px;
  border-radius: 3px;
}
a {
  color: #176abd;
}
a:hover,
a:focus {
  color: #37a1f4;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}
.collapsing {
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
@media (min-width: 768px) {
  .collapsing {
    -webkit-transition: height .2s ease;
         -o-transition: height .2s ease;
            transition: height .2s ease;
  }
}
.disabled > a {
  filter: alpha(opacity=60);
  opacity: .6;
}
.disabled > a:hover {
  text-decoration: none !important;
  cursor: not-allowed !important;
  background-color: transparent !important;
  background-image: none !important;
}
.header-1 {
  padding-top: 4px;
  padding-bottom: 2px;
  background-color: #1976d2;
}
.header-2 {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}
.company-name {
  font-size: 14px;
  line-height: 1.7em;
  color: #fff;
  color: #e8f1fb;
}
.company-name .cn,
.company-name .en {
  display: block;
  float: left;
}
.company-name .cn {
  letter-spacing: .5px;
}
.company-name .cn:after {
  padding: 0 8px;
  color: #8cbbe9;
  content: '|';
}
.company-name.company-lauda {
  font-weight: bold;
  color: #1976d2;
}
.company-name.company-lauda .cn:after {
  color: #cf2a5b;
  content: "||";
}
.company-name.company-lauda a {
  color: #1976d2;
  border-bottom: 1px #cf2a5b dashed;
}
.company-name.company-lauda a:hover,
.company-name.company-lauda a:focus {
  color: #cf2a5b;
}
.navbar {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.navbar-brand {
  height: auto !important;
  padding-top: 9px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 17px;
    padding-bottom: 13px;
  }
}
.navbar-brand .color1 {
  display: none;
}
.navbar-brand:hover .color1 {
  display: block;
}
.navbar-brand:hover .color0 {
  display: none;
}
.navbar-toggle {
  padding: 9px;
  margin-top: 14px;
  border-color: #9fc4e9;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: #e2ebf4;
}
.navbar-toggle .icon-bar {
  width: 20px;
  height: 3px;
  background-color: #5c9ddd;
}
.navbar-collapse {
  border-color: #e7e7e7;
}
.level-1-ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .level-1-ul {
    position: relative;
    margin-top: 30px;
  }
}
.level-1-ul .highlight-bar {
  position: absolute;
  z-index: 90;
  display: none;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
@media (min-width: 768px) {
  .level-1-ul .highlight-bar {
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 0;
    background-color: #e9e9e9;
  }
}
.level-1-ul > li {
  z-index: 95;
}
@media (min-width: 768px) {
  .level-1-ul > li {
    background: transparent url(/img/nav_button_bg_7.png) no-repeat 100% 50%;
  }
  .level-1-ul > li:last-child {
    background-image: none;
  }
}
.level-1-ul > li > a {
  z-index: 100;
  padding-left: 5%;
  font-size: 16px;
  line-height: 24px;
  color: #1976d2 !important;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .level-1-ul > li > a {
    display: block;
    padding: 6px 6px 4px 6px;
    margin-right: 1px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Hiragino Sans GB W3', 'Microsoft YaHei UI', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: 700;
    color: #1976d2 !important;
    text-align: center;
    text-shadow: 0 0 1px #fff;
    border-radius: 4px;
  }
  .level-1-ul > li > a:hover {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .level-1-ul > li > a {
    width: 115px;
  }
}
@media (min-width: 1200px) {
  .level-1-ul > li > a {
    width: 150px;
  }
}
.level-1-ul > li > a > span.cn {
  font-weight: 700;
  letter-spacing: 5px;
}
@media (min-width: 768px) {
  .level-1-ul > li > a > span.cn {
    display: block;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 10px;
    border-bottom: 3px solid transparent;
  }
}
@media (min-width: 992px) {
  .level-1-ul > li > a > span.cn {
    font-size: 19px;
  }
}
.level-1-ul > li > a > span.cn:after {
  padding: 0 6px;
  content: '|';
}
@media (min-width: 768px) {
  .level-1-ul > li > a > span.cn:after {
    content: none;
  }
}
@media (min-width: 768px) {
  .level-1-ul > li > a > span.en {
    display: block;
    padding: 2px 2px 0;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .level-1-ul > li > a > span.en {
    font-size: 13px;
  }
}
.level-1-ul > li.open > a,
.level-1-ul > li.highlight > a,
.level-1-ul > li.open > a:focus,
.level-1-ul > li.highlight > a:focus,
.level-1-ul > li.open > a:hover,
.level-1-ul > li.highlight > a:hover {
  background-color: #e2ebf4;
  background-color: rgba(25, 118, 210, .1);
  border-color: transparent;
}
.level-1-ul > li.dropdown > a:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -.1em;
  margin-left: -23px;
  content: "";
  border: .4em solid transparent;
  border-top-color: #c8c8c8;
  border-bottom-width: 0;
  -webkit-transition: -webkit-transform .3s ease;
       -o-transition:      -o-transform .3s ease;
          transition:         transform .3s ease;
}
@media (min-width: 768px) {
  .level-1-ul > li.dropdown > a:after {
    left: 50%;
    margin-top: -2px;
    margin-left: 28px;
    border-width: 4px 4px 0 4px;
  }
}
@media (min-width: 992px) {
  .level-1-ul > li.dropdown > a:after {
    margin-top: -3px;
    margin-left: 40px;
    border-width: 5px 5px 0 5px;
  }
}
.level-1-ul > li.dropdown > a:hover:after,
.level-1-ul > li.dropdown.open > a:after {
  border-top-color: #1976d2;
}
.level-1-ul > li.dropdown.open > a:after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (min-width: 768px) {
  .level-1-ul > li.dropdown.open:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-left: -8px;
    content: "";
    border: 8px solid transparent;
    border-top-width: 0;
    border-bottom-color: #1976d2;
  }
}
.level-2-ul {
  padding: 3px 0;
  background-color: #1976d2 !important;
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .level-2-ul {
    margin-top: 9px !important;
    border-radius: 4px !important;
  }
}
.level-2-ul > li > a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 15px !important;
  color: #fff !important;
  border-bottom: 1px solid #277ed5;
}
@media (min-width: 768px) {
  .level-2-ul > li > a {
    padding: 10px 40px 10px 15px !important;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
  }
}
.level-2-ul > li:last-child > a {
  border-bottom: none;
}
.level-2-ul > li.link > a:after {
  padding-left: .5em;
  content: "\0000BB";
}
.level-2-ul > li > a[data-toggle="collapse"]:after {
  position: relative;
  position: absolute;
  top: 1px;
  top: 50%;
  left: 100%;
  display: block;
  margin-top: -.5em;
  margin-left: -24px;
  font-family: 'Glyphicons Halflings';
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #5e9fe0;
  content: "\e259";
  -webkit-transition: -webkit-transform .4s ease;
       -o-transition:      -o-transform .4s ease;
          transition:         transform .4s ease;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.level-2-ul > li > a[data-toggle="collapse"]:hover:after {
  color: #d1e4f6;
}
.level-2-ul > li > a[aria-expanded="true"]:after {
  color: #d1e4f6;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.level-2-ul > li.open > a,
.level-2-ul > li.open > a:focus,
.level-2-ul > li.open > a:hover,
.level-2-ul > li > a:focus,
.level-2-ul > li > a:hover {
  background-color: #277ed5;
}
.level-3-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #145ea8;
}
.level-3-ul > li > a {
  display: block;
  padding: 7px 20px 7px 32px;
  color: #f3f7fb;
}
@media (min-width: 768px) {
  .level-3-ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
  }
}
.level-3-ul > li.open > a {
  background-color: transparent;
  background-image: url(/img/arrow9_white.png);
  background-repeat: no-repeat;
  background-position: 16px center;
}
.level-3-ul > li.open > a:focus,
.level-3-ul > li.open > a:hover,
.level-3-ul > li > a:focus,
.level-3-ul > li > a:hover {
  background-color: #13599e;
}
.level-3-ul > li.split {
  padding: 8px 2px 1px;
  margin: 0 8px;
  color: #a1bfdc;
  border-bottom: 1px solid #437fb9;
}
.owl-theme .owl-dots .owl-dot span {
  width: 33px;
  height: 4px;
  margin: 5px 3px;
  background: #d1e4f6;
  border-radius: 0;
}
@media (max-width: 425px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 1px 5px;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8cbbe9;
}
#owl-home .item > div {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(25, 118, 210, .3)), to(rgba(25, 118, 210, .5)));
  background: -webkit-linear-gradient(left, rgba(25, 118, 210, .3), rgba(25, 118, 210, .5));
  background:      -o-linear-gradient(left, rgba(25, 118, 210, .3), rgba(25, 118, 210, .5));
  background:         linear-gradient(to right, rgba(25, 118, 210, .3), rgba(25, 118, 210, .5));
}
#owl-home .item img {
  display: block;
  width: 100%;
  height: auto;
}
#owl-prod .item {
  position: relative;
  height: 240px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: border-color .1s linear;
       -o-transition: border-color .1s linear;
          transition: border-color .1s linear;
}
@media (min-width: 468px) {
  #owl-prod .item {
    height: 320px;
  }
}
@media (min-width: 568px) {
  #owl-prod .item {
    height: 400px;
  }
}
@media (min-width: 668px) {
  #owl-prod .item {
    height: 480px;
  }
}
@media (min-width: 768px) {
  #owl-prod .item {
    height: 320px;
  }
}
@media (min-width: 992px) {
  #owl-prod .item {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #owl-prod .item {
    height: 500px;
  }
}
#owl-prod .item.enlarge {
  border-color: #dcdcdc;
}
#owl-prod .item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all .1s linear;
       -o-transition: all .1s linear;
          transition: all .1s linear;
}
#owl-prod.height-free .item {
  height: auto;
}
#owl-prod.height-free .item img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#owl-prod .owl-stage-outer {
  padding: 0;
  background-color: #fff;
}
.modal img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.main {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .main {
    margin: 30px 0;
  }
}
.main-col-left {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-col-left {
    margin-bottom: 15px;
  }
}
.main-col-right > div {
  border: 1px solid #dcdcdc;
}
.main-col-right h2 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.5;
  color: #2196f3;
}
.main-box-left {
  padding: 1px;
  margin-bottom: 5px;
  background-color: #fff;
}
.main-box-right {
  padding: 8px;
  margin: 0 0 10px;
  background: #fff;
}
@media (min-width: 768px) {
  .main-box-right {
    margin-bottom: 20px;
  }
}
.main-box-right.post-nav {
  padding: 0;
  border: none;
}
.main-box-right.post-nav > div {
  padding: 25px 0 0 0;
  background: transparent;
  border: 0;
}
.main-box-right > div {
  padding: 12px;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
}
.main-box-right ul.model {
  padding-left: 2px;
}
.main-box-right ul.model > li {
  margin: 10px 0;
  letter-spacing: 1px;
  list-style: none;
}
.main-box-right ul.model > li a {
  display: block;
  padding-left: 12px;
  color: #111;
}
.main-box-right ul.model > li a:hover {
  font-weight: 700;
}
.main-box-right ul.model > li.open a {
  font-weight: 700;
  background: transparent url(/img/arrow9_blue.png) no-repeat 0 50%;
}
.main-box-right ul.model > li.split {
  padding: 8px 2px 1px;
  margin: 0 10px 0 10px;
  font-size: 14px;
  color: #2196f3;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 668px) {
  .main-richtext.solo h1 {
    font-size: 25px;
  }
}
@media (min-width: 668px) {
  .main-richtext.solo h2 {
    font-size: 20px;
  }
}
.main-richtext strong {
  margin: 0 2px;
}
.main-richtext strong.reflect {
  display: inline-block;

  -webkit-box-reflect: below -14px -webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(.2, transparent), to(rgba(255, 255, 255, .5)));
}
.main-richtext h1 {
  margin: 20px 0 20px;
  font-size: 22px;
  line-height: 1.5;
  color: #1976d2;
}
@media (min-width: 568px) {
  .main-richtext h1 {
    font-size: 25px;
  }
}
@media (min-width: 668px) {
  .main-richtext h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .main-richtext h1 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .main-richtext h1 {
    font-size: 28px;
  }
}
.main-richtext h1 .sub-h1 {
  display: block;
  margin: 5px 0 0;
  font-size: .7857143em;
}
.main-richtext h1 .sub-h1.dash:before {
  content: "—— ";
}
.main-richtext h2 {
  margin: 25px 0 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #2196f3;
}
@media (min-width: 568px) {
  .main-richtext h2 {
    font-size: 20px;
  }
}
@media (min-width: 668px) {
  .main-richtext h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .main-richtext h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .main-richtext h2 {
    font-size: 22px;
  }
}
.main-richtext h2 .sub-h2:before {
  display: inline-block;
  padding: 0 3px;
  content: " | ";
}
.main-richtext h3 {
  margin: 25px 0 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #2196f3;
}
@media (min-width: 568px) {
  .main-richtext h3 {
    font-size: 18px;
  }
}
@media (min-width: 668px) {
  .main-richtext h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .main-richtext h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .main-richtext h3 {
    font-size: 20px;
  }
}
.main-richtext p {
  padding: 3px 0;
  margin: 8px 0;
  line-height: 1.75;
  letter-spacing: .5px;
}
.main-richtext .img-1 {
  display: block;
  max-width: 100%;
  line-height: 0;
  text-align: center;
}
.main-richtext .img-1 img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.main-richtext .img-1 .caption {
  display: block;
  margin: 10px 0;
  font-size: .95em;
  font-weight: 600;
  line-height: 2;
  color: #1976d2;
}
.main-richtext .img-2 {
  display: block;
  max-width: 100%;
  line-height: 0;
  text-align: center;
}
.main-richtext .img-2 img {
  display: inline-block;
  max-width: 40%;
  margin: 10px;
  vertical-align: bottom;
}
.main-richtext .img-float {
  display: block;
  max-width: 45%;
  margin: 7px 0;
  font-size: 0;
  line-height: 0;
}
.main-richtext .img-float.left {
  float: left;
  margin-right: 2%;
}
.main-richtext .img-float.right {
  float: right;
  margin-left: 2%;
}
.main-richtext .img-float img {
  max-width: 100%;
}
.main-richtext .img-1.border img,
.main-richtext .img-float.border img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.main-richtext ul,
.main-richtext ol {
  padding: 0 .5em 1px 1.5em;
  margin: 8px 0;
}
.main-richtext ul.topmargin,
.main-richtext ol.topmargin {
  padding-top: 1px;
}
@media (min-width: 568px) {
  .main-richtext ul,
  .main-richtext ol {
    padding-left: 2em;
  }
}
@media (min-width: 768px) {
  .main-richtext ul,
  .main-richtext ol {
    padding-left: 1.5em;
  }
}
@media (min-width: 992px) {
  .main-richtext ul,
  .main-richtext ol {
    padding-left: 2em;
  }
}
.main-richtext ul.callout,
.main-richtext ol.callout {
  padding-top: .6em;
  padding-right: 1em;
  padding-bottom: .6em;
}
.main-richtext ul ul,
.main-richtext ul ol,
.main-richtext ol ul,
.main-richtext ol ol {
  margin: 5px 0 0;
  background-color: transparent;
}
.main-richtext ol {
  list-style-type: decimal;
}
.main-richtext ol ol {
  list-style-type: lower-latin;
}
.main-richtext ol.alpha {
  list-style-type: lower-alpha;
}
.main-richtext ul {
  list-style-type: disc;
}
.main-richtext ul ul {
  list-style-type: circle;
}
.main-richtext li {
  padding-left: 2px;
  font-weight: bold;
  color: #1976d2;
}
.main-richtext li p {
  padding: 0;
  margin: 10px 0;
  font-weight: normal;
  line-height: 1.75;
  color: #333;
  letter-spacing: .5px;
}
.main-richtext li li p {
  margin: 5px 0;
  font-size: .9375em;
}
.prod-nav h2 a:after,
.prod-nav h2 span:after,
.prod-dl h2:after,
.prod-more h2:after {
  position: relative;
  top: 1px;
  padding-left: 8px;
  font-family: 'Glyphicons Halflings';
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prod-nav h2 a:after,
.prod-nav h2 span:after {
  content: "\e258";
}
.prod-dl h2:after {
  content: "\e025";
}
.prod-more h2:after {
  content: "\e144";
}
.prod-nav h2 a,
.prod-nav h2 span {
  color: #2196f3;
}
.prod-nav h2 br + span {
  font-size: 16px;
}
.prod-dl {
  display: none;
}
.prod-dl a {
  margin-left: 12px;
}
.prod-dl a.pdf {
  padding-left: 24px;
  color: #111;
  background: transparent url('/img/pdf16.png') no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.prod-dl a.pdf:hover {
  font-weight: 700;
}
.zh-backtotop {
  position: fixed;
  right: 12px;
  bottom: 20px;
  z-index: 2;
  width: 42px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #1976d2;
  filter: alpha(opacity=60);
  border-width: 0 !important;
  border-radius: 30px;
  opacity: .6;
}
@media (min-width: 768px) {
  .zh-backtotop {
    right: 30px;
    bottom: 30px;
  }
}
.zh-backtotop.align {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
  filter: alpha(opacity=80);
  border-width: 1px !important;
  opacity: .8;
}
.zh-backtotop.align:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.zh-backtotop .btn-action {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
}
.zh-backtotop div {
  position: absolute;
}
.zh-backtotop .arrow {
  top: 3px;
  left: 12px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #fff;
}
.align.zh-backtotop .arrow {
  border-bottom-color: #1976d2;
}
.zh-backtotop .stick {
  top: 19px;
  left: 17px;
  width: 8px;
  height: 14px;
  background-color: #fff;
  border-radius: 1px;
}
.align.zh-backtotop .stick {
  background-color: #1976d2;
}
.zh-backtotop .bar {
  top: 10px;
  left: 13px;
  width: 16px;
  height: 1px;
  background-color: #fff;
}
.align.zh-backtotop .bar {
  background-color: #1976d2;
}
.post-nav.fixed {
  position: fixed;
  top: 0;
}
.post-nav .panel-body {
  padding: 0;
  overflow: hidden;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
.post-nav .panel-body ul {
  padding-left: 15px;
  list-style-type: square;
}
.post-nav .nav-body {
  position: relative;
  padding: 0 12px;
}
.post-nav .nav-body:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 3px;
  content: '';
  background: rgba(0, 0, 0, .1);
}
.post-nav .panel-body,
.post-nav .articleIndex {
  position: relative;
  z-index: 2;
}
.post-nav .highlight-title {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: #f8f8f8;
  border-left: 3px solid #1976d2;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
.post-nav .articleIndex li a {
  display: block;
  padding: .3em 0;
  line-height: 1.5;
}
.post-nav .articleIndex li a:hover {
  text-decoration: underline;
}
.post-nav .articleIndex li.active a {
  color: #111;
}
.footer-1-wrapper {
  padding-top: 3px;
  background-color: #fff;
  border-top: 1px solid #1976d2;
}
@media (min-width: 768px) {
  .footer-1-wrapper {
    margin-top: 30px;
  }
}
.footer-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
  color: #91a4b7;
  color: rgba(255, 255, 255, .5);
  background-color: #0b355f;
  background-image: url(/img/footer_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.footer-1 .footer-links {
  padding-left: 0;
  margin-bottom: 20px;
}
.footer-1 .footer-links > li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.footer-1 .footer-links > li:last-child {
  margin-right: 0;
}
.footer-1 .footer-links > li > a {
  color: #e7ebef;
  color: rgba(255, 255, 255, .9);
}
.footer-1 .footer-links > li > a:hover {
  text-decoration: underline;
}
.language .dropdown-menu {
  font-size: 1em;
}
/*# sourceMappingURL=base1.css.map */
