/**
 * sse-allcss.less      //最终汇总生成的引入页面的CSS
 * 合并less输出到一个css
 * @project SSEINFO opensseinfo site
 * @author tonyxiao@sse.com.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('./fonts/glyphicons-halflings-regular.eot');
  src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5fbdff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0156ac;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #5fbdff;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0156ac;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #5fbdff;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #5fbdff;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #0156ac;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5fbdff;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5fbdff;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Bootstrap Less源码 */
/* 基础快速布局 */
.ib_mid_wrap {
  font-size: 0;
  text-align: center;
}
.ib_mid_wrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.ib_mid {
  font-size: medium;
  *text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.txa_c {
  text-align: center;
}
.txa_r {
  text-align: right;
}
.txa_l {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
.nowrap {
  white-space: nowrap;
  word-break: keep-all;
}
.prewrap {
  white-space: pre;
}
.txa_elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*
    调用方法: 默认为两行显示省略号
            .multiLine-overflow(3);
 */
a:active,
a:focus {
  outline: none;
}
/* 首页－用户专区 */
/* 基础页面布局所有相关Less变量 */
/**
 * sseinfo-icon.less -- 系统字体图标
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/*
 * 第一步: 定义字体,并加载iconfont字体库,注意字体文件路径
*/
@font-face {
  font-family: "sseinfo";
  src: url('fonts/iconfont/iconfont.eot?t=1470187784');
  /* IE9*/
  src: url('fonts/iconfont/iconfont.eot?t=1470187784#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iconfont/iconfont.woff?t=1470187784') format('woff'), /* chrome, firefox */ url('fonts/iconfont/iconfont.ttf?t=1470187784') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('fonts/iconfont/iconfont.svg?t=1470187784#iconfont') format('svg');
  /* iOS 4.1- */
}
/*
 *  第二步 - 使用
 *  方式一( class + 编码方式 ):
 *  在标签添加class="sseicon"
 *  并且在标签里添加字体编码,完整示例如: <i class="sseicon"></i>
*/
.sseicon {
  font-family: "sseinfo" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
 *  第二步 - 使用
 *  方式二( 伪元素(before/after)方式 ):
 *  i:before,
    i:after{
       content: "此处的参数在下方的 xxx:before{content:"\e654";}中有提供";
       ...
   }
*/
html.fix-ie-font-face .sseicon:before,
html.fix-ie-font-face .breadcrumb li:before,
html.fix-ie-font-face .sseicon:after {
  content: none !important;
}
.icon-bell:before {
  content: "\e654";
}
.icon-arrowtop:before {
  content: "\e655";
}
.icon-arrowright:before {
  content: "\e656";
}
.icon-arrowleft:before {
  content: "\e657";
}
.icon-arrowbottom:before {
  content: "\e658";
}
.icon-man:before {
  content: "\e644";
}
.icon-mail:before {
  content: "\e645";
}
.icon-lock:before {
  content: "\e646";
}
.icon-heart:before {
  content: "\e647";
}
.icon-folder:before {
  content: "\e648";
}
.icon-file:before {
  content: "\e649";
}
.icon-download:before {
  content: "\e64a";
}
.icon-delete:before {
  content: "\e64b";
}
.icon-creditcard:before {
  content: "\e64c";
}
.icon-comment:before {
  content: "\e64d";
}
.icon-cog:before {
  content: "\e64e";
}
.icon-close:before {
  content: "\e650";
}
.icon-checkmark:before {
  content: "\e651";
}
.icon-calendar:before {
  content: "\e652";
}
.icon-moneyrmb:before {
  content: "\e641";
}
.icon-minus:before {
  content: "\e642";
}
.icon-map:before {
  content: "\e643";
}
.icon-refresh:before {
  content: "\e62d";
}
.icon-printer:before {
  content: "\e62e";
}
.icon-pricetag:before {
  content: "\e62f";
}
.icon-plus:before {
  content: "\e630";
}
.icon-play:before {
  content: "\e631";
}
.icon-photo:before {
  content: "\e632";
}
.icon-photocamera:before {
  content: "\e633";
}
.icon-phone:before {
  content: "\e634";
}
.icon-phonehandle:before {
  content: "\e635";
}
.icon-pencil:before {
  content: "\e636";
}
.icon-number9:before {
  content: "\e637";
}
.icon-number8:before {
  content: "\e638";
}
.icon-number7:before {
  content: "\e639";
}
.icon-number6:before {
  content: "\e63a";
}
.icon-number5:before {
  content: "\e63b";
}
.icon-number4:before {
  content: "\e63c";
}
.icon-number3:before {
  content: "\e63d";
}
.icon-number2:before {
  content: "\e63e";
}
.icon-number1:before {
  content: "\e63f";
}
.icon-number0:before {
  content: "\e640";
}
.icon-snumber4:before {
  content: "\e621";
}
.icon-snumber3:before {
  content: "\e622";
}
.icon-snumber2:before {
  content: "\e623";
}
.icon-snumber1:before {
  content: "\e624";
}
.icon-snumber0:before {
  content: "\e625";
}
.icon-sminus:before {
  content: "\e626";
}
.icon-sclose:before {
  content: "\e627";
}
.icon-scheckmark:before {
  content: "\e628";
}
.icon-sarrowtop:before {
  content: "\e629";
}
.icon-sarrowright:before {
  content: "\e62a";
}
.icon-sarrowleft:before {
  content: "\e62b";
}
.icon-sarrowbottom:before {
  content: "\e62c";
}
.icon-splus:before {
  content: "\e61b";
}
.icon-snumber9:before {
  content: "\e61c";
}
.icon-snumber8:before {
  content: "\e61d";
}
.icon-snumber7:before {
  content: "\e61e";
}
.icon-snumber6:before {
  content: "\e61f";
}
.icon-snumber5:before {
  content: "\e620";
}
.icon-updata:before {
  content: "\e60e";
}
.icon-star:before {
  content: "\e60f";
}
.icon-speaker:before {
  content: "\e610";
}
.icon-shoppingcart:before {
  content: "\e611";
}
.icon-share:before {
  content: "\e612";
}
.icon-shareweixin:before {
  content: "\e613";
}
.icon-shareweibo:before {
  content: "\e614";
}
.icon-sharetxweibo:before {
  content: "\e615";
}
.icon-sharetaobao:before {
  content: "\e616";
}
.icon-sharerenren:before {
  content: "\e617";
}
.icon-shareqq:before {
  content: "\e618";
}
.icon-shareqqzone:before {
  content: "\e619";
}
.icon-qrcode:before {
  content: "\e609";
}
.icon-news:before {
  content: "\e607";
}
.icon-hamburger:before {
  content: "\e605";
}
.icon-search:before {
  content: "\e604";
}
.icon-iconentrance:before {
  content: "\e600";
}
/* 页面布局系统图标 */
/*公共样式*/
.mgtop40 {
  margin-top: 40px;
}
.mgtop20 {
  margin-top: 20px;
}
.mgtop10 {
  margin-top: 10px;
}
.mgbottom20 {
  margin-bottom: 20px;
}
.mgbottom40 {
  margin-bottom: 40px;
}
.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.onelevel-center.mgbottom20 {
  margin-bottom: 20px;
}
.img-responsive-wrap img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.img-responsive.img-90 {
  max-width: 90%;
  padding-top: 10px;
}
.a-blue {
  color: #5fbdff;
}
.line-right a {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #606060;
  height: 14px;
  line-height: 14px;
}
.line-right a:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .img-responsive.img-90 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .mgbottom40 {
    margin-bottom: 30px;
  }
}
.gray-line hr {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ddd;
}
.gray-line hr.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.right-sidebar li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.right-sidebar {
  position: fixed;
  width: 120px;
  height: 120px;
  right: 0;
  top: 50%;
  margin-top: -60px;
  z-index: 999;
}
.right-sidebar li {
  height: 40px;
  position: relative;
}
.right-sidebar li a {
  overflow: hidden;
  margin: 0 0 0 auto;
  display: block;
  background-color: #acacac;
  font-size: 14px;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  position: relative;
}
.right-sidebar li a:hover {
  background-color: #3276bb;
  width: 120px;
}
.right-sidebar li a span {
  width: 80px;
  position: absolute;
  right: 40px;
  top: 0;
  line-height: 40px;
}
.right-sidebar li a i {
  background: url("img/ui/sidebar.png");
  height: 31px;
  width: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
  position: absolute;
}
.right-sidebar li.item01 a i {
  background-position: 0 0;
}
.right-sidebar li.item02 a i {
  background-position: 0 -40px;
}
.right-sidebar li.item03 a i {
  background-position: 0 -80px;
}
.box-h-p {
  padding: 80px 0;
  position: relative;
  z-index: 3;
  background: #fff;
  -webkit-transform: translateZ(0);
}
.box-h-p h3 {
  font-size: 28px;
  color: #000;
  line-height: 1.5;
  margin-top: 0;
}
.box-h-p .text {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
  display: block;
}
.box-h-p .text-center-width {
  width: 69%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-h-p {
    padding: 60px 0;
  }
  .box-h-p h3 {
    font-size: 24px;
    color: #000;
  }
  .box-h-p .text {
    color: fontColorGray02;
    font-size: 14px;
    line-height: 1.75;
    display: block;
  }
  .box-h-p .text-center-width {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .box-h-p {
    padding: 60px 0;
  }
  .box-h-p h3 {
    font-size: 24px;
    color: #000;
  }
  .box-h-p .text {
    color: fontColorGray02;
    font-size: 14px;
    line-height: 1.75;
    display: block;
  }
  .box-h-p .text-center-width {
    width: 96%;
    margin: 0 auto;
  }
}
.btn-blueLineBig {
  color: #5fbdff;
  background-color: transparent;
  border-color: #5fbdff;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 56px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-blueLineBig:focus,
.btn-blueLineBig.focus {
  color: #fff;
  background-color: #0156ac;
  border-color: #0156ac;
}
.btn-blueLineBig:hover {
  color: #fff;
  background-color: #0156ac;
  border-color: #0156ac;
}
.btn-blueLineBig:active,
.btn-blueLineBig.active,
.open > .dropdown-toggle.blueLineBig {
  color: #fff;
  background-color: #0156ac;
  border-color: #0156ac;
}
.btn-blueLineBig:active:hover,
.btn-blueLineBig.active:hover,
.open > .dropdown-toggle.btn-blueLineBig:hover,
.btn-blueLineBig:active:focus,
.btn-blueLineBig.active:focus,
.open > .dropdown-toggle.btn-blueLineBig:focus,
.btn-blueLineBig:active.focus,
.btn-blueLineBig.active.focus,
.open > .dropdown-toggle.btn-blueLineBig.focus {
  color: #fff;
  background-color: #0156ac;
  border-color: #0156ac;
}
.btn-blueLineBig:active,
.btn-blueLineBig.active,
.open > .dropdown-toggle.btn-blueLineBig {
  background-image: none;
}
.btn-grayLineBig {
  color: #999;
  background-color: transparent;
  border-color: #999;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 56px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-grayLineBig:focus,
.btn-grayLineBig.focus {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-grayLineBig:hover {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-grayLineBig:active,
.btn-grayLineBig.active,
.open > .dropdown-toggle.grayLineBig {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-grayLineBig:active:hover,
.btn-grayLineBig.active:hover,
.open > .dropdown-toggle.btn-grayLineBig:hover,
.btn-grayLineBig:active:focus,
.btn-grayLineBig.active:focus,
.open > .dropdown-toggle.btn-grayLineBig:focus,
.btn-grayLineBig:active.focus,
.btn-grayLineBig.active.focus,
.open > .dropdown-toggle.btn-grayLineBig.focus {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
.btn-grayLineBig:active,
.btn-grayLineBig.active,
.open > .dropdown-toggle.btn-grayLineBig {
  background-image: none;
}
.we-who-wrap {
  background: #ffffff url(img/ui/we-who-bg.jpg) no-repeat center center;
  background-size: cover;
}
.star-products-01 {
  background: #0156ac url(img/layout/star-products-01-bg.jpg) no-repeat right bottom;
  height: 570px;
}
.star-products-02 {
  background: #363e4d url(img/layout/star-products-02-bg.jpg) no-repeat right bottom;
  height: 270px;
}
.star-products-03 {
  background: #535f7b;
  height: 270px;
  margin-top: 30px;
}
.star-products-04 {
  background: #96a7b9 url(img/layout/star-products-04-bg.jpg) no-repeat center bottom;
  height: 570px;
  background-size: cover;
}
.star-products-wrap .star-products-content {
  padding: 30px;
  position: relative;
}
.star-products-wrap .star-products-content .hover-div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  z-index: 2;
  background: transparent url(img/ui/transparent.png);
}
.star-products-wrap .star-products-content .hover-div .line-wrap {
  border: 1px solid rgba(255, 255, 255, 0);
  height: 100%;
  position: relative;
}
.star-products-wrap .star-products-content .hover-div .line-wrap .line {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.star-products-wrap .star-products-content .hover-div .line-wrap .line-t {
  left: 0;
  width: 0;
  top: 0;
  height: 1px;
}
.star-products-wrap .star-products-content .hover-div .line-wrap .line-l {
  width: 1px;
  height: 0;
  left: 0;
  top: 0;
}
.star-products-wrap .star-products-content .hover-div .line-wrap .line-r {
  right: 0;
  bottom: 0;
  height: 0;
  width: 1px;
}
.star-products-wrap .star-products-content .hover-div .line-wrap .line-b {
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
}
.star-products-wrap .star-products-content .hover-div .line-wrap .btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 38px;
  padding: 0 20px;
  text-align: center;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.star-products-wrap .star-products-content .hover-div .line-wrap .btn:hover {
  background-color: #0156ac;
}
.star-products-wrap .star-products-content .hover-div .line-wrap .arrow-big {
  display: inline-block;
  height: 8px;
  width: 44px;
  background: url(img/ui/arrow_big.png) left top no-repeat;
  position: absolute;
  left: 20px;
  bottom: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.star-products-wrap .star-products-content .hover-div:hover .line-wrap .line-t {
  width: 100%;
}
.star-products-wrap .star-products-content .hover-div:hover .line-wrap .line-l {
  height: 100%;
}
.star-products-wrap .star-products-content .hover-div:hover .line-wrap .line-r {
  height: 100%;
}
.star-products-wrap .star-products-content .hover-div:hover .line-wrap .line-b {
  width: 100%;
}
.star-products-wrap .star-products-content .hover-div:hover .line-wrap .btn {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.star-products-wrap .star-products-content .hover-div:hover .line-wrap .arrow-big {
  left: 110px;
}
.star-products-wrap .star-products-content h4 {
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.star-products-wrap .star-products-content .text {
  color: #fff;
  opacity: 0.6;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .star-products-01 {
    height: 344px;
    margin-bottom: 30px;
  }
  .star-products-wrap .star-products-content .hover-div .line-wrap .btn {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  .star-products-wrap .star-products-content .hover-div .line-wrap .arrow-big {
    left: 110px;
  }
}
@media (min-width: 1200px) {
  .star-products-wrap .star-products-content.star-products-04 .hover-div .line-wrap .btn {
    bottom: auto;
    top: 120px;
  }
  .star-products-wrap .star-products-content.star-products-04 .hover-div .line-wrap .arrow-big {
    bottom: auto;
    top: 132px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .star-products-wrap .star-products-content.star-products-04 .hover-div .line-wrap .btn {
    bottom: auto;
    top: 140px;
  }
  .star-products-wrap .star-products-content.star-products-04 .hover-div .line-wrap .arrow-big {
    bottom: auto;
    top: 152px;
  }
}
@media (max-width: 767px) {
  .star-products-01 {
    height: auto;
    margin-bottom: 0;
  }
  .star-products-02 {
    height: auto;
  }
  .star-products-03 {
    margin-top: 0;
    height: auto;
  }
  .star-products-04 {
    height: auto;
  }
  .star-products-wrap .star-products-content {
    padding: 20px 30px;
  }
  .star-products-wrap .star-products-04 h4 {
    color: #333;
  }
  .star-products-wrap .star-products-04 h4.collapsed {
    color: #fff;
  }
  .star-products-wrap .star-products-04 h4 + .collapse.in .text,
  .star-products-wrap .star-products-04 h4 + .collapse.in .hover-div a.btn {
    color: #666;
  }
  .star-products-content.closes.star-products-01 {
    background-image: none !important;
  }
  .star-products-content.closes.star-products-02 {
    background-image: none !important;
  }
  .star-products-content.closes.star-products-03 {
    background-image: none !important;
  }
  .star-products-content.closes.star-products-04 {
    background-image: none !important;
  }
  .star-products-content h4 {
    position: relative;
    z-index: 10;
    padding-bottom: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .star-products-content h4.collapsed {
    padding-bottom: 30px;
  }
  .star-products-content h4.collapsed:before {
    content: '';
    display: block;
    height: 8px;
    width: 44px;
    background: url(img/ui/arrow_big.png) left top no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .star-products-content .text {
    padding-bottom: 80px;
  }
  .star-products-content .hover-div .line-wrap .arrow-big {
    left: 0;
  }
  .star-products-content .my-visible-sm.collapsing {
    height: auto;
    -webkit-transition: none;
    transition: none;
    overflow: visible;
  }
  .star-products-content .collapse .hover-div {
    opacity: 0;
  }
  .star-products-content .collapse .text {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .star-products-content .collapsing .hover-div {
    opacity: 0;
  }
  .star-products-content .collapsing .text {
    opacity: 0;
  }
  .star-products-content .collapse.in .text {
    opacity: 1;
  }
  .star-products-content .collapse.in .hover-div {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    z-index: 2;
    background: transparent;
  }
  .star-products-content .collapse.in .hover-div .line-wrap .line-t {
    width: 100%;
  }
  .star-products-content .collapse.in .hover-div .line-wrap .line-l {
    height: 100%;
  }
  .star-products-content .collapse.in .hover-div .line-wrap .line-r {
    height: 100%;
  }
  .star-products-content .collapse.in .hover-div .line-wrap .line-b {
    width: 100%;
  }
  .star-products-content .collapse.in .hover-div .line-wrap .btn {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  .star-products-content .collapse.in .hover-div .line-wrap .arrow-big {
    left: 110px;
  }
  .product-note {
    padding-right: 0;
  }
}
.home-user-wrap {
  background: #f6f6f6;
}
.home-user-content {
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home-user-content .img-responsive {
  width: 96px;
  height: 96px;
  display: inline-block;
}
.home-user-content h6 {
  font-size: 16px;
  color: #333;
}
.home-user-wrap .hover-div {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/ui/home-user-bg.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.home-user-wrap .hover-div:before {
  position: absolute;
  content: " ";
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(24, 101, 179, 0.9);
}
.lte-ie8 .home-user-wrap .hover-div:before {
  visibility: hidden;
  background-color: transparent;
  background-image: url("img/layout/overlay-bg.png");
  background-position: top left;
  background-repeat: repeat-y;
}
.home-user-wrap .hover-div span {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.home-user-wrap .hover-div em {
  display: block;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  padding-top: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.home-user-wrap .hover-div .arrow-big {
  display: inline-block;
  height: 8px;
  width: 44px;
  background: url(img/ui/arrow_big.png) no-repeat left top;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.home-user-wrap a:hover .hover-div {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.lte-ie8 .home-user-wrap a:hover .hover-div:before {
  visibility: visible;
}
.lte-ie8 .home-user-wrap a:hover .hover-div span {
  border: 1px solid #fff;
}
.home-user-wrap a:hover .hover-div em {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.home-user-wrap a:hover .hover-div .arrow-big {
  -webkit-animation: bounceInLeft 1s forwards;
  animation: bounceInLeft 1s forwards;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.home-user-wrap .row .col-xs-6 {
  border-left: 1px dashed #ddd;
}
.home-user-wrap .row .col-xs-6:first-child {
  border-left: 1px dashed transparent;
}
@media (max-width: 767px) {
  .home-user-wrap .row .col-xs-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home-user-wrap .row .col-xs-6:nth-child(3) {
    border-left: 1px dashed transparent;
  }
  .home-user-wrap .row .col-xs-6:nth-child(1),
  .home-user-wrap .row .col-xs-6:nth-child(2) {
    border-bottom: 1px dashed #ddd;
  }
}
.collapse-item {
  border: 1px solid #dddddd;
  background: #f6f6f6;
  margin-bottom: 30px;
}
.collapse-item h2 {
  position: relative;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  padding: 30px 20px;
  padding-right: 50px;
  background: #0156ac;
  color: #fff;
  cursor: pointer;
  margin-left: -1px;
  margin-right: -1px;
}
.collapse-item h2.collapsed {
  color: #333;
  background: transparent;
  margin-left: 0px;
  margin-right: 0px;
}
.collapse-item h2.collapsed .sseicon {
  color: #8e8e8e;
}
.collapse-item h2.collapsed .icon-arrowtop:before {
  content: "\e658";
}
.collapse-item h2 .sseicon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.collapse-item .collapse-content {
  padding: 30px 20px;
}
.collapse-item .collapse-content h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
}
.collapse-item .collapse-content p {
  color: #666;
  line-height: 1.75;
  text-align: justify;
}
.collapse-item .collapse-content p.text-right {
  text-align: right;
}
.collapse-item .collapse-content .authorization-img {
  width: 100%;
  padding: 0 20px;
  margin: 10px auto;
  text-align: center;
}
.collapse-item .collapse-content .authorization-img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .collapse-item {
    border: 0px solid #dddddd;
    background: #f6f6f6;
    margin-bottom: 20px;
  }
  .collapse-item h2 {
    position: relative;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    padding: 20px 15px;
    padding-right: 50px;
    background: #0156ac;
    color: #fff;
    cursor: pointer;
    margin-left: -1px;
    margin-right: -1px;
    border: 1px solid #dddddd;
  }
  .collapse-item h2.collapsed {
    color: #333;
    background: transparent;
    margin-left: 0px;
    margin-right: 0px;
  }
  .collapse-item h2.collapsed .sseicon {
    color: #8e8e8e;
  }
  .collapse-item h2.collapsed .icon-arrowtop:before {
    content: "\e658";
  }
  .collapse-item h2 .sseicon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .collapse-item .collapse-content {
    padding: 20px 1px;
  }
  .collapse-item .collapse-content h3 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .collapse-item .collapse-content p {
    color: #666;
    line-height: 1.75;
  }
  .collapse-item .collapse-content .authorization-img {
    width: 100%;
    margin: 10px auto;
    padding: 0 0;
    text-align: center;
  }
  .collapse-item .collapse-content .authorization-img img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .row-two.authstatement-wrap {
    background: #f6f6f6;
  }
  .row-two.authstatement-wrap .container > .row {
    padding: 0;
  }
  .collapse-right .collapse-item:last-child {
    margin-bottom: 0;
  }
}
.job-left-wrap {
  padding-left: 30px;
}
.job-left-title {
  font-size: 16px;
  color: #333;
  margin: 0;
  vertical-align: middle;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.job-left-title .icon-job {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(img/ui/icon-job.png) no-repeat left center;
  vertical-align: middle;
  margin-right: 6px;
}
.job-left-title span {
  vertical-align: middle;
}
.job-left-content {
  padding: 20px 0;
}
.job-left-content a {
  display: block;
  line-height: 24px;
  color: #666;
}
.job-left-content a:hover {
  text-decoration: none;
  color: #1056ac;
}
.job-title-main {
  font-size: 28px;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.5;
}
.job-wrap {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.job-wrap .job-item .job-title {
  padding: 0 20px;
  cursor: pointer;
}
.job-wrap .job-item .job-title.active {
  background: #0156ac;
}
.job-wrap .job-item .job-title.active .job-title-c {
  color: #fff;
  border-bottom: none;
}
.job-wrap .job-item .job-title.active .icon-arrowbottom:before {
  content: "\e655";
}
.job-wrap .job-item .job-title .job-title-c {
  color: #666;
  line-height: 1.5;
  padding-right: 20px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.job-wrap .job-item .job-title .job-title-c .sseicon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.job-wrap .job-item .job-content {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
  display: none;
}
.job-wrap .job-item .job-content h3 {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.job-wrap .job-item .job-content p {
  color: #666;
  line-height: 1.75;
}
.job-wrap .job-item .job-content .leave2 {
  color: #999;
  display: block;
  padding-left: 10px;
}
.job-wrap .job-item .job-content .btn-lightBlue {
  margin: 20px 0;
}
.job-wrap .job-item:last-child .job-content {
  border-bottom: none;
}
.job-wrap .job-item:last-child .job-title-c {
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .job-title-main {
    text-align: center;
    font-size: 24px;
  }
  .job-wrap .job-item .job-content {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .job-title-main {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .job-wrap .job-item .job-content h3 {
    font-size: 16px;
  }
  .job-wrap {
    background: transparent;
    border: 0px solid #ddd;
    margin-bottom: 40px;
  }
  .job-wrap .job-item .job-title {
    background: #fff;
    padding: 0 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: none;
  }
  .job-wrap .job-item .job-title.active {
    background: #0156ac;
    border: 0px solid #ddd;
  }
  .job-wrap .job-item .job-title.active .job-title-c {
    color: #fff;
    border-bottom: none;
  }
  .job-wrap .job-item .job-title.active .icon-arrowbottom:before {
    content: "\e655";
  }
  .job-wrap .job-item .job-title .job-title-c {
    color: #666;
    padding-right: 20px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 0px solid #eee;
  }
  .job-wrap .job-item .job-title .job-title-c .sseicon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
  .job-wrap .job-item .job-content {
    padding: 10px 1px;
    border-bottom: 0px solid #ddd;
    display: none;
  }
  .job-wrap .job-item .job-content h3 {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
  }
  .job-wrap .job-item .job-content p {
    color: #666;
    line-height: 1.75;
  }
  .job-wrap .job-item .job-content .leave2 {
    color: #999;
    display: block;
    padding-left: 10px;
  }
  .job-wrap .job-item .job-content .btn-lightBlue {
    margin: 20px 0;
  }
  .job-wrap .job-item:last-child .job-content {
    border-bottom: none;
  }
  .job-wrap .job-item:last-child .job-title-c {
    border-bottom: none;
  }
  .job-wrap .job-item:last-child .job-title {
    border-bottom: 1px solid #ddd;
  }
}
.tab-nav-level-1 {
  padding: 0 15px;
}
.tab-nav-level-1 li {
  border: 1px solid #ddd;
  margin-left: -1px;
  position: relative;
}
.tab-nav-level-1 li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.tab-nav-level-1 li a span {
  display: block;
  line-height: 1.5;
}
.tab-nav-level-1 li a span.en {
  color: #999;
  font-size: 12px;
  font-family: Arial;
}
.tab-nav-level-1 li a:hover {
  text-decoration: none;
  color: #0156ac;
}
.tab-nav-level-1 li a:focus {
  text-decoration: none;
}
.tab-nav-level-1 li.active a {
  background: #0156ac;
  color: #fff;
  margin-left: -1px;
  margin-right: -1px;
}
.tab-nav-level-1 li.active a span.en {
  color: #6095cb;
}
.tab-nav-level-1 li.active .sseicon {
  color: #fff;
}
.tab-nav-level-1 li:first-child {
  margin-left: 0;
}
.tab-nav-level-1 li .sseicon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
}
.tab-nav-level-1 .col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
}
.tab-nav-level-1 .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  .tab-nav-level-1 {
    padding: 0 15px;
  }
  .tab-nav-level-1 li {
    margin-left: 0px;
    margin-top: -1px;
    display: none;
  }
  .tab-nav-level-1 li a {
    padding: 15px 0;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    padding-right: 30px;
  }
  .tab-nav-level-1 li .sseicon {
    display: none !important;
  }
  .tab-nav-level-1 li .sseicon.on:before {
    content: "\e655";
  }
  .tab-nav-level-1 li:first-child {
    margin-left: 0;
    margin-top: 0px;
  }
  .tab-nav-level-1 li.active {
    display: block;
  }
  .tab-nav-level-1 li.active .sseicon {
    display: block !important;
  }
}
.tab-nav-level-2-wrap {
  text-align: right;
  padding: 20px 0 0;
}
.tab-nav-level-2 {
  text-align: right;
  border: 1px solid #ddd;
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.tab-nav-level-2 li {
  display: inline-block;
}
.tab-nav-level-2 li a {
  color: #666;
  font-size: 12px;
  padding: 2px 10px;
  border-left: 1px solid #ddd;
}
.tab-nav-level-2 li.active a {
  color: #0156ac;
}
.tab-nav-level-2 li:first-child a {
  border-left: 0px solid #ddd;
}
.tab-pane ul.tab-nav-level-2 {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 991px) {
  .tab-nav-level-2-wrap {
    text-align: left;
    padding: 20px 0;
  }
}
.article-content {
  padding: 10px 0;
}
.article-content .article-content-width {
  width: 83.3333%;
}
.article-content h4 {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  margin-top: 0;
}
.article-content h4 .small {
  font-size: 14px;
  color: #666;
}
.article-content h4 .small.en {
  color: #999;
}
.article-content h4.text-caption {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.article-content h5 {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  line-height: 1.5;
}
.article-content h5 .small {
  font-size: 14px;
  color: #666;
}
.article-content h5 .small.en {
  color: #999;
}
.article-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  text-align: justify;
}
.article-content p.en {
  color: #999;
}
.article-content span.line {
  padding-left: 18px;
  position: relative;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.75;
}
.article-content span.line:before {
  content: '-';
  width: 18px;
  height: 16px;
  position: absolute;
  top: -2px;
  left: 0px;
}
.article-content span.title {
  display: block;
  color: #666;
  margin-bottom: 10px;
}
.article-content .gray-line hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-content .article-content-width {
    width: 66.6666%;
  }
}
@media (max-width: 991px) {
  .article-content .article-content-width {
    width: 100%;
  }
  .article-content h4 {
    font-size: 20px;
  }
  .article-content h4 .small {
    display: block;
  }
  .article-content h5 {
    font-size: 16px;
  }
}
.product-note {
  font-size: 12px;
  color: #999;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  padding-right: 16.6666%;
}
.product-note.no-line {
  border-top: 0px solid #ddd;
}
@media (max-width: 767px) {
  .product-note {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .vertical-tab-wrap {
    margin-top: 60px;
  }
  .vertical-tab-wrap .tab-nav-level-1 li {
    margin-left: 0px;
    margin-top: -1px;
  }
  .vertical-tab-wrap .tab-nav-level-1 li a span {
    text-align: left;
    padding-left: 20px;
  }
  .vertical-tab-wrap .article-content {
    padding-top: 0;
    padding-left: 15px;
  }
  .vertical-tab-wrap .article-content h4 {
    margin-top: -7px;
  }
}
.row-two > .onelevel-center {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .row-two > .onelevel-center {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .row-two > .onelevel-center {
    margin-bottom: 20px;
  }
}
.platform-content {
  padding-top: 60px;
}
.platform-content .onelevel-center {
  margin-bottom: 20px;
}
.platform-content .platform-left {
  float: left;
  width: 100px;
}
.platform-content .platform-left .img-responsive {
  max-width: 100px;
}
.platform-content .platform-right {
  padding-left: 120px;
}
.platform-content > .row > .col-md-4 {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .platform-content {
    padding-top: 40px;
  }
  .platform-content .onelevel-center {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .platform-content {
    padding-top: 40px;
  }
  .platform-content .onelevel-center {
    text-align: left;
    max-width: 100%;
    font-size: 22px;
  }
}
.gray-bg-content {
  background: #f0f0f0 url(img/ui/gray-bg-img.jpg) no-repeat center center;
  min-height: 600px;
  background-size: cover;
}
.page-center-cont {
  text-align: center;
  padding-top: 200px;
}
.page-center-cont h4 {
  color: #666;
  font-size: 28px;
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 20px;
  margin: 0;
}
.page-center-cont .foot-a {
  padding-left: 50px;
}
.page-center-cont .foot-a.line-right a {
  border-color: #ddd;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .gray-bg-content {
    min-height: 390px;
  }
  .page-center-cont {
    padding-top: 125px;
  }
  .page-center-cont h4 {
    color: #666;
    font-size: 22px;
    line-height: 1.5;
    padding-top: 16px;
    padding-bottom: 20px;
    margin: 0;
  }
  .page-center-cont .foot-a {
    padding-left: 30px;
  }
  .page-center-cont .foot-a.line-right a {
    border-color: #ddd;
    margin-right: 20px;
  }
  .page-center-cont .img-responsive-wrap img {
    width: 130px;
  }
}
/* 通用 */
ul {
  padding: 0;
  margin: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.page_content {
  padding-top: 80px;
}
.main-width {
  position: relative;
  margin: 0 auto;
}
.header .navbar {
  margin-bottom: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  z-index: 21;
}
.header .navbar-brand.logo {
  width: 250px;
  height: 60px;
  background: url(img/layout/logo.png) no-repeat left center;
  text-indent: -9999px;
  background-size: auto 100%;
  margin-top: -15px;
}
.header .navbar-brand.back-old {
  width: 109px;
  height: 40px;
  margin-left: 30px!important;
  padding: 12px 22px 0 30px;
  font-size: 14px;
  line-height: 16px;
  color: #666;
  border-left: 1px solid #eee;
  background: url(img/ui/back-old.png) no-repeat right center;
}
.header .navbar-brand.back-old:hover {
  color: #0156ac;
}
.footer {
  position: relative;
  z-index: 3;
  -webkit-transform: translateZ(0);
}
.footer .footer-top {
  background: #555;
  padding: 40px 0;
}
.footer .footer-top h4 {
  font-size: 16px;
  color: #eee;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}
.footer .footer-top a {
  color: #999;
}
.footer .footer-top ul li {
  line-height: 28px;
}
.footer .footer-top .contact-title {
  color: #999;
}
.footer .footer-top .contact-num {
  color: #eee;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 5px;
}
.footer .footer-top .small {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.footer .footer-top .small .sseicon {
  margin-right: 3px;
}
.footer .footer-top .weixin-img {
  padding-bottom: 10px;
}
.footer .footer-bottom {
  background: #333;
  padding: 15px 0;
}
.footer .footer-bottom .left a {
  color: #999;
  font-size: 12px;
  display: inline-block;
}
.footer .footer-bottom .right {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top {
    background: #555;
    padding: 40px 0;
  }
  .footer .footer-top h4 {
    font-size: 14px;
    color: #eee;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.1;
  }
  .footer .footer-top a {
    color: #999;
    font-size: 12px;
  }
  .footer .footer-top ul li {
    line-height: 40px;
  }
  .footer .footer-top hr {
    border-top: 1px solid #666;
    margin-bottom: 30px;
  }
  .footer .footer-top .contact-title {
    color: #999;
    font-size: 12px;
    line-height: 28px;
  }
  .footer .footer-top .contact-num {
    color: #eee;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 5px;
  }
  .footer .footer-top .small {
    font-size: 12px;
    color: #999;
    margin: 0;
  }
  .footer .footer-top .small .sseicon {
    margin-right: 3px;
  }
  .footer .footer-top .weixin-img {
    padding-bottom: 10px;
  }
  .footer .footer-bottom {
    background: #333;
    padding: 15px 0;
  }
  .footer .footer-bottom .left {
    width: auto;
  }
  .footer .footer-bottom .left a {
    color: #999;
    font-size: 12px;
    display: inline-block;
  }
  .footer .footer-bottom .right {
    width: auto;
    float: right;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  .header .navbar-brand.logo {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@media (max-width: 767px) {
  .page_content {
    padding-top: 60px;
  }
  .header .navbar-brand.logo {
    width: 170px;
    height: 40px;
    background-size: auto 100%;
    margin-top: 0;
  }
  .footer .footer-top {
    padding: 20px 0;
  }
  .footer .footer-top h4 {
    font-size: 14px;
    color: #eee;
    margin-top: 0;
    padding: 22px 0;
    line-height: 1.1;
    margin-bottom: 0;
    position: relative;
  }
  .footer .footer-top h4 span {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    color: #eee;
  }
  .footer .footer-top h4.collapsed .icon-minus:before {
    content: "\e630";
  }
  .footer .footer-top h4.contact-h4 {
    padding-bottom: 10px;
  }
  .footer .footer-top .border-bottom {
    border-bottom: 1px solid #666;
  }
  .footer .footer-top a {
    color: #ddd;
    font-size: 12px;
  }
  .footer .footer-top ul li {
    line-height: 40px;
  }
  .footer .footer-top ul.contact li {
    line-height: 28px;
  }
  .footer .footer-top .contact-title {
    color: #999;
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
  }
  .footer .footer-top .contact-num {
    color: #eee;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    font-family: Arial;
    display: inline-block;
    margin: 0;
  }
  .footer .footer-top .small {
    font-size: 12px;
    color: #999;
    margin: 10px 0 20px;
  }
  .footer .footer-top .weixin-img {
    padding-bottom: 10px;
  }
  .footer .footer-top .no-border-xs {
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer .footer-bottom {
    background: #333;
    padding: 15px 0;
  }
  .footer .footer-bottom .left {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .footer .footer-bottom .left a {
    color: #999;
    font-size: 12px;
    display: inline-block;
  }
  .footer .footer-bottom .left a:first-child {
    margin-left: 30px;
  }
  .footer .footer-bottom .right {
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .my-visible-sm {
    display: block !important;
  }
  .footer .my-visible-sm.collapsing {
    height: auto;
    -webkit-transition: none;
    transition: none;
    overflow: visible;
  }
}
/* 基础页面布局 */
/**
 * ui.less -- 汇总ui组件的less
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* 所有Less Mixins */
/**
 * ui-table.less -- 表格
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* ======== 混入Less变量,Less类 ======== */
/*
    * 说明: 如果部分有不同的数值,比如颜色、字体大小等,可以在混合(Mixins)中以变量的形式传入具体不同的数值;
      如: .commonThead(@theadFontSize); -- > .commonThead(16px); / .commonThead(15px);
    * 每个变量之间以 ; 分号 隔开,传入的值与变量是一一对应的关系;
    * 变量以 @ 开头, 如: @theadFontSize;
    * 如果不希望定义的Less混合编译到CSS中,可以在混合类后添加括号,如: .commonTableStyle();
    * 调用less混合的方式:
      .commonTableStyle > .commonThead(16px); // 可以传入参数,可设置或不设置变量的默认值
      .commonTableStyle > .commonThead;       // 不可以传入参数,需要在定义时设置默认参数,如: .commonThead(@theadFontSize:16px);
      其他方法...

*/
/**
 * Less Mixins 混合类在 ui-lessMixins.less中;
 **/
/* 表格 -- .sseinfo-table-T01/ T02 */
.sseinfo-table-T01,
.sseinfo-table-T02 {
  width: 100%;
}
.sseinfo-table-T01 .table,
.sseinfo-table-T02 .table {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.sseinfo-table-T01 .table thead th,
.sseinfo-table-T02 .table thead th,
.sseinfo-table-T01 .table tbody td,
.sseinfo-table-T02 .table tbody td {
  padding: 15px 20px;
  font-weight: normal;
  vertical-align: middle;
}
.sseinfo-table-T01 .table tbody td,
.sseinfo-table-T02 .table tbody td {
  color: #666;
  border-top-color: #eee;
}
.sseinfo-table-T01 .table tbody .rowspan-parent > td,
.sseinfo-table-T02 .table tbody .rowspan-parent > td {
  border-top-color: #ddd;
}
.sseinfo-table-T01 .table tbody .rowspan-parent > td:first-child,
.sseinfo-table-T02 .table tbody .rowspan-parent > td:first-child {
  color: #333;
}
.sseinfo-table-T01 tbody tr,
.sseinfo-table-T02 tbody tr {
  background-color: #fff;
}
/* 表格一 */
.sseinfo-table-T01 .table thead tr {
  background-color: #0156ac;
  color: #fff;
  font-size: 16px;
}
.sseinfo-table-T01 .table thead th {
  border-bottom: none;
}
/* 表格二 */
.fw-600 {
  font-weight: 600 !important;
}
.bg-f5f5f5 {
  background-color: #f5f5f5;
  font-weight: 600 !important;
  color: #666 !important;
}
.bg-fff {
  background-color: #fff !important;
  color: #666 !important;
  text-align: left !important;
}
.sseinfo-table-T02 .table thead tr {
  background-color: #0156ac;
  color: #fff;
  font-size: 15px;
}
.sseinfo-table-T02 .table thead th {
  border-bottom: none;
}
.sseinfo-table-T02 .table tr th {
  text-align: center;
  background-color: #4385c2;
  color: #fff;
}
.sseinfo-table-T02 .table tr td {
  color: #888;
  text-align: left;
}
.sseinfo-table-T02 .table tr td:first-child {
  text-align: left;
  color: #333;
}
.sseinfo-table-T02 .table tr .sseicon {
  position: relative;
  font-size: 24px;
  line-height: 24px;
}
.sseinfo-table-T02 .table tr .sseicon:after {
  display: none;
  content: "\e628";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.table-responsive {
  overflow-y: hidden;
}
.table-25 {
  width: 25%;
}
.table-75 {
  width: 75%;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (max-width: 992px) {
  .table-responsive {
    border: none;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive .sseinfo-table-T01,
  .table-responsive .sseinfo-table-T02 {
    margin-top: 0;
  }
  .table-responsive .sseinfo-table-T01 td,
  .table-responsive .sseinfo-table-T02 td,
  .table-responsive .sseinfo-table-T01 th,
  .table-responsive .sseinfo-table-T02 th {
    white-space: nowrap!important;
  }
  .table-responsive .table {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive .table {
    margin-bottom: 0;
  }
}
/* 表格 */
.cssload-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  padding: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1999;
}
.cssload-speeding-wheel {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Loading */
/**
 * ui-element.less  -- 通用控件模板元素样式
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
 * @comment: 为保持良好的代码可读性,建议Less文件中每个样式集合间以及Less嵌套间的空格不要删除,
             可以对最终生成的.css文件进行压缩以减小体积

**/
/* ======== 混入Less变量,Less类 ======== */
/* ======== 混入Less变量,Less类 ======== - end */
/* 重置按钮默认样式 */
.btn-default {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding-left: 26px;
  padding-right: 26px;
  color: #fff;
}
/* 咨询 */
.consult {
  padding: 60px 0;
  background: url('img/layout/consult-bg.jpg') no-repeat left top;
}
.consult-tel,
.consult-opt {
  text-align: center;
  color: #fff;
}
.consult-tel p,
.consult-opt p {
  margin: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 1.5;
}
.consult-tel h5,
.consult-opt h5 {
  margin: 5px 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.consult-tel h5 {
  font-family: "Arial";
}
.tel-number {
  position: relative;
  padding-right: 10px;
}
.tel-number .icon-phonehandle {
  display: inline-block;
  max-width: 34px;
  max-height: 40px;
  margin-top: -10px;
  margin-right: 10px;
}
.tel-number .icon-phonehandle:before {
  font-size: 34px;
}
.btn-lightBlue {
  padding: 9px 55px;
  color: #fff;
  background-color: #3dafff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn-lightBlue:focus,
.btn-lightBlue.focus,
.btn-lightBlue:hover {
  color: #fff;
  opacity: 1;
}
.apply2 {
  padding-left: 80px;
  margin: -5px auto 0;
}
.has-split {
  position: relative;
}
.has-split:before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: -42px;
  width: 1px;
  background-color: #2e4a86;
}
.apply2-title {
  font-size: 14px;
}
.apply2-title p {
  color: #83a1df;
}
.apply2-title h3 {
  margin-top: 0;
  font-size: 20px;
  color: #f0f2f6;
}
.apply2-contact {
  padding-top: 15px;
  margin-bottom: 0;
}
.apply2-contact + .apply2-contact {
  margin-top: 10px;
}
.apply2-contact dt {
  display: table-cell;
  width: 38px;
  vertical-align: middle;
}
.apply2-contact dd {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
}
.apply2-contact dd p {
  margin-bottom: 0;
  color: #b8c1df;
}
.apply2-contact dd .apply2-tel {
  color: #fff;
  font-size: 20px;
  font-family: "Arial";
}
.data-services {
  padding: 0 204px;
}
/* 两栏列表 */
.lists-two {
  overflow: hidden;
}
.onelevel-center + .lists-two,
.sub-onelevel + .lists-two {
  padding: 0;
}
.lists-caption {
  padding: 10px 0 15px 0;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.lists-caption i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  vertical-align: -8px;
}
.lists-caption .lists-icon01 {
  background: url('img/layout/ui-icon-01.png') no-repeat center center;
}
.lists-caption .lists-icon02 {
  background: url('img/layout/ui-icon-02.png') no-repeat center center;
}
.lists-desc {
  padding-top: 20px;
  overflow: hidden;
}
.lists-item {
  margin-bottom: 30px;
}
.lists-item .lists-item-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  line-height: 1.75;
}
.lists-item .lists-item-desc {
  margin-bottom: 7px;
}
.lists-item .lists-item-desc li {
  line-height: 1.75;
  color: #666;
}
.lists-float .lists-item {
  float: left;
  width: 50%;
}
.lists-float .lists-item li {
  color: #999;
}
.lists-float .lists-item li span {
  color: #666;
}
.module-title {
  overflow: hidden;
}
/* 联系方式 */
.contact-way {
  padding-top: 80px;
  padding-bottom: 40px;
}
.contact-way .contact-way-items {
  margin-bottom: 40px;
}
/* 资料下载 */
.text-image {
  padding: 30px 20px 30px 0;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.dl-image,
.dl-text {
  display: table-cell;
  vertical-align: middle;
}
.dl-image {
  padding: 0 30px;
  vertical-align: top;
}
.dl-text {
  position: relative;
  width: 92%;
  padding-left: 40px;
}
.dl-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #ddd;
  font-size: 0;
  overflow: hidden;
}
.dl-text .dl-text-titlle {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  color: #333;
  line-height: 1.5;
}
.dl-text .btn-lightBlue {
  display: inline-block;
  padding: 8px 12px;
  font-size: 12px;
}
.file-format-wrap {
  display: block;
}
.file-format-wrap .file-icon {
  display: block;
  max-width: 36px;
  max-height: 48px;
  font-size: 40px;
  text-decoration: none;
}
.file-format-wrap .file-icon:before {
  content: "";
  display: block;
  width: 37px;
  height: 48px;
  background: url("img/layout/ui-icon-file.png") left top;
}
.file-format-wrap .file-format {
  display: block;
  width: 37px;
  height: 16px;
  margin-top: 4px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  background-color: #888;
  color: #fff;
  font-style: normal;
}
/* 描述文字 */
.describe-wrap {
  margin-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #ddd;
}
.describe {
  padding-top: 10px;
  padding-bottom: 40px;
  line-height: 1.75;
  text-align: center;
  color: #666;
  margin-left: auto;
  margin-right: auto;
}
/* 联系方式 */
.contact-infor {
  margin-top: 5px;
}
.contact-infor > li {
  line-height: 1.75;
  color: #999;
}
.contact-infor > li span {
  color: #666;
}
/* 组织结构 */
.organization img {
  margin-left: auto;
  margin-right: auto;
}
.negativeTopMargin30 {
  margin-top: -10px;
}
.topGutter74 {
  padding-top: 74px;
}
.right-intro {
  padding-left: 5px;
}
.right-intro dt {
  margin-bottom: 22px;
  font-size: 28px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.right-intro .text-graphics-center {
  margin-bottom: 20px;
}
.has-leftBorder {
  position: relative;
}
.has-leftBorder:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 50px;
  border-left: 1px dashed #ddd;
}
.contact-person {
  padding: 34px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #4284c1;
  line-height: 1.75;
  font-weight: bold;
}
.smaller-size .text-graphics-center .graphics {
  width: 86px;
  height: 86px;
}
.fs16 .text-graphics-center .text-desc {
  margin-top: 12px;
  font-size: 16px;
}
.label-wrapper {
  display: inline-block;
  margin-bottom: -8px;
}
.label-wrapper .label-title {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .label-wrapper .label-title {
    vertical-align: top;
  }
}
.label-wrapper .label-right {
  display: table-cell;
  margin-bottom: 0;
  vertical-align: middle;
}
.label-wrapper .label-right i {
  font-style: normal;
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  .label-wrapper .label-right i {
    display: block;
    padding-right: 0;
    vertical-align: top;
  }
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) {
  .describe {
    max-width: 83.33333333%;
  }
  .contact-infor > li {
    margin-bottom: 5px;
  }
  .lists-item {
    max-width: 90%;
  }
  .apply2-title p {
    min-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-image {
    padding-right: 30px;
  }
  .dl-image {
    padding: 0 20px;
  }
  .dl-text {
    padding-left: 30px;
  }
  .apply2 {
    padding-left: 60px;
  }
  .has-split:before {
    left: -12px;
  }
  .topGutter74 {
    padding-top: 54px;
  }
  .data-services {
    padding: 0 140px;
  }
  .contact-person {
    padding: 29px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .describe-wrap,
  .describe {
    padding-bottom: 30px;
  }
  .contact-way {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .contact-way .contact-way-items {
    margin-bottom: 30px;
  }
  .text-image {
    padding-right: 40px;
    margin-bottom: 40px;
  }
  .dl-image {
    padding: 0 30px;
  }
  .dl-text {
    padding-left: 40px;
  }
  .apply2 {
    padding-left: 40px;
  }
  .has-split:before {
    left: 0;
  }
  .data-services {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lists-caption {
    padding-left: 38px;
  }
  .lists-caption i {
    position: relative;
    margin-left: -38px;
  }
  .lists-item {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .contact-way {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .contact-way .contact-way-items {
    margin-bottom: 20px;
  }
  .describe-wrap,
  .describe {
    padding-bottom: 30px;
  }
  .text-image {
    padding-right: 15px;
  }
  .dl-image {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dl-text {
    padding-left: 15px;
  }
  .consult {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .consult-opt {
    margin-top: 15px;
  }
  .apply2 {
    padding-left: 0;
  }
  .apply2-title {
    text-align: center;
  }
  .apply2-title h3 {
    font-size: 18px;
  }
  .apply2-title p {
    font-size: 12px;
  }
  .apply2-contact {
    width: 251px;
    margin-right: auto;
    margin-left: auto;
  }
  .apply2-contact dd {
    font-size: 12px;
  }
  .apply2-contact dd .apply2-tel {
    font-size: 18px;
  }
  .has-split {
    margin-top: 37px;
    padding-top: 37px;
  }
  .has-split:before {
    top: 0;
    bottom: auto;
    left: 107px;
    right: 107px;
    width: auto;
    height: 1px;
  }
  .right-intro {
    margin-top: -20px;
  }
  .right-intro dt {
    font-size: 22px;
  }
  .topGutter74 {
    padding-top: 0;
  }
  .negativeTopMargin30 {
    margin-top: 0;
  }
  .col-md-8-define {
    margin-top: -30px;
  }
  .data-services {
    padding: 0;
  }
  .fs16 .text-graphics-center .text-desc {
    font-size: 14px;
  }
  .contact-person {
    padding: 14px 0;
    font-size: 14px;
  }
}
/* 公用元素 */
/**
 * ui-page.less -- 内页公用布局框架样式
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
 * @comment: 为保持良好的代码可读性,建议Less文件中每个样式集合间以及Less嵌套间的空格不要删除,
             可以对最终生成的.css文件进行压缩以减小体积
**/
.even {
  background-color: #f6f6f6;
}
.even-has-bg {
  height: 877px;
  background-image: url(../images/vip-service-01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.introduce > .row {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* CMS布局左文右图/左图右文/类产品说明 */
.onelevel-center + .has-gutter {
  margin-top: 30px;
}
 + .has-gutter {
  margin-top: 0;
}
.extra-topMargin {
  margin-top: 30px;
}
/* row-two */
.row-two {
  padding: 80px 0 40px;
}
/* row-three */
.row-three {
  padding: 74px 0 40px;
}
/* row-four */
.row-four {
  padding: 40px 0 40px;
}
.img-display > img {
  margin-right: auto;
  margin-left: auto;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 1025px) {
  .table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .article-opt .send-timer {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .row-one .container > .column-two + .column-two,
  .row-two .container > .column-two + .column-two {
    padding-top: 0;
    margin-top: -35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .introduce > .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .introduce > .row + .row {
    padding-top: 0;
  }
  .introduce > .row > .col-sm-10 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-onelevel + .introduce > .row:first-child,
  .onelevel-center + .introduce > .row:first-child {
    padding-top: 30px;
  }
  .textImage-mixins + .textImage-mixins {
    margin-top: 20px;
  }
  .has-gutter {
    margin-top: 20px;
  }
  .row-one .container > .column-two,
  .row-two .container > .column-two {
    padding: 0;
    margin-top: 0;
  }
  .row-two {
    padding: 60px 0 30px;
  }
  .row-three {
    padding: 60px 0;
  }
  .row-four {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .row-one .container > .column-two,
  .row-two .container > .column-two {
    padding: 0;
    margin-top: 0;
  }
  .row-two,
  .row-three {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .row-four {
    padding: 30px 0 40px;
  }
  .introduce > .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .introduce > .row + .row {
    padding-top: 0;
  }
  .sub-onelevel + .introduce > .row:first-child,
  .onelevel-center + .introduce > .row:first-child {
    padding-top: 30px;
  }
  .textImage-mixins + .textImage-mixins {
    margin-top: 20px;
  }
  .has-gutter {
    margin-top: 20px;
  }
}
/* 内页 */
/**
 * ui-thumbnail.less -- 缩略图(上下结构的图文混排) -- 二栏、三栏、四栏图文
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
 * @comment: 为保持良好的代码可读性,建议Less文件中每个样式集合间以及Less嵌套间的空格不要删除,
             可以对最终生成的.css文件进行压缩以减小体积
**/
.text-graphics {
  margin-bottom: 40px;
}
.text-graphics .text-caption {
  margin-top: 0;
}
.text-graphics .text {
  padding-top: 20px;
}
.text-graphics .text-data {
  padding-top: 15px;
}
.text-graphics .sseicon {
  margin-right: 0;
}
.text-graphics h6 {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.75;
}
.text-graphics h6 .tel {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
}
.graphics {
  width: 100%;
  overflow: hidden;
}
.graphics > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-caption {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.module-title .text-caption {
  margin-top: 0;
}
.contact-way .text-caption {
  margin-bottom: 15px;
}
.data-download .text-caption {
  margin-top: 30px;
}
.text-desc {
  margin-bottom: 0;
  line-height: 1.75;
  text-align: justify;
  color: #999;
}
.text-data .text-desc {
  color: #666;
}
.text-graphics-center {
  max-width: 234px;
  margin-bottom: 40px;
}
.text-graphics-center .graphics {
  width: 96px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
}
.text-graphics-center .text-caption {
  text-align: center;
  color: #333;
  font-size: 16px;
}
.text-graphics-center .text-desc {
  text-align: center;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
}
.advantage {
  padding-top: 30px;
}
.unit-lists-desc {
  margin-top: 15px;
  padding-top: 14px;
  font-size: 14px;
  color: #0155ab;
  line-height: 1.5;
  border-top: 1px solid #ddd;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) {
  .text-graphics .text {
    width: 90%;
  }
  .text-graphics-center {
    display: inline-block;
  }
  .five-business-unit .text-caption {
    font-size: 18px;
  }
  .five-business-unit .text-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .five-business-unit .define-col {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .text-graphics {
    margin-bottom: 30px;
  }
  .text-graphics .text {
    padding-top: 15px;
  }
  .text-graphics .text-caption {
    font-size: 16px;
  }
  .advantage .row > div {
    text-align: center!important;
  }
}
@media screen and (max-width: 767px) {
  .text-graphics .text {
    padding-top: 15px;
  }
  .text-desc {
    line-height: 1.75;
  }
  .text-graphics,
  .text-graphics-center {
    margin-bottom: 30px;
  }
  .text-graphics-center {
    margin-left: auto;
    margin-right: auto;
  }
  .unit-lists-desc {
    white-space: nowrap;
    font-size: 12px;
  }
  .define-col .text-graphics-center {
    height: 254px;
  }
}
/* 缩略图 - 上下图文 */
/**
 * ui-textImage.less -- 左右图文结构
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
 * @comment: 为保持良好的代码可读性,建议Less文件中每个样式集合间以及Less嵌套间的空格不要删除,
             可以对最终生成的.css文件进行压缩以减小体积
**/
.summary .onelevel-left {
  margin-bottom: 10px;
}
.summary p {
  line-height: 1.75;
  color: #666;
}
.article {
  margin-bottom: 0;
  line-height: 1.75;
  color: #666;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) {
  .summary {
    width: 95%;
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .summary {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .summary {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .summary {
    font-size: 14px;
  }
}
/* 图文混排 - 左右图文 */
/**
 * ui-titleBanner.less -- 标题及内页Banner
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
 * @comment: 为保持良好的代码可读性,建议Less文件中每个样式集合间以及Less嵌套间的空格不要删除,
             可以对最终生成的.css文件进行压缩以减小体积
**/
/* ======== Less类混入 ======== */
/* ======== Less类混入 - end ======== */
/* ======== 一级标题 ======== */
.onelevel-left {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.5;
  text-align: left;
}
.onelevel-center {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  max-width: 66.66666667%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.onelevel-right {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 28px;
  line-height: 1.5;
  text-align: right;
}
.sub-onelevel {
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 83.3333333%;
}
.onelevel-center + .sub-onelevel {
  margin-top: 10px;
}
.sub-onelevel-lightBlue {
  color: #0155ab;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .onelevel-left,
  .onelevel-right,
  .onelevel-center {
    font-size: 24px;
    text-align: center;
  }
  .onelevel-center,
  .sub-onelevel {
    max-width: 83.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .onelevel-left,
  .onelevel-center,
  .onelevel-right {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
  }
  .onelevel-center,
  .sub-onelevel {
    max-width: 100%;
  }
}
/* 标题 */
/**
 * ui-banner.less -- 内页Banner
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
 * @comment: 为保持良好的代码可读性,建议Less文件中每个样式集合间以及Less嵌套间的空格不要删除,
             可以对最终生成的.css文件进行压缩以减小体积
**/
/* 顶部banner */
.page-banner {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner .overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.lte-ie8 .page-banner .overlay {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: #000;
}
.banner-caption {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-bottom: 0;
  max-width: 83.3333333%;
}
.banner-caption span,
.banner-caption strong {
  display: block;
  opacity: 0;
}
.ie9 .banner-caption span,
.ie9 .banner-caption strong {
  opacity: 1;
}
.banner-caption strong {
  font-size: 56px;
  line-height: 1.5;
  font-weight: normal;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.banner-caption strong + span {
  margin-top: 10px;
}
.banner-caption span {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  line-height: 1.5;
}
.banner-caption .skip-details {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.banner-caption .large-fontsize {
  margin-top: 0;
  font-size: 30px;
}
.skip-details {
  display: inline-block;
  width: 192px;
  height: 58px;
  margin-top: 37px;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  line-height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.63);
  background-color: rgba(255, 255, 255, 0.28);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.skip-details:hover,
.skip-details:focus,
.skip-details:active {
  color: #fff;
}
/* 无背景图page-banner */
.banner-caption-gray strong {
  color: #333;
}
.banner-caption-gray span {
  color: #666;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) {
  .page-banner {
    height: 440px;
    font-size: 0;
  }
  .page-banner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
  }
  .page-banner .banner-caption {
    font-size: medium;
    *text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
  .page-banner-nobg {
    height: 272px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-caption strong {
    font-size: 36px;
  }
  .banner-caption .large-fontsize {
    font-size: 22px;
  }
  .skip-details {
    width: 140px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
  }
  .even-has-bg {
    height: 722px;
  }
  .img-display {
    padding: 0 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-caption strong {
    font-size: 28px;
  }
  .banner-caption .large-fontsize {
    font-size: 18px;
  }
  .even-has-bg {
    height: 610px;
  }
  .img-display {
    padding: 0 85px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner {
    height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .page-banner img {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner-caption {
    position: absolute;
    width: 83.3333333%;
    top: 50%;
    left: 50%;
    font-size: 14px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .banner-caption strong {
    font-size: 24px;
  }
  .banner-caption strong + span {
    margin-top: 5px;
  }
  .banner-caption .large-fontsize {
    font-size: 14px;
  }
  .skip-details {
    width: 90px;
    height: 28px;
    margin-top: 22px;
    line-height: 24px;
    font-size: 14px;
  }
  .even-has-bg {
    height: 353px;
  }
  .img-display {
    padding: 0 44px;
  }
}
/* 内页Banner */
/**
 * menu.less -- 导航菜单
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/**
  * PC和Pad横屏版用的为同样的样式,只是尺寸稍有不同
**/
/* ======== 吸顶导航 ======== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
  background-color: #fff;
}
.header:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1002;
}
/* -- 吸顶导航删除此效果
.fixed-nav{
    height: 60px;
    .nav{li > a{line-height: 60px;}}
    .navbar-header,.desk-search{margin-top: 10px;}
    .nav-side-show{top: 60px;}
}
*/
/* ======== 搜索框下拉 ======== */
.sseinfo-sug {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.sseinfo-sug a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  color: #333;
}
.sseinfo-sug a.active,
.sseinfo-sug a:hover {
  background-color: #f6f6f6;
}
.sseinfo-sug .keywords {
  font-size: 14px;
}
.sseinfo-sug .code {
  margin-left: 10px;
  font-style: normal;
}
/* ======== 搜索框下拉 -end ======== */
.menu-tab-crust {
  float: right;
}
.menu-tab {
  margin-right: 30px;
}
.menu-tab li {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.menu-tab li a {
  position: relative;
  display: block;
  padding: 0 30px;
  line-height: 80px;
  color: #666 !important;
}
:root .menu-tab li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0156ac;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.menu-tab li.isHover a:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.lte-ie8 .menu-tab {
  margin-right: 30px!important;
}
.lte-ie8 .menu-tab li {
  border-bottom: 4px solid #0156ac;
  visibility: hidden;
}
.lte-ie8 .menu-tab li a {
  padding: 0 30px!important;
}
.lte-ie8 .menu-tab li.isHover {
  visibility: visible;
}
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:focus,
.navbar-default .navbar-nav .active > a:hover {
  color: #666;
  background-color: transparent;
}
.nav-side-show {
  position: absolute;
  top: 79px;
  left: 0;
  z-index: 19;
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.5, 0, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.5, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.5, 0, 1);
  transition: transform 0.6s cubic-bezier(0, 0.5, 0, 1);
  transition: transform 0.6s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 0.6s cubic-bezier(0, 0.5, 0, 1);
}
.nav-side-show.nsshow {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.lte-ie8 .nav-side-show {
  top: -1000%;
}
.lte-ie8 .nav-side-show.nsshow {
  top: 79px;
}
.desk-search {
  position: relative;
  float: right;
  margin-top: 20px;
}
.desk-search .search-input {
  vertical-align: top;
  border: none;
  height: 40px;
  width: 180px;
  padding: 13px 16px;
  background-repeat: no-repeat;
  background-position: 6.5px 7px;
  line-height: 14px;
  font-size: 14px;
  background-color: #eee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.desk-search .search-input:focus {
  outline: none;
}
.desk-search .search-btn-wrap {
  display: inline-block;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.desk-search .search-btn-wrap:after {
  display: block;
  content: "\e604";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  line-height: 20px;
  font-size: 22px;
}
.desk-search .search-btn {
  vertical-align: top;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
  font-size: 14px;
  background-color: #4385c2;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Microsoft YaHei!important";
}
.trow {
  position: relative;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}
.trow > .container {
  padding: 0;
}
.trow .col-sm-3 {
  width: 20%;
}
.nsshow .trow {
  -webkit-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
}
.block {
  margin-left: 0;
  margin-right: 0;
}
.block h2 {
  margin: 0;
}
.block h2:only-child > a {
  border-bottom: none;
}
.block h2 > a {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #333;
  border-bottom: 1px solid #ddd;
  cursor: default;
}
.block h2 > a:focus,
.block h2 > a:hover {
  color: #333;
}
.block p {
  margin-bottom: 0;
}
.block a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-decoration: none;
  font-weight: normal;
}
.block a:hover {
  color: #0156ac;
}
.block .col-sm-4 {
  padding-left: 0;
}
.colnum-2 > .container {
  padding-left: 100px;
  padding-right: 100px;
}
.colnum-2 > .container > .col-sm-3 {
  width: 60%;
  margin-right: -30px;
}
.colnum-2 > .container > .col-sm-3 + .col-sm-3 {
  width: 40%;
  margin-right: 0;
}
.colnum-2 > .container > .col-sm-3 + .col-sm-3 .col-sm-4 {
  width: 50%;
}
.colnum-2 h2 > a {
  font-size: 16px;
  color: #0156ac;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.colnum-2 h2 > a:focus,
.colnum-2 h2 > a:hover {
  color: #0156ac;
}
.colnum-2 .col-sm-4 > p:first-child > a {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  cursor: default;
}
.colnum-1 {
  background: none;
  padding: 0;
}
.nsshow .colnum-1 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.colnum-1 .container {
  margin: 0;
}
.colnum-1 .col-sm-3 {
  padding: 10px 30px;
  max-width: 200px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.nsshow .colnum-1 .col-sm-3 {
  -webkit-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.1);
}
.colnum-1 .block a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-weight: normal;
  cursor: pointer;
  border-bottom: none;
}
.colnum-1 .block a:hover {
  color: #0156ac;
}
.menu_style_3 {
  position: relative;
}
.menu_style_3:after {
  content: "\e62a";
  position: absolute;
  display: inline-block;
  margin-left: 8px;
  top: 50%;
  font-size: 20px;
  line-height: 16px;
  margin-top: -7px;
  color: #a6a6a6;
  font-family: "sseinfo" !important;
  font-style: normal;
  font-weight: normal;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lte-ie8 .menu_style_3:after {
  margin-top: -9px;
}
.menu_style_3:hover:after {
  color: #0156ac;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 992px) {
  .header .navbar-header {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block h2 > a {
    font-size: 12px;
  }
  .block p > a {
    font-size: 12px!important;
  }
  .colnum-2 > .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .colnum-2 h2 > a {
    font-size: 14px;
    line-height: 40px;
  }
  .colnum-1 h2 > a {
    font-size: 14px;
    line-height: 40px;
  }
  .menu_style_3:after {
    margin-left: 6px;
  }
  .menu-tab {
    margin-right: 20px;
  }
  .menu-tab li a {
    padding: 0 20px;
  }
  .desk-search .search-input {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar .navbar-header {
    float: none;
  }
  .header .navbar > .container {
    width: 100%;
  }
  .fixed-nav {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    /* 废弃样式 - 暂保留
            .navbar-toggle{width: 60px;height: 60px;}
            .navbar-header{height: 60px;}
            .navbar-collapse{top: 59px;}
            */
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .menu-tab {
    display: none;
  }
  .fixed-nav {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* PC 菜单 */
/**
 * ui-lists.less -- 新闻列表
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* ======== 新闻列表 ======== */
.sseinfo-news {
  padding-top: 60px;
}
.sseinfo-lists > li {
  padding: 20px 0;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.sseinfo-lists > li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  /*
            &:link{color: @fontColorGray02;}
            &:visited{color: #999;}
            &:hover{color: #0155ac;}
            &:active{color: @fontColorGray02;}
             */
}
.sseinfo-lists > li .sseinfo-timer {
  float: right;
}
.sseinfo-timer {
  color: #999;
  font-family: "Arial";
  font-size: 14px;
}
.sseinfo-rightCol {
  float: right;
  width: 90%;
  margin-top: 16px;
}
.sseinfo-col-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.sseinfo-col-title h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}
.sseinfo-common-icon {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
}
.sseinfo-common-icon.hot-dynamics:before {
  content: "\e610";
  font-size: 16px;
  color: #888;
}
.sseinfo-dl {
  padding-top: 20px;
}
.sseinfo-dl dd > p {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #666;
  line-height: 1.5;
}
.sseinfo-more {
  position: relative;
  color: #5fbdff;
  line-height: 1.5;
}
.sseinfo-more:hover {
  color: #5fbdff;
  text-decoration: none;
}
.sseinfo-more:after {
  content: "\e62a";
  font-family: "sseinfo" !important;
  font-style: normal;
  font-weight: normal;
  vertical-align: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) {
  .sseinfo-news {
    padding-bottom: 80px;
  }
  .sseinfo-lists > li a {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sseinfo-news {
    padding-top: 40px;
  }
  .sseinfo-news .pagination {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sseinfo-news {
    padding-top: 40px;
  }
  .sseinfo-lists > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sseinfo-lists > li .sseinfo-timer {
    float: none;
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
  .mobile-pagination .previous > a,
  .mobile-pagination .next > a {
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #666;
    border-color: #e5e5e5;
  }
  .mobile-pagination .previous.disabled > a,
  .mobile-pagination .next.disabled > a {
    color: #ccc;
    background-color: #f6f6f6;
  }
}
/* 列表 */
/**
 * ui-pagination.less -- 分页
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@sse.com.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* ======== 分页 ======== */
.sseinfo-page {
  text-align: right;
}
.pagination {
  margin: 40px 0;
}
.pagination > li > a,
.pagination > li span {
  margin: 0 5px;
  padding: 9px 15px;
  border-color: #e5e5e5;
  color: #666;
  font-size: 14px;
}
.pagination > li > a:hover,
.pagination > li span:hover {
  background-color: #0155ac;
  border-color: #0155ac;
  color: #fff;
}
.pagination > li > a:hover span {
  color: #fff;
}
.pagination > li.ellipsis > a,
.pagination > li.ellipsis span,
.pagination > li.ellipsis a:hover,
.pagination > li.ellipsis span:hover {
  padding: 9px;
  margin: 0;
  border: none;
  line-height: 15px;
  font-size: 20px;
  background: none;
  color: #666;
  cursor: default;
}
.pagination > li.disabled a,
.pagination > li.disabled span {
  padding-right: 7px;
  padding-left: 7px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li.disabled a,
.pagination > li.disabled span,
.pagination > li.disabled a:hover,
.pagination > li.disabled span:hover {
  color: #ccc;
  background-color: #f6f6f6;
}
.pagination .active a,
.pagination .active span {
  background-color: #0155ac;
  border-color: #0155ac;
}
.pagination .active a:hover,
.pagination .active a:focus,
.pagination .active span:hover,
.pagination .active span:focus {
  background-color: #0155ac;
  border-color: #0155ac;
}
/* 分页 */
/**
 * article.less -- 正文页
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* ======== 正文页 ======== */
.article-info {
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.article-info .onelevel-center {
  max-width: 66.66666667%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.article-opt {
  padding: 40px 0 15px;
  line-height: 1.75;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 0;
}
.article-opt span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.article-opt .send-timer {
  padding-right: 30px;
  margin-right: 22px;
  color: #999;
  border-right: 1px solid #ddd;
  font-size: 14px;
}
.article-opt .send-timer i {
  font-style: normal;
}
.article-opt .article-opt-inner a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
}
.article-opt .article-opt-inner .sseicon-icon_print {
  padding: 0 30px;
  margin-right: 30px;
  border-right: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  vertical-align: top;
}
.article-opt .article-opt-inner .sseicon-icon_print:before {
  margin-right: 8px;
  content: "\e62e";
  color: #888;
  font-size: 14px;
  font-family: "sseinfo" !important;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-opt .article-opt-inner .zoom {
  display: inline-block;
  width: 14px;
}
.article-opt .article-opt-inner .zoom + .zoom {
  margin-left: 15px;
}
.article-opt .article-opt-inner .sseicon-icon_fontSizeUp {
  background: url(img/layout/fs-plus.png) no-repeat left center;
}
.article-opt .article-opt-inner .sseicon-icon_fontSizeDown {
  vertical-align: -1px;
  background: url(img/layout/fs-reduce.png) no-repeat left center;
}
.article-body {
  padding-top: 30px;
  color: #666;
}
.article-body > p {
  margin-bottom: 20px;
  line-height: 1.75;
  color: #666;
}
.article-body h4 {
  margin-bottom: 20px;
  color: #333;
}
.article-body .article-img {
  margin-top: 0;
  margin-bottom: 40px;
}
.article-body > img {
  margin-top: 0;
  margin-bottom: 40px;
}
.article-body img {
  display: block;
  max-width: 80%;
  height: auto;
}
.contact-msg {
  margin-top: 3px;
  color: #666;
}
.contact-msg label {
  font-weight: normal;
  color: #666;
  text-align: left;
}
.contact-msg label + p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
}
.contact-msg label + p span {
  padding-right: 20px;
}
.inscribed-infor {
  margin-top: 38px;
  text-align: right;
}
.inscribed-infor p {
  margin-bottom: 0;
  line-height: 1.5;
}
/* 附件下载 */
.file-download {
  margin-top: 40px;
  padding: 0 20px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.file-download li {
  padding: 15px 0;
  line-height: 1.5;
  color: #666;
}
.file-download li > .btn-download {
  float: right;
  color: #5fbdff;
}
.file-download li p {
  max-width: 70%;
  margin-bottom: 0;
}
.file-download li + li {
  border-top: 1px solid #ddd;
}
.file-download .file-download-title {
  margin: 15px 0 5px;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}
.file-download .file-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.file-download .file-icon:before {
  content: "\e648";
  margin-right: 8px;
  color: #888;
  font-size: 16px;
}
/* 文章页导航 */
.article-pagination {
  padding-top: 20px;
  padding-bottom: 80px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.article-pagination .return-news-lists {
  position: relative;
  display: inline-block;
  float: left;
  padding: 9px 0;
  color: #5fbdff;
  text-decoration: none;
}
.article-pagination .return-news-lists:after {
  content: "\e62a";
  font-family: "sseinfo" !important;
  font-style: normal;
  font-weight: normal;
  vertical-align: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-pagination > nav {
  float: right;
}
.article-pagination > nav a {
  padding: 9px 19px;
  margin-left: 6px;
  color: #666;
  border-color: #e5e5e5;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.article-pagination .pager {
  margin: 0;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .article-info .onelevel-center {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .article-info {
    padding-top: 60px;
  }
  .article-info .onelevel-center {
    max-width: 83.33333333%;
    font-size: 22px;
  }
  .article-opt {
    padding: 30px 0 10px;
  }
  .article-body img {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .file-download {
    margin-top: 30px;
  }
  .article-pagination {
    padding-top: 15px;
    padding-bottom: 60px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .article-info {
    padding-top: 60px;
  }
  .article-info .onelevel-center {
    max-width: 83.33333333%;
    font-size: 20px;
  }
  .article-opt {
    padding: 30px 0 10px;
    font-size: 12px;
  }
  .article-opt .send-timer {
    padding-right: 20px;
    margin-right: 20px;
  }
  .article-opt .article-opt-inner .zoom {
    width: 25px;
    margin-left: -11px;
    background-position: center;
  }
  .article-opt .article-opt-inner .zoom + .zoom {
    margin-left: 5px;
  }
  .article-body {
    padding-top: 30px;
  }
  .article-body img {
    max-width: 100%;
  }
  .article-body > p {
    margin-bottom: 15px;
  }
  .article-body h4 {
    margin-top: 0;
  }
  .article-body > .article-img,
  .article-body > img {
    margin-bottom: 30px;
  }
  .contact-msg {
    margin-top: 10px;
  }
  .inscribed-infor {
    margin-top: 28px;
    text-align: left;
    color: #999;
  }
  .file-download {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .file-download .file-download-title {
    margin-bottom: 0;
  }
  .file-download li p {
    max-width: 60%;
  }
  .article-pagination {
    margin-top: 30px;
    padding-top: 14px;
    padding-bottom: 60px;
  }
}
/* 文章页 */
/**
 * ui-investor.less - 投资者服务
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* ========= 投资者服务 ======== */
.btn-entrance {
  max-width: 118px;
  max-height: 40px;
  padding: 9px 30px;
  margin-top: 20px;
  color: #fff;
  background-color: #5fbdff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-entrance:focus,
.btn-entrance:hover {
  color: #fff;
}
.article-pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.additional-remarks {
  padding-top: 15px;
  color: #999;
  font-size: 14px;
  line-height: 1.75;
}
.additional-remarks.no-padding {
  padding-top: 0;
}
.additional-remarks p {
  margin-bottom: 0;
}
.additional-remarks .additional-remarks-content {
  position: relative;
  padding-left: 1em;
}
.additional-remarks .additional-remarks-content:before {
  content: "-";
  position: absolute;
  top: 3px;
  left: 0;
  color: #999;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}
.additional-remarks .scan-qrcode {
  margin-top: 15px;
  position: relative;
  padding-left: 33px;
}
.additional-remarks .scan-qrcode:before {
  content: "\e634";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7.5px;
  font-size: 17px;
  line-height: 15px;
  color: #888;
  font-family: "sseinfo" !important;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen {
}
@media screen and (min-width: 992px) {
  .summary-addgutter {
    width: 96%;
    margin-top: -7px;
    padding-top: 0;
  }
  .summary-addgutter .onelevel-left {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .article-pic img {
    margin-left: auto;
    margin-right: auto;
  }
  .btn-entrance {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn-entrance {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* =========投资者服务 - end ======== */
/* 投资者服务 */
/**
 * ui-pageSearch.less -- 搜索结果页
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* ======== 定义通用Less混合(Mixins)类  ======== */
/* ======== 定义通用Less混合(Mixins)类 - end ======== */
/* ======== 搜索头部Banner位置 ======== */
/* 顶部Banner位置 */
.search-hd {
  position: relative;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
}
.search-hd .sseinfo-sug {
  top: 63px;
}
/* 搜索结果列表 */
.search-bd {
  padding-top: 80px;
}
.search-bd .left-loading,
.search-bd .right-loading {
  height: 180px;
  display: none;
}
.search-bd .left-loading .cssload-container,
.search-bd .right-loading .cssload-container {
  position: absolute;
}
/* 左侧导航 */
.subNav {
  margin-bottom: 20px;
}
.subNav li {
  position: relative;
}
.subNav li.active {
  background-color: #1766b4;
  border-color: #1766b4;
}
.subNav li.active a {
  margin-left: -1px;
  margin-right: -1px;
  color: #fff;
}
.subNav li.active:hover a {
  color: #fff;
}
.subNav a {
  display: block;
  padding: 20px;
  margin-bottom: -1px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #ddd;
}
.subNav a:hover {
  color: #1766b4;
}
.subNav .search-result-num {
  padding-right: 6px;
  padding-left: 6px;
}
.subNav .tabIcon {
  position: absolute;
  top: 50%;
  display: none;
  margin-top: -10px;
  right: 34px;
  color: #fff;
}
.subNav .tabIcon.on:before {
  content: "\e655";
}
/* 右侧搜索结果 */
.search-summary {
  margin-bottom: 5px;
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}
.search-summary em {
  font-style: normal;
}
.search-lists > li {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.search-lists-title {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.search-lists-title a {
  color: #333;
}
.search-lists-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  color: #666;
  line-height: 1.75;
}
.keywords {
  font-weight: normal;
  color: #f90909;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) {
  .search-hd {
    height: 340px;
  }
  .search-hd .searchBar {
    display: block;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    width: 83.33333333%;
    max-width: 772px;
    height: 60px;
    background-color: #fff;
  }
  .search-hd .searchBar .search-input {
    width: 84%;
    height: 100%;
    padding: 16px 16px 16px 20px;
    font-size: 16px;
    color: #333;
    background: none;
    line-height: 1.5;
  }
  .search-hd .searchBar .search-btn-wrap {
    top: 0;
    right: 0;
    float: right;
    width: 123px;
    height: 100%;
  }
  .search-hd .searchBar .search-btn-wrap:after {
    left: 30px;
    margin-left: 0;
    font-size: 22px;
  }
  .search-hd .searchBar .search-btn {
    width: 100%;
    height: 100%;
    text-indent: 30px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
  }
  .search-result {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-hd {
    height: 219px;
  }
  .search-hd .desk-search {
    height: 50px;
  }
  .search-result {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .search-hd .searchBar .search-btn-wrap {
    width: 50px;
    height: 50px;
  }
  .search-hd .searchBar .search-btn-wrap .search-btn {
    font-size: 0;
  }
  .search-hd .searchBar .search-btn-wrap:after {
    left: 50%;
    top: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .subNav > li {
    display: none;
  }
  .subNav > li.active {
    display: block;
  }
  .search-result {
    padding-top: 10px;
    padding-left: 0;
  }
  .subNav .tabIcon {
    display: block;
  }
  .search-bd {
    padding-top: 60px;
  }
  .search-lists-title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .search-hd {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .search-hd .searchBar {
    display: block;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    width: 83.33333333%;
    max-width: 282px;
    height: 50px;
    background-color: #fff;
    /* block - display / 50px - height */
  }
  .search-hd .searchBar .search-btn-wrap {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
  }
  .search-hd .searchBar .search-btn {
    font-size: 0;
  }
  .search-bd {
    padding-top: 40px;
  }
  .subNav a {
    padding: 15px 20px;
  }
  .subNav .tabIcon {
    right: 20px;
  }
  .search-lists-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*
             * 多行溢出显示省略号 -- 适用于webkit内核以及移动端绝大部分浏览器
             * 可以在括号中传入数值参数,自定义显示几行,如: multiLine-overflow(3);
             */
    white-space: normal;
    word-break: break-all;
  }
  .search-summary {
    margin-bottom: 0;
  }
}
/* 搜索结果页 */
/**
 * websiteMap.less -- 网站地图
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
.sseinfo-sitemap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 78px;
}
.sseinfo-sitemap .trow {
  display: block;
  background: none;
  padding: 0;
}
.sseinfo-sitemap .col-sm-3 {
  background: none;
}
.sseinfo-sitemap .block {
  margin-bottom: 20px;
}
.sseinfo-sitemap .block p {
  margin-bottom: 10px;
}
.sseinfo-sitemap .block a {
  font-size: 12px;
  line-height: 1.75;
}
.sseinfo-sitemap .block > h2 > a {
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #333;
  font-size: 14px;
  border-bottom: none;
}
.sseinfo-sitemap .menu_style_3:after {
  right: inherit;
}
.sitemap-column-title {
  display: block;
  margin-top: 60px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 24px;
  border-bottom: 1px solid #eee;
}
/* 产品(sitemap01) / 关于(sitemap01) */
.sitemap01 .block {
  float: left;
  width: 16.66666667%;
}
.sitemap01 .block > h2 > a {
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.sitemap01 .block > h2 > a:hover {
  color: #0156ac;
}
/* ======== 授权许可 ======== */
.sitemap02 .block > h2 > a {
  margin-bottom: 30px;
  font-size: 16px;
  color: #999;
  line-height: 1.5;
}
.sitemap02 .col-sm-4 p:first-child > a {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
  cursor: default;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (max-width: 767px) {
  .sitemap-column-title {
    margin-top: 30px;
    margin-bottom: 14px;
  }
  .sitemap01 .block {
    width: 50%;
    margin-bottom: 10px;
  }
  .sitemap02 .col-sm-4 {
    width: 50%;
    float: left;
  }
  .sitemap05 .col-sm-3 {
    width: auto;
  }
  .sitemap05 .col-sm-3 .block {
    float: left;
    width: 50%;
  }
}
/* 网站地图 */
@-webkit-keyframes list-searchshow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes list-searchshow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes list-searchshow-reverse {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    height: 0;
    overflow: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes list-searchshow-reverse {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    height: 0;
    overflow: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes delayshow {
  0% {
    opacity: 0;
    position: absolute;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes delayshow {
  0% {
    opacity: 0;
    position: absolute;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes searchform-fade {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
    animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes searchform-fade {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
    animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes searchform-slide {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes searchform-slide {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
    animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes searchview-searchhide {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
  }
}
@keyframes searchview-searchhide {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes searchview-searchshow-small {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
  }
}
@keyframes searchview-searchshow-small {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes searchview-close-left-searchshow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes searchview-close-left-searchshow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes searchview-close-left-searchhide {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
  }
}
@keyframes searchview-close-left-searchhide {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
  }
}
@-webkit-keyframes searchview-close-right-searchshow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes searchview-close-right-searchshow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes searchview-close-right-searchhide {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
  }
}
@keyframes searchview-close-right-searchhide {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0.65, 1);
    transform: scale3d(1, 0.65, 1);
  }
}
@-webkit-keyframes searchview-close-searchshow-small {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes searchview-close-searchshow-small {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes searchview-close-searchhide-small {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes searchview-close-searchhide-small {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes searchview-close-left-searchshow-small {
  0% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}
@keyframes searchview-close-left-searchshow-small {
  0% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}
@-webkit-keyframes searchview-close-left-searchhide-small {
  0% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}
@keyframes searchview-close-left-searchhide-small {
  0% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}
@-webkit-keyframes searchview-close-right-searchshow-small {
  0% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}
@keyframes searchview-close-right-searchshow-small {
  0% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}
@-webkit-keyframes searchview-close-right-searchhide-small {
  0% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}
@keyframes searchview-close-right-searchhide-small {
  0% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}
/* CSS3动画 */
/**
 * ui-breadcrumb.less -- 面包屑导航
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@sse.com.cn
 * @copyright: SSE INFONET LTD reserve all rights
 * @comment: 为保持良好的代码可读性,建议Less文件中每个样式集合间以及Less嵌套间的空格不要删除,
             可以对最终生成的.css文件进行压缩以减小体积
**/
/* ======== Less类混入(Mixins) ======== */
/* 面包屑导航 */
.breadcrumb-wrapper {
  border-bottom: 1px solid #eee;
}
.breadcrumb-bg {
  background-color: #f6f6f6;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 20px 0;
  line-height: 22px;
  background: none;
  overflow: hidden;
}
.lte-ie8 .breadcrumb li {
  float: left;
}
.breadcrumb li + li:before {
  content: "\e62a";
  padding: 0 2px;
  font-size: 16px;
  color: #666;
  font-family: "sseinfo" !important;
  font-style: normal;
  font-weight: normal;
  vertical-align: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb li,
.breadcrumb a {
  color: #666;
}
.search-lists-location .breadcrumb {
  padding: 0;
  text-align: left;
}
.search-lists-location .breadcrumb li + li:before {
  color: #999;
}
.search-lists-location .breadcrumb li,
.search-lists-location .breadcrumb a {
  font-size: 12px;
  color: #999;
}
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb {
    text-align: center;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .breadcrumb {
    text-align: center;
  }
  .breadcrumb li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    text-align: center;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .breadcrumb {
    text-align: center;
  }
  .breadcrumb li {
    font-size: 12px;
  }
}
/* 面包屑导航 */
/* 页面UI汇总 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-ms-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*渐显加缩放*/
.fadeInScale {
  -webkit-animation: fadeInScale 1.5s ease-in-out both;
  animation: fadeInScale 1.5s ease-in-out both;
}
@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#PAGE_SWIPER_INDEX_TOP .swiper-slide.animating .ani-01 {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#PAGE_SWIPER_INDEX_TOP .swiper-slide.swiper-slide-active .ani-01 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
#PAGE_SWIPER_INDEX_TOP .swiper-slide .ani-01 {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transition: opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1), -webkit-transform 1.8s cubic-bezier(0.1, 0, 0.04, 1);
  transition: opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1), -webkit-transform 1.8s cubic-bezier(0.1, 0, 0.04, 1);
  transition: transform 1.8s cubic-bezier(0.1, 0, 0.04, 1), opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1);
  transition: transform 1.8s cubic-bezier(0.1, 0, 0.04, 1), opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1), -webkit-transform 1.8s cubic-bezier(0.1, 0, 0.04, 1);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.1, 0, 0.04, 1), opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1);
}
#PAGE_SWIPER_INDEX_TOP .swiper-slide.swiper-slide-active .swiper-slide-img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#PAGE_SWIPER_INDEX_TOP .swiper-slide .swiper-slide-img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1), -webkit-transform 1.8s cubic-bezier(0.1, 0, 0.04, 1);
  transition: opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1), -webkit-transform 1.8s cubic-bezier(0.1, 0, 0.04, 1);
  transition: transform 1.8s cubic-bezier(0.1, 0, 0.04, 1), opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1);
  transition: transform 1.8s cubic-bezier(0.1, 0, 0.04, 1), opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1), -webkit-transform 1.8s cubic-bezier(0.1, 0, 0.04, 1);
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.1, 0, 0.04, 1), opacity 1.8s cubic-bezier(0.1, 0, 0.04, 1);
}
/* CSS3动画库 */
/**
 * mobile-menu.less - Mobile版菜单
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
.hwACC {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
/* 定义before / after 伪元素的 iconfont */
.menu_lv_1 a {
  text-decoration: none;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.menu_lv_1 a:before,
.menu_lv_1 a:after {
  font-family: "sseinfo" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 遮罩层 */
.menu-mask {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: fixed;
  top: 61px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(54, 62, 77, 0.9);
  z-index: 998;
}
@media screen and (min-width: 992px) {
  .menu-mask {
    display: none!important;
  }
}
.dl-menuwrapper {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.dl-menu {
  width: 100%;
  margin: 0;
}
.dl-menu > .menu_lv_1 {
  border-bottom: 1px solid #eee;
}
.dl-menu > .menu_lv_1 > a {
  position: relative;
  display: block;
  padding: 0 20px;
  line-height: 60px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.dl-menu > .menu_lv_1 > a:after {
  content: "\e61b";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 24px;
  color: #3a3a3a;
  line-height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dl-menu > .menu_lv_1 > a.active:after {
  content: "\e626";
}
.dl-menu > .menu_lv_1 > a + ul > .menu_lv_2 > a:only-child {
  font-weight: normal;
  border-bottom: none;
}
.dl-menu > .menu_lv_1 > a + ul > .menu_lv_2 > a:only-child:after {
  content: "";
  display: none;
}
.dl-menu > .menu_lv_1 > ul {
  display: none;
  padding: 0 20px;
  margin-bottom: 20px;
}
.dl-menu > .menu_lv_1 li > a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.dl-menu > .menu_lv_1 .menu_style_4 {
  margin: 0 -10px 5px;
  text-indent: 10px;
  font-size: 16px;
  color: #0156ac;
  font-weight: bold;
  background-color: #f6f6f6;
  border: none;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.dl-menu > .menu_lv_1 .menu_style_4:after {
  content: "";
  display: none;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul {
  display: block;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul > .menu_lv_2 > ul {
  display: block;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul .menu_lv_3 > a {
  position: relative;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul .menu_lv_3 > a:after {
  content: "\e62c";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 24px;
  line-height: 24px;
  color: #3a3a3a;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in 0s;
  transition: -webkit-transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul .menu_lv_3 > a + ul {
  display: none;
}
.dl-menu > .menu_lv_1 .menu_style_4 + ul .menu_lv_3.active > a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.dl-menu .menu_lv_2 > a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
.dl-menu .menu_lv_2 > ul {
  display: none;
}
.dl-menu .menu_lv_2 > a {
  position: relative;
}
.dl-menu .menu_lv_2 > a:after {
  content: "\e62c";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 24px;
  color: #3a3a3a;
  -webkit-transition: -webkit-transform 0.3s ease-in 0s;
  transition: -webkit-transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}
.dl-menu .menu_lv_2 .hasMenu.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.navbar-toggle {
  z-index: 1001;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background: none!important;
}
.navbar-toggle span {
  width: 22px;
  height: 2px;
  position: relative;
  display: block;
  margin: auto;
  background-color: #3a3a3a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.navbar-toggle span:before,
.navbar-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #3a3a3a;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  transition-property: top, -webkit-transform;
}
.navbar-toggle span:before {
  top: -8px;
}
.navbar-toggle span:after {
  top: 8px;
}
.menu-open {
  position: fixed;
  left: 0;
  width: 100%;
}
.menu-open .navbar-toggle {
  border-left-color: #e7e7e7;
}
.menu-open .navbar-toggle:after {
  background-color: #fff;
}
.menu-open .navbar-toggle span {
  transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
  background: transparent;
}
.menu-open .navbar-toggle span:before,
.menu-open .navbar-toggle span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.menu-open .navbar-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open .navbar-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_style_3:hover:after {
  color: #0156ac;
}
/* ======== 定义通用Less混合(Mixins)类 ======== */
/* ======== 定义通用Less混合(Mixins)类 - end ======== */
/* ======== @media ======== */
@media screen {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dl-menu > .menu_lv_1 {
    padding: 0 30px;
  }
  .dl-menu > .menu_lv_1 > a {
    line-height: 80px;
  }
  .dl-menu > .menu_lv_1 > ul {
    padding-bottom: 15px;
  }
  .dl-menu > .menu_lv_1 li > a {
    line-height: 50px;
  }
  .dl-menu > .menu_lv_1 .menu_style_4 {
    margin: 0 -15px 10px;
    text-indent: 15px;
    line-height: 50px;
  }
  .dl-menu > .menu_lv_1 .menu_style_4 + .menu_lv_2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .mobile_hide,
  .navbar-nav {
    display: none!important;
  }
  .navbar-header {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 80px;
    background-color: #fff;
  }
  .header {
    height: 81px;
  }
  .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 1001;
    background-color: #fff;
    border: none;
    border-left: 1px solid transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .navbar-toggle:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent;
  }
  .navbar-toggle.active {
    border-left-color: #eee;
  }
  .desk-search {
    display: block;
    width: 100%;
    padding: 30px;
    margin-top: 0;
    border: none;
  }
  .desk-search .search-btn-wrap {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .desk-search .search-btn-wrap:after {
    margin: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .desk-search .search-input {
    width: 100%;
    height: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .desk-search .search-btn {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 992px) {
  .dl-menuwrapper {
    display: block!important;
    float: right;
    margin-right: -15px;
  }
  .dl-menu,
  .searchview-close {
    display: none!important;
  }
}
@media screen and (max-width: 992px) {
  .dl-menuwrapper {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    overflow-y: auto;
    border-top: 1px solid #e7e7e7;
  }
  .menu_style_3:after {
    right: 0;
  }
  .searchshow .dl-menu {
    -webkit-animation: list-searchshow 800ms both;
    animation: list-searchshow 800ms both;
  }
  .searchopen .dl-menu {
    display: none;
  }
  .searchhide .dl-menu {
    bottom: auto;
    -webkit-animation: list-searchshow-reverse 800ms both;
    animation: list-searchshow-reverse 800ms both;
  }
  .searchshow .searchview-close {
    -webkit-animation: delayshow 400ms 200ms both;
    animation: delayshow 400ms 200ms both;
  }
  .searchhide .searchview-close {
    -webkit-animation: delayshow 400ms 200ms both;
    animation: delayshow 400ms 200ms both;
  }
  .searchshow .searchview-close,
  .searchopen .searchview-close {
    display: block;
  }
  .search-wrapper {
    width: 100%;
    background-color: #fff;
  }
  .searchshow .search-wrapper {
    -webkit-animation: searchform-fade 400ms 400ms both;
    animation: searchform-fade 400ms 400ms both;
  }
  .searchopen .search-wrapper {
    position: relative;
  }
  .desk-search .sseinfo-sug {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
  .searchview-close-wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  .searchview-close {
    position: relative;
    left: 50%;
    display: none;
    width: 24px;
    height: 24px;
    margin-top: 30px;
    z-index: 3;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    background: none;
    border: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .searchview-close:-moz-focusring {
    outline: 1px dotted #fff;
  }
  .searchview-close::-moz-focus-inner {
    border: 0;
  }
  .searchview-close:hover,
  .searchview-close:active {
    opacity: 0.65;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter: alpha(opacity=65);
  }
  .searchview-close:focus {
    outline-offset: -7px;
  }
  .searchview-close:focus:active {
    outline: none;
  }
  .searchview-close-left,
  .searchview-close-right {
    height: 1px;
    width: 12px;
    background: #888;
    position: absolute;
    display: block;
    top: 10px;
    z-index: 1;
  }
  .searchview-close-left {
    left: auto;
    right: 50%;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  .searchshow .searchview-close-left {
    -webkit-animation: searchview-close-left-searchshow-small 600ms both;
    animation: searchview-close-left-searchshow-small 600ms both;
  }
  .searchopen .searchview-close-left {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .searchhide .searchview-close-left {
    -webkit-animation: searchview-close-left-searchhide-small 600ms both;
    animation: searchview-close-left-searchhide-small 600ms both;
  }
  .searchview-close-right {
    left: 50%;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .searchshow .searchview-close-right {
    -webkit-animation: searchview-close-right-searchshow-small 600ms both;
    animation: searchview-close-right-searchshow-small 600ms both;
  }
  .searchopen .searchview-close-right {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .searchhide .searchview-close-right {
    -webkit-animation: searchview-close-right-searchhide-small 600ms 225ms both;
    animation: searchview-close-right-searchhide-small 600ms 225ms both;
  }
}
@media screen and (max-width: 767px) {
  .mobile_hide,
  .navbar-nav {
    display: none!important;
  }
  .navbar-header {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
  .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    z-index: 1001;
    background-color: #fff;
    border: none;
    border-left: 1px solid transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .navbar-toggle:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: transparent;
  }
  .navbar-toggle.active {
    border-left-color: #eee;
  }
  .desk-search {
    display: block;
    width: 100%;
    padding: 20px;
    margin-top: 0;
    border: none;
  }
  .desk-search .search-btn-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .desk-search .search-btn-wrap:after {
    margin: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .desk-search .search-input {
    width: 100%;
    height: 50px;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .desk-search .search-btn {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
/* Mobile 菜单 */
/**
 * ui-lessMixins.less  -- Less混合(Mixins)
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/**
 * 说明:
     * 因为引入的Bootstrap为开发版本,因此可以在Less中使用Bootstrap已经定义的变量、继承、混合(Mixins)...等
     * 如果部分有不同的数值,比如颜色、字体大小等,可以在混合(Mixins)中以变量的形式传入具体不同的数值;
       如: .commonThead(@theadFontSize); -- > .commonThead(16px); / .commonThead(15px);
     * 每个变量之间以 ; 分号 隔开,传入的值与变量是一一对应的关系;
     * 变量以 @ 开头, 如: @theadFontSize;
     * 如果不希望定义的Less混合编译到CSS中,可以在混合类后添加括号,如: .commonTableStyle();
     * Less Mixins类如果不调用不会被编译到css中
     * 调用less混合的方式:
        .commonTableStyle > .commonThead(16px); // 可以传入参数,可设置或不设置变量的默认值
        .commonTableStyle > .commonThead;       // 不可以传入参数,需要在定义时设置默认参数
          如: .commonThead(@theadFontSize:16px);
          其他方法...
**/
/*
    多行溢出显示省略号 --> 适合 -webkit- 内核浏览器,移动端
    调用方法: 默认为两行显示省略号
            .multiLine-overflow(3); //这里的参数 3 就是设置最多显示多少行
 */
/*
.deskSearch(@method:block,@padding:20px,@top:20px,@right:20px){
    .desk-search{
        display: @method;
        width: 100%;
        padding: @padding;
        margin-top: 0;
        border: none;

        // 搜索输入框
        .search-input{
            width: 100%;
            height: 50px;
            padding-top: 18px;
            padding-bottom: 18px;
            line-height: 20px;
            border-radius: 0;
        }

        // 搜索按钮外层
        .search-btn-wrap{
            position: absolute;
            top: @top;
            right: @right;

            // 搜索按钮放大镜icon
            &:after{
                margin: 0;
                -webkit-transform: translate3d(-50%,-50%,0);
                        transform: translate3d(-50%,-50%,0);
            }
        }

        // 搜索按钮
        .search-btn{
            width: 50px;
            height: 50px;
            border-radius: 0;
        }
    }
}
*/
/*
.searchbar{

    // 搜索条外壳
    .searchbar-crust(@display:block;@maxWidth:772px;@height:60px){
        display: @display;
        float: none;
        .posiHVMiddle();
        padding: 0;
        width: 83.33333333%;
        max-width: @maxWidth;
        height: @height;
        background-color: @fontColorWhite;
    }

    // 搜索输入框
    .search-input(){
        width: 84%;
        height: 100%;
        padding-left: 20px;
        font-size: @baseFontSize + 2;
        color: @fontColorGray03;
        background: none;
        line-height: 1.5;
    }

    // 搜索按钮外壳
    .search-btn-wrap(){
        top: 0;
        right: 0;
        float: right;
        width: 123px;
        height: 100%;

        // 搜索放大镜icon
        &:after{
            margin-left: -32px;
            font-size: 22px;
        }
    }

    // 搜索按钮
    .search-btn(){
        width: 100%;
        height: 100%;
        text-indent: 30px;
        font-size: @baseFontSize + 2;
        font-family: "Microsoft YaHei";
    }
}

*/
/* Less混入 */
/**
 * ui-simulation-grid.less - 部分模拟Bootstrap栅格系统
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* ======== 部分模拟Bootstrap栅格系统 for 投资者服务左文右图(兼容手机展示) ======== */
.col-custom-5,
.col-custom-7,
.col-md-4-define,
.col-md-8-define {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-custom-5,
  .col-md-4-define {
    float: right;
  }
  .col-custom-7,
  .col-md-8-define {
    float: left;
  }
  .col-md-4-define {
    width: 33.33333333%;
  }
  .col-md-8-define {
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-custom-5 {
    width: 41.66666667%;
  }
  .col-custom-7 {
    width: 58.33333333%;
  }
  .col-md-4-define {
    width: 33.33333333%;
  }
  .col-md-8-define {
    width: 66.66666667%;
  }
}
/* ======== 模拟Bootstrap栅格系统 for 投资者服务左文右图(兼容手机展示) -end ======== */
/* 模拟Bootstrap栅格系统 */
/**
 * sseinfo-table.less -- table定制样式表
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author lkzhang
 * @copyright: SSE INFONET LTD reserve all rights
**/
/**
* 为市盈率模块新建表格样式
**/
.sseinfo-table-T02 .table tr td,
.sseinfo-table-T02 .table tr th {
  text-align: center;
  display: table-cell;
  vertical-align: inherit;
  border: solid 1px #e1e1e1;
  padding: 8px !important;
}
.txt-center {
  text-align: center !important;
}
/**
* 为市盈率模块新建表格样式结束
**/
/* 定制化table样式表 */
/* 市盈率表格定制 */
@media print {
  /**
 * sseinfo-print.less -- 打印机隐藏样式
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
  .print_hide {
    /* 这里是控制打印的样式 */
    display: none !important;
  }
  /**
 * 这里是控制在打印机中隐藏的元素,请将无需打印的部分添加在这里
**/
  .header,
  .page-banner,
  .breadcrumb-wrapper,
  .file-download,
  .article-pagination,
  .article-opt-inner,
  .footer {
    /* 这里是控制打印的样式 */
    display: none !important;
  }
  .article-opt .send-timer {
    border: none;
  }
  /* 打印机隐藏样式 */
}
.sseinfo-list dl dd,
.sseinfo-home-list dl dd {
  padding: 0 0 3px 15px;
  overflow: hidden;
}
.sseinfo-list dl dd,
.sseinfo-home-list dl dd {
  height: 50px;
  line-height: 50px;
}
.home-news-wrap {
  background: #fafafa;
}
.sseinfo-home-list dl dd:nth-child(odd) {
  background: #ededed;
}
/*.sseinfo-list dl dd span,.sseinfo-home-list dl dd span {
  float: right;
}*/
/*.sseinfo-list dl dd a,.sseinfo-home-list dl dd a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #545454;
  font-size: 14px;
  display: block;
  padding-right: 10px;
}*/
.btn-gsxw-xq {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border: 1px solid #00b7ee;
  float: right;
  color: #00b7ee;
}
.btn-gsxw-xq:hover {
  color: #00b7ee;
  text-decoration: none;
}
.pagination {
  float: right;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px ;
}
.pagination > li span {
  padding: 0;
}
.pagination .active {
  background-color: #0155ac;
  border-color: #0155ac;
  color: #fff;
}
.mobile-page .next-page {
  float: right;
}
.mobile-page .btn-default {
  color: #333;
}
/*# sourceMappingURL=sseinfo-allcss.css.map */
/* 2019-3-22公司新闻新增 */
.sseinfo-list dl dd,
.sseinfo-home-list dl dd {
  padding: 0 0 3px 15px;
  overflow: hidden;
}
.sseinfo-list dl dd,
.sseinfo-home-list dl dd {
  height: 50px;
  line-height: 50px;
}
/*.home-news-wrap{
  background: #e5e5e5;
}*/
.sseinfo-home-list dl dd:nth-child(odd) {
  background: #ededed;
}
.sseinfo-list dl dd:nth-child(even) {
  background-color: #f5f5f5;
}
.sseinfo-list dl dd span,
.sseinfo-home-list dl dd span {
  float: right;
  padding-left: 50px;
}
.sseinfo-list dl dd a,
.sseinfo-home-list dl dd a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #545454;
  font-size: 14px;
  display: block;
  padding-right: 10px;
}
.btn-gsxw-xq {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border: 1px solid #7ecef4;
  float: right;
  color: #67cbf2;
}
.btn-gsxw-xq:hover {
  color: #67cbf2;
  text-decoration: none;
}
.c-b4b4b4 {
  color: #b4b4b4;
}
.gsxw-title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  color: #434343;
  padding: 5px 0 10px;
}
.gsxw-title span {
  color: #b4b4b4;
  float: right;
}
.sseinfo-list dl dd a {
  padding-left: 10px;
}
.sseinfo-list dl dd {
  background: url('../images/icon-gsxw.png') no-repeat;
  background-position: 10px;
}
.ywwd-title {
  font-size: 16px;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #eee;
  /* line-height: 24px; */
}
.icon24 {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}
.icon-jksms {
  background: url('../images/aim.png') no-repeat;
  background-size: 100%;
  vertical-align: bottom;
}
.icon-cpsms {
  background: url('../images/star.png') no-repeat;
  background-size: 100%;
  vertical-align: bottom;
}
.icon-pgf {
  background: url('../images/pdfico.png') no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
  margin-left: 10px;
}
.ywwd-list p {
  margin-bottom: 0;
}
.ywwd-list p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #545454;
  font-size: 14px;
  display: block;
  padding-right: 24px;
  height: 40px;
  line-height: 40px;
  color: #02a0ea;
}
.mb-20 {
  margin-bottom: 20px;
}
.gszzmodal .modal-dialog button {
  color: #fff;
  opacity: 1;
  margin-right: -34px;
  font-size: 30px;
}
.gszzmodal .modal-dialog {
  width: 400px;
  margin-top: 150px;
}
.gszzmodal .modal-dialog img {
  width: 100%;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .gsxw-title {
    font-size: 15px;
  }
  .btn-gsxw-xq {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
  }
  .sseinfo-table-T02 .table.js_licensedunit tr th {
    text-align: left;
  }
}
.gszz_list {
    font-size:0;
  }
@media screen and (min-width: 767px) {
  .gszz_list {
    text-align: center;
  }
  .gszz_list li {
    float: none !important;
    width: 33% !important;
    display: inline-block;
    margin-bottom: 56px !important;
  }

}
/*业务咨询strat*/
@media screen and (min-width: 1024px) {
  .c-left.has-split:before {
    top: 8px;
    bottom: 8px;
    height: 47px;
  }
}
.c-left .apply2-contact {
  width: auto !important;
}
.c-right .consult-opt {
  position: relative;
  top: 50%;
  margin-top: -34px;
}
.btn-lightBlue {
  padding: 10px 16px;
  width: 240px;
}
/*业务咨询end*/
/* news list */
/**
 * energy.less -- 新增证能量
 * 合并less输出到一个css---sseinfo-allcss.css
 * @project SSEINFO opensseinfo site
 * @author xiaxiansheng@adinnet.cn
 * @copyright: SSE INFONET LTD reserve all rights
**/
/* ======== 证能量======== */
.inlineblock {
  display: inline-block;
}
.gradient {
  height: 40px;
  background: -moz-linear-gradient(45deg, #3e79b1, transparent);
  background: -webkit-gradient(linear, 100%, 100% 0%, from(#3e79b1), to(t));
  background: -webkit-linear-gradient(45deg, #3e79b1, transparent);
  background: -o-linear-gradient(45deg, #3e79b1, transparent);
  background: linear-gradient(45deg, #3e79b1, transparent);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3e79b1', endColorStr='#3e79b1', gradientType='0');
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3e79b1', endColorStr='#3e79b1', gradientType='0');
  padding: 10px;
  color: #fff;
  margin-top: -40px;
}
.line-left {
  margin-left: -20px;
}
.article-opt_01 {
  text-align: right;
  float: right;
}
.article-opt_02 {
  text-align: left;
}
.article-opt .send-timer {
  border-right: 1px solid #fff;
}
.more_inco {
  background: url("../images/more_inco.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
  float: right;
  margin: 10px 0px 0px 5px ;
}
.share {
  font-size: 12px;
  line-height: 32px;
  padding: 15px 12px 26px;
  color: #999;
}
.share span {
  display: inline-block;
  width: auto;
  height: 30px;
  border: 1px solid #ddd;
}
.share a {
  display: inline-block;
  width: 36px;
  height: 100%;
  color: #fff;
  vertical-align: top;
}
.share .sinaico {
  background: url("../images/sinaico.png") no-repeat center center;
  border-right: 1px solid #ddd;
}
.share .wechatico {
  background: url("../images/wechatico.png") no-repeat center center;
  border-right: 1px solid #ddd;
}
/*.share  .tencentico{
    background: url("../images/tencent-weibo.png") no-repeat center center;
}*/
.article-infor .share {
  font-size: 12px;
  line-height: 32px;
  padding: 15px 12px 26px;
  color: #999;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#article_qrcode {
  display: none;
  position: relative;
  bottom: 190px;
  left: 50%;
  margin-left: -80px;
  width: 145px;
  padding: 25px 9px 22px;
  border-radius: 8px;
  background-color: #ddd;
}
#article_qrcode .qrcode_details {
  position: absolute;
  display: block;
  height: auto;
  line-height: 12px;
  font-size: 12px;
  bottom: 6px;
  left: 14px;
  border: none;
  color: #4c4c4c;
}
.silder-box {
  position: relative;
  margin: 15px auto;
}
.silder {
  margin: 0 auto 0;
}
.silder > ul > li {
  width: 550px;
  height: 150px;
}
.silder li img {
  width: 100%;
  height: 100%;
}
.silder-button {
  top: 50px;
  width: 25px;
  height: 54px;
  position: absolute;
  cursor: pointer;
}
/*
.silder-button.btl{left:-40px;background:url((../images/bl.png);}
.silder-button.btr{right:-40px;background:url((../images/br.png);}
*/
#qrcode-img {
  display: none;
  position: absolute;
  float: right;
  top: 255px;
  right: 20px;
  height: 158px;
  width: 140px;
  border-radius: 8px;
  background-color: #ddd;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  z-index: 99;
}
@media only screen and (max-width: 800px) {
  .article-infor h2 {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 0;
  }
  .article-infor p {
    padding: 0 10px 15px;
    white-space: normal;
    word-break: break-word;
  }
  .article-infor .article_opt {
    padding-left: 0;
  }
  .article-infor .article_opt a {
    border-left: none;
  }
  .line-left {
    margin: 0px -20px;
  }
}
.article-infor .share .wechatico {
  background-position-x: center;
  background-position-y: center;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}
.article-infor .share .wechatico {
  position: relative;
}
#article_qrcode .close_qrcode {
  position: absolute;
  top: 6px;
  right: 10px;
  display: inline-block;
  height: 15px;
  padding-left: 20px;
  line-height: 15px;
  font-style: normal;
  color: #4c4c4c;
  background: url("../images/close_btn.png") no-repeat left center;
}
#article_qrcode s {
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -3.5px;
  width: 0;
  height: 0;
  font-size: 0;
  border-width: 7px;
  border-style: solid dashed dashed;
  border-color: #ddd transparent transparent;
  overflow: hidden;
}
.article-opt .article-opt-inner .sseicon-icon_print {
  padding: 0 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  vertical-align: top;
}
/* 带分享页面*/

